.contentWH{width: 73.3%;height: auto;margin: 0px auto;}
.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}
.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("/public/static/images/home/en-us/hoecontactTel.png");
}
.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("/public/static/images/home/en-us/contactWhatsapp.png");
}
.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("/public/static/images/home/en-us/contactEmail.png");
}
.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("/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;
}
.swiper-container-rtl .swiper-button-prev,
 .swiper-container-rtl .swiper-button-next{
    background: none;
 }

@font-face{
     font-family: 'Montserrat-Black';
     src: url('fonts/Montserrat-Black.ttf');
}
@font-face{
     font-family: 'Montserrat-ExtraBold';
     src: url('fonts/Montserrat-ExtraBold.ttf');
}
@font-face{
     font-family: 'Montserrat-Bold';
     src: url('fonts/Montserrat-Bold.ttf');
}
@font-face{
     font-family: 'Poppins-Black';
     src: url('fonts/Poppins-Black.ttf');
}
@font-face{
     font-family: 'Poppins-Bold';
     src: url('fonts/Poppins-Bold.ttf');
}
@font-face{
     font-family: 'Poppins-ExtraBold';
     src: url('fonts/Poppins-ExtraBold.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
@font-face{
     font-family: 'Poppins-Medium';
     src: url('fonts/Poppins-Medium.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-SemiBold';
     src: url('fonts/Poppins-SemiBold.ttf');
}
@font-face{
     font-family: 'Poppins-Thin';
     src: url('fonts/Poppins-Thin.ttf');
}
@font-face{
     font-family: 'Poppins-ExtraLight';
     src: url('fonts/Poppins-ExtraLight.ttf');
}
*{
  font-family: "Poppins-Regular";
}
:root{
  --mainColor:#ff6600;
  --222:#222222;
  --333:#333333;
  --fff:#ffffff;
}
.swiper-button-prev,.swiper-button-next{background: none;}
.swiper-button-prev:after,.swiper-button-next:after{
  display: none;
}
input,textarea{
  outline: none;
}
/*header start*/
.header{width: 100%;height: auto;background: #ff6600;}
.header.fixed{position: fixed;left: 0;top: 0;z-index: 99;}
.header_content_box{width: 91%;height: 120px;margin: 0px auto;display: flex;justify-content: space-between;align-items: center;}
.header_content_left{display: flex;justify-content: flex-start;align-items: center;}
.logo{width: 200px;height: auto;}
.logo img{width: 100%;height: auto;}
.header_content_left_txt{margin-left: 20px;padding-left: 20px;position: relative;}
.header_content_left_txt:before{content: "";display: block;width: 2px;height: 74px;background: #ffcc99;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.header_content_left_txt p{font-size: 21px;color: #ffcc99;font-family: "Poppins-Medium";}
.header_content_right{flex: 1;}
.header_content_right_top{display: flex;justify-content: flex-end;align-items: center;}
.header_content_right_top_language{width: 20px;height: auto;position: relative;}
.header_content_right_top_language span{display: block;width: 100%;height: auto;cursor: pointer;}
.header_content_right_top_language span img{width: 100%;height: auto;display: block;}
.header_content_right_top_language_box{width: 290px;max-height: 0; position: absolute;left: 50%;transform: translateX(-50%);top: 30px;background: #FFFFFF;overflow: hidden;transition: all 0.6s;z-index: 99;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header_content_right_top_language_box a{display: block;width: 48.5%;height: 35px;border-bottom: 1px solid #F5F5F5;line-height: 35px;text-align: center;color: #333;}
.header_content_right_top_language_box a:hover{color: var(--mainColor);}
.header_content_right_top_language:hover .header_content_right_top_language_box{max-height: 900px;}
.header_content_right_top_search{width: 20px;height: auto;cursor: pointer;margin-left: 25px;}
.header_content_right_top_search img{width: 100%;height: auto;display: block;}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 120px;z-index: 9999;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: 800px;}
.header_content_right_top_email{margin-left: 25px;}
.header_content_right_top_email a{display: flex;justify-content: flex-start;align-items: center;}
.header_content_right_top_email a p{font-size: 16px;color: #FFFFFF;font-family: "Poppins-Bold";margin-right: 6px;}
.header_content_right_top_email a img{width: 19px;height: auto;display: block;}
.nav_box{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 15px;align-items: center;}
.nav_box li{display: flex;justify-content: flex-start;align-items: center;position: relative;}
/* .nav_box li:after{width: 100%;height: 27px;content: "";position: absolute;left: 0;top: 27px;display: block;} */
.nav_box li + li{margin-left: 13px;}
.nav_box li i{display: block;width: 14px;height: auto;margin-left: 5px;}
.nav_box li i img{width: 100%;height: auto;display: block;}
.nav_link_first{font-size: 16px;color: #FFFFFF;font-family: "Poppins-Bold";}
.nav_list_box{width: 240px;max-height: 0;overflow: hidden; position: absolute;left: 50%;transform: translateX(-50%);top: 50px;background: #373737;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 9999;}
.nav_box li:hover .nav_list_box{max-height: 680px;}
.nav_box li:nth-of-type(2) .nav_list_box,.nav_box li:nth-of-type(3) .nav_list_box{width: 744px;background: #373737;}
.nav_list_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.nav_box li:nth-of-type(2) .nav_list_content_box,.nav_box li:nth-of-type(3) .nav_list_content_box{padding: 45px;}
.nav_list_content_left{padding-left: 15px;}
.nav_box li:nth-of-type(2) .nav_list_content_left,.nav_box li:nth-of-type(3) .nav_list_content_left{padding-left: 0;}
.nav_list_content_left_list a{font-size: 18px;color: #fff;line-height: 48px;}
.nav_list_content_left_list a:hover{color: var(--mainColor);}
.nav_box li:nth-of-type(2) .nav_list_content_left_list.on a{color: var(--mainColor);}
.nav_box li:nth-of-type(3) .nav_list_content_left_list.on a{color: var(--mainColor);}
.nav_list_content_left_more{font-size: 16px;color: #fff;font-family: "Poppins-Medium";display: flex;justify-content: center;align-items: center;width: 178px;height: 55px;border-radius: 27px;background: var(--mainColor);margin-top: 15px;display: none;}
.nav_box li:nth-of-type(2) .nav_list_content_left_more,.nav_box li:nth-of-type(3) .nav_list_content_left_more{display: flex;}
.nav_list_content_right{width: 53.56%;height: auto;display: none;}
.nav_box li:nth-of-type(2) .nav_list_content_right,.nav_box li:nth-of-type(3) .nav_list_content_right{display: block;}
.nav_list_content_right_list{width: 100%;height: auto;display: none;}
.nav_list_content_right_list_img{width: 100%;height: auto;overflow: hidden;}
.nav_list_content_right_list_img img{max-width: 100%;height: auto;display: block;}
.nav_list_content_right_list h4{font-size: 16px;color: #fff;font-family: "Montserrat-Bold";margin-top: 50px;}
.nav_list_content_right_list h4 a{color: #fff;}
.nav_list_content_right_list h4 a:hover{color: var(--mainColor);font-family: "Montserrat-Bold";}
.nav_list_content_right_list p{font-size: 16px;font-family: "Poppins-ExtraLight";line-height: 1.6;margin-top: 16px;color: #fff;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
/* .nav_box li:nth-of-type(2) .nav_list_content_right_list:nth-of-type(1){display: block} */
.nav_box li:nth-last-of-type(1){width: 140px;height: 40px;background: #FFFFFF;border-radius: 20px;background: #FFFFFF;overflow: hidden;margin-left: 42px;}
.nav_box li:nth-last-of-type(1) a{width: 100%;height: 100%;display: flex;align-items: center;color: var(--mainColor);justify-content: center;}
.hd_btn{display: none;position: relative;float: right;width: 8vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color: #FFFFFF;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);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_video{width: 100%;height: auto;}
.index_banner_video video{width: 100%;height: auto;display: block;object-fit: cover;}
/* .index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper_img{width: 100%;height: auto;}
.index_banner_swiper_img img{width: 100%;height: auto;display: block;} */
/* .index_banner_swiper_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(90deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.1) 100%);display: flex;align-items: center;}
.index_banner_swiper_content{width: 61.2%;height: auto;-webkit-animation-delay: 1s;}
.index_banner_swiper_content h5{display: flex;justify-content: center;align-items: center;width: 311px;height: 71px;background: #FFFFFF;font-size: 46px;color: var(--mainColor);font-family: "Poppins-Bold";}
.index_banner_swiper_content h4{font-size: 90px;color: #000000;font-family: "Montserrat-Black";color: #FFFFFF;margin-top: 29px;}
.index_banner_swiper_content p{font-size: 28px;line-height: 1.6;margin-top: 9px;color: #FFFFFF;}
.index_banner_swiper_content a{width: 51.3%;height: 80px;display: flex;justify-content: center;align-items: center;border-radius: 40px;background: var(--mainColor);margin-top: 35px;font-size: 28px;color: #fff;font-family: "Poppins-Medium";transition: all 0.6s;}
.index_banner_swiper_content a:hover{transform: scale(1.1);} */
.index_banner_swiper_right,.index_banner_swiper_left{font-size: 68px;color: #FFFFFF;font-family: "Poppins-Medium";}
.index_banner_swiper_right:hover,.index_banner_swiper_left:hover{color: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_title{width: 100%;height: auto;}
.index_title h4{font-size: 72px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.index_title h5{font-size: 30px;color: #000000;font-family: "Poppins-Bold";text-align: center;}
.index_title p{font-size: 18px;color: #000000;line-height: 1.6;text-align: center;font-family: "Poppins-ExtraLight";margin-top: 32px;}
.index_super_box{width: 100%;height: auto;position: relative;}
.index_super_bg{width: 100%;height: auto;}
.index_super_bg img{width: 100%;height: auto;display: block;}
.index_super_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.index_super_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_super_content_left{width: 48.3%;height: auto;-webkit-animation-delay: 1s;}
.index_super_content_left h5{display: flex;justify-content: center;align-items: center;width: 252px;height: 57px;background: #FFFFFF;font-size: 34px;color: var(--mainColor);font-family: "Poppins-Bold";}
.index_super_content_left h4{font-size: 72px;color: #000000;font-family: "Montserrat-Black";color: #FFFFFF;margin-top: 29px;}
.index_super_content_left p{font-size: 24px;line-height: 1.6;margin-top: 9px;color: #FFFFFF;}
.index_super_content_left a{width: 59.3%;height: 80px;display: flex;justify-content: center;align-items: center;border-radius: 40px;background: var(--mainColor);margin-top: 35px;font-size: 28px;color: #fff;font-family: "Poppins-Medium";transition: all 0.6s;}
.index_super_content_left a:hover{transform: scale(1.1);}
.index_super_content_right{width: 26.44%;height: auto;}
.index_super_content_right img{width: 100%;height: auto;display: block;}
.index_product_box{width: 100%;height: auto;padding: 62px 0px;}
.index_product_WH{width: 73.3%;height: auto;margin: 0px auto;}
.index_product_ul{width: 100%;height: auto;justify-content: flex-start;flex-wrap: wrap;margin-top: 9px;display: flex;}
.index_product_ul li{width: 24.23%;height: auto;margin-top: 47px;background: #fdfdfd;padding-bottom: 30px;position: relative;box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.16);margin-left: 1.027%;}
.index_product_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_product_ul li:after{content: "";display: block;width: 0;height: 5px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.6s;}
.index_product_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_product_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_product_ul li:hover:after{width: 100%;}
.index_product_ul li:hover .index_product_ul_img img{transform: scale(1.1);}
.index_product_ul_content{width: 100%;height: auto;padding: 30px;}
.index_product_ul_content h4{font-size: 30px;color: #141414;text-align: center;}
.index_product_ul_content p{font-size: 16px;color: #141414;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 5px;}
.index_product_more{width: 214px;height: 65px;border-radius: 33px;border: 1px solid var(--mainColor);display: flex;align-items: center;justify-content: center; margin: 0px auto;margin-top: 60px;font-size: 24px;color: var(--mainColor);font-family: "Poppins-Medium";}
.index_product_more:hover{background: var(--mainColor);color: #FFFFFF;}
.index_product_boxs{width: 100%;height: auto;padding: 62px 0px;background: #f9f9f9;}
.index_product_contents{width: 100%;height: auto;margin-top: 62px;position: relative;}
.index_product_contents_sw{width: 100%;height: auto;}
.index_product_contents_sw_img{width: 100%;height: auto;padding: 22px;border: 1px solid #cecece;border-radius: 20px;display: flex;justify-content: center;align-items: center;aspect-ratio: 376/413;overflow: hidden;}
.index_product_contents_sw_img img{display: block;max-width: 100%;height: auto;transition: all 0.6s}
.index_product_contents_sw h4{font-size: 30px;color: #000;text-align: center;margin-top: 20px;}
.index_product_contents_sw p{font-size: 16px;color:#000;font-size: 16px;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 20px;}
.index_product_contents_sw .swiper-slide:hover .index_product_contents_sw_img img{transform: scale(1.1)}
.index_product_contents_sw_right,.index_product_contents_sw_left{font-size: 72px;font-family: "Poppins-Light";color: rgba(0, 0, 0, 0.4);opacity: 1;}
.index_product_contents_sw_right:hover,.index_product_contents_sw_left:hover{color: var(--mainColor);}
.index_product_contents_sw_right{right: -45px;}
.index_product_contents_sw_left{left: -45px;}
.index_choose_box{width: 100%;height: auto;margin-top: 80px;}
.index_choose_content{width: 100%;height: auto;padding: 125px 0;background: url(/public/static/images/home/en-us/index_choose_bg.jpg) no-repeat center center;background-size: cover;}
.index_choose_content_ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index_choose_content_ul li{width: 32%;height: auto;margin-top: 70px;}
.index_choose_content_ul li:nth-of-type(1),.index_choose_content_ul li:nth-of-type(2),.index_choose_content_ul li:nth-of-type(3){margin-top: 0;}
.index_choose_content_ul li h4{font-size: 80px;color: #FFFFFF;font-family: "Poppins-Bold";text-align: center;}
.index_choose_content_ul li p{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 10px;}
.index_choose_content_ul li h4 em{font-size: 72px;}
.index_choose_img{width: 100%;height: auto;}
.index_choose_mls_box{width: 100%;height: auto;}
.index_choose_mls_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_choose_mls_content_left{width: 45.7%;height: auto;}
.index_choose_mls_content_left_title h4{font-size: 45px;color: #444;font-family: "Poppins-Medium";line-height: 1.4;}
.index_choose_mls_content_left_title strong{font-size: 54px;color: var(--mainColor);font-family: "Montserrat-Bold"}
.index_choose_mls_content_left_txt{font-size: 18px;color: #555;line-height: 1.8;margin-top: 70px;}
.index_choose_mls_content_right{width: 63.6%;height: auto;}
.index_choose_mls_content_right img{width: 100%;height: auto;display: block;}
.index_solution_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;background: #f8f8f8;}
.index_solution_sw{width: 70.1%;height: auto;margin: 0px auto; margin-top: 70px;overflow: visible;}
.index_solution_sw .swiper-slide{height: auto;background: #FFFFFF;position: relative;padding-bottom: 10px;}
.index_solution_sw_img{width: 100%;height: auto;overflow: hidden;}
.index_solution_sw_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_solution_sw_content{width: 100%;height: auto;padding: 50px 30px;}
.index_solution_sw_content h4{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";}
.index_solution_sw_content p{font-size: 18px;color: #000000;margin-top: 8px;}
.index_solution_sw .swiper-slide:after{content: "";display: block;width: 0;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;background: var(--mainColor);transition: all 0.6s;}
.index_solution_sw .swiper-slide:hover .index_solution_sw_img img{transform: scale(1.1);}
.index_solution_sw .swiper-slide:hover:after{width: 100%;}
.index_solution_sw_right,.index_solution_sw_left{font-size: 72px;color: #FFFFFF;}
.index_solution_sw_right:hover,.index_solution_sw_left:hover{color: var(--mainColor);}
.index_solution_sw_right{right: -10%;}
.index_solution_sw_left{left: -10%;}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_news_ul li{width: 48.1%;height: auto;box-shadow: 0px 0px 59px 0px rgba(121, 81, 17, 0.16);}
.index_news_ul_top{width: 100%;height: auto;position: relative;}
.index_news_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_news_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_news_ul_tag{background: var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 35px;color: #FFFFFF;font-family: "Poppins-SemiBold";position: absolute;left: 0;bottom: 0;padding: 16px 40px;}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.1);}
.index_news_ul_bottom{width: 100%;height: auto;padding: 54px 50px;}
.index_news_ul_bottom h4{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.index_news_ul_bottom_time{font-size: 18px;color: #000000;font-family: "Poppins-Light";margin-top: 20px;}
.index_news_ul_bottom_more{width: 214px;height: 65px;color: var(--mainColor);border-radius: 33px;display: flex;justify-content: center;align-items: center;margin-top: 20px;font-size: 24px;border: 1px solid var(--mainColor); font-family: "Poppins-Medium";transition: all 0.6s;}
.index_news_ul li:hover .index_news_ul_bottom_more{color: #FFFFFF;background: var(--mainColor);}
.index_help_box{width: 100%;height: auto;position: relative;}
.index_help_bg{width: 100%;height: auto;}
.index_help_bg img{width: 100%;height: auto;display: block;}
.index_help_content{width: 100%;height: 100%;position: absolute;left:0;top: 70px;display: flex;align-items: center;}
.index_help_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_help_content_left h4{font-size: 48px;color: #FFFFFF;font-family: "Poppins-Bold";}
.index_help_content_left p{font-size: 18px;color: #FFFFFF;margin-top: 10px;}
.index_help_content_right{width: 52.6%;height: auto;box-shadow: 0px 0px 226px 0px rgba(121, 81, 17, 0.36);background: #FFFFFF;}
.index_help_content_right_ul{display: flex;justify-content: flex-start;width: 100%;height: auto;}
.index_help_content_right_ul li{width: 50%;height: 92px;display: flex;justify-content: center;align-items: center;font-size: 24px;color: #FFFFFF;font-family: "Poppins-SemiBold";background: var(--mainColor);box-shadow: 0px 0px 226px 0px rgba(121, 81, 17, 0.36);cursor: pointer;}
.index_help_content_right_ul li.on{background: #FFFFFF;color: #000000;}
.index_help_content_right_content{width: 100%;height: auto;}
.index_help_content_right_content_list{width: 100%;height: auto;padding: 20px 43px 38px;display: none;}
.index_help_content_right_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_help_content_right_content_list_ul li{width: 48.5%;height: 62px;position: relative;}
.index_help_content_right_content_list_ul li input{display: block;width: 100%;height: 100%;background: #FFFFFF;border: 1px solid #DCDCDC;padding-left: 19px;font-size: 16px;font-family: "Poppins-ExtraLight";}
.index_help_content_right_content_list_ul li{margin-top: 20px;}
.index_help_content_right_content_list_ul li.textarea{width: 100%;height: 160px;}
.index_help_content_right_content_list_ul li.textarea textarea{width: 100%;display: block;height: 100%;border: 1px solid #DCDCDC;padding: 15px 19px;font-family: "Poppins-ExtraLight";}
.index_help_content_right_content_list_ul li.email_Verify{width: 100%;}
.index_help_content_right_content_list_ul_btn{width: 160px;height: 50px;border-radius: 25px;background: var(--mainColor);margin-top: 17px;font-size: 16px;font-family: "Poppins-Light";border: none;color: #FFFFFF;}
/*case.html start*/
.case_banner_bg{width: 100%;height: auto;}
.case_banner_bg img{width: 100%;height: auto;display: block;}
.case_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.case_banner_content h1{font-size: 80px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";text-align: center;}
.case_banner_content p{display: block;width: 42.1%;height: auto;text-align: center;font-size: 18px;font-family: "Poppins-Light";color: #FFFFFF;line-height: 1.6;margin: 0px auto;margin-top: 13px;}
.case_number_box{width: 100%;height: auto;position: relative;}
.case_number_bg{width: 100%;height: auto;}
.case_number_bg img{width: 100%;height: auto;display: block;}
.case_number_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.crumbs_box ul{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;flex-wrap: wrap;margin-top: 10px;}
.crumbs_box ul li{font-size: 18px;color: #FFFFFF;margin-left: 5px;font-family: "Poppins-Light";}
.crumbs_box ul li img{display: block;}
.crumbs_box ul i{display: block;margin-left: 8px;color: #FFFFFF;font-family: "Poppins-Light";}
.crumbs_box ul i img{display: block;}
.case_number_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 54px;}
.case_number_ul li h4,.case_number_ul li h4 span{font-size: 96px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";text-align: center;}
.case_number_ul li p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 10px;}
.case_number_ul li h4 sub{font-size: 16px;font-family: "Montserrat-ExtraBold";margin-bottom: 30px;}
.case_project_box{width: 100%;height: auto;padding: 80px 0px;}
.case_project_tab_box{width: 100%;height: auto;}
.case_project_tab_title{font-size: 30px;color: #555555;font-family: "Montserrat-ExtraBold";}
.case_project_tab_list{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 46px;flex-wrap: wrap;}
.case_project_tab_list h4{display: block;width: 64px;font-size: 18px;color: #666666;text-align: right;margin-right: 10px;line-height: 33px;margin-bottom: 10px;}
.case_project_tab_list a{padding: 0 24px;height: 45px;display: flex;align-items: center;font-size: 18px;color: #333;border: 1px solid #e6e6e6;margin-right: 10px;margin-bottom: 10px;border-radius: 28px;}
.case_project_tab_list a:hover,.case_project_tab_list a.active{border-color: var(--mainColor); color: var(--mainColor);}
.case_project_list{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 24px;}
.case_project_list li{width: 32%;height: auto;margin-left: 2%;margin-top: 49px;background: #FFFFFF;box-shadow: 0px 0px 20px 0px rgba(108, 108, 108, 0.48);}
.case_project_list li:nth-of-type(3n+1){margin-left: 0;}
.case_project_list_img{width: 100%;height: auto;overflow: hidden;}
.case_project_list_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.case_project_list_txt{width: 100%;height: auto;padding: 30px 20px;}
.case_project_list_txt h4{font-size: 20px;color: #141414;font-family: "Montserrat-ExtraBold";}
.case_project_list_txt p{font-size: 18px;color: #000000;font-family: "Poppins-ExtraLight";margin-top: 8px;}
.case_project_list li:hover .case_project_list_img img{transform: scale(1.1);}
.case_super_box{width: 100%;height: auto;padding: 80px 0;background: #F7F7F7;}
.case_title{width: 100%;height: auto;}
.case_title h4,.case_title h1{font-size: 48px;font-family: "Montserrat-ExtraBold";text-align: center;color: var(--mainColor);}
.case_title h4{text-transform: uppercase;}
.case_title h5{font-size: 48px;font-family: "Montserrat-ExtraBold";text-align: center;color: #333333;}
.case_title p{font-size: 22px;color: #000000;text-align: center;margin-top: 8px;}
.case_super_list_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 80px;position: relative;}
.case_super_list_box:after{content: "";display: block;width: 100%;height: 522px;border: 8px solid #CCCCCC;border-radius: 10px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: none;}
.case_super_list_box li{width:28.3%;height: auto;margin-top: 89px;margin-left: 6%;position: relative;z-index: 2;}
[dir='rtl'] .case_super_list_box li{margin-left: 0;margin-right: 5%;}
.case_super_list_box li:after{content: "";display: block;width: 57px;height: auto;aspect-ratio:57/43;background: url(/public/static/images/home/en-us/case_spuer_ico1.png) no-repeat center center;background-size: 100% auto;position: absolute;left: calc(100% + 20px);top: 50%;transform: translateY(-50%);}
[dir='rtl'] .case_super_list_box li:after{display: none;}
.case_super_list_box li:nth-of-type(3):after{background: url(/public/static/images/home/en-us/case_spuer_ico2.png) no-repeat center center;width: 43px;height: auto;aspect-ratio:43/57;transform: translateY(402%);left: calc(100% + 25px);background-size: 100% auto;}
.case_super_list_box li:nth-of-type(4):after{display: none;}
.case_super_list_box li:nth-of-type(6):after,.case_super_list_box li:nth-of-type(5):after{left: auto;right: calc(100% + 20px);background: url(/public/static/images/home/en-us/case_spuer_ico3.png) no-repeat center center;background-size: 100% auto;}
.case_super_list_box li:nth-of-type(1),.case_super_list_box li:nth-of-type(2),.case_super_list_box li:nth-of-type(3){margin-top: 0;background: url(/public/static/images/home/en-us/case_spuer_ico3.png) no-repeat center center;}
.case_super_list_box li:nth-of-type(3n+1){margin-left: 0;}
.case_super_list_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.case_super_list_img img{width: 100%;height: auto;display: block;}
.case_super_list_txt{width: 100%;height: auto;padding: 25px;position: relative;background: var(--mainColor);border-radius: 10px;padding-bottom: 60px;}
.case_super_list_txt h4{font-size: 26px;color: #FFFFFF;}
.case_super_list_txt p{font-size: 16px;color: #FFFFFF;font-family: "Poppins-ExtraLight";line-height: 1.6;display: block;width: 68.5%;height: auto;margin-top: 8px;}
.case_super_list_txt i{display: block;font-size: 121px;color: rgba(255,255,255,0.2);position: absolute;right: 10px;bottom: -27px;font-family: "Poppins-Bold";}
.case_partners_box{width: 100%;height: auto;padding: 80px 0px;}
.case_partners_list{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 22px;}
.case_partners_list li{width: 12.6%;height: auto;margin-top: 30px;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);}
.case_partners_list li img{width: 100%;height: auto;display: block;}
.case_get_box{width: 100%;height: auto;padding: 52px 0px;background: url(/public/static/images/home/en-us/case_get_bg.jpg) no-repeat center center;background-size: cover;}
.case_get_content_box{width: 91%;height: auto;margin: 0px auto;background: rgba(255,255,255,0.1);border-radius: 20px;box-shadow: 0px 0px 111px 0px rgba(0,0,0,0.1);padding: 63px 0px;}
.case_get_content{width: 66.1%;height: auto;margin: 0px auto;}
.case_get_content_title{width: 100%;height: auto;}
.case_get_content_title h4{font-size: 48px;color: #FFFFFF;font-family: "Poppins-Bold";text-align: center;}
.case_get_content_title p{font-size: 24px;color: #FFFFFF;text-align: center;}
.case_get_content_form{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.case_get_content_form li{width: 32.5%;height: 62px;position: relative;margin-top: 20px;}
.case_get_content_form li input{display: block;width: 100%;height: 100%;background: #FFFFFF;font-size: 16px;color: #000000;font-family: "Poppins-ExtraLight";padding-left: 19px;border: none;}
.case_get_content_form li textarea{display: block;width: 100%;height: 100%;border: none;resize: none;padding: 15px 19px;font-size: 16px;color: #000000;font-family: "Poppins-ExtraLight";}
.case_get_content_form li:nth-last-of-type(2){height: 161px;width: 100%;}
.case_get_content_form li:nth-last-of-type(1){width: 100%;}
.case_get_content_form_btn{width: 245px;height: 50px;border-radius: 25px;background: #FFFFFF;margin-top: 20px;font-size: 18px;color: var(--mainColor);font-family: "Poppins-SemiBold";border: none;cursor: pointer;}
.case_get_content_form_btn:hover{background: var(--mainColor);color: #FFFFFF;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);}
/*case.html end*/
/*case_detial.html start*/
.case_detial_banner{width: 100%;height: auto;}
.case_detial_banner img{width: 100%;height: auto;display: block;}
.crumbs_box.black ul{margin-top: 0;}
.crumbs_box.black ul li,.crumbs_box.black ul li a ,.crumbs_box.black ul i{color: #080808;}
.case_detial_info_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;padding-top: 10px;}
.case_detial_info_box:nth-of-type(1){padding-bottom: 0;}
.case_detial_info_content{width: 100%;height: auto;}
.case_detial_title{width: 100%;height: auto;margin-top: 45px;}
.case_detial_title h4{font-size: 44px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;}
.case_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 70px;}
.case_detial_info_content_left{width: 56.2%;height: auto;overflow: hidden;border-radius: 10px;}
.case_detial_info_content_left img{width: 100%;height: auto;display: block;}
.case_detial_info_content_left_sw_page span{width: 14px;height: 14px;background: #FFFFFF;opacity: 1;}
.case_detial_info_content_left_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.case_detial_info_content_right{width: 39.8%;height: auto;}
.case_detial_info_content_right p{font-size: 20px;color: #252525;line-height: 1.6;}
.case_detial_info_content_right_ul{width: 100%;height: auto;margin-top: 120px;}
.case_detial_info_content_right_ul li{display: flex;justify-content: flex-start;align-items: center;}
.case_detial_info_content_right_ul li img{width: 55px;height: auto;margin-right: 20px;}
.case_detial_info_content_right_ul li h4{font-size: 20px;color: #252525;}
.case_detial_info_content_right_ul li + li{margin-top: 48px;}
.case_detial_video{width: 100%;height: auto;padding-bottom: 80px;}
.case_detial_video a{display: inline-block;margin: 0px auto; margin-top: 52px;border: 16px solid #CCCCCC;border-radius: 10px;}
.case_detial_video a img{display: block;margin: 0px auto;}
.case_detial_video a:after{background: url(/public/static/images/home/en-us/case_detial_video_btn.png) no-repeat center center;background-size: 98px auto;}
.case_detial_customer_box{width: 100%;height: auto;padding: 65px 0px;background: url(/public/static/images/home/en-us/case_customer_bg.jpg) no-repeat center center;background-size: cover;}
.case_detial_customer_content{width: 100%;height: auto;}
.case_detial_customer_title{font-size: 48px;color: #F7F7F7;text-align: center;font-family: "Montserrat-ExtraBold";}
.case_detial_customer_content{width: 100%;height: auto;position: relative;margin-top: 80px;}
.case_detial_customer_content_sw{width: 1200px;height: auto;margin: 0px auto;}
.case_detial_customer_content_sw_img{width: 230px;height: auto;margin: 0px auto;}
.case_detial_customer_content_sw_img img{width: 100%;height: auto;display: block;}
.case_detial_customer_content_sw .swiper-slide h4{font-size: 24px;color: #F7F7F7;font-family: "Poppins-ExtraBold";text-align: center;margin-top: 15px;}
.case_detial_customer_content_sw .swiper-slide p{font-size: 18px;color: #F7F7F7;line-height: 1.6;font-family: "Poppins-ExtraLight";margin-top: 10px;text-align: center;}
.case_detial_customer_content_sw_right,.case_detial_customer_content_sw_left{font-size: 48px;color: #F7F7F7;}
.case_related_box{width: 100%;height: auto;padding: 80px 0px;}
.case_related_content{width: 100%;height: auto;margin-top: 60px;position: relative;}
.case_related_content_sw{width: 100%;height: auto;padding: 10px;}
.case_related_content_sw_img{width: 100%;height: auto;}
.case_related_content_sw_img img{width: 100%;height: auto;display: block;}
.case_related_content_sw .swiper-slide{box-shadow: 0px 0px 10px 0px rgba(108, 108, 108, 0.14);position: relative;}
.case_related_content_sw_txt{padding: 40px;width: 100%;height: auto;position: relative;}
.case_related_content_sw_txt h4{font-size: 24px;color: #141414;font-family: "Poppins-ExtraBold";text-align: center;}
.case_related_content_sw_txt p{font-size: 18px;color: #000000;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 17px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.case_related_content_sw .swiper-slide:after{content: "";display: block;width: 0;height: 8px;background: var(--mainColor);overflow: hidden;position: absolute;left: 0;bottom: 0;transition: all 0.6s;}
.case_related_content_sw .swiper-slide:hover:after{width: 100%;}
.case_related_content_sw_right,.case_related_content_sw_left{font-size: 72px;color: rgba(20,20,20,0.5);}
.case_related_content_sw_right:hover,.case_related_content_sw_left:hover{color: var(--mainColor);}
.case_related_content_sw_left{left: -50px;}
.case_related_content_sw_right{right: -50px;}
/*case_detial.html end*/
/*solution.html start*/
.solution_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 100px;}
.solution_banner_content h1{font-size: 48px;color:#fff;text-align: center;font-family: "Montserrat-ExtraBold";}
.solution_mls_box{width: 100%;height: auto;padding-bottom: 15px;padding-top: 10px;}
.solution_mls_title{width: 53.8%;height: auto;margin: 0px auto;margin-top: 80px;}
.solution_mls_title h4{font-size: 52px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.solution_mls_title p{font-size: 18px;color: #000000;font-family: "Poppins-Light";line-height: 1.8;margin-top: 20px;text-align: center;}
.solution_mls_btn{display: flex;justify-content: center;margin-top: 60px;flex-wrap: wrap;}
.solution_mls_btn a{padding: 0 24px;height: 45px;display: flex;align-items: center;font-size: 18px;color: #333;border: 1px solid #e6e6e6;margin-right: 10px;margin-bottom: 10px;border-radius: 28px;}
.solution_mls_btn a.active,.solution_mls_btn a:hover{border-color: var(--mainColor); color: var(--mainColor);}
.solution_list_box{width: 100%;height: auto;}
.solution_list_box li{padding: 60px 0;width: 100%;height: auto;background: #f7f7f7;}
.solution_list_box li:nth-of-type(even){background: none;}
.solution_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.solution_list_box li:nth-of-type(even) .solution_list_content{flex-direction: row-reverse;}
.solution_list_content_left{width: 57.2%;height: auto;overflow: hidden;}
.solution_list_content_left img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.solution_list_content_left:hover img{transform: scale(1.1);}
.solution_list_content_right{width: 37.5%;height: auto;}
.solution_list_content_right h4{font-size: 60px;color: #141414;font-family: "Montserrat-ExtraBold";}
.solution_list_content_right p{font-size: 20px;color: #000000;font-family: "Poppins-ExtraLight";line-height: 1.8;margin-top: 20px;}
.solution_list_content_right a{display: flex;justify-content: center;align-items: center;width: 249px;height: 60px;background: var(--mainColor);color: #FFFFFF;border-radius: 30px;font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";margin-top: 60px;}
/*solution.html end*/
/*solution_category.html start*/
.solution_category_banner{width: 100%;height: auto;}
.solution_category_banner img{width: 100%;height: auto;display: block;}
.solution_category_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0; display: flex;justify-content: flex-start;align-items: center;}
.solution_category_banner_content h1{font-size: 80px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";}
.solution_category_banner_content p{font-size: 20px;color: #FFFFFF;line-height: 1.8;margin-top: 20px;display: block;width: 33.9%;}
.solution_category_info_box{width: 100%;height: auto;padding: 10px 0 0;}
.solution_category_info_content{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 30px;}
.solution_category_info_content_left{width: 50%;height: auto;}
.solution_category_info_content_left img{width: 100%;height: auto;display: block;}
.solution_category_info_content_right{flex: 1;background: #f7f7f7;display: flex;flex-direction: column;justify-content: center;padding: 0px 30px;}
.solution_category_info_content_right h4{font-size: 48px;color: #141414;font-family: "Montserrat-ExtraBold";}
.solution_category_info_content_right p{font-size: 20px;color: #000000;line-height: 1.8;font-family: "Poppins-ExtraLight";margin-top: 10px;}
.solution_category_info_content_right a{width: 249px;height: 60px;background: var(--mainColor);border-radius: 30px;margin-top: 38px;font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";display: flex;justify-content: center;align-items: center;}
.solution_category_list_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_category_listtitle{width: 100%;height: auto;}
.solution_category_listtitle h4{font-size: 68px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.solution_category_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.solution_category_list_ul li{width: 32%;height: auto;margin-top: 50px;margin-left: 2%;}
.solution_category_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.solution_category_list_ul_img{width: 100%;height: auto;overflow: hidden;}
.solution_category_list_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.solution_category_list_ul_txt h4{font-size: 30px;color: #141414;font-family: "Montserrat-ExtraBold";text-align: center;margin-top: 20px;}
.solution_category_list_ul_txt p{font-size: 18px;color: #000000;text-align: center;font-family: "Poppins-ExtraLight";margin-top: 8px;}
.solution_category_list_ul li:hover .solution_category_list_ul_img img{transform: scale(1.1);}
/*solution_category.html end*/
/*solutino_detial start*/
.solution_detial_banner{width: 100%;height: auto;}
.solution_detial_banner img{width: 100%;height: auto;display: block;}
.solution_detial_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.solution_detial_banner_content_title{width: 100%;height: auto;margin-top: 178px;}
.solution_detial_banner_content_title h1{font-size: 66px;color: #FFFFFF;font-family: Montserrat-ExtraBold;}
.solution_detial_btn_box{width: 100%;height: auto;margin-top: -32px;}
.solution_detial_btn{width: 100%;height: auto;display: flex;justify-content: space-between;}
.solution_detial_btn li{width: 25%;height: 97px;background: #FFFFFF;box-shadow: 0px 0px 51px 0px rgba(108, 108, 108, 0.3);position: relative;}
.solution_detial_btn li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;color: #262626;font-family: "Montserrat-ExtraBold";}
.solution_detial_btn li:after{content: "";display: block;width: 0;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.6s;}
.solution_detial_btn li.on a,.solution_detial_btn li:hover a{color: var(--mainColor);}
.solution_detial_btn li.on:after,.solution_detial_btn li:hover:after{width: 100%;}
.solution_detial_back_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_title{width: 100%;height: auto;}
.solution_detial_title h4{font-size: 48px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.solution_detial_back_box p{font-size: 24px;color: #000000;line-height: 1.6;font-family: "Poppins-ExtraLight";text-align: center;display: block;width: 84%;margin: 0px auto;margin-top: 30px;}
.solution_detial_back_btn{display: flex;justify-content: center;align-items: center;margin-top: 45px;}
.solution_detial_back_btn a{display: flex;justify-content: center;align-items: center;width: 180px;height: 48px;border-radius: 24px;border: 1px solid var(--mainColor);font-size: 18px;color: var(--mainColor);}
.solution_detial_back_btn a + a{margin-left: 45px;}
.solution_detial_back_btn a:hover{background: var(--mainColor);color: #fff;}
.solution_detial_introduction_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.solution_detial_introduction_content{width: 100%;height: auto;margin-top: 50px;}
.solution_detial_introduction_list{width: 100%;height: auto;margin-top: 34px;display: flex;justify-content: space-between;}
.solution_detial_introduction_list_title{width: 80px;height: 445px;background: var(--mainColor);border-radius: 40px;display: flex;justify-content: center;align-items: center;}
.solution_detial_introduction_list_title h4{font-size: 36px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";writing-mode: vertical-rl;}
.solution_detial_introduction_list_ul{width: 90.4%;height: auto;display: flex;justify-content: space-between;f}
.solution_detial_introduction_list_ul li{width: 49.5%;height: 100%;background: #FFFFFF;}
.solution_detial_introduction_list_ul_img{width: 70.3%;height: auto;margin: 0px auto;margin-top: 40px;}
.solution_detial_introduction_list_ul_img img{width: 100%;height: auto;display: block;}
.solution_detial_introduction_list_ul li h4{font-size: 30px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;margin-top: 20px;}
.solution_detial_chara_box{width: 100%;height: auto;padding-bottom: 93px;background: url(/public/static/images/home/en-us/solution_detial_characteristic_bg.jpg) no-repeat center center;background-size: cover;}
.solution_detial_chara_title{width: 100%;height: 106px;display: flex;justify-content: center;align-items: center;background: linear-gradient(90deg, rgba(250,189,148,0) 0%, rgba(250,189,148,1) 15%, rgba(250,189,148,1) 50%, rgba(250,189,148,1) 85%, rgba(250,189,148,0) 100%);}
.solution_detial_chara_title h4{font-size: 48px;color: #1f1f1f;font-family: "Montserrat-ExtraBold";}
.solution_detial_chara_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 50px;}
.solution_detial_chara_ul li{width: 17.9%;height: auto;margin-left: 9.4%;margin-top: 50px;}
.solution_detial_chara_ul li:nth-of-type(4n+1){margin-left: 0;}
.solution_detial_chara_ul_ico{width: 62.6%;height: auto;margin: 0px auto;}
.solution_detial_chara_ul_ico img{width: 100%;height: auto;display: block;}
.solution_detial_chara_ul li p{font-size: 18px;color: #000000;font-family: "Poppins-ExtraLight";text-align: center;line-height: 1.6;margin-top: 18px;}
.solution_detial_outdoor_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_outdoor_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;}
.solution_detial_outdoor_ul li{width: calc(100% / 3);height: auto;padding-bottom: 9px;border-bottom: 1px solid #EEEEEE;border-right: 1px solid #EEEEEE;padding-top: 50px;padding-left: 30px;padding-right: 30px;}
.solution_detial_outdoor_ul li h4{font-size: 30px;color: #141414;font-family: "Montserrat-ExtraBold";display: block;padding-left: 35px;position: relative;}
.solution_detial_outdoor_ul li h4:before{content: "";display: block;width: 24px;height: auto;aspect-ratio:1/1;background: url(/public/static/images/home/en-us/solution_detial_outdoor_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;top: 6px;left: 0;}
.solution_detial_outdoor_ul li p{font-size: 18px;color: #000000;font-family: "Poppins-ExtraLight";margin-top: 28px;padding-left: 35px;}
.solution_detial_outdoor_ul li:nth-of-type(3n+1){padding-left: 0;}
.solution_detial_outdoor_ul li:nth-of-type(3n){border-right: none;}
.solution_detial_outdoor_ul li:nth-last-of-type(1),.solution_detial_outdoor_ul li:nth-last-of-type(2),.solution_detial_outdoor_ul li:nth-last-of-type(3){border-bottom: none;}
.solution_detial_super_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_super_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.solution_detial_super_content_left p{font-size: 24px;color: #141414;font-family: "Montserrat-SemiBold";display: block;padding-left: 44px;position: relative;}
.solution_detial_super_content_left p:before{content: "";display: block;width: 24px;height: auto;aspect-ratio:1/1;background: url(/public/static/images/home/en-us/solution_detial_outdoor_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;top: 5px;left: 0;}
.solution_detial_super_content_left p + p{margin-top: 50px;}
.solution_detial_super_content_right{width: 75.4%;height: auto;}
.solution_detial_super_content_right img{width: 100%;height: auto;display: block;}
.solution_detial_professional_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_professional_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 80px;}
.solution_detial_professional_content_left{width: 63.2%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_detial_professional_content_left li{width: 33.93%;height: auto;background: #FFFFFF;padding: 65px 32px 98px 32px;box-shadow: 0px 0px 51px 0px rgba(108, 108, 108, 0.14);position: relative;}
.solution_detial_professional_content_left li + li{margin-left: -0.93%;}
.solution_detial_professional_content_left_img{width: 49.6%;height: auto;margin: 0px auto;}
.solution_detial_professional_content_left_img img{width: 100%;height: auto;display: block;}
.solution_detial_professional_content_left li h4{font-size: 30px;color: #141414;font-family: "Montserrat-ExtraBold";text-align: center;margin-top: 65px;}
.solution_detial_professional_content_left li p{font-size: 18px;color: #000000;font-family: "Poppins-ExtraLight";line-height: 1.6;text-align: center;margin-top: 8px;}
.solution_detial_professional_content_left li:after{content: "";display: block;width: 100%;height: 18px;position: absolute;bottom: 0;left: 0;background: linear-gradient(90deg, rgba(255,102,0,1) 58%, rgba(252,252,252,0.4514180672268907) 100%);}
.solution_detial_professional_content_left li:nth-last-of-type(1):after{background: var(--mainColor);}
.solution_detial_professional_content_right{width: 32.9%;height: auto;}
.solution_detial_professional_content_right img{width: 100%;height: auto;display: block;}
.solution_detial_extreme_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_extreme_txt p{font-size: 18px;color: #000000;line-height: 1.6;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 20px;}
.solution_detial_extreme_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.solution_detial_extreme_ul li{width: 47.8%;height: auto;margin-top: 50px;}
.solution_detial_extreme_ul_img{width: 100%;height: auto;}
.solution_detial_extreme_ul_img img{width: 100%;height: auto;display: block;}
.solution_detial_extreme_ul li h4{font-size: 30px;color: #141414;font-family: "Montserrat-ExtraBold";text-align: center;margin-top: 8px;}
.solution_detial_complete_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_complete_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 80px;}
.solution_detial_complete_ul li{width: 32%;height: auto;}
.solution_detial_complete_ul_img{max-width: 351px;height: auto;margin: 0px auto;}
.solution_detial_complete_ul_img img{width: 100%;height: auto;display: block;}
.solution_detial_complete_ul li p{font-size: 30px;color: #141414;text-align: center;font-family: "Montserrat-Regular";margin-top: 50px;}
.solution_detial_sight_box{width: 100%;height: auto;background: #F7F7F7;}
.solution_detial_sight_img{width: 100%;height: auto;margin-top: 80px;}
.solution_detial_sight_img img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.solution_installation_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_installation_txt{width: 100%;height: auto;margin-top: 20px;}
.solution_installation_txt p{font-size: 30px;color: #141414;font-family: "Montserrat-ExtraBold";line-height: 1.8;}
.solution_installation_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 20px;}
.solution_installation_ul li{width: 23.75%;height: auto;background: #FFFFFF;padding: 57px 0 78px;}
.solution_installation_ul li h4{font-size: 30px;color: #141414;text-align: center;margin-top: 80px;font-family: "Montserrat-Regular";}
.solution_installation_ul_img{width: 72.6%;height: auto;margin: 0px auto;}
.solution_installation_ul_img img{width: 100%;height: auto;display: block;}
.solution_detial_angle_box{width: 100%;height: auto;padding-bottom: 80px;background: #F7F7F7;}
.solution_detial_angle_img{width: 100%;height: auto;margin-top: 43px;}
.solution_detial_angle_img img{width: 100%;height: auto;}
.solution_detial_successful_box{width: 100%;height: auto;padding: 80px 10px;}
.solution_detial_successful_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;}
.solution_detial_successful_ul li{width: 26.8%;height: auto;display: flex;flex-direction: column;justify-content: space-between;}
.solution_detial_successful_ul_content{width: 100%;height: auto;position: relative;overflow: hidden;}
.solution_detial_successful_ul_content_img{width: 100%;height: auto;}
.solution_detial_successful_ul_content_img img{width: 100%;height: auto;display: block;}
.solution_detial_successful_ul_content_div{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;background: rgba(20,20,20,0.6);display: flex;align-items: flex-end;justify-content: center;transition: all 0.6s;}
.solution_detial_successful_ul_content_div h4{font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";margin-bottom: 30px;text-align: center;}
.solution_detial_successful_ul_content:hover .solution_detial_successful_ul_content_div{top: 0;}
.solution_detial_successful_ul li .solution_detial_successful_ul_content + .solution_detial_successful_ul_content{margin-top: 10px;}
.solution_detial_successful_ul li:nth-of-type(3){width: 17.9%;}
.solution_cartification_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/en-us/solution_detial_certification_bg.jpg) no-repeat center center;background-size: cover;}
.solution_cartification_content{width: 100%;height: auto;margin-top: 100px;}
.solution_cartification_content_sw{width: 100%;height: auto;padding: 29px 0;}
.solution_cartification_content_sw .swiper-slide{width: 19.7%;}
.solution_cartification_content_sw_img{width: 100%;height: auto;box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.44);}
.solution_cartification_content_sw_img img{width: 100%;height: auto;display: block;}
.solution_cartification_content_sw .swiper-slide h4{font-size: 30px;color: #1c1c1c;font-family: "Montserrat-Regular";text-align: center;margin-top: 20px;}
.solution_detial_related_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
/*solutino_detial end*/
/*product.html start*/
.product_banner{width: 100%;height: auto;overflow: hidden;}
.product_banner img{animation-name: moveBigImg;animation-duration: 10s;animation-timing-function: ease;animation-iteration-count: 1;animation-fill-mode: forwards;}
@keyframes moveBigImg {
  0%{
    transform: scale(1)
  }
  100%{
    transform: scale(1.1)
  }
}
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.product_banner_content h1{font-size: 48px;color: #fff;font-family: "Montserrat-ExtraBold";text-align: center;}
.product_banner_content img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 100px;}
.products_list_content{padding:55px 0 80px;padding-top: 0;}
.products_list_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.products_list_content_ul li{width: 24.5%;margin-left: 0.5%;height: auto;background: #FFFFFF;margin-top: 25px;border-radius: 10px;position: relative;box-shadow: 0px 0px 32px 0px rgba(108, 108, 108, 0.2);padding: 25px 22px 50px 22px;}
.products_list_content_ul li:nth-of-type(4n+1){margin-left: 0px;}
.products_list_content_ul_img{width: 100%;height: auto;aspect-ratio:389/341;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.products_list_content_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.products_list_content_ul_content{width: 100%;height: auto;margin-top: 30px;}
.products_list_content_ul_content ul li{display: none;}
.products_list_content_ul_content ul li:first-child{padding: 0;margin: 0;box-shadow: none; width: auto;    font-size: 16px;
    color: #000000;
    font-family: "Poppins-ExtraLight";
    text-align: center;
    margin-top: 14px;text-align: center;  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;}
.products_list_content_ul_content ul li:after{display: none;}
.products_list_content_ul_content h4{font-size: 30px;color: #000000;text-align: center;}
.products_list_content_ul_content p{font-size: 16px;color: #000000;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 14px;}
.products_list_content_ul li:hover .products_list_content_ul_img img{transform: scale(1.1);}
.products_list_content_ul li:after{content: "";display: block;width: 0;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.6s;border-radius: 3px;}
.products_list_content_ul li:hover:after{width: 100%;}
.products_list_content_ul_content_btn{width: 142px;height: 48px;display: flex;justify-content: center;align-items: center;border-radius: 24px;font-size: 18px;border: 1px solid #e6e6e6;color: #333;margin: 0px auto;margin-top: 30px;}
.products_list_content_ul_content_btn:hover{border-color: var(--mainColor);color: var(--mainColor);}
.page_box{display: flex;width: 100%;height: auto;display: flex;justify-content: center;margin-top: 50px;float: none;}
.page li.active, .page li.active a, .page li:hover a, .page li.active span{background-color: var(--mainColor);}
.product_detial_indoor_content_right_txt{font-size: 18px;color: #333;font-family: "Poppins-Light";margin-top: 30px;}
/*product.html end*/
/*product_detial.html start*/
.product_detial_banner_con{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.product_detial_banner_con h4{font-size: 58px;color: #363636;font-family: "Montserrat-ExtraBold"}
.product_detial_banner_con p{font-size: 18px;color: #666;margin-top: 20px;}
.product_detial_indoor_box{width: 100%;height: auto;padding: 50px 0px;}
.product_detial_indoor_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_indoor_content_left{width: 60.2%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;}
.product_detial_indoor_content_left_sw{width: 11.1%;height: auto;aspect-ratio:107/602;overflow: hidden;}
.product_detial_indoor_content_left_sw .swiper-slide{width: 100%;height: auto;aspect-ratio:107/102;border: 1px solid #CCCCCC;border-radius: 15px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.product_detial_indoor_content_left_sw .swiper-slide + .swiper-slide{margin-top: 21.5%;}
.product_detial_indoor_content_left_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_indoor_content_left_sw .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.product_detial_indoor_content_big_sw{width: 86.5%;height: auto;}
.product_detial_indoor_content_big_sw .swiper-slide{width: 100%;height: auto;aspect-ratio:833/602;border: 1px solid #CCCCCC;border-radius: 15px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.product_detial_indoor_content_big_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_indoor_content_big_sw_right,.product_detial_indoor_content_big_sw_left{font-size: 72px;color: rgba(20,20,20,0.5);display: none;}
.product_detial_indoor_content_big_sw_right:hover,.product_detial_indoor_content_big_sw_right:hover{color: var(--mainColor);}
.product_detial_indoor_content_big_sw_left{left: 0px;}
.product_detial_indoor_content_big_sw_right{right: 0px;}
.product_detial_indoor_content_right{width: 31.9%;height: auto;}
.product_detial_indoor_content_right_desc{font-size: 24px;color: #222222;line-height: 1.6;}
.product_detial_indoor_content_right_tag{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 80px;}
.product_detial_indoor_content_right_tag h4{font-size: 20px;color: #000000;font-family: "Poppins-Light";line-height: 1.8;}
.product_detial_indoor_content_right_tag p{margin-left: 15px;}
.product_detial_indoor_content_right_tag p a{display: block;font-size: 20px;color: #333333;line-height: 1.8;font-family: "Poppins-Light";}
.product_detial_indoor_content_right_link{display: flex;justify-content: flex-start;margin-top: 80px;}
.product_detial_indoor_content_right_link a{display: flex;justify-content: center;align-items: center;height: 56px;border: 1px solid var(--mainColor);color: var(--mainColor);border-radius: 28px;font-size: 20px;font-family: "Poppins-Light";}
.product_detial_indoor_content_right_link a:nth-of-type(1){width: 40.3%;}
.product_detial_indoor_content_right_link a:nth-of-type(2){width: 44%;margin-left: 5.9%;}
.product_detial_indoor_content_right_link a:hover{background: var(--mainColor);color: #FFFFFF;}
.product_detial_btn_box{width: 100%;height: auto;margin-top: 30px;z-index: 9;}
.product_detial_btn{display: flex;justify-content: center;width: 100%;height: 46px;}
.product_detial_btn li{width: 176px;height: 100%;display: flex;justify-content: center;align-items: center;border-radius: 20px 20px 0 0;background: var(--mainColor);font-size: 18px;color: #F7F7F7;cursor: pointer;}
.product_detial_btn li + li{margin-left: 4px;}
.product_detial_btn li.on,.product_detial_btn li:hover{background: #999999;}
.product_detial_content{width: 100%;height: auto;background: #F7F7F7;}
.product_detial_content_list{width: 100%;height: auto;padding-top: 80px;}
.product_detial_content_list:nth-last-of-type(1){background: url(/public/static/images/home/en-us/solution_detial_certification_bg.jpg) no-repeat center center;background-size: cover;padding-bottom: 80px;margin-top: 80px;}
.product_detial_content_list_img{width: 100%;height: auto;margin-top: 80px;}
.product_detial_content_list_img img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.product_detial_content_list a{display: inline-block; margin-top: 52px;border: 16px solid #CCCCCC;border-radius: 10px;margin: 0px auto;margin-top: 52px;max-width: 100%;}
.product_detial_content_list a:after{background: url(/public/static/images/home/en-us/case_detial_video_btn.png) no-repeat center center;background-size: 98px auto;}
.product_related_content_sw{width: 100%;height: auto;padding: 8px;}
.product_related_content_sw .swiper-slide{background: #FFFFFF;box-shadow: 0px 5px 5px 0px rgba(7, 7, 7, 0.13);border-radius: 10px;position: relative;}
.product_related_content_sw_img{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;padding: 25px 20px;overflow: hidden;}
.product_related_content_sw_img img{max-width: 100%;height: auto;display: block;transition: all 0.6s;}
.product_related_content_sw_txt{width: 100%;height: auto;padding: 40px 20px;}
.product_related_content_sw_txt h4{font-size: 30px;color: #000000;text-align: center;display: block;min-height: 72px;}
.product_related_content_sw_txt p{font-size: 16px;color: #000000;font-family: "Poppins-ExtraLight";text-align: center;margin-top: 18px;}
.product_related_content_sw_right,.product_related_content_sw_left{font-size: 72px;color: rgba(20,20,20,0.5);}
.case_related_content_sw_right:hover,.case_related_content_sw_left:hover{color: var(--mainColor);}
.product_related_content_sw_left{left: -50px;}
.product_related_content_sw_right{right: -50px;}
.product_related_content_sw .swiper-slide:after{content: "";display: block;width: 0;height: 8px;background: var(--mainColor);overflow: hidden;position: absolute;left: 0;bottom: 0;transition: all 0.6s;border-radius: 4px;}
.product_related_content_sw .swiper-slide:hover:after{width: 100%;}
.product_related_content_sw .swiper-slide:hover .product_related_content_sw_img img{transform: scale(1.1);}
.solution_cartification_content_sw_right,.solution_cartification_content_sw_left{font-size: 72px;color: rgba(20,20,20,0.5);display: none;}
.solution_cartification_content_sw_right:hover,.solution_cartification_content_sw_left:hover{color: var(--mainColor);}
/*product_detial.html end*/
/*download.html start*/
.download_banner_img{width: 100%;height: auto;}
.download_banner_img img{width: 100%;height: auto;display: block;}
.download_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.download_banner_content h1{font-size: 60px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";text-align: center;}
.download_banner_content p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 10px;font-family: "Poppins-Regular";}
.download_crumbs_box{margin-top: 10px;}
.download_content_box{width: 100%;height: auto;}
.download_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.download_content_left{width: 19.4%;height: auto;}
.download_content_left_title{font-size: 24px;color: #FFFFFF;width: 100%;height: 63px;background: var(--mainColor);display: flex;justify-content: flex-start;align-items: center;padding-left: 14px;font-family: "Montserrat-ExtraBold";}
.download_content_left_nav{width: 100%;height: auto;}
.download_content_left_nav li{width: 100%;height: auto;border: 1px solid #BBBBBB;border-top: none;border-bottom: none;}
.download_content_left_nav_frist{width: 100%;height: 60px;border-bottom: 1px solid #BBBBBB;}
.download_content_left_nav_frist a{display: flex;width: 100%;height: 100%;padding-left: 14px;font-size: 20px;color: #535353;font-family: "Montserrat-ExtraBold";align-items: center;}
.download_content_left_nav_frist a:hover{color: var(--mainColor);}
.download_content_left_nav_two a{width: 100%;height: 60px;padding-left: 48px;display: flex;align-items: center;border-bottom: 1px solid #BBBBBB;font-size: 20px;font-family: "Poppins-Regular";}
.download_content_left_nav_two a:hover{color: var(--mainColor);}
.download_content_right{width: 77.2%;height: auto;}
.download_content_right_search_box{width: 60.13%;height: 55px;}
.download_content_right_search_box form{display: flex;justify-content: flex-start;width: 100%;height: 100%;}
.download_content_right_search{width: 90.3%;height: 100%;background: #EEEEEE;border: 1px solid #DCDCDC;border-radius: 5px 0 0 5px;border-right: none;padding: 0 14px;font-size: 18px;color: #333333;font-family: "Poppins-Light";}
.download_content_right_search::placeholder{color: #ababab;}
.download_content_right_btn{display: block;width: 9.7%;height: 100%;border-radius: 0 5px 5px 0px;border: none;cursor: pointer;background: url(/public/static/images/home/en-us/download_search_ico.png) no-repeat center center var(--mainColor);background-size: 20px auto;}
.download_content_right_title{font-size: 24px;color: #282828;font-family: "Montserrat-ExtraBold";padding-bottom: 10px;border-bottom: 3px solid #151515;margin-top: 26px;margin-bottom: 36px;}
/*download.html end*/
/*faq.html start*/
.faq_banner_bg{width: 100%;height: auto;}
.faq_banner_bg img{width: 100%;height: auto;display: block;}
.faq_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.faq_crumbs_box{width: 100%;height: auto;position: absolute;left: 0;top: 15px;}
.faq_banner_content_box h1{font-size: 52px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.faq_banner_content_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 80px;}
.faq_number_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 67px;}
.faq_number_ul li h4{font-size: 60px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;}
.faq_number_ul li p{font-size: 18px;color: #070707;font-family: "Poppins-Light";text-align: center;margin-top: 20px;}
.faq_service_box{width: 100%;height: auto;padding: 80px 0px;}
.faq_service_title{width: 100%;height: auto;}
.faq_service_title h4{font-size: 52px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;}
.faq_service_title p{font-size: 18px;color: #242424;font-family: "Poppins-Light";text-align: center;}
.faq_service_btn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 30px;}
.faq_service_btn li{width: 17.44%;height: auto;background: #F9F9F9;border-radius: 10px;padding: 23px 0;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.6s;}
.faq_service_btn li + li{margin-left: 3%;}
.faq_service_btn li img{display: block;width: 62px;height: auto;transition: all 0.6s;}
.faq_service_btn li h4{font-size: 24px;color: #242424;font-family: "Poppins-Medium";margin-left: 10px;transition: all 0.6s;}
.faq_service_btn li:hover,.faq_service_btn li.on{background: var(--mainColor);}
.faq_service_btn li:hover h4,.faq_service_btn li.on h4{color: #fff;}
.faq_service_btn li:hover img,.faq_service_btn li.on img{filter: brightness(0) invert(1);}
.faq_service_content{width: 100%;height: auto;margin-top: 30px;}
.faq_service_content_list{width: 100%;height: auto;display: none;padding: 75px 100px;background: #F9F9F9;}
.faq_service_content_list h4{font-size: 30px;color: var(--mainColor);font-family: "Poppins-Medium";}
.faq_service_content_list p{font-size: 18px;color: #242424;line-height: 1.6;margin-top: 30px;font-family: "Poppins-Light";}
.faq_advantages_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/en-us/faq_advantages_bg.jpg) no-repeat center center;background-size: cover;}
.faq_advantages_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 44px;}
.faq_advantages_ul li{width: 33.1%;height: auto;background: rgba(255,255,255,0.9);padding: 39px 2%;display: flex;justify-content: space-between;align-items: center;border-radius: 10px;margin-top: 8px;}
.faq_advantages_ul_ico{width: 68px;height: auto;display: block;}
.faq_advantages_ul_ico img{width: 100%;height: auto;display: block;}
.faq_advantages_ul_right{width: 70.4%;height: auto;}
.faq_advantages_ul_right h4{font-size: 25px;color: #242424;font-family: "Poppins-Bold";}
.faq_advantages_ul_right p{font-size: 18px;color: #242424;font-family: "Poppins-Light";line-height: 1.6;margin-top: 15px;}
.faq_advantages_ul li:nth-last-of-type(1),.faq_advantages_ul li:nth-last-of-type(2){width: 49.8%;padding: 39px 3%;}
.faq_list_box{width: 100%;height: auto;padding: 80px 0px;}
.faq_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 70px;}
.faq_list_content_left{width: 50.13%;height: auto;}
.faq_list_content_left_ul{width: 100%;height: auto;}
.faq_list_content_left_ul li{padding: 25px 0;width: 100%;height: auto;border-bottom: 1px solid #e5e5e5;position: relative;}
.faq_list_content_left_ul_title{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.faq_list_content_left_ul_title span{display: block;font-size: 24px;color: #242424;font-family: "Poppins-SemiBold";}
.faq_list_content_left_ul_title h4{font-size: 24px;color: #242424;font-family: "Poppins-SemiBold";margin-left: 10px;}
.faq_list_content_left_ul_content{width: 100%;height: auto;padding-right: 3%;margin-top: 20px;display: none;}
.faq_list_content_left_ul_content p{font-size: 18px;color: #242424;font-family: "Poppins-Light";line-height: 1.6;}
.faq_list_content_left_ul_title:hover span{color: var(--mainColor);}
.faq_list_content_left_ul_title:hover h4{color: var(--mainColor);}
.faq_list_content_left_ul li.on{border-bottom-color: #FFFFFF;border-top:1px solid var(--mainColor);}
.faq_list_content_left_ul li + li{margin-top: -1px;z-index: 2;}
.faq_list_content_left_ul li.on .faq_list_content_left_ul_title span{color: var(--mainColor);}
.faq_list_content_left_ul li.on .faq_list_content_left_ul_title h4{color: var(--mainColor);}
.faq_list_content_right{width: 48.5%;height: auto;overflow: hidden;border-radius: 0 0 0 100px;}
.faq_list_content_right img{width: 100%;height: auto;display: block;}
/*faq.html end*/
/*super_factory.html start*/
.super_factory_banner_bg{width: 100%;height: auto;overflow: hidden;}
.super_factory_banner_bg img{width: 100%;height: auto;display: block;transition: all 3s;}
.super_factory_banner_bg.on img{transform: scale(1.1);}
.super_factory_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;-webkit-animation-delay: 1s;}
.super_factory_banner_content h1{font-size: 52px;color: #FFFFFF;text-align: center;font-family: "Montserrat-ExtraBold";}
.super_factory_banner_content a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;font-family: "Poppins-Light";width: 242px;height: 40px;border-radius: 20px;background: var(--mainColor);margin: 0px auto;margin-top: 14px;}
.super_factory_banner_sw_left,.super_factory_banner_sw_right{font-size: 52px;color: #FFFFFF;font-family: "Poppins-Regular";}
.super_factory_banner_sw_left:hover,.super_factory_banner_sw_right:hover{color: var(--mainColor);}
.super_factory_crumbs_box{margin-top: 10px;}
.super_factory_bases_box{width: 100%;height: auto;margin-top: 34px;}
.super_factory_bases_title{font-size: 52px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;}
.super_factory_bases_title span{font-size: 72px;}
.super_factory_bases_content{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #efefef;margin-top: 35px;}
.super_factory_bases_content_left{width: 35.73%;height: auto;padding-left: 8.5%;padding-right: 2.2%;display: flex;align-items: center;}
.super_factory_bases_content_left p{font-size: 18px;color: #242424;line-height: 1.6;font-family: "Poppins-Light";}
.super_factory_bases_content_right{flex: 1;display: flex;justify-content: space-between;flex-wrap: wrap;}
.super_factory_bases_content_right li{width: 33.3%;height: auto;position: relative;aspect-ratio:410/280;margin-top: 2px;overflow: hidden;}
.super_factory_bases_content_right li:nth-of-type(1){width: 66.69%;height: auto;aspect-ratio:823/280;margin-top: 0;}
.super_factory_bases_content_right li:nth-of-type(2){width: 33.156%;margin-top: 0;}
.super_factory_bases_content_right li img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.super_factory_bases_content_right li:hover img{transform: scale(1.1)}
.super_factory_bases_content_right li h4{font-size: 18px;color: #EFEFEF;font-family: "Montserrat-ExtraBold";position: absolute;left: 30px;bottom: 10px;}
.super_factory_bases_box2{width: 100%;height: auto;padding: 67px 0px;}
.super_factory_bases_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.super_factory_bases_ul li{width: 18.94%;height: auto;aspect-ratio:1/1;border-radius: 50%;box-shadow: 0px 1px 18px 0px rgba(107, 107, 107, 0.13);background: #FFFFFF;padding: 31px;padding-top: 40px;transition: all 0.6s;}
.super_factory_bases_ul li h4{font-size: 30px;color: #272727;font-family: "Montserrat-ExtraBold";text-align: center;transition: all 0.6s;}
.super_factory_bases_ul li h5{font-size: 18px;color: #272727;font-family: "Montserrat-ExtraBold";text-align: center;transition: all 0.6s;}
.super_factory_bases_ul li p{font-size: 16px;color: #272727;line-height: 1.4;font-family: "Poppins-Light";text-align: center;margin-top: 28px;transition: all 0.6s;}
.super_factory_bases_ul li:hover{background: var(--mainColor);box-shadow: 0px 1px 84px 0px rgba(107, 107, 107, 0.4);}
.super_factory_bases_ul li:hover h4{color: #FFFFFF;}
.super_factory_bases_ul li:hover h5{color: #FFFFFF;}
.super_factory_bases_ul li:hover p{color: #FFFFFF;}
.super_factory_laboratories_box{width: 100%;height: auto;padding: 80px 0px;background: #EFEFEF;}
.super_factory_laboratories_title{width: 48.2%;height: auto;margin: 0px auto;}
.super_factory_laboratories_title h4{font-size: 52px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.super_factory_laboratories_title h4 span{font-size: 72px;}
.super_factory_laboratories_title p{font-size: 18px;color: #262626;line-height: 1.6;text-align: center;font-family: "Poppins-Light";}
.super_factory_laboratories_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.super_factory_laboratories_content li{width: 117px;height: auto;overflow: hidden;transition: all 0.6s;border-radius: 59px;border: 8px solid #FFFFFF;position: relative;}
.super_factory_laboratories_content_img{width: 100%;height: auto;}
.super_factory_laboratories_content_img img{width: 714px;display: block;max-width: initial;}
.super_factory_laboratories_content li.on{width: 714px;border-radius: 100px;}
.super_factory_laboratories_content_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;background: rgba(0,0,0,0.2);padding-top: 237px;}
.super_factory_laboratories_content_txt_ico{width: 26px;height: auto;}
.super_factory_laboratories_content_txt_ico img{width: 100%;height: auto;display: block;}
.super_factory_laboratories_content_txt h4{font-size: 18px;color: #FFFFFF;font-family: "Montserrat-Bold";margin-top: 10px;writing-mode: vertical-rl;}
.super_factory_laboratories_content li.on .super_factory_laboratories_content_txt{width: 403px;height: 63px;border-radius: 32px;background: var(--mainColor);top: auto; bottom: 34px;left: 39px;display: flex;flex-direction: row;padding-top: 0;padding-left: 5px;}
.super_factory_laboratories_content li.on .super_factory_laboratories_content_txt h4{writing-mode:initial;margin-top: 0;margin-left: 17px;}
.super_factory_laboratories_content li.on .super_factory_laboratories_content_txt_ico{width: 64px;height: 55px;background: #FFFFFF;border-radius: 28px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 27px 0px #6b6b6b;}
.super_factory_laboratories_content li.on .super_factory_laboratories_content_txt_ico img{width: 26px;}
.super_factory_integration_box{padding: 80px 0px;width: 100%;height: auto;}
.super_factory_integration_btn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 50px;}
.super_factory_integration_btn li{font-size: 18px;color: #272727;font-family: "Montserrat-ExtraBold";cursor: pointer;}
.super_factory_integration_btn li + li{margin-left: 38px;}
.super_factory_integration_btn li.on,.super_factory_integration_btn li:hover{color: var(--mainColor);}
.super_factory_integration_sw{width: 100%;height: auto;padding: 27px;margin-top: 50px;}
.super_factory_integration_sw .swiper-slide{width: 87.5%;height: auto;border: 9px solid #FFFFFF;box-shadow: 0px 0px 27px 0px #6b6b6b;position: relative;}
.super_factory_integration_sw_img{width: 100%;height: auto;}
.super_factory_integration_sw_img img{width: 100%;height: auto;display: block;}
.super_factory_integration_sw_txt{padding: 46px 39px;background: rgba(255, 102, 0, 0.8);width: 42.3%;height: auto;position: absolute;left: 33px;bottom: 19px;opacity: 0; transition: all 0.6s;}
.super_factory_integration_sw .swiper-slide.swiper-slide-active .super_factory_integration_sw_txt.on{opacity: 1;}
.super_factory_integration_sw_txt h4{font-size: 18px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";}
.super_factory_integration_sw_txt p{font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: "Poppins-Light";margin-top: 18px;}
.super_factory_integration_sw_right,.super_factory_integration_sw_left{font-size: 72px;color: #FFFFFF;font-family: "Poppins-Light";}
.super_factory_integration_sw_right:hover,.super_factory_integration_sw_left:hover{color: var(--mainColor);}
.super_factory_integration_sw_right{right: 42px;}
.super_factory_integration_sw_left{left: 42px;}
.super_factory_equipment_box{width: 100%;height: auto;padding: 80px 0px;background: #EFEFEF;}
.super_factory_equipment_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.super_factory_equipment_ul li{width: 24.9%;height: auto;position: relative;padding-bottom: 30px;overflow: hidden;}
.super_factory_equipment_div{width: 100%;height: auto;position: relative;}
.super_factory_equipment_div img{width: 100%;height: auto;display: block;}
.super_factory_equipment_div:before{content: "";display: block;width: 0;overflow: hidden;height: 10px;background: var(--mainColor);position: absolute;left: 0;top: 0;transition: all 0.6s;}
.super_factory_equipment_content{width: 83.6%;height: auto;padding: 40px 22px;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);bottom: -100%;transition: all 0.6s;}
.super_factory_equipment_content h4{font-size: 24px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";text-align: center;}
.super_factory_equipment_content p{font-size: 16px;color: #272727;line-height: 1.6;font-family: "Poppins-Light";margin-top: 15px;text-align: center;}
.super_factory_equipment_title{width: 100%;height: auto;font-size: 24px;color: #FFFFFF;text-align: center;font-family: "Montserrat-ExtraBold";position: absolute;left: 0;bottom: 70px;}
.super_factory_equipment_ul li:hover .super_factory_equipment_content{bottom: 0;}
.super_factory_equipment_ul li:hover .super_factory_equipment_div:before{width: 92.4%;}
.super_factory_testing_box{width: 100%;height: auto;padding: 80px 0px;}
.super_factory_testing_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.super_factory_testing_ul li{width: 24%;height: auto;margin-top: 20px;display: flex;flex-direction: column;}
.super_factory_testing_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 50px 0px 50px 0px;overflow: hidden;}
.super_factory_testing_ul_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.super_factory_testing_ul li:hover .super_factory_testing_ul_img img{transform: scale(1.1)}
.super_factory_testing_ul_div{flex: 1;padding: 20px;background: #F5F5F5;transition: all 0.6s;}
.super_factory_testing_ul_div h4{font-size: 24px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";margin-bottom: 8px;transition: all 0.6s;}
.super_factory_testing_ul_div p{font-size: 16px;color: #272727;line-height: 1.6;font-family: "Poppins-Light";display: block;position: relative;padding-left: 14px;transition: all 0.6s;}
.super_factory_testing_ul_div p:before{content: "";display: block;width: 8px;height: 8px;background: url(/public/static/images/home/en-us/super_factory_testing_ico.png) no-repeat center center;background-size: cover;position: absolute;left: 0;top: 8px;transition: all 0.6s;}
.super_factory_testing_ul li:hover .super_factory_testing_ul_div{background: var(--mainColor);}
.super_factory_testing_ul li:hover h4{color: #fff;}
.super_factory_testing_ul li:hover p{color: #fff;}
.super_factory_testing_ul li:hover .super_factory_testing_ul_div p:before{filter: brightness(0) invert(1);}
.super_factory_partners_box{width: 100%;height: auto;padding: 80px 0px;}
.super_factory_partners_content{width: 100%;height: auto;position: relative;padding-bottom: 100px;}
.super_factory_partners_sw{width: 100%;height: auto;margin-top: 60px;padding: 10px;}
.super_factory_partners_sw .swiper-slide{box-shadow: inset 0px 2px 1px 0px #ff6600;padding: 5px;overflow: hidden;border-radius: 20px;transform: skew(-9deg);background: #FFFFFF;}
.super_factory_partners_sw .swiper-slide img{width: 100%;border-radius: 20px;display: block;transform: skew(9deg);}
.super_factory_partners_sw_right,.super_factory_partners_sw_left{font-size: 72px;color: #c9c9c9;font-family: "Poppins-ExtraLight";}
.super_factory_partners_sw_left{left: -94px;}
.super_factory_partners_sw_right{right: -94px;}
.super_factory_partners_sw_right:hover,.super_factory_partners_sw_left:hover{color: var(--mainColor);}
.super_factory_partners_sw_page{width: 100%;bottom: 0 !important;}
.super_factory_partners_sw_page span{width: 10px;height: 10px;background: #d2d2d2;opacity: 1;}
.super_factory_partners_sw_page span + span{margin-left: 10px;}
.super_factory_partners_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
/*super_factory.html end*/
/*about.html start*/
.about_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.about_banner_content_logo{width: 213px;height: auto;}
.about_banner_content_logo img{width: 100%;height: auto;display: block;margin-bottom: 29px;}
.about_banner_content p{font-size: 20px;color: #FFFFFF;line-height: 1.6;font-family: "Poppins-Light";}
.about_info_box{width: 100%;height: auto;padding: 62px 0px;}
.about_info_content_box{width: 91.15%;height: auto;margin: 0px auto;}
.about_info_content_sw{width: 100%;height: auto;padding-bottom: 44px;}
.about_info_content_sw .swiper-slide{width: 100%;background: #f6f6f6;height: 664px;padding-top: 96px;display: flex;justify-content: space-between;align-items: flex-start;}
.about_info_content_sw_left{width: 50.23%;height: auto;padding: 0 109px;}
.about_info_content_sw_left h4{font-size: 52px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";}
.about_info_content_sw_left p{font-size: 18px;color: #000000;line-height: 1.8;font-family: "Poppins-Light";margin-top: 36px;}
.about_info_content_sw_right{width: 49.77%;height: auto;}
.about_info_content_sw_right img{width: 100%;height: auto;display: block;}
.about_info_content_sw_btn_right,.about_info_content_sw_btn_left{font-size: 48px;color: #5e5e5e;font-family: "Poppins-Light";top: auto;bottom: 74px;transform: none;}
.about_info_content_sw_btn_right:hover,.about_info_content_sw_btn_left:hover{color: var(--mainColor);}
.about_info_content_sw_btn_left{left: 78px;}
.about_info_content_sw_btn_right{right: auto;left: 116px;}
.about_ranking_box{width: 100%;height: auto;position: relative;}
.about_ranking_bg{width: 100%;height: auto;}
.about_ranking_bg img{width: 100%;height: auto;display: block;}
.about_ranking_content_box{width: 51.93%;height: auto;padding: 41px 70px;position: absolute;right: 0;bottom: 0;background: var(--mainColor);}
.about_ranking_content_title{font-size: 52px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";}
.about_ranking_content_ul{width: 100%;height: auto;margin-top: 15px;}
.about_ranking_content_ul li{width: 100%;height: 54px;padding-left: 29px;position: relative;}
.about_ranking_content_ul li:before{content: "";display: block;width: 12px;height: 12px;background: url(/public/static/images/home/en-us/about_ranking_ico.png) no-repeat center center;background-size: 12px auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.about_ranking_content_ul li p{display: flex;width: 100%;height: 100%;align-items: center;font-size: 18px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";border-bottom: 1px dashed rgba(255,255,255,0.4);}
.about_ranking_content_ul li p strong{font-size: 36px;font-family: "Montserrat-ExtraBold";}
.about_ranking_content_ul li:nth-last-of-type(1) p{border-bottom: none;}
.about_development_box{width: 100%;height: auto;padding: 75px 0px;}
.about_development_title{width: 100%;height: auto;}
.about_development_title h4{font-size: 52px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.about_development_title p{font-size: 24px;color: #000000;font-family: "Poppins-Light";text-align: center;}
.about_development_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.about_development_content_left{width: 45px;overflow: hidden;}
.about_development_content_sw .swiper-slide{font-size: 18px;font-family: "Poppins-Light";text-align: center;height: auto;opacity: 0.3;cursor: pointer;}
.about_development_content_sw .swiper-slide.swiper-slide-thumb-active{opacity: 1;}
.about_development_content_right{width: 88.6%;height: auto;}
.about_development_content_right_sw{width: 100%;height: auto;position: sticky;top: 160px;}
.about_development_content_right_sw .swiper-slide{display: flex;align-items: center;opacity: 0 !important;}
.about_development_content_right_sw .swiper-slide.swiper-slide-active{opacity: 1 !important;}
.about_development_content_right_sw_content_title{font-size: 48px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";}
.about_development_content_right_sw_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 39px;}
.about_development_content_right_sw_content_left{width: 36.1%;height: auto;}
.about_development_content_right_sw_content_box p{font-size: 18px;color: #000000;font-family: "Poppins-Light";line-height: 1.6;}
.about_development_content_right_sw_content_right{width: 39.4%;height: auto;overflow: hidden;border-radius: 10px;}
.about_development_content_right_sw_content_right img{width: 100%;height: auto;display: block;}
.about_development_content_right_sw_scrollbar{height: 1px !important;background: rgba(94, 94, 94, 0.3);bottom: auto;left: 0;top: 16% !important;}
.about_development_content_right_sw_scrollbar .swiper-pagination-progressbar-fill{background: var(--mainColor);}
.about_development_content_right_btn_sw_right,.about_development_content_right_btn_sw_left{font-size: 48px;color: #5e5e5e;font-family: "Poppins-Light";top: auto;bottom: 0;transform: none;display: none;}
.about_development_content_right_btn_sw_right:hover,.about_development_content_right_btn_sw_left:hover{color: var(--mainColor);}
.about_culture_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/en-us/about_culture_img.jpg) no-repeat center center;}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 100px;}
.about_culture_ul li{width: 22%;height: auto;}
.about_culture_img{width: 72px;height: auto;margin: 0px auto;}
.about_culture_img img{width: 100%;height: auto;display: block;}
.about_culture_ul li h4{font-size: 36px;color: #FFFFFF;font-family: "Poppins-Bold";text-align: center;margin-top: 40px;}
.about_culture_ul li p{font-size: 18px;color: #FFFFFF;font-family: "Poppins-Light";text-align: center;margin-top: 10px;line-height: 1.6;}
.about_business_box{width: 100%;height: auto;padding-top: 80px;}
.about_business_content_box{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.about_business_content_left{width: 47.4%;height: auto;padding: 15px 0px;background: var(--mainColor);}
.about_business_content_left img{width: 100%;height: auto;display: block;position: relative;left: 20px;}
.about_business_content_right{width: 41.7%;height: auto;margin-left: 44px;}
.about_business_content_right_title{font-size: 52px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";}
.about_business_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.about_business_content_right_ul li{width: 49.5%;height: auto;padding: 40px 32px;background: #F8F8F8;border-radius: 10px;margin-top: 8px;}
.about_business_content_right_ul_ico{width: 67px;height: auto;}
.about_business_content_right_ul_ico img{width: 100%;height: auto;display: block;}
.about_business_content_right_ul li h4{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";margin-top: 20px;}
/*about.html end*/
/*honor.html start*/
.honor_banner_bg{width: 100%;height: auto;}
.honor_banner_bg img{width: 100%;height: auto;display: block;}
.honor_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.honor_banner_content h1{font-size: 60px;color: #FFFFFF;font-family: "Poppins-SemiBold";text-align: center;}
.honor_banner_content p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 4px;}
.honor_box{width: 100%;height: auto;padding: 65px 0px;}
.honor_btn_box{display: flex;justify-content: center;width: 100%;}
.honor_btn_box li{width: 14.9%;height: 67px;border-radius: 34px;border: 2px solid var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 24px;color: var(--mainColor);font-family: "Poppins-SemiBold";cursor: pointer;text-align: center;}
.honor_btn_box li + li{margin-left: 20px;}
.honor_btn_box li.on,.honor_btn_box li:hover{color: #FFFFFF;background: var(--mainColor);}
.honor_content_box{width: 100%;height: auto;}
.honor_content_list{width: 100%;height: auto;display: none;}
.honor_content_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.honor_content_list_ul li{width: 23%;height: auto;margin-left: calc(8% / 3);margin-top: 65px;}
.honor_content_list_ul li:nth-of-type(4n+1){margin-left: 0;}
.honor_content_list_ul_img{width: 100%;height: auto;padding: 23px 0;background: #EEEEEE;display: flex;justify-content: center;align-items: center;}
.honor_content_list_ul_img img{max-width: 100%;display: block;height: auto;}
.honor_content_list_ul li h4{font-size: 24px;color: #000000;font-family: "Poppins-Medium";text-align: center;margin-top: 25px;}
.honor_factory_partners_box{padding: 80px 0px;width: 100%;height: auto;background: #f7f7f7;}
/*honor.html end*/
/*team.html start*/
.team_banner_bg{width: 100%;height: auto;}
.team_banner_bg img{width: 100%;height: auto;display: block;}
.team_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0px;display: flex;align-items: center;}
.team_banner_content h1{font-size: 52px;color: #FFFFFF;font-family: "Montserrat-ExtraBold";text-align: center;text-shadow: 0px 0px 6px rgba(107, 107, 107, 0.6);}
.team_crumbs_box{background: #F7F7F7;margin-top: 0;padding-top: 10px;}
.team_brand_box{width: 100%;height: auto;padding-top: 28px;padding-bottom: 80px;background: url(/public/static/images/home/en-us/team_brand_bg.jpg) no-repeat center center;background-size: cover;}
.team_brand_content{width: 100%;height: auto;margin-top: 50px;}
.team_brand_content_sw{width: 100%;height: auto;}
.team_brand_content_sw .swiper-slide{display: flex;justify-content: flex-start;align-items: flex-start;}
.team_brand_content_sw_img{width: 55.4%;height: auto;}
.team_brand_content_sw_img img{width: 100%;height: auto;display: block;}
.team_brand_content_sw_txt{width: 49%;height: auto;padding: 66px 42px;background: #FFFFFF;position: relative;margin-left: -4.4%;margin-top: 103px;padding-bottom: 80px;}
.team_brand_content_sw_txt h4{font-size: 24px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";margin-bottom: 30px;}
.team_brand_content_sw_txt p{font-size: 18px;color: #242424;line-height: 1.9;display: block;padding-left: 17px;position: relative;font-family: "Poppins-Light";}
.team_brand_content_sw_txt p:before{content: "";display: block;width: 7px;height: auto;aspect-ratio:1/1;background: var(--mainColor);position: absolute;left: 0;top: 13px;}
.team_brand_content_sw_txt h5{font-size: 24px;color: var(--mainColor);font-family: "Poppins-Bold";line-height: 1.4;margin-top: 40px;}
.team_brand_content_sw_control{width: 165px;height: 76px;background: #6a6a6a; position: absolute;right: 49%;bottom: 0;z-index: 99;}
[dir='rtl'] .team_brand_content_sw_control{right: 0;}
.team_brand_content_sw_left,.team_brand_content_sw_right{font-size: 48px;color: #FFFFFF;font-family: "Poppins-ExtraLight";z-index: 99;}
.team_brand_content_sw_left:hover,.team_brand_content_sw_right:hover{color: var(--mainColor);}
.team_brand_content_sw_left{left: 10px;}
.team_brand_content_sw_right{right: 10px;}
.team_brand_content_sw_page{width: 100%;height: auto;bottom: auto !important;top: 50%;transform: translateY(-50%);}
.team_brand_content_sw_page span{background: #d2d2d2;opacity: 1;}
.team_brand_content_sw_page span + span{margin-left: 10px;}
.team_brand_content_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.team_personal_box{width: 100%;height: auto;padding: 80px 0px;}
.team_personal_sw{width: 100%;height: auto;margin-top: 50px;padding-bottom: 145px;}
.team_personal_sw_content{width: 100%;height: 100%;background: #f4f4f4;display: flex;justify-content: flex-start;}
.team_personal_sw_content_left{width: 44.8%;height: auto;}
.team_personal_sw_content_left img{width: 100%;height: auto;display: block;}
.team_personal_sw_content_right{flex: 1;padding: 47px 36px;}
.team_personal_sw_content_right h4{font-size: 24px;color: var(--mainColor);font-family: "Montserrat-Bold";}
.team_personal_sw_content_right p{font-size: 18px;color: #242424;line-height: 1.6;margin-top: 15px;font-family: "Poppins-Light";}
.team_personal_sw_right,.team_personal_sw_left{width: 60px;height: 54px;background: #bcbcbc;font-size: 48px;color: #FFFFFF;font-family: "Poppins-Light";top: auto;transform: none;bottom: 0;z-index: 99;}
.team_personal_sw_left{left: 41.75%;}
.team_personal_sw_right{right: 41.75%;}
.team_personal_sw_right:hover,.team_personal_sw_left:hover{background: var(--mainColor);}
.team_personal_sw_page span{width: 10px;height: 10px;background: #D2D2D2;opacity: 1;}
.team_personal_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.team_style_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.team_style_ul{width: 100%;height: auto;display: flex;justify-content: center;border-bottom: 1px solid #bcbcbc;margin-top: 40px;}
.team_style_ul li{font-size: 18px;color: #242424;font-family: "Poppins-Medium";text-align: center;position: relative;padding-bottom: 23px;cursor: pointer;}
.team_style_ul li + li{margin-left: 50px;}
.team_style_ul li.on,.team_style_ul li:hover{color: var(--mainColor);}
.team_style_ul li.on:after,.team_style_ul li:hover:after{content: "";display: block;width: 100%;height: 1px;background: var(--mainColor);position: absolute;left: 50%;transform: translateX(-50%);bottom: -1px;}
.team_style_sw{margin-top: 38px;padding: 27px;}
.team_style_sw .swiper-slide{width: 87.5%;height: auto;border: 18px solid #FFFFFF;box-shadow: 0px 0px 18px 0px #6b6b6b;position: relative;opacity: 0.3;}
.team_style_sw .swiper-slide:after{content: "";display: block;width: 100%;height: 100%;background: rgba(255,255,255,0.3);position: absolute;left: 0;top: 0;}
.team_style_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.team_style_sw .swiper-slide.swiper-slide-active{opacity: 1;}
.team_style_sw .swiper-slide.swiper-slide-active:after{display: none;}
.team_style_sw_right,.team_style_sw_left{width: 60px;height: 54px;background: #FFFFFF;color: var(--mainColor);font-size: 48px;font-family: "Poppins-Light";box-shadow: 0px 0px 3px 0px rgba(4, 0, 0, 0.11);}
.team_style_sw_right:hover,.team_style_sw_left:hover{background: var(--mainColor);color: #FFFFFF;}
.team_style_sw_right{right: 27px;}
.team_style_sw_left{left: 27px;}
/*team.html end*/
/*contact start*/
.contact_info_box{width: 100%;height: auto;padding: 80px 0px;}
.contact_info_title{font-size: 30px;color: var(--mainColor);font-family: "Poppins-SemiBold";text-align: center;}
.contact_info_ul{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 80px;}
.contact_info_ul li{width: 19.5%;height: auto;}
.contact_info_ul_top{width: 100%;height: auto;aspect-ratio:1/1;border: 2px solid #999999;border-radius: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;overflow: hidden;}

.contact_info_ul_top.rt{
    flex-direction: row;
}
.contact_info_ul_top.rt .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact_info_ul_top img{max-width: 83%;height: auto;display: block;}
.contact_info_ul_top a{display: block;font-size: 24px;color: #313131;line-height: 1.6;}
.contact_info_ul_top a:hover{color: var(--mainColor);text-decoration: underline;}
.contact_info_ul li h4{font-size: 24px;color: #313131;text-align: center;margin-top: 20px;}
.contact_info_ul li + li{margin-left: 80px;}
.contact_office_box{padding-bottom: 56px;width: 100%;height: auto;}
.contact_office_title{width: 61.7%;height: auto;margin: 0px auto;}
.contact_office_title h4{font-size: 30px;color: var(--mainColor);font-family: "Poppins-SemiBold";text-align: center;}
.contact_office_title p{font-size: 24px;color: #313131;text-align: center;line-height: 1.6;margin-top: 10px;}
.contact_office_map_box{width: 100%;height: 680px;}
/*contact end*/
/*content end*/
/*footer start*/
.footer_top_box{width: 100%;height: auto;padding-top: 80px;}
.footer_top_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_top_logo{width: 136px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_content_link{margin-top: 10px;}
.footer_top_content_link h4{font-size: 18px;color: #313131;font-family: "Poppins-SemiBold";margin-bottom: 18px;}
.footer_top_content_link a{display: block;font-size: 16px;color: #242424;line-height: 1.8;text-transform: capitalize;}
.footer_top_content_link a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_top_content_info{width: 28%;}
.footer_top_content_info_title{font-size: 18px;color: #313131;font-family: "Poppins-SemiBold";margin-bottom: 18px;}
.footer_top_content_info_ul{width: 100%;height: auto;}
.footer_top_content_info_ul li{width: 100%;height: auto;padding-left: 24px;position: relative;}
.footer_top_content_info_ul li:nth-of-type(1):before{content: "";display: block;width: 18px;height: auto;aspect-ratio:18/20;position: absolute;left: 0;top: 0;background: url(/public/static/images/home/en-us/footer_adree_ico.png) no-repeat center center;background-size: 100% auto;}
.footer_top_content_info_ul li p{font-size: 16px;color: #313131;line-height: 24px;}
.footer_top_content_info_ul li + li{margin-top: 20px;}
.footer_top_content_info_ul li:nth-last-of-type(1):before{content: "";display: block;width: 18px;height: auto;aspect-ratio:18/20;position: absolute;left: 0;top: 0;background: url(/public/static/images/home/en-us/footer_email_ico.png) no-repeat center center;background-size: 100% auto;}
.footer_top_content_info_ul li p a{color: #313131;}
.footer_top_content_info_ul li p a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_top_content_info_ul2{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 29px;}
.footer_top_content_info_ul2 li{width: 149px;height: auto;}
.footer_top_content_info_ul2 li + li{margin-left: 20px;}
.footer_top_content_info_ul2 li img{width: 100%;height: auto;display: block;}
.footer_top_content_info_ul2 li p{font-size: 18px;color: #313131;font-family: "Montserrat-Regular";text-align: center;}
.footer_share_ul{display: flex;justify-content: center;margin-top: 40px;}
.footer_share_ul li{width: 43px;height: auto;}
.footer_share_ul li img{width: 100%;height: auto;}
.footer_share_ul li + li{margin-left: 18px;}
.footer_last_box{padding: 12px 0;border-top: 1px solid rgba(22,22,22,0.1);width: 100%;height: auto;margin-top: 38px;}
.footer_last_box p{font-size: 16px;color: #000000;text-align: center;display: flex;justify-content: flex-start;align-items: center;justify-content: center;}
.footer_last_box p a{display: flex;align-items: center;margin-left: 5px;}
.footer_last_box p a:hover{text-decoration: underline;color: var(--mainColor);}
/*footer end*/
@media (max-width: 1768px) {
  .logo{width: 156px;}
  .nav_box li + li{margin-left: 10px;}
  .nav_box li:nth-last-of-type(1){margin-left: 24px;}
  [lang="nl"] .nav_link_first,
  [lang="es"] .nav_link_first{font-size: 12px;}
  .header_content_left_txt p{font-size: 16px;}
  .header_content_left_txt{margin-left: 10px;padding-left: 10px;}
  .index_banner_swiper_content h4{font-size: 60px;}
  .index_banner_swiper_content a{font-size: 20px;}
  .index_choose_content_ul li h4{font-size: 60px;}
  .index_help_bg{height: 760px;}
  .index_help_bg img{height: 100%;object-fit: cover;}
  .index_help_content_left h4{font-size: 40px;}
  .case_banner_content p{width: 70%;}
  .case_number_ul li h4, .case_number_ul li h4 span{font-size: 48px;}
  .case_number_ul{margin-top: 40px;}
  .case_super_list_box li:after{width: 40px;}
  .case_super_list_box li:after{transform: translateY(-130%);}
  .case_super_list_txt p{width: 85%;}
  .case_super_list_box li:nth-of-type(3):after{width: 30px;left: calc(100% + 22px);transform: translateY(546%);}
  .case_super_list_box li:nth-of-type(6):after, .case_super_list_box li:nth-of-type(5):after{transform: translateY(-27%);}
  .case_get_content{width: 80%;}
  .solution_mls_title{width: 76.8%;}
  .solution_mls_btn a{padding: 0 12px;font-size: 16px;}
  .solution_list_content_right h4{font-size: 40px;}
  .solution_category_banner_content p{width: 46%;}
  .solution_category_info_content_right{padding: 4% 30px;}
  .solution_category_info_content_left img{height: 100%;object-fit: cover;}
  .solution_detial_introduction_list_title{height: 380px;}
  .solution_detial_chara_ul li{width: 20.9%;margin-left: 5.4%;}
  .solution_detial_chara_title h4{font-size: 38px;}
  .solution_detial_super_content_right{width: 63.4%;}
  .products_list_content_ul li{width: 32%;margin-left: 2% !important;}
  .products_list_content_ul li:nth-of-type(3n+1){margin-left: 0 !important;}
  .product_related_content_sw_txt h4{font-size: 24px;}
  .product_related_content_sw_txt p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .product_detial_indoor_content_right{width: 35.9%;}
  .product_detial_indoor_content_right_desc{font-size: 22px;}
  .faq_banner_content_box img{width: 70%;margin-top: 45px;}
  .faq_number_ul li h4{font-size: 48px;}
  .faq_number_ul{margin-top: 45px;}
  .faq_service_btn li{width: 22.44%;}
  .super_factory_bases_ul{flex-wrap: wrap;justify-content: center;}
  .super_factory_bases_ul li{width: 32%;margin-left: 2%;padding-top: 8%;}
  .super_factory_bases_ul li:nth-of-type(3n+1){margin-left: 0;}
  .super_factory_laboratories_content li.on{width: 470px;border-radius: 40px;}
  .super_factory_laboratories_content_img img{width: 470px;}
  .super_factory_laboratories_content li{width: 90px;}
  .super_factory_laboratories_content_txt{padding-top: 70px;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_txt{left: 18px;}
  .super_factory_laboratories_title{width: 65.2%;}
  .super_factory_integration_btn li + li{margin-left: 20px;}
  .super_factory_integration_btn li{font-size: 16px;}
  .about_ranking_content_ul li{height: 36px;}
  .about_ranking_content_box{padding: 26px 70px;}
  .about_ranking_content_ul li p{font-size: 16px;}
  .about_ranking_content_ul li p strong{font-size: 24px;}
  .about_ranking_content_box{width: 65%;}
  .about_business_content_right_title{font-size: 44px;}
  .honor_btn_box li{width: 20%;}
  .team_brand_content_sw_txt p{font-size: 16px;}
  .team_brand_content_sw_txt{padding: 42px 30px;width: 60%;margin-left: -15.4%;}
  .team_brand_content_sw_txt h5{font-size: 18px;margin-top: 10px;}
  .team_brand_content_sw_txt h4{margin-bottom: 15px;}
  .team_brand_content_sw_control{right: 60%;}
  [dir='rtl'] .team_brand_content_sw_control{right: 0;}
  .team_personal_sw .swiper-slide{height: 355px;}
  .team_personal_sw_content_left{height: 100%;}
  .team_personal_sw_content_left img{height: 100%;object-fit: cover;}
  .contact_info_ul li{width: 24.5%;}
  .contact_office_title{width: 83.7%;}
  .index_super_content_left{width: 65.3%;}
  .index_choose_mls_content_right{width: 55.6%;}
  .index_choose_mls_content_left_title h4{font-size: 30px;}
  .index_choose_mls_content_left_title strong{font-size: 42px;}
  .index_choose_mls_content_left_txt{font-size: 16px;line-height: 1.6;margin-top: 24px;}
  .nav_list_content_box{padding: 30px 15px;}
  .nav_box li:nth-of-type(2),.nav_box li:nth-of-type(3){position: initial;}
  .nav_box li:nth-of-type(2) .nav_list_box, .nav_box li:nth-of-type(3) .nav_list_box{top: 120px;}
  .nav_box li:nth-of-type(2) .nav_list_content_box, .nav_box li:nth-of-type(3) .nav_list_content_box{padding: 50px 90px;}
  .nav_list_content_left_list a{line-height: 2;}
}
@media (max-width: 1400px) {
  .header_content_box{width: 92%;}
  .logo{width: 125px;}
  .nav_link_first{font-size: 14px;}
  .nav_box li:nth-last-of-type(1){margin-left: 10px;width: 110px;}
  .index_banner_swiper_content h4{font-size: 48px;}
  .index_banner_swiper_content{width: 72.2%;}
  .index_mls_content{width: 92%;}
  .index_product_ul_content h4{font-size: 26px;}
  .index_choose_content_ul li h4{font-size: 50px;}
  .index_choose_content_ul li h4 em{font-size: 40px;}
  .index_solution_sw_right, .index_solution_sw_left{top: 40%;}
  .contentWH{width: 92%;}
  .index_product_WH{width: 92%;}
  .case_banner_content p{width: 92%;}
  .case_super_list_box li:after{display: none !important;}
  .case_super_list_box:after{display: none;}
  .case_super_list_box li{width: 32%;margin-left: 2%;}
  .case_super_list_txt p{width: 100%;}
  .case_detial_customer_content_sw{width: 92%;}
  .case_related_content_sw_right{right: -30px;}
  .case_related_content_sw_left{left: -30px;}
  .solution_mls_title{width: 80%;}
  .solution_detial_banner_content_title{margin-top: 70px;}
  .solution_detial_chara_title h4{font-size: 30px;}
  .solution_cartification_content_sw .swiper-slide{width: 27.7%;}
  .product_banner_content img{margin-top: 40px;}
  .super_factory_laboratories_content li{width: 84px;border-radius: 42px;}
  .about_info_content_sw_left{padding: 0 40px;}
  .about_info_content_sw .swiper-slide{height: auto;padding-bottom: 96px;}
  .about_ranking_content_title{font-size: 40px;}
  .about_business_content_right_title{font-size: 40px;}
  .team_brand_content_sw_txt{padding: 32px 30px;}
  .index_super_content_left h4{font-size: 53px;}
  .logo{width: 110px;}
}
@media (max-width: 1200px) {
  .nav_box{position: absolute;top: 120px;width: 100%;z-index: 9;left: 0;margin-top: 0;height: calc(100vh - 120px);background: #FFFFFF;display: none;overflow: hidden;overflow-y: auto;}
  .nav_link_first{color: #000;font-size: 18px;}
  .hd_btn{display: block;width: 5vw;height: 3vw;margin-top: 20px;}
  .hd_btn .s2{top: 1.25vw;}
  .hd_btn .s3{top: 2.5vw;}
  .nav_box li{justify-content: center;margin-top: 30px;flex-wrap: wrap;}
  .nav_box li + li{margin-left: 0;}
  .nav_box li:nth-last-of-type(1){width: auto;margin-left: 0;}
  .nav_box li:nth-last-of-type(1) a{color: #000;}
  .nav_box li i img{filter: brightness(0);}
  .nav_list_box{position: relative;width: 100%;left: 0;transform: none;top: 10px;}
/*   .nav_list_two a{text-align: center;justify-content: center;} */
  .index_solution_sw_content h4{font-size: 16px;}
  .index_solution_sw_content p{font-size: 14px;}
  .index_solution_sw_left{left: -13%;}
  .index_solution_sw_right{right: -13%;}
  .index_solution_sw_content{padding: 30px;}
  .index_news_ul_bottom h4{font-size: 20px;}
  .index_news_ul_bottom_more{width: 174px;height: 50px;border-radius: 25px;font-size: 18px;}
  .index_news_ul_tag{padding: 12px;font-size: 20px;}
  .case_number_ul li h4, .case_number_ul li h4 span{font-size: 30px;}
  .case_number_ul{margin-top: 20px;}
  .case_detial_info_content_right_ul{margin-top: 30px;}
  .case_detial_customer_content_sw_img{max-width: 100%;}
  .solution_mls_title{width: 92%;}
  .solution_category_banner_content p{width: 54%;}
  .solution_detial_banner_content_title h1{font-size: 50px;}
  .solution_detial_back_box p{width: 100%;}
  .solution_detial_super_content{padding-top: 80px;}
  .solution_detial_professional_content{flex-direction: column-reverse;}
  .solution_detial_professional_content_right{width: 100%;}
  .solution_detial_professional_content_left{width: 100%;margin-top: 30px;}
  .product_related_content_sw_left{left: -30px;}
  .product_related_content_sw_right{right: -30px;}
  .product_related_content_sw_txt h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .product_banner_content h1{font-size: 42px;}
  .faq_banner_bg{height: 700px;}
  .faq_banner_bg img{height: 100%;object-fit: cover;}
  .faq_number_ul li h4{font-size: 30px;}
  .faq_service_btn li img{width: 40px;}
  .faq_service_btn li h4{font-size: 20px;}
  .faq_list_content_left_ul li{padding: 15px 0;}
  .faq_list_content_left_ul_title h4{font-size: 18px;}
  .super_factory_laboratories_content li.on{width: 446px;}
  .super_factory_laboratories_content_img img{width: 446px;}
  .super_factory_laboratories_content li{width: 60px;}
  .super_factory_laboratories_content_txt h4{font-size: 16px;}
  .super_factory_laboratories_content_txt_ico{width: 20px;}
  .super_factory_integration_btn li{font-size: 13px;}
  .super_factory_equipment_ul{flex-wrap: wrap;}
  .super_factory_equipment_ul li{width: 48.9%;}
  .super_factory_partners_sw_right, .super_factory_partners_sw_left{display: none;}
  .about_info_content_sw .swiper-slide{flex-wrap: wrap;padding: 45px 0;}
  .about_info_content_sw_left{width: 100%;}
  .about_info_content_sw_right{width: 100%;margin-top: 30px;}
  .about_info_content_sw_btn_right, .about_info_content_sw_btn_left{background: rgba(255, 255, 255, 0.8);font-size: 10.8vw;bottom: 10vw;}
  .about_info_content_sw_btn_right{left: auto;right: 3vw;}
  .about_info_content_sw_btn_left{left: 3vw;}
  .about_culture_ul li h4{font-size: 20px;}
  .about_culture_ul li p{font-size: 14px;}
  .about_business_content_box{flex-wrap: wrap;}
  .about_business_content_left{width: 100%;padding: 15px;}
  .about_business_content_left img{left: 0;}
  .about_business_content_right{margin-left: 0;margin-top: 30px;width: 100%;}
  .honor_btn_box li{font-size: 18px;}
  .team_brand_content_sw .swiper-slide{flex-wrap: wrap;}
  .team_brand_content_sw_img{width: 100%;}
  .team_brand_content_sw_txt{width: 100%;margin-left: 0;margin-top: 0;}
  .team_brand_content_sw{padding-bottom: 76px;}
  .team_brand_content_sw_control{left: 0;right: auto;}
  .team_personal_sw .swiper-slide{height: auto;}
  .team_personal_sw_right{right: 32%;}
  .team_personal_sw_left{left: 32%;}
  .contact_info_ul li + li{margin-left: 2%;}
  .contact_info_ul li{width: 32%;}
  .index_super_content_left h5{width: 200px;font-size: 26px;}
  .index_super_content_left h4{font-size: 42px;}
  .index_super_content_left p{font-size: 16px;}
  .index_super_content_left a{width: 48.3%;height: 60px;border-radius: 30px;font-size: 18px;}
  .index_choose_mls_content{flex-wrap: wrap;padding: 50px 0;}
  .index_choose_mls_content_left{width: 100%;}
  .index_choose_mls_content_right{width: 100%;height: auto;margin-top: 30px;}
  .nav_box li:nth-of-type(2) .nav_list_box, .nav_box li:nth-of-type(3) .nav_list_box{width: 100%;top: 10px;}
  .nav_list_content_left{width: 100%;text-align: center;}
  .nav_box li:nth-of-type(2) .nav_list_content_left, .nav_box li:nth-of-type(3) .nav_list_content_left{width: auto;text-align: left;}
}
@media (max-width: 990px) {
  .index_banner_swiper_content h5{font-size: 28px;width: 239px;height: 40px;}
  .index_banner_swiper_content{width: 92%;}
  .index_banner_swiper_content h4{font-size: 30px;margin-top: 18px;}
  .index_banner_swiper_content p{font-size: 18px;}
  .index_banner_swiper_content a{height: 52px;border-radius: 26px;font-size: 18px;margin-top: 15px;width: 41%;}
  .index_title h4{font-size: 48px;}
  .index_title h5{font-size: 24px;}
  .index_title p{font-size: 14px;}
  .index_product_ul{justify-content: space-between;}
  .index_product_ul li{width: 48.5%;margin-left: 0;}
  .index_choose_content_ul li h4{font-size: 36px;}
  .index_choose_content_ul li h4 em{font-size: 24px;}
  .index_help_content{top: 0;}
  .index_help_content_box{flex-wrap: wrap;}
  .index_help_content_left{width: 100%;}
  .index_help_content_right{width: 100%;margin-top: 30px;}
  .index_help_content_left h4{text-align: center;}
  .index_help_content_left p{text-align: center;}
  .index_help_box{padding: 45px 0;}
  .index_help_bg{height: 943px;}
  .case_banner_content h1{font-size: 48px;}
  .case_number_bg{height: 500px;}
  .case_number_bg img{height: 100%;object-fit: cover;}
  .case_number_ul{flex-wrap: wrap;}
  .case_number_ul li{width: 48.5%;margin-top: 30px;}
  .case_number_bg{height: 300px;}
  .case_detial_info_content{flex-wrap: wrap;}
  .case_detial_info_content_left{width: 100%;}
  .case_detial_info_content_right{width: 100%;margin-top: 30px;}
  .solution_list_content{flex-direction: column;}
  .solution_list_box li:nth-of-type(even) .solution_list_content{flex-direction: column;}
  .solution_list_box li{padding: 60px 4%;}
  .solution_list_content_left{width: 100%;}
  .solution_list_content_right{width: 100%;margin-top: 30px;}
  .solution_category_banner_content p{width: 74%;margin-top: 0;}
  .solution_category_info_content{flex-wrap: wrap;}
  .solution_category_info_content_left{width: 100%;}
  .solution_category_list_ul{justify-content: space-between;}
  .solution_category_list_ul li{width: 48.5%;margin-left: 0;}
  .solution_detial_banner_content_title{margin-top: 34px;}
  .solution_detial_banner_content_title h1{font-size: 48px;}
  .solution_detial_btn li{height: 60px;text-align: center;}
  .solution_detial_btn li a{font-size: 14px;}
  .solution_detial_introduction_list{flex-wrap: wrap;}
  .solution_detial_introduction_list_title{width: 100%;height: 80px;}
  .solution_detial_introduction_list_ul{width: 100%;margin-top: 30px;}
  .solution_detial_introduction_list_title h4{writing-mode: initial;}
  .solution_detial_chara_ul{justify-content: space-between;}
  .solution_detial_chara_ul li{width: 48.5%;margin-left: 0;}
  .solution_detial_outdoor_ul li{width: 50%;border: none !important;}
  .solution_detial_chara_title h4{text-align: center;}
  .products_list_content_ul{justify-content: space-between;}
  .products_list_content_ul li{width: 48.5%;margin-left: 0 !important;}
  .product_detial_indoor_content{flex-wrap: wrap;}
  .product_detial_indoor_content_left{width: 80%;margin: 0px auto;}
  .product_detial_indoor_content_right{width: 100%;margin-top: 30px;}
  .product_detial_btn li{font-size: 18px;}
  .product_banner_content img{max-width: 70%;}
  .download_content{flex-wrap: wrap;}
  .download_content_left{width: 100%;}
  .download_content_right{width: 100%;margin-top: 36px;}
  .download_content_left_title{height: 36px;}
  .download_content_left_nav_frist{height: 36px;}
  .download_content_left_nav_two a{height: 36px;}
  .download_content_left_title{font-size: 20px;}
  .faq_service_btn{margin-top: 0;flex-wrap: wrap;justify-content: space-between;}
  .faq_service_btn li{width: 48.5%;margin-top: 30px;}
  .faq_service_btn li + li{margin-left: 0;}
  .faq_service_content_list{padding: 5% 4%;}
  .faq_advantages_ul li{padding: 5% 4%;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
  .faq_advantages_ul_right{width: 100%;margin-top: 30px;}
  .faq_advantages_ul_right p{font-size: 16px;}
  .super_factory_bases_content{flex-wrap: wrap;}
  .super_factory_bases_content_left{width: 100%;padding: 5% 4%;}
  .super_factory_bases_content_right{width: 100%;flex: auto;}
  .super_factory_bases_ul{justify-content: space-between;}
  .super_factory_bases_ul li{width: 48.5%;margin-top: 30px;margin-left: 0;}
  .super_factory_laboratories_content{flex-wrap: wrap;}
  .super_factory_laboratories_content li{margin-bottom: 15px;width: 120px;border-radius: 60px;}
  .super_factory_integration_sw_txt{width: 74.3%;}
  .super_factory_testing_ul li{width: 48.5%;}
  .about_ranking_content_box{width: 100%;position: relative;}
  .about_development_content_right_sw_content_left{width: 52.1%;}
  .about_development_content_right_sw_scrollbar{top: 27% !important;}
  .honor_btn_box li{width: 25%;}
  .team_personal_sw{padding-bottom: 100px;}
  .contact_info_ul_top a{font-size: 18px;}
  .contact_office_map_box{height: 450px;}
  .index_product_contents_sw_left{left: -25px;}
  .index_product_contents_sw_right{right: -25px;}
  .index_super_content_left h4{font-size: 33px;margin-top: 19px;}
  .index_super_content_left a{width: 57.3%;height: 54px;border-radius: 27px;margin-top: 14px;}
}
@media (max-width: 768px) {
  .header_content_left{flex-direction: column;}
  .header_content_left_txt{margin-left: 0;padding-left: 0;}
  .header_content_left_txt:before{display: none;}
  .logo{width: 24vw;}
  .header_content_left_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
  .header_content_right_top_language{width: 4vw;}
  .header_content_right_top_search{width: 4vw;margin-left: 3.2vw;}
  .header_content_right_top_email a p{font-size: 3.2vw;}
  .header_content_right_top_email a img{width: 3.8vw;}
  .header_content_right_top_email{margin-left: 3.2vw;}
  .header_content_right{display: flex;justify-content: flex-end;align-items: center;}
  .hd_btn{margin-top: 0;margin-left: 3.8vw;width: 6vw;height: 4vw;}
  .hd_btn .s2{top: 1.75vw;}
  .hd_btn .s3{top: 3.5vw;}
  .header_content_left_txt{display: none;}
  .header_content_box{height: 13.8vw;}
  .header_content_right_top_language_box a{font-size: 3.6vw;height: 8.8vw;}
  .header_content_right_top_language_box{top: 8.8vw;}
  .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_swiper_content h4{font-size: 5.8vw;}
  .index_banner_swiper_img{height: 80vw;}
  .index_banner_swiper_img img{height: 100%;object-fit: cover;}
  .index_banner_swiper_content h5{font-size: 4.2vw;width: 38vw;height: 8.8vw;}
  .index_banner_swiper_content p{font-size: 3.6vw;margin-top: 3.2vw;}
  .index_banner_swiper_content a{width: 62vw;height: 10.8vw;font-size: 3.8vw;border-radius: 5.4vw;}
  .nav_box{top: 13.8vw;height: calc(100vh - 13.8vw);}
  .nav_link_first{font-size: 3.8vw;}
  .nav_box li{margin-top: 5.8vw;}
/*   .nav_list_two a{font-size: 3.6vw;height: 10.8vw;} */
  .index_banner_swiper_right, .index_banner_swiper_left{font-size: 6.8vw;}
  .index_banner_swiper_right{right: 0;}
  .index_banner_swiper_left{left: 0;}
  .index_title h4{font-size: 5.8vw;}
  .index_title h5{font-size: 4.2vw;}
  .index_title p{font-size: 3.2vw;margin-top: 3.2vw;}
  .index_product_box{padding: 8vw 0;}
  .index_product_ul{margin-top: 3.2vw;}
  .index_product_ul li{margin-top: 3.8vw;}
  .index_product_ul_content{padding: 4%;}
  .index_product_ul_content h4{font-size: 3.8vw;}
  .index_product_ul_content p{font-size: 3.2vw;}
  .index_product_more{width: 38vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.8vw;margin-top: 5.8vw;}
  .index_choose_box{margin-top: 8vw;}
  .index_choose_content{padding: 8vw 0;}
  .index_choose_content_ul{align-items: flex-start;}
  .index_choose_content_ul li h4{font-size: 5.8vw;}
  .index_choose_content_ul li p{font-size: 3.2vw;margin-top: 3.2vw;}
  .index_choose_content_ul li h4 em{font-size: 3.8vw;}
  .index_choose_content_ul li{margin-top: 5.8vw;}
  .index_solution_box{padding: 8vw 4%;}
  .index_solution_sw{width: 100%;margin-top: 5.8vw;overflow: hidden;}
  .index_solution_sw_right,.index_solution_sw_left{font-size: 10.8vw;}
  .index_solution_sw_right{right: 1%;}
  .index_solution_sw_left{left: 1%;}
  .index_solution_sw_content{padding: 4%;}
  .index_solution_sw_content h4{font-size: 3.8vw;}
  .index_solution_sw_content p{font-size: 3.2vw;}
  .index_news_box{padding: 8vw 0;}
  .index_news_ul{flex-wrap: wrap;}
  .index_news_ul li + li{margin-top: 3.8vw;}
  .index_news_ul li{width: 100%;}
  .index_news_ul_tag{font-size: 3.8vw;padding: 1.2vw;}
  .index_news_ul_bottom{padding: 4%;}
  .index_news_ul_bottom h4{font-size: 3.8vw;}
  .index_news_ul_bottom_time{font-size: 3.2vw;margin-top: 3.6vw;}
  .index_news_ul_bottom_more{width: 38vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.8vw;margin-top: 3.8vw;}
  .index_help_box{padding: 0;}
  .index_help_content_left h4{font-size: 5.8vw;}
  .index_help_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
  .index_help_content_right_ul li{height: 10.8vw;font-size: 3.8vw;}
  .index_help_content_right{margin-top: 5.8vw;}
  .index_help_content_right_content_list{padding: 4%;}
  .index_help_content_right_content_list_ul li{width: 100%;height: 10.8vw;margin-top: 3.2vw;}
  .index_help_content_right_content_list_ul li input{padding-left: 1.8vw;font-size: 3.6vw;}
  .index_help_content_right_content_list_ul li.textarea{height: 25vw;}
  .index_help_content_right_content_list_ul li.textarea textarea{padding: 1.8vw;font-size: 3.6vw;}
  .index_help_content_right_content_list_ul_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;border-radius: 5.4vw;}
  .index_help_bg{height: 185vw;}
  .footer_top_box{padding-top: 8vw;}
  .footer_top_content{flex-wrap: wrap;}
  .footer_top_logo{width: 100%;height: auto;}
  .footer_top_logo img{width: 24vw;margin: 0px auto;display: block;}
  .footer_top_content_link{margin-top: 5.8vw;}
  .footer_top_content_link h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
  .footer_top_content_link a{font-size: 3.2vw;}
  .footer_top_content_info{width: 100%;margin-top: 5.8vw;}
  .footer_top_content_info_title{font-size: 3.8vw;margin-bottom: 3.2vw;}
  .footer_top_content_info_ul li p{font-size: 3.2vw;}
  .footer_top_content_info_ul li{padding-left: 5.8vw;}
  .footer_top_content_info_ul li:nth-of-type(1):before{width: 3vw;top: 1.2vw;}
  .footer_top_content_info_ul li:nth-last-of-type(1):before{width: 3vw;top: 1.2vw;}
  .footer_top_content_info_ul li + li{margin-top: 3.8vw;}
  .footer_top_content_info_ul2{margin-top: 5.8vw;justify-content: space-between;}
  .footer_top_content_info_ul2 li{width: 48.5%;}
  .footer_top_content_info_ul2 li + li{margin-left: 0;}
  .footer_top_content_info_ul2 li p{font-size: 3.8vw;}
  .footer_share_ul{margin-top: 5.8vw;}
  .footer_share_ul li + li{margin-left: 3.2vw;}
  .footer_last_box{margin-top: 5.8vw;}
  .footer_last_box p{font-size: 2.7vw;flex-wrap: wrap;}
  .footer_last_box p a{margin-left: 0;}
  .footer_share_ul li{width: 7.8vw;}
  .case_banner_bg{height: 46vw;}
  .case_banner_bg img{height: 100%;object-fit: cover;}
  .case_banner_content h1{font-size: 5.8vw;}
  .case_banner_content p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
  .crumbs_box ul{margin-top: 3.2vw;}
  .crumbs_box ul li{font-size: 2.5vw;}
  .case_number_ul li h4, .case_number_ul li h4 span{font-size: 5.8vw;}
  .case_number_ul li h4 sub{font-size: 3.2vw;}
  .case_number_ul li p{font-size: 3.2vw;margin-top: 2.8vw;}
  .case_number_ul{margin-top: 0;}
  .case_number_ul li{margin-top: 3.8vw;}
  .case_number_bg{height: 58vw;}
  .case_project_box{padding: 8vw 0;}
  .case_project_tab_title{font-size: 5.8vw;}
  .case_project_tab_list{margin-top: 5.8vw;}
  .case_project_tab_list h4{font-size: 3.6vw;text-align: left;width: 14vw;}
  .case_project_tab_list a{height: 8vw;padding: 0 2.4vw;font-size: 2.7vw;border-radius: 4vw;margin-right: 1.8vw;}
  .case_project_list{margin-top: 0;}
  .case_project_list li{width: 100%;margin-top: 3.8vw;}
  .case_project_list_txt{padding: 5% 4%;}
  .case_project_list_txt h4{font-size: 3.8vw;}
  .case_project_list_txt p{font-size: 3.2vw;margin-top: 1.8vw;}
  .case_super_box{padding: 8vw 0;}
  .case_title h4,.case_title h1{font-size: 5.8vw;}
  .case_title h5{font-size: 5.8vw;}
  .case_title p{font-size: 3.2vw;line-height: 5.8vw;}
  .case_super_list_box{margin-top: 0;justify-content: space-between;}
  .case_super_list_box li{width: 48.5%;margin-top: 5.8vw !important;margin-left: 0;}
  .case_super_list_img{border-radius: 2vw;}
  .case_super_list_txt{padding: 5% 4%;border-radius: 2vw;}
  .case_super_list_txt h4{font-size: 3.6vw;}
  .case_super_list_txt p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
  .case_super_list_txt i{font-size: 12.8vw;bottom: 0;}
  .case_partners_box{padding: 8vw 0;}
  .case_partners_list{margin-top: 3.8vw;}
  .case_partners_list li{width: 24%;margin-top: 3.2vw;}
  .case_get_box{padding: 8vw 0;}
  .case_get_content_box{width: 92%;padding: 8vw 0;border-radius: 2vw;}
  .case_get_content{width: 92%;}
  .case_get_content_title h4{font-size: 5.8vw;}
  .case_get_content_title p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .case_get_content_form{margin-top: 3.8vw;}
  .case_get_content_form li{width: 100%;height: 10.8vw;margin-top: 3.2vw;}
  .case_get_content_form li input{padding-left: 3.2vw;font-size: 3.2vw;}
  .case_get_content_form li textarea{padding: 1.8vw 3.2vw;font-size: 3.6vw;}
  .case_get_content_form li:nth-last-of-type(2){height: 34vw;}
  .case_get_content_form_btn{width: 42vw;height: 10.8vw;font-size: 3.8vw;margin-top: 3.2vw;border-radius: 5.4vw;}
  .case_detial_title{margin-top: 8vw;}
  .case_detial_title h4{font-size: 5.8vw;}
  .case_detial_info_content{margin-top: 8vw;}
  .case_detial_info_content_left{border-radius: 2vw;}
  .case_detial_info_content_left_sw_page span{width: 1.4vw;height: 1.4vw;}
  .case_detial_info_content_right{margin-top: 5.8vw;}
  .case_detial_info_content_right p{font-size: 3.6vw;line-height: 5.8vw;}
  .case_detial_info_content_right_ul li img{width: 5.8vw;margin-right: 1.8vw;}
  .case_detial_info_content_right_ul li h4{font-size: 3.6vw;}
  .case_detial_info_content_right_ul{margin-top: 3.8vw;}
  .case_detial_info_content_right_ul li + li{margin-top: 3.8vw;}
  .case_detial_info_box{padding-bottom: 8vw;}
  .case_detial_video a{margin-top: 5.8vw;border-radius: 2vw;border-width: 3vw;}
  .case_detial_video a:after{background-size: 11vw auto;}
  .case_detial_video{padding-bottom: 8vw;}
  .case_detial_customer_box{padding: 8vw 0;}
  .case_detial_customer_title{font-size: 5.8vw;}
  .case_detial_customer_content{margin-top: 8vw;}
  .case_detial_customer_content_sw .swiper-slide h4{font-size: 5.8vw;margin-top: 3.6vw;}
  .case_detial_customer_content_sw .swiper-slide p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .case_related_box{padding: 8vw 0;}
  .case_related_content{margin-top: 5.8vw;}
  .case_related_content_sw_right, .case_related_content_sw_left{display: none;}
  .case_related_content_sw_txt{padding: 5% 4%;}
  .case_related_content_sw_txt h4{font-size: 4.2vw;}
  .case_related_content_sw_txt p{font-size: 3.2vw;margin-top: 3.2vw;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .solution_banner_content{padding-top: 8vw;}
  .solution_banner_content h1{font-size: 5.8vw;}
  .solution_mls_box{padding-bottom: 8vw;}
  .solution_mls_title{margin-top: 8vw;width: 100%;}
  .solution_mls_title h4{font-size: 5.8vw;}
  .solution_mls_title p{font-size: 3.2vw;margin-top: 3.2vw;}
  .solution_mls_btn{margin-top: 5.8vw;}
  .solution_mls_btn a{font-size: 3.2vw;padding: 0 1.8vw;height: 8vw;border-radius: 4vw;margin-right: 1.2vw;}
  .solution_list_box li{padding: 5.8vw 4%;}
  .solution_list_content_right{margin-top: 3.6vw;}
  .solution_list_content_right h4{font-size: 4.8vw;}
  .solution_list_content_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .solution_list_content_right a{width: 42vw;height: 10.8vw;font-size: 3.8vw;margin-top: 3.8vw;border-radius: 5.4vw;}
  .solution_category_banner{height: 42vw;}
  .solution_category_banner img{height: 100%;object-fit: cover;}
  .solution_category_banner_content h1{font-size: 5.8vw;}
  .solution_category_banner_content p{width: 70%;font-size: 2.8vw;line-height: 4.8vw;margin-top: 3.2vw;}
  .solution_category_info_content{margin-top: 5.8vw;}
  .solution_category_info_content_right{padding: 4%;}
  .solution_category_info_content_right h4{font-size: 5.8vw;}
  .solution_category_info_content_right p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
  .solution_category_info_content_right a{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.8vw;margin-top: 3.8vw;}
  .solution_category_list_box{padding: 8vw 0;}
  .solution_category_listtitle h4{font-size: 5.8vw;}
  .solution_category_list_ul{margin-top: 3.2vw;}
  .solution_category_list_ul li{width: 100%;margin-top: 3.8vw;}
  .solution_category_list_ul_txt h4{font-size: 4.2vw;margin-top: 3.2vw;}
  .solution_category_list_ul_txt p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 1.2vw;}
  .solution_detial_btn_box{display: none;}
  .solution_detial_banner_content_title h1{font-size: 5.8vw;}
  .solution_detial_banner_content_title{margin-top: 3.8vw;}
  .solution_detial_back_box{padding: 8vw 0;}
  .solution_detial_title h4{font-size: 5.8vw;}
  .solution_detial_back_box p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
  .solution_detial_back_btn{justify-content: space-between;margin-top: 3.8vw;}
  .solution_detial_back_btn a{width: 48.5%;height: 10.8vw;border-radius: 5.4vw;font-size: 3.8vw;}
  .solution_detial_back_btn a + a{margin-left: 0;}
  .solution_detial_introduction_box{padding: 8vw 0;}
  .solution_detial_introduction_list{margin-top: 5.8vw;}
  .solution_detial_introduction_list_title{height: 10.8vw;font-size: 3.8vw;border-radius: 5.4vw;}
  .solution_detial_introduction_list_title h4{font-size: 3.8vw;}
  .solution_detial_introduction_list_ul{flex-wrap: wrap;margin-top: 3.2vw;}
  .solution_detial_introduction_list_ul li{width: 100%;margin-top: 3.8vw;height: auto;padding: 3.8vw 0;}
  .solution_detial_introduction_list_ul li h4{font-size: 3.8vw;margin-top: 3.2vw;}
  .solution_detial_chara_title{height: 10.8vw;}
  .solution_detial_chara_title h4{font-size: 3.8vw;}
  .solution_detial_chara_ul{margin-top: 3.2vw;}
  .solution_detial_chara_ul li{width: 100%;margin-top: 3.8vw;}
  .solution_detial_chara_ul_ico{width: 20vw;}
  .solution_detial_chara_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .solution_detial_chara_box{padding-bottom: 8vw;}
  .solution_detial_outdoor_ul{margin-top: 3.2vw;}
  .solution_detial_outdoor_ul li{width: 100%;margin-top: 3.8vw;padding: 0 !important;}
  .solution_detial_outdoor_ul li h4{font-size: 3.8vw;padding-left: 5vw;}
  .solution_detial_outdoor_ul li h4:before{width: 2vw;top: 1vw;}
  .solution_detial_outdoor_ul li p{padding-left: 5vw;font-size: 3.6vw;line-height: 5.8vw;margin-top: 2.8vw;}
  .solution_detial_outdoor_box{padding-bottom: 8vw;}
  .solution_detial_super_content{padding-top: 8vw;flex-direction: column-reverse;}
  .solution_detial_super_content_right{width: 100%;}
  .solution_detial_super_content_left p{font-size: 3.6vw;padding-left: 5vw;}
  .solution_detial_super_content_left p:before{width: 2vw;top: 1vw;}
  .solution_detial_super_content_left{width: 100%;}
  .solution_detial_super_content_left p + p{margin-top: 5.8vw;}
  .solution_detial_super_box{padding-bottom: 8vw;}
  .solution_detial_professional_content{margin-top: 5.8vw;}
  .solution_detial_professional_content_right{width: 75%;}
  .solution_detial_professional_content_left{margin-top: 3.2vw;flex-wrap: wrap;}
  .solution_detial_professional_content_left li{width: 100%;padding: 5% 4%;}
  .solution_detial_professional_content_left_img{width: 25vw;}
  .solution_detial_professional_content_left li h4{font-size: 4.2vw;margin-top: 3.6vw;}
  .solution_detial_professional_content_left li p{font-size: 3.6vw;line-height: 5.8vw;}
  .solution_detial_professional_content_left li:after{height: 1vw;}
  .solution_detial_professional_box{padding-bottom: 8vw;}
  .solution_detial_extreme_txt p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .solution_detial_extreme_ul li{width: 100%;margin-top: 3.8vw;}
  .solution_detial_extreme_ul li h4{font-size: 3.8vw;margin-top: 1.8vw;}
  .solution_detial_extreme_box{padding-bottom: 8vw;}
  .solution_detial_complete_ul{margin-top: 3.2vw;flex-wrap: wrap;}
  .solution_detial_complete_ul li{width: 100%;margin-top: 3.8vw;}
  .solution_detial_complete_ul_img{width: 18vw;}
  .solution_detial_complete_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
  .solution_detial_complete_box{padding-bottom: 8vw;}
  .solution_detial_sight_img{margin-top: 5.8vw;}
  .solution_installation_txt p{font-size: 3.8vw;line-height: 5.8vw;}
  .solution_installation_txt{margin-top: 3.2vw;}
  .solution_installation_ul{flex-wrap: wrap;margin-top: 3.2vw;}
  .solution_installation_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 0;}
  .solution_installation_ul li h4{font-size: 3.8vw;margin-top: 3.6vw;}
  .solution_installation_ul_img{width: 30vw;}
  .solution_installation_box{padding-bottom: 8vw;}
  .solution_detial_angle_img{margin-top: 5.8vw;}
  .solution_detial_angle_box{padding-bottom: 8vw;}
  .solution_detial_successful_box{padding: 8vw 4%;}
  .solution_detial_successful_ul{margin-top: 3.2vw;flex-wrap: wrap;}
  .solution_detial_successful_ul li{width: 48.5%;}
  .solution_detial_successful_ul_content_div h4{font-size: 3.2vw;margin-bottom: 2.8vw;}
  .solution_detial_successful_ul li + li{margin-top: 0;}
  .solution_detial_successful_ul li:nth-of-type(3){width: 38.5%;margin-top: 3.2vw;}
  .solution_detial_successful_ul li:nth-of-type(4){width: 57.5%;margin-top: 3.2vw;}
  .solution_cartification_box{padding: 8vw 0;}
  .solution_cartification_content_sw .swiper-slide{width: 48.5%;}
  .solution_cartification_content{margin-top: 8vw;}
  .solution_cartification_content_sw .swiper-slide h4{font-size: 3.8vw;margin-top: 3.2vw;}
  .solution_detial_related_box{padding: 8vw 0;}
  .products_list_content{padding-bottom: 8vw;}
  .products_list_content_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
  .products_list_content_ul_content h4{font-size: 3.8vw;}
  .products_list_content_ul_content{margin-top: 3.2vw;}
  .products_list_content_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
  .products_list_content_ul_content_btn{width: 40vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
/*   .product_detial_indoor_content{margin-top: 5.8vw;} */
  .product_detial_indoor_content_left_sw{display: none;}
  .product_detial_indoor_content_left{width: 100%;}
  .product_detial_indoor_content_big_sw .swiper-slide{border-radius: 2.5vw;}
  .product_detial_indoor_content_right{margin-top: 5.8vw;}
  .product_detial_indoor_content_right h1{font-size: 5.8vw;}
  .product_detial_indoor_content_right_desc{font-size: 5.8vw;}
  .product_detial_indoor_content_right_tag{margin-top: 5.8vw;}
  .product_detial_indoor_content_right_tag h4{font-size: 4.2vw;}
  .product_detial_indoor_content_right_tag p a{font-size: 3.6vw;}
  .product_detial_indoor_content_right_link{margin-top: 5.8vw;}
  .product_detial_indoor_content_right_link a{height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;}
  .product_detial_btn_box{display: none;}
  .product_detial_indoor_box{padding: 8vw 0;}
  .product_detial_content_list{padding-top: 8vw;}
  .product_detial_content_list:nth-last-of-type(1){padding: 8vw 0;margin-top: 8vw;}
  .product_detial_content_list_img{margin-top: 8vw;}
  .product_detial_indoor_content_big_sw{width: 100%;}
  .product_detial_content_list a{margin-top: 5.8vw;border-radius: 2vw;border-width: 3vw;}
  .product_detial_content_list a:after{background-size: 11vw auto;}
  .product_related_content_sw_right, .product_related_content_sw_left{font-size: 6.8vw;}
  .product_related_content_sw_right{right: -4vw;}
  .product_related_content_sw_left{left: -4vw;}
  .product_related_content_sw_img{padding: 4%;}
  .product_related_content_sw_txt{padding: 5% 4%;}
  .product_related_content_sw_txt h4{font-size: 4.2vw;min-height: auto;}
  .product_related_content_sw_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
  .solution_cartification_content_sw_right,.solution_cartification_content_sw_left{display: block;font-size: 6.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: 5.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;}
  .page li{width: 8vw;height: 8vw;line-height: 8vw;}
  .page li a{line-height: 8vw;}
  .product_detial_banner_con h4{font-size: 3.8vw}
  .product_detial_banner_con p{font-size: 3.2vw;margin-top: 3.2vw;}
  .product_detial_indoor_content_right_txt{font-size: 3.2vw;margin-top: 3.2vw;}
  .product_banner_content h1{font-size: 5.8vw;}
  .product_banner_content img{max-width: 90%;margin-top: 5.8vw;}
  .product_banner{height: 60vw;}
  .product_banner img{height: 100%;object-fit: cover;}
  .download_banner_content h1{font-size: 5.8vw;}
  .download_banner_content p{font-size: 3.6vw;margin-top: 3.6vw;}
  .download_banner_img{height: 40vw;}
  .download_banner_img img{height: 100%;object-fit: cover;}
  .download_box{padding: 8vw 0;}
  .download_content_right_search_box{width: 100%;}
  .download_content_right_btn{width: 18.7%;}
  .faq_crumbs_box{top: 3.6vw;}
  .faq_banner_content_box h1{font-size: 5.8vw;}
  .faq_banner_content_box img{max-width: 100%;margin-top: 3.8vw;}
  .faq_number_ul li h4{font-size: 5.8vw;}
  .faq_number_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
  .faq_number_ul{margin-top: 3.8vw;flex-wrap: wrap;}
  .faq_number_ul li{width: 32%;margin-top: 1.8vw;}
  .faq_number_ul li:nth-last-of-type(1),.faq_number_ul li:nth-last-of-type(2){width: 48.5%;}
  .faq_banner_bg{height: 108vw;}
  .faq_service_box{padding: 8vw 0;}
  .faq_service_title h4{font-size: 5.8vw;}
  .faq_service_title p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 1.8vw;}
  .faq_service_btn li{padding: 4vw 0;border-radius: 0.8vw;margin-top: 3.6vw;}
  .faq_service_btn li img{width: 7vw;}
  .faq_service_btn li h4{font-size: 3.8vw;margin-left: 1.8vw;}
  .faq_service_content_list h4{font-size: 4.2vw;}
  .faq_service_content_list p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.6vw;}
  .faq_advantages_box{padding: 8vw 0;}
  .faq_advantages_ul{margin-top: 3.2vw;}
  .faq_advantages_ul li{width: 100%;padding: 5% 4%;border-radius: 0.8vw;}
  .faq_advantages_ul_ico{width: 12vw;}
  .faq_advantages_ul_right h4{font-size: 3.8vw;margin-top: 3.2vw;}
  .faq_advantages_ul_right{margin-top: 0;}
  .faq_advantages_ul_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .faq_advantages_ul li:nth-last-of-type(1), .faq_advantages_ul li:nth-last-of-type(2){width: 100%;}
  .faq_list_box{padding: 8vw 0;}
  .faq_list_content{flex-wrap: wrap;margin-top: 5.8vw;}
  .faq_list_content_left{width: 100%;}
  .faq_list_content_left_ul_title span{font-size: 3.8vw;}
  .faq_list_content_left_ul_title h4{font-size: 3.8vw;margin-left: 3.2vw;}
  .faq_list_content_left_ul li{padding: 2.8vw 0;}
  .faq_list_content_left_ul_content{padding-right: 0;margin-top: 3.6vw;}
  .faq_list_content_right{border-radius: 0 0 0 10vw;width: 100%;margin-top: 3.8vw;}
  .faq_list_content_left_ul_content p{font-size: 3.6vw;line-height: 5.8vw;}
  .super_factory_banner_content h1{font-size: 5.8vw;}
  .super_factory_banner_content a{font-size: 2.7vw;width: 36vw;height: 6.8vw;border-radius: 3.4vw;margin-top: 3.6vw;}
  .super_factory_bases_title span,.super_factory_bases_title{font-size: 5.8vw;}
  .super_factory_bases_box{margin-top: 5.8vw;}
  .super_factory_bases_content_left p{font-size: 3.6vw;line-height: 5.8vw;}
  .super_factory_bases_content{margin-top: 3.8vw;}
  .super_factory_bases_content_right li{width: 100% !important;}
  .super_factory_bases_content_right li h4{font-size: 3.6vw;left: 3.2vw;bottom: 3.6vw;}
  .super_factory_bases_box2{padding: 8vw 0;}
  .super_factory_bases_ul{justify-content: space-between;}
  .super_factory_bases_ul li{width: 48.5%;margin-top: 3.8vw;display: flex;flex-direction: column;align-items: center;border-radius: 2vw;padding: 5% 4%;}
  .super_factory_bases_ul li h4{font-size: 4.2vw;}
  .super_factory_bases_ul li h5{font-size: 3.8vw;}
  .super_factory_bases_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .super_factory_bases_ul li:nth-of-type(1),.super_factory_bases_ul li:nth-of-type(2){margin-top: 0;}
  .super_factory_laboratories_box{padding: 8vw 0;}
  .super_factory_laboratories_title{width: 100%;}
  .super_factory_laboratories_title h4,.super_factory_laboratories_title h4 span{font-size: 5.8vw;}
  .super_factory_laboratories_title p{font-size: 3.6vw;line-height: 5.8vw;}
  .super_factory_laboratories_content{margin-top: 5.8vw;}
  .super_factory_laboratories_content li{width: 23%;}
  .super_factory_laboratories_content li.on{width: 100% !important;border-radius: 4vw;border-width: 2vw;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_img img{width: 100%;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_txt{width: 92%;height: 12.8vw;border-radius: 6.4vw;position: absolute;left: 50%;transform: translateX(-50%);bottom: 3.6vw;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_txt_ico{width: 10vw;height: 80%;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_txt_ico img{width: 4vw;}
  .super_factory_laboratories_content_txt h4{font-size: 3.6vw;}
  .super_factory_laboratories_content li.on .super_factory_laboratories_content_txt h4{margin-left: 3.2vw;}
  .super_factory_laboratories_content li:nth-last-of-type(1),.super_factory_laboratories_content li:nth-last-of-type(2),.super_factory_laboratories_content li:nth-last-of-type(3){width: 32%;}
  .super_factory_banner_sw_left, .super_factory_banner_sw_right{font-size: 5.8vw;}
  .super_factory_integration_box{padding: 8vw 0;}
  .super_factory_integration_btn{margin-top: 3.8vw;flex-wrap: wrap;justify-content: space-between;}
  .super_factory_integration_btn li{width: 48.5%;font-size: 3.6vw;margin-left: 0;margin-top: 3.2vw;}
  .super_factory_integration_btn li + li{margin-left: 0;}
  .super_factory_integration_sw{padding: 0;margin-top: 5vw;}
  .super_factory_integration_sw .swiper-slide{width: 100%;border-width: 1vw;}
  .super_factory_integration_sw .swiper-slide{box-shadow: none;}
  .super_factory_integration_sw_right, .super_factory_integration_sw_left{display: none;}
  .super_factory_integration_sw_txt{width: 100%;height: auto;left: 0;bottom: 0;padding: 2% 4%;}
  .super_factory_integration_sw_img{height: 60vw;}
  .super_factory_integration_sw_img img{height: 100%;object-fit: cover;}
  .super_factory_integration_sw_txt h4{font-size: 3.6vw;}
  .super_factory_integration_sw_txt p{font-size: 2.7vw;line-height: 3.2vw;margin-top: 1.8vw;}
  .super_factory_equipment_box{padding: 8vw 0;}
  .super_factory_equipment_ul{margin-top: 3.2vw;}
  .super_factory_equipment_ul li{width: 100%;margin-top: 3.8vw;padding-bottom: 0;}
  .super_factory_equipment_title{font-size: 3.8vw;bottom: 3.8vw;}
  .super_factory_equipment_content{padding: 5% 4%;}
  .super_factory_equipment_content h4{font-size: 3.8vw;}
  .super_factory_equipment_content p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .super_factory_equipment_div:before{height: 1.8vw;}
  .super_factory_testing_box{padding: 8vw 0;}
  .super_factory_testing_ul{margin-top: 3.2vw;}
  .super_factory_testing_ul li{width: 100%;margin-top: 3.8vw;}
  .super_factory_testing_ul_img{border-radius: 2vw 0 2vw 0;}
  .super_factory_testing_ul_div{padding: 5% 4%;}
  .super_factory_testing_ul_div h4{font-size: 3.8vw;}
  .super_factory_testing_ul_div p{font-size: 3.6vw;}
  .super_factory_partners_box{padding: 8vw 0;}
  .super_factory_partners_sw{margin-top: 5.8vw;}
  .super_factory_partners_content{padding-bottom: 8vw;}
  .about_banner_content_logo{width: 20vw;}
  .about_banner_content p{font-size: 3.6vw;line-height: 5.8vw;}
  .about_banner_content_logo img{margin-bottom: 3.2vw;}
  .about_banner_bg{width: 100%;height: 58vw;}
  .about_banner_bg img{height: 100%;object-fit: cover;}
  .about_info_box{padding: 8vw 0;}
  .about_info_content_sw .swiper-slide{padding: 8vw 0;padding-bottom: 0;}
  .about_info_content_sw_left h4{font-size: 5.8vw;}
  .about_info_content_sw_left{padding: 0 4%;}
  .about_info_content_sw_left p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
  .about_info_content_sw_right{margin-top: 3.8vw;}
  .about_info_content_sw{padding-bottom: 0;}
  .about_ranking_content_box{padding: 5% 4%;}
  .about_ranking_content_title{font-size: 5.8vw;}
  .about_ranking_content_ul li p{font-size: 3.6vw;display: block;padding-bottom: 3.2vw;}
  .about_ranking_content_ul li p strong{font-size: 3.8vw;}
  .about_ranking_content_ul li{height: auto;padding-left: 5.2vw;}
  .about_ranking_content_ul li + li{margin-top: 3.2vw;}
  .about_ranking_content_ul li:before{width: 2vw;height: 2vw;background-size: 2vw auto;top: 1.6vw;transform: none}
  .about_development_box{padding: 8vw 0;}
  .about_development_title h4{font-size: 5.8vw;}
  .about_development_title p{font-size: 3.6vw;}
  .about_development_content_left{height: 0;width: 0;}
  .about_development_content_right{width: 100%;}
  .about_development_content_box{margin-top: 5.8vw;}
  .about_development_content_right_sw_content_title{font-size: 5.8vw;}
  .about_development_content_right_sw_content_box{margin-top: 3.8vw;flex-wrap: wrap;}
  .about_development_content_right_sw_content_left{width: 100%;}
  .about_development_content_right_sw_content_right{width: 100%;border-radius: 2vw;margin-top: 3.6vw;}
  .about_development_content_right_sw_content_box p{font-size: 3.6vw;line-height: 5.8vw;}
  .about_development_content_right_sw_scrollbar{top: 8vw !important;}
  .about_culture_box{padding: 8vw 0;}
  .about_culture_ul{margin-top: 3.2vw;flex-wrap: wrap;}
  .about_culture_ul li{width: 48.5%;margin-top: 3.8vw;}
  .about_culture_img{width: 10vw;}
  .about_culture_ul li h4{font-size: 4.2vw;margin-top: 3.8vw;}
  .about_culture_ul li p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .about_business_box{padding-top: 8vw;}
  .about_business_content_left{padding: 3%;}
  .about_business_content_right{margin-top: 5.8vw;}
  .about_business_content_right_title{font-size: 5.8vw;}
  .about_business_content_right_ul li{padding: 5% 4%;}
  .about_business_content_right_ul_ico{width: 8vw;}
  .about_business_content_right_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;}
  .about_business_content_right_ul{margin-top: 3.2vw;}
  .honor_banner_content h1{font-size: 5.8vw;}
  .honor_banner_content p{font-size: 3.6vw;}
  .honor_banner_bg{height: 48vw;}
  .honor_banner_bg img{height: 100%;object-fit: cover;}
  .honor_box{padding: 8vw 0;}
  .honor_btn_box li{width: 32%;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;}
  .honor_btn_box li + li{margin-left: 2%;}
  .honor_content_list_ul{justify-content: space-between;margin-top: 3.2vw;}
  .honor_content_list_ul li{width: 48.5%;margin-left: 0;margin-top: 3.8vw;}
  .honor_content_list_ul_img{padding: 0;}
  .honor_content_list_ul li h4{font-size: 3.8vw;margin-top: 3.2vw;}
  .honor_factory_partners_box{padding: 8vw 0;}
  .team_banner_content h1{font-size: 5.8vw;}
  .team_brand_box{padding: 8vw 0;}
  .team_brand_content{margin-top: 5.8vw;}
  .team_brand_content_sw_txt{padding: 5% 4%;}
  .team_brand_content_sw_txt h4{font-size: 4.2vw;margin-bottom: 3.2vw;}
  .team_brand_content_sw_txt p{font-size: 3.6vw;line-height: 6.8vw;}
  .team_brand_content_sw_txt p:before{top: 2vw;}
  .team_brand_content_sw_txt h5{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .team_brand_content_sw_control{position: relative;width: 100%;height: 10.8vw;}
  .team_brand_content_sw_left, .team_brand_content_sw_right{font-size: 8.8vw;}
  .team_brand_content_sw{padding-bottom: 0;}
  .team_personal_box{padding: 8vw 0;}
  .team_personal_sw{margin-top: 5.8vw;padding-bottom: 10.8vw;}
  .team_personal_sw_right, .team_personal_sw_left{width: 8vw;height: 8vw;font-size: 6.8vw;bottom: auto;top: 50%;transform: translateY(-50%);}
  .team_personal_sw_right{right: 0;}
  .team_personal_sw_left{left: 0;}
  .team_personal_sw_content{flex-wrap: wrap;}
  .team_personal_sw_content_left{width: 100%;height: auto;}
  .team_personal_sw_content_right{padding: 5% 4%;}
  .team_personal_sw_content_right h4{font-size: 3.8vw;}
  .team_personal_sw_content_right p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .team_personal_sw_page{display: none;}
  .team_style_box{padding: 8vw 0;}
  .team_style_ul li{font-size: 2.8vw;padding-bottom: 1.8vw;}
  .team_style_ul li + li{margin-left: 1.8vw;}
  .team_style_ul{margin-top: 3.8vw;}
  .team_style_sw .swiper-slide{width: 100%;}
  .team_style_sw{padding: 0;margin-top: 3.8vw;}
  .team_style_sw_right, .team_style_sw_left{display: none;}
  .team_style_sw .swiper-slide{border-width: 2vw;box-shadow: none;}
  .contact_info_box{padding: 8vw 0;}
  .contact_info_title{font-size: 5.8vw;}
  .contact_info_ul{margin-top: 3.8vw;flex-wrap: wrap;justify-content: space-between;}
  .contact_info_ul li{margin-top: 3.8vw;width: 48.5%;}
  .contact_info_ul li:nth-of-type(1){width: 100%;}
  .contact_info_ul li:nth-of-type(1) .contact_info_ul_top{aspect-ratio:initial;padding: 5% 0;}
  .contact_info_ul li + li{margin-left: 0;}
  .contact_info_ul_top{border-radius: 2vw;}
  .contact_info_ul_top a{font-size: 3.8vw;}
  .contact_info_ul li h4{font-size: 3.8vw;margin-top: 3.2vw;}
  .contact_office_title{width: 100%;}
  .contact_office_title h4{font-size: 5.8vw;}
  .contact_office_title p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .contact_office_map_box{height: 73vw;margin-top: 5.8vw;}
  .contact_office_box{padding-bottom: 8vw;}
  .index_super_content_box{flex-wrap: wrap;}
  /* .index_super_bg{height: 150vw;}
  .index_super_bg img{height: 100%;object-fit: cover;} */
  .index_super_content_left{width: 100%;}
  .index_super_content_left h5{font-size: 4.2vw;width: 38vw;height: 10.8vw;}
  .index_super_content_left h4{font-size: 5.8vw;line-height: 6.8vw;margin-top: 3.2vw;}
  .index_super_content_left p{font-size: 3.6vw;margin-top: 3.6vw;}
  .index_super_content_left a{width: 54vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;margin-top: 3.8vw;text-align: center;}
  .index_super_content_right{width: 60%;margin: 0px auto; margin-top: 3.8vw;}
  .index_product_contents_sw h4{font-size: 4.2vw;margin-top: 3.6vw;}
  .index_product_contents_sw p{font-size: 3.2vw;margin-top: 3.2vw;}
  .index_product_contents_sw_right, .index_product_contents_sw_left{font-size: 6.8vw;}
  .index_product_contents_sw_right{right: -1vw;}
  .index_product_contents_sw_left{left: -1vw;}
  .index_product_contents_sw_img{padding: 4%;aspect-ratio: 1/1;border-radius: 2vw;}
  .index_product_contents{margin-top: 5.8vw;}
  .index_product_contents_sw_img img{max-width: 80%;}
  .index_product_boxs{padding: 8vw 0;padding-bottom: 5.8vw;}
  .index_choose_mls_content{padding: 8vw 0;}
  .index_choose_mls_content_left_title h4{font-size: 5.8vw;}
  .index_choose_mls_content_left_title h4 strong{font-size: 5.8vw;}
  .index_choose_mls_content_left_txt{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
  .index_choose_mls_content_right{margin-top: 3.6vw;}
  .nav_box li:nth-of-type(2) .nav_list_content_box, .nav_box li:nth-of-type(3) .nav_list_content_box{padding: 5% 4%;}
  .nav_box li:nth-of-type(2) .nav_list_content_right, .nav_box li:nth-of-type(3) .nav_list_content_right{display: none;}
  .nav_box li:nth-of-type(2) .nav_list_content_left, .nav_box li:nth-of-type(3) .nav_list_content_left{width: 100%;text-align: center;}
  .nav_list_content_left_list a{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
  .nav_list_content_left_more{font-size: 3.8vw;width: 42vw;height: 10.8vw;border-radius: 5.4vw;margin: 0px auto; margin-top: 3.4vw;}
  .nav_list_content_box{padding: 5% 4%;}
  .about_development_content_right_btn_sw_right, .about_development_content_right_btn_sw_left{display: block;top: 76%;bottom: auto;transform: translateY(-50%);background: rgba(255, 255, 255, 0.8);line-height: 44px;}
  .product_detial_indoor_content_big_sw_right,.product_detial_indoor_content_big_sw_left{display: block;font-size: 6.8vw;}
}

@media (max-width:420px) {
	
	.contact_info_ul li {
	    width: 100%;
	}
}

.footer_top_content_info_ul .qr{
	display: flex;
}

.footer_top_content_info_ul .qr .img{
	display: flex;
	flex-direction: column;
	margin-right: 2%;
	align-items: center;
}