@import url('/wp-content/themes/global/static/css/reset.css');
@import url('/wp-content/themes/global/static/css/animate.min.css');
@import url('/wp-content/themes/global/static/css/hover-min.css');
@import url('/wp-content/themes/global/static/layui/css/layui.css');
@import url('/wp-content/themes/global/static/css/swiper-bundle.min.css');
@import url('/wp-content/themes/global/static/font/download/iconfont.css');
@font-face {
  font-family: DM Serif Display;
  src: url(/wp-content/themes/global/static/font/DMSerifDisplay-Regular.ttf);
}
@font-face {
  font-family: Archivo Narrow;
  src: url(/wp-content/themes/global/static/font/tss0ApVBdCYD5Q7hcxTE1ArZ0bbwiXw.woff2);
}
@font-face {
  font-family: Open Sans;
  src: url(/wp-content/themes/global/static/font/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2);
}
@font-face {
  font-family: DM Sans;
  src: url(/wp-content/themes/global/static/font/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2);
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url(/wp-content/themes/global/static/font/tDbV2o-flEEny0FZhsfKu5WU4xD7OwE.woff2);
}
.none{
    display: none;
}
#spotlight {
  background-color: #000000a2 !important;
}
#spotlight .footer {
  width: 100%;
}
#spotlight .footer .title {
  text-align: center;
  text-transform: capitalize;
}
.layout {
  width: 84vw;
  margin: 0 auto;
}
body {
  font-family: "Open Sans";
}

.container .load_inquiry:hover {
  color: #3555db;
  background: transparent;
  transition: all 0.3s;
}
.container .load_layout{
    width: 89vw;
    margin: 0 auto;
}
.container .load_logo img {
  max-height: 90px;
}
.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: 75%;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  color: #111111;
}
.container .load_about .about_info .about_desc {
  margin-top: 1vw;
  width: 75%;
  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;
   box-shadow: #ebecfb -25px 20px 0 20px;

}
  .container .load_about .about_img iframe{
   width: 100%;
   min-height: 450px;
     border-radius: 0 0 0 90px;
   object-fit: cover;
  }
