@charset "UTF-8";
@import url('../layui/css/layui.css');
.load_layout {
  width: 89vw;
  margin: 0 auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
.grecaptcha-badge { visibility: hidden; }

.layui-layer-setwin .layui-layer-close2 {
  top: 0;
  right: 10px;
  background-color: transparent;
  font-size: 35px;
}
.layui-layer-setwin .layui-layer-close2::before {
  color: #bbb2ed;
  font-weight: bold;
}
.layui-layer-setwin .layui-layer-close2:hover {
  background-color: transparent;
}
.none{
    display: none;
}
#inquiry_form,
.inquiry {
  width: 600px;
  display: none;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  padding: 30px;
  box-sizing: border-box;
}
#inquiry_form .form_title,
.inquiry .form_title {
  color: #121212;
  text-align: center;
}
#inquiry_form .form_title p,
.inquiry .form_title p {
  font-size: 40px;
  font-family: 'Archivo Narrow';
  margin-bottom: 10px;
}
#inquiry_form .form_title span,
.inquiry .form_title span {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5;
}
#inquiry_form #form,
.inquiry #form,
#inquiry_form .form,
.inquiry .form {
  padding-top: 60px;
}
#inquiry_form .list,
.inquiry .list {
  padding-bottom: 20px;
}
#inquiry_form .list input,
.inquiry .list input {
  border: none;
  border-bottom: 1px solid #bbb2ed;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  line-height: 40px;
  outline: none;
  transition: all 0.2s;
}
#inquiry_form .list input::focus ,
.inquiry .list input::focus  {
    border: none;
}


#inquiry_form .list input::placeholder,
.inquiry .list input::placeholder {
  color: #dedfe0;
  text-transform: capitalize;
  line-height: 1.5;
}
#inquiry_form .list input:focus-visible,
.inquiry .list input:focus-visible {
  outline: solid;
  transition: all 0.2s;
  outline-color: #121212;
  outline-width: 2px;
  outline-offset: 3px;
}
#inquiry_form .list textarea,
.inquiry .list textarea {
  border: none;
  border-bottom: 1px solid #bbb2ed;
  width: 100%;
  height: 150px;
  font-size: 16px;
  outline: none;
}
#inquiry_form .list textarea::placeholder,
.inquiry .list textarea::placeholder {
  color: #dedfe0;
  text-transform: capitalize;
  line-height: 1.5;
}
#inquiry_form .list textarea:focus-visible,
.inquiry .list textarea:focus-visible {
  box-sizing: border-box;
  outline: solid;
  transition: all 0.2s;
  outline-color: #121212;
  outline-width: 2px;
  outline-offset: 3px;
  padding: 0 12px;
  line-height: 1.5;
}
#inquiry_form .sub,
.inquiry .sub {
  padding: 10px 17px;
  display: block;
  margin: 0 auto;
  border: none;
  background-color: #bbb2ed;
  color: #0e0a29;
  font-size: 18px;
  font-family: 'Archivo Narrow';
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer; 
}
#inquiry_form .sub:hover,
.inquiry .sub:hover {
  color: #bbb2ed;
  background-color: #0e0a29;
  transition: all 0.3s;
}
.container{
    padding-bottom: 30px;
}
.container .load_inquiry {
  cursor: pointer;
  margin-top: 2vw;
  display: inline-block;
  padding: 10px 30px;
  background: #3555db;
  border: 1px solid #3555db;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.container .load_inquiry:hover {
  color: #3555db;
  background: transparent;
  transition: all 0.3s;
}
.container .load_logo img {
  max-height: 100px;
}
.container .load_title {
  margin-top: 2vw;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #3656db;
}
.container .load_title span {
  color: #f09033;
}
.container .load_about {
  margin-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .load_about .about_info {
  flex: 0 45%;
}
.container .load_about .about_info .about_name {
  width: 80%;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  color: #111111;
}
.container .load_about .about_info .about_desc {
  margin-top: 1vw;
  width: 100%;
  font-size: 22px;
  color: #636d77;
  font-stretch: normal;
}
.container .load_about .about_info .about_desc span {
  color: #0c1929;
}
.container .load_about .about_img {
  flex: 0 45%;
  border-radius: 0 0 0 90px;
}
.container .load_about .about_img img {
  width: 100%;
  box-shadow: #ebecfb -25px 20px 0 20px;
  border-radius: 0 0 0 90px;
}
.container .load_adv {
  width: 100%;
  padding-top: 70px;
  margin: 40px 0 100px 0;
}
.container .load_adv ul {
  box-sizing: border-box;
  display: flex;
  width: 90%;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #3f5bdd 0%, #5b6fe0 50%, #6f7de3 100%);
  border-radius: 10px;
}
.container .load_adv ul li {
  flex: 0 33.3333333%;
  border-right: 1px solid #ffffff;
  padding: 2.0833333333vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
.container .load_adv ul li .adv_title {
  color: #fff;
  font-size: 22px;
}
.container .load_adv ul li .adv_desc {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 18px;
}
.container .load_pro {
  background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding: 5vw;
  padding-bottom: 0;
}
.container .load_pro .load_title {
  text-align: center;
}
.container .load_pro .proItems {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap; 
  gap: 60px 0;
}
.container .load_pro .proItems li {
  flex: 0 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_pro .proItems li .imgWrap {
  width: 90%;
  max-height: 350px;
}
.container .load_pro .proItems li .imgWrap img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.container .load_pro .proItems li .pro_title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.container .load_pro .proItems li .load_inquiry {
  margin-top: 20px;
}
.container .load_what {
  margin-top:150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_what .load_title {
  text-align: center;
}
.container .load_what .this_in {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .load_what .this_in .this_child {
  box-sizing: border-box;
  flex: 0 24%;
  padding: 25px 30px 60px;
  box-shadow: 3px 3px 10px 3px #f2f2f2;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.container .load_what .this_in .this_child .img_b {
  width: 100%;
}
.container .load_what .this_in .this_child .img_b img {
  width: 100%;
}
.container .load_what .this_in .this_child .this_text h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
  color: #040404;
}
.container .load_what .this_in .this_child .this_text p {
  color: #8f979d;
  font-size: 20px;
  line-height: 1.5;
}
.container .load_what .load_inquiry {
  margin-top: 30px;
}
.container .load_we {
  background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  padding: 0 5vw 0 5vw;
  margin-top: 130px;
  width: 100%;
  box-sizing: border-box;
}
.container .load_we .load_title {
  text-align: center;
}
.container .load_we .this_in {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 110px 0;
}
.container .load_we .this_in .this_child {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.container .load_we .this_in .this_child h1 {
  display: inline-block;
  font-size: 130px;
  font-weight: 300;
  font-family: "微软雅黑";
  background-image: linear-gradient(to bottom, #d7d8f8, rgba(255, 255, 255, 0));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -10%;
}
.container .load_we .this_in .this_child .img_b {
  flex: 0 40%;
  overflow: hidden;
}
.container .load_we .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .load_we .this_in .this_child .num_text {
  flex: 0 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .load_we .this_in .this_child .num_text .this_text {
  transform: translate(0, -70px);
}
.container .load_we .this_in .this_child .num_text .this_text h3 {
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
}
.container .load_we .this_in .this_child .num_text .this_text h5 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.container .load_we .this_in .this_child .num_text .this_text p {
  color: #6f7883;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.container .load_we .this_in .this_child .num_text .this_text p span {
  font-weight: bold;
}
.container .load_we .this_in .this_child .yes_text {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .load_we .this_in .this_child .yes_text .this_text {
  transform: translate(0, -70px);
}
.container .load_we .this_in .this_child .yes_text .this_text h3 {
  font-size: 35px;
  line-height: 1.8;
}
.container .load_we .this_in .this_child .yes_text .this_text ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.container .load_we .this_in .this_child .yes_text .this_text ul li {
  flex: 0 49%;
  display: flex;
  align-items: center;
  gap: 0 0.5208333333vw;
}
.container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img {
  width: 40px;
}
.container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img img {
  width: 100%;
}
.container .load_we .this_in .this_child .yes_text .this_text ul li span {
  width: calc(100% - 50px);
  color: #6f7883;
  font-size: 16px;
}
.container .load_we .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.container .load_app {
  background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding: 5vw;
  margin-top: 130px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_app .this_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.container .load_app .this_in {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw 0;
}
.container .load_app .this_in .this_child {
  flex: 0 32%;
  background-color: #ffffff;
  padding: 2.0833333333vw 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
  box-shadow: 0 0 60px 1px rgba(220, 220, 220, 0.9);
  border-radius: 10px;
}
.container .load_app .this_in .this_child .img_b {
  width: 100%;
}
.container .load_app .this_in .this_child .img_b img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.container .load_app .this_in .this_child h5 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}
.container .load_app .this_in .this_child p{
    font-size: #999;
    display: inline-block;
    margin-top: 10px;
}
.container .load_app .this_in .this_child:nth-child(4), .container .load_app .this_in .this_child:nth-child(5) {
  flex: 0 49%;
  padding: 2.34375vw 1.5625vw 3.125vw;
}
.container .load_form {
  margin-top: 120px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .load_form .leftForm {
  box-sizing: border-box;
  flex: 0 47%;
  padding: 5.2083333333vw 3.6458333333vw;
  background-color: #ebecfb;
  border-radius: 30px;
}
.container .load_form .leftForm .form_text .top {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.container .load_form .leftForm .form_text .top .icon_img {
  width: 60px;
}
.container .load_form .leftForm .form_text .top .icon_img img {
  width: 100%;
}
.container .load_form .leftForm .form_text .top h3 {
  font-size: 36px;
}
.container .load_form .leftForm .form_text p {
  font-size: 18px;
  color: #56606f;
  line-height: 2;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.container .load_form .leftForm .form_input .this_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.container .load_form .leftForm .form_input .this_form .this_list {
  width: 100%;
}
.container .load_form .leftForm .form_input .this_form .this_list h5 {
  color: #1e42d6;
  font-size: 20px;
  margin-bottom: 10px;
}
.container .load_form .leftForm .form_input .this_form .this_list input {
  border: 1px solid #eee;
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
.container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
  font-size: 16px;
}
.container .load_form .leftForm .form_input .this_form .this_list textarea {
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
.container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
  font-size: 16px;
}

.container .load_form .leftForm .form_input .this_form  input[type="submit"]{
      cursor: pointer;
  margin-top: 2vw;
  display: inline-block;
  padding: 10px 30px;
  background: #3555db;
  border: 1px solid #3555db;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}

.container .load_form .leftForm .form_input .this_form  input[type="submit"]:hover{ 
    color: #3555db;
    background: transparent;
    transition: all 0.3s;
}

.container .load_form .rightIntro {
  flex: 0 47%;
}
.container .load_form .rightIntro p {
  color: #5d6772;
  font-size: 20px;
  line-height: 1.8;
}
.container .load_form .rightIntro ul {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.container .load_form .rightIntro ul li {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.container .load_form .rightIntro ul li .num {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #bbdefb;
}
.container .load_form .rightIntro ul li .num span {
  display: inline-block;
  font-size: 36px;
  color: #1974d1;
}
.container .load_form .rightIntro ul li .right {
  width: calc(100% - 80px);
}
.container .load_form .rightIntro ul li .right h3 {
  font-size: 22px;
  line-height: 1.6;
}
.container .load_form .rightIntro ul li .right h5 {
  margin-top: 20px;
  color: #5d6772;
  line-height: 1.8;
  font-size: 16px;
}

/*.form_title {*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*  line-height: 3.5;*/
/*  background: #008ED6;*/
/*  padding: 0 15px;*/
/*  font-weight: normal;*/
/*}*/

/*#form {*/
/*  background-color: #fff;*/
/*  padding: 0 22px 22px 22px;*/
/*  font-family: Source Han Sans SC;*/
/*}*/
/*#form .list {*/
/*  margin-bottom: 15px;*/
/*}*/
/*#form .list p {*/
/*  color: #2A2B32;*/
/*  font-size: 18px;*/
/*  line-height: 2;*/
/*}*/
/*#form .list p span {*/
/*  color: #008ED6;*/
/*}*/
/*#form .list input {*/
/*  width: 100%;*/
/*  line-height: 3;*/
/*  padding-left: 10px;*/
/*  box-sizing: border-box;*/
/*}*/
/*#form .list input::placeholder {*/
/*  font-size: 16px;*/
/*}*/
/*#form .list textarea {*/
/*  width: 100%;*/
/*  box-sizing: border-box;*/
/*  padding: 10px;*/
/*  line-height: 2;*/
/*  resize: none;*/
/*  height: 120px;*/
/*}*/
/*#form .list textarea::placeholder {*/
/*  font-size: 16px;*/
/*}*/
/*#form #submit {*/
/*  width: 30%;*/
/*  color: #fff;*/
/*  background-color: #008ED6;*/
/*  border: none;*/
/*  padding: 15px 0;*/
/*  font-size: 20px;*/
/*  margin-bottom: 15px;*/
/*  border-radius: 45px;*/
/*  cursor: pointer;*/
/*}*/

/*inquiry*/
/*.inquiry-pop-bd {*/
/*  position: fixed;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  margin: -300px 0 0 -275px;*/
/*  width: 550px;*/
/*  height: 680px;*/
/*  background: #FFF;*/
/*  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);*/
/*  display: none;*/
/*  z-index: 2000;*/
/*}*/

/*.inquiry-pop-bd:before {*/
/*  content: "";*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  top: 0;*/
/*  background: rgba(0, 0, 0, 0.7);*/
/*  z-index: -1;*/
/*}*/

/*.inquiry-pop-bd .inquiry-pop {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 1;*/
/*  background: #FFF;*/
/*  -webkit-animation: fadeInDownA 0.4s ease;*/
/*  -o-animation: fadeInDownA 0.4s ease;*/
/*  animation: fadeInDownA 0.4s ease;*/
/*}*/

/*.inquiry-pop-bd .inquiry-pop .ico-close-pop {*/
/*  position: absolute;*/
/*  right: -10px;*/
/*  top: -10px;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  background: url(img/custom_service/fancy_close.png) no-repeat center center;*/
/*  cursor: pointer;*/
/*  z-index: 1;*/
/*}*/

/*.inquiry-form-wrap {*/
/*  position: relative;*/
/*  height: 680px;*/
/*  width: 100.5%;*/
/*}*/

.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 1500px) {
    .container .load_pro .proItems li .imgWrap {
        max-height: 260px;
    }
}
@media screen and (max-width: 1280px) {
  .container .load_inquiry {
    font-size: 16px;
  }
  .container .load_inquiry:hover {
    color: #3555db;
    background: transparent;
    transition: all 0.3s;
  }
  .container .load_title {
    font-size: 30px;
  }
  .container .load_about {
    margin-top: 4vw;
    align-items: stretch;
  }
  .container .load_about .about_info {
    flex: 0 45%;
  }
  .container .load_about .about_info .about_name {
    font-size: 36px;
  }
  .container .load_about .about_info .about_desc {
    font-size: 16px;
  }
  .container .load_about .about_img {
    flex: 0 45%;
    border-radius: 0 0 0 90px;
  }
  .container .load_about .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_adv {
    width: 100%;
    padding-top: 70px;
    margin: 40px 0 100px 0;
  }
  .container .load_adv ul {
    box-sizing: border-box;
    display: flex;
    width: 90%;
    margin: 0 auto;
    background-image: linear-gradient(0deg, #3f5bdd 0%, #5b6fe0 50%, #6f7de3 100%);
    border-radius: 10px;
  }
  .container .load_adv ul li {
    flex: 0 33.3333333%;
    border-right: 1px solid #ffffff;
    padding: 2.0833333333vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }
  .container .load_adv ul li .adv_title {
    color: #fff;
    font-size: 22px;
  }
  .container .load_adv ul li .adv_desc {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6980392157);
    font-size: 18px;
  }
  .container .load_pro {
    background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    border-radius: 150px 0 0 0;
    overflow: hidden;
    padding: 5vw;
  }
  .container .load_pro .load_title {
    text-align: center;
  }
  .container .load_pro .proItems {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  .container .load_pro .proItems li {
    flex: 0 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_pro .proItems li .imgWrap {
    width: 90%;
  }
  .container .load_pro .proItems li .imgWrap img {
    width: 100%;
  }
  .container .load_pro .proItems li .pro_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .container .load_pro .proItems li .load_inquiry {
    margin-top: 20px;
  }
  .container .load_what {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_what .load_title {
    text-align: center;
  }
  .container .load_what .this_in {
    margin-top: 40px;
    gap: 20px 0;
  }
  .container .load_what .this_in .this_child {
    box-sizing: border-box;
    flex: 0 49%;
    padding: 25px 30px 60px;
    box-shadow: 3px 3px 10px 3px #f2f2f2;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .container .load_what .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_what .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_what .this_in .this_child .this_text h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #040404;
  }
  .container .load_what .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .container .load_what .load_inquiry {
    margin-top: 30px;
  }
  .container .load_we {
    background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    padding: 5vw;
    margin-top: 130px;
    width: 100%;
    box-sizing: border-box;
  }
  .container .load_we .this_in {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 110px 0;
  }
  .container .load_we .this_in .this_child {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .container .load_we .this_in .this_child h1 {
    display: inline-block;
    font-size: 100px;
    font-weight: 300;
    margin-top: -10%;
  }
  .container .load_we .this_in .this_child .img_b {
    flex: 0 48%;
    overflow: hidden;
  }
  .container .load_we .this_in .this_child .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_we .this_in .this_child .num_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .num_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .num_text .this_text h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .num_text .this_text h5 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container .load_we .this_in .this_child .num_text .this_text p {
    color: #6f7883;
    font-size: 16px;
    line-height: 2;
  }
  .container .load_we .this_in .this_child .num_text .this_text p span {
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .yes_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .yes_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .yes_text .this_text h3 {
    font-size: 30px;
    line-height: 1.8;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li {
    flex: 0 49%;
    display: flex;
    align-items: center;
    gap: 0 0.5208333333vw;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img {
    width: 30px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li span {
    color: #6f7883;
    font-size: 12px;
  }
  .container .load_we .this_in .this_child:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .container .load_app {
    background-image: linear-gradient(#f0f0fd, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    border-radius: 150px 0 0 0;
    overflow: hidden;
    padding: 5vw;
    margin-top: 130px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_app .this_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .container .load_app .this_in {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .container .load_app .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_app .this_in .this_child .img_b img {
    width: 100%;
    max-height: 150px;
    
  }
  .container .load_app .this_in .this_child h5 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
  }
  .container .load_app .this_in .this_child:nth-child(4), .container .load_app .this_in .this_child:nth-child(5) {
    flex: 0 49%;
    padding: 2.34375vw 1.5625vw 3.125vw;
  }
  .container .load_form {
    margin-top: 120px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container .load_form .leftForm {
    box-sizing: border-box;
    flex: 0 47%;
    padding: 5.2083333333vw 3.6458333333vw;
    background-color: #ebecfb;
    border-radius: 30px;
  }
  .container .load_form .leftForm .form_text .top {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .container .load_form .leftForm .form_text .top .icon_img {
    width: 60px;
  }
  .container .load_form .leftForm .form_text .top .icon_img img {
    width: 100%;
  }
  .container .load_form .leftForm .form_text .top h3 {
    font-size: 36px;
  }
  .container .load_form .leftForm .form_text p {
    font-size: 18px;
    color: #56606f;
    line-height: 2;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .container .load_form .leftForm .form_input .this_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .container .load_form .leftForm .form_input .this_form .this_list {
    width: 100%;
  }
  .container .load_form .leftForm .form_input .this_form .this_list h5 {
    color: #1e42d6;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input {
    border: 1px solid #eee;
    width: 100%;
    line-height: 3;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
    font-size: 16px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea {
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    resize: none;
    height: 120px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
    font-size: 16px;
  }
  .container .load_form .rightIntro {
    flex: 0 47%;
  }
  .container .load_form .rightIntro p {
    color: #5d6772;
    font-size: 20px;
    line-height: 1.8;
  }
  .container .load_form .rightIntro ul {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  .container .load_form .rightIntro ul li {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
  .container .load_form .rightIntro ul li .num {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #bbdefb;
  }
  .container .load_form .rightIntro ul li .num span {
    display: inline-block;
    font-size: 36px;
    color: #1974d1;
  }
  .container .load_form .rightIntro ul li .right {
    width: calc(100% - 80px);
  }
  .container .load_form .rightIntro ul li .right h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .container .load_form .rightIntro ul li .right h5 {
    margin-top: 20px;
    color: #5d6772;
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .container .load_inquiry {
    font-size: 16px;
  }
  .container .load_inquiry:hover {
    color: #3555db;
    background: transparent;
    transition: all 0.3s;
  }
  .container .load_logo {
    width: 90vw;
  }
  .container .load_logo img {
    /*width: 100%;*/
    /*max-height: auto;*/
    max-height:90px;
  }
  .container .load_title {
    font-size: 22px;
    margin-top: 15px;
  }
  .container .load_about {
    margin-top: 4vw;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .container .load_about .about_info {
    flex: 0 100%;
    margin-top: 40px;
  }
  .container .load_about .about_info .about_name {
    width: 100%;
    font-size: 24px;
  }
  .container .load_about .about_info .about_desc {
    font-size: 16px;
    width: 100%;
  }
  .container .load_about .about_img {
    flex: 0 100%;
    border-radius: 0 0 0 90px;
  }
  .container .load_about .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: none;
  }
  .container .load_adv {
    width: 100%;
    padding-top: 60px;
    margin: 0;
    margin-bottom: 60px;
  }
  .container .load_adv ul {
    width: 100%;
    flex-direction: column;
    gap: 1px 0;
  }
  .container .load_adv ul li {
    flex: 0 33.3333333%;
    border: none;
    border-top: 1px solid #ffffff;
  }
  .container .load_adv ul li .adv_title {
    color: #fff;
    font-size: 20px;
  }
  .container .load_adv ul li .adv_desc {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6980392157);
    font-size: 16px;
  }
  .container .load_pro {
    border-radius: 0;
    padding: 0;
  }
  .container .load_pro .load_title {
    text-align: center;
  }
  .container .load_pro .proItems {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .load_pro .proItems li {
    flex: 0 99%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_pro .proItems li .imgWrap {
    width: 90%; max-height: 400px;
  }
  .container .load_pro .proItems li .imgWrap img {
    width: 100%;
  }
  .container .load_pro .proItems li .pro_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .container .load_pro .proItems li .load_inquiry {
    margin-top: 20px;
  }
  .container .load_what {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_what .load_title {
    text-align: center;
  }
  .container .load_what .this_in {
    margin-top: 30px;
    gap: 20px 0;
  }
  .container .load_what .this_in .this_child {
    box-sizing: border-box;
    flex: 0 99%;
    padding: 25px 30px 60px;
    box-shadow: 3px 3px 10px 3px #f2f2f2;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .container .load_what .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_what .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_what .this_in .this_child .this_text h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #040404;
  }
  .container .load_what .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .container .load_what .load_inquiry {
    margin-top: 30px;
  }
  .container .load_we {
    border-radius: 0;
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
  }
  .container .load_we .this_in {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .container .load_we .this_in .this_child {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column !important;
  }
  .container .load_we .this_in .this_child h1 {
    font-size: 90px;
    margin-top: 20px;
  }
  .container .load_we .this_in .this_child .img_b {
    flex: 0 48%;
    overflow: hidden;
  }
  .container .load_we .this_in .this_child .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_we .this_in .this_child .num_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .num_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .num_text .this_text h3 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .num_text .this_text h5 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container .load_we .this_in .this_child .num_text .this_text p {
    color: #6f7883;
    font-size: 16px;
    line-height: 2;
  }
  .container .load_we .this_in .this_child .num_text .this_text p span {
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .yes_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .yes_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .yes_text .this_text h3 {
    font-size: 30px;
    line-height: 1.8;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li {
    flex: 0 99%;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img {
    width: 30px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li span {
    color: #6f7883;
    font-size: 12px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text .btn {
    margin-top: 20px;
  }
  .container .load_we .this_in .this_child:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .container .load_app {
    border-radius: 0;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_app .this_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .container .load_app .this_in {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .container .load_app .this_in .this_child {
    flex: 0 99%;
  }
  .container .load_app .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_app .this_in .this_child .img_b img {
    width: 100%;
    max-height: none;
  }
  .container .load_app .this_in .this_child h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
  }
  .container .load_app .this_in .this_child:nth-child(4), .container .load_app .this_in .this_child:nth-child(5) {
    flex: 0 99%;
    padding: 2.34375vw 1.5625vw 3.125vw;
  }
  .container .load_form {
    margin-top: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .container .load_form .leftForm {
    box-sizing: border-box;
    flex: 0 100%;
    padding: 5.2083333333vw 3.6458333333vw;
    background-color: #ebecfb;
    border-radius: 30px;
  }
  .container .load_form .leftForm .form_text .top {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .container .load_form .leftForm .form_text .top .icon_img {
    width: 40px;
  }
  .container .load_form .leftForm .form_text .top .icon_img img {
    width: 100%;
  }
  .container .load_form .leftForm .form_text .top h3 {
    font-size: 24px;
  }
  .container .load_form .leftForm .form_text p {
    font-size: 18px;
    color: #56606f;
    line-height: 2;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .container .load_form .leftForm .form_input .this_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .container .load_form .leftForm .form_input .this_form .this_list {
    width: 100%;
  }
  .container .load_form .leftForm .form_input .this_form .this_list h5 {
    color: #1e42d6;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input {
    border: 1px solid #eee;
    width: 100%;
    line-height: 3;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
    font-size: 16px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea {
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    resize: none;
    height: 120px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
    font-size: 16px;
  }
  .container .load_form .rightIntro {
    margin-top: 30px;
    flex: 0 47%;
  }
  .container .load_form .rightIntro .load_title {
    text-align: center;
  }
  .container .load_form .rightIntro p {
    text-align: center;
    color: #5d6772;
    font-size: 14px;
    line-height: 1.8;
  }
  .container .load_form .rightIntro ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  .container .load_form .rightIntro ul li {
    display: flex;
    align-items: center;
    gap: 0 40px;
    flex-direction: column;
  }
  .container .load_form .rightIntro ul li .num {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #bbdefb;
  }
  .container .load_form .rightIntro ul li .num span {
    display: inline-block;
    font-size: 36px;
    color: #1974d1;
  }
  .container .load_form .rightIntro ul li .right {
    margin-top: 10px;
    width: 100%;
  }
  .container .load_form .rightIntro ul li .right h3 {
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
  }
  .container .load_form .rightIntro ul li .right h5 {
    margin-top: 10px;
    text-align: center;
    color: #5d6772;
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
  
  
    #inquiry_form .form_title p,
  .inquiry .form_title p {
    font-size: 32px;
  }
  #inquiry_form,
  .inquiry {
    width: auto;
  }
}/*# sourceMappingURL=all.css.map */