.contentWH{width: 1400px;height: auto;margin: 0px auto;}
.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}
.contactBox2 {
	display: none;
}
.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}
.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}
.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}
.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}
.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/contactTel.png");
}
.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/contactWhatsapp.png");
}
.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/contactEmail.png");
}
.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/contactAddress.png");
}
.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li a:hover {
  color: #3677e2;
}
.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}
.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.info {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}
.info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
  z-index: 999;
}
.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}
.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}
.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background:var(--mainColor);
  transition: all 0.3s;
}
@font-face{
  font-family: 'Prompt-Bold';
  src: url('fonts/Prompt-Bold.ttf');
}
@font-face{
  font-family: 'Prompt-Light';
  src: url('fonts/Prompt-Light.ttf');
}
@font-face{
  font-family: 'Prompt-Regular';
  src: url('fonts/Prompt-Regular.ttf');
}
@font-face{
  font-family: 'Prompt-ExtraBold';
  src: url('fonts/Prompt-ExtraBold.ttf');
}
@font-face{
  font-family: 'Prompt-SemiBold';
  src: url('fonts/Prompt-SemiBold.ttf');
}
@font-face{
  font-family: 'Lato-Regular';
  src: url('fonts/Lato-Regular.ttf');
}
@font-face{
  font-family: 'Prompt-Medium';
  src: url('fonts/Prompt-Medium.ttf');
}
*{
  font-family: "Prompt-Regular";
}
:root{
  --mainColor:#0d74d3;
  --222:#222222;
  --333:#333333;
  --fff:#ffffff;
}
/* header start */
.header{width: 100%;height: 112px;}
.header.fixed{position: fixed;left: 0;top: 0;background: #fff;z-index: 9999;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.headerWH{width: 1470px;height: 100%;margin: 0px auto;display: flex;justify-content: space-between;align-items: center;;}
.logo{width: 256px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_right{height: 100%;display: flex;justify-content: flex-end;}
.nav_box{display: flex;justify-content: flex-start;align-items: center;height: 100%;}
.nav_box li{font-size: 18px;margin-left: 40px;height: 100%;display: flex;align-items: center;position: relative;}
.nav_box li:nth-of-type(1){margin-left: 0px;}
.nav_link_first{color: #000;position: relative;}
.nav_box li.on .nav_link_first{color: #5399e1;}
.nav_box li:hover .nav_link_first{color: #5399e1;}
.nav_list_box{width: 240px;max-height: 0px;overflow: hidden; position: absolute;left: 50%;transform: translateX(-50%);top: 112px;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);transition: all 0.6s ease;z-index: 999;}
.nav_list_box a{display: block;text-align: center;border-bottom: 1px solid #E5E5E5;width: 90%;margin: 0px auto;padding: 10px 0;text-transform: capitalize;}
.nav_list_box a:nth-of-type(1){margin-top: 15px;}
.nav_list_box a:nth-last-of-type(1){border-bottom: none;margin-bottom: 15px;}
.nav_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_box li:hover .nav_list_box{max-height: 500px;}
.nav_box li:nth-of-type(2) .nav_list_box{width: 400px;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  var(--mainColor);transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.nav_box li:nth-last-of-type(1) a{display: flex;justify-content: center;align-items: center;width: 141px;height: 49px;background: var(--mainColor);color: #fff;font-size: 18px;border-radius: 5px;}
.nav_box li:nth-last-of-type(1) a:hover{color: #fff;}
.header_lange_box{height: 100%;position: relative;cursor: pointer;margin-left: 77px;display: flex;align-items: center;}
.header_lange_box span{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #1c240b;}
.header_lange_box img{display: block;margin-right: 8px;}
.header_right_lange_box{width: 86px;height: auto;position: absolute;top: 112px;left: 50%;transform: translateX(-50%);box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);max-height: 0;overflow: hidden;transition: all 0.6s;z-index: 999;background: #FFFFFF;}
.header_right_lange_box a{display: block;line-height: 48px;text-align: center;border-bottom: 1px solid #E5E5E5;width: 90%;margin: 0px auto;}
.header_right_lange_box a:hover{color: var(--mainColor);}
.header_right_lange_box a:nth-last-of-type(1){border-bottom: none;}
.header_lange_box:hover .header_right_lange_box{max-height: 800px;}
.header_search_click{width: 18px;height: 100%;display: flex;align-items: center;margin-left: 45px;position: relative;cursor: pointer;}
.header_search_click img{width: 100%;}
.header_search_click::after{content: "";display: block;width: 1px;height: 15px;background: #777;position: absolute;right: -35px;top: 50%;transform: translateY(-50%);}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 112px;z-index: 99;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 120px;}
/* header end */
/* banner start */
.banner{width: 100%;height: auto;position: relative;}
.banner img{width: 100%;height: auto;display: block;}
.index_banner_sw{width: 100%;height: auto;}
.index_banner_sw .swiper-slide{position: relative;}
.index_banner_sw_bg{width: 100%;height: auto;}
.index_banner_sw_bg img{width: 100%;height: auto;display: block;}
.index_banner_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.index_banner_sw_content_txt{width: 1061px;height: auto;padding: 37px 0;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_banner_text_bg.png) no-repeat center center;background-size: cover;-webkit-animation-delay: 1s;}
.index_banner_sw .swiper-slide:nth-of-type(2) .index_banner_sw_content_txt{width: 1510px;height: auto;padding: 28px 0;url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_banner_text_bg2.png) no-repeat center center;background-size: cover;}
.index_banner_sw_content_txt h4{font-size: 36px;color: #fff;text-align: center;font-family: "Prompt-Bold";}
.index_banner_sw_content_txt span{display: flex;width: 477px;height: 58px;background: var(--mainColor);font-family: "Prompt-Bold";justify-content: center;align-items: center;font-size: 35px;color: #fff;margin: 0px auto;margin-top: 11px;}
.index_banner_sw_content_txt p{font-size: 20px;color: #fff;text-align: center;margin-top: 10px;}
.index_banner_sw_content img{width: 553px;height: auto;display: block;position: relative;z-index: 2;margin-top: -13px;-webkit-animation-delay: 1s;}
.swiper-button-next,.swiper-button-prev{background: none;}
.index_banner_sw_right_btn,.index_banner_sw_left_btn{width: 66px;height: 89px;top: auto;transform: none;bottom: 0;}
.index_banner_sw_right_btn img,.index_banner_sw_left_btn img{width: 11px;}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.index_banner_sw_left_btn{border-radius: 5px 0 0 5px;background: #fff;left: auto;right: 412px;}
.index_banner_sw_right_btn{background: var(--mainColor);right: 346px;}
.index_banner_page{width: 346px;height: 89px;background: var(--mainColor);bottom: 0;right: 0;left: auto;font-size: 18px;color: #fff;text-align: left;display: flex;align-items: center;padding-left: 30px;padding-right: 45px;justify-content: space-between;}
.index_banner_page_txt{font-size: 18px;color: #fff;position: absolute;right: 45px;top: 50%;transform: translateY(-50%);}
/* banner end */
/* content start */
.content{width: 100%;height: auto;}
.index_collection_box{width: 100%;height: auto;padding: 80px 0px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_collection_bg.jpg) no-repeat center center;background-size: cover;padding-bottom: 167px;}
.index_title{font-size: 48px;font-family: "Prompt-Bold";color: #000;text-align: center;}
.index_collection_sw{width: 100%;height: auto;margin-top: ;padding-bottom: 84px;margin-top: 59px;}
.index_collection_sw .swiper-slide{border-radius: 5px;overflow: hidden;}
.index_collection_sw img{width: 100%;height: auto;display: block;}
.index_collection_ul_div{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);padding: 8px;}
.index_collection_ul_div h4{font-size: 18px;color: #fff;font-family: "Prompt-Bold";text-align: center;margin-top: 95px;}
.index_collection_ul_div p{display: block;width: 266px;height: auto;margin: 0px auto;font-size: 16px;color: #fff;margin-top: 10px;opacity: 0;transition: all 0.6s;}
.index_collection_ul_div span{width: 178px;height: 45px;border-radius: 23px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;margin: 0px auto;margin-top: 19px;background: rgba(13, 116, 211, 0.61);opacity: 0;transition: all 0.6s;}
.index_collection_sw .swiper-slide:hover .index_collection_ul_div p{opacity: 1;}
.index_collection_sw .swiper-slide:hover .index_collection_ul_div span{opacity: 1;}
.swiper_page span{width: 49px;height: 10px;background: var(--mainColor);border-radius: 5px;opacity: 1;}
.swiper_page span.swiper-pagination-bullet-active{background: #fd9d24;}
.index_collection_ul_div_box{width: 100%;height: 100%;border: 1px solid rgba(255,255,255,0);border-radius: 5px;transition: all 0.6s;}
.index_collection_sw .swiper-slide:hover .index_collection_ul_div_box{border: 1px solid rgba(255,255,255,0.8);}
.index_about_box{width: 100%;height: auto;padding: 80px 0px;position: relative;padding-bottom: 0;}
.index_about_top{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center; }
.index_about_top_left_box{width: 884px;height: auto;margin-left: 80px;}
.index_about_top_right_box{width: 650px;height: auto;margin-left: 83px;position: relative;z-index: 2;}
.index_about_top_right_box h4{font-size: 48px;color: #000;font-family: "Prompt-Bold";}
.index_about_top_right_box span{display: block;width: 49px;height: 5px;background: #2253a7;margin-top: 10px;margin-left: 10px;}
.index_about_top_right_box p{font-size: 18px;color: #454545;line-height: 30px;margin-top: 29px;}
.index_about_top_right_box a{display: flex;width: 190px;height: 48px;border-radius: 24px;color: #fff;font-size: 18px;align-items: center;justify-content: center;margin-top: 20px;background: #fd9d24;}
.index_about_bottom{width: 100%;height: auto;margin-top: 60px;display: flex;justify-content: center;}
.index_about_bottom li{margin-left: 45px;position: relative;}
.index_about_bottom li:nth-of-type(1){margin-left: 0;}
.index_about_bottom li h4{font-size: 67px;color: var(--mainColor);font-family: "Prompt-SemiBold";text-align: center;}
.index_about_bottom li p{font-size: 18px;color: #323232;text-align: center;}
.index_about_bottom li::after{content: "";display: block;width: 1px;height: 79px;background: #323232;opacity: 0.2;position: absolute;right: -24px;top: 50%;transform: translateY(-50%);}
.index_about_bottom li:nth-last-of-type(1)::after{display: none;}
.index_about_top_img{width: 462px;height: auto;position: absolute;right: 0;top: 38px;z-index: 1;}
.index_about_top_img img{width: 100%;height: auto;display: block;}
.index_whyus_box{width: 100%;height: auto;padding: 171px 0 210px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_whyus_bg.webp) no-repeat center center;position: relative;z-index: 2;}
.white{color: #fff;}
.index_whyus_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 54px;}
.index_whyus_ul li{width: 435px;height: auto;padding: 65px 0;background: rgba(120,160,206,0.6);border-radius: 6px;margin-top: 10px;transition: all 0.6s;}
.index_whyus_ul li img{display: block;margin: 0px auto;transition: all 0.6s;}
.index_whyus_ul li h4{font-size: 19px;text-align: center;font-family: "Prompt-Bold";margin-top: 12px;color: #fff;}
.index_whyus_ul li p{width: 356px;height: auto;display: block;margin: 0px auto;margin-top: 13px;text-align: center;font-size: 18px;color: #fff;text-align: center;line-height: 30px;font-family: "Prompt-Light";}
.index_whyus_ul li:hover{background: var(--mainColor);}
.index_whyus_ul li:hover img{transform: translateY(-10px);}
.index_partent_box{width: 100%;height: auto;padding: 99px 0 157px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_partent_bg.png) no-repeat center center;background-size: cover;position: relative;margin-top: -180px;z-index: 1;display: none;}
.index_partent_swiper{margin-top: 77px;padding-bottom: 70px;}
.index_application_sw{width: 1375px;height: auto;margin: 0px auto;margin-top: 65px;overflow: unset;}
.index_application_img{width: 100%;height: auto;padding-left: 0;}
.index_application_img.on{padding-left: 330px;}
.index_application_img img{max-width: 100%;height: auto;display: block;}
.index_application_sw .swiper-slide{position: relative;}
.index_application_sw_div{width: 537px;height: 392px;background: var(--mainColor);position: absolute;left: 0;top: 50%;transform: translateY(-50%);display: flex;flex-direction: column;justify-content: center;padding-left: 60px;padding-right: 60px; -webkit-animation-delay: 1.5s;opacity: 0;}
.index_application_sw_div.on{opacity: 1;}
.index_application_sw_div h4{font-size: 24px;color: #fff;font-family: "Prompt-Bold";margin-bottom: 24px;}
.index_application_sw_div p{font-size: 18px;color: #fff;line-height: 30px;}
.index_application_sw_div a{width: 197px;height: 62px;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;margin-top: 26px;}
.index_application_sw_right,.index_application_sw_left{top: auto;transform: none;bottom: 59px;width: 40px;height: auto;opacity: 1;z-index: 999;}
.index_application_sw_right img,.index_application_sw_left img{width: 100%;height: auto;display: block;}
.index_application_sw_left{left: 20px;}
.index_application_sw_right{right: auto;left: 248px;}
.index_application_sw_page{width: 330px !important;height: 13px;bottom: 64px !important;left: 0;transform: none;}
.index_application_sw_page span{background: none;border: 1px solid #242323;width: 13px;height: 13px;opacity: 1;}
.index_application_sw_page span.swiper-pagination-bullet-active{background: #242323;}
.index_post_box{width: 100%;height: 1230px;padding: 169px 0 214px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_post_bg.png) no-repeat center top;background-size: 100%;margin-top: 68px;position: relative;z-index: 2;}
.index_post_content_box{width: 100%;height: auto;margin-top: 50px;position: relative;}
.index_post_sw{width: 100%;height: auto;overflow: unset;}
.index_post_sw_img{width: 100%;height: auto;position: relative;overflow: hidden;}
.index_post_sw_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_post_sw_title{width: 100%;height: auto;padding: 42px 17px;background: rgba(13, 116, 211, 0.6);position: absolute;left: 0;bottom: 0;display: flex;justify-content: space-between;align-items: center;}
.index_post_sw_title h4{display: block;width: 605px;font-size: 22px;color: #fff;line-height: 36px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_post_sw_title span{font-size: 36px;color: #fff;}
.index_post_time{font-size: 20px;color: #0e1319;opacity: 0.5;margin-top: 30px;}
.index_post_desc{font-size: 18px;color: #0e1319;line-height: 30px;margin-top: 18px;}
.index_post_desc p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_post_sw .swiper-slide:hover img{transform: scale(1.1);}
.index_post_sw .swiper-slide{opacity: 0.6;}
.index_post_sw_right,.index_post_sw_left{width: 56px;height: 99px;background: rgba(0, 0, 0, 0.24);font-size: 53px;color: #fff;top: 35%;}
.index_post_sw_right:hover,.index_post_sw_left:hover{background: var(--mainColor);}
.index_post_sw .swiper-slide.swiper-slide-active,.index_post_sw .swiper-slide.swiper-slide-next{opacity: 1;}
.index_post_sw_left{left: -6.6%;}
.index_post_sw_right{right: -6.6%;}
.index_contact_box{width: 100%;height: auto;padding: 50px 0px;padding-top: 149px;margin-top: -149px;position: relative;z-index: 3;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/index_contact_bg.png) no-repeat center top;background-size: 100%;}
.index_contact_title{font-size: 33px;color: #fff;font-family: "Prompt-Bold";text-align: center;}
.index_contact_txt{position: relative;}
.index_contact_txt p{font-size: 137px;font-family: "Prompt-Bold";color: #8baed4;text-align: center;}
.index_contact_txt a{display: flex;width: 275px;height: 66px;border-radius: 33px;background: #fd9d24;color: #fff;font-size: 22px;justify-content: center;align-items: center;position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);}
/* product.html start */
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;}
.product_banner_content h1{font-size: 62px;color: #fff;font-family: "Prompt-Bold";}
.product_banner_content h4{font-size: 62px;color: #fff;font-family: "Prompt-Bold";}
.product_banner_content p{font-size: 35px;color: #fff;margin-top: 38px;}
.crumbs_box{width: 100%;height: auto;margin-top: -78px;position: relative;z-index: 2;}
.crumbs_box ul{width: 100%;height: 78px;background: #fff;padding: 0 22px;display: flex;align-items: center;justify-content: flex-start;font-size: 16px;color: #676666;}
.crumbs_box ul i{margin: 0 10px;}
.crumbs_box ul img{display: block;}
.product_info_box{width: 100%;height: auto;padding: 80px 0px;}
.product_share_box{display: flex;justify-content: center;align-items: center;margin-top: 20px;}
.product_share_box a{display: block;margin-left: 30px;width: 30px;}
.product_share_box a:nth-of-type(1){margin-left: 0;}
.product_share_box a img{width: 100%;height: auto;display: block;}
.product_info_text{width: 100%;height: auto;margin-top: 57px;font-size: 20px;color: #333;line-height: 30px;text-align: center;}
.product_info_text a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;width: 178px;height: 45px;border-radius: 23px;background: #0d74d3;margin: 0px auto;margin-top: 50px;}
.product_list_box{width: 100%;height: auto;padding: 80px 0px;background: #eef4fe;}
.product_list_ul{width: 100%;height: auto;}
.product_list_ul li{width: 100%;height: auto;margin-top: 60px;background: #fff;display: flex;justify-content: flex-start;align-items: center;}
.product_list_ul li:nth-of-type(1){margin-top: 0;}
.product_list_ul_left{width: 50%;overflow: hidden;}
.product_list_ul_left img{width: 100%;height: auto;transition: all 0.6s;}
.product_list_ul_right{width: 478px;height: auto;margin-left: 74px;}
.product_list_ul_right h4,.product_list_ul_right h4 a{font-size: 30px;color: #000;font-family: "Prompt-Bold";}
.product_list_ul_right p{font-size: 18px;color: #666;line-height: 32px;margin-top: 17px;}
.product_list_ul_right_more{display: flex;width: 200px;height: 45px;background: var(--mainColor);font-size: 16px;color: #fff;border-radius: 23px;align-items: center;justify-content: center;margin-top: 55px;}
.product_list_ul li:hover img{transform: scale(1.1);}
.product_list_ul li:nth-of-type(even){flex-direction: row-reverse;}
.product_list_ul li:nth-of-type(even) .product_list_ul_right{margin-right: 110px;margin-left: 0;}
.product_application_box{width: 100%;height: auto;padding: 80px 0px;}
.index_title_text{width: 100%;height: auto;margin-top: 35px;font-size: 20px;color: #333;line-height: 30px;text-align: center;}
.product_application_content{width: 100%;height: auto;margin-top: 70px;position: relative;}
.product_application_content_sw{width: 100%;height: auto;}
.product_application_content_sw img{width: 100%;height: auto;display: block;}
.product_application_content_sw h4{font-size: 20px;color: #000;text-align: center;font-family: "Prompt-Bold";margin-top: 25px;}
.product_application_content_sw_right,.product_application_content_sw_left{width: 56px;height: 100px;background: rgba(0, 0, 0, 0.24);font-size: 53px;color: #fff;font-family: "Prompt-Light";}
.product_application_content_sw_right{right: -82px;}
.product_application_content_sw_left{left: -82px;}
.product_application_content_sw_right:hover,.product_application_content_sw_left:hover{background: var(--mainColor);}
.more{display: flex;font-size: 16px;color: #fff;width: 178px;height: 46px;border-radius: 23px;background: var(--mainColor);margin: 0px auto;margin-top: 65px;align-items: center;justify-content: center;}
.product_sheets_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 176px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/product_sheets_bg.png) no-repeat center center;background-size: cover;}
.product_sheets_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.product_sheets_ul li{width: 32%;height: auto;padding: 30px 43px;background: #93b3d7;border-radius: 10px;margin-top: 22px;transition: all 0.6s;}
.product_sheets_ul li span{display: flex;width: 114px;height: 114px;align-items: center;justify-content: center;margin: 0px auto;background: #fff;border-radius: 50%;}
.product_sheets_ul li span img{display: block;}
.product_sheets_ul li h4{font-size: 22px;color: #fff;text-align: center;margin-top: 15px;}
.product_sheets_ul li i{display: block;width: 262px;height: 1px;border-top: 1px dashed #fff;margin: 0px auto;margin-top: 10px;}
.product_sheets_ul li p{font-size: 18px;color: #fff;line-height: 30px;text-align: center;margin-top: 20px;}
.product_sheets_ul li:hover{background: var(--mainColor);}
.page_box{float: none;width: 100%;margin-top: 58px;}
.pagination{display: flex;justify-content: center;align-items: center;}
.page li.active, .page li.active a, .page li:hover a, .page li.active span{background: var(--mainColor);}
.product_new_box{width: 100%;height: auto;padding: 80px 0;background: #dbe1eb;}
.product_new_text{width: 100%;height: auto;margin-top: 20px;}
.product_new_text p{font-size: 18px;line-height: 1.6;}
.product_new_text img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 20px;}
.product_new_text_more{display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;width: 350px;height: 70px;border-radius: 35px;background: var(--mainColor);margin: 0px auto;margin-top: 30px;}
.product_faq_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 175px;}
.product_faq_content{width: 100%;height: auto;margin-top: 54px;}
.product_faq_content_list{width: 100%;height: auto;}
.product_faq_content_list + .product_faq_content_list{margin-top: 30px;}
.product_faq_content_list_title h2{font-size: 18px;font-family: "Prompt-Bold"}
.product_faq_content_list_txt{font-size: 18px;color:#333;line-height: 1.6;margin-top: 15px;}
/* product.html end */
/* product_detial.html start */
.crumbs_box.top{margin-top: 0;}
.product_detial_info{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_info_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-end;}
.product_detial_info_content_left_box{width: 713px;height: auto;}
.product_detial_info_content_left_sw{width: 100%;height: auto;}
.product_detial_info_content_left_sw img{width: 100%;height: auto;display: block;}
.product_detial_video{width: 76px;height: auto;left: 50%;top: 50%;transform: translate(-50%, -50%);bottom: auto;}
.product_detial_video a{width: 100%;height: auto;}
.product_detial_info_content_right{flex: 1; margin-left: 26px;}
.product_detial_info_content_right h1{font-size: 27px;color: var(--mainColor);font-family: "Prompt-Bold";}
.product_detial_info_content_right p{font-size: 18px;color: #211715;line-height: 36px;font-family: "Prompt-Light";margin-top: 34px;}
.product_detial_info_content_right a{display: flex;width: 213px;height: 50px;border-radius: 25px;background: var(--mainColor);font-size: 18px;color: #fff;justify-content: center;align-items: center;margin-top: 36px;}
.product_detial_info_content_right_sw{margin-top: 66px;}
.product_detial_info_content_right_sw .swiper-slide{border: 1px solid #e5f1ff;cursor: pointer;}
.product_detial_info_content_right_sw .swiper-slide.swiper-slide-thumb-active{border: 2px solid var(--mainColor);}
.product_detial_box{width: 100%;height: auto;padding: 80px 0px;background: #e5f1ff;}
.product_detial_desc_box{font-size: 20px;color: #333;line-height: 36px;}
.product_detial_desc_box p{margin-top: 32px;}
.product_detial_parameter_box{width: 100%;height: auto;margin-top: 80px;}
.product_detial_parameter_box table{width: 100%;height: auto;border: none;margin-top: 33px;}
.product_detial_parameter_box table td{padding-left: 118px;font-size: 18px;border: none;color: #666;}
.product_detial_parameter_box table td:nth-of-type(1){border-right: 2px solid #eae8f0;}
.product_detial_parameter_box table tr:nth-of-type(odd){background: #78a0ce;height: 60px;}
.product_detial_parameter_box table tr:nth-of-type(odd) td{color: #fff;}
.product_detial_parameter_box table tr:nth-of-type(even){background: #f8f8f8;height: 50px;}
.product_detial_parameter_box p{font-size: 20px;color: var(--mainColor);margin-top: 37px;}
.product_detial_sheets_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_sheets_ul{width: 100%;height: auto;margin-top: 10px;display: flex;justify-content: center;flex-wrap: wrap;}
.product_detial_sheets_ul li{width:32%;height:auto;padding:20px;background:#eef4fe;border-radius: 10px;margin-left: 2%;margin-top: 40px;}
.product_detial_sheets_ul li span{display: flex;justify-content: center;align-items: center;width: 77px;height: 80px;background: var(--mainColor);border-radius: 10px;margin: 0px auto;}
.product_detial_sheets_ul li span img{display: block;}
.product_detial_sheets_ul li h4{font-size: 22px;color: #000000;font-family: "Prompt-Bold";text-align: center;margin-top: 30px;}
.product_detial_sheets_ul li p{font-size: 18px;color: #000000;line-height: 30px;margin-top: 8px;}
.product_detial_sheets_ul li:nth-of-type(1){margin-left: 200px;}
.product_detial_sheets_ul li:nth-of-type(2){margin-right: 200px;}
.product_detial_sheets_ul li:nth-of-type(3){margin-left: 0;}
.product_application_box{width: 100%;height: auto;padding: 80px 0px;background: #eef4fe;}
.product_application_sw{width: 100%;height: auto;padding-bottom: 104px;margin-top: 80px;}
.product_application_sw_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 3/2;}
.product_application_sw_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.product_application_sw .swiper-slide:hover .product_application_sw_img img{transform: scale(1.1);}
.product_application_sw h4{width: 100%;height: 93px;border-bottom: 6px solid var(--mainColor);display: flex;align-items: center;justify-content: center;font-size: 18px;color: #000;background: #fff;transition: all 0.6s;}
.product_application_sw .swiper-slide:hover h4{background: var(--mainColor);color: #FFFFFF;}
.product_detial_related_box{width: 100%;height: auto;padding-top: 80px;}
.product_detial_related_content{width: 100%;height: auto;margin-top: 63px;position: relative;}
.product_detial_related_content_sw{width: 100%;height: auto;padding: 7px;}
.product_detial_related_content_sw .swiper-slide{height: auto;box-shadow: 0px 0px 7px 0px rgba(116, 116, 116, 0.2);}
.product_detial_related_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.product_detial_related_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.product_detial_related_content_sw_content{width: 100%;height: auto;padding: 28px 50px;}
.product_detial_related_content_sw_content h4{font-size: 24px;color: var(--mainColor);text-align: center;font-family: "Prompt-Bold";}
.product_detial_related_content_sw_content p{font-size: 16px;color: #2a2a2a;text-align: center;margin-top: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_detial_related_content_sw_content span{display: flex;width: 173px;height: 44px;align-items: center;justify-content: center;font-size: 16px;color: #FFFFFF;border-radius: 22px;margin: 0px auto;margin-top: 15px;background: var(--mainColor);}
.product_detial_related_content_sw_right,.product_detial_related_content_sw_left{width: 56px;height: 100px;background: rgba(0, 0, 0, 0.24);font-size: 53px;color: #fff;font-family: "Prompt-Light";}
.product_detial_related_content_sw_right{right: -62px;}
.product_detial_related_content_sw_left{left: -62px;}
.product_detial_related_content_sw .swiper-slide:hover .product_detial_related_content_sw_img img{transform: scale(1.1);}
.product_detial_HR{padding-bottom: 200px;}
/* product_detial.html end */
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/about_info_bg.jpg) no-repeat center center;background-size: cover;}
.about_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.about_info_content_left{width: 225px;height: auto;}
.about_info_content_left h4{font-size: 48px;color: #000000;font-family: "Prompt-Bold";}
.about_info_content_left span{display: block;width: 49px;height: 5px;background: #2253a7;margin-top: 47px;}
.about_info_content_right{width: 937px;height: 242px;padding-right: 24px;font-size: 18px;color: #454545;line-height: 30px;overflow: hidden;overflow-y: auto;}
.about_info_content_right::-webkit-scrollbar{width: 4px;}
.about_info_content_right::-webkit-scrollbar-thumb{border-radius: 2px;background: var(--mainColor);}
.about_info_content_right::-webkit-scrollbar-track{background: #DDDDDD;border-radius: 2px;}
.about_honor_box{width: 100%;height: auto;padding: 80px 0;}
.about_honor_content{width: 1588px;height: auto;margin-left: 297px;}
.about_honor_content_title h4{font-size: 48px;color: #000000;font-family: "Prompt-Bold";}
.about_honor_content_title span{display: block;width: 49px;height: 5px;background: #2253a7;margin-top: 27px;}
.about_honor_content_sw{width: 100%;height: auto;padding-bottom: 96px;margin-top: 60px;}
.about_honor_content_sw .swiper-slide{background: #f9f9f9;border: 1px solid #d9d6d6;}
.about_honor_content_sw_img{width: 100%;height: 389px;display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #d9d6d6;}
.about_honor_content_sw_img img{max-width: 100%;height: auto;display: block;}
.about_honor_content_sw .swiper-slide h4{display: flex;align-items: center;justify-content: center;font-size: 20px;color: #3e3c3c;width: 100%;height: auto;padding: 30px 0;}
.about_honor_content_sw_page{top: auto !important;bottom: 0;background: #dddddd !important;}
.about_honor_content_sw_page span.swiper-pagination-progressbar-fill{background: var(--mainColor) !important;}
.about_advantage_box{width: 100%;height: auto;padding: 80px 0px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/about_advantage_bg1.jpg) no-repeat center center;background-size: cover;}
.about_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.about_advantage_ul li{width: 32%;height: auto;margin-top: 80px;}
.about_advantage_ul li img{display: block;width: 80px;height: auto;margin: 0px auto;}
.about_advantage_ul li h4{font-size: 18px;color: #FFFFFF;text-align: center;font-family: "Prompt-Bold";margin-top: 17px;color: #fff;}
.about_advantage_ul li p{width: 80%;height: auto;display: block;text-align: center;margin: 0px auto;margin-top: 15px;font-size: 18px;color: #FFFFFF;line-height: 30px;font-family: "Prompt-Light";}
.about_honor_content_title.white h4{color: #FFFFFF;}
.about_advantage_ul li:nth-of-type(3) h4,.about_advantage_ul li:nth-of-type(6) h4{color: #333333;}
.about_advantage_ul li:nth-of-type(3) p,.about_advantage_ul li:nth-of-type(6) p{color: #333333;}
.about_culture_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 200px;}
.about_culture_txt{width: 923px;height: auto;margin: 0px auto;margin-top: 27px;}
.about_culture_txt p{font-size: 18px;color: #666666;line-height: 30px;text-align: center;}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 80px;}
.about_culture_ul li{width: 20%;}
.about_culture_ul li img{width: 79px;height: auto;display: block;margin: 0px auto;}
.about_culture_ul li h4{font-size: 20px;color: #000000;text-align: center;margin-top: 20px;}
.about_culture_ul li span{display: block;width: 43px;height: 5px;background: var(--mainColor);margin: 0px auto;margin-top: 20px;}
/*about.html end*/
/*service.html start*/
.service_box{width: 100%;height: auto;padding-bottom: 200px;}
.service_list_box{width: 100%;height: auto;background: #eef4fe;margin-top: 80px;}
.service_list_box li{display: flex;justify-content: flex-start;align-items: center;}
.service_list_box li img{width: 50%;height: auto;display: block;}
.service_list_right{width: 594px;height: auto;margin-left: 70px;}
.service_list_right h4{font-size: 35px;color: #000000;font-family: "Prompt-Bold";}
.service_list_right span{display: block;width: 49px;height: 5px;background: #2253a7;margin-top: 11px;}
.service_list_right p{font-size: 18px;color: #666666;line-height: 30px;margin-top: 34px;}
.service_list_box li:nth-of-type(even){flex-direction: row-reverse;}
.service_list_box li:nth-of-type(even) .service_list_right{margin-left: 0;margin-right: 70px;}
.service_list_box{padding: 4%;margin-top: 5.8vw;}
/*service.html end*/
/*production.html start*/
.production_process_box{width: 100%;height: auto;padding: 80px 0;}
.production_process_txt{width: 934px;height: auto;margin: 0px auto;margin-top: 43px;}
.production_process_txt p{font-size: 18px;color: #666666;line-height: 30px;text-align: center;}
.production_process_ul{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 80px;}
.production_process_ul li{width: 268px;height: auto;margin-left: -3px;position: relative;padding: 3px;}
.production_process_ul_box{width: 100%;height: 100%;background: #fff;border-radius: 50px;padding: 22px;position: relative;}
.production_process_ul li:nth-of-type(1){margin-left: 0;}
.production_process_ul li:nth-of-type(odd){border-radius: 50px 50px 0 0;padding-bottom: 0;background: var(--mainColor);}
.production_process_ul li:nth-of-type(even){border-radius: 0px 0px 50px 50px;padding-top: 0;background: linear-gradient(0deg, rgba(13,116,211,1) 0%, rgba(13,116,211,0) 70%);}
.production_process_ul li:nth-of-type(odd) .production_process_ul_box{padding-bottom: 62px;border-radius: 50px 50px 0 0;}
.production_process_ul li:nth-of-type(even) .production_process_ul_box{padding-top: 62px;border-radius: 0px 0px 50px 50px;z-index: 2;}
.production_process_ul_div{width: 100%;height: 100%;background: #e5f1ff;border-radius: 50px;padding: 40px 20px;}
.production_process_ul_div span{display: flex;justify-content: center;align-items: center;width: 66px;height: 66px;background: #fff;border-radius: 50%;font-size: 36px;color: var(--mainColor);font-family: "Prompt-Bold";margin: 0px auto;}
.production_process_ul_div h4{font-size: 22px;font-family: "Prompt-Bold";text-align: center;margin-top: 10px;color: var(--mainColor);}
.production_process_ul_div p{font-size: 16px;color: #666;line-height: 25px;text-align: center;margin-top: 27px;}
.production_process_ul li:nth-of-type(odd) .production_process_ul_box:after{content: "";width: 3px;height: 50px;background: #FFFFFF;position: absolute;right: -3px;bottom: -3px;}
.production_process_ul li:nth-of-type(3){background: linear-gradient(180deg, rgba(13,116,211,1) 0%, rgba(13,116,211,0) 70%);}
.production_process_ul li:nth-of-type(4){z-index: 2;}
.production_process_ul li:nth-of-type(5){z-index: 1;}
.production_process_ul li:nth-of-type(5) .production_process_ul_box:after{content: "";width: 3px;height: 50px;background: #FFFFFF;position: absolute;left: -3px;bottom: -3px;}
.production_process_ul li:nth-of-type(1):before{content: "";display: block;width: 28px;height: 28px;border-radius: 50%;border: 3px solid var(--mainColor);position: absolute;left: -14px;bottom: -28px;}
.production_process_ul li:nth-of-type(5):before{content: "";display: block;width: 28px;height: 28px;border-radius: 50%;border: 3px solid var(--mainColor);position: absolute;right: -14px;bottom: -28px;}
.production_process_ul li:nth-of-type(even) .production_process_ul_div{background: none;}
.production_process_ul li:nth-of-type(even) .production_process_ul_div span{background: #e5f1ff;}
.production_info_box{width: 100%;height: auto;position: relative;}
.production_info_box img{width: 100%;height: auto;}
.production_info_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.production_info_content_div{width: 547px;height: 513px;background: rgba(13,116,211,0.9);border-radius: 100px 0px 100px 0px;display: flex;flex-direction: column;justify-content: center;padding: 0 46px;}
.production_info_content_div p{font-size: 30px;color: #FFFFFF;line-height: 40px;}
.production_info_content_div h4{font-size: 50px;color: #FFFFFF;font-family: "Prompt-Bold";}
.production_rq_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 200px;}
.production_rq_sw{width: 100%;height: auto;margin-top: 80px;padding-bottom: 117px;}
.production_rq_sw_div{width: 100%;height: auto;position: relative;}
.production_rq_sw_div img{width: 100%;height: auto;display: block;}
.production_rq_sw_div h4{display: flex;justify-content: center;align-items: center;width: 100%;height: 116px;background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);;position: absolute;left: 0;bottom: 0;color: #FFFFFF;font-size: 18px;}
.production_rq_sw .swiper-slide{width: 50%;}
/*production.html end*/
/*technology.html start*/
.technology_info_box{width: 100%;height: auto;padding: 80px 0px;}
.technology_info_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.technology_info_content_left{width: 823px;height: auto;position: relative;display: flex;justify-content: space-between;}
.technology_info_content_left_ps{width: 405px;height: auto;position: relative;}
.technology_info_content_left_ps img{width: 100%;height: auto;display: block;}
.technology_info_content_left_ps h4{display: flex;justify-content: center;align-items: center;width: 100%;height: 69px;background: rgba(13,116,211,0.6);position: absolute;bottom: 0;left: 0;font-size: 20px;color: #FFFFFF;}
.technology_info_content_left_img{width: 133px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 116px;}
.technology_info_content_right{flex: 1;margin-left: 40px;}
.technology_info_content_right h4{font-size: 30px;color: #000000;font-family: "Prompt-Bold";}
.technology_info_content_right p{font-size: 20px;color: #333333;line-height: 30px;margin-top: 32px;}
.technology_info_content_right a{display: flex;width: 178px;height: 45px;border-radius: 24px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;justify-content: center;align-items: center;margin-top: 19px;}
.technology_application_box{width: 100%;height: auto;padding: 80px 0px;background: #eef4fe;}
.technology_application_sw{padding-bottom: 117px;margin-top: 60px;}
.technology_application_sw h4{width: 100%;height: 93px;border-bottom: 6px solid var(--mainColor);display: flex;align-items: center;justify-content: center;font-size: 18px;color: #000;background: #fff;transition: all 0.6s;}
.technology_application_sw .swiper-slide:hover h4{background: var(--mainColor);color: #FFFFFF;}
.technology_production_box{width: 100%;height: auto;padding: 80px 0;}
.technology_production_ul{display: flex;width: 100%;height: auto;justify-content: space-between;margin-top: 80px;position: relative;}
.technology_production_ul li{width: 132px;height: auto;display: flex;flex-direction: column;}
.technology_production_ul li span{display: flex;width: 67px;height: 67px;background: #eef4fe;border-radius: 50%;justify-content: center;align-items: center;font-size: 30px;color: var(--mainColor);margin: 0px auto;position: relative;}
.technology_production_ul_div{width: 100%;flex: 1;margin-top: 22px;background: #eef4fe;}
.technology_production_ul_div img{width: 100%;height: auto;display: block;margin: 0px auto;}
.technology_production_ul_div p{font-size: 16px;color: #0f1112;text-align: center;line-height: 28px;margin-top: 6px;}
.technology_production_ul li span:after{content: "";display: block;width: 16px;height: 16px;background: url(https://wanrayinox.usa72.wondercdn.com/public/static/images/home/en-us/techonlogy_production_ico.png) no-repeat center center;background-size: 16px;position: absolute;right: -76px;top: 50%;transform: translateY(-50%);}
.technology_production_ul li:nth-last-of-type(1) span:after{display: none;}
.technology_production_ul:before{content: "";display: block;width: 100%;height: 1px;background: #b5b5b5;position: absolute;left: 0;top: 33px;}
.technology_production_ul li:hover span{background: var(--mainColor);color: #FFFFFF;}
.technology_advantage_box{width: 100%;height: auto;padding: 80px 0;background: #eef4fe;padding-bottom: 200px;}
.technology_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 66px;}
.technology_advantage_ul li{width: 320px;height: auto;background: #FFFFFF;}
.technology_advantage_ul_img{width: 100%;height: auto;position: relative;overflow: hidden;}
.technology_advantage_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.technology_advantage_ul_img span{display: flex;justify-content: center;align-items: center;width: 51px;height: 51px;border-radius: 0 0 30px 0;background: var(--mainColor);font-size: 25px;color: #FFFFFF;position: absolute;left: 0;top: 0;}
.technology_advantage_ul_txt{padding: 30px 20px;font-size: 18px;color: #666666;line-height: 32px;}
.technology_advantage_ul li:hover img{transform: scale(1.1);}
/*technology.html end*/
/* newsDetial */
.news_box .row{display: flex;justify-content: space-between;flex-wrap: wrap;}
.News_left_fixed{
  width: 100%;
  height: calc(100% - 193px);
}
.toc{
  position: sticky;
  top: 0px;
  left: 0;
  background: #fff;
  padding-top: 80px;
}
.toc .name{border-bottom: 2px solid #eeeeee;}
.toc .name h2 {
  font-size: 24px;
  color: #323232;
  font-weight: bold;
  line-height: 1.8;
}

.toc .tabs {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  min-height: 2.1rem;
/*   padding-left: 15px; */
/*   padding: 0.22rem 0; */
}

.toc .tab {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  /* font-family: Lato; */
  color: #0e0e0e;
  padding-left: 15px;
  cursor: pointer;
}

.toc .tab::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d7d7d;
  transform: translate(-50%, -50%);
}

.toc .tab + .tab {
  margin-top: 15px;
}

.toc .tab.on {
  color: var(--mainColor);
}

.toc .tab.on::after {
  background: var(--mainColor); 
}
/*product_list.html start*/
.product_list_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.product_list_banner_content h1{font-size: 48px;color: #FFFFFF;font-family: "Prompt-Bold";}
.product_list_banner_content a{display: flex;justify-content: center;align-items: center;width: 275px;height: 66px;background: var(--mainColor);border-radius: 33px;color: #FFFFFF;text-align: center;font-size: 22px;margin-top: 40px;}
.product_new_list_info_box{width: 100%;height: auto;padding-bottom: 80px;background: #efefef;}
.product_new_list_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.product_new_list_info_content_left{width: 38.9%;height: auto;}
.product_new_list_info_content_left h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";padding-right: 7%;}
.product_new_list_info_content_left p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 35px;font-family: "Prompt-Light";}
.product_new_list_info_content_right{width: 57.53%;height: auto;position: relative;}
.product_new_list_info_content_right_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.product_new_list_info_content_right_txt a{width: 73px;height: 73px;margin: 0px auto;}
.product_new_list_info_content_right_txt a:after{display: none;}
.product_new_list_info_content_right_txt a img{width: 100%;height: auto;display: block;}
.product_new_list_info_content_right_txt h4{font-size: 24px;color: #FFFFFF;font-family: "Prompt-Bold";text-align: center;padding: 0 22%;text-align: center;line-height: 1.2;margin-top: 40px;}
.product_new_list_offer_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 176px;}
.product_new_list_title{width: 100%;height: auto;}
.product_new_list_title h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";text-align: center;}
.product_new_list_title p{font-size: 18px;color: #000000;text-align: center;margin-top: 15px;}
.product_new_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.product_new_list_ul li{width: 24.3%;height: auto;margin-left: 0.93%;border: solid 1px #e5e5e5;margin-top: 18px;}
.product_new_list_ul li:nth-of-type(4n+1){margin-left: 0px;}
.product_new_list_ul_img{width: 100%;height: auto;aspect-ratio:1/1;overflow: hidden;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.product_new_list_ul_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_new_list_ul_txt{width: 100%;height: auto;padding: 0 30px;padding-bottom: 39px;}
.product_new_list_ul_txt h4{font-size: 20px;color: #000000;font-family: "Prompt-Medium";text-align: center;}
.product_new_list_ul_txt p{font-size: 16px;text-align: center;line-height: 1.6;font-family: "Prompt-Light";margin-top: 40px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_new_list_ul_txt span{display: flex;justify-content: center;align-items: center;width: 186px;height: 56px;border-radius: 28px;color: #FFFFFF;font-size: 22px;text-align: center;margin: 0px auto;margin-top: 45px;background: var(--mainColor);}
.product_new_list_ul li:hover .product_new_list_ul_img img{transform: scale(1.1);}
.product_new_list_ul li:hover .product_new_list_ul_txt h4{color: var(--mainColor);}
.product_new_page{display: flex;justify-content: center;align-items: center;margin-top: 80px;}
.product_new_page li a{font-size: 24px;color: #000000;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.product_new_page li.active a,.product_new_page li:hover a{color: var(--mainColor);}
.product_new_page li{margin-left: 8px;}
.product_new_page li.product_new_page_prev,.product_new_page li.product_new_page_next{width: 45px;height: 45px;border: 1px solid #000000;border-radius: 50%;font-family: "Poppins-Regular";font-size: 36px;color: #000000;display: flex;align-items: center;justify-content: center;text-align: center;}
.product_new_page li:nth-of-type(1){margin-left: 0;margin-right: 22px;}
.product_new_page li:nth-last-of-type(1){margin-left: 30px;}
.product_new_page li:nth-of-type(1):hover,.product_new_page li:nth-last-of-type(1):hover{border-color: var(--mainColor);background: var(--mainColor);}
.product_new_page li:nth-of-type(1):hover a,.product_new_page li:nth-last-of-type(1):hover a{color: #FFFFFF;}
.product_new_table_box{width: 100%;height: auto;padding: 80px 0px;background: #efefef;}
.product_new_table_list{width: 100%;height: auto;}
.product_new_table_box .product_new_table_list + .product_new_table_list{margin-top: 65px;}
.product_new_table_list{width: 100%;height: auto;}
.product_new_table_list table{width: 100%;height: auto;border: 1px solid #EFEFEF;}
.product_new_table_list table th{background: var(--mainColor);font-size: 36px;color: #FFFFFF;font-family: "Prompt-Bold";text-align: center;height: 89px;border: 1px solid #EFEFEF;}
.product_new_table_list table td{background: #FFFFFF;height: 60px;font-size: 16px;color: #303030;border: 1px solid #EFEFEF;}
.product_new_table_list table td strong{font-family: "Prompt-SemiBold";color: #000000;font-size: 18px;padding-left: 30px;}
.product_new_table_box .product_new_table_list:nth-of-type(2) table tr:nth-of-type(2){background: var(--mainColor);}
.product_new_table_box .product_new_table_list:nth-of-type(2) table tr:nth-of-type(2) td{background: none;color: #FFFFFF;}
.product_new_table_box .product_new_table_list:nth-of-type(2) table td{text-align: center;}
.product_new_list_metal_box{width: 100%;height: auto;padding: 80px 0px;}
.product_new_list_metal_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 34px;}
.product_new_list_metal_ul li{width: 48.54%;height: auto;background: #0D74D3;border-radius: 10px;margin-top: 39px;}
.product_new_list_metal_ul_div{width: 100%;height: 100%;padding: 37px 46px;border-radius: 10px;background: #f2f6f9;transition: all 0.3s;}
.product_new_list_metal_ul_div_ico{width: 100%;height: auto;display: flex;justify-content: flex-end;}
.product_new_list_metal_ul_div_ico img{width: 94px;height: auto;display: block;}
.product_new_list_metal_ul_div h4{font-size: 24px;color: #5f5f5f;font-family: "Prompt-SemiBold";margin-top: 10px;}
.product_new_list_metal_ul_div p{font-size: 16px;color: #5F5F5F;font-family: "Prompt-Light";line-height: 1.6;margin-top: 25px;}
.product_new_list_metal_ul li:hover .product_new_list_metal_ul_div{transform: translate(-10px,-10px);}
.product_new_list_loading_box{width: 100%;height: auto;padding-bottom: 176px;}
.product_new_list_loading_content{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #f3f3f3;}
.product_new_list_loading_content_left{width: 53.2%;height: auto;}
.product_new_list_loading_content_left_sw{width: 100%;height: auto;}
.product_new_list_loading_content_left_sw img{width: 100%;height: auto;display: block;}
.product_new_list_loading_content_right{flex: 1;display: flex;align-items: center;justify-content: center;}
.product_new_list_loading_content_right_txt{width: 83.7%;height: auto;}
.product_new_list_loading_content_right_txt h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";line-height: 1.2;}
.product_new_list_loading_content_right_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 20px;}
.product_new_list_loading_content_left_sw_left,.product_new_list_loading_content_left_sw_right{width: 55px;height: 55px;font-size: 36px;background: var(--mainColor);color: #FFFFFF;font-family: "Poppins-Regular";top: auto;transform: none;}
.product_new_list_loading_content_left_sw_left{left: auto;right: 55px;bottom: 0;}
.product_new_list_loading_content_left_sw_right{right: 0;bottom: 0;}
.product_detial2_info_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial2_info_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial2_info_content_left{width: 54.9%;height: auto;position: relative;}
.product_detial2_info_content_left_sw{width: 78.3%;height: auto;margin: 0px auto;padding-bottom: 40px;}
.product_detial2_info_content_left_sw img{width: 100%;height: auto;display: block;}
.product_detial2_info_content_left_sw_page{width: 100%;bottom: 0 !important;}
.product_detial2_info_content_left_sw_page span{width: 6px;height: 6px;background: #494949;opacity: 1;}
.product_detial2_info_content_left_sw_page span.swiper-pagination-bullet-active{width: 23px;background: var(--mainColor);border-radius: 3px;}
.product_detial2_info_content_left_sw_right,.product_detial2_info_content_left_sw_left{font-size: 36px;color: #0d74d3;font-family: "Poppins-Regular";font-weight: 300;}
.product_detial2_info_content_left_sw_left.swiper-button-disabled,
.product_detial2_info_content_left_sw_right.swiper-button-disabled{color: #000000;opacity: 1;}
.product_detial2_info_content_right{width: 34.7%;height: auto;}
.product_detial2_info_content_right h1{font-size: 36px;color: #000000;font-family: "Prompt-Bold";}
.product_detial2_info_content_right_txt{width: 100%;height: auto;margin-top: 40px;}
.product_detial2_info_content_right_txt p{font-family: "Prompt-Light";color: #000000;line-height: 1.8;}
.product_detial_more{display: flex;justify-content: center;align-items: center;width: 275px;height: 66px;background: var(--mainColor);color: #FFFFFF;font-size: 24px;border-radius: 33px;margin-top: 24px;}
.product_detial2_china_box{width: 100%;height: auto;background: #F7F7F7;padding: 80px 0px;}
.product_detial2_title{width: 100%;height: auto;}
.product_detial2_title h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";}
.product_detial2_china_box table{border: 1px solid #dcdcdc;margin-top: 38px;}
.product_detial2_china_box table td{padding-left: 60px;font-size: 16px;color: #000000;font-family: "Prompt-Light";height: 45px;}
.product_detial2_china_box table tr{background: #eeeeee;}
.product_detial2_china_box table tr:nth-of-type(even){background: #FFFFFF;}
.product_detial2_china_box a{margin: 0px auto;margin-top: 60px;}
.product_detial2_features_box{width: 100%;height: auto;padding: 80px 0;}
.product_detial2_features_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial2_features_content_left{width: 40.61%;height: auto;}
.product_detial2_features_content_left h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";padding-right: 50px;padding-right: 30%;}
.product_detial2_features_content_left p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "Prompt-Light";margin-top: 30px;}
.product_detial2_features_content_right{width: 53.6%;height: auto;}
.product_detial2_features_content_right img{width: 100%;height: auto;display: block;}
.product_detial2_com_box{width: 100%;height: auto;padding: 80px 0px;background: #f7f7f7;}
.product_detial2_com_list{width: 100%;height: auto;}
.product_detial2_com_list .product_detial2_title h4{text-align: center;}
.product_detial2_com_list table{width: 100%;height: auto;border: 1px solid #F7F7F7;margin-top: 30px;}
.product_detial2_com_list table th{text-align: center;font-size: 16px;font-family: "Prompt-Medium";color: #FFFFFF;height: 50px;background: var(--mainColor);}
.product_detial2_com_list table td{background: #FFFFFF;color: #5F5F5F;text-align: center;font-size: 16px;font-family: "Prompt-Light";height: 50px;}
.product_detial2_com_box .product_detial2_com_list + .product_detial2_com_list{margin-top: 80px;}
.product_detial2_application_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial2_application_box .product_detial2_title h4{text-align: center;}
.product_detial2_application_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;position: relative;margin-top: 58px;}
.product_detial2_application_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 58px;}
.product_detial2_application_ul li:nth-of-type(1),.product_detial2_application_ul li:nth-of-type(2),.product_detial2_application_ul li:nth-of-type(3){margin-top: 0;}
.product_detial2_application_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_detial2_application_img{width: 100%;height: auto;overflow: hidden;}
.product_detial2_application_img img{width: 100%;height: auto;display: block;}
.product_detial2_application_txt{width: 100%;height: auto;padding: 0 45px;margin-top: 30px;}
.product_detial2_application_txt h4{font-size: 20px;color: #000000;font-weight: 500;text-align: center;}
.product_detial2_application_txt p{font-size: 16px;color: #5a5a5a;text-align: center;line-height: 1.6;font-family: "Prompt-Light";margin-top: 20px;}
.product_detial2_application_ul:before{content: "";display: block;width: 1px;height: 100%;background: #c9c9c9;position: absolute;left: 33%;top: 0;}
.product_detial2_application_ul:after{content: "";display: block;width: 1px;height: 100%;background: #c9c9c9;position: absolute;right: 33%;top: 0;}
.product_detial2_packing_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.product_detial2_packing_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial2_packing_content_left{width: 49.7%;height: auto;}
.product_detial2_packing_content_left img{width: 100%;height: auto;display: block;}
.product_detial2_packing_content_right{width: 46.75%;height: auto;}
.product_detial2_packing_content_right h4{font-size: 36px;color: #000000;font-family: "Prompt-Bold";}
.product_detial2_packing_content_right p{font-size: 16px;color: #000000;font-family: "Prompt-Light";line-height: 1.6;margin-top: 38px;}
.product_detial2_question_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial2_question_box .product_detial2_title h4{text-align: center;}
.product_detial2_question_ul{width: 100%;height: auto;margin-top: 70px;}
.product_detial2_question_ul li{width: 100%;height: auto;}
.product_detial2_question_ul_top{width: 100%;height: auto;padding: 27px 0;display: flex;justify-content: space-between;align-items: center;border-top: 1px solid #c9c9c9;cursor: pointer;}
.product_detial2_question_ul_top h4{font-size: 18px;color: #000000;font-family: "Prompt-Medium";}
.product_detial2_question_ul_top span{display: block;font-family: "Poppins-Regular";font-weight: 700;color: #000;transition: all 0.3s;}
.product_detial2_question_ul_bottom{width: 100%;padding-bottom: 27px;display: none;}
.product_detial2_question_ul_bottom p{font-size: 16px;color: #535353;line-height: 1.6;font-family: "Prompt-Light";}
.product_detial2_question_ul li.on .product_detial2_question_ul_top{border-color: var(--mainColor);}
.product_detial2_question_ul li.on .product_detial2_question_ul_top h4{color: var(--mainColor);}
.product_detial2_question_ul li.on .product_detial2_question_ul_top span{color: var(--mainColor);transform: rotate(90deg);}
.product_detial2_question_ul li:nth-last-of-type(1){border-bottom: 1px solid #c9c9c9;}
.product_detial2_related_box{width: 100%;height: auto;padding-bottom: 80px;}
.product_detial2_related_box .product_detial2_title h4{text-align: center;}
.product_detial2_related_sw{width: 100%;margin-top: 48px;}
.product_detial2_related_sw .swiper-slide{border: solid 1px #e5e5e5;}
.product_detial2_get_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 176px;background: #f7f7f7;}
.product_detial2_get_content{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #FFFFFF;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);}
.product_detial2_get_content_left{width: 44.64%;height: auto;}
.product_detial2_get_content_left img{width: 100%;height: 100%;object-fit: cover;}
.product_detial2_get_content_right{flex: 1;padding: 64px 54px;}
.product_detial2_get_content_right h4{font-size: 30px;color: #4f4f4f;font-family: "Prompt-Bold";}
.product_detial2_get_content_right p{font-size: 16px;color: #4F4F4F;line-height: 1.6;font-family: "Prompt-Light";margin-top: 20px;}
.product_detial2_get_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.product_detial2_get_content_right_ul li{width: 49.24%;height: auto;position: relative;margin-top: 10px;}
.product_detial2_get_content_right_ul li input{display: block;width: 100%;height: 49px;background: #EEEEEE;padding-left: 22px;font-size: 16px;color: #2f2f2f;font-family: "Prompt-Light";border: none;outline: none;}
.product_detial2_get_content_right_ul li input::placeholder{color: #2f2f2f;}
.product_detial2_get_content_right_ul li:nth-last-of-type(1){width: 100%;}
.product_detial2_get_content_right_ul li textarea{display: block;width: 100%;height: 131px;padding: 22px;border: none;background: #EEEEEE;outline: none;font-size: 16px;color: #2f2f2f;font-family: "Prompt-Light";resize: none;}
.product_detial2_get_content_right_ul li textarea::placeholder{color: #2f2f2f;}
.product_detial2_get_content_right_ul_btn{width: 254px;height: 60px;display: block;border: none;border-radius: 30px;background: var(--mainColor);margin-top: 19px;font-family: "Prompt-Light" !important;font-size: 18px;color: #FFFFFF;}
/*product_list.html start*/
/* content end */
/* footer start */
.footer{background: #2b2b2b;width: 100%;height: auto;padding-top: 80px;}
.footer_top_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_title{font-size: 18px;color: #fff;margin-bottom: 32px;}
.footer_nav_box a{color: #fff;line-height: 30px;font-size: 16px;display: block;}
.footer_nav_box a:hover{text-decoration: underline;}
.footer_cantact{width: 300px;height: auto;}
.footer_cantact_ul{width: 100%;height: auto;}
.footer_cantact_ul li{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 16px;color: #fff;line-height: 30px;}
.footer_cantact_ul li img{display: block;margin-top: 8px;margin-right: 20px;}
.footer_cantact_ul li a:hover{text-decoration: underline;}
.footer_form_box{width: 410px;height: auto;}
.footer_form_box li{width: 100%;height: auto;position: relative;margin-top: 12px;}
.footer_form_box li img{width: 77px;height: auto;display: block;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.footer_form_box li input{display: block;width: 100%;height: 42px;border: solid 1px #dcdcdc;background: none;padding-left: 18px;font-size: 16px;color: #fff;outline: none;}
.footer_form_box li input::placeholder{color: rgba(255, 255, 255, 0.5);}
.footer_form_box li textarea{display: block;width: 100%;height: 86px;border: solid 1px #dcdcdc;background: none;padding: 18px;font-size: 16px;color: #fff;outline: none;resize: none;}
.footer_form_box li textarea::placeholder{color: rgba(255, 255, 255, 0.5);}
.footer_form_ul li p{font-size: 14px;color: #fff;line-height: 1.4;}
.footer_form_ul li p a{text-decoration: underline;}
.footer_form_btn{display: block;width: 230px;height: 47px;background: #fd9d24;border: none;font-size: 16px;color: #fff;margin-top: 24px;outline: none;cursor: pointer;}
.footer_share_box{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 70px;}
.footer_share_box a{display: block;width: 30px;height: auto;margin-left: 30px;}
.footer_share_box a:nth-of-type(1){margin-left: 0;}
.footer_share_box a img{width: 100%;height: auto;display: block;}
.footer_last_box{border-top: 1px solid rgba(255,255,255,0.2);width: 100%;height: auto;padding: 18px 0;color: #fff;font-size: 16px;display: flex;align-items: center;justify-content: center;margin-top: 23px;}
.footer_last_box a{color: #fff;}
.footer_last_box img{display: block;margin-left: 8px;}
.footer_last_box a:nth-of-type(1){margin: 0 8px;}
/* footer end */
@media(max-width:1768px){
  .headerWH{width: 92%;}
  .contentWH{width: 92%;}
  .index_banner_sw .swiper-slide:nth-of-type(2)
  .index_about_top{width: 100%;padding: 0 4%;justify-content: space-between;}
  .index_about_top{justify-content: center;}
  .index_about_top_left_box{width: 46.5%;margin-left: 0;}
  .index_about_top_right_box{width: 43.5%;margin-left: 2%;}
  .index_whyus_ul li{width: 32%;}
  .index_post_box{height: auto;background-size: cover;}
  .nav_box li{margin-left: 20px;}
  .header_search_click{margin-left: 20px;}
  .header_lange_box{margin-left: 30px;}
  .header_search_click::after{right: -15px;}
  .index_about_bottom{padding: 0 4%;}
  .product_application_content_sw_right{right: 0;}
  .product_application_content_sw_left{left: 0;}
  .index_contact_box{background-size: cover;}
  .product_detial_info_content_left_box{width: 48.5%;}
  .product_detial_info_content{align-items: center;}
  .product_detial_related_content_sw_left{left: 0;}
  .product_detial_related_content_sw_right{right: 0;}
  .product_detial_sheets_ul li:nth-of-type(1){margin-left: 6%;}
  .product_detial_sheets_ul li:nth-of-type(2){margin-right: 6%;}
  .about_honor_content{width: 92%;margin: 0px auto;}
  .production_info_content_div{height: auto;padding: 100px 45px;}
  .index_banner_sw .swiper-slide:nth-of-type(2) .index_banner_sw_content_txt{width: 92%;}
/*   .index_banner_sw .swiper-slide:nth-of-type(2) .index_banner_sw_content_txt h4{font-size: 52px;} */
  .product_detial2_features_content_left h4{padding-right: 26%;}
}
@media(max-width: 1400px) {
  .product_detial_info_content{justify-content: space-between;}
  .product_detial_info_content_right{width: 48.5%;margin-left: 0;flex: inherit;}
  .about_info_content_right{width: 72%;}
  .technology_info_content_left{width: 60%;}
  .technology_info_content_left_ps{width: 48.5%;}
  .technology_advantage_ul li{width: 24%;}
  .product_new_list_loading_content_left_sw{height: 100%;}
  .product_new_list_loading_content_left_sw img{height: 100%;object-fit: cover;}
  .product_new_list_loading_content_right{padding: 30px 0;}
  .product_detial2_features_content_left h4{padding-right: 16%;}
}
@media(max-width:1200px){
  .logo{width: 176px;}
  .nav_box li{font-size: 16px;margin-left: 10px;}
  .index_whyus_ul li{padding: 4%;}
  .index_whyus_ul li p{width: 100%;}
  .index_whyus_box{background-size: cover;}
  .index_partent_box{margin-top: -109px;}
  .index_post_sw_right, .index_post_sw_left{display: none;}
  .index_contact_box{background-size: cover;}
  .index_banner_sw_content_txt{width: 92%;}
  .index_banner_sw_content img{width: 416px;}
  .index_banner_page{width: 259px;height: 50px;padding-right: 30px;}
  .index_banner_sw_right_btn, .index_banner_sw_left_btn{height: 50px;}
  .index_banner_sw_right_btn{right: 259px;}
  .index_banner_sw_left_btn{right: 325px;}
  .index_banner_sw_content_txt h4{font-size: 40px;}
  .index_about_box{padding-top: 0;}
  .index_about_bottom li h4{font-size: 30px;}
  .index_application_sw{width: 100%;padding: 0 4%;}
  .product_banner_content h4{font-size: 48px;}
  .product_banner_content h1{font-size: 48px;}
  .product_banner_content p{font-size: 18px;margin-top: 20px;}
  .product_list_ul li:nth-of-type(even) .product_list_ul_right{margin-right: 74px;}
  .product_list_ul_right{width: 353px;}
  .about_advantage_box{background: var(--mainColor);}
  .about_advantage_ul li:nth-of-type(3) h4, .about_advantage_ul li:nth-of-type(6) h4{color: #FFFFFF;}
  .about_advantage_ul li:nth-of-type(3) p, .about_advantage_ul li:nth-of-type(6) p{color: #FFFFFF;}
  .about_advantage_ul li:nth-of-type(3) img, .about_advantage_ul li:nth-of-type(6) img{filter: grayscale(100%) brightness(500%);}
  .about_advantage_ul li p{width: 100%;}
  .product_new_list_ul{justify-content: space-between;}
  .product_new_list_ul li{width: 48.5%;margin-left: 0;}
  .product_detial2_application_txt{padding: 0 30px;}
  .product_detial2_features_content_left h4{padding-right: 0;}
}
@media(max-width:990px){
  .nav_box{position: absolute;top: 112px;background: #fff;left: 0;height: calc(100vh - 112px);z-index: 999;width: 100%;display: none;overflow-y: auto;}
  .nav_box li{height: auto;margin-left: 0;text-align: center;margin-top: 30px;display: block;}
  .nav_link_first{display: inline-block;margin: 0px auto;}
  .nav_list_box{position: relative;top: 20px;transform: none;left: 0;margin: 0px auto;}
  .hd_btn{display: block;}
  .header_right{align-items: center;}
  .nav_box li:nth-last-of-type(1) a{margin: 0px auto;}
  .index_banner_sw_content_txt h4{font-size: 28px;}
  .index_banner_sw .swiper-slide:nth-of-type(2) .index_banner_sw_content_txt h4{font-size: 28px;}
  .index_banner_sw_content_txt span{font-size: 24px;}
  .index_banner_sw_content_txt p{font-size: 18px;}
  .index_banner_sw_content img{margin-top: -23px;}
  .index_about_top{flex-wrap: wrap;}
  .index_about_top_left_box{width: 100%;}
  .index_about_top_right_box{width: 100%;height: auto;margin-top: 30px;}
  .index_whyus_ul li{width: 48.5%;}
  .index_application_img.on{padding-left: 0;}
  .footer_last_box{flex-wrap: wrap;}
  .product_list_ul li{padding: 4%;}
  .product_list_ul_right{margin-left: 4%;}
  .product_list_ul li:nth-of-type(even) .product_list_ul_right{margin-right: 4%;}
  .crumbs_box{margin-top: 0;}
  .product_detial_info_content{flex-wrap: wrap;}
  .product_detial_info_content_left_box{width: 100%;}
  .product_detial_info_content_right{width: 100%;margin-top: 50px;}
  .product_detial_info_content_right_sw{display: none;}
  .product_detial_sheets_ul{justify-content: space-between;}
  .product_detial_sheets_ul li{margin-left: 0;}
  .product_detial_sheets_ul li:nth-of-type(1),.product_detial_sheets_ul li:nth-of-type(2){margin: 0;width: 48.5%;}
  .about_info_content_right{width: 63%;}
  .about_culture_txt{width: 100%;}
  .production_process_ul{flex-wrap: wrap;justify-content: space-between;}
  .production_process_ul li{width: 48.5%;margin-left: 0;margin-top: 30px;}
  .production_process_ul li:nth-of-type(1):before{display: none;}
  .production_process_ul li:nth-of-type(odd) .production_process_ul_box{border-radius: 50px;}
  .production_process_ul li:nth-of-type(odd){border-radius: 50px;padding-bottom: 3px;}
  .production_process_ul li:nth-of-type(odd) .production_process_ul_box:after{display: none;}
  .production_process_ul li:nth-of-type(even){background: var(--mainColor);border-radius: 50px;padding-top: 3px;}
  .production_process_ul li:nth-of-type(even) .production_process_ul_box{border-radius: 50px;}
  .production_process_ul_box{padding: 22px !important;}
  .production_process_ul_div{background: #e5f1ff !important;}
  .production_process_ul li:nth-of-type(even) .production_process_ul_div span{background: #FFFFFF;}
  .production_process_ul li:nth-of-type(5):before{display: none;}
  .production_info_content_div{width: 100%;padding: 30px;border-radius: 30px 0 30px 0;}
  .production_process_ul li:nth-of-type(3){background: var(--mainColor);}
  .production_process_txt{width: 100%;}
  .technology_info_content{flex-wrap: wrap;}
  .technology_info_content_left{width: 100%;}
  .technology_info_content_right{margin-left: 0;margin-top: 30px;}
  .product_new_list_loading_content{flex-wrap: wrap;}
  .product_new_list_loading_content_left{width: 100%;}
  .product_detial2_info_content_box{flex-wrap: wrap;}
  .product_detial2_info_content_left{width: 100%;}
  .product_detial2_info_content_right{width: 100%;margin-top: 50px;}
  .product_detial2_features_content{flex-wrap: wrap;}
  .product_detial2_features_content_left{width: 100%;}
  .product_detial2_features_content_right{width: 100%;margin-top: 50px;}
  .product_detial2_packing_content{flex-wrap: wrap;}
  .product_detial2_packing_content_left{width: 100%;}
  .product_detial2_packing_content_right{width: 100%;margin-top: 50px;}
  .product_detial2_get_content{flex-wrap: wrap;}
  .product_detial2_get_content_left{width: 100%;}
}
@media(max-width:768px){
  .logo{width: 26vw;}
  .header{height: 13.8vw;}
  .header_lange_box img{width: 4.2vw;}
  .header_lange_box span{font-size: 3.6vw;}
  .header_right_lange_box{right: 0;left: auto;top: 13.8vw;transform: none;}
  .header_right_lange_box a{font-size: 3.6vw;line-height: 8.8vw;}
  .nav_box{top: 13.8vw;height: calc(100vh - 13.8vw);}
  .nav_box li{margin-top: 5.8vw;font-size: 3.6vw;}
  .nav_link_first:after{bottom: -2vw;}
  .nav_box li:nth-of-type(2) .nav_list_box{width: 100%;}
  .nav_list_box{top: 2vw;}
  .nav_list_box a:nth-of-type(1){margin-top: 1.2vw;}
  .nav_list_box a{padding: 1.2vw;}
  .nav_list_box a:nth-last-of-type(1){margin-bottom: 1.2vw;}
  .nav_box li:nth-last-of-type(1) a{width: 38vw;height: 10.8vw;font-size: 3.6vw;}
  .header_search_box.on{top: 13.8vw;}
  .header_search_box form{padding: 3.2vw;}
  .header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
  .header_search_box input:nth-last-of-type(1){width: 38.5%;}
  .index_banner_sw_content_txt h4{font-size: 4.8vw;}
  .index_banner_sw_content_txt{padding: 1.8vw;}
  .index_banner_sw_content_txt span{width: 68vw;height: 10.8vw;font-size: 4.2vw;}
  .index_banner_sw_content_txt p{font-size: 3.6vw;}
  .index_banner_sw_bg{height: 108vw;}
  .index_banner_sw_bg img{height: 100%;object-fit: cover;}
  .index_banner_sw_content img{width: 88%;margin-top: 0;}
  .index_banner_page{width: 50%;height: 8.8vw;font-size: 3.6vw;padding: 0 3.2vw;}
  .index_banner_sw_right_btn, .index_banner_sw_left_btn{width: 25%;height: 8.8vw;}
  .index_banner_sw_right_btn{right: 50%;}
  .index_banner_sw_left_btn{right: 75%;border-radius: 0;}
  .index_collection_box{padding: 8vw 0;background: #eef4fe;}
  .index_title{font-size: 4.8vw;}
  .index_collection_sw{margin-top: 5.8vw;padding-bottom: 8.8vw;}
  .index_collection_ul_div h4{font-size: 4.2vw;margin-top: 3.8vw;}
  .index_collection_ul_div p{font-size: 3.2vw;width: 92%;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;}
  .index_collection_ul_div span{width: 80%;height: 8.8vw;font-size: 3.6vw;border-radius: 4.4vw;margin-top: 3.8vw;}
  .swiper_page span{width: 8vw;height: 2vw;border-radius: 1vw;}
  .index_about_top_right_box h4{font-size: 4.8vw;}
  .index_about_top_right_box{margin-top: 5.8vw;}
  .index_about_top_right_box span{width: 28vw;height: 0.8vw;margin-top: 1.2vw;margin-left: 1.2vw;}
  .index_about_top_right_box p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
  .index_about_top_img{width: 67%;top: 70vw;}
  .index_about_top_right_box a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;border-radius: 5.4vw;}
  .index_about_bottom{margin-top: 5.8vw;flex-wrap: wrap;}
  .index_about_bottom li h4{font-size: 4.8vw;}
  .index_about_bottom li p{font-size: 3.6vw;}
  .index_about_bottom li{width: 48.5%;margin-left: 2%;margin-top: 3.8vw;}
  .index_about_bottom li:nth-of-type(odd){margin-left: 0;}
  .index_about_bottom li::after{display: none;}
  .index_about_box{padding: 8vw 0;}
  .index_whyus_box{padding: 8vw 0;background: #0f4c8a;}
  .index_whyus_ul{margin-top: 2.8vw;}
  .index_whyus_ul li img{width: 13vw;}
  .index_whyus_ul li h4{font-size: 3.6vw;}
  .index_whyus_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .index_partent_box{padding: 8vw 0;margin-top: 0;background: #eef4fe;}
  .index_partent_swiper{margin-top: 5.8vw;padding-bottom: 8.8vw;}
  .index_application_sw_div{width: 92%;height: auto;padding: 4%;left: 50%;transform: translateX(-50%);}
  .index_application_sw_div h4{font-size: 4.2vw;margin-bottom: 3.2vw;}
  .index_application_sw_div p{font-size: 3.6vw;}
  .index_application_sw_div a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
  .index_application_sw_right, .index_application_sw_left{display: none;}
  .index_application_sw_page{display: none;}
  .index_application_sw{margin-top: 5.8vw;}
  .index_application_box{padding: 8vw 0;}
  .index_post_box{padding: 8vw 0;background: #eef4fe;margin-top: 18vw;}
  .index_post_content_box{margin-top: 5.8vw;}
  .index_post_sw_title h4{width: 95%;font-size: 3.6vw;line-height: 5.8vw;}
  .index_post_sw_title span{font-size: 4.8vw;}
  .index_post_sw_title{padding: 4%;}
  .index_contact_box{background: #77a0cd;padding: 8vw 0;margin-top: 0;}
  .index_post_time{font-size: 3.2vw;margin-top: 3.2vw;}
  .index_post_desc{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .index_contact_title{font-size: 4.2vw;line-height: 5.8vw;}
  .index_contact_txt p{font-size: 19.8vw;}
  .index_contact_txt a{width: 42vw;height: 10.8vw;font-size: 3.6vw;border-radius: 5.4vw;}
  .footer{padding-top: 8vw;}
  .footer_top_box{flex-wrap: wrap;}
  .footer_nav_box{width: 48.5%;}
  .footer_title{font-size: 4.8vw;margin-bottom: 3.2vw;}
  .footer_nav_box a{font-size: 3.6vw;line-height: 5.8vw;}
  .footer_cantact{width: 100%;margin-top: 5.8vw;}
  .footer_cantact_ul li{font-size: 3.6vw;line-height: 5.8vw;}
  .footer_cantact_ul li img{width: 3.8vw;margin-top: 1vw;margin-right: 1.8vw;}
  .footer_form_box{width: 100%;margin-top: 3.8vw;}
  .footer_form_box li input{height: 8.8vw;font-size: 3.2vw;padding: 0 3.2vw;}
  .footer_form_box li textarea{height: 18.8vw;font-size: 3.2vw;padding: 1.8vw 3.2vw;}
  .footer_form_box li{margin-top: 1.4vw;}
  .footer_form_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
  .footer_share_box{margin-top: 5.8vw;}
  .footer_share_box a{width: 4.8vw;margin-left: 3.8vw;}
  .footer_last_box{padding: 1.8vw 4%;margin-top: 5.8vw;font-size: 3.2vw;text-align: center;}
/*   body{padding-bottom: 0;} */
  .footer_last_box img{width: 16vw;}
  .product_banner_content h4{font-size: 4.8vw;}
  .product_banner_content h1{font-size: 4.8vw;}
  .product_banner_content p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .crumbs_box ul{font-size: 3.2vw;flex-wrap: wrap;height: auto;padding: 1.3vw 0;}
  .crumbs_box ul i{margin: 0 1.2vw;}
  .product_info_box{padding: 8vw 0;}
  .product_share_box{margin-top: 3.8vw;}
  .product_share_box a{width: 5.6vw;margin-left: 2.8vw;}
  .product_info_text{margin-top: 3.8vw;font-size: 3.6vw;line-height: 5.8vw;}
  .product_info_text a{width: 38vw;height: 10.8vw;border-radius: 5.4vw;margin-top: 3.8vw;font-size: 3.6vw;}
  .product_list_box{padding: 8vw 0;}
  .product_list_ul li{flex-wrap: wrap;}
  .product_list_ul_left{width: 100%;}
  .product_list_ul_right{margin-left: 0;margin-top: 3.8vw;}
  .product_list_ul_right h4{font-size: 4.2vw;}
  .product_list_ul_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_list_ul_right span{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
  .product_list_ul li{margin-top: 5.8vw;}
  .product_application_box{padding: 8vw 0;}
  .index_title_text{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_application_content{margin-top: 5.8vw;}
  .product_application_content_sw_right, .product_application_content_sw_left{display: none;}
  .product_application_content_sw h4{font-size: 3.6vw;margin-top: 3.8vw;}
  .more{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
  .product_sheets_box{padding: 8vw 0;}
  .product_sheets_ul{margin-top: 2.8vw;}
  .product_sheets_ul li{width: 100%;margin-top: 3.8vw;padding: 4%;}
  .product_sheets_ul li span{width: 20vw;height: 20vw;}
  .product_sheets_ul li span img{width: 50%;}
  .product_sheets_ul li h4{font-size: 3.6vw;}
  .product_sheets_ul li i{width: 60%;margin-top: 1.2vw;}
  .product_sheets_ul li p{font-size: 3.2vw;line-height: 5.8vw;}
  .product_detial_info{padding: 8vw 0px;}
  .product_detial_video{width: 13vw;}
  .product_detial_info_content_right{margin-top: 5.8vw;}
  .product_detial_info_content_right h1{font-size: 4.8vw;}
  .product_detial_info_content_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_detial_info_content_right a{width: 42vw;height: 10.8vw;font-size: 3.6vw;border-radius: 5.4vw;margin-top: 3.8vw;}
  .product_detial_box{padding: 8vw 0;}
  .product_detial_desc_box p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_detial_parameter_box{margin-top: 5.8vw;}
  .product_detial_parameter_box table{margin-top: 3.8vw;}
  .product_detial_parameter_box table tr:nth-of-type(odd){height: 10.8vw;}
  .product_detial_parameter_box table td{font-size: 3.6vw;padding-left: 3.2vw;}
  .product_detial_parameter_box table tr:nth-of-type(even){padding-left: 3.2vw;}
  .product_detial_parameter_box p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
  .product_detial_sheets_box{padding: 8vw 0;}
  .product_detial_sheets_ul{margin-top: 2.8vw;}
  .product_detial_sheets_ul li{width: 100% !important;margin-top: 3.8vw !important;}
  .product_detial_sheets_ul li h4{font-size: 4.2vw;margin-top: 3.2vw;}
  .product_detial_sheets_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_application_sw{padding-bottom: 13.8vw;width: 92%;margin: 0px auto;margin-top: 5.8vw;}
  .product_application_sw h4{height: 10.8vw;font-size: 3.6vw;}
  .product_detial_related_box{padding-top: 8vw;}
  .product_detial_HR{padding-bottom: 8vw;}
  .product_detial_related_content{margin-top: 5.8vw;}
  .product_detial_related_content_sw_right, .product_detial_related_content_sw_left{display: none;}
  .product_detial_related_content_sw_content{padding: 4%;}
  .product_detial_related_content_sw_content h4{font-size: 4.8vw;}
  .product_detial_related_content_sw_content p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_detial_related_content_sw_content span{width: 38vw;height: 10.8vw;border-radius: 5.4vw;margin-top: 3.8vw;font-size: 3.6vw;}
  .about_info_box{padding: 8vw 0;}
  .about_info_content{flex-wrap: wrap;}
  .about_info_content_left{width: 100%;text-align: center;}
  .about_info_content_left h4{font-size: 4.8vw;}
  .about_info_content_left span{width: 12vw;height: 0.6vw;margin: 0px auto;margin-top: 1.8vw;}
  .about_info_content_right{width: 100%;padding-right: 2%;font-size: 3.6vw;line-height: 5.8vw;margin-top: 5.8vw;}
  .about_honor_box{padding: 8vw 0;}
  .about_honor_content_title h4{font-size: 4.8vw;text-align: center;}
  .about_honor_content_title span{width: 12vw;height: 0.6vw;margin: 0px auto;margin-top: 1.8vw;}
  .about_honor_content_sw{margin-top: 5.8vw;padding-bottom: 8.8vw;}
  .about_honor_content_sw_img{height: auto;padding: 3.2vw 0;}
  .about_honor_content_sw .swiper-slide h4{padding: 3.2vw 0;font-size: 3.6vw;}
  .about_advantage_box{padding: 8vw 0;}
  .about_advantage_ul li{margin-top: 5.8vw;width: 100%;}
  .about_advantage_ul li img{width: 16vw;}
  .about_advantage_ul li h4{font-size: 4.2vw;}
  .about_advantage_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .about_culture_box{padding: 8vw 0;}
  .about_culture_txt p{font-size: 3.6vw;line-height: 5.8vw;}
  .about_culture_txt{margin-top: 3.8vw;}
  .about_culture_ul{margin-top: 5.8vw;flex-wrap: wrap;}
  .about_culture_ul li{width: 48.5%;margin-top: 3.8vw;}
  .about_culture_ul li img{width: 8vw;}
  .about_culture_ul li h4{font-size: 3.6vw;margin-top: 1.6vw;}
  .about_culture_ul li span{width: 12vw;height: 0.6vw;margin-top: 1.6vw;}
  .production_process_box{padding: 8vw 0;}
  .production_process_txt{margin-top: 3.8vw;}
  .production_process_txt p{font-size: 3.6vw;line-height: 5.8vw;}
  .production_process_ul{margin-top: 2.8vw;}
  .production_process_ul li{padding: 0.4vw;border-radius: 4vw !important;width: 100%;margin-top: 3.8vw;}
  .production_process_ul_box{border-radius: 4vw !important;padding: 2% !important;}
  .production_process_ul_div{border-radius: 4vw;padding: 4%;}
  .production_process_ul_div span{width: 12vw;height: 12vw;font-size: 4.8vw;}
  .production_process_ul_div h4{font-size: 4.8vw;margin-top: 3.2vw;}
  .production_process_ul_div p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .production_info_content_div p{font-size: 3.6vw;line-height: 5.8vw;}
  .production_info_content_div h4{font-size: 4.8vw;}
  .production_info_content_div{padding: 4%;border-radius: 4vw 0 4vw 0;}
  .production_rq_box{padding: 8vw 0;}
  .production_rq_sw{margin-top: 5.8vw;padding-bottom: 8.8vw;}
  .production_rq_sw_div h4{height: 10.8vw;font-size: 3.6vw;}
  .service_list_box li{flex-wrap: wrap;margin-top: 3.8vw;}
  .service_list_box li:nth-of-type(1){margin-top: 0;}
  .service_list_box li img{width: 100%;height: auto;}
  .service_list_right{margin-left: 0;width: 100%;margin-top: 5.8vw;}
  .service_list_box li:nth-of-type(even) .service_list_right{margin-right: 0;}
  .service_list_right h4{font-size: 4.8vw;}
  .service_list_right span{width: 12vw;height: 0.6vw;margin-top: 1.8vw;}
  .service_list_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .service_box{padding: 8vw 0;}
  .technology_info_box{padding: 8vw 0;}
  .technology_info_content_left_ps h4{height: 10.8vw;font-size: 3.6vw;}
  .technology_info_content_left_img{width: 14.8vw;top: 14.8vw;}
  .technology_info_content_right{margin-top: 5.8vw;}
  .technology_info_content_right h4{font-size: 4.8vw;}
  .technology_info_content_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .technology_info_content_right a{width: 38vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;margin-top: 5.8vw;}
  .technology_application_box{padding: 8vw 0;}
  .technology_application_sw{margin-top: 5.8vw;padding-bottom: 13.8vw;}
  .technology_application_sw h4{font-size: 3.6vw;height: 10.8vw;border-bottom: 0.6vw solid var(--mainColor);}
  .technology_production_box{padding: 8vw 0;}
  .technology_production_ul{margin-top: 2.8vw;flex-wrap: wrap;}
  .technology_production_ul li{width: 48.5%;margin-top: 3.8vw;}
  .technology_production_ul:before{display: none;}
  .technology_production_ul li span:after{display: none;}
  .technology_production_ul li span{width: 16vw;height: 16vw;font-size: 4.8vw;}
  .technology_production_ul_div{margin-top: 3.8vw;padding-bottom: 3.2vw;}
  .technology_production_ul_div p{font-size: 3.6vw;line-height: 5.8vw;}
  .technology_advantage_box{padding: 8vw 0;}
  .technology_advantage_ul{margin-top: 2.8vw;}
  .technology_advantage_ul li{width: 100%;margin-top: 3.8vw;}
  .technology_advantage_ul_txt{padding: 4%;font-size: 3.6vw;line-height: 5.8vw;}
  .contactBox202006131030{padding: 8vw 0px;}
  .contactBox202006131030 .textBox h2{font-size: 4.6vw;margin-bottom: 3.2vw;}
  .contactBox202006131030 .textBox p{font-size: 3.2vw;line-height: 4.8vw;}
  .contactBox202006131030 .textBox{margin-bottom: 3.8vw;}
  .contactBox202006131030 .contactInfo ul li{font-size: 3.6vw;line-height: 5.8vw;padding-top: 2vw;background-size: 4vw auto;background-position: left 3vw;padding-left: 5.2vw;}
  .contactBox202006131030 .contactInfo ul li a{font-size: 3.6vw;}
  .contactBox202006131030 .contactForm{width: 100%;padding: 0;}
  .contactBox202006131030 .title h2{font-size: 4.6vw;margin-top: 5.8vw;line-height: normal;}
  .contactBox202006131030 .contactInfo{width: 100%;}
  .contactBox202006131030 .contactForm .info .label_control{font-size: 3.6vw;}
  .page_box{margin-top: 5.8vw;}
  .index_banner_sw .swiper-slide:nth-of-type(2) .index_banner_sw_content_txt h4{font-size: 4.8vw;}
  .product_new_box{padding: 8vw 0;}
  .product_new_text p{font-size: 3.6vw;line-height: 5.8vw;}
  .product_new_text{margin-top: 3.8vw;}
  .product_new_text img{margin-top: 3.8vw;}
  .product_new_text_more{width: 66vw;height: 10.8vw;font-size: 3.6vw;border-radius: 5.4vw;margin-top: 5.8vw;}
  .product_faq_box{padding: 8vw 0;}
  .product_faq_content_list_title h2{font-size: 3.6vw;}
  .product_faq_content_list_txt{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .product_faq_content{margin-top: 3.8vw;}
  .product_faq_content_list + .product_faq_content_list{margin-top: 3.8vw;}
  .product_new_list_info_content{margin-top: 8vw;flex-wrap: wrap;}
  .product_new_list_info_content_left{width: 100%;}
  .product_new_list_info_content_left h4{font-size: 4.2vw;}
  .product_new_list_info_content_left p{font-size: 3.6vw;margin-top: 3.6vw;}
  .product_new_list_info_content_right{width: 100%;margin-top: 5.8vw;}
  .product_new_list_info_content_right_txt a{width: 12vw;height: 12vw;}
  .product_new_list_info_content_right_txt h4{padding: 0 2%;font-size: 4.8vw;margin-top: 3.6vw;}
  .product_new_list_info_box{padding-bottom: 8vw;}
  .product_new_list_offer_box{padding: 8vw 0;}
  .product_new_list_title h4{font-size: 4.8vw;}
  .product_new_list_title p{font-size: 3.6vw;margin-top: 3.2vw;}
  .product_new_list_ul{margin-top: 3.2vw;}
  .product_new_list_ul li{margin-top: 3.8vw;width: 100%;}
  .product_new_list_ul_txt h4{font-size: 3.8vw;}
  .product_new_list_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
  .product_new_list_ul_txt span{width: 38vw;height: 10.8vw;font-size: 3.8vw;border-radius: 5.4vw;margin-top: 3.8vw;}
  .product_new_list_ul_txt{padding: 0 4%;padding-bottom: 5%;}
  .product_new_page{margin-top: 5.8vw;}
  .product_new_page li a{font-size: 3.6vw;}
  .product_new_page li.product_new_page_prev, .product_new_page li.product_new_page_next{width: 6vw;height: 6vw;font-size: 3.6vw;}
  .product_new_page li{margin-left: 1.8vw;}
  .product_new_page li:nth-of-type(1){margin-right: 3.2vw;}
  .product_new_page li:nth-last-of-type(1){margin-left: 5vw;}
  .product_new_table_box{padding: 8vw 0;}
  .product_new_table_list table th{font-size: 4.8vw;height: 10.8vw;}
  .product_new_table_list table td{font-size: 3.6vw;height: 10.8vw;}
  .product_new_table_list table td strong{font-size: 3.6vw;padding-left: 0;}
  .product_new_list_metal_box{padding: 8vw 0;}
  .product_new_list_metal_ul{margin-top: 3.2vw;}
  .product_new_list_metal_ul li{width: 100%;margin-top: 3.8vw;}
  .product_new_list_metal_ul_div_ico img{width: 12vw;}
  .product_new_list_metal_ul_div{padding: 5% 4%;}
  .product_new_list_metal_ul_div h4{font-size: 4.2vw;}
  .product_new_list_metal_ul_div p{font-size: 3.6vw;margin-top: 3.2vw;}
  .product_new_list_loading_content_right{padding: 5% 4%;}
  .product_new_list_loading_content_right_txt{width: 100%;}
  .product_new_list_loading_content_right_txt h4{font-size: 4.2vw;}
  .product_new_list_loading_content_right_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
  .product_new_list_loading_box{padding-bottom: 8vw;}
  .product_detial2_info_box{padding: 8vw 0;}
  .product_detial2_info_content_right{margin-top: 5.8vw;}
  .product_detial2_info_content_right h1{font-size: 4.8vw;}
  .product_detial2_info_content_right_txt{margin-top: 3.8vw;}
  .product_detial2_info_content_right_txt p{font-size: 3.6vw;}
  .product_detial_more{width: 38vw;height: 10.8vw;margin-top: 5.8vw;border-radius: 5.4vw;font-size: 3.8vw;}
  .product_detial2_china_box{padding: 8vw 0;}
  .product_detial2_title h4{font-size: 4.8vw;}
  .product_detial2_china_box table{margin-top: 5.8vw;}
  .product_detial2_china_box table td{padding: 1.8vw;font-size: 3.6vw;}
  .product_detial2_china_box a{margin-top: 5.8vw;}
  .product_detial2_features_box{padding: 8vw 0;}
  .product_detial2_features_content_left h4{font-size: 4.8vw;}
  .product_detial2_features_content_left p{font-size: 3.6vw;margin-top: 3.6vw;}
  .product_detial2_features_content_right{margin-top: 5.8vw;}
  .product_detial2_com_box{padding: 8vw 0;}
  .product_detial2_com_box .product_detial2_com_list + .product_detial2_com_list{margin-top: 8vw;}
  .product_detial2_com_list table{margin-top: 5.8vw;}
  .product_detial2_com_list table th{height: 10.8vw;font-size: 3.8vw;}
  .product_detial2_com_list table td{height: 10.8vw;font-size: 3.6vw;}
  .product_detial2_application_box{padding: 8vw 0;}
  .product_detial2_application_ul{margin-top: 3.2vw;}
  .product_detial2_application_ul:after,.product_detial2_application_ul:before{display: none;}
  .product_detial2_application_ul li{width: 100%;margin-top: 3.8vw;}
  .product_detial2_application_ul li:nth-of-type(1), .product_detial2_application_ul li:nth-of-type(2), .product_detial2_application_ul li:nth-of-type(3){margin-top: 3.8vw;}
  .product_detial2_application_txt{padding: 5% 4%;margin-top: 0;}
  .product_detial2_application_txt h4{font-size: 3.8vw;}
  .product_detial2_application_txt p{font-family: 3.6vw;margin-top: 3.2vw;}
  .product_detial2_packing_box{padding: 8vw 0;}
  .product_detial2_packing_content_right{margin-top: 5.8vw;}
  .product_detial2_packing_content_right h4{font-size: 4.8vw;}
  .product_detial2_packing_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
  .product_detial2_question_box{padding: 8vw 0;}
  .product_detial2_question_ul{margin-top: 5.8vw;}
  .product_detial2_question_ul_top{padding: 3.2vw 0;}
  .product_detial2_question_ul_top h4{font-size: 3.6vw;}
  .product_detial2_question_ul_bottom p{font-size: 3.6vw;}
  .product_detial2_question_ul_bottom{padding-bottom: 3.2vw;}
  .product_detial2_related_sw{margin-top: 5.8vw;}
  .product_detial2_related_box{padding-bottom: 8vw;}
  .product_detial2_get_box{padding: 8vw 0;}
  .product_detial2_get_content_right{padding: 5% 4%;}
  .product_detial2_get_content_right h4{font-size: 4.8vw;}
  .product_detial2_get_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
  .product_detial2_get_content_right_ul{margin-top: 3.8vw;}
  .product_detial2_get_content_right_ul li{width: 100%;margin-top: 1.8vw;}
  .product_detial2_get_content_right_ul li input{padding: 3.2vw;font-size: 3.6vw;}
  .product_detial2_get_content_right_ul li textarea{height: 48vw;padding: 3.2vw;font-size: 3.6vw;}
  .product_detial2_get_content_right_ul_btn{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;border-radius: 5.4vw;margin-top: 3.8vw;}
}