@font-face{
     font-family: 'OpenSans-Regular';
     src: url('fonts/OpenSans-Regular.ttf');
}
@font-face{
     font-family: 'OpenSans-Light';
     src: url('fonts/OpenSans-Light.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Montserrat-SemiBold';
     src: url('fonts/Montserrat-SemiBold.ttf');
}
@font-face{
     font-family: 'OpenSans-Bold';
     src: url('fonts/OpenSans-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-ExtraLight';
     src: url('fonts/Poppins-ExtraLight.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-family: "Poppins-Light";
}
:root{
	--mainColor:#cc3750;
	--222:#222222;
	--333:#333333;
	--fff:#ffffff;
}
/*header start*/
.header{width: 100%;height: auto;background: #FFFFFF;position: relative;}
.header .contentWH1400{height: 80px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.header.fixed{position: fixed;top: 0;left: 0;z-index: 999;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);transition: all 0.6s;}
.header.fixed.active{top: -80px;}
.header_left_box{display: flex;justify-content: flex-start;align-items: center;height: 100%;}
.logo{width: 180px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_nav_box{display: flex;justify-content: flex-start;align-items: center;height: 100%;margin-left: 17px;}
.header_nav_box li{height: 100%;margin-left: 30px;position: relative;}
.header_nav_box li:nth-of-type(1){position: initial;}
.nav_frist_link{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #000000;font-family: "Poppins-Medium";text-transform: uppercase;}
.header_nav_box li.on .nav_frist_link,
.header_nav_box li:hover .nav_frist_link{color: var(--mainColor);}
/* .header_product_nav_box{width: 100%;max-height: 0;background: #FFFFFF;position: absolute;left: 0;top: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);overflow: hidden;transition: max-height 0.6s ease-in-out;z-index: 99;} */
.header_product_nav_dl{width: 100%;height: auto;padding: 0 30px 30px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header_product_nav_dl dd{width: 24.5%;height: auto;margin-left: 0.6%;margin-top: 30px;}
.header_product_nav_dl dd:nth-of-type(4n+1){margin-left: 0;}
.nav_two_link{display: block;line-height: 1.6;font-size: 14px;color: var(--mainColor);font-family: "Poppins-SemiBold";text-transform: uppercase;position: relative;transition: all 0.3s;padding-left: 10px;}
.nav_two_link:after{content: "";display: block;width: 3px;height: 12px;background: var(--mainColor);position: absolute;left: 0;top: 4px; overflow: hidden;transition: all 0.3s;}
.nav_two_link:hover{text-decoration: underline;}
.header_product_nav_dl_bottom{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header_product_nav_dl_bottom a{display: block;font-size: 14px;color: #000;width: 48.5%;margin-top: 15px;}
.header_product_nav_dl_bottom a:nth-of-type(2n+1){margin-left: 0;}
.header_product_nav_dl_bottom a:hover{color: var(--mainColor);text-decoration: underline;}
.header_nav_box li:hover .header_product_nav_box{display: block;}
/* ================== */
.nav_list_box{width: 240px;max-height: 0;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);overflow: hidden;transition: max-height 0.6s ease-in-out;z-index: 99;}
.nav_list_box a{display: flex;align-items: center;line-height: 1.4; width: 100%;height: auto;padding: 0 10px;font-size: 14px;color: #000000;font-family: "Poppins-Regular";height: 45px;border-bottom: 1px solid #EEEEEE;transition: all 0.3s;}
.nav_list_box a:nth-last-of-type(1){border-bottom: none;}
.nav_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_box li:hover .nav_list_box{max-height: 800px;}
/* ---------------------- */

.header_product_nav_box{width: 100%;height: auto;padding: 21px  10px ;background: #fafafa;position: absolute;left: 0;top: 100%;display: none;z-index: 99999;}
.header_product_nav_box .header_nav_box li:hover .nav_list_box{display: block;}
.header_product_nav_box .nav_partent_name{font-size: 18px;color: #000000;font-weight: var(--400);}
.header_product_nav_box .nav_list_content{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: 24px;}
.header_product_nav_box .nav_list_content dd{width: 32.7%;min-height: 159px; padding: 26px 7px 26px 10px;background: #FFFFFF;border: solid 1px #eeeeee;transition: all 0.3s;margin-left: 0.93%;margin-top: 8px;display: flex;justify-content: space-between;align-items: center;}
.header_product_nav_box .nav_list_content dd:nth-of-type(3n+1){margin-left: 0;}
.header_product_nav_box .nav_list_content dd:hover{box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);}
.header_product_nav_box .nav_list_content_img{width: 26.1%;height: auto;display: block;overflow: hidden;}
.header_product_nav_box .nav_list_content_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.header_product_nav_box .nav_list_content_img:hover img{transform: scale(1.1);}
.header_product_nav_box .nav_list_content_right{flex: 1;margin-left: 10px;}
.header_product_nav_box .nav_list_content_right h4{font-size: 16px;color: #000000;font-weight: var(--500);}
.header_product_nav_box .nav_list_content_right span{display: block;font-size: 23px;color: #000;font-weight: var(--500);margin-top: 12px;}
.header_product_nav_box .nav_list_content dd:hover .nav_list_content_right span{display: none;}
.header_product_nav_box .nav_list_content dd:hover .nav_list_content_right h4 a{text-decoration: underline;color: var(--mainColor);}
.header_product_nav_box .nav_list_content_right_link{display: none;justify-content: space-between;flex-wrap: wrap;width: 100%;height: auto;margin-top: 10px;}
.header_product_nav_box .nav_list_content_right_link a{display: block;width: 49%;height: auto;font-size: 14px;line-height: 1.8;color: #6d7077;font-weight: var(--400);}
.header_product_nav_box .nav_list_content dd:hover .nav_list_content_right_link{display: flex;}
.header_product_nav_box .nav_list_content_right_link a:hover{color: var(--mainColor);text-decoration: underline;}
.header_product_nav_box .nav_list_content dd:nth-last-of-type(1){flex: 1;background: none;border: none;align-items: flex-start;padding: 0;}
.header_product_nav_box .nav_list_content dd:nth-last-of-type(1):hover{box-shadow: initial;}
.header_product_nav_box .nav_list_content dd:nth-last-of-type(1) a{display: flex;justify-content: center;align-items: center;width: 172px;height: 50px;background: var(--mainColor);border-radius: 5px;font-size: 14px;color: #F4f4f4;margin-left: 84px;margin-top: 50px;transition: all 0.6s;}
.header_product_nav_box .nav_list_content dd:nth-last-of-type(1) a:hover{transform: scale(1.1);}
.header_product_nav_box .nav_other_list_box{width: 240px;max-height: 0px;overflow: hidden; position: absolute;left: 50%;transform: translateX(-50%);top: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);transition: all 0.3s;z-index: 99999;}
.header_product_nav_box .nav_other_list_box a{display: block;width: 100%;line-height: 50px;padding: 0 18px;font-size: 16px;color: #000000;font-weight: var(--400);border-bottom: 1px solid #EEEEEE;background: #FFFFFF;}
.header_product_nav_box .nav_other_list_box a:nth-last-of-type(1){border: none;}
.header_product_nav_box .nav_other_list_box a:hover,.nav_other_list_box a.active{color: #FFFFFF;background: var(--mainColor);}
.header_product_nav_box .nav_solution_list{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header_product_nav_box .nav_solution_list dd{width: 23.5%;height: auto;margin-top: 35px;margin-left: 2%;}
.header_product_nav_box .nav_solution_list dd:nth-of-type(4n+1){margin-left: 0;}
.header_product_nav_box .nav_solution_list_img{width: 100%;height: auto;border-radius: 5px;overflow: hidden;}
.header_product_nav_box .nav_solution_list_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.header_product_nav_box .nav_solution_list dd h4{font-size: 18px;color: #000000;text-align: center;margin-top: 10px;font-weight: var(--400);}
.header_product_nav_box .nav_solution_list dd:hover .nav_solution_list_img img{transform: scale(1.1);}
.header_product_nav_box .nav_solution_list dd:hover h4{color: var(--mainColor);text-decoration: underline;}








/* ================ */
.header_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_search_btn{width: 20px;height: auto;cursor: pointer;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_right_language{height: 100%;margin-left: 20px;position: relative;}
.header_right_language_btn{height: 100%;display: flex;align-items: center;cursor: pointer;}
.header_right_language_btn img{display: block;}
.header_right_language_btn img + img{margin-left: 4px;}
.header_right_language_list{width: 120px;max-height: 0px;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;z-index: 99;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);overflow: hidden;transition: max-height 0.6s ease-in-out;}
.header_right_language_list a{display: block;width: 100%;line-height: 38px;font-size: 14px;color: #000000;padding: 0 10px;font-family: "Poppins-Regular";border-bottom: 1px solid #EEEEEE;transition: all 0.3s;}
.header_right_language_list a:nth-last-of-type(1){border-bottom: none;}
.header_right_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_right_language:hover .header_right_language_list{max-height: 800px;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  #000;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_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 100%;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 end*/
/*banner start*/
body{max-width: 1920px;margin: 0px auto;}
.banner{height: auto;position: relative;overflow: hidden;max-width: 1920px;margin: 0px auto;}
.index_banner_big_swiper{width: 100%;height: auto;aspect-ratio: 1920/920;overflow: hidden;}
.index_banner_big_swiper_bg{width: 100%;height: auto;overflow: hidden;}
.index_banner_big_swiper_bg img{width: 100%;height: 100%;object-fit: cover;display: block;}
.index_banner_big_swiper_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 130px;}
.index_banner_logo{width: 141px;height: auto;margin: 0px auto;position: relative;top: -20px;opacity: 0;transition-property: top, opacity;transition-duration: 0.6s;transition-delay: 1s;}
.index_banner_logo img{width: 100%;height: auto;display: block;}
.index_banner_big_swiper_content_box h2{font-size: 60px;color: #FFFFFF;font-family: "Poppins-Regular";text-align: center;margin-top: 20px;position: relative;left: -50px;opacity: 0;transition-property: left, opacity;transition-duration: 0.6s;transition-delay:1.2s;}
.index_banner_big_swiper_content_box h3{font-size: 18px;color: #FFFFFF;font-family: "Poppins-SemiBold";text-align: center;margin-top: 10px;position: relative;right: -50px;opacity: 0;transition-property: right, opacity;transition-duration: 0.6s;transition-delay: 1.5s;}
.index_banner_big_swiper_content_ul{display: flex;justify-content: center;margin-top: 12px;position: relative;top: 20px;opacity: 0;transition-property: top, opacity;transition-duration: 0.6s;transition-delay: 2s;}
.index_banner_big_swiper_content_ul li{width: 48px;height: auto;margin-left: 18px;}
.index_banner_big_swiper_content_ul li img{width: 100%;height: auto;display: block;}
.index_banner_big_swiper_content_ul li:nth-of-type(1){margin-left: 0;}
.index_banner_big_swiper_content_box.on .index_banner_logo{top: 0;opacity: 1;}
.index_banner_big_swiper_content_box.on h2{left: 0;opacity: 1;}
.index_banner_big_swiper_content_box.on h3{right: 0;opacity: 1;}
.index_banner_big_swiper_content_box.on .index_banner_big_swiper_content_ul{top: 0;opacity: 1;}
.index_banner_big_swiper_right,.index_banner_big_swiper_left{font-size: 48px;color: #FFFFFF;opacity: 0.3;font-family: "Poppins-Regular";}
.index_banner_big_swiper_right:hover,.index_banner_big_swiper_left:hover{color: var(--mainColor);opacity: 1;}
.index_banner_big_swiper_right{right: 20px;}
.index_banner_big_swiper_left{left: 20px;}
.index_banner_btn_swiper{position: absolute;left: 97px;bottom: 44px;height: 105px;}
.index_banner_btn_swiper .swiper-slide{font-size: 14px;color: #FFFFFF;opacity: 0.5;padding-left: 14px;font-family: "Poppins-Regular";position: relative;cursor: pointer;}
.index_banner_btn_swiper .swiper-slide.swiper-slide-active{font-size: 18px;opacity: 1;font-family: "Poppins-SemiBold";}
.index_banner_btn_swiper .swiper-slide:after{content: "";display: block;width: 4px;height: 21px;background: #FFFFFF;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 2px;opacity: 0;transition: all 0.3s;}
.index_banner_btn_swiper .swiper-slide.swiper-slide-active:after{opacity: 1;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 80px 0px;background: #FFFFFF;}
.index_title_box{width: 100%;height: auto;}
.index_title_top_box{display: flex;justify-content: flex-start;align-items: center;overflow: hidden;}
.index_title_top_box img{display: block;margin-right: 20px;}
.index_title_top_box h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.index_title_top_txt{width: 100%;height: auto;}
.index_title_top_txt p{font-size: 14px;color: #000000;font-family: "Poppins-Light";margin-top: 7px;}
.index_product_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.index_product_ul li{width: 32%;height: auto;background: url(../images/index_product_list_bg1.jpg) no-repeat center center;background-size: cover;margin-left: 2%;margin-top: 20px;transition: all 0.3s;}
.index_product_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_product_ul_img{width: 100%;height: auto;aspect-ratio:450/376;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.index_product_ul_img img{max-width: 100%;height: auto;display: block;}
.index_product_ul_txt{width: 100%;height: auto;padding: 28px;overflow: hidden;}
.index_product_ul_txt h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.2;height: 58px;transition: all 0.3s;}
.index_product_ul_txt p{font-size: 16px;color: #000000;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-top: 14px;height: 52px;transition: all 0.3s;}
.index_product_ul_txt span{display: flex;margin-top: 10px;justify-content: flex-start;align-items: center;transform: translateX(-23%);transition: all 0.3s;}
.index_product_ul_txt span img{width: 25px;height: auto;display: block;transition: all 0.3s;}
.index_product_ul_txt span i{font-size: 16px;color: #FFFFFF;font-family: "Poppins-Regular";font-style: initial;display: block;margin-right: 10px;opacity: 0;transition: all 0.3s;}
.index_product_ul li:hover{background: url(../images/index_product_list_bg.png) no-repeat center center;background-size: cover;}
.index_product_ul li:hover span{transform: translateY(0);}
.index_product_ul li:hover span i{opacity: 1;}
.index_product_ul li:hover .index_product_ul_txt h2{color: #FFFFFF;}
.index_product_ul li:hover .index_product_ul_txt p{color: #FFFFFF;}
.index_product_ul li:hover .index_product_ul_txt span img{filter: brightness(0) invert(1);}
.index_product_ul li:hover .index_product_ul_txt span i{display: block;}
.index_devices_box{width: 100%;height: auto;position: relative;}
.index_devices_bg{width: 100%;height: auto;aspect-ratio:1920/870;}
.index_devices_bg img{width: 100%;height: auto;display: block;}
.index_devices_bg video{width: 100%;display: block;}
.index_devices_content_box{width: 100%;height: auto;aspect-ratio:1920/870;position: absolute;left: 0;top: 0;}
.index_devices_content_logo{width: 100%;height: auto;padding-top: 50px;}
.index_devices_content_logo_top{width: 180px;height: auto;}
.index_devices_content_logo_top img{width: 100%;height: auto;display: block;}
.index_devices_content_logo_bottom{display: flex;justify-content: flex-start;margin-top: 30px;}
.index_devices_content_logo_bottom li{width: 48px;height: auto;margin-left: 18px;}
.index_devices_content_logo_bottom li:nth-of-type(1){margin-left: 0;}
.index_devices_content_logo_bottom li img{width: 100%;height: auto;display: block;}
.index_devices_content_center{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding-bottom: 115px;}
.index_devices_content_center h2{font-size: 48px;color: #EEEEEE;font-family: "Poppins-SemiBold";text-align: center;line-height: 1.4;padding: 0 23%;}
.index_devices_content_center p{font-size: 14px;color: #EEEEEE;text-align: center;margin-top: 9px;font-family: "Poppins-ExtraLight";}
.index_devices_content_center a{display: flex;justify-content: center;align-items: center;width: 242px;height: 58px;border-radius: 5px;border: 1px solid #FFFFFF;font-size: 16px;color: #FFFFFF;font-family: "Poppins-Regular";margin: 0px auto;margin-top: 20px;transition: all 0.3s;}
.index_devices_content_center a:hover{background: #FFFFFF;color: var(--mainColor);}
.index_devices_list_box{width: 100%;height: auto;padding: 80px 0;background: #FFFFFF;position: relative;}
.index_devices_list_ico{width: 95px;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;display: flex;justify-content: center;align-items: flex-start;position: absolute;left: 50%;transform: translateX(-50%);top: -35px;padding: 10px;}
.index_devices_list_ico img{width: 39px;height: auto;display: block;animation: bounce 1s infinite}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.index_devices_list_content_box{width: 100%;height: auto;}
.index_devices_list_content{width: 100%;height: auto;position: relative;}
.index_devices_list_content_sw{width: 100%;height: auto;}
.index_devices_list_content_sw .swiper-slide{border-radius: 5px;background: #FFFFFF;transition: all 0.3s;padding-bottom: 30px;}
.index_devices_list_content_img{width: 100%;height: auto;display: flex;justify-content: center;overflow: hidden;}
.index_devices_list_content_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_devices_list_content_sw .swiper-slide h2{font-size: 16px;color: #000000;font-family: "Poppins-Regular";text-align: center;}
.index_devices_list_content_sw .swiper-slide:hover{background: #f6f6f6;}
.index_devices_list_content_sw .swiper-slide:hover .index_devices_list_content_img img{transform: scale(1.1);}
.index_devices_list_content_sw_right,.index_devices_list_content_sw_left{width: 25px;height: auto;}
.index_devices_list_content_sw_right img,.index_devices_list_content_sw_left img{width: 100%;height: auto;display: block;}
.index_devices_list_content_sw_right{right: -39px;}
.index_devices_list_content_sw_left{left: -39px;}
.index_about_box{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #f6f6f6;position: relative;overflow: hidden;}
.index_about_left_box{width: 52.71%;height: auto;position: relative;}
.index_about_left_box img{width: 100%;height: 100%;object-fit: cover;display: block;}
.index_about_left_box a:after{background: url(../images/index_about_video_btn.png) no-repeat center center;background-size: 56px auto;}
.index_about_right_box{flex: 1;padding-left: 120px;align-items: center;display: flex;}
.index_about_right_content_box{width: 62.5%;height: auto;}
.index_about_right_content_title{width: 100%;height: auto;}
.index_about_right_content_title h2{font-size: 36px;color: #000000;font-family: "Poppins-Bold";}
.index_about_right_content_title p{font-size: 24px;color: #000000;font-family: "Poppins-Regular";}
.index_about_right_content_txt{width: 100%;height: auto;margin-top: 80px;}
.index_about_right_content_txt p{font-size: 14px;color: #000000;line-height: 1.8;}
.index_about_right_content_more{display: flex;justify-content: space-between;margin-top: 70px;width: 100%;height: auto;}
.index_about_right_content_more a{display: flex;justify-content: center;align-items: center;height: 54px;border-radius: 5px;box-shadow: 0px 0px 0px 0px #000000;font-size: 16px;font-family: "Poppins-Regular";}
.index_about_right_content_more a:nth-of-type(1){width: 45.5%;background: var(--mainColor);color: #FFFFFF;}
.index_about_right_content_more a:nth-of-type(2){width: 50.52%;background: #FFFFFF;color: #000;}
.index_about_box:after{content: "";display: block;width: 95px;height: auto;aspect-ratio:95/633;position: absolute;right: 13px;top: 50%;transform: translateY(-50%);background: url(../images/index_about_logo.png) no-repeat center center;background-size: 100% auto;}
.index_advantage_box{width: 100%;height: auto;padding: 80px 0px;background: #FFFFFF;}
.index_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_advantage_ul li{width: 24.2%;height: auto;padding: 37px;box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.07);border-radius: 5px;margin-left: 1.06%;}
.index_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_advantage_ul li h2{font-size: 60px;color: var(--mainColor);font-family: "OpenSans-Bold";display: flex;justify-content: flex-start;align-items: flex-start;justify-content: center;}
.index_advantage_ul li h2 span{font-family: "OpenSans-Bold";}
.index_advantage_ul li p{font-size: 16px;color: #000000;text-align: center;font-family: "Poppins-Regular";margin-top: 10px;}
.index_advantage_ul li h2 sup{font-family: "OpenSans-Bold";}
.index_why_choose_box{width: 100%;height: auto;padding: 80px 0;background: #F6F6F6;}
.index_why_choose_top{width: 100%;height: auto;display: flex;align-items: center;justify-content: space-between;}
.index_choose_btn_box{width: 120px;height: 54px;position: relative;}
.index_choose_btn_right,.index_choose_btn_left{width: 54px;height: auto;aspect-ratio:1/1;border-radius: 50%;background: #FFFFFF;display: flex;align-items: center;justify-content: center;transition: all 0.3s;}
.index_choose_btn_right img,.index_choose_btn_left img{display: block;transition: all 0.3s;}
.index_choose_btn_right{right: 0;}
.index_choose_btn_left{left: 0;}
.index_choose_btn_right:hover,.index_choose_btn_left:hover{background: var(--mainColor);}
.index_choose_btn_right:hover img,.index_choose_btn_left:hover img{filter: brightness(0) invert(1);}
.index_why_choose_content_box{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 50px;}
.index_why_choose_content{width: 95.8%;height: auto;overflow: hidden;}
.index_why_choose_content_center{width: 95.92%;height: auto;}
.index_why_choose_content_swiper{width: 100%;height: auto;overflow: unset;}
.index_why_choose_content_swiper .swiper-slide{background: #FFFFFF;border-radius: 10px;overflow: hidden;height: auto;}
.index_why_choose_content_swiper_img{width: 100%;height: auto;}
.index_why_choose_content_swiper_img img{width: 100%;height: auto;display: block;}
.index_why_choose_content_swiper_txt{padding: 30px;}
.index_why_choose_content_swiper_txt h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.index_why_choose_content_swiper_txt p{font-size: 24px;color: #000000;}
.index_why_choose_content_swiper_txt p strong{font-family: "Poppins-SemiBold";color: var(--mainColor);}
.index_blog_box{width: 100%;height: auto;padding-top: 80px;background: #FFFFFF;}
.index_blog_content_box{width: 100%;height: auto;padding-bottom: 80px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.index_news_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 39px;}
.index_news_box a{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_news_left_img{width: 49.96%;height: auto;overflow: hidden;border-radius: 5px;}
.index_news_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_right{width: 49.82%;height: auto;background: #F6F6F6;border-radius: 5px;padding: 28px;}
.index_news_right_title{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_news_right_title h2{font-size: 24px;color: #000000;font-family: "Poppins-ExtraBold";}
.index_news_right_title span{display: flex;justify-content: center;align-items: center;width: 45px;height: auto;aspect-ratio:1/1;border-radius: 50%;background: rgba(0,0,0,0.1);}
.index_news_right_title span img{display: block;}
.index_news_right h3{font-size: 24px;color: #000000;font-family: "Poppins-Regular";margin-top: 170px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.index_news_right p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_box:hover .index_news_left_img img{transform: scale(1.1);}
.index_news_box:hover .index_news_right_title h2{color: var(--mainColor);}
.index_news_box:hover .index_news_right_title span{background: var(--mainColor);}
.index_news_box:hover .index_news_right_title span img{filter: brightness(0) invert(1);}
.index_blog_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 20px;}
.index_blog_ul li{width: 49.4%;height: auto;}
.index_blog_ul li a{width: 100%;height: auto;display: flex;justify-content: space-between;line-height: initial;}
.index_blog_ul li .index_news_right h3{margin-top: 100px;}
.index_blog_ul li:hover .index_news_left_img img{transform: scale(1.1);}
.index_blog_ul li:hover .index_news_right_title h2{color: var(--mainColor);}
.index_blog_ul li:hover .index_news_right_title span{background: var(--mainColor);}
.index_blog_ul li:hover .index_news_right_title span img{filter: brightness(0) invert(1);}
.index_blog_ul li .video_click:after{background: none;display: none;}
.index_blog_ul li:nth-last-of-type(1) .index_news_left_img{position: relative;}
.index_blog_ul li:nth-last-of-type(1) .index_news_left_img:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/index_video_btn.png) no-repeat center center;background-size: 58px auto;}
.index_quote_box{width: 100%;height: auto;padding: 80px 0;background: #FFFFFF;}
.index_quote_box h2{font-size: 48px;color: #000000;font-family: "Poppins-Regular";text-align: center;}
.index_quote_box p{font-size: 18px;color: #000000;font-family: "Poppins-Regular";text-align: center;margin-top: 8px;}
.index_quote_box a{display: flex;justify-content: center;align-items: center;width: 250px;height: 54px;background: #cc3750;box-shadow: 0px 20px 18px 0px rgba(0, 0, 0, 0.44);font-size: 18px;color: #FFFFFF;text-align: center;font-family: "Poppins-Medium";margin: 0px auto;margin-top: 12px;transition: all 0.3s;}
.index_quote_box a:hover{transform: scale(1.1);}
/*product_category.html start*/
.products_category_banner_bg{width: 100%;height: auto;}
.product_category_info_box .contentWH1400{display: flex;    justify-content: space-between; }
.product_category_info_box  .rt{width: 40%;margin-left: 10%;}
.product_category_info_box  .rt iframe{width: 100%;min-height: 350px;}
.products_category_banner_bg img{width: 100%;height: auto;display: block;}
.crumbs_box ul i, .crumbs_box ul li span, .crumbs_box ul li a{color: #000000;}
.crumbs_box li a{display: flex !important;align-items: center;}
.crumbs_box li a img{display: block;margin-right: 10px;}
.product_category_info_box{width: 100%;height: auto;padding: 2% 0;border-bottom: 1px solid rgba(130, 130, 130, 0.2);}
.product_category_info_content{flex:1;height: auto;}
.product_category_info_content h2{font-size: 30px;color: #000000;text-align: left;font-family: "Poppins-SemiBold";}
.product_category_info_content  p,.product_category_info_content  p span,.product_category_info_content  span{    text-wrap-mode: wrap !important;}
.product_category_info_content p{font-size: 14px;color: #000000;font-family: "Poppins-Light";text-align: left;margin-top: 1.5%;line-height: 1.6;}
.product_category_list_box{width: 100%;height: auto;padding-bottom: 40px;}
.product_category_list_content_box{width: 77.97%;height: auto;display: flex;justify-content: space-between;margin: 0px auto;}
.product_category_list_content_left{width: 22.4%;height: auto;padding-right: 12px;border-right: 1px solid rgba(130, 130, 130, 0.2);}
.product_category_list_content_left_box{width: 100%;height: auto;position: sticky;top: 90px;padding-top: 80px;}
.product_category_list_content_left_search{width: 100%;height: 48px;display: flex;justify-content: flex-start;}
.product_category_list_content_left_search input:nth-last-of-type(2){display: block;width: 80.85%;height: 100%;padding-left: 15px;border: none;background: #E5E5E5;font-size: 16px;border-radius: 4px 0 0 4px;outline: none;}
.product_category_list_content_left_search input:nth-last-of-type(2)::placeholder{color: rgba(0,0,0,0.4);}
.product_category_list_content_left_search input:nth-last-of-type(1){display: block;flex: 1;height: 100%;background: url(../images/product_category_search_ico.png) no-repeat center center, var(--mainColor);border-radius: 0 4px 4px 0;border: none;outline: none;cursor: pointer;}
.product_category_nav{width: 100%;height: auto;margin-top: 24px;}
.product_category_nav li{width: 100%;height: auto;}
.product_category_nav_top{width: 100%;height: 48px;border-top: 1px solid #000000;display: flex;justify-content: space-between;align-items: center;}
.product_category_nav_top h2{font-size: 16px;color: #000000;font-family: "Montserrat-SemiBold";}
.product_category_nav_top h2 a{font-family: "Montserrat-SemiBold";}
.product_category_nav_top h2 a:hover{color: var(--mainColor);text-decoration: underline;}
.product_category_nav_top span{display: block;font-size: 16px;color: #282828;font-family: "Poppins-Regular";cursor: pointer;transition: all 0.3s;}
.product_category_nav li.on .product_category_nav_top span{transform: rotate(90deg);}
.product_category_nav_bottom{width: 100%;height: auto;display: none;padding-bottom: 30px;}
.product_category_nav_bottom a{display: block;font-size: 14px;color: #828282;line-height: 2;}
.product_category_nav_bottom a.active,
.product_category_nav_bottom a:hover{color: var(--mainColor);text-decoration: underline;}
.product_category_nav li:nth-last-of-type(1){border-bottom: 1px solid #000000;}
.product_category_list_content_right{flex: 1;margin-left: 24px;padding-top: 100px;}
.product_category_list_content_right h1{font-size: 24px;color: #000000;font-family: "Poppins-Bold";}
.product_category_list_content_right_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_category_list_content_right_ul li{width: 32%;height: auto;margin-top: 46px;transition: all 0.3s;margin-left: 2%;position: relative;padding: 16px;padding-bottom: 70px;}
.product_category_list_content_right_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_category_list_content_right_ul_logo{width: 169px;height: auto;position: absolute;left: 16px;top: 16px;}
.product_category_list_content_right_ul_logo img{width: 100%;height: auto;display: block;}
.product_category_list_content_right_ul_img{width: 100%;height: auto;padding-top: 60px;overflow: hidden;}
.product_category_list_content_right_ul_img img{width: 100%;height: auto;display: block;}
.product_category_list_content_right_ul_txt{width: 100%;height: auto;margin-top: 25px;}
.product_category_list_content_right_ul_txt h2{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;display: block;min-height: 52px;}
.product_category_list_content_right_ul_txt p{font-size: 14px;color: #000000;font-family: "Poppins-Light";text-align: center;}
.product_category_list_content_right_ul_txt a.inquire{width: 140px;height: 46px;border: 1px solid var(--mainColor);color: var(--mainColor);margin: 0px auto;margin-top: 30px; display: flex;justify-content: center;align-items: center;font-size: 16px;font-family: "Poppins-SemiBold";border-radius: 23px;transition: all 0.3s;}
.product_category_list_content_right_ul_txt a.inquire:hover{background: var(--mainColor);color: #fff;}
.product_category_list_content_right_ul li:hover{box-shadow: 0px 0px 61px 9px rgba(101, 101, 101, 0.18);}
.product_category_list_content_right_ul li:hover .product_category_list_content_right_ul_txt h2{color: var(--mainColor);}
.product_category_list_content_right_ul li:hover .product_category_list_content_right_ul_txt p{color: var(--mainColor);}
.product_category_automation_box{width: 100%;height: auto;position: relative;}
.product_category_automation_bg{width: 100%;height: auto;}
.product_category_automation_bg img{width: 100%;height: auto;display: block;}
.product_category_automation_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-start;padding-top: 170px;}
.product_category_automation_content_box .contentWH1400{display: flex;justify-content: flex-end;}
.product_category_automation_content_txt{width: 38.2%;height: auto;margin-right: 10%;}
.product_category_automation_content_txt h2{font-size: 30px;font-family: "Poppins-SemiBold";color: #FFFFFF;}
.product_category_automation_content_txt p{font-size: 14px;color: #FFFFFF;line-height: 1.6;font-family: "Poppins-Light";margin-top: 20px;padding-right: 15%;}
.product_category_related_solution_box{width: 100%;height: auto;padding: 80px 0px;border-bottom: 1px solid rgba(60, 60, 60, 0.2);overflow: hidden;}
.product_category_related_solution_title{width: 100%;height: auto;}
.product_category_related_solution_title h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;}
.product_category_related_solution_content_box{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 60px;}
.product_category_related_solution_content{width: 86.7%;height: auto;overflow: hidden;}
.product_category_related_solution_content_sw_con{width: 72.12%;}
.product_category_related_solution_content_sw{width: 100%;overflow: unset;padding-bottom: 60px;}
.product_category_related_solution_content_sw .swiper-slide{position: relative;}
.product_category_related_solution_content_sw_bg{width: 100%;height: auto;overflow: hidden;}
.product_category_related_solution_content_sw_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_category_related_solution_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 30px;padding-bottom: 36px;display: flex;align-items: flex-end;}
.product_category_related_solution_content_sw_content_txt{width: 100%;height: auto;}
.product_category_related_solution_content_sw_content_txt h2{font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_category_related_solution_content_sw_content_txt p{font-size: 14px;color: #FFFFFF;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.product_category_related_solution_content_sw_content_txt span{display: none;color: var(--mainColor);text-decoration: underline;margin-top: 10px;}
.product_category_related_solution_content_sw .swiper-slide:hover .product_category_related_solution_content_sw_bg img{transform: scale(1.1);}
.product_category_related_solution_content_sw .swiper-slide:after{content: "";display: block;width: 0;height: 11px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;transition: 0.3s;}
.product_category_related_solution_content_sw .swiper-slide:hover:after{width: 100%;}
.product_category_related_solution_content_sw .swiper-slide:hover .product_category_related_solution_content_sw_content_txt span{display: block;}
.product_category_related_solution_content_sw_right,.product_category_related_solution_content_sw_left{width: 45px;height: 52px;background: rgba(0,0,0,0.56);display: flex;align-items: center;justify-content: center;font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";}
.product_category_related_solution_content_sw_left{left: 0;}
.product_category_related_solution_content_sw_right{right: -200px;}
.product_category_related_solution_content_sw_right:hover,.product_category_related_solution_content_sw_left:hover{background: var(--mainColor);color: #FFFFFF;}
.product_category_related_solution_content_sw_page{width: 100%;height: auto;bottom: 0 !important;}
.product_category_related_solution_content_sw_page span{width: 36px;height: 3px;border-radius: 1px;background: #828282;opacity: 1;}
.product_category_related_solution_content_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.product_category_advantage_box{width: 100%;height: auto;padding: 10px 0 80px;}
.product_category_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_category_advantage_ul li{width: calc(100% / 3);height: auto;padding: 0 60px;border-right: 1px solid rgba(0,0,0,0.1);margin-top: 70px;}
.product_category_advantage_ul li:nth-of-type(4),
.product_category_advantage_ul li:nth-of-type(1){padding-left: 0;}
.product_category_advantage_ul li:nth-of-type(3n){padding-right: 0;border-right: none;}
.product_category_advantage_ul_ico{width: 46px;height: auto;}
.product_category_advantage_ul_ico img{width: 100%;height: auto;display: block;}
.product_category_advantage_ul li h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";margin-top: 20px;}
.product_category_advantage_ul li p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 10px;}
.product_category_related_news_box{width: 100%;height: auto;padding: 80px 0px;background: #f5f5f5;}
.product_category_related_news_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;overflow: hidden;}
.product_category_related_news_content_left{width: 47.6%;height: auto;background: #FFFFFF;transition: all 0.3s;}
.product_category_related_news_content_left_img{width: 100%;height: auto;overflow: hidden;}
.product_category_related_news_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_category_related_news_content_left_txt{width: 100%;height: auto;padding: 30px;}
.product_category_related_news_content_left_txt h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_category_related_news_content_left_txt p{font-size: 14px;color: #000;line-height: 1.6;margin-top: 18px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_category_related_news_content_right{width: 51.1%;height: auto;}
.product_category_related_news_content_right li{width: 100%;height: auto;background: #FFFFFF;transition: all 0.3s;}
.product_category_related_news_content_right li + li{margin-top: 10px;}
.product_category_related_news_content_right li a{display: flex;justify-content: flex-start;width: 100%;height: auto;}
.product_category_related_news_content_right_img{width: 34.2%;height: auto;overflow: hidden;}
.product_category_related_news_content_right_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_category_related_news_content_right_txt{width: 65.8%;padding: 32px 24px;}
.product_category_related_news_content_right_txt h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.3s;}
.product_category_related_news_content_right_txt p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 18px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.3s;}
.product_category_related_news_content_right li:hover{background: var(--mainColor);}
.product_category_related_news_content_right li:hover .product_category_related_news_content_right_txt h2{color: #FFFFFF;}
.product_category_related_news_content_right li:hover .product_category_related_news_content_right_txt p{color: #FFFFFF;}
.product_category_related_news_content_right li:hover .product_category_related_news_content_right_img img{transform: scale(1.1);}
.product_category_related_news_content_left:hover{background: var(--mainColor);}
.product_category_related_news_content_left:hover .product_category_related_news_content_left_img img{transform: scale(1.1);}
.product_category_related_news_content_left:hover .product_category_related_news_content_left_txt h2{color: #FFFFFF;}
.product_category_related_news_content_left:hover .product_category_related_news_content_left_txt p{color: #FFFFFF;}
.product_category_faq_box{width: 100%;height: auto;padding: 80px 0px;}
.product_category_faq_ul{width: 100%;height: auto;margin-top: 60px;}
.product_category_faq_ul li{width: 100%;height: auto;border-top: 1px solid rgba(60, 60, 60, 0.1);}
.product_category_faq_ul_top{height: 60px;display: flex;justify-content: space-between;align-items: center;width: 100%;cursor: pointer;}
.product_category_faq_ul_top h2{font-size: 22px;color: #000000;}
.product_category_faq_ul_top span{display: block;font-size: 22px;color: #000000;transition: all 0.3s;}
.product_category_faq_ul_bottom{width: 100%;height: auto;padding-bottom: 30px;display: none;}
.product_category_faq_ul_bottom p{font-size: 14px;color: #000000;line-height: 1.6;}
.product_category_faq_ul li:nth-last-of-type(1){border-bottom: 1px solid rgba(60, 60, 60, 0.1);}
.product_category_faq_ul li.on .product_category_faq_ul_top h2{color: var(--mainColor);}
.product_category_faq_ul li.on .product_category_faq_ul_top span{color: var(--mainColor);transform: rotate(90deg);}
.product_category_last_box{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 80px;}
.product_category_last_box li{position: relative;}
.product_category_last_box li:nth-of-type(1){width: 49.9%;height: auto;}
.product_category_last_box li:nth-of-type(2){width: 50.1%;height: auto;}
.product_category_last_img{width: 100%;height: auto;}
.product_category_last_img img{width: 100%;height: 100%;display: block;object-fit: cover;}
.product_category_last_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;}
.product_category_last_content_txt h2{font-size: 48px;color: #FFFFFF;font-family: "Poppins-Regular";}
.product_category_last_content_txt p{font-size: 18px;color: #FFFFFF;font-family: "Poppins-Regular";}
.product_category_last_content_txt a{display: flex;justify-content: center;align-items: center;width: 322px;height: 65px;border: 2px solid #FFFFFF;border-radius: 5px;font-size: 18px;color: #FFFFFF;font-family: "Poppins-Medium";margin-top: 20px;transition: sll 0.3s;}
.product_category_last_content_txt a:hover{background: var(--mainColor);border-color: var(--mainColor);}
/*product_category.html end*/
/*product_detial.html start*/
.product_detial_btn_box{width: 100%;height: auto;margin-top: 30px;position: sticky;top: 98px;background: #FFFFFF;z-index: 2;}
.product_detial_btn_box .title{font-size: 18px;color: #000; text-align: center;font-weight: 600;}
.product_detial_btn_ul{width: 100%;height: auto;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: center;align-items: center;}
.product_detial_btn_ul li{line-height: 60px;font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";position: relative;cursor: pointer;}
.product_detial_btn_ul li + li{margin-left: 72px;}
.product_detial_btn_ul li.on:after,.product_detial_btn_ul li:hover:after{content: "";display: block;width: 100%;height: 5px;background: var(--mainColor);border-radius: 5px;bottom: -3px;position: absolute;left: 0;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 80px;}
.product_detial_content_list .download_list_content{margin-top: 30px;}
.product_detial_content_list_title{width: 100%;height: auto;}
.product_detial_content_list_title h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.product_detial_content_list_description_box{width: 100%;height: auto;margin-top: 18px;}
.product_detial_content_list_description_box p{font-size: 14px;color: #000000;line-height: 1.6;}
.product_detial_content_list_spec_box{width: 100%;height: auto;margin-top: 20px;overflow-y: auto;}
.product_detial_content_list_spec_box table{width: 100%;height: auto;border-collapse: separate;border-spacing: 5px;}
.product_detial_content_list_spec_box table td{height: 40px;font-size: 14px;color: #000000;border-top: 1px solid #cccccc;padding-left: 15px;}
.product_detial_content_list_spec_box table tr:nth-last-of-type(1) td{border-bottom: 1px solid #cccccc;}
.product_detial_content_list_spec_box table td.title{font-family: "Poppins-Regular";}
.product_detial_video_box{width: 100%;height: auto;margin-top: 60px;position: relative;}
.product_detial_video_box img{width: 100%;height: auto;display: block;}
.product_detial_video_box iframe{width: 100%;height: auto;aspect-ratio: 1400/605;display: block;}
.product_detial_video_box a:after{background: url(../images/product_detial_related_video_btn.png) no-repeat center center;background-size: 80px auto;}
.product_detial_content_list_more{width: 100%;height: auto;border-top: 1px solid rgba(0,0,0,0.1);padding-top: 40px;}
.product_detial_content_list_more_title{width: 100%;height: auto;}
.product_detial_content_list_more_title h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;}
.product_detial_content_list_more_content{width: 100%;height: auto;margin-top: 40px;}
.product_detial_content_list_more_content img{width: 100%;height: auto;display: block;}
.product_detial_related_video_box{width: 100%;height: auto;margin-top: 68px;}
.product_detial_content_list_more_content_video{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 38px;}
.product_detial_content_list_more_content_video li{width: 48.5%;height: auto;}
.product_detial_content_list_more_content_img{width: 100%;height: auto;overflow: hidden;border-radius: 5px;}
.product_detial_content_list_more_content_img img{width: 100%;height: auto;transition: all 0.3s;}
.product_detial_content_list_more_content_img a:after{background: url(../images/product_detial_related_video_btn.png) no-repeat center center;background-size: 54px auto;}
.product_detial_content_list_more_content_video li h2{font-size: 18px;color: #000000;text-align: center;font-family: "Poppins-Medium";margin-top: 20px;}
.product_detial_content_list_more_content_video li:hover .product_detial_content_list_more_content_img img{transform: scale(1.1);}
.product_detial_related_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_related_sw{width: 100%;height: auto;margin-top: 50px;}
.product_detial_related_sw .swiper-slide{width: 100%;height: auto;background: #f5f5f5;}
.product_detial_related_sw_img{width: 100%;height: auto;overflow: hidden;}
.product_detial_related_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_related_sw_txt{width: 100%;height: auto;padding: 30px;}
.product_detial_related_sw_txt h2{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_detial_related_sw_txt a.inquire{width: 140px;height: 46px;border: 1px solid var(--mainColor);color: var(--mainColor);margin: 0px auto;margin-top: 30px; display: flex;justify-content: center;align-items: center;font-size: 16px;font-family: "Poppins-SemiBold";border-radius: 23px;transition: all 0.3s;}
.product_detial_related_sw_txt a.inquire:hover{background: var(--mainColor);color: #fff;}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_txt h2{color: var(--mainColor);}
.product_detial_related_sw_txt p{font-size: 14px;color: #000000;text-align: center;line-height: 1.6;margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_img img{transform: scale(1.1);}
.product_detial_form_box{width: 100%;height: auto;padding-bottom: 80px;}
.product_detial_form_content_box{width: 100%;height: auto;padding: 57px 97px;box-shadow: 0px 0px 49px 0px rgba(241, 241, 241, 0.83);}
.product_detial_form_content_box h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;}
.product_detial_form_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.product_detial_form_content_ul li{width: 49.4%;height: auto;position: relative;margin-top: 15px;}
.product_detial_form_content_ul li input{display: block;width: 100%;height: 52px;background: #EEEEEE;padding-left: 14px;outline: none;border: none;}
.product_detial_form_content_ul li input::placeholder{color: #8f8f8f;}
.product_detial_form_content_ul li:nth-last-of-type(1){width: 100%;}
.product_detial_form_content_ul li textarea{width: 100%;height: 118px;display: block;padding: 14px;outline: none;border: none;background: #EEEEEE;resize: none;}
.product_detial_form_content_btn{width: 177px;height: 50px;display: block;border-radius: 5px;background: var(--mainColor);border: none;margin: 0px auto;margin-top: 34px;font-size: 16px;color: #FFFFFF;cursor: pointer;}
/*product_detial.html end*/
/* solution.html start */
.solution_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.solution_banner_content h1{font-size: 48px;color: #fff;font-family: "Poppins-SemiBold"}
.solution_content_box{width: 100%;height: auto;padding: 80px 0;padding-top: 30px;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 46.84%;height: auto;}
.solution_content_ul_right h4{font-size: 18px;color: #222;font-weight: 600;}
.solution_content_ul_right p{font-size: 14px;color: #08122D;font-weight: 300;line-height: 1.6;margin-top: 12px;}
.solution_content_ul_right span{display: flex;justify-content: center;align-items: center;width: 182px;height: 46px;background: var(--mainColor);font-size: 14px;color: #FFFFFF;font-weight: 400;text-align: center;border-radius: 5px;margin-top: 28px;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
/* solution.html end */
/*solution_detial.html start*/
.solution_detial_banner_bg{width: 100%;height: auto;}
.solution_detial_banner_bg img{width: 100%;height: auto;display: block;}
.solution_detial_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.solution_detial_banner_content h1{font-size: 48px;color: #FFFFFF;font-family: "Poppins-SemiBold";text-align: center;line-height: 1;}
.solution_detial_banner_content p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 14px;}
.solution_detial_banner_content_link{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 20px;}
.solution_detial_banner_content_link a{display: flex;justify-content: center;align-items: center;width: 235px;height: 54px;border: 1px solid var(--mainColor);border-radius: 5px;font-size: 18px;color: var(--mainColor);transition: all 0.3s;}
.solution_detial_banner_content_link a:after{display: none;}
.solution_detial_banner_content_link a + a{margin-left: 20px;}
.solution_detial_banner_content_link a img{display: block;margin-right: 10px;transition: all 0.3s;}
.solution_detial_banner_content_link a:nth-of-type(1){background: var(--mainColor);color: #FFFFFF;}
.solution_detial_banner_content_link a:hover{background: var(--mainColor);color: #FFFFFF;}
.solution_detial_banner_content_link a:hover img{filter: brightness(0) invert(1);}
.solution_detial_info_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 0;}
.solution_detial_info_box h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;}
.solution_detial_info_box p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 20px;text-align: center;}
.solution_detial_info_box img{display: block;max-width: 100%;height: auto;margin: 0px auto;margin-top: 30px;}
.solution_detial_devices_box{width: 100%;height: auto;padding-top: 50px;}
.solution_detial_devices_content{width: 100%;height: auto;border-radius: 10px;box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);background: #FFFFFF;padding: 50px;}
.solution_detial_devices_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.solution_detial_devices_content_ul li{width: 14.5%;height: auto;}
.solution_detial_devices_content_ul li img{width: 100%;height: auto;display: block;}
.solution_detial_devices_box h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;margin-top: 36px;}
.solution_detial_benefits_box{width: 100%;height: auto;}
.solution_detial_benefits_content{width: 100%;height: auto;padding: 80px 0px;border-bottom: 1px solid #efefef;}
.solution_detial_benefits_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.solution_detial_benefits_content_ul li{width: 23.92%;height: auto;padding: 50px 25px;background: #f1f1f1;box-shadow: inset 0px -10px 0px 0px rgba(4, 0, 0, 0.26);border-radius: 10px;}
.solution_detial_benefits_content_ul li h2{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";display: block;height: 54px;}
.solution_detial_benefits_content_ul li p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 30px;}
.solution_detial_customer_box{width: 100%;height: auto;padding: 80px 0;}
.solution_detial_customer_content_box{width: 100%;height: auto;position: relative;margin-top: 58px;}
.solution_detial_customer_content_sw{width: 100%;height: auto;padding: 10px;}
.solution_detial_customer_content_sw .swiper-slide{border-radius: 10px;width: 100%;height: auto;display: flex;flex-direction: column;justify-content: space-between;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);overflow: hidden;}
.solution_detial_customer_content_sw_top{flex: 1;padding: 40px 67px;}
.solution_detial_customer_content_sw_top_title{width: 100%;height: auto;display: flex;align-items: center;}
.solution_detial_customer_content_sw_top_title h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.solution_detial_customer_content_sw_top_title img{width: 180px;height: auto;display: block;margin-left: 20px;}
.solution_detial_customer_content_sw_top_txt{width: 100%;height: auto;margin-top: 25px;}
.solution_detial_customer_content_sw_top_txt p{font-size: 14px;color: #000000;line-height: 1.6;}
.solution_detial_customer_content_sw_bottom{width: 100%;height: auto;overflow: hidden;border-radius: 10px 10px 0 0;}
.solution_detial_customer_content_sw_bottom img{width: 100%;height: auto;display: block;}
.solution_detial_customer_content_sw_right,.solution_detial_customer_content_sw_left{font-size: 48px;color: rgba(0,0,0,0.4);opacity: 1;}
.solution_detial_customer_content_sw_right:hover,.solution_detial_customer_content_sw_left:hover{color: var(--mainColor);}
.solution_detial_customer_content_sw_right{right: -55px;}
.solution_detial_customer_content_sw_left{left: -55px;}
.solution_detial_faq_ul{width: 100%;height: auto;margin-top: 25px;}
.solution_detial_faq_ul li{width: 100%;height: auto;padding: 0 36px;border-top: 1px solid #d9d9d9;}
.solution_detial_faq_ul_top{width: 100%;height: 74px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.solution_detial_faq_ul_top h2{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";}
.solution_detial_faq_ul_top span{display: block;font-size: 36px;color: #000000;font-family: "Poppins-ExtraLight";}
.solution_detial_faq_ul_bottom{width: 100%;height: auto;padding: 20px 0;display: none;}
.solution_detial_faq_ul_bottom p{font-size: 16px;color: #181930;font-family: "Poppins-Regular";}
.solution_detial_faq_ul li.on{background: #FFFFFF;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);border-top: 6px solid var(--mainColor);margin-bottom: 50px;}
.solution_detial_faq_ul li.on .solution_detial_faq_ul_top{border-bottom: 1px dashed #d9d9d9;}
.solution_detial_faq_ul li.on .solution_detial_faq_ul_top h2{color: var(--mainColor);}
.solution_detial_faq_ul li:nth-last-of-type(1){border-bottom: 1px solid #D9D9D9;}
/*solution_detial.html end*/
/*service.html start*/
.service_customation_box{width: 100%;height: auto;padding: 50px 0px 80px;background: #F6F6F6;}
.service_customation_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.service_customation_ul li{width: 32%;height: auto;margin-top: 20px;margin-left: 2%;}
.service_customation_ul li:nth-of-type(3n+1){margin-left: 0;}
.service_customation_ul_img{width: 100%;height: auto;border-radius: 10px;overflow: hidden;}
.service_customation_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.service_customation_ul li h2{display: flex;justify-content: center;align-items: center;text-align: center;line-height: 50px;background: #FFFFFF;border-radius: 10px;font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";}
.service_customation_ul li:hover .service_customation_ul_img img{transform: scale(1.1);}
.service_info_box{width: 100%;height: auto;padding: 80px 0;border-bottom: 1px solid #e3e3e3;}
.service_info_box h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;padding: 0 25%;}
.service_info_box p{font-size: 14px;color: #000000;text-align: center;line-height: 1.6;margin-top: 30px;}
.service_advantage_box{width: 100%;height: auto;padding: 80px 0;}
.service_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.service_advantage_ul li{width: 23.5%;height: auto;margin-top: 60px;margin-left: 2%;}
.service_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.service_advantage_ul_title{width: 100%;height: auto;display: flex;align-items: center;}
.service_advantage_ul_title img{width: 34px;height: auto;display: block;margin-right: 10px;}
.service_advantage_ul_title h2{flex: 1;font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";line-height: 1.4;}
.service_advantage_ul li p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 20px;padding-left: 44px;}
.service_video_box{width: 100%;height: auto;position: relative;}
.service_video_box img{width: 100%;height: auto;display: block;}
.service_video_box a:after{background: url(../images/service_video_btn.png) no-repeat center center;background-size: 80px auto;}
.service_industry_box{width: 100%;height: auto;padding: 80px 0px;background: #F6F6F6;}
.service_industry_ul{width: 100%;height: auto;margin-top: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.service_industry_ul li{width: 33.2%;height: auto;background: #FFFFFF;padding: 27px 32px;margin-top: 3px;}
.service_industry_ul_ico{width: 44px;height: auto;margin: 0px auto;}
.service_industry_ul_ico img{width: 100%;height: auto;display: block;}
.service_industry_ul li h2{font-size: 18px;color: #000000;font-family: "Poppins-Bold";text-align: center;margin-top: 30px;}
.service_industry_ul li p{font-size: 14px;color: #000000;line-height: 1.6;text-align: center;margin-top: 5px;}
.service_industry_ul li:nth-last-of-type(1),.service_industry_ul li:nth-last-of-type(2){width: 49.9%;}
.service_case_box{width: 100%;height: auto;padding-bottom: 80px;background: #F6F6F6;}
.service_case_content_box{width: 100%;height: auto;overflow: hidden;margin-top: 50px;position: relative;}
.service_case_content_sw{width: 100%;height: auto;overflow: unset;}
.service_case_content_sw .swiper-slide{width: 100%;height: auto;background: #FFFFFF;opacity: 0.2;}
.service_case_content_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 2px;}
.service_case_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.service_case_content_sw_div{width: 100%;height: auto;padding: 40px 24px;}
.service_case_content_sw_div h2{font-size: 24px;color: #363636;font-family: "Poppins-Bold";margin-bottom: 28px;}
.service_case_content_sw_div p{font-size: 16px;color: #363636;font-family: "Poppins-Regular";}
.service_case_content_sw_right,.service_case_content_sw_left{width: 45px;height: 52px;background: rgba(0,0,0,0.56);display: flex;justify-content: center;align-items: center;font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";top: 30%;}
.service_case_content_sw_right:hover,.service_case_content_sw_left:hover{background: var(--mainColor);}
.service_case_content_sw_right{right: 0;}
.service_case_content_sw_left{left: 0;}
.service_case_content_sw .swiper-slide.swiper-slide-prev,
.service_case_content_sw .swiper-slide.swiper-slide-next,
.service_case_content_sw .swiper-slide.swiper-slide-active{opacity: 1;}
.service_case_content_sw .swiper-slide:hover .service_case_content_sw_img img{transform: scale(1.1);}
.service_related_box{width: 100%;height: auto;padding-bottom: 80px;background: #F6F6F6;}
.service_related_box .product_detial_related_sw .swiper-slide{background: #FFFFFF;}
.service_odm_box{width: 100%;height: auto;padding: 80px 0;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;background: #F6F6F6;}
.service_odm_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.service_odm_ul li{width: 23.81%;height: 152px;background: #FFFFFF;display: flex;justify-content: center;align-items: center;border-radius: 10px;position: relative;margin-top: 12px;margin-left: 1.5%;}
.service_odm_ul li:nth-of-type(4n+1){margin-left: 0;}
.service_odm_ul li h2{font-size: 20px;color: #000000;font-family: "Poppins-Bold";text-align: center;}
.service_odm_ul_number{width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.service_odm_ul_number span{font-size: 130px;color: rgba(0,0,0,0.05);font-family: initial;display: block;position: absolute;left: 30px;bottom: -67px;font-weight: 600;}
.service_odm_ul li:after{content: "";display: block;width: 0;height: 0;border: solid 16px transparent;border-left-color: #FFFFFF;top: 50%;transform: translateY(-50%);right: -32px;position: absolute;}
.service_odm_ul li:nth-last-of-type(1):after{display: none;}
.service_equipment_box{width: 100%;height: auto;padding: 80px 0px;background: #F6F6F6;}
.service_equipment_box h2{font-size: 36px;color: #000000;text-align: center;font-family: "Poppins-Medium";}
.service_equipment_box a{display: flex;justify-content: center;align-items: center;width: 250px;height: 54px;background: var(--mainColor);border-radius: 5px;font-family: "Poppins-Medium";font-size: 18px;color: #FFFFFF;text-align: center;margin: 0px auto;margin-top: 40px;box-shadow: 0px 20px 18px 0px rgba(0, 0, 0, 0.44);transition: all 0.3s;}
.service_equipment_box a:hover{transform: scale(1.1);}
/*service.html end*/
/*about.html start*/
.about_banner_content h1{font-size: 36px;margin-top: 50px;}
.about_history_box{width: 100%;height: auto;position: relative;}
.about_history_bg_sw{width: 100%;height: auto;aspect-ratio: 1920/790;}
.about_history_bg_sw_bg{width: 100%;height: auto;}
.about_history_bg_sw_bg img{width: 100%;height: auto;display: block;}
.about_history_bg_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding-bottom: 68px;-webkit-animation-delay: 1s;}
.about_history_bg_sw_content p{font-size: 18px;color: #FFFFFF;padding-left: 16%;}
.about_history_btn_box{width: 125px;height: 100%;position: absolute;left: 13.35%;top: 0;z-index: 2;}
.about_history_btn_sw{width: 100%;height: 100%;}
.about_history_btn_sw .swiper-slide{display: flex;align-items: center;justify-content: flex-end;height: auto;cursor: pointer;}
.about_history_btn_sw .swiper-wrapper{justify-content: center;}
.about_history_btn_sw .swiper-slide:nth-last-of-type(1){margin-bottom: 0 !important;}
.about_history_btn_sw .swiper-slide h2{font-size: 16px;color: rgba(255,255,255,0.9);margin-right: 10px;text-align: right;}
.about_history_btn_sw .swiper-slide span{width: 24px;height: 24px;background: transparent;border-radius: 50%;display: block;position: relative;}
.about_history_btn_sw .swiper-slide span:after{content: "";display: block;width: 10px;height: 10px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.about_history_btn_box:after{content: "";display: block;width: 1px;height: 100%;position: absolute;right: 11px;top: 0;background: #FFFFFF;}
.about_history_btn_sw .swiper-slide.swiper-slide-thumb-active span{background: #FFFFFF;}
.about_history_btn_sw .swiper-slide.swiper-slide-thumb-active span:after{background: var(--mainColor);}
.about_history_btn_sw .swiper-slide.swiper-slide-thumb-active h2{font-size: 24px;color: var(--mainColor);font-family: "Poppins-SemiBold";}
.about_info_box{width: 100%;height: auto;padding: 80px 0px;}
.about_info_txt{width: 61.93%;height: auto;margin: 0px auto;}
.about_info_txt h2{font-size: 16px;color: var(--mainColor);font-family: "Poppins-SemiBold";text-align: center;}
.about_info_txt h3{font-size: 36px;color: #000000;text-align: center;margin-top: 15px;}
.about_info_txt p{font-size: 14px;color: #000000;text-align: center;line-height: 1.6;margin-top: 35px;}
.about_info_img{width: 100%;height: auto;padding-bottom: 66px;border-bottom: 1px solid rgba(5, 5, 5, 0.1);margin-top: 50px;}
.about_info_img img{width: 100%;height: auto;display: block;}
.about_touch_box{width: 100%;height: auto;padding-bottom: 80px;}
.about_touch_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.about_touch_ul li{width: 100%; margin-top: 20px;height: auto;overflow: hidden;border-radius: 5px;position: relative;}
.about_touch_ul li:nth-of-type(1){width: 44.643%;}
.about_touch_ul_img{width: 100%;height: auto;}
.about_touch_ul_img img{width: 100%;height: auto;display: block;}
.about_touch_ul_content{width: 100%;height: auto;position: absolute;left: 0;bottom: 38px;padding: 0 36px;}
.about_touch_ul_content p{font-size: 18px;color: #FFFFFF;line-height: 1.6;font-family: "OpenSans-Regular";}
.about_touch_ul li span{display: flex;justify-content: center;align-items: center;width: 140px;height: 55px;border-radius: 27px;border: 1px solid rgba(255,255,255,0.8);position: absolute;left: 36px;top: 36px;font-size: 25px;color: #FFFFFF;font-family: "OpenSans-Light";padding-left: 15px;}
.about_touch_ul li span:before{content: "";display: block;width: 10px;height: 10px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.about_touch_ul li:nth-of-type(2){width: 53.93%;height: auto;}
.about_touch_ul li:nth-last-of-type(1) .about_touch_ul_content p{padding-right: 25%;}
.about_brand_box{width: 100%;height: auto;margin-top: 74px;position: relative;}
.about_brand_bg{width: 100%;height: auto;}
.about_brand_bg img{width: 100%;height: auto;display: block;}
.about_brand_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
.about_brand_content_txt{width: 40.72%;height: auto;margin-right: 89px;}
.about_brand_content_txt h2{font-size: 30px;color: #FFFFFF;font-family: "Poppins-SemiBold";}
.about_brand_content_txt p{font-size: 14px;color: #FFFFFF;line-height: 1.6;margin-top: 30px;}
/*about.html end*/
/*why_us.html start*/
.why_us_number_box{width: 100%;height: auto;padding: 50px 0 80px;overflow: hidden;}
.why_us_team_box{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #eeeeee;overflow: hidden;}
.why_us_team_left{width: 53.96%;height: auto;position: relative;}
.why_us_team_left a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center;background-size: 80px auto;}
.why_us_team_left img{width: 100%;height: auto;display: block;}
.why_us_team_right{flex: 1;display: flex;align-items: center;padding-left: 100px;}
.why_us_team_right_content{width: 64.3%;height: auto;}
.why_us_team_right_content h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";margin-bottom: 28px;}
.why_us_team_right_content p{font-size: 14px;line-height: 1.6;}
.why_us_design_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.why_us_design_content_box{width: 100%;height: auto;padding-bottom: 50px;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: space-between;align-items: center;}
.why_us_design_content_left{width: 37.4%;}
.why_us_design_content_left h2{font-size: 30px;color: #000;font-family: "Poppins-SemiBold";margin-bottom: 20px;}
.why_us_design_content_left p{font-size: 14px;color: #000000;line-height: 1.6;}
.why_us_design_content_right{width: 50.2%;height: auto;}
.why_us_design_content_right img{width: 100%;height: auto;display: block;}
.why_us_certifition_box{width: 100%;height: auto;padding: 80px 0;}
.why_us_certifition_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.why_us_certifition_ul li{width: 4.93%;height: auto;margin-top: 50px;}
.why_us_certifition_ul li img{width: 100%;height: auto;display: block;}
.why_us_service_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/why_us_service_bg.jpg) no-repeat center center;background-size: cover;}
.why_us_service_btn{width: 100%;height: auto;position: relative;display: flex;justify-content: space-between;}
.why_us_service_btn li{width: 32%;height: auto;padding-bottom: 46px;position: relative;font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;cursor: pointer;}
.why_us_service_btn:after{content: "";display: block;width: 100%;height: 5px;background: #FFFFFF;border-radius: 3px;position: absolute;left: 0;bottom: 0;}
.why_us_service_btn li:after{content: "";display: block;width: 0;height: 5px;background: var(--mainColor);border-radius: 3px;position: absolute;left: 0;bottom: 0px;z-index: 2;transition: all 0.3s;overflow: hidden;}
.why_us_service_btn li:hover:after,.why_us_service_btn li.on:after{width: 100%;}
.why_us_service_btn li i{width: 30px;height: auto;aspect-ratio:1/1;border-radius: 50%;border: 4px solid #FFFFFF;background: var(--mainColor);display: block;position: absolute;left: 50%;transform: translateX(-50%);bottom: -17px;z-index: 3;box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.43);opacity: 0;transition: all 0.3s;}
.why_us_service_btn li:hover i,.why_us_service_btn li.on i{opacity: 1;}
.why_us_service_content{width: 100%;height: auto;margin-top: 52px;}
.why_us_service_content_list{width: 100%;height: auto;display: none;}
.why_us_service_content_list_title{width: 100%;height: auto;}
.why_us_service_content_list_title h2{font-size: 36px;color: #000000;font-family: "Poppins-SemiBold";}
.why_us_service_content_list_ul{width: 46.6%;height: auto;}
.why_us_service_content_list_ul li{width: 100%;height: auto;margin-top: 39px;display: flex;justify-content: flex-start;align-items: flex-start;}
.why_us_service_content_list_ul_ico{width: 60px;height: auto;margin-right: 40px;}
.why_us_service_content_list_ul_ico img{width: 100%;height: auto;display: block;}
.why_us_service_content_list_ul_txt{flex: 1;}
.why_us_service_content_list_ul_txt h2{font-size: 16px;color: #000000;font-family: "Poppins-SemiBold";}
.why_us_service_content_list_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;}
.why_us_trust_box{width: 100%;height: auto;padding: 80px 0px;}
.why_us_trust_sw{width: 100%;height: auto;margin-top: 50px;padding: 10px;padding-bottom: 60px;}
.why_us_trust_sw .swiper-slide{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);background: #FFFFFF;overflow: hidden;border-radius: 5px;}
.why_us_trust_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.why_us_trust_sw_page{width: 100%;bottom: 0 !important;}
.why_us_trust_sw_page span{width: 12px;height: 2px;background: #CCCCCC;opacity: 1;}
.why_us_trust_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
/*why_us.html end*/
/*partners.html start*/
.partner_company_box{width: 100%;height: auto;padding: 50px 0 80px;background: #f3f3f3;}
.partner_company_title{width: 100%;height: auto;padding: 0 19%;}
.partner_company_title h2{font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;}
.partner_company_title p{font-size: 14px;color: #000000;line-height: 1.6;text-align: center;margin-top: 10px;}
.partner_company_map_box{width: 1176px;height: auto;margin: 0px auto;margin-top: 50px;position: relative;}
.partner_company_map_bg{width: 100%;height: auto;}
.partner_company_map_bg img{width: 100%;height: auto;display: block;}
.partner_company_map_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.partner_company_map_content li{width: 34px;height: auto;aspect-ratio:1/1;background: #bf344b;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: absolute;cursor: pointer;transition: all 0.3s;}
/*.partner_company_map_content li:hover{transform: scale(1.1);}*/
.partner_company_map_content li span{display: block;width: 8px;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;}
.partner_company_map_content li:nth-of-type(1){bottom: 100px;left: 327px;}
.partner_company_map_content li:nth-of-type(2){top: 100px;right: 496px;}
.partner_company_map_content li:nth-of-type(3){top: 84px;right: 304px;}
.partner_company_map_content li:nth-of-type(4){top: 110px;right: 525px;}
.partner_company_map_content li:nth-of-type(5){top: 137px;right: 526px;}
.partner_company_map_content li:nth-of-type(6){top: 173px;right: 478px;}
.partner_company_map_content li:nth-of-type(7){top: 159px;right: 384px;}
.partner_company_map_content li:nth-of-type(8){top: 216px;right: 464px;}
.partner_company_map_content li:nth-of-type(9){bottom: 279px;left: 556px;}
.partner_company_map_content li:nth-of-type(10){bottom: 206px;right: 209px;}
.partner_company_map_content_country{width: 170px;height: 110px;border-radius: 10px;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);top: -123px;display: flex;justify-content: center;align-items: center;display: none;}
.partner_company_map_content_country:after{content: "";display: block;width: 0;height: 0;border:10px solid transparent;border-top-color: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);bottom: -20px;}
.partner_company_map_content li:hover .partner_company_map_content_country{display: flex;}
.partners_brand_box{width: 100%;height: auto;padding: 80px 0px;}
.partners_brand_box .partner_company_title{padding: 0px 12%;}
.partner_company_list_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.partner_company_list_box li{width: 23.8%;height: auto;background: #FFFFFF;border-radius: 10px;padding: 40px 25px;box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);margin-top: 40px;}
.partner_company_list_box li h2{font-size: 18px;color: #363636;font-family: "Poppins-SemiBold";}
.partner_company_list_box li span{display: block;width: 44px;height: 3px;background: var(--mainColor);margin-top: 5px;}
.partner_company_list_box li p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 28px;}
.partner_become_box{width: 100%;height: auto;margin-top: 80px;padding-bottom: 50px;border-bottom: 1px solid rgba(13, 26, 45, 0.1);}
.partner_become_content_box{width: 100%;height: auto;position: relative;}
.partner_become_content_bg{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.partner_become_content_bg img{width: 100%;height: auto;display: block;}
.partner_become_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;padding-left: 47px;}
.partner_become_content_txt{width: 32.8%;height: auto;}
.partner_become_content_txt h2{font-size: 30px;color: #FFFFFF;font-family: "Poppins-SemiBold";}
.partner_become_content_txt p{font-size: 14px;color: #FFFFFF;line-height: 1.8;margin-top: 38px;}
.partners_download_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 0;}
.partners_download_content_box{width: 100%;height: auto;position: relative;margin-top: 60px;}
.partners_download_sw{width: 100%;height: auto;}
.partners_download_sw .swiper-slide{height: auto;border: 1px solid #e5e5e5;}
.partners_download_sw_ico{width: 100%;height: auto;aspect-ratio:324/256;background: #f4f4f4;display: flex;justify-content: center;align-items: center;}
.partners_download_sw_ico img{display: block;width: 114px;height: auto;}
.partners_download_sw_contnet{width: 100%;height: auto;padding: 30px 40px;}
.partners_download_sw_contnet h2{font-size: 16px;color: #000000;font-family: "Poppins-Medium";text-align: center;line-height: 1.6;}
.partners_download_sw_contnet span{display: flex;justify-content: center;align-items: center;width: 195px;height: 56px;border: 1px solid #000000;border-radius: 5px;font-size: 18px;color: #000000;margin: 0px auto;margin-top: 20px;transition: all 0.3s;}
.partners_download_sw_contnet span img{display: block;margin-right: 4px;transition: all 0.3s;}
.partners_download_sw .swiper-slide:hover .partners_download_sw_contnet span{background: var(--mainColor);border-color: var(--mainColor);color: #FFFFFF;}
.partners_download_sw .swiper-slide:hover .partners_download_sw_contnet span img{filter: brightness(0) invert(1);}
.partners_download_sw_right,.partners_download_sw_left{font-size: 36px;color: #000000;}
.partners_download_sw_left{left: -46px;}
.partners_download_sw_right{right: -46px;}
.partner_request_box{width: 100%;height: auto;padding: 50px 0;background: linear-gradient(83deg, #dac8e5 0%, #e5c0dc 70%, #ae71a0 100%), linear-gradient(#000000, #000000);;}
.partner_request_content_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.partner_request_content_ul{width: 36.2%;height: auto;}
.partner_request_content_ul li{display: flex;justify-content: flex-start;align-items: flex-start;}
.partner_request_content_ul li + li{margin-top: 60px;}
.partner_request_content_ul_ico{width: 58px;height: auto;}
.partner_request_content_ul_ico img{width: 100%;height: auto;display: block;}
.partner_request_content_ul_right{flex: 1;margin-left: 28px;}
.partner_request_content_ul_right h2{font-size: 24px;color: #363636;font-family: "Poppins-SemiBold";}
.partner_request_content_ul_right p{font-size: 14px;color: #363636;line-height: 1.6;margin-top: 8px;}
.partner_request_content_right{width: 51.5%;height: auto;background: #FFFFFF;padding: 50px;border-radius: 20px 10px 10px 10px;margin-left: 34px;}
.partner_request_content_right_top{width: 100%;height: auto;}
.partner_request_content_right_top h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";}
.partner_request_content_right_top p{font-size: 14px;color: #000000;margin-top: 5px;}
.partner_request_content_right_check_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.partner_request_content_right_check_box label{display: flex;justify-content: center;align-items: center;width: 32%;height: 40px;font-size: 14px;color: #000000;font-family: "Poppins-Medium";margin-top: 20px;cursor: pointer;}
.partner_request_content_right_check_box label input{display: block;width: 17px;height: auto;aspect-ratio:1/1;border-radius: 50%;border: 2px solid rgba(0,0,0,0.5);margin-right: 10px;appearance: none;}
.partner_request_content_right_check_box label input:checked{background: var(--mainColor);border-color: var(--mainColor);}
.partner_request_content_right_check_box label.on{background: rgba(204, 55, 80, 0.1);border-radius: 5px;}
.partner_request_content_right_check_ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-top: 29px;}
.partner_request_content_right_check_ul li{width:100%;height: auto;position: relative;margin-top: 10px;}
.partner_request_content_right_check_ul li:nth-of-type(1),.partner_request_content_right_check_ul li:nth-of-type(2){width: 49.1%;}
.partner_request_content_right_check_ul li input{display: block;width: 100%;height: 40px;border: 1px solid #d9d9d9;padding-left: 16px;color: #000000;font-family: "Poppins-ExtraLight";border-radius: 5px;outline: none;}
.partner_request_content_right_check_ul li input::placeholder{color: #000000;}
.partner_request_content_right_check_ul li textarea{width: 100%;height: 94px;border: 1px solid #d9d9d9;padding: 16px;color: #000000;font-family: "Poppins-ExtraLight";border-radius: 5px;outline: none;resize: none;}
.intl-tel-input{width: 100%;}
.partner_request_content_right_check_ul li textarea::placeholder{color: #000000;}
.partner_request_content_right_check_ul_btn{width: 122px;height: 42px;background: var(--mainColor);border-radius: 5px;font-size: 14px;color: #FFFFFF;margin-top: 10px;cursor: pointer;border: none;}
.partner_map_box{width: 100%;height: auto;padding: 80px 0;}
.partner_map_content{width: 100%;height: auto;aspect-ratio:1400/570;}
/*partners.html end*/
/*contact.html start*/
.contact_box{width: 100%;height: auto;padding-top:0;padding-bottom: 80px;}
.contact_info_box{width: 100%;height: auto;border: 1px solid #EEEEEE;box-shadow: 0px -13px 18px 0px rgba(108, 108, 108, 0.09);margin-top: 40px;display: flex;justify-content: space-between;}
.contact_info_left{padding: 54px 64px;width: 56.1%;height: auto;border-right: 1px solid #EEEEEE;}
.contact_info_left_logo{width: 164px;height: auto;}
.contact_info_left_logo img{width: 100%;height: auto;display: block;}
.contact_info_left h4{font-size: 30px;color: var(--mainColor);font-family: "Poppins-SemiBold";margin-top: 20px;}
.contact_info_left_ul{width: 100%;height: auto;margin-top: 35px;}
.contact_info_left_ul li{display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 20px;}
.contact_info_left_ul li img{width: 22px;margin-top: 3px;}
.contact_info_left_ul li p{margin-left: 15px;}
.contact_info_left_ul li p,.contact_info_left_ul li a{font-size: 18px;color: #4F4F4F;}
.contact_info_left_ul li a:hover{text-decoration: underline;}
.contact_info_right{flex: 1;display: flex;align-items: center;justify-content: center;}
/*contact.html end*/
/*guangzou.html start*/
.guangzhou_banner_box{width: 100%;height: auto;}
.guangzhou_banner_swiper{width: 100%;height: auto;}
.guangzhou_banner_swiper img{width: 100%;height: auto;display: block;}
.guangzhou_banner_swiper_right,.guangzhou_banner_swiper_left{width: 52px;height: 52px;background: rgba(0,0,0,0.2);border-radius: 50%;font-size: 48px;font-family: "Poppins-Light";color: #FFFFFF;display: flex;justify-content: center;align-items: center;}
.guangzhou_banner_swiper_right:hover,.guangzhou_banner_swiper_left:hover{background: var(--mainColor);}
.guangzhou_banner_swiper_page{width: 100%;bottom: 27px !important;}
.guangzhou_banner_swiper_page span{width: 9px;height: 9px;background: #7d7d7d;opacity: 1;}
.guangzhou_banner_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.guangzhou_products_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.guangzhou_title_box{width: 100%;height: auto;}
.guangzhou_title_box h2{font-size: 30px;color: #000000;font-family: "Poppins-Bold";text-align: center;}
.guangzhou_title_box p{font-size: 14px;color: #000000;font-family: "Poppins-Light";text-align: center;margin-top: 10px;}
.guangzhou_products_ul{width: 100%;height: auto;margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.guangzhou_products_ul li{width: 48.6%;height: auto;background: #FFFFFF;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);border-radius: 5px;margin-top: 40px;}
.guangzhou_products_ul li a{width: 100%;height: auto;display: flex;justify-content: flex-start;padding: 49px 40px;}
.guangzhou_products_ul_left{width: 35.9%;height: auto;}
.guangzhou_products_ul_left img{width: 100%;height: auto;display: block;}
.guangzhou_products_ul_right{width: 54.65%;height: auto;margin-left: 42px;}
.guangzhou_products_ul_right h2{font-size: 24px;color: #000000;font-family: "Poppins-SemiBold";margin-bottom: 20px;}
.guangzhou_products_ul_right p{font-size: 16px;color: #000000;font-family: "Poppins-Light";line-height: 1.8;}
.guangzhou_products_ul_right p strong{font-family: "Poppins-SemiBold";}
.guangzhou_products_ul_right span{display: flex;justify-content: center;align-items: center;width: 196px;height: 54px;border: 1px solid var(--mainColor);border-radius: 5px;font-size: 16px;color: var(--mainColor);margin-top: 24px;transition: all 0.3s;}
.guangzhou_products_ul li:hover .guangzhou_products_ul_right span{color: #FFFFFF;background: var(--mainColor);}
.guangzhou_solution_box{width: 100%;height: auto;background: #fbfbfb;overflow: hidden;}
.guangzhou_solution_top_box{width: 100%;height: auto;padding: 62px 0 43px;}
.guangzhou_solution_top_txt{width: 100%;height: auto;padding-bottom: 25px;border-bottom: 1px solid #d9d9d9;}
.guangzhou_solution_top_txt h2{font-size: 30px;color: #000000;font-family: "Poppins-Bold";color: #000000;text-align: center;}
.guangzhou_solution_top_txt p{font-size: 14px;color: #000000;text-align: center;line-height: 1.6;font-family: "Poppins-Light";margin-top: 17px;padding: 0 10%;}
.guangzhou_solution_top_box h3{font-size: 18px;color: #000000;font-family: "Poppins-SemiBold";text-align: center;margin-top: 20px;}
.guangzhou_solution_ul{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 50px;}
.guangzhou_solution_ul li{width: 16.33%;height: auto;}
.guangzhou_solution_ul li + li{margin-left: 78px;}
.guangzhou_solution_ul_ico{width: 63px;height: auto;margin: 0px auto;}
.guangzhou_solution_ul li p{font-size: 16px;color: #000000;font-family: "Poppins-Light";text-align: center;line-height: 1.6;margin-top: 20px;}
.guangzhou_solution_video_box{width: 100%;height: auto;position: relative;margin-top: 40px;}
.guangzhou_solution_video_box img{width: 100%;height: auto;display: block;}
.guangzhou_solution_video_box a:after{background: url(../images/guangzhou_solution_video_btn.png) no-repeat center center;background-size: 96px auto;}
.guangzhou_about_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.guangzhou_about_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.guangzhou_about_content_left{width: 40.55%;height: auto;position: relative;}
.guangzhou_about_content_left_bg{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.guangzhou_about_content_left_bg img{width: 100%;height: auto;display: block;}
.guangzhou_about_content_left_video{width: 94.13%;height: auto;padding: 10px;background: #FFFFFF;border-radius: 10px;position: absolute;right: -43px;bottom: -43px;}
.guangzhou_about_content_left_video img{width: 100%;height: auto;display: block;border-radius: 10px;}
.guangzhou_about_content_left_video a:after{background: url(../images/guangzhou_solution_video_btn.png) no-repeat center center;background-size: 96px auto;}
.guangzhou_about_content_right{width: 53.25%;height: auto;}
.guangzhou_about_content_right_txt{width: 100%;height: auto;}
.guangzhou_about_content_right_txt h2{font-size: 30px;color: #000000;margin-bottom: 10px; font-family: none;font-weight: 600;}
.guangzhou_about_content_right_txt p{font-size: 16px;color: #000000;font-family: "Poppins-Light";line-height: 1.6;}
.guangzhou_about_content_right_txt p + p{margin-top: 30px;}
.guangzhou_about_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.guangzhou_about_content_right_ul li{width: 46.75%;height: auto;padding-top: 20px;border-top: 1px solid #d9d9d9;position: relative;margin-top: 40px;display: flex;justify-content: flex-start;}
.guangzhou_about_content_right_ul_img{width: 50px;height: auto;margin-right: 20px;}
.guangzhou_about_content_right_ul_img img{width: 100%;height: auto;display: block;}
.guangzhou_about_content_right_ul_txt{flex: 1;}
.guangzhou_about_content_right_ul_txt h2{font-size: 20px;color: #000000;font-family: "Poppins-Bold";}
.guangzhou_about_content_right_ul_txt p{font-size: 16px;color: #000000;font-family: "Poppins-Light";line-height: 1.6;}
.guangzhou_about_content_right_ul li:before{content: "";display: block;width: 75px;height: 1px;background: var(--mainColor);position: absolute;left: 0;top: -1px;}
.guangzhou_previous_box{width: 100%;height: auto;padding: 80px 0px;background: #fafafa;overflow: hidden;}
.guangzhou_previous_title{width: 100%;height: auto;}
.guangzhou_previous_title h2{font-size: 30px;color: #000000;font-family: "Poppins-Bold";text-align: center;}
.guangzhou_previous_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 25px;}
.guangzhou_previous_ul li{width: 27.9%;height: auto; margin-top: 38px;}
.guangzhou_previous_ul li:nth-of-type(1),.guangzhou_previous_ul li:nth-last-of-type(1){width: 41.1%;height: auto;}
.guangzhou_previous_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.guangzhou_previous_ul_img img{width: 100%;height: auto;display: block;}
.guangzhou_previous_ul li h2{font-size: 16px;color: #000000;font-family: "Poppins-Medium";margin-top: 10px;}
.guangzhou_certification_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.guangzhou_certification_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.guangzhou_certification_ul li{width: 8.1%;height: auto;margin-top: 68px;}
.guangzhou_certification_ul li img{width: 100%;height: auto;display: block;}
.guangzhou_form_box{width: 100%;height: auto;padding: 62px 0px;background-image: linear-gradient(83deg, #dac8e5 0%, #e5c0dc 70%, #ae71a0 100%);overflow: hidden;}
.guangzhou_form_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.guangzhou_form_content_left{width: 25.83%;height: auto;}
.guangzhou_form_content_left_code{width: 180px;height: auto;}
.guangzhou_form_content_left_code img{width: 100%;height: auto;display: block;}
.guangzhou_form_content_left_ul{width: 100%;height: auto;margin-top: 22px;}
.guangzhou_form_content_left_ul li{width: 100%;height: auto;padding-bottom: 10px;margin-top: 20px;position: relative;border-bottom: 1px solid #000000;display: flex;justify-content: flex-start;align-items: flex-start;position: relative;}
.guangzhou_form_content_left_ul li:after{content: "";display: block;width: 42px;height: 1px;background: var(--mainColor);position: absolute;left: 0;bottom: -1px;}
.guangzhou_form_content_left_ul_ico{width: 30px;height: auto;}
.guangzhou_form_content_left_ul_ico img{width: 100%;height: auto;display: block;}
.guangzhou_form_content_left_ul_txt{flex: 1;margin-left: 10px;}
.guangzhou_form_content_left_ul_txt h2{font-size: 16px;color: #000000;font-family: "Poppins-Medium";}
.guangzhou_form_content_left_ul_txt a{display: block;font-size: 30px;color: #000000;font-family: "Poppins-SemiBold";}
.guangzhou_form_content_right{width: 62.42%;height: auto;background: #FFFFFF;border-radius: 10px;padding: 35px 0;}
.guangzhou_form_content_right_content{width: 72%;height: auto;margin: 0px auto;}
.guangzhou_form_content_right_content h2{font-size: 36px;color: #000000;font-family: "Poppins-Medium";}
.guangzhou_form_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.guangzhou_form_content_right_ul li{width: 49.2%;height: auto;position: relative;margin-top: 10px;}
.guangzhou_form_content_right_ul li input{display: block;width: 100%;height: 50px;border: 1px solid #E5E5E5;padding-left: 20px;font-family: "Poppins-ExtraLight";color: #040000;font-size: 16px;outline: none;}
.guangzhou_form_content_right_ul li input::placeholder{color: #040000;opacity: 0.6;}
.guangzhou_form_content_right_ul li.WH{width: 100%;height: auto;}
.guangzhou_form_content_right_ul li select{width: 100%;height: 50px;border: 1px solid #E5E5E5;padding: 0 20px;font-family: "Poppins-ExtraLight";color: #040000;outline: none;}
.guangzhou_form_content_right_ul li textarea{width: 100%;height: 120px;padding: 10px 20px;border: 1px solid #E5E5E5;resize: none;outline: none;font-family: "Poppins-ExtraLight";color: #040000;}
.guangzhou_form_content_right_ul li textarea::placeholder{color: #040000;opacity: 0.6;}
.guangzhou_form_content_right_ul li p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "Poppins-Light";}
.guangzhou_form_content_right_ul li p a{text-decoration: underline;}
.guangzhou_form_btn{width: 218px;height: 49px;background: var(--mainColor);border: none;border-radius: 5px;margin-top: 10px;cursor: pointer;outline: none;font-size: 16px;color: #FFFFFF;font-family: "Poppins-Medium";}
/*guangzou.html end*/
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;border-top: 10px solid var(--mainColor);}
.footer_top_box{width: 100%;height: auto;padding: 46px 0px;background: #f2f2f2;}
.footer_top_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_top_content_left{flex: 1;margin-right: 58px;}
.footer_top_content_left_top{display: flex;justify-content: space-between;width: 100%;}
.footer_top_content_left_top_left{width: 30%;height: auto;}
.footer_logo{width: 69.4%;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_content_left_top_left h2{font-size: 14px;color: #000000;margin-top: 10px;}
.footer_top_content_left_top_left_info{width: 100%;height: auto;margin-top: 18px;}
.footer_top_content_left_top_left_info p{font-size: 14px;color: #000000;line-height: 1.8;display: flex;align-items: flex-start;}
.footer_top_content_left_top_left_info p img{display: block;width: 16px;margin-right: 5px;}
.footer_top_content_left_top_left_info p a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_top_content_left_top_nav_title{font-size: 16px;color: #000000;font-family: "Poppins-SemiBold";}
.footer_top_content_left_top_nav_link{margin-top: 20px;}
.footer_top_content_left_top_nav_link a{display: block;font-size: 14px;color: #000000;line-height: 2.2;}
.footer_top_content_left_top_nav_link a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_top_content_right{width: 100%;height: auto;}
.footer_top_content_right_ul{width: 100%;height: auto;margin-top: 24px;}
.footer_top_content_right_ul li{width: 100%;height: auto;position: relative;margin-top: 6px;}
.footer_top_content_right_ul li input{display: block;width: 100%;height: 44px;border-radius: 2px;border: none;background: #FFFFFF;padding-left: 10px;outline: none;}
.footer_top_content_right_ul li input::placeholder{color: rgba(0,0,0,0.5);}
.footer_top_content_right_ul li textarea{display: block;width: 100%;height: 108px;background: #FFFFFF;border: none;padding: 10px;resize: none;outline: none;}
.footer_top_content_right_ul li textarea::placeholder{color: rgba(0,0,0,0.5);}
.privacy-policy{display: block;font-size: 16px;color: #000000;font-family: "Lato-Bold";font-style: italic;text-decoration: underline;margin-top: 9px;}
.privacy-policy:hover{color: var(--mainColor);}
.footer_form_btn{display: block;width: 218px;height: 49px;background: var(--mainColor);border: none;border-radius: 5px;font-size: 16px;color: #FFFFFF;font-family: "Poppins-Medium";outline: none;margin-top: 20px;cursor: pointer;}
.footer_top_content_right{width: 21.8%;height: auto;}
.footer_share_ul{display: flex;justify-content: flex-start;margin-top: 80px;}
.footer_share_ul li{width: 34px;height: auto;position: relative;}
.footer_share_ul li + li{margin-left: 24px;}
.footer_share_ul li img{width: 100%;height: auto;display: block;}
.footer_last_box{width: 100%;height: auto;background: #E5E5E5;}
.footer_last_box .contentWH1400{height: 70px;display: flex;align-items: center;}
.footer_last_box p{font-size: 14px;color: #000000;}
.footer_share_code{width: 120px;height: auto;position: absolute;left: 50%;bottom: calc(100% + 8px);transform: translateX(-50%);display: none;}
.footer_share_ul li:hover .footer_share_code{display: block;}
/*footer end*/
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_news_ul li{width: 32%;height: auto;background: #FFFFFF;border-radius: 10px;overflow: hidden;margin-left: 2%;margin-top: 50px;}
.index_news_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_news_img{width: 100%;height: auto;overflow: hidden;}
.index_news_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_content{width: 100%;height: auto;padding: 27px 23px;}
.index_news_content_time{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #000;font-family: "Poppins-Light";}
.index_news_content_time img{display: block;margin-right: 5px;}
.index_news_content h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 30px;}
.index_news_content p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "Lato-Light";margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_content span{font-size: 16px;color: #6c6c6c;font-family: "Poppins-Light";display: block;margin-top: 30px;}
.index_news_ul li:hover .index_news_img img{transform: scale(1.1);}
.index_news_ul li:hover .index_news_content span{color: var(--mainColor);text-decoration: underline;}
.application_title{width: 100%;height: auto;}
.application_title h2,
.application_title h1{font-size: 36px;color: #000000;font-family: "Lato-Black";text-align: center;}

.commentBox{
	width: 100%;
	padding: 2.5%  0;
}
.commentBox .tl{
	display: flex;
	    justify-content: space-between;
	    align-items: baseline;
}
.commentBox .tl .lt{display: flex;
    align-items: center;width: 20%;}
.commentBox .tl .logo{
	    width: 25px;
	    height: 25px;
}
.commentBox ul li{border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;}
.commentBox ul li .text{
	    font-size: 16px;
	    padding: 1% 32px;
	    line-height: 25px;
}
.commentBox .tl  .icon{
	color: var(--mainColor);
	font-weight: 900;
}

.commentBox ul{
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
}
.commentBox ul li {
  width: calc((100% - 10px) / 2);
  margin: 0 10px 10px 0;
}
.commentBox ul li:nth-child(2n) {
  margin-right: 0;
}

.commentBox .tl .name{    font-size: 16px;
    font-weight: 600;
    margin-left: 3%;}
@media (max-width: 1768px) {
	.contentWH1400{width: 83.33%;}
	.header_product_nav_dl dd{width: 32%;margin-left: 2%;}
	.header_product_nav_dl dd:nth-of-type(4n+1){margin-left: 2%;}
	.header_product_nav_dl dd:nth-of-type(3n+1){margin-left: 0;}
	.index_devices_content_center h2{padding: 0 17%;}
	.index_about_right_content_box{width: 72.5%;}
	.index_about_right_box{padding-left: 52px;}
	.index_about_right_content_txt{margin-top: 50px;}
	.index_about_right_content_more{margin-top: 50px;}
	.index_about_box:after{width: 66px;}
	.index_news_right h3{margin-top: 136px;}
	.index_blog_ul li .index_news_right h3{margin-top: 76px;}
	.index_product_ul_txt span{transform: translateX(-28%);}
	.product_category_list_content_box{width: 92%;}
	.product_category_nav_top h2{font-size: 14px;}
	.product_category_automation_content_box{padding-top: 76px;}
	.product_category_automation_content_txt{margin-right: 5%;}
	.product_category_advantage_ul li{padding: 0 45px;}
	.service_info_box h2{padding: 0 19%;}
	.about_history_btn_box{left: 7.35%;}
	.about_info_txt{width: 69.93%;}
	.why_us_team_right_content{width: 85.3%;}
	.why_us_design_content_left{width: 40.4%;}
	.partners_download_sw_contnet{padding: 30px 20px;}
	.partners_download_sw_contnet h2{font-size: 15px;}
     .guangzhou_products_ul_right h2{font-size: 18px;}
     .guangzhou_products_ul_right p{font-size: 14px;}
     .guangzhou_form_content_left_ul_txt a{font-size: 20px;}
}
@media (max-width: 1400px) {
	.index_devices_content_center h2{padding: 0 14%;}
	.index_about_right_content_box{width: 83.5%;}
	.index_about_right_content_more{margin-top: 20px;}
	.index_about_right_content_txt{margin-top: 20px;}
	.index_about_box:after{width: 56px;}
	.index_advantage_ul li h2{font-size: 48px;}
	.index_advantage_ul li{padding: 30px 15px;}
	.index_why_choose_content_swiper_txt h2{font-size: 20px;}
	.index_why_choose_content_swiper_txt p{font-size: 16px;}
	.index_news_right h3{margin-top: 86px;}
	.index_blog_ul li .index_news_right h3{margin-top: 40px;}
	.nav_frist_link{font-size: 14px;}
	.product_category_advantage_ul li h2{font-size: 20px;}
	.product_category_related_news_content_right_txt{padding: 18px;}
	.product_category_related_news_content_right_txt p{margin-top: 5px;}
	.product_category_related_news_content_right_img img{height: 100%;object-fit: cover;}
	.product_category_last_content_txt h2{font-size: 32px;}
	.product_category_last_content_txt p{font-size: 16px;}
	.service_odm_ul_number span{font-size: 118px;}
	.service_customation_ul li h2{font-size: 15px;}
	.service_info_box h2{padding: 0 15%;}
	.about_brand_content_txt p{margin-top: 15px;}
	.about_brand_content_txt{width: 52.72%;margin-right: 40px;}
	.why_us_service_content_list_ul{width: 64.6%;}
	.partners_download_sw_contnet span{width: 100%;}
     .guangzhou_products_ul_right h2{font-size: 16px;}
     .guangzhou_products_ul_right p{font-size: 12px;}
}
@media (max-width: 1200px) {
	.contentWH1400{width: 92%;}
	.header_nav_box{margin-left: 10px;}
	.header_nav_box li{margin-left: 10px;}
	.index_banner_big_swiper_content_box{padding-top: 50px;}
	.index_banner_big_swiper_content_box h2{font-size: 48px;}
	.index_product_ul_txt span{transform: translateX(-37%);}
	.index_product_ul_txt h2{font-size: 18px;height: 44px;}
	.index_devices_bg{position: relative;z-index: 1;}
	.index_devices_content_box{position: absolute;left: 0;top: 0;z-index: 2;}
	.index_devices_box{position: relative;}
	.index_devices_content_center{padding-bottom: 50px;}
	.index_devices_content_center h2{padding: 0 24%;font-size: 30px;}
	.index_devices_list_ico{z-index: 2;}
	.index_devices_content_logo{padding-top: 30px;}
	.index_about_box:after{display: none;}
	.index_about_box{flex-wrap: wrap;}
	.index_about_left_box{width: 100%;}
	.index_about_right_box{padding: 5% 4%;width: 100%;}
	.index_about_right_content_box{width: 100%;}
	.index_news_right h3{font-size: 18px;}
	.index_news_right_title h2{font-size: 20px;}
	.index_news_right_title span{width: 28px;}
	.index_news_right_title span img{width: 32%;}
	.index_blog_ul li:nth-last-of-type(1) .index_news_left_img:after{background-size: 42px auto;}
	.product_category_automation_content_txt{margin-right: 0;}
	.product_category_automation_content_txt{width: 62.2%;}
	.product_category_automation_content_txt h2{text-shadow: 0 0 4px rgba(0,0,0,0.5);}
	.product_category_automation_content_txt p{text-shadow: 0 0 4px rgba(0,0,0,0.5);}
	.service_customation_ul li h2{height: 50px;line-height: 1.2;}
	.service_info_box h2{padding: 0 10%;}
	.service_advantage_ul{justify-content: space-between;}
	.service_advantage_ul li{width: 48.5%;margin-left: 0;}
	.about_history_btn_box{width: 100%;left: 0;height: auto;bottom: 30px;z-index: 2;display: flex;align-items: flex-end;}
	.about_history_btn_sw{height: auto;width: 92%;margin: 0px auto;}
	.about_history_btn_sw .swiper-slide{display: block;}
	.about_history_btn_sw .swiper-slide h2{margin-right: 0;text-align: center;height: 35px;}
	.about_history_btn_sw .swiper-slide span{margin: 0px auto;margin-top: 10px;}
	.about_history_btn_sw .swiper-wrapper{justify-content: initial;}
	.about_history_btn_box:after{width: 100%;height: 1px;top: auto;bottom: 11px;}
	.about_history_bg_sw_content{align-items: flex-start;padding-bottom: 0;padding-top: 48px;}
	.about_history_bg_sw_content p{padding-left: 0;text-align: center;}
	.about_info_txt{width: 89.93%;}
	.about_brand_content_txt{width: 69.72%;}
	.why_us_team_right{padding-left: 40px;}
	.partner_company_map_box{width: 866px;}
	.partner_company_map_content li{width: 20px;}
	.partner_company_map_content li span{width: 5px;}
	.partner_company_map_content li:nth-of-type(1){left: 246px;}
	.partner_company_map_content li:nth-of-type(2){top: 73px;right: 373px;}
	.partner_company_map_content li:nth-of-type(3){top: 51px;right: 226px;}
	.partner_company_map_content li:nth-of-type(4){top: 83px;right: 391px;}
	.partner_company_map_content li:nth-of-type(5){top: 103px;right: 389px;}
	.partner_company_map_content li:nth-of-type(6){top: 125px;right: 352px;}
	.partner_company_map_content li:nth-of-type(7){top: 116px;right: 290px;}
	.partner_company_map_content li:nth-of-type(8){top: 163px;right: 339px;}
	.partner_company_map_content li:nth-of-type(9){bottom: 196px;left: 400px;}
	.partner_company_map_content li:nth-of-type(10){bottom: 156px;right: 142px;}
	.partner_company_map_content_country{width: 160px;height: 91px;top: -109px;}
	.partners_download_sw_right{right: -35px;}
	.partners_download_sw_left{left: -35px;}
	.partner_request_content_right{padding: 20px;}
     .guangzhou_products_ul li a{flex-wrap: wrap;}
     .guangzhou_products_ul_left{width: 100%;}
     .guangzhou_products_ul_right{margin-left: 0;margin-top: 30px;width: 100%;}
     .guangzhou_form_content_left_ul li{flex-direction: column;}
     .guangzhou_form_content_left_ul_txt{margin-left: 0;margin-top: 10px;}
     .guangzhou_form_content_right_content h2{font-size: 30px;}
}
@media (max-width: 990px) {
	.logo{width: 80px;}
	.header_nav_box{margin-left: 0;}
	.index_banner_logo{width: 110px;}
	.index_banner_big_swiper_content_box{padding-top: 20px;}
	.index_banner_big_swiper_content_box h2{font-size: 28px;}
	.index_banner_big_swiper_content_ul li{width: 35px;}
	.index_banner_btn_swiper{bottom: 12px;}
	.index_product_ul{justify-content: space-between;}
	.index_product_ul li{width: 48.5%;margin-left: 0;}
	.index_product_ul_txt span{transform: translateX(-32%);}
	.index_devices_content_box{top: 28px;}
     .index_devices_content_center{padding-bottom: 0;}
     .index_devices_content_center h2{font-size: 24px;}
	.index_devices_bg img{height: 100%;object-fit: cover;}
	.index_devices_content_center h2{padding: 0 18%;}
	.index_devices_list_content_sw_right{right: -13px;}
	.index_devices_list_content_sw_left{left: -13px;}
	.index_advantage_ul{justify-content: space-between;}
	.index_advantage_ul li{width: 48.5%;}
	.index_advantage_ul li + li{margin-left: 0;}
	.index_choose_btn_right, .index_choose_btn_left{width: 42px;}
	.index_choose_btn_right img, .index_choose_btn_left img{width: 35%;}
	.index_news_right h3{margin-top: 22px;}
	.index_blog_ul{flex-wrap: wrap;margin-top: 0;}
	.index_blog_ul li{width: 100%;margin-top: 20px;}
	.footer_top_content_box{flex-wrap: wrap;}
	.footer_top_content_left{flex: auto;margin-right: 0;}
	.footer_top_content_right{width: 100%;margin-top: 50px;}
	.footer_share_ul{margin-top: 50px;}
	.product_category_list_content_box{flex-wrap: wrap;}
	.product_category_list_content_left{width: 100%;}
	.product_category_list_content_right{margin-left: 0;padding-top: 50px;}
	.product_category_automation_content_box{position: relative;width: 100%;height: auto;padding-top: 0;}
	.product_category_automation_content_txt{width: 100%;height: auto;padding-top: 5%;}
	.product_category_automation_content_txt h2{color: #000000;text-shadow: none;}
	.product_category_automation_content_txt p{color: #000000;text-shadow: none;padding-right: 0;}
	.product_category_related_solution_content{width: 95.7%;}
	.product_category_advantage_ul{justify-content: space-between;}
	.product_category_advantage_ul li{width: 48.5%;padding: 0 !important;border-right: none;}
	.product_category_related_news_content_box{flex-wrap: wrap;}
	.product_category_related_news_content_left{width: 100%;}
	.product_category_related_news_content_right{width: 100%;margin-top: 10px;}
	.product_category_faq_ul_top h2{font-size: 18px;}
	.product_category_last_box{flex-wrap: wrap;}
	.product_category_last_box li:nth-of-type(1){width: 100%;}
	.product_category_last_box li:nth-of-type(2){width: 100%;}
	.product_detial_btn_ul li + li{margin-left: 32px;}
	.product_detial_form_content_box{padding: 5% 4%;}
	.solution_detial_devices_box h2{font-size: 24px;}
	.solution_detial_benefits_content{padding-top: 30px;}
	.solution_detial_benefits_content_ul{margin-top: 20px;}
	.solution_detial_benefits_content_ul li{width: 48.5%;margin-top: 30px;}
	.solution_detial_customer_content_sw_top{padding: 30px 25px;}
	.solution_detial_customer_content_sw_top_title h2{font-size: 18px;}
	.solution_detial_customer_content_sw_top_title img{width: 120px;}
	.service_odm_ul_number span{font-size: 100px;}
	.service_odm_ul li{width: 32%;margin-left: 2%;}
	.service_odm_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.service_odm_ul li:nth-of-type(3n+1){margin-left: 0;}
	.about_banner_content h1{margin-top: 0;}
	.about_info_txt{width: 100%;}
	.about_touch_ul li:nth-of-type(1){width: 100%;}
	.about_touch_ul li:nth-of-type(2){width: 100%;}
	.about_touch_ul_img{height: 480px;}
	.about_touch_ul_img img{height: 100%;object-fit: cover;}
	.about_touch_ul li:nth-last-of-type(1) .about_touch_ul_content p{padding: 0;}
	.about_brand_content_txt{width: 100%;height: auto;padding: 5% 4%;}
	.about_brand_content_box{position: relative;}
	.about_brand_content_txt h2{color: #000000;}
	.about_brand_content_txt p{color: #000000;}
	.why_us_team_right{padding: 5% 4%;}
	.why_us_team_right_content{width: 100%;}
	.why_us_team_left a{height: 100%;}
	.why_us_team_left img{height: 100%;object-fit: cover;}
	.partner_company_map_box{width: 92%;}
	.partner_company_map_content li:nth-of-type(1){left: 30%;bottom: 26%;}
	.partner_company_map_content li:nth-of-type(2){top: 18%;right: 43%;}
	.partner_company_map_content li:nth-of-type(3){top: 15%;right: 30%;}
	.partner_company_map_content li:nth-of-type(4){top: 22%;right: 45%;}
	.partner_company_map_content li:nth-of-type(5){top: 26%;right: 46%;}
	.partner_company_map_content li:nth-of-type(6){top: 29%;right: 40%;}
	.partner_company_map_content li:nth-of-type(7){top: 30%;right: 33%;}
	.partner_company_map_content li:nth-of-type(8){top: 39%;right: 39%;}
	.partner_company_map_content li:nth-of-type(9){right: 47%;top: 47%;}
	.partner_company_map_content li:nth-of-type(10){bottom: 37%;right: 14%;}
	.partner_company_list_box li{width: 48.5%;}
	.partner_become_content_txt h2{font-size: 26px;}
	.partner_become_content_txt p{margin-top: 16px;}
	.partner_become_content_txt{width: 52.8%;}
	.partner_become_content{padding-left: 29px;}
     .contact_info_box{flex-wrap: wrap;}
     .contact_info_left{width: 100%;}
     .contact_info_right{flex: auto;height: 380px;width: 100%;}
     .guangzhou_solution_ul li + li{margin-left: 2%;}
     .guangzhou_solution_ul li{width: 23.5%;}
     .guangzhou_about_content_box{flex-wrap: wrap;}
     .guangzhou_about_content_left{width: 562px;margin: 0px auto;}
     .guangzhou_about_content_right{width: 100%;margin-top: 80px;}
     .guangzhou_form_content_right_content{width: 92%;}
     .guangzhou_form_content{flex-wrap: wrap;}
     .guangzhou_form_content_left{width: 100%;}
     .guangzhou_form_content_right{width: 100%;margin-top: 30px;}
}
@media (max-width: 768px) {
	.header{position: relative;}
	.header .contentWH1400{height: 13.8vw;position: initial;}
	.header_nav_box{width: 100%;height: calc(100vh - 13.8vw);background: #FFFFFF;position: absolute;left: 0;top: 100%;z-index: 99;display: none;overflow: hidden;overflow-y: auto;}
	.header_nav_box li{height: auto;margin-left: 0;padding-left: 5.8vw;}
	.nav_frist_link{font-size: 3.8vw;line-height: 10.8vw;width: auto;display: inline-block;}
	.header_product_nav_box{position: relative;}
	.header_product_nav_dl{padding: 5% 4%;}
	.header_product_nav_dl dd{width: 100%;margin-left: 0;margin-top: 3.2vw;}
	.header_product_nav_dl dd:nth-of-type(1){margin-top: 0;}
	.nav_two_link:after{width: 0.4vw;height: 2.2vw;top: 1.5vw;}
	.nav_two_link{font-size: 3.6vw;padding-left: 2.2vw;}
	.header_product_nav_dl_bottom a{font-size: 3.6vw;margin-top: 3.2vw;}
	.nav_list_box{position: relative;width: 100%;left: 0;transform: none;}
	.nav_list_box a{font-size: 3.6vw;padding: 1.8vw 3.2vw;height: auto;}
	.logo{width: 27vw;}
	.hd_btn{display: block;margin-right: 3.2vw;}
	.header_search_btn{width: 4vw;}
	.header_right_language{margin-left: 3.2vw;}
	.header_right_language_btn img:nth-of-type(1){width: 4vw;}
	.header_right_language_list a{font-size: 3.2vw;line-height: 8.8vw;}
	.header_right_language_list{right: 0;left: auto;transform: none;}
	.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_big_swiper_bg{height: auto;}
	.index_banner_big_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_big_swiper_content_box{padding-top: 5%;}
	.index_banner_logo{width: 23vw;}
	.index_banner_big_swiper_content_box h2{font-size: 4.8vw;margin-top: 1.8vw;}
	.index_banner_big_swiper_content_box h3{font-size: 3.8vw;margin-top: 1.8vw;}
	.index_banner_big_swiper_content_ul li{width: 6.8vw;margin-left: 3.2vw;}
	.index_banner_big_swiper_content_ul{margin-top: 1.8vw;}
	.index_banner_big_swiper_right, .index_banner_big_swiper_left{font-size: 4.8vw;}
	.index_banner_big_swiper_right{right: 1.8vw;}
	.index_banner_big_swiper_left{left: 1.8vw;}
	.index_banner_btn_swiper{opacity: 0;}
	.index_product_box{padding: 8vw 0;}
	.index_title_top_box img{width: 4.8vw;margin-right: 1.8vw;}
	.index_title_top_box h2{font-size: 4.8vw;}
	.index_title_top_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_product_ul{margin-top: 3.2vw;}
	.index_product_ul li{width: 100%;margin-top: 3.8vw;}
	.index_product_ul_txt h2{font-size: 3.8vw;height: auto;}
	.index_product_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;height: auto;}
	.index_product_ul_txt span{transform: translateX(-20vw);margin-top: 3.2vw;}
	.index_product_ul_txt{padding: 5% 4%;}
	.index_product_ul_txt span img{width: 4vw;}
	.index_product_ul_txt span i{font-size: 3.6vw;}
	.index_devices_content_logo{padding-top: 5%;}
	.index_devices_content_logo_top{width: 20vw;}
	.index_devices_content_logo_bottom{margin-top: 3.2vw;}
	.index_devices_content_logo_bottom li{width: 5.8vw;margin-left: 1.8vw;}
	.index_devices_content_center{padding-bottom: 8vw;}
	.index_devices_content_center h2{padding: 0;font-size: 4.2vw;color: #000;}
	.index_devices_content_center p{font-size: 3.6vw;margin-top: 1.8vw;color: #000;}
	.index_devices_content_center a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;color: #000;border-color: #000;}
     .index_devices_content_logo_bottom{display: none;}
	.index_devices_list_ico{width: 12vw;top: -4vw;}
	.index_devices_list_ico img{width: 80%;}
	.index_devices_list_box{padding: 8vw 0;}
	.index_devices_list_content_sw .swiper-slide h2{font-size: 3.6vw;}
	.index_devices_list_content_sw_right, .index_devices_list_content_sw_left{width: 4.2vw;}
	.index_devices_list_content_sw_right{right: 0;}
	.index_devices_list_content_sw_left{left: 0;}
	.index_about_left_box a:after{background-size: 11vw auto;}
	.index_about_right_content_title h2{font-size: 4.8vw;}
	.index_about_right_content_title p{font-size: 3.6vw;}
	.index_about_right_content_txt p{font-size: 3.2vw;}
	.index_about_right_content_txt{margin-top: 3.6vw;}
	.index_about_right_content_more{margin-top: 3.6vw;}
	.index_about_right_content_more a{height: 10.8vw;font-size: 3.6vw;}
	.index_advantage_box{padding: 8vw 0;}
	.index_advantage_ul li h2{font-size: 4.8vw;}
	.index_advantage_ul li p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_advantage_ul li{padding: 5% 4%;}
	.index_why_choose_box{padding: 8vw 0;}
	.index_choose_btn_right, .index_choose_btn_left{width: 8vw;}
	.index_choose_btn_box{width: 21vw;height: 8vw;}
	.index_why_choose_content_box{margin-top: 5.8vw;}
	.index_why_choose_content_swiper .swiper-slide{border-radius: 2vw;}
	.index_why_choose_content_swiper_txt{padding: 5% 4%;}
	.index_why_choose_content_swiper_txt h2{font-size: 4.2vw;}
	.index_why_choose_content_swiper_txt p{font-size: 3.6vw;}
	.index_blog_box{padding: 8vw 0 0;}
	.index_news_box{margin-top: 5.8vw;}
	.index_news_box a{flex-wrap: wrap;}
	.index_news_left_img{width: 100%;border-radius: 5px 5px 0 0;}
	.index_news_right{width: 100%;padding: 5% 4%;border-radius: 0 0 5px 5px;}
	.index_news_right_title h2{font-size: 4.2vw;}
	.index_news_right_title span{width: 6vw;}
	.index_news_right h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_news_right p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_blog_ul li{margin-top: 3.8vw;}
	.index_blog_ul li a{flex-wrap: wrap;}
	.index_blog_ul li .index_news_right h3{margin-top: 3.2vw;}
	.index_blog_content_box{padding-bottom: 8vw;}
	.index_quote_box{padding: 8vw 0;}
	.index_quote_box h2{font-size: 4.2vw;}
	.index_quote_box p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_quote_box a{width: 42vw;height: 10.8vw;font-size: 3.6vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_top_content_left_top{flex-wrap: wrap;}
	.footer_top_content_left_top_left{width: 100%;}
	.footer_logo{width: 20vw;}
	.footer_top_content_left_top_left h2{font-size: 3.2vw;margin-top: 1.8vw;}
	.footer_top_content_left_top_left_info p{font-size: 3.2vw;}
	.footer_top_content_left_top_left_info{margin-top: 1.8vw;}
     .footer_top_content_left_top_left_info p img{width: 3.2vw;margin-right: 1.8vw;margin-top: 1.3vw;}
	.footer_top_content_left_top_nav_title{font-size: 3.8vw;}
	.footer_top_content_left_top_nav{margin-top: 3.8vw;}
	.footer_top_content_left_top_nav_link{margin-top: 3.2vw;}
	.footer_top_content_left_top_nav_link a{font-size: 3.2vw;}
	.footer_share_ul{margin-top: 3.8vw;}
	.footer_share_ul li{width: 6vw;}
	.footer_share_ul li + li{margin-left: 3.2vw;}
	.footer_top_content_right{margin-top: 5.8vw;}
	.footer_top_content_right_ul{margin-top: 3.8vw;}
	.footer_top_content_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.footer_top_content_right_ul li textarea{height: 30vw;padding: 3.2vw;font-size: 3.2vw;}
	.privacy-policy{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_form_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_last_box p{font-size: 3.2vw;}
	.footer_last_box .contentWH1400{height: auto;padding: 1.8vw 0;}
	.index_devices_content_box, .index_devices_bg{height: auto;aspect-ratio:initial;}
     .index_devices_content_box{position: relative;top: 0;}
     .index_devices_content_logo_top{display: none}
     .index_devices_content_center{position: relative;}
	.crumbs_box li a img{width: 3vw;margin-right: 1.8vw;}
	.product_category_info_box{padding: 8vw 0;}
	.product_category_info_content h2{font-size: 4.8vw;}
	.product_category_info_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_category_list_content_left{border-right: none;padding: 0;}
	.product_category_list_content_left_box{padding-top: 8vw;}
	.product_category_list_content_left_search{height: 10.8vw;}
	.product_category_list_content_left_search input:nth-last-of-type(2){font-size: 3.6vw;padding-left: 3.2vw;}
	.product_category_nav_top{height: 10.8vw;}
	.product_category_nav_top h2{font-size: 3.6vw;}
	.product_category_nav_top span{font-size: 3.6vw;}
	.product_category_nav_bottom a{font-size: 3.6vw;}
	.product_category_nav_bottom{padding-bottom: 3.2vw;}
	.product_category_list_content_right{padding-top: 5.8vw;}
	.product_category_list_content_right h1{font-size: 4.8vw;}
	.product_category_list_content_right_ul{margin-top: 3.2vw;justify-content: space-between;}
	.product_category_list_content_right_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;padding: 5% 4%;}
	.product_category_list_content_right_ul_logo{width: 20vw;}
	.product_category_list_content_right_ul_txt{margin-top: 3.6vw;}
	.product_category_list_content_right_ul_txt h2{font-size: 3.8vw;}
	.product_category_list_content_right_ul_txt p{font-size: 3.2vw;}
	.product_category_automation_content_txt h2{font-size: 4.8vw;}
	.product_category_automation_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_related_solution_box{padding: 8vw 0;}
	.product_category_related_solution_title h2{font-size: 4.8vw;}
	.product_category_related_solution_content_sw_con{width: 95%;}
	.product_category_related_solution_content_box{margin-top: 5.8vw;}
	.product_category_related_solution_content_sw_content{padding: 5% 4%;}
	.product_category_related_solution_content_sw_content_txt h2{font-size: 3.8vw;}
	.product_category_related_solution_content_sw_content_txt p{font-size: 3.2vw;margin-top: 1.8vw;}
	.product_category_related_solution_content_sw_right, .product_category_related_solution_content_sw_left{display: none;}
	.product_category_related_solution_content_sw{padding-bottom: 8vw;}
	.product_category_related_solution_content_sw_page span{width: 3vw;height: 0.3vw;}
	.product_category_advantage_box{padding: 4.2vw 0 8vw;}
	.product_category_advantage_ul li{margin-top: 3.8vw;}
	.product_category_advantage_ul_ico{width: 9vw;}
	.product_category_advantage_ul li h2{font-size: 3.8vw;margin-top: 1.8vw;}
	.product_category_advantage_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.product_category_related_news_box{padding: 8vw 0;}
	.product_category_related_news_content_box{margin-top: 5.8vw;}
	.product_category_related_news_content_left_txt{padding: 5% 4%;}
	.product_category_related_news_content_left_txt h2{font-size: 3.8vw;}
	.product_category_related_news_content_left_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.product_category_related_news_content_right li a{flex-wrap: wrap;}
	.product_category_related_news_content_right_img{width: 100%;}
	.product_category_related_news_content_right_txt{flex: auto;width: 100%;height: auto;padding: 5% 4%;}
	.product_category_related_news_content_right_txt h2{font-size: 3.8vw;}
	.product_category_related_news_content_right_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.product_category_faq_box{padding: 8vw 0;}
	.product_category_faq_ul{margin-top: 5.8vw;}
	.product_category_faq_ul_top{height: auto;padding: 1.8vw 0;}
	.product_category_faq_ul_top span{font-size: 4.8vw;}
	.product_category_faq_ul_bottom p{font-size: 3.2vw;}
	.product_category_faq_ul_bottom{padding-bottom: 3.2vw;}
	.product_category_last_box{margin-top: 8vw;}
	.product_category_last_content_txt h2{font-size: 4.8vw;}
	.product_category_last_content_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.product_category_last_content{padding: 0 4%;}
	.product_category_faq_ul_top h2{font-size: 3.6vw;}
	.product_category_last_content_txt a{width: 52vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_last_img{height: 48vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_content_list{margin-top: 8vw;}
	.product_detial_content_list_title h2{font-size: 4.8vw;}
	.product_detial_content_list_description_box{margin-top: 3.2vw;}
	.product_detial_content_list_description_box p{font-size: 3.2vw;}
	.product_detial_content_list_spec_box table td{font-size: 3.2vw;height: 8.8vw;padding-left: 1.8vw;}
	.product_detial_content_list_spec_box table{border-spacing: 0;min-width: 810px;}
	.product_detial_video_box{margin-top: 5.8vw;}
	.product_detial_video_box a:after{background-size: 11vw auto;}
	.product_detial_content_list_more{padding-top: 8vw;}
	.product_detial_content_list_more_title h2{font-size: 4.8vw;}
	.product_detial_content_list_more_content{margin-top: 5.8vw;}
	.product_detial_related_video_box{margin-top: 5.8vw;}
	.product_detial_content_list_more_content_video{margin-top: 3.2vw;flex-wrap: wrap;}
	.product_detial_content_list_more_content_video li{width: 100%;margin-top: 3.8vw;}
	.product_detial_content_list_more_content_img a:after{background-size: 11vw auto;}
	.product_detial_content_list_more_content_video li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_detial_related_box{padding: 8vw 0;}
	.product_detial_related_sw{margin-top: 5.8vw;}
	.product_detial_related_sw_txt{padding: 5% 4%;}
	.product_detial_related_sw_txt h2{font-size: 3.8vw;}
	.product_detial_related_sw_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.product_detial_form_content_box h2{font-size: 4.8vw;}
	.product_detial_form_content_ul{margin-top: 3.2vw;}
	.product_detial_form_content_ul li{width: 100%;margin-top: 1.8vw;}
	.product_detial_form_content_ul li input{height: 8.8vw;padding-left: 1.8vw;font-size: 3.2vw;}
	.product_detial_form_content_ul li textarea{padding: 1.8vw;font-size: 3.2vw;height: 28vw;}
	.product_detial_form_content_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_form_box{padding-bottom: 8vw;}
     .solution_banner_content h1{font-size: 4.8vw;}
     .solution_content_box{padding: 8vw 0;}
     .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
     .solution_content_ul a{flex-wrap: wrap;padding: 0;}
     .solution_content_ul_img{width: 100%;}
     .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
     .solution_content_ul_right h4{font-size: 3.6vw;}
     .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
     .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_banner_bg{height: 48vw;}
	.solution_detial_banner_bg img{height: 100%;object-fit: cover;}
	.solution_detial_banner_content h1{font-size: 4.8vw;}
	.solution_detial_banner_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.solution_detial_banner_content_link a{width: 42vw;height: 10.8vw;font-size: 3.6vw;}
	.solution_detial_banner_content_link{margin-top: 3.2vw;}
	.solution_detial_banner_content_link a img{width: 3.8vw;margin-right: 1.8vw;}
	.solution_detial_info_box{padding: 8vw 0;}
	.solution_detial_info_box h2{font-size: 4.8vw;}
	.solution_detial_info_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_devices_box{margin-top: 5.8vw;padding: 0;}
	.solution_detial_devices_content{padding: 5% 4%;}
	.solution_detial_devices_content_ul{flex-wrap: wrap;}
	.solution_detial_devices_content_ul li{width: 32%;margin-bottom: 3.2vw;}
	.solution_detial_devices_box h2{font-size: 3.8vw;margin-top: 0;}
	.solution_detial_benefits_content_ul{margin-top: 3.2vw;}
	.solution_detial_benefits_content_ul li{width: 100%;padding: 5% 4%;margin-top: 3.8vw;}
	.solution_detial_benefits_content_ul li h2{font-size: 4.2vw;}
	.solution_detial_benefits_content_ul li p{font-size: 3.2vw;margin-top: 3.6vw;}
	.solution_detial_benefits_content{padding-top: 5.8vw;padding-bottom: 8vw;}
	.solution_detial_customer_box{padding: 8vw 0;}
	.solution_detial_customer_content_box{margin-top: 5.8vw;}
	.solution_detial_customer_content_sw_top{padding: 5% 4%;}
	.solution_detial_customer_content_sw_top_title h2{font-size: 3.8vw;}
	.solution_detial_customer_content_sw_top_title img{width: 13vw;margin-left: 2.8vw;}
	.solution_detial_customer_content_sw_top_txt{margin-top: 3.6vw;}
	.solution_detial_customer_content_sw_top_txt p{font-size: 3.6vw;}
	.solution_detial_faq_ul_top{height: 12.8vw;}
	.solution_detial_faq_ul li.on{margin-bottom: 5.8vw;}
	.solution_detial_faq_ul li{padding: 0 5%;}
	.solution_detial_customer_content_sw_right, .solution_detial_customer_content_sw_left{display: none;}
	.solution_detial_faq_ul_top h2{font-size: 3.8vw;}
	.solution_detial_faq_ul_top span{font-size: 4.8vw;}
	.solution_detial_faq_ul_bottom{padding: 5% 0;}
	.solution_detial_faq_ul_bottom p{font-size: 3.6vw;}
	.service_customation_box{padding: 8vw 0;}
	.service_customation_ul{margin-top: 3.2vw;justify-content: space-between;}
	.service_customation_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.service_customation_ul li h2{font-size: 3.6vw;height: 12.8vw;padding: 0 2%;}
	.service_info_box{padding: 8vw 0;}
	.service_info_box h2{padding: 0;font-size: 4.8vw;}
	.service_info_box p{font-size: 3.2vw;margin-top: 3.2vw;}
	.service_advantage_box{padding: 8vw 0;padding-bottom: 0;}
	.service_advantage_ul{margin-top: 3.2vw;}
	.service_advantage_ul li{width: 100%;margin-top: 3.8vw;}
	.service_advantage_ul_title img{width: 4.2vw;margin-right: 1.8vw;}
	.service_advantage_ul_title h2{font-size: 3.8vw;}
	.service_advantage_ul li p{font-size: 3.2vw;padding-left: 6vw;margin-top: 3.2vw;}
	.service_video_box a:after{background-size: 11vw auto;}
	.service_industry_box{padding: 8vw 0;}
	.service_industry_ul{margin-top: 3.2vw;}
	.service_industry_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;padding: 5% 4%;}
	.service_industry_ul li:nth-last-of-type(1), .service_industry_ul li:nth-last-of-type(2){width: 100%;}
	.service_case_content_box{margin-top: 5.8vw;}
	.service_industry_ul_ico{width: 8vw;}
	.service_industry_ul li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.service_industry_ul li p{font-size: 3.2vw;margin-top: 3.2vw;}
	.service_case_content_sw_div{padding: 5% 4%;}
	.service_case_content_sw_div h2{font-size: 4.2vw;margin-bottom: 3.2vw;}
	.service_case_content_sw_div p{font-size: 3.6vw;}
	.service_case_box{padding-bottom: 8vw;}
	.service_related_box{padding-bottom: 8vw;}
	.service_odm_box{padding: 8vw 0;}
	.service_odm_ul{margin-top: 3.2vw;justify-content: space-between;}
	.service_odm_ul li{width: 48.5%;margin-top: 3.8vw;margin-left: 0;height: 28vw;}
	.service_odm_ul_number span{font-size: 18.8vw;bottom: -11vw;}
	.service_odm_ul li h2{font-size: 3.8vw;}
	.service_odm_ul li:after{display: none;}
	.service_equipment_box{padding: 8vw 0;}
	.service_equipment_box h2{font-size: 4.8vw;}
	.service_equipment_box a{width: 48vw;height: 10.8vw;font-size: 3.8vw;margin-top: 4.2vw;}
	.about_banner_content h1{font-size: 4.8vw;}
	.about_history_bg_sw_content p{font-size: 3.2vw;}
	.about_history_bg_sw_content{padding-top: 3.2vw;}
	.about_history_btn_sw .swiper-slide.swiper-slide-thumb-active h2{font-size: 4.8vw;}
	.about_history_btn_sw .swiper-slide h2{font-size: 3.6vw;height: 4.8vw;}
	.about_history_btn_sw .swiper-slide span{width: 4vw;height: 4vw;}
	.about_history_btn_sw .swiper-slide span:after{width: 1.8vw;height: 1.8vw;}
	.about_history_btn_box:after{bottom: 2vw;}
	.about_history_btn_box{bottom: 3.2vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_txt h2{font-size: 3.6vw;}
	.about_info_txt h3{font-size: 4.8vw;margin-top: 1.8v;}
	.about_info_txt p{font-size: 3.2vw;margin-top: 3.8vw;}
	.about_info_img{margin-top: 5.8vw;padding-bottom: 8vw;}
	.about_touch_ul{margin-top: 3.2vw;}
	.about_touch_ul li{margin-top: 3.8vw;}
	.about_touch_ul_img{height: 72vw;}
	.about_touch_ul_content{padding: 0 4%;bottom: 5%;}
	.about_touch_ul li span{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.8vw;padding-left: 3.8vw;left: 4%;top: 5%;}
	.about_touch_ul_content p{font-size: 3.6vw;}
	.about_touch_ul li span{width: 26vw;}
	.about_touch_ul li span:before{width: 2vw;height: 2vw;left: 5.8vw;}
	.about_brand_box{margin-top: 5.8vw;}
	.about_brand_content_txt{margin-right: 0;}
	.about_brand_content_txt h2{font-size: 4.8vw;}
	.about_brand_content_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.about_touch_box{padding-bottom: 8vw;}
	.why_us_number_box{padding: 8vw 0;}
	.why_us_team_box{flex-wrap: wrap;}
	.why_us_team_left{width: 100%;}
	.why_us_team_left a:after{background-size: 11vw auto;}
	.why_us_team_right_content h2{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.why_us_team_right_content p{font-size: 3.2vw;}
	.why_us_design_box{padding: 8vw 0;}
	.why_us_design_content_box{flex-direction: column-reverse;}
	.why_us_design_content_right{width: 100%;}
	.why_us_design_content_left{width: 100%;}
	.why_us_design_content_left h2{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.why_us_design_content_left p{font-size: 3.2vw;}
	.why_us_design_content_box{padding-bottom: 8vw;}
	.why_us_certifition_box{padding-top: 0;padding-bottom: 8vw;}
	.why_us_certifition_ul{flex-wrap: wrap;}
	.why_us_certifition_ul li{width: 18.5%;margin-top: 3.8vw;}
	.why_us_service_box{padding: 8vw 0;}
	.why_us_service_btn li{font-size: 3.6vw;padding-bottom: 5.8vw;}
	.why_us_service_btn:after{height: 0.4vw;border-radius: 0.2vw;}
	.why_us_service_btn li i{width: 2vw;bottom: -1vw;border-width: 0.4vw;}
	.why_us_service_btn li:after{height: 0.4vw;}
	.why_us_service_content{margin-top: 5.8vw;}
	.why_us_service_content_list_title h2{font-size: 4.8vw;}
	.why_us_service_content_list_ul{width: 100%;}
	.why_us_service_content_list_ul li{margin-top: 3.8vw;flex-wrap: wrap;}
	.why_us_service_content_list_ul_ico{width: 9vw;margin: 0px auto;}
	.why_us_service_content_list_ul_txt{flex: auto;width: 100%;margin-top: 3.2vw;}
	.why_us_service_content_list_ul_txt h2{font-size: 3.6vw;}
	.why_us_service_content_list_ul_txt p{font-size: 3.2vw;}
	.why_us_trust_box{padding: 8vw 0;}
	.why_us_trust_sw{padding-bottom: 8vw;margin-top: 5.8vw;}
	.partner_company_box{padding: 8vw 0;}
	.partner_company_title h2{font-size: 4.8vw;}
	.partner_company_title{padding: 0;}
	.partner_company_title p{font-size: 3.2vw;margin-top: 3.2vw;}
	.partner_company_map_box{margin-top: 5.8vw;}
	.partner_company_map_content li{width: 2.2vw;}
	.partner_company_map_content li span{width: 0.6vw;}
	.partner_company_map_content_country{width: 20vw;height: auto;padding: 1.8vw;border-radius: 0.2vw;top: -14vw;}
	.partner_company_map_content_country img{width: 100%;height: auto;display: block;}
	.partner_company_map_content_country:after{border-width: 2vw;bottom: -3vw;}
	.partners_brand_box{padding: 8vw 0;}
	.partners_brand_box .partner_company_title{padding: 0;}
	.partner_company_list_box li{width: 100%;padding: 5% 4%;margin-top: 3.8vw;}
	.partner_company_list_box li h2{font-size: 3.8vw;}
	.partner_company_list_box li p{font-size: 3.2vw;margin-top: 3.8vw;}
	.partner_become_content{padding: 5% 0;position: relative;}
	.partner_become_content_txt{width: 100%;}
	.partner_become_content_txt h2{font-size: 4.2vw;color: #000000;}
	.partner_become_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;color: #000000;}
	.partner_become_box{margin-top: 8vw;padding-bottom: 8vw;}
	.partner_become_content_bg{border-radius: 2vw;}
	.partners_download_content_box{margin-top: 5.8vw;}
	.partners_download_sw_right, .partners_download_sw_left{display: none;}
	.partners_download_sw_contnet{padding: 5% 4%;}
	.partners_download_sw_contnet h2{font-size: 3.8vw;}
	.partners_download_sw_contnet span{height: 10.8vw;font-size: 3.6vw;}
	.partners_download_box{padding-bottom: 8vw;}
	.partners_download_sw_contnet span img{width: 4.2vw;}
	.partner_request_box{padding: 8vw 0;}
	.partner_request_content_box{flex-wrap: wrap;}
	.partner_request_content_ul{width: 100%;}
	.partner_request_content_ul_ico{width: 10vw;}
	.partner_request_content_ul_right{margin-left: 2.8vw;}
	.partner_request_content_ul_right h2{font-size: 3.8vw;}
	.partner_request_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
	.partner_request_content_right{width: 100%;margin-top: 5.8vw;margin-left: 0;border-radius: 1.2vw;padding: 5% 4%;}
	.partner_request_content_right_top h2{font-size: 4.2vw;}
	.partner_request_content_right_top p{font-size: 3.2vw;margin-top: 1.6vw;}
	.partner_request_content_right_check_box{flex-wrap: wrap;}
	.partner_request_content_right_check_box label{width: 100%;margin-top: 3.6vw;justify-content: flex-start;height: auto;font-size: 3.6vw;}
	.partner_request_content_right_check_box label input{width: 3vw;margin-right: 1.8vw;}
	.partner_request_content_right_check_ul{margin-top: 3.8vw;}
	.partner_request_content_right_check_ul li{width: 100%;margin-top: 1.8vw;}
	.partner_request_content_right_check_ul li:nth-of-type(1), .partner_request_content_right_check_ul li:nth-of-type(2){width: 100%;}
	.partner_request_content_right_check_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.partner_request_content_right_check_ul li textarea{height:28vw;padding: 3.2vw;font-size: 3.2vw;}
	.partner_request_content_right_check_ul_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 1.8vw;}
	.partner_map_box{padding: 8vw 0;}
	.partner_map_content{aspect-ratio: initial;height: 68vw;}
     .index_news_ul{justify-content: space-between;margin-top: 3.2vw;}
     .index_news_ul li{width: 100%;margin-top: 3.8vw;border-radius: 1.2vw;}
     .index_news_content{padding: 5% 4%;}
     .index_news_content_time img{width: 4vw;margin-right: 1.2vw;}
     .index_news_content_time{font-size: 3.2vw;}
     .index_news_content h2{font-size: 4.2vw;margin-top: 3.6vw;}
     .index_news_content p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_news_content span{font-size: 3.6vw;margin-top: 3.2vw;}
     .contact_info_left{padding: 5% 4%;}
     .contact_info_box{margin-top: 5.8vw;}
     .contact_info_left_logo{width: 28vw;}
     .contact_info_left h4{font-size: 4.2vw;margin-top: 3.2vw;}
     .contact_info_left_ul li p, .contact_info_left_ul li a{font-size: 3.6vw;}
     .contact_info_left_ul li p{margin-top: 3.2vw;margin-left: 3.2vw;}
     .contact_info_left_ul li img{width: 3.5vw;margin-top: 4vw;}
     .contact_info_left_ul li{margin-top: 3.6vw;}
    .contact_box{padding-bottom: 8vw;}
    .contact_info_left_ul{margin-top: 0;}
    .application_title h2,
     .application_title h1{font-size: 4.8vw;}
     .product_category_list_content_right_ul_img{padding-top: 7.8vw;}
     .product_detial_content_list .download_list_content{margin-top: 5.8vw;}
     .guangzhou_products_box{padding: 8vw 0;}
     .guangzhou_title_box h2{font-size: 4.8vw;}
     .guangzhou_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
     .guangzhou_products_ul{margin-top: 3.2vw;}
     .guangzhou_products_ul li{width: 100%;margin-top: 3.8vw;}
     .guangzhou_products_ul li a{padding: 5% 4%;}
     .guangzhou_products_ul_right{margin-top: 3.8vw;}
     .guangzhou_products_ul_right h2{margin-bottom: 3.2vw;}
     .guangzhou_products_ul_right span{width: fit-content;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;padding: 0 10px;}
     .guangzhou_solution_top_box{padding: 8vw 0px;}
     .guangzhou_solution_top_txt h2{font-size: 4.8vw;}
     .guangzhou_solution_top_txt p{font-size: 3.6vw;margin-top: 3.2vw;padding: 0;}
     .guangzhou_solution_top_txt{padding-bottom: 1.8vw;}
     .guangzhou_solution_top_box h3{font-size: 4.2vw;margin-top: 3.6vw;}
     .guangzhou_solution_ul{flex-wrap: wrap;justify-content: space-between;margin-top: 3.2vw;}
     .guangzhou_solution_ul li{width: 48.5%;height: auto;margin-left: 0;margin-top: 3.8vw;}
     .guangzhou_solution_ul li + li{margin-left: 0;}
     .guangzhou_solution_ul_ico{width: 11vw;}
     .guangzhou_solution_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .guangzhou_solution_video_box a:after{background-size: 11vw auto;}
     .guangzhou_about_box{padding-top: 0;padding-bottom: 8vw;}
     .guangzhou_about_content_left{width: 100%;}
     .guangzhou_about_content_left_bg{border-radius: 2vw;}
     .guangzhou_about_content_left_video{right: 0;bottom: -5vw;padding: 1.2vw;border-radius: 2vw;}
     .guangzhou_about_content_left_video a:after{background-size: 11vw auto;}
     .guangzhou_about_content_right{margin-top: 8vw;}
     .guangzhou_about_content_right_txt h2{font-size: 4.8vw;margin-bottom: 3.2vw;}
     .guangzhou_about_content_right_txt p{font-size: 3.6vw;}
     .guangzhou_about_content_right_txt p + p{margin-top: 3.2vw;}
     .guangzhou_about_content_right_ul li{width: 100%;flex-direction: column;margin-top: 3.8vw;padding-top: 1.8vw;}
     .guangzhou_about_content_right_ul_img{width: 11vw;margin-right: 0;}
     .guangzhou_about_content_right_ul_txt{margin-top: 3.8vw;}
     .guangzhou_about_content_right_ul_txt h2{font-size: 3.8vw;}
     .guangzhou_about_content_right_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .guangzhou_previous_box{padding: 8vw 0;}
     .guangzhou_previous_title h2{font-size: 4.8vw;}
     .guangzhou_previous_ul{margin-top: 3.2vw;}
     .guangzhou_previous_ul li{width: 100%;margin-top: 3.8vw;}
     .guangzhou_previous_ul_img{border-radius: 2vw;}
     .guangzhou_previous_ul li:nth-of-type(1), .guangzhou_previous_ul li:nth-last-of-type(1){width: 100%;}
     .guangzhou_previous_ul li h2{font-size: 3.6vw;}
     .guangzhou_certification_box{padding: 8vw 0;}
     .guangzhou_certification_ul li{margin-top: 3.8vw;width: 23.5%;}
     .guangzhou_form_box{padding: 8vw 0;}
     .guangzhou_form_content_left_code{margin: 0px auto;}
     .guangzhou_form_content_left_ul_ico{width: 11vw;margin: 0px auto;}
     .guangzhou_form_content_left_ul_txt{margin: 0px auto;margin-top: 3.2vw;}
     .guangzhou_form_content_left_ul_txt h2{font-size: 3.8vw;text-align: center;}
     .guangzhou_form_content_left_ul_txt a{font-size: 4.2vw;text-align: center;}
     .guangzhou_form_content_right{margin-top: 5.8vw;padding: 5% 4%;border-radius: 2vw;}
     .guangzhou_form_content_right_content{width: 100%;}
     .guangzhou_form_content_right_content h2{font-size: 4.8vw;}
     .guangzhou_form_content_right_ul li{width: 100%;}
     .guangzhou_form_content_right_ul li select,
     .guangzhou_form_content_right_ul li input{height: 10.8vw;padding: 0 4%;font-size: 3.6vw;}
     .guangzhou_form_content_right_ul li textarea{padding: 5% 4%;height: 28vw;font-size: 3.6vw;}
     .guangzhou_form_content_right_ul li p{font-size: 3.2vw;}
     .guangzhou_form_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;}
	 
	.header_product_nav_box .nav_list_content dd ,
	.header_product_nav_box .nav_list_content_right_link a{
	    width: 100%;
		margin-right: 0 !important;
	}
}