.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 .layout {
  width: 1150px;
  margin: 0 auto;
}
.container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.container .inquiry_btn {
  display: inline-block;
  padding: 9px 23px;
  background-color: #bbb2ed;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'Archivo Narrow';
}
.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;
  width: auto !important;
  max-width: 300px;

}
.container .inquiry_btn:hover {
  background-color: #e6e3f8;
  transition: all 0.3s;
}
.container .hd_title {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.container .hd_title .head {
  font-style: italic;
  font-family: "DM Serif Display";
  color: #bbb2ed;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.container .hd_title .tagline {
  color: #2d2a40;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Archivo Narrow";
  font-weight: 600;
}
.container .hd_title .desc {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.container .page_product {
  padding: 80px 20px;
}
.container .page_product .pro_item {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 28px;
}
.container .page_product .pro_item li {
  flex: 0 31.7%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.container .page_product .pro_item li .imgWarp {
  width: 100%;
  max-height: 300px;
}
.container .page_product .pro_item li .imgWarp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .page_product .pro_item li .info {
  padding: 13px;
  text-align: center;
  font-family: 'Archivo Narrow';
  background-color: transparent;
  transition: all 0.3s;
}
.container .page_product .pro_item li .info p {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.2;
}
.container .page_product .pro_item li:hover .info {
  background-color: #faf9fe;
  transition: all 0.3s;
}
.container .page_custom {
  padding: 80px 20px;
}
.container .page_custom .customWarp {
  display: flex;
  justify-content: space-between;
  gap: 0 30px ;
  margin-top: 40px;
}
.container .page_custom .customWarp .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(45, 42, 64, 0.8);
  padding: 13px;
  color: #fff;
  box-sizing: border-box;
}
.container .page_custom .customWarp .info p {
  font-size: 27px;
  margin-bottom: 4px;
  font-family: "Archivo Narrow";
  font-weight: 600;
}
.container .page_custom .customWarp .info span {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
}
.container .page_custom .customWarp .left {
  flex: 0 67.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0;
}
.container .page_custom .customWarp .left .bigimg {
  position: relative;
  overflow: hidden;
  height: 515px;
}
.container .page_custom .customWarp .left .bigimg .imgWarp {
  width: 100%;
  height: 100%;
}
.container .page_custom .customWarp .left .bigimg .imgWarp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.container .page_custom .customWarp .left .smallimg {
  display: flex;
  gap: 0 30px ;
  height: 250px;
}
.container .page_custom .customWarp .left .smallimg .imgWarp {
  width: 100%;
  position: relative;
}
.container .page_custom .customWarp .left .smallimg .imgWarp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.container .page_custom .customWarp .right {
  flex: 0 31%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.container .page_custom .customWarp .right .up {
  width: 100%;
  height: 240px;
  position: relative;
}
.container .page_custom .customWarp .right .up img {
  width: 100%;
  height: 100%;
}
.container .page_custom .customWarp .right .down {
  width: 100%;
  height: 525px;
  position: relative;
}
.container .page_custom .customWarp .right .down img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container .page_choose {
  padding: 80px 20px;
}
.container .page_choose .icon_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
.container .page_choose .icon_item li {
  flex: 0 31%;
  margin-top: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  gap: 30px 0;
}
.container .page_choose .icon_item li .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -75px;
  background-color: #fff;
  transition: all 0.3s;
  filter: drop-shadow(0px 4px 20px rgba(38, 34, 38, 0.1));
}
.container .page_choose .icon_item li .icon .iconfont {
  font-size: 32px;
  color: #121212;
}
.container .page_choose .icon_item li .info {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  color: #121212;
  text-align: center;
  transition: all 0.3s;
}
.container .page_choose .icon_item li .info h6 {
  font-size: 24px;
  font-family: 'Archivo Narrow';
  font-weight: 600;
}
.container .page_choose .icon_item li .info p {
  font-size: 16px;
  font-family: "Open Sans";
}
.container .page_choose .icon_item li:hover .icon {
  background-color: #bbb2ed;
  transition: all 0.3s;
}
.container .page_choose .icon_item li:hover .icon .iconfont {
  color: #fff;
}
.container .page_choose .icon_item li:hover .info h6 {
  color: #bbb2ed;
  transition: all 0.3s;
}
.container .page_work {
  padding: 80px 20px;
}
.container .page_work .work_item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 44px;
}
.container .page_work .work_item .item {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}
.container .page_work .work_item .item .item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 60%;
  background-color: #faf9fe;
  padding: 18px;
  box-sizing: border-box;
  font-family: 'Open Sans';
}
.container .page_work .work_item .item .item_info h3 {
  font-size: 32px;
  font-family: 'Archivo Narrow';
}
.container .page_work .work_item .item .item_info h3 span {
  color: #bbb2ed;
  display: inline-block;
  margin-right: 20px;
  font-family: 'DM Sans';
}
.container .page_work .work_item .item .item_info .step {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.container .page_work .work_item .item .item_info .step p {
  font-size: 16px;
  color: #bbb2ed;
}
.container .page_work .work_item .item .item_info .step .line {
  width: 124px;
  height: 1px;
  background: #bbb2ed;
  margin-right: 15px;
}
.container .page_work .work_item .item .item_info .desc {
  font-size: 16px;
  margin-bottom: 10px;
}
.container .page_work .work_item .item .item_info .desc p {
  line-height: 1.5;
}
.container .page_work .work_item .item .item_img {
  flex: 0 40%;
}
.container .page_work .work_item .item .item_img img {
  width: 100%;
}
.container .page_work .work_item .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.container .page_get {
  padding: 80px 20px;
}
.container .page_get .Warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #faf9fe;
  padding: 30px;
}
.container .page_get .Warp .left p {
  font-size: 32px;
  margin-bottom: 8px;
  font-family: 'Archivo Narrow';
  font-weight: 600;
}
.container .page_get .Warp .left span {
  font-family: 'Open Sans';
  font-size: 16px;
}
.container .page_get .Warp .right {
  flex: 0 28%;
}
.container .page_evaluate {
  padding: 80px 20px;
}
.container .page_evaluate .Warp {
  display: flex;
  justify-content: space-between;
}
.container .page_evaluate .Warp .left {
  flex: 0 48%;
}
.container .page_evaluate .Warp .left h2 {
  font-size: 40px;
  font-family: 'Archivo Narrow';
  text-transform: capitalize;
  color: #bbb2ed;
}
.container .page_evaluate .Warp .left p {
  font-size: 32px;
  font-family: 'Archivo Narrow';
  padding: 20px 0;
  font-weight: 600;
}
.container .page_evaluate .Warp .left span {
  font-family: 'Open Sans';
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 10px;
}
.container .page_evaluate .Warp .right {
  flex: 0 48%;
  overflow: hidden;
  background-color: #bbb2ed;
}
.container .page_evaluate .Warp .right .evaluate_swiper {
  position: relative;
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide {
  padding:50px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  font-family: "Open Sans";
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide h3 {
  margin-top: 20px;
  font-size: 24px;
  font-family: 'Archivo Narrow';
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide span {
  font-size: 16px;
  font-family: "Open Sans";
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 0 5px;
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #121212;
}
.container .page_partner {
  padding: 80px 20px;
}
.container .page_partner .partner_swiper {
  overflow: hidden;
}
.container .page_partner .partner_swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.container .page_partner .partner_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.container .page_partner .partner_swiper .swiper-wrapper .swiper-slide .imgWarp {
  width: 100%;
}
.container .page_partner .partner_swiper .swiper-wrapper .swiper-slide .imgWarp img {
  width: 100%;
}
.container .page_faq {
  padding: 80px 20px;
}
.container .page_faq .faq_item {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.container .page_faq .faq_item li {
  flex: 0 48%;
  background-color: #faf9fe;
  padding: 20px;
  box-sizing: border-box;
}
.container .page_faq .faq_item li p {
  font-size: 32px;
  font-family: Archivo Narrow;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.container .page_faq .faq_item li span {
  font-size: 16px;
  font-family: 'Open Sans';
}
.container .page_gallery {
  padding: 80px 20px;
}
.container .page_gallery .factory {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.container .page_gallery .factory li {
  flex: 0 25%;
  width: 100%;
  height: 15vw;
  cursor: zoom-in;
}
.container .page_gallery .factory li a {
  width: 100%;
  display: block;
  height: 100%;
  cursor: zoom-in;
}
.container .page_gallery .factory li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .page_contact {
  padding: 80px 20px;
}
.container .page_contact .Warp {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.container .page_contact .Warp .left {
  flex: 0 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .page_contact .Warp .left .bg {
  position: absolute;
  left: -100px;
  top: 10px;
  z-index: -1;
}
.container .page_contact .Warp .left h3 {
  max-width: 280px;
  font-family: "Archivo Narrow";
  font-size: 40px;
  padding-bottom: 30px;
}
.container .page_contact .Warp .left h3 span {
  color: #bbb2ed;
}
.container .page_contact .Warp .left .line {
  width: 150px;
  height: 2px;
  background-color: #bbb2ed;
  margin-bottom: 40px;
}
.container .page_contact .Warp .left .items {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.container .page_contact .Warp .left .items li {
  display: flex;
  align-items: center;
}
.container .page_contact .Warp .left .items li .iconfont {
  color: #bbb2ed;
  font-size: 28px;
  margin-right: 20px;
}
.container .page_contact .Warp .left .items li p {
  font-size: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "Archivo Narrow";
}
.container .page_contact .Warp .right {
  flex: 0 45%;
  border: 1px solid #bbb2ed;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.container .page_contact .Warp .right .inquiry {
  width: auto;
  margin: 0 auto;
  padding: 45px;
  display: block;
}
.container .page_contact .Warp .right .inquiry .form_title p {
  color: #bbb2ed;
}
.container .page_contact .Warp .right .inquiry .form .listWarp {
  display: flex;
  justify-content: space-between;
}
.container .page_contact .Warp .right .inquiry .form .listWarp input {
  flex: 0 48%;
  border: 1px solid #bbb2ed;
}
.container .page_contact .Warp .right .inquiry .form .list input {
  border: 1px solid #bbb2ed;
}
.container .page_contact .Warp .right .inquiry .form .list textarea {
  border: 1px solid #bbb2ed;
}
.container .page_contact .Warp .right .inquiry .form .sub {
  padding: 12px 24px ;
  font-size: 24px;
  font-family: 'JetBrains Mono';
  color: #fff;
  text-transform: uppercase;
}
.container .page_contact .Warp .right .inquiry .form .sub:hover {
  background: #bbb2ed;
  color: #fff;
}
.container .page_contact .Warp .right .inquiry .form p {
  text-align: center;
  margin-top: 17px;
  font-size: 16px;
  font-family: "Open Sans";
}
.layui-layer {
  background: transparent;
}
#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::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;
}
#inquiry_form .sub:hover,
.inquiry .sub:hover {
  color: #bbb2ed;
  background-color: #0e0a29;
  transition: all 0.3s;
}
.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;
}
@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;
  }
}

@media screen and (max-width: 1190px) {
  .container .layout {
    width: 100%;
  }
  .container .page_product .pro_item {
    gap: 23px;
  }
  .container .page_product .pro_item li {
    flex: 0 31%;
  }
  .container .page_choose .icon_item {
    gap: 20px;
  }
  .container .page_choose .icon_item li {
    padding: 20px;
  }
  .container .page_choose .icon_item li .info h6 {
    font-size: 22px;
  }
  .container .hd_title {
    width: auto;
    max-width: 920px;
  }
  .container .hd_title .tagline {
    font-size: 30px;
  }
  .container .hd_title .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
    .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%;
  }
  .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 .page_gallery .factory li {
    flex: 0 25%;
    height: 25vw;
  }
  .container .page_contact .Warp {
    flex-direction: column;
  }
  .container .page_contact .Warp .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  .container .page_product {
    padding: 50px 20px;
  }
  .container .page_product .pro_item {
    justify-content: space-between;
    gap: 20px;
  }
  .container .page_product .pro_item li {
    flex: 0 48%;
  }
  .container .page_custom {
    padding: 50px 20px;
  }
  .container .page_custom .customWarp {
    flex-direction: column;
    gap: 30px 0;
  }
  .container .page_custom .customWarp .left .smallimg {
    height: auto;
  }
  .container .page_custom .customWarp .right {
    flex-direction: row;
    gap: 0 30px;
  }
  .container .page_custom .customWarp .right .up {
    height: auto;
  }
  .container .page_custom .customWarp .right .down {
    height: auto;
  }
  .container .page_choose {
    padding: 50px 20px;
  }
  .container .page_choose .icon_item {
    gap: 20px;
  }
  .container .page_choose .icon_item li {
    padding: 20px;
    flex: 0 48%;
  }
  .container .page_choose .icon_item li .info h6 {
    font-size: 20px;
  }
  .container .page_faq {
    padding: 50px 20px;
  }
  .container .page_faq .faq_item {
    flex-direction: column;
  }
  .container .page_faq .faq_item li p {
    font-size: 25px;
  }
  .container .page_faq .faq_item li span {
    font-size: 15px;
  }
  .container .page_gallery {
    padding: 50px 20px;
  }
  .container .page_gallery .factory li {
    flex: 0 33.3%;
    height: 30vw;
  }
  .container .page_evaluate {
    padding: 50px 20px;
  }
  .container .page_evaluate .Warp {
    flex-direction: column;
  }
  .container .page_evaluate .Warp .left h2 {
    font-size: 32px;
  }
  .container .page_evaluate .Warp .left p {
    font-size: 24px;
  }
  .container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
  .container .page_work {
    padding: 50px 20px;
  }
  .container .page_work .work_item .item {
    flex-direction: column;
  }
  .container .page_work .work_item .item:nth-child(2n) {
    flex-direction: column;
  }
  .container .page_get {
    padding: 50px 20px;
  }
  .container .page_get .Warp {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
  .container .page_get .Warp .left {
    margin-bottom: 10px;
  }
  .container .page_get .Warp .left p {
    font-size: 24px;
  }
  .container .page_contact {
    padding: 50px 20px;
  }
  .container .page_contact .Warp .left h3 {
    max-width: none;
    margin-top: 30px;
    font-size: 32px;
  }
  .container .page_contact .Warp .left .items li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .container .hd_title {
    width: auto;
    max-width: 920px;
  }
  .container .hd_title .tagline {
    font-size: 28px;
  }
  .container .hd_title .desc {
    font-size: 15px;
  }
  .container .page_custom .customWarp .info p {
    font-size: 26px;
  }
  .container .page_custom .customWarp .left .bigimg {
    height: auto;
  }
  .container .page_custom .customWarp .left .smallimg {
    flex-direction: column;
  }
  .container .page_custom .customWarp .right {
    flex-direction: column;
    gap: 30px 0;
  }
  .container .page_choose .icon_item li {
    flex: 100%;
  }
  .container .page_product .pro_item {
    flex-direction: column;
  }
  .container .page_product .pro_item li .imgWarp {
    max-height: 400px;
  }
  .container .page_work .work_item .item .item_info h3 {
    font-size: 22px;
  }
  .container .page_gallery .factory li {
    flex: 0 50%;
    height: 43vw;
  }
  .container .page_contact .Warp .left .items {
    gap: 20px 0;
  }
  .container .page_contact .Warp .right .inquiry {
    padding: 20px;
  }
  #inquiry_form .form_title p,
  .inquiry .form_title p {
    font-size: 32px;
  }
  #inquiry_form,
  .inquiry {
    width: auto;
  }
}
