@import url('reset.css');
@import url('animate.min.css');
@import url('hover-min.css');
@import url('../layui/css/layui.css');
@import url('swiper-bundle.min.css');
@import url('../download/iconfont.css');

/*@font-face {*/
/*  font-family: DM Serif Display;*/
/*  src: url(../font/DMSerifDisplay-Regular.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: Archivo Narrow;*/
/*  src: url(../font/tss0ApVBdCYD5Q7hcxTE1ArZ0bbwiXw.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: Open Sans;*/
/*  src: url(../font/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: DM Sans;*/
/*  src: url(../font/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: 'JetBrains Mono';*/
/*  src: url(../font/tDbV2o-flEEny0FZhsfKu5WU4xD7OwE.woff2);*/
/*}*/
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em !important;
}

#file123{
    display: none;
}

#file1234{
    display: none;
}


.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 .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: #ff6e0b;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'Archivo Narrow';
  border-radius: 15px;
  
  
  position: relative;
  
  z-index: 3;
  
  transform-style:preserve-3d;
  
  
  box-shadow: 1px 3px 1px transparent;
  border: 1px solid transparent;
  transition: all .3s;
  
}
/*.container .inquiry_btn::before{ */
/*    display: none;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%; */
/*    background-image:linear-gradient(to bottom,#C9C9C9,#FAFAFA);*/
    
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    padding: 8px;*/
    
/*    z-index: 1;*/
/*    transform:translateZ(-1px) translate(-50%,-50%); */
/*    border-radius: 15px; */
/*}*/

.container .inquiry_btn::after{
    display: none;
    content: '';
    width: 100%;
    height: 100%;   
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translateZ(-1px) translate(-50%,-50%);
}

.container .inquiry_btn:hover {
  background-color: #ededed;
  transition: all 0.3s;
  /*box-shadow:inset 1px 3px 1px #CDCDCD;*/
  box-shadow: 1px 3px 1px #CDCDCD;
  border: 1px solid #9A9A9A;
}

.container .inquiry_btn:hover::before {
    /*display: block;*/
}



.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: #ff6e0b;
  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;
}


/*中间加的swiper*/
.container .page_product .swiper {
    width: 100%;
    padding-bottom: 20px;
}

.container .page_product .swiper .swiper-slide {
    /*height: auto !important;*/
}
/*中间加的swiper*/

.container .page_product .pro_item {
 width: 100%;
max-height: 900px;
  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;
  
  
  height: calc((100% - 30px) / 2) !important;
}
.container .page_product .pro_item li .imgWarp {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.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: 32px;
  margin-bottom: 14px;
  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 svg {
    width: 50%;
    height: 50%;
    object-fit: contain;
}
.container .page_choose .icon_item li .icon svg path {
    transition: all .3s;
}

.container .page_choose .icon_item li:hover .icon svg path {
    fill: #fff;
    transition: all .3s;
}


.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: #ff6e0b;
  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: #ff6e0b;
  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: #ff6e0b;
  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: #ff6e0b;
}
.container .page_work .work_item .item .item_info .step .line {
  width: 124px;
  height: 1px;
  background: #ff6e0b;
  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: #ff6e0b;
}
.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: #ff6e0b;
}
.container .page_evaluate .Warp .right .evaluate_swiper {
  position: relative;
}
.container .page_evaluate .Warp .right .evaluate_swiper .swiper-wrapper .swiper-slide {
  padding: 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 16.6%;*/
  width: 100%;
  height: 16.3vw;
  cursor: zoom-in;
}


/*swiper*/

.container .page_gallery .swiper {
    
}


.container .page_gallery .swiper .swiper-wrapper {
    max-height: 32.6vw;
}

.container .page_gallery .swiper .swiper-wrapper .swiper-slide { 
    /*height: calc((100% - 30px) / 2) !important;*/
    
}

/*swiper*/




.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;
  width: 100%;
}

@media screen and (max-width: 950px) {
    .container .page_contact .Warp .left .bg {
        left: 0;
        display: none;
    }
}


.container .page_contact .Warp .left .bg img {
    width: 100%;
}

.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: #ff6e0b;
}
.container .page_contact .Warp .left .line {
  width: 150px;
  height: 2px;
  background-color: #ff6e0b;
  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: #ff6e0b;
  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 #ff6e0b;
  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: #ff6e0b;
}
.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 #ff6e0b;
}
.container .page_contact .Warp .right .inquiry .form .list input {
  border: 1px solid #ff6e0b;
}
.container .page_contact .Warp .right .inquiry .form .list textarea {
  border: 1px solid #ff6e0b;
}
.container .page_contact .Warp .right .inquiry .form .sub {
  padding: 12px 24px ;
  font-size: 24px;
  font-family: 'JetBrains Mono';
  color: #fff;
  text-transform: uppercase;
  
  max-width: 100%;
}
.container .page_contact .Warp .right .inquiry .form .sub:hover {
  background: #ff6e0b;
  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 #ff6e0b;
  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 #ff6e0b;
  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: #ff6e0b;
  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: #ff6e0b;
  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: #ff6e0b;
  font-weight: bold;
}
.layui-layer-setwin .layui-layer-close2:hover {
  background-color: transparent;
}
@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 .page_gallery .swiper .swiper-wrapper {
    max-height: 51vw;
}
    
  .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 .swiper .swiper-wrapper {
    max-height: 60vw;
}
  .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;
    overflow: hidden;
  }
  
    
  /*新增的swiper*/
  
  .container .page_product .pro_item {
      /*display: block;*/
  }
  
  /*新增的swiper*/
  
  
  
  
  
  .container .page_work .work_item .item .item_info h3 {
    font-size: 22px;
  }
  
  
  .container .page_gallery .swiper .swiper-wrapper {
    max-height: 86vw;
}
  
  .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;
  }
}











.grecaptcha-badge { visibility: hidden; }