@font-face{
     font-family: 'Helvetica';
     src: url('fonts/Helvetica.ttf');
}
@font-face{
     font-family: 'Lato-Black';
     src: url('fonts/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Lato-Regular';
     src: url('fonts/Lato-Regular.ttf');
}
@font-face{
     font-family: 'Helvetica-Bold';
     src: url('fonts/Helvetica-Bold.otf');
}
@font-face{
     font-family: 'Helvetica-Light';
     src: url('fonts/Helvetica-Light.otf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
*{
  font-family: "Lato-Regular";
}
:root{
	--mainColor:#ec6818;
	--222:#222222;
	--333:#333333;
	--fff:#ffffff;
}
/*header start*/
.header{width: 100%;height: auto;}
.header_top_box{width: 100%;height: auto;background: #1E1E1E;}
.header_top_content{width: 100%;height: 33px;display: flex;justify-content: space-between;align-items: center;}
.header_top_content_left{display: flex;align-items: center;justify-content: flex-start;height: 100%;}
.header_top_content_left a{font-size: 14px;color: #f7f7f7;font-family: "Lato-Light";display: block;}
.header_top_content_left a + a{margin-left: 20px;}
.header_top_content_left a:hover{text-decoration: underline;}
.header_top_content_right{height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.header_top_content_right p{font-size: 14px;color: #F7F7F7;font-family: "Lato-Light";}
.header_bottom_box{width: 100%;height: auto;background: #FFFFFF;position: relative;}
.header_bottom_box.fixed{position: fixed;left: 0;top: 0;z-index: 999;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_bottom_box .contentWH1400{height: 80px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 158px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_nav_box{height: 100%;display: flex;justify-content: flex-start;}
.header_nav_box li{height: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
.header_nav_box li + li{margin-left: 50px;}
.nav_frist_link{display: flex;align-items: center;font-size: 18px;color: #232323;position: relative;height: 100%;}
.nav_frist_link:after{content: "";display: block;width: 0;height: 3px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.3s;}
.header_nav_box li.on .nav_frist_link,
.header_nav_box li:hover .nav_frist_link{color: var(--mainColor);}
.header_nav_box li.on .nav_frist_link:after,
.header_nav_box li:hover .nav_frist_link:after{width: 100%;}
.header_nav_list_box{width: 240px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 999;display: none;}
.header_nav_list_list{width: 100%;height: auto;border-bottom: 1px solid #E5E5E5;position: relative;}
.header_nav_list_list.down{position: absolute;top: 0;left: 100%;display: none;background-color: #fff;color: #000; border-bottom: none;}
.header_nav_list_list:hover .header_nav_list_list.down{display: block;}
.nav_two_link{display: flex;width: 100%;height: 45px;display: flex;justify-content: flex-start;align-items: center;line-height: 1.6;padding: 0 10px;font-size: 16px;color: #232323;}
.header_nav_list_list .nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_list.down .nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_two_list_box{width: 100%;height: 100%;background: #FFFFFF;position: absolute;left: 100%;top: 0;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;}
.header_nav_two_list_box a{font-size: 16px;line-height: 45px;color: #232323;display: block;padding: 0 10px;border-bottom: 1px solid #E5E5E5;}
.header_nav_two_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_list:hover .header_nav_two_list_box{display: block;}
.header_nav_box li:hover .header_nav_list_box{display: block;}
.header_bottom_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_bottom_right_link{width: 130px;height: 37px;display: flex;justify-content: center;align-items: center;border-radius: 5px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;margin-right: 47px;}
.header_search_btn{width: 20px;height: auto;cursor: pointer;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_language_btn{width: 20px;height: 100%;display: flex;align-items: center;margin-left: 20px;cursor: pointer;position: relative;}
.header_language_btn span{display: block;width: 100%;height: auto;}
.header_language_btn span img{width: 100%;height: auto;display: block;}
.header_language_list{width: 280px;height: auto;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;z-index: 999;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;justify-content: space-between;flex-wrap: wrap;}
.header_language_list a{display: block;padding: 0 10px;font-size: 14px;line-height: 36px;border-bottom: 1px solid #E5E5E5;width: 50%;}
.header_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_language_btn:hover .header_language_list{display: flex;}
.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*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper_bg{width: 100%;height: auto;}
.index_banner_swiper_bg img{width: 100%;height: auto;display: block;}
.index_banner_swiper_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;-webkit-animation-delay: 1s;}
.index_banner_swiper_content h2{font-size: 48px;color: #FFFFFF;font-family: "Lato-Bold";text-align: center;}
.index_banner_swiper_content p{font-size: 18px;color: #FFFFFF;font-family: "Lato-Light";text-align: center;padding: 0 23%;line-height: 1.6;margin-top: 20px;}
.index_banner_swiper_content    .index_more{position: absolute;left: 40%;}
.index_more{display: flex;justify-content: center;align-items: center;width: 185px;height: 48px;background: var(--mainColor);border-radius: 5px;font-size: 16px;color: #FFFFFF;text-align: center;margin: 0px auto;margin-top: 40px;transition: all 0.3s;}
.index_more:hover{transform: scale(1.1);}
.index_banner_swiper_page{width: 100%;height: auto;}
.index_banner_swiper_page span{width: 8px;height: 8px;border: 2px solid #FFFFFF;opacity: 1 !important;border-radius: 0;background: none;}
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_top_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.index_top_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_top_ul li{width: 14.73%;height: auto;margin-left: 2.3%;}
.index_top_ul li:nth-of-type(6n+1){margin-left: 0;}
.index_top_ul_ico{width: 100%;height: auto;aspect-ratio:206/162;display: flex;justify-content: center;align-items: center;border: 1px solid #E5E5E5;border-radius: 5px;background: #FFFFFF;transition: all 0.3s;}
.index_top_ul_ico img{width: 68px;height: auto;display: block;transition: all 0.3s;}
.index_top_ul li h2{font-size: 16px;color: #16181e;text-align: center;font-family: "Lato-Bold";text-align: center;margin-top: 20px;transition: all 0.3s;}
.index_top_ul li:hover .index_top_ul_ico{background: var(--mainColor);border-color: var(--mainColor);}
.index_top_ul li:hover .index_top_ul_ico img{filter: brightness(0) invert(1);}
.index_top_ul li:hover h2{color: var(--mainColor);}
.index_product_box{width: 100%;height: auto;background: #F7F7F7;overflow: hidden;}
.index_product_box .navItem {display: flex;align-items: center;justify-content: center;}
.index_product_box .navItem{margin-top: 3%;}
.index_product_box .navItem .item{width: fit-content;padding: 0 15px;height: 40px;line-height: 40px;font-size: 16px;border: solid 1px #eee;border-radius: 5px;cursor: pointer;margin: 0 2% 10px 0 ;}
.index_product_box .navItem .item.active,.index_product_box .navItem .item:hover{background: var(--mainColor);color: #fff;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h1{font-size: 36px;color: #16181E;font-family: "Lato-Bold";text-align: center;}
.index_product_content{width: 100%;height: auto;padding: 45px 0 80px;border-bottom: 1px solid #e6e6e6;}
.index_product_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_product_content_ul li{width: 24.1%;height: auto;background: #FFFFFF;border-radius: 5px;overflow: hidden;background: #FFFFFF;margin-left: 1.2%;margin-bottom: 1.2%;}
.index_product_content_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_product_content_ul_img{width: 100%;height: auto;position: relative;overflow: hidden;}
.index_product_content_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_content_ul_img img:nth-of-type(2){display: none;}
.index_product_content_ul_img span{justify-content: center;align-items: center;width: 166px;height: 48px;border-radius: 5px;display: none;justify-content: center;align-items: center;font-size: 18px;background: var(--mainColor);color: #FFFFFF;border: 1px solid var(--mainColor);position: absolute;bottom: 20px;right: 20px;transition: all 0.3s;}
.index_product_content_ul li:hover .index_product_content_ul_img span{display: none;}
/* .index_product_content_ul li:hover .index_product_content_ul_img img:nth-of-type(1){display: none;} */
.index_product_content_ul li:hover .index_product_content_ul_img img:nth-of-type(2){display: none;}
.index_product_content_ul_txt{padding: 50px 30px;}
.index_product_content_ul_txt h3{font-size: 20px;color: #000000;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_about_box{width: 100%;height: auto;padding-bottom: 80px;background: #f7f7f7;overflow: hidden;}
.index_about_txt{width: 100%;height: auto;padding: 0 8%;}
.index_about_txt p{color: #000000;line-height: 1.6;font-family: "Lato-Light";margin-top: 20px;text-align: center;}
.index_about_more{display: flex;justify-content: center;align-items: center;width: 208px;height: 48px;border-radius: 5px;background: var(--mainColor);font-size: 18px;color: #FFFFFF;text-align: center;margin: 0px auto;margin-top: 30px;transition: all 0.3s;}
.index_about_more:hover{transform: scale(1.1);}
.index_about_advantage_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.index_about_advantage_box li{border-left: 1px solid rgba(209, 209, 209, 0.4);width: calc(100% / 6);}
.index_about_advantage_box li:nth-of-type(1){padding: 0;border-left: none;}
.index_about_advantage_box li h2{text-align: center;font-family: "Lato-Bold";color: var(--mainColor);font-size: 48px;}
.index_about_advantage_box li h2 span{color: var(--mainColor);font-family: "Lato-Bold";text-align: center;}
.index_about_advantage_box li h2 i{font-size: 18px;color: var(--mainColor);font-family: "Lato-Bold";font-style: initial;}
.index_about_advantage_box li p{font-size: 16px;color: #16181e;text-align: center;margin-top: 10px;font-family: "Lato-Light";}
.index_about_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;margin-top: 36px;}
.index_about_img a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center rgba(0,0,0,0.2);background-size: 70px auto;}
.index_about_img img{width: 100%;height: auto;display: block;}
.index_view_box{width: 100%;height: auto;padding: 66px 0;border-bottom: 1px solid #e6e6e6;}
.index_view_ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_view_ul li{width: 32%;height: auto;overflow: hidden;border-radius: 10px;margin-left: 2%;margin-top: 40px;}
.index_view_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_view_ul li img{width: 100%;height: auto;display: block;}
.index_cable_box{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.index_cable_box li{width: 32%;height: auto;overflow: hidden;border-radius: 10px;margin-left: 2%;margin-top: 40px;background: #FFFFFF;}
.index_cable_box li:nth-of-type(3n+1){margin-left: 0;}
.index_cable_img{width: 100%;height: auto;}
.index_cable_img img{width: 100%;height: auto;display: block;}
.index_cable_txt{width: 100%;height: auto;padding: 38px 22px;}
.index_cable_txt h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.index_cable_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "Lato-Light";margin-top: 20px;}
.index_process_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/index_service_process_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.index_process_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.index_process_ul li{width: 13.74%;height: auto;padding: 35px 18px;background: rgba(247, 247, 247, 0.8);border-radius: 10px;transition: all 0.3s;margin-top: 20px;position: relative;margin-left: 3.5%;}
.index_process_ul_img{width: 90px;height: auto;aspect-ratio:1/1;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #FFFFFF;margin: 0px auto;}
.index_process_ul_img img{display: block;}
.index_process_ul li h2{font-size: 16px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 18px;transition: all 0.3s;}
.index_process_ul li:hover{background: var(--mainColor);}
.index_process_ul li:hover h2{color: #FFFFFF;}
.index_process_ul li:after{content: "";display: block;width: 26px;height: auto;aspect-ratio:26/12;background: url(../images/index_service_process_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;right: -35px;top: 50%;transform: translateY(-50%);}
.index_process_ul li:nth-last-of-type(1):after,
.index_process_ul li:nth-of-type(6n):after{display: none;}
.index_process_ul li:nth-of-type(6n+1){margin-left: 0;}
.index_application_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_application_btn{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_application_btn li{font-size: 16px;font-family: "Lato-Light";height: 52px;border: 1px solid #E5E5E5;border-radius: 5px;display: flex;align-items: center;cursor: pointer;padding: 0 12px;margin-top: 22px;}
.index_application_btn li.on,
.index_application_btn li:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.index_application_content{width: 100%;height: auto;margin-top: 34px;}
.index_application_content_list{width: 100%;height: 0;overflow: hidden;}
.index_application_content_list_sw{width: 73.3%;height: auto;overflow: hidden;margin: 0px auto;}
.index_application_content_list_sw .swiper-slide{width: 100%;height: auto;position: relative;border-radius: 6px;overflow: hidden;}
.index_application_content_list_sw_bg{width: 100%;height: auto;overflow: hidden;}
.index_application_content_list_sw_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_application_content_list_sw_txt{width: 100%;height: auto;display: flex;align-items: flex-end;padding:2%;justify-content: space-between;position: static !important;left: 0;top: 0;}
.index_application_content_list_sw_txt_left{width: 100%;height: auto;}
.product_detial_info_right_text {line-height: 1.6;overflow: hidden;cursor: pointer;transition: all 0.3s ease;position: relative;}
.line-limit-8 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;  overflow: hidden;text-overflow: ellipsis;}
#content-tip {position: fixed; padding: 5px 12px;background: rgba(0, 0, 0, 0.7); color: #fff;font-size: 12px;border-radius: 4px; pointer-events: none; display: none; z-index: 9999;white-space: nowrap;}
.index_application_content_list_sw_txt_left h2{font-size: 30px;color: #000;font-family: "Lato-Bold";text-align: center;}
.index_application_content_list_sw_txt_left p{font-size: 16px;color: #000;line-height: 1.6;margin-top: 10px;    font-family: "Lato-Light";}
.index_application_content_list_sw_txt_right{font-size: 48px;color: #000;font-family: "Poppins-Light";display: none;}
.index_application_content_list_sw .swiper-slide.swiper-slide-active .index_application_content_list_sw_txt{display: flex;}
.index_application_content_list_sw .swiper-slide:hover .index_application_content_list_sw_bg img{transform: scale(1.1);}
.index_application_content_list_sw .swiper-slide:after{content: "";display: block;width: 0;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: 0px;transition: all 5s;}
.index_application_content_list_sw .swiper-slide.swiper-slide-active:after{width: 100%;}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;background: #f7f7f7;overflow: hidden;}
.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;aspect-ratio: 219/155;}
.index_news_img img{width: 100%;height: 100%;object-fit: cover;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;}
.index_expert_box{width: 100%;height: auto;padding: 60px 0px;background: #363636;}
.index_expert_box h2{font-size: 48px;color: #FFFFFF;font-family: "Lato-Bold";text-align: center;}
.index_expert_box p{font-size: 18px;color: #FFFFFF;text-align: center;font-family: "Lato-Light";margin-top: 8px;}
.application_detial_clients_ul.our_certifications_ul li{width: 18.5%;height: auto;display: flex;justify-content: center;align-items: center;margin-left: 1.5%;}
.application_detial_clients_ul.our_certifications_ul li:nth-of-type(4n+1){margin-left: 1.5%;}
.application_detial_clients_ul.our_certifications_ul li:nth-of-type(5n+1){margin-left: 0;}
.application_detial_clients_ul.our_certifications_ul li img{width: 50%;height: auto;}
/*application.html start*/
.application_banner{width: 100%;height: auto;}
.application_banner img{width: 100%;height: auto;display: block;}
.crumbs_box ul i, .crumbs_box ul li span, .crumbs_box ul li a{color: #666666;font-family: "Lato-Regular";}
.crumbs_box ul i{margin: 0px 5px;}
.crumbs_box li a{display: flex !important;align-items: center;}
.crumbs_box li a img{display: block;}
.application_list_box{width: 100%;height: auto;padding: 40px 0px 80px;overflow: hidden;}
.application_title{width: 100%;height: auto;}
.application_title h2,
.application_title h1{font-size: 36px;color: #000000;font-family: "Lato-Black";text-align: center;}

.application_title p{font-size: 18px;color: #666;line-height: 1.6;text-align: center;padding: 0 6%;margin-top: 20px;font-family: "Lato-Regular";}
.product_detial_content_box .item1 .application_title p,
.product_detial_content_box .item1 .application_title h2{
		text-align: left;
		padding: 0;
}
.application_title ul{
	padding-left: 20px;
	    list-style: disc;
		width: 100% !important;  
}

.application_title ol{width: 100% !important;      list-style: auto;	padding-left: 20px;}
.application_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.application_list_ul li{width: 48.6%;height: auto;margin-top: 40px;position: relative;border-radius: 10px;overflow: hidden;}
/* .application_list_ul li:nth-of-type(1){width: 100%;} */
.application_list_ul_bg{width: 100%;height: auto;overflow: hidden;}
.application_list_ul_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.application_list_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding: 22px 30px;background: linear-gradient(180deg, #00000000 38.14%, #000000cc 100%);}
.application_list_ul_content_txt{width: 100%;height: auto;}
.application_list_ul_content_txt h2{font-size: 24px;color: #FFFFFF;font-family: "Lato-Black";}
.application_list_ul_content_txt p{font-size: 16px;color: #FFFFFF;font-family: "Lato-Regular";line-height: 1.2;margin-top: 10px;display: none;}
.application_list_ul li:hover .application_list_ul_bg img{transform: scale(1.1);}
.application_list_ul li:hover .application_list_ul_content_txt p{display: none;}
.application_list_ul li:last-child{display: none;}
/*application.html end*/
/*contact start*/
.contact_info_box{width: 100%;height: auto;padding: 40px 0px 80px;background: #F7F7F7;overflow: hidden;}
.contact_info_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.contact_info_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 20px;overflow: hidden;border-radius: 10px;background: #FFFFFF;position: relative;}
.contact_info_ul li:nth-of-type(3n+1){margin-left: 0;}
.contact_info_ul_div{width: 100%;height: auto;position: relative;}
.contact_info_ul_div img{width: 100%;height: auto;}
.contact_info_ul_div span{display: block;width: 54px;height: auto;position: absolute;left: 45px;bottom: -27px;}
.contact_info_ul_div span img{width: 100%;height: auto;display: block;}
.contact_info_ul_content{width: 100%;height: auto;padding: 47px 45px;}
.contact_info_ul_content h2{font-size: 20px;color: #000000;font-family: "Lato-Bold";}
.contact_info_ul_content p{font-size: 16px;color: #666666;font-family: "Lato-Regular";margin-top: 14px;}
.contact_info_ul_content p a:hover{text-decoration: underline;color: var(--mainColor);}
.contact_info_ul_content span{display: block;font-size: 14px;color: #999999;font-family: "Lato-Regular";position: absolute;left: 45px;bottom: 20px;}
.contact_form_box{width: 100%;height: auto;margin-top: 60px;display: flex;justify-content: space-between;align-items: center;}
.contact_form_left{width: 23.1%;height: auto;}
.contact_form_left h2{font-size: 46px;color: #000000;font-family: "Lato-Black";line-height: 1.3;}
.contact_form_left p{font-size: 16px;color: #666666;line-height: 1.6;font-family: "Lato-Regular";margin-top: 20px;}
.contact_form_left_info{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 60px;}
.contact_form_left_info_img{width: 58px;height: auto;margin-right: 23px;}
.contact_form_left_info_img img{width: 100%;height: auto;display: block;}
.contact_form_left_info_txt h2{font-size: 18px;color: #000000;font-family: "Lato-Bold";}
.contact_form_left_info_txt a{font-size: 18px;color: #666;font-family: "Lato-Regular";display: block;margin-top: 5px;}
.contact_form_left_info_txt a:hover{color: var(--mainColor);text-decoration: underline;}
.contact_form_right{width: 67.2%;height: auto;}
.contact_form_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_form_right_ul li{width: 100%;height: auto;position: relative;margin-bottom: 20px;}
.contact_form_right_ul li:nth-of-type(1),.contact_form_right_ul li:nth-of-type(2){width: 48.94%;height: auto;}
.contact_form_right_ul li input{display: block;width: 100%;height: 60px;padding-left: 26px;border: none;background: #FFFFFF;border-radius: 4px;outline: none;font-size: 16px;color: #000000;font-family: "Lato-Regular";}
.contact_form_right_ul li input::placeholder{color: #666666;}
.contact_form_right_ul li textarea{width: 100%;height: 116px;background: #FFFFFF;border-radius: 4px;padding: 22px 26px;outline: none;font-size: 16px;color: #000000;font-family: "Lato-Regular";resize: none;border: none;}
.contact_form_right_last{width: 100%;height: auto;display: flex;justify-content: space-between;}
.contact_form_right_last_left{width: 57%;height: auto;}
.contact_form_right_last_left_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.contact_form_right_last_left_input{width: 72.54%;height: auto;position: relative;}
.contact_form_right_last_left_input input{display: block;width: 100%;height: 60px;padding-left: 26px;border: none;background: #FFFFFF;border-radius: 4px;outline: none;font-size: 16px;color: #000000;font-family: "Lato-Regular";}
.contact_form_right_last_left_input input::placeholder{color: #666666;}
.contact_form_right_last_left img{width: auto;height: 60px;display: block;}
.contact_form_right_last_btn{width: 140px;height: 46px;display: block;background: var(--mainColor);color: #FFFFFF;text-transform: uppercase;font-size: 16px;font-family: "Lato-Regular";border-radius: 4px;border: none;outline: none;cursor: pointer;}
.contact_form_right_last_left p{font-size: 14px;color: #666666;line-height: 1.6;margin-top: 16px;}
.contact_form_right_last_left p a{color: var(--mainColor);text-decoration: underline;font-family: "Lato-Regular";}
/*contact end*/
/*product.html start*/
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.product_banner_content .contentWH1400{position: relative;}
.product_banner_content_crumbs{height: auto;margin-top: 40px;}
.product_banner_content_crumbs ul i, .product_banner_content_crumbs ul li span, .product_banner_content_crumbs ul li a{color: #FFFFFF;}
.product_banner_content_crumbs li a img{filter: brightness(0) invert(1);}
.product_banner_content_txt_con{width: 50%;height: auto;margin-top: 55px;}
.product_banner_content_txt_con h1{font-size: 40px;font-family: "Lato-Black";color: #FFFFFF;}
.product_banner_content_txt_con p{font-size: 18px;color: #FFFFFF;font-family: "Lato-Regular";line-height: 1.6;margin-top: 18px;}
.product_banner_content_txt_con a{margin-left: 0;background: #FFFFFF;color: var(--mainColor);}
.product_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.product_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_content_left{width: 17.2%;height: auto;}
.product_content_left_ul{width: 100%;height: auto;position: sticky;top: 80px;}
.product_content_left_ul li{width: 100%;height: auto;border-bottom: 1px solid #E3E3E3;}
.product_content_left_ul li a{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 52px;}
.product_content_left_ul li .tl{display: flex;align-items: center;flex-wrap: wrap;}
.product_content_left_ul li .tl>a{flex: 1;}
.product_content_left_ul li:hover,
.product_content_left_ul li.on{border-color: var(--mainColor);}
.product_content_left_ul .down{
	display: none;
}
.product_content_left_ul li.on .tl i img{transform: rotate(90deg);}
.product_content_left_ul .down li{padding-left: 3%;}
.product_content_left_ul li h2{font-size: 18px;color: #666666;font-family: "Lato-Regular";transition: all 0.3s;}
.product_content_left_ul li i{display: flex;width: 50px;height: 50px;opacity: 1;transition: all 0.3s;cursor: pointer;     align-items: center;
    justify-content: center;}
.product_content_left_ul li i img{width: 15px;height: auto;display: block;transition: all 0.3s;}
.product_content_left_ul li:hover h2,
.product_content_left_ul li.on h2{color: var(--mainColor);}
.product_content_left_ul li:hover i,
.product_content_left_ul li.on i{opacity: 1;}
.product_content_right{width: 74.2%;}
.product_content_right_txt{width: 100%;height: auto;margin-top: 30px;margin-bottom: 30px;}
.product_content_right_txt p{font-size: 16px;line-height: 25px;color: #333;}
.product_content_right_txt p strong{font-weight: 600;color: #000;}
.product_list_box{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
.product_list_box li{width: 32%;margin-left: 2%;margin-bottom: 32px;background: #FFFFFF;overflow: hidden;border-radius: 4px;border: 1px solid transparent;}
.product_list_box li:hover{border: 1px solid var(--mainColor);box-shadow: 0px 0px 12px 6px #ff5d0014;}
.product_list_box li:nth-of-type(3n+1){margin-left: 0;}
.product_list_box li .index_product_content_ul_txt{position: relative;padding: 18px 27px;}
.product_list_box li .index_product_content_ul_txt:after{content: "";display: block;width: 85%;height: 1px;background: #e8e8e8;position: absolute;left: 50%;transform: translateX(-50%);top: 0;}
.product_list_box li:hover .index_product_content_ul_img span{display: flex;}
.product_list_box li:hover .index_product_content_ul_img img:nth-of-type(1){display: block;}
.product_list_box li:hover .index_product_content_ul_img img:nth-of-type(2){display: none;}
.product_list_box li .index_product_content_ul_txt h3{font-size: 18px;}
.product_list_box li .index_product_content_ul_txt p{font-size: 16px;color: #666;line-height: 1.6;margin-top: 8px;font-family: "Lato-Regular";display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_page_ul{width: 100%;height: auto;display: flex;justify-content: center;padding-top: 28px;}
.product_page_ul li{width: 40px;height: auto;aspect-ratio:1/1;margin-left: 10px;border-radius: 50%;overflow: hidden;}
.product_page_ul li:nth-of-type(1){margin-left: 0;}
.product_page_ul li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 16px;color: #000000;font-family: "Lato-Regular";text-align: center;line-height: 0;}
.product_page_ul li a:hover,
.product_page_ul li.active a{background: var(--mainColor);color: #FFFFFF;}
.product_how_choose_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 0;overflow: hidden;}
.product_how_choose_box .texts p,
.product_how_choose_box .texts{
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 0;
	margin: 0;
}.product_how_choose_box .texts h3{
	margin: 0.7% 0;
}
.product_how_choose_box .texts h2,
.product_how_choose_box .texts h2 span{
	text-align: center;
	margin: 1.5% 0;
	    font-size: 36px !important;
		    font-weight: 900;
	    color: #000000;
}
.product_how_choose_box .texts table{
	width: 100%;
	margin: 2% 0;
	overflow-x: auto;
}
.product_how_choose_box .texts table{
	   border: 1px solid rgb(238, 236, 225) !important;
}
.product_how_choose_box .texts table th{
	/* color: #ffff !important; */
	    background: transparent !important;
}
.product_how_choose_box .texts table tr:hover td{
	color: #ffff !important;
	    background: var(--mainColor) !important;
}
.product_how_choose_box .texts table th,
.product_how_choose_box .texts table td{
	padding: 0 2% !important;
	border-right: 1px solid  rgb(238, 236, 225) !important;
		border-bottom:1px solid  rgb(238, 236, 225) !important;
	height: 45px;
	font-size: 16px;
	color: #000;
	transition: all 0.3s;
}
.product_detial_content_box .application_title  h2,
.product_detial_content_box .application_title  h2 span{
	font-size: 36px !important;
	color: #000 !important;
	    font-weight: 800;
	text-align: center !important; 
	
}
.product_detial_content_box .application_title  h3,
.product_detial_content_box .application_title  h3 span{
	font-size: 26px !important;
	color: #000 !important;
	    font-weight: 800;
	text-align: center !important; 
	
}
.product_detial_content_box .application_title  h4,
.product_detial_content_box .application_title  h4 span{
	font-size: 22px !important;
	color: #000 !important;
	    font-weight: 800;
	text-align: center !important; 
	
}
.product_how_choose_ul{width: 100%;height: auto;}
.product_how_choose_ul li{width: 100%;height: auto;margin-top: 50px;display: flex;justify-content: space-between;align-items: center;}
.product_how_choose_ul li:nth-of-type(even){flex-direction: row-reverse;}
.product_how_choose_ul_left{width: 49.3%;height: auto;overflow: hidden;border-radius: 10px;}
.product_how_choose_ul_left img{width: 100%;height: auto;display: block;}
.product_how_choose_ul_right{width: 45.4%;height: auto;}
.product_how_choose_ul_right h2{font-size: 36px;color: #000000;font-family: "Lato-Black";line-height: 1.5;margin-bottom: 20px;}
.product_how_choose_ul_right p{font-size: 17px;color: #666666;line-height: 1.7;font-family: "Lato-Regular";}
.product_faq_box{width: 100%;height: auto;padding: 80px 0;background: #F7F7F7;overflow: hidden;}
.product_faq_ul{width: 100%;height: auto;margin-top: 10px;}
.product_faq_ul li{width: 100%;height: auto;border-bottom: 1px solid rgba(102, 102, 102, 0.1);}
.product_faq_ul_top{width: 100%;height: 92px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_faq_ul_top h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.product_faq_ul_top span{display: block;width: 28px;height: auto;transition: all 0.3s;}
.product_faq_ul_top span img{width: 100%;height: auto;display: block;}
.product_faq_ul_bottom{width: 100%;height: auto;padding-bottom: 20px;display: none;}
.product_faq_ul_bottom p{font-size: 18px;color: #666;line-height: 1.7;font-family: "Lato-Regular";}
.product_faq_ul li.on .product_faq_ul_top span{transform: rotate(-180deg);}
/*product.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding: 40px 0 80px;background: #F7F7F7;position: relative;overflow: hidden;}
.product_detial_info_box:after{content: "";display: none;width: 960px;height: auto;aspect-ratio:960/150;position: absolute;right: 0;bottom: 0;background: url(../images/product_detial_info_ico.png) no-repeat center center;background-size: 100% auto;}
.product_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_info_content_left{width: 42.86%;height: auto;}
.product_detial_info_content_left_bottom_box,
.product_detial_info_content_left_top_box{width: 100%;height: auto;padding: 0 8%;position: relative;}
.product_detial_info_left_sw_top{width: 100%;height: auto;}
.product_detial_info_left_sw_top .swiper-slide{border-radius: 10px;overflow: hidden;}
.product_detial_info_left_sw_top .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_top_left_btn,.product_detial_info_left_sw_top_right_btn{width: 36px;height: auto;}
.product_detial_info_left_sw_top_left_btn img,.product_detial_info_left_sw_top_right_btn img{width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_top_left_btn{left: 0;}
.product_detial_info_left_sw_top_left_btn img{transform: rotateY(-180deg);}
.product_detial_info_left_sw_top_right_btn{right: 0;}
.product_detial_info_left_sw_bottom{width: 100%;margin-top: 19px;}
.product_detial_info_left_sw_bottom .swiper-slide{border-radius: 6px;overflow: hidden;cursor: pointer;}
.product_detial_info_left_sw_bottom .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_bottom .swiper-slide.swiper-slide-thumb-active{border: 1px solid var(--mainColor);}
.product_detial_info_right{width: 50.93%;height: auto;}
.product_detial_info_right_info{width: 100%;height: auto;}
.product_detial_info_right_info h1{font-size: 32px;color: #000000;font-family: "Lato-Black";line-height: 1.5;margin-bottom: 40px;}
.product_detial_info_right_info p{font-size: 18px;color: #666666;line-height: 1.8;font-family: "Lato-Regular";}
.product_detial_type{width: 100%;height: auto;margin-top: 40px;}
.product_detial_type h2{font-size: 18px;color: #000000;font-family: "Lato-Bold";}
.product_detial_type_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_detial_type_ul li{width: auto;padding: 0 10px; height: 44px;border: 1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #666666;font-family: "Lato-Regular";margin-right: 12px;cursor: pointer;margin-top: 12px;cursor: pointer;border-radius: 22px;}
.product_detial_type_ul li.on{border-color: var(--mainColor);}
.product_detial_link{display: flex;justify-content: flex-start;margin-top: 96px;width: 100%;height: auto;}
.product_detial_link a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border: 1px solid var(--mainColor);border-radius: 4px;font-size: 16px;font-family: "Lato-Bold";}
.product_detial_link a + a{margin-left: 32px;}
.product_detial_link a:nth-of-type(1){background: var(--mainColor);color: #FFFFFF;}
.product_detial_link a:nth-of-type(2){color: var(--mainColor);}
.product_detial_btn_box{width: 100%;height: auto;box-shadow: 4px 4px 12px #b3b3b340;background: #FFFFFF;position: sticky;top: 80px;z-index: 9;}
.product_detial_btn_ul{width: 100%;height: 70px;display: flex;justify-content: space-between;}
.product_detial_btn_ul li{height: 100%;display: flex;align-items: center;font-size: 16px;color: #666666;font-family: "Lato-Bold";text-align: center;cursor: pointer;width: 100%;text-align: center;justify-content: center;}
.product_detial_btn_ul li.on{color: var(--mainColor);}
.product_detial_content_box{width: 100%;height: auto;padding-top: 3%;}
.product_detial_content_list{width: 100%;height: auto;overflow: hidden;}
.product_detial_specification_box{width: 100%;height: auto;padding: 80px 0;background: #F7F7F7;}
.product_detial_specification_box table{width: 100%;height: auto;margin-top: 35px;}
.product_detial_specification_box td{border-bottom: 1px solid #E0E0E0;height: 80px;padding-left: 80px;font-size: 22px;color: #666666;font-family: "Lato-Regular";}
.product_detial_specification_box td:nth-of-type(1){font-family: "Lato-Bold";color: #000000;}
.product_detial_video_box{width: 100%;height: auto;}
.product_detial_video_txt{width: 100%;height: auto;padding: 0 5%;margin-top: 10px;}
.product_detial_video_txt p{font-size: 18px;color: #666;line-height: 1.7;text-align: center;font-family: "Lato-Regular";}
.product_detial_video_link{width: 100%;height: auto;position: relative;margin-top: 35px;}
.product_detial_video_link img{width: 100%;height: auto;display: block;}
.product_detial_video_link a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center rgba(0,0,0,0.2);background-size: 70px auto;}
.product_detial_cable_box{background: #F7F7F7;}
.product_detial_cable_box .index_view_box{border-bottom: none;padding: 80px 0;}
.product_detial_view_box{width: 100%;height: auto;padding-bottom: 80px;}
.product_detial_view_txt{width: 100%;height: auto;margin-top: 12px;}
.product_detial_view_txt p{font-size: 18px;color: #666666;font-family: "Lato-Regular";line-height: 1.7;text-align: center;}
.product_detial_view_content{width: 100%;height: auto;position: relative;margin-top: 34px;}
.product_detial_view_content_sw{width: 100%;height: auto;}
.product_detial_view_content_sw .swiper-slide{border-radius: 10px;overflow: hidden;}
.product_detial_view_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.swiper_right_btn,.swiper_left_btn{width: 46px;height: 46px;}
.swiper_right_btn img,.swiper_left_btn img{width: 100%;height: auto;display: block;}
.swiper_left_btn img{transform: rotateY(-180deg);}
.swiper_right_btn{right: -94px;}
.swiper_left_btn{left: -94px;}
.product_detial_case_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.product_detial_case_content_box{width: 100%;height: auto;position: relative;margin-top: 30px;position: relative;}
.product_detial_case_content_sw{width: 100%;height: auto;}
.product_detial_case_content_sw .swiper-slide{width: 100%;height: auto;}
.product_detial_case_content_sw_img{width: 100%;height: auto;border-radius: 10px;overflow: hidden;}
.product_detial_case_content_sw_img img{width: 100%;height: auto;display: block;}
.product_detial_case_content_sw .swiper-slide h2{font-size: 20px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 20px;}
.product_detial_last_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.product_detial_form_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_form_left{width: 38.6%;height: auto;background: url(../images/product_detial_case_form.png) no-repeat center center;background-size: cover;overflow: hidden;border-radius: 10px;}
.product_detial_form_content{width: 100%;height: auto;padding: 40px 35px;background: rgba(0,0,0,0.75);}
.product_detial_form_left_title{font-size: 28px;color: #FFFFFF;font-family: "Lato-Bold";text-align: center;}
.product_detial_form_content_ul{width: 100%;height: auto;margin-top: 27px;}
.product_detial_form_content_ul li{width: 100%;height: auto;border-bottom: 1px solid rgba(255,255,255,0.2);}
.product_detial_form_content_ul li:nth-of-type(1){border-top: 1px solid rgba(255,255,255,0.2);}
.product_detial_form_content_ul_top{width: 100%;height: 50px;display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.product_detial_form_content_ul_top img{width: 16px;height: auto;display: block;margin-right: 6px;transition: all 0.3s;}
.product_detial_form_content_ul_top h2{font-size: 16px;color: #FFFFFF;font-family: "Lato-Regular";}
.product_detial_form_content_ul_bottom{width: 100%;height: auto;padding-bottom: 14px;display: none;padding-left: 22px;}
.product_detial_form_content_ul_bottom p{font-size: 14px;color: #FFFFFF;font-family: "Lato-Light";line-height: 1.7;}
.product_detial_form_content_ul li.on .product_detial_form_content_ul_top img{transform: rotate(-180deg);}
.product_detial_form_right{width: 57.2%;height: auto;}
.product_detial_form_right_title{width: 100%;height: auto;}
.product_detial_form_right_title h2{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.product_detial_form_right_title p{font-size: 18px;color: #666666;line-height: 1.7;font-family: "Lato-Regular";margin-top: 14px;padding-right: 12%;}
.product_detial_form_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 12px;}
.product_detial_form_right_ul li{width: 48.75%;height: auto;position: relative;margin-top: 20px;}
.product_detial_form_right_ul li input{display: block;width: 100%;height: 60px;border: none;border: none;padding-left: 26px;font-family: "Lato-Regular";font-size: 16px;outline: none;border-radius: 4px;}
.product_detial_form_right_ul li input::placeholder{color: #666666;}
.product_detial_form_right_ul li:nth-last-of-type(1){width: 100%;}
.product_detial_form_right_ul li textarea{width: 100%;height: 116px;padding: 22px 26px;outline: none;border: none; resize: none;background: #FFFFFF;font-family: "Lato-Regular";font-size: 16px;border-radius: 4px;}
.product_detial_form_right_ul li textarea::placeholder{color: #666666;}
.product_detial_form_right_div{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.product_detial_form_right_div a{display: block;font-size: 16px;color: var(--mainColor);font-family: "Lato-Regular";text-decoration: underline;}
.product_detial_form_right_btn{width: 175px;height: 46px;display: block;border-radius: 4px;background: var(--mainColor);border: none;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";cursor: pointer;}
.product_detial_related_product_box{width: 100%;height: auto;margin-top: 80px;overflow: hidden;}
.product_detial_related_product_ul{margin-top: 32px;}
.product_detial_related_product_ul li{width: 23.5%;}
.product_detial_related_product_ul li:nth-of-type(3n+1){margin-left: 2%;}
.product_detial_related_product_ul li:nth-of-type(4n+1){margin-left: 0;}
/*product_detial.html end*/
/*application_detial.html start*/
.application_detial_medical_box{width: 100%;height: auto;padding: 40px 0px 80px;overflow: hidden;}
.application_detial_medical_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.application_detial_medical_ul li{width: 32%;height: auto;border-radius: 10px;overflow: hidden;background: #FFFFFF;box-shadow: 4px 4px 12px rgba(255, 93, 0, 0.13);margin-top: 34px;margin-left: 2%;}
.application_detial_medical_ul li:nth-of-type(3n+1){margin-left: 0;}
.application_detial_medical_ul_img{width: 100%;height: auto;}
.application_detial_medical_ul_img img{width: 100%;height: auto;display: block;}
.application_detial_medical_ul_txt{width: 100%;height: auto;padding: 26px 22px;}
.application_detial_medical_ul_txt h2{font-size: 20px;color: #000000;font-family: "Lato-Black";}
.application_detial_medical_ul_txt p{font-size: 16px;color: #666666;line-height: 1.7;font-family: "Lato-Regular";margin-top: 10px;position: relative;padding-left: 10px;position: relative;}
.application_detial_medical_ul_txt p:before{content: "";display: block;width: 4px;height: 4px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 12px;}
.application_detial_clients_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.application_detial_clients_box2{width: 100%;height: auto;background: #F7F7F7;overflow: hidden;}
.application_detial_clients_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 19px;}
.application_detial_clients_ul li{width: 24.2%;height: auto;aspect-ratio:338/195;background: #FFFFFF;border-radius: 4px;box-shadow: 4px 4px 12px rgba(179, 179, 179, 0.25);overflow: hidden;margin-left: 1.06%;margin-top: 16px;}
.application_detial_clients_ul li:nth-of-type(4n+1){margin-left: 0;}
.application_detial_clients_ul li img{width: 100%;height: auto;display: block;}
.application_detial_why_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.application_detial_why_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.application_detial_why_ul li{width: 48.6%;height: auto;padding: 52px 47px;background: #F7F7F7;border-radius: 10px;border: 1px solid transparent;transition: all 0.3s;margin-top: 40px;}
.application_detial_why_ul li:hover{background: #FFFFFF;border-color: var(--mainColor);box-shadow: 0px 0px 12px 6px #1838841f;}
.application_detial_why_ul li h2{font-size: 24px;color: var(--mainColor);font-family: "Lato-Black";}
.application_detial_why_ul li p{font-size: 18px;color: #666666;font-family: "Lato-Regular";line-height: 1.7;margin-top: 8px;}
.application_related_product_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.application_detial_saying_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.application_detial_saying_content{width: 100%;height: auto;margin-top: 30px;position: relative;}
.application_detial_saying_content_sw{width: 100%;}
.application_detial_saying_content_sw .swiper-slide{padding: 40px;background: #F7F7F7;height: auto;}
.application_detial_saying_content_sw .swiper-slide h2{font-size: 20px;color: var(--mainColor);font-family: "Lato-Black";}
.application_detial_saying_content_sw .swiper-slide p{font-size: 16px;color: #666666;line-height: 1.7;margin-top: 10px;font-family: "Lato-Regular";}
/*application_detial.html end*/
/*service.html start*/
.service_ability_box{width: 100%;height: auto;padding: 40px 0px 80px;}
.service_production_box{width: 100%;height: auto;padding-bottom: 80px;}
.service_product_box{width: 100%;height: auto;padding-bottom: 80px;}
.service_product_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.service_product_ul li{width: 32%;height: auto;margin-left: 2%;padding: 50px 45px;background: #F7F7F7;border-radius: 10px;margin-top: 40px;}
.service_product_ul li:nth-of-type(3n+1){margin-left: 0;}
.service_product_ul_ico{width: 78px;height: auto;margin: 0px auto;transition: all 0.3s;}
.service_product_ul_ico img{width: 100%;height: auto;display: block;}
.service_product_ul li:hover .service_product_ul_ico{transform: translateY(-5px);}
.service_product_ul li h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 25px;}
.service_product_ul li p{font-size: 16px;color: #666666;text-align: center;line-height: 1.7;margin-top: 18px;font-family: "Lato-Regular";}
.application_detial_capa_box{width: 100%;height: auto;padding-bottom: 80px;}
.application_detial_capa_ul{justify-content: flex-start;}
.application_detial_capa_ul li{width: 32%;margin-left: 2%;}
.application_detial_capa_ul li:nth-of-type(3n+1){margin-left: 0;}
/*service.html end*/
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 40px 0 80px;background: #F7F7F7;overflow: hidden;}
.about_info_content{width: 100%;height: auto;margin-top: 20px;}
.about_info_content p{font-size: 18px;color: #666666;font-family: "Lato-Regular";line-height: 1.7;text-align: center;}
.about_story_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.about_story_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.about_story_content_left{width: 44.1%;height: auto;}
.about_story_content h2{font-size: 36px;color: #000000;font-family: "Lato-Black";}
.about_story_content p{font-size: 16px;color: #666666;line-height: 2.2;font-family: "Lato-Regular";margin-top: 20px;}
.about_story_content_right{width: 48.6%;height: auto;position: relative;border-radius: 10px;overflow: hidden;}
.about_story_content_right img{width: 100%;height: auto;display: block;}
.about_story_content_right a:after{background: url(../images/about_video_btn.png) no-repeat center center rgba(0,0,0,0.2);background-size: 62px auto;}
.about_story_content_txt{width: 100%;height: auto;margin-top: 40px;}
.about_story_content_txt p{font-size: 16px;color: #666666;line-height: 2.2;font-family: "Lato-Regular";}
.about_tem_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.about_tem_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 28px;}
.about_tem_ul li{width: 17.9%;height: 46px;display: flex;justify-content: center;align-items: center;border: 1px solid var(--mainColor);text-align: center;font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";cursor: pointer;}
.about_tem_ul li.on{background: var(--mainColor);color: #FFFFFF;}
.about_tem_content{width: 100%;height: auto;margin-top: 34px;}
.about_tem_content_list{width: 100%;height: auto;position: relative;height: 0;overflow: hidden;}
.about_tem_content_list_sw{width: 100%;height: auto;}
.about_tem_content_list_sw .swiper-slide{width: 100%;height: auto;}
.about_tem_content_list_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.about_tem_content_list .swiper_right_btn{right: 0;}
.about_tem_content_list .swiper_left_btn{left: 0;}
.about_development_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;background: url('../images/about_development_bg.jpg') no-repeat center center;background-size: cover;}
.about_development_content_box{width: 100%;height: auto;margin-top: 32px;}
.about_development_content_sw_top{width: 100%;height: auto;}
.about_development_content_sw_top .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.about_development_content_sw_top_left{width: 48.6%;height: auto;overflow: hidden;border-radius: 10px;}
.about_development_content_sw_top_left img{width: 100%;height: auto;display: block;}
.about_development_content_sw_top_right{width: 47.4%;height: auto;}
.about_development_content_sw_top_right .time{font-size: 60px;color: var(--mainColor);font-family: "Lato-Black";}
.about_development_content_sw_top_right h3{font-size: 20px;color: #000000;font-family: "Lato-Bold";margin-top: 20px;}
.about_development_content_sw_top_right p{font-size: 16px;color: #000;font-family: "Lato-Regular";line-height: 1.7;margin-top: 10px;}
.about_development_content_bottom{width: 100%;height: auto;margin-top: 40px;position: relative;}
.about_development_content_bottom:after{content: "";display: block;width: 100%;height: 1px;background: #000;position: absolute;left: 0;top: 5px;}
.about_development_content_bottom_sw{width: 100%;height: auto;}
.about_development_content_bottom_sw .swiper-slide{cursor: pointer;}
.about_development_content_bottom_sw .swiper-slide span{display: block;width: 10px;height: 10px;background: #000;border-radius: 50%;margin: 0px auto;}
.about_development_content_bottom_sw .swiper-slide .times{font-size: 18px;color: #000;text-align: center;font-family: "Lato-Regular";text-align: center;margin-top: 8px;}
.about_development_content_bottom_sw .swiper-slide.swiper-slide-thumb-active span{background: var(--mainColor);}
.about_development_content_bottom_sw .swiper-slide.swiper-slide-thumb-active h2{color: var(--mainColor);}
.about_development_content_bottom_sw_right,.about_development_content_bottom_sw_left{top: 16%;}
.about_qualication_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.about_qualication_btn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 28px;}
.about_qualication_btn li{width: 17.9%;height: 46px;display: flex;justify-content: center;align-items: center;border: 1px solid var(--mainColor);text-align: center;font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";cursor: pointer;border-radius: 4px;}
.about_qualication_btn li.on{background: var(--mainColor);color: #FFFFFF;}
.about_qualication_btn li + li{margin-left: 38px;}
.about_qualication_content_box{width: 100%;height: auto;margin-top: 40px;}
.about_qualication_content_list{width: 100%;height: 0;overflow: hidden;}
.about_qualication_content_sw{width: 100%;height: auto;}
.about_qualication_content_sw_img{width: 100%;height: auto;}
.about_qualication_content_sw_img img{width: 100%;height: auto;display: block;}
.about_qualication_content_sw .swiper-slide{height: auto;}
.about_qualication_content_sw .swiper-slide .txt{font-size: 16px;color: #000000;font-family: "Lato-Regular";text-align: center;margin-top: 18px;line-height: 1.6;}
.about_qualication_content_sw .swiper_right_btn{right: 0;}
.about_qualication_content_sw .swiper_left_btn{left: 0;}
.about_business_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
/*about.html end*/
/*why_us.html start*/
.why_choose_info_box{width: 100%;height: auto;padding: 40px 0px 80px;overflow: hidden;}
.why_choose_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.why_choose_info_content_left{width: 49.3%;height: auto;border-radius: 10px;overflow: hidden;}
.why_choose_info_content_left img{width: 100%;height: auto;display: block;}
.why_choose_info_content_left a:after{background: url(../images/about_video_btn.png) no-repeat center center rgba(0,0,0,0.2);background-size: 62px auto;}
.why_choose_info_content_right{width: 45.4%;height: auto;}
.why_choose_info_content_right h2{font-size: 28px;color: #000000;font-family: "Lato-Black";}
.why_choose_info_content_right p{font-size: 18px;color: #666666;line-height: 1.7;font-family: "Lato-Regular";margin-top: 10px;}
.why_choose_perfect_box{width: 100%;height: auto;margin-top: 80px;}
.why_choose_perfect_box .application_title  h2,.why_choose_production_box .application_title,.why_choose_factory_box .application_title  h2,.why_choose_patenter_box .application_title  h2,.why_choose_quality_box .application_title  h2,.why_choose_production_box  .application_title  h2{text-align: center !important;}
.why_choose_perfect_content{width: 100%;height: auto;margin-top: 30px;}
.why_choose_perfect_content_sw{width: 100%;height: auto;}
.why_choose_perfect_content_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.why_choose_perfect_content_sw_img img{width: 100%;height: auto;display: block;}
.why_choose_perfect_content_sw .swiper-slide .names{font-size: 20px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 20px;}
.swiper_control_box{width: 100%;height: 45px;margin-top: 38px;position: relative;}
.swiper_control_right,.swiper_control_left{width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;background: none;bottom: 0 !important;transform: none;top: auto;}
.swiper_control_right img,.swiper_control_left img{width: 100%;height: auto;display: block;}
.swiper_control_left img{transform: rotateY(180deg);}
.swiper_control_right{right: auto;left: 56px;}
.swiper_control_left{left: 0;}
.swiper_control_page{width: 91.6%;height: 2px;background: #E7E7E7;bottom: auto !important;top: 50%;transform: translateY(-50%);right: 0;}
.swiper_control_page span.swiper-pagination-progressbar-fill{background: var(--mainColor);}
.why_choose_production_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;overflow: hidden;}
.why_choose_production_btn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 28px;}
.why_choose_production_btn li{width: 17.9%;height: 46px;display: flex;justify-content: center;align-items: center;border: 1px solid var(--mainColor);text-align: center;font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";cursor: pointer;border-radius: 4px;}
.why_choose_production_btn li.on{background: var(--mainColor);color: #FFFFFF;}
.why_choose_production_btn li + li{margin-left: 38px;}
.why_choose_production_content{width: 100%;height: auto;}
.why_choose_production_content_list{width: 100%;height: auto;display: none;}
.why_choose_production_content_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.why_choose_production_content_list_ul li{width: 32%;height: auto;margin-left: 2%;overflow: hidden;border-radius: 10px;margin-top: 40px;}
.why_choose_production_content_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.why_choose_production_content_list_ul li img{width: 100%;height: auto;display: block;}
.why_choose_factory_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.why_choose_factory_box .product_detial_video_link{overflow: hidden;border-radius: 10px;}
.why_choose_patenter_box{width: 100%;height: auto;padding: 80px 0;background: #F7F7F7;overflow: hidden;}
.why_choose_patenter_content{width: 100%;height: auto;margin-top: 30px;}
.why_choose_patenter_content img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.why_choose_quality_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.why_choose_quality_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.why_choose_quality_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;}
.why_choose_quality_ul li:nth-of-type(3n+1){margin-left: 0;}
.why_choose_quality_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.why_choose_quality_ul_img img{width: 100%;height: auto;display: block;}
.why_choose_quality_ul li p{font-size: 16px;color: #666666;line-height: 1.7;margin-top: 30px;font-family: "Lato-Regular";}
/*why_us.html end*/
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #2c2c2c;}
.footer_top_box{width: 100%;height: auto;padding: 80px 0;}
.footer_top_box .contentWH1400{display: flex;justify-content: space-between;}
.footer_top_left{width: 24.1%;height: auto;}
.footer_logo{width: 158px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_info_box{width: 100%;padding-top: 21px;}
.footer_info_box p{font-size: 16px;color: rgba(255,255,255,0.6);margin-top: 15px;line-height: 1.6;}
.footer_info_box p a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_share_ico{display: flex;justify-content: flex-start;margin-top: 30px;}
.footer_share_ico li{width: 29px;height: auto;transition: all 0.3s;}
.footer_share_ico li img{width: 100%;height: auto;display: block;}
.footer_share_ico li +li{margin-left: 14px;}
.footer_share_ico li:hover{transform: translateY(-5px);}
.footer_nav_link_title{font-size: 24px;color: #f7f7f7;font-family: "Lato-Bold";margin-bottom: 15px;margin-top: 19px;}
.footer_nav_link a{display: block;font-size: 16px;color: rgba(255,255,255,0.6);line-height: 1.6;margin-top: 15px;}
.footer_nav_link a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_right_box{width: 41.6%;height: auto;}
.footer_nav_link_title p{font-size: 16px;color: #f7f7f7;margin-top: 15px;font-family: "Lato-Light";}
.footer_right_form{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.footer_right_form li{width: 49.1%;height: auto;position: relative;margin-top: 10px;}
.footer_right_form li input{display: block;width: 100%;height: 44px;background: #FFFFFF;border-radius: 5px;border: none;padding-left: 14px;color: #000000;font-family: "Lato-Light";outline: none;}
.footer_right_form li input::placeholder{color: #000000;font-family: "Lato-Light";}
.footer_right_form li textarea{display: block;width: 100%;height: 114px;background: #FFFFFF;border-radius: 5px;padding: 14px;resize: none;outline: none;border: none;color: #000000;font-family: "Lato-Light";}
.footer_right_form li textarea::placeholder{color: #000000;font-family: "Lato-Light";}
.footer_right_form li:nth-last-of-type(1){width: 100%;}
.footer_right_box a{display: block;font-size: 16px;color: #f7f7f7;text-decoration: underline;margin-top: 17px;font-family: "Lato-Bold";}
.footer_right_form_btn{width: 208px;height: 48px;background: var(--mainColor);color: #FFFFFF;margin-top: 10px;border-radius: 5px;font-family: "Lato-Bold";font-size: 18px;border: none;cursor: pointer;outline: none;}
.footer_last_box{width: 100%;height: auto;padding: 28px 0;border-top: 1px solid rgba(255,255,255,0.1);}
.footer_last_box .contentWH1400{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.footer_last_box p{font-size: 16px;color: #FFFFFF;font-family: "Lato-Light";}
.footer_last_box p img{vertical-align: middle;}
.productContentBox .contentBox3 table td p{
	    white-space: nowrap;
}
.page  li{
     width: 30px;
    height: 30px;
    border: 1px solid #ec6818;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
	border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
color: #000;
}
.page  li.active,
.page  li:hover{
    background-color: #ec6818;
    color: #fff;
}
.page  li.active a,
.page  li:hover a{
    color: #fff;
}
/*footer end*/
@media (max-width: 1768px) {
	.contentWH1400{width: 83.33%;}
	.index_banner_swiper_content p{padding: 0 18%;}
	.nav_frist_link{font-size: 16px;}
	.header_nav_box li + li{margin-left: 38px;}
	.index_product_content_ul_txt h3{font-size: 18px;}
	.contentWH1400{width: 92%;}
	.product_banner_content_crumbs{margin-top: 25px;}
	.product_banner_content_txt_con{margin-top: 25px;}
	.product_banner_content_txt_con a{margin-top: 25px;}
	.product_detial_info_box:after{width: 711px;}
	.product_detial_specification_box td{padding-left: 50px;}
	.swiper_left_btn{left: -50px;}
	.swiper_right_btn{right: -50px;}
	.swiper_control_page{width: 89.6%;}
	.index_banner_swiper_content    .index_more {
	    left: 35%;
		margin-top: 0;
	}
}
@media (max-width: 1440px) {
	.product_banner_content_txt_con{
		width: 100%;
	}
}
@media (max-width: 1400px) {
	.index_banner_swiper_content h2{font-size: 42px;}
	.index_top_box{padding-top: 30px;}
	.index_top_ul li{width: 32%;height: auto;margin-top: 50px;margin-left: 2%;}
	.index_top_ul li:nth-of-type(6n+1){margin-left: 2%;}
	.index_top_ul li:nth-of-type(3n+1){margin-left: 0;}
	.index_application_btn li{text-align: center;}
	.contact_info_ul_content{padding: 47px 37px;}
	.contact_form_right_last_left{width: 67%;}
	.contact_info_ul_content span{left: 37px;}
	.product_banner_content_txt_con{width: 60%;}
	.product_content_left{width: 22.2%;}
	.product_detial_info_box:after{width: 612px;}
	.product_detial_specification_box td{font-size: 18px;padding-left: 30px;}
	.swiper_left_btn{left: -42px;}
	.swiper_right_btn{right: -42px;}
	.index_banner_swiper_content    .index_more {
	    top: 45%;
	}
}
@media (max-width: 1200px) {
	.index_product_content{padding-top: 0;}
	.index_product_content_ul{justify-content: space-between;}
	.index_product_content_ul li{width: 48.5%;margin-top: 45px;margin-left: 0;}
	.index_about_advantage_box{margin-top: 20px;flex-wrap: wrap;justify-content: flex-start;}
	.index_about_advantage_box li{width: 32%;margin-top: 30px;margin-left: 2%;}
	.index_about_advantage_box li:nth-of-type(3n+1){margin-left: 0;border: none;}
	.index_process_ul li:after{display: none;}
	.index_process_ul li{width: 23.5%;margin-left: 2%;}
	.index_process_ul li:nth-of-type(6n+1){margin-left: 2%;}
	.index_process_ul li:nth-of-type(4n+1){margin-left: 0;}
	.index_application_btn{flex-wrap: wrap;justify-content: flex-start;}
	.index_application_btn li{width: 23.5%;margin-left: 2%;justify-content: center;}
	.index_application_btn li:nth-of-type(4n+1){margin-left: 0;}
	.logo{width: 80px;}
	.header_nav_box li + li{margin-left: 15px;}
	.contact_info_ul_content{padding: 47px 12px;}
	.contact_info_ul_content span{left: 12px;}
	.contact_form_right_last_left_input{width: 68.54%;}
	.contact_form_left{width: 29.1%;}
	.contact_form_left h2{font-size: 40px;}
	.product_banner_content_txt_con h1{font-size: 30px;}
	.product_banner_content_txt_con p{font-size: 16px;}
	.product_banner_bg{height: 340px;}
	.product_banner_bg img{height: 100%;object-fit: cover;}
	.product_content_left_ul li h2{font-size: 16px;}
	.product_detial_btn_ul li{font-size: 14px;}
	.swiper_control_page{width: 86.6%;}
	.why_choose_production_btn li{width: 23.9%;}
}
@media (max-width: 990px) {
	.header_bottom_right_link{display: none;}
	.index_banner_swiper_content h2{font-size: 30px;}
	.index_banner_swiper_content p{font-size: 16px;padding: 0 3%;}
	.index_about_txt{padding: 0;}
	.contact_form_box{flex-wrap: wrap;}
	.contact_form_left{width: 100%;}
	.contact_form_right{width: 100%;margin-top: 50px;}
	.product_banner_content_txt_con{width: 100%;}
	.product_content_box{flex-wrap: wrap;}
	.product_content_left{width: 100%;}
	.product_content_right{width: 100%;margin-top: 50px;}
	.product_list_box{justify-content: space-between;}
	.product_list_box li{margin-left: 0;width: 48.5%;}
	.product_detial_btn_ul li{text-align: center;}
	.product_detial_form_box{flex-wrap: wrap;}
	.product_detial_form_left{width: 100%;}
	.product_detial_form_right{width: 100%;margin-top: 40px;}
	.swiper_right_btn, .swiper_left_btn{width: 30px;height: 30px;}
	.swiper_left_btn{left: -24px;}
	.swiper_right_btn{right: -24px;}
	.service_product_ul li{width: 100%;margin-left: 0;}
	.application_detial_capa_ul li{width: 100%;margin-left: 0;}
	.about_story_content{flex-wrap: wrap;}
	.about_story_content_left{width: 100%;}
	.about_story_content_right{width: 100%;margin-top: 30px;}
	.about_story_content h2{text-align: center;}
	.why_choose_info_content{flex-wrap: wrap;}
	.why_choose_info_content_left{width: 100%;}
	.why_choose_info_content_right{width: 100%;margin-top: 30px;}
	.swiper_control_page{width: 80.6%;}
	.why_choose_production_btn li{width: 32%;}
	.why_choose_production_btn li + li{margin-left: 2%;}
	.index_banner_swiper_content    .index_more {
	    top: 44%;
	}
}
@media (max-width: 768px) {
	.header_top_box{display: none;}
	.header_bottom_box .contentWH1400{height: 13.8vw;}
	.header_nav_box{position: absolute;left: 0;top: 13.8vw;height: calc(100vh - 13.8vw);background: #FFFFFF;z-index: 99;display: block;overflow: hidden;overflow-y: auto;width: 100%;display: none;}
	.header_nav_box li{width: 100%;height: auto;display: block;padding-left: 5.8vw;}
	.header_nav_box li + li{margin-left: 0;}
	.header_search_btn{width: 4vw;}
	.header_language_btn{width: 4vw;margin-left: 3.6vw;}
	.header_language_list{left: auto;transform: none;right: 0;}
	.header_language_list a{font-size: 3.6vw;line-height: 8.8vw;padding: 0 1.8vw;}
	.logo{width: 22vw;}
	.nav_frist_link{line-height: 10.8vw;height: auto;display: inline-block;font-size: 3.8vw;}
	.header_nav_list_box{width: 100%;position: relative;left: 0;transform: none;top: 0;}
	.nav_two_link{line-height: 10.8vw;padding: 0 1.8vw;font-size: 3.6vw;display: inline-block;height: auto;width: auto;}
	.header_nav_two_list_box{position: relative;left: 0;}
	.header_nav_two_list_box a{font-size: 3.6vw;padding: 0 1.8vw;line-height: 10.8vw;}
	.hd_btn{display: block;margin-right: 3.6vw;}
	.header_search_box.on{top: 13.8vw;}
	.header_search_box form{padding: 3.2vw;}
	.header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
	.header_search_box input:nth-last-of-type(1){width: 38.5%;}
	.index_banner_swiper_bg{height: auto;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_swiper_content h2{font-size: 4.8vw;}
	.index_banner_swiper_content p{font-size: 3.2vw;padding: 0;margin-top: 3.2vw;}
	.index_more{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.index_banner_swiper_page span{width: 1.2vw;height: 1.2vw;}
	.index_top_box{padding: 3.2vw 0 8vw;}
	.index_top_ul{justify-content: space-between;}
	.index_top_ul li{width: 49.1%;margin-left: 0 !important;margin-top: 4.8vw;}
	.index_top_ul_ico img{width: 16vw;}
	.index_top_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_title_box h1{font-size: 4.8vw;}
	.index_product_content_ul{margin-top: 3.2vw;}
	.index_product_content_ul li{width: 100%;margin-top: 3.8vw;}
	.index_product_content_ul_txt{padding: 5% 4%;}
	.index_product_content_ul_txt h3{font-size: 3.8vw;}
	.index_product_content_ul_img span{width: 40vw;height: 10.8vw;font-size: 3.8vw;}
	.index_product_content{padding-bottom: 8vw;}
	.index_product_box{padding-bottom: 8vw;}
	.index_about_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_more{width: 40vw;height: 10.8vw;font-size: 3.8vw;margin-top: 3.6vw;}
	.index_about_advantage_box{justify-content: space-between;}
	.index_about_advantage_box li{margin-left: 0 !important;width: 48.5%;border: none !important;}
	.index_about_advantage_box li h2{font-size: 4.8vw;}
	.index_about_advantage_box li h2 i{font-size: 3.6vw;}
	.index_about_advantage_box li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_advantage_box li{margin-top: 3.8vw;}
	.index_about_img{margin-top: 5.8vw;border-radius: 1.2vw;}
	.index_view_box{padding: 8vw 0;}
	.index_view_ul{margin-top: 3.2vw;}
	.index_view_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;border-radius: 1.2vw;}
	.index_cable_box{margin-top: 3.2vw;flex-wrap: wrap;}
	.index_cable_box li{width: 100%;margin-left: 0;margin-top: 3.8vw;border-radius: 1.2vw;}
	.index_cable_txt{padding: 5% 4%;}
	.index_cable_txt h2{font-size: 3.8vw;}
	.index_cable_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_box{padding-bottom: 8vw;}
	.index_process_box{padding: 8vw 0;}
	.index_process_ul{margin-top: 3.2vw;justify-content: space-between;}
	.index_process_ul li{width: 48.5%;margin-left: 0 !important;padding: 5% 4%;margin-top: 3.8vw;}
	.index_process_ul li h2{font-size: 3.8vw;}
	.index_application_box{padding: 8vw 0;}
	.index_application_btn{margin-top: 3.2vw;justify-content: space-between;}
	.index_application_btn li{height: 10.8vw;font-size: 3.6vw;padding: 0 1.8vw;margin-left: 0;width: 49.1%;margin-top: 3.2vw;}
	.index_application_content_list_sw{width: 92%;overflow: hidden;}
	.index_application_content_list_sw .swiper-slide.swiper-slide-active .index_application_content_list_sw_txt{display: block;}
	.index_application_content_list_sw_txt{position: relative;padding: 5% 4%;display: block;}
	.index_application_content_list_sw_txt h2{font-size: 3.8vw;color: #000000;}
	.index_application_content_list_sw_txt p{font-size: 3.6vw;margin-top: 1.8vw;color: #000000;}
	.index_application_content_list_sw_txt_right{font-size: 4.8vw;color: #000000;}
	.index_application_content_list_sw_txt_left{width: 100%;}
	.index_news_box{padding: 8vw 0;}
	.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;}
	.index_expert_box{padding: 8vw 0;}
	.index_expert_box h2{font-size: 4.8vw;}
	.index_expert_box p{font-size: 3.2vw;margin-top: 3.2vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_top_box .contentWH1400{flex-wrap: wrap;}
	.footer_top_left{width: 100%;}
	.footer_logo{width: 22vw;}
	.footer_info_box{padding-top: 3.2vw;}
	.footer_info_box p{font-size: 3.6vw;margin-top: 1.8vw;}
	.footer_top_left{width: 52.5%;}
	.footer_nav_link_title{font-size: 4.2vw;margin-top: 0;margin-bottom: 3.2vw;}
	.footer_nav_link a{font-size: 3.6vw;margin-top: 1.8vw;}
	.footer_right_box{width: 100%;margin-top: 5.8vw;}
	.footer_nav_link_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_right_form{margin-top: 3.2vw;}
	.footer_right_form li{width: 100%;margin-top: 1.8vw;}
	.footer_right_form li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.footer_right_form li textarea{height: 26vw;padding: 3.2vw;font-size: 3.2vw;}
	.footer_right_box a{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_right_form_btn{font-size: 3.8vw;width: 40vw;height: 10.8vw;margin-top: 3.2vw;}
	.footer_last_box{padding: 1.8vw 0;}
	.footer_last_box p{font-size: 3.2vw;text-align: center;line-height: 1.6;}
	.footer_last_box p:nth-last-of-type(1){width: 100%;}
	.crumbs_box li a img{width: 3.8vw;margin-right: 1.2vw;}
	.application_list_box{padding: 8vw 0;}
	.application_title h2,
	.application_title h1{font-size: 4.8vw;}
	.application_title p{padding: 0;margin-top: 3.2vw;font-size: 3.6vw;}
	.application_list_ul{margin-top: 3.2vw;}
	.application_list_ul li{margin-top: 3.8vw;border-radius: 1.2vw;}
	.application_list_ul li:nth-of-type(1) .application_list_ul_bg{height: 48vw;}
	.application_list_ul_bg img{height: 100%;object-fit: cover;}
	.application_list_ul_content{padding: 5% 4%;}
	.application_list_ul_content_txt h2{font-size: 4.2vw;}
	.application_list_ul_content_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.application_list_ul li{width: 100%;}
	.contact_info_box{padding: 8vw 0;}
	.contact_info_ul{margin-top: 3.2vw;}
	.contact_info_ul li{width: 100%;margin-top: 3.8vw;border-radius: 1.2vw;margin-left: 0;}
	.contact_info_ul_div span{width: 11vw;left: 4%;bottom: -5vw;}
	.contact_info_ul_content{padding: 8vw 4%;}
	.contact_info_ul_content h2{font-size: 4.2vw;}
	.contact_info_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.contact_info_ul_content span{font-size: 3.2vw;bottom: 1.8vw;left: 4%;}
	.contact_form_box{margin-top: 8vw;}
	.contact_form_left h2{font-size: 4.8vw;}
	.contact_form_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.contact_form_left_info_img{width: 11vw;margin-right: 3.2vw;}
	.contact_form_left_info{margin-top: 5.8vw;}
	.contact_form_left_info_txt a{font-size: 3.6vw;}
	.contact_form_right{margin-top: 5.8vw;}
	.contact_form_right_ul li:nth-of-type(1), .contact_form_right_ul li:nth-of-type(2){width: 100%;}
	.contact_form_right_ul li{margin-bottom: 1.8vw;}
	.contact_form_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.contact_form_right_ul li textarea{height: 28vw;padding: 3.2vw;font-size: 3.2vw;}
	.contact_form_right_last{flex-wrap: wrap;}
	.contact_form_right_last_left_content{width: 100%;}
	.contact_form_right_last_left{width: 100%;}
	.contact_form_right_last_left img{height: 10.8vw;}
	.contact_form_right_last_left_input{width: 68vw;}
	.contact_form_right_last_left input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.contact_form_right_last_left p{font-size: 3.2vw;margin-top: 1.8vw;}
	.contact_form_right_last_btn{width: 42vw;height: 10.8vw;margin-top: 3.6vw;font-size: 3.6vw;}
	.product_banner_content_crumbs{margin-top: 0;}
	.product_banner_content_txt_con h1{font-size: 4.8vw;}
	.product_banner_content_txt_con{margin-top: 3.2vw;}
	.product_banner_content_txt_con p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_banner_content_txt_con a{margin-top: 3.2vw;}
	.product_banner_bg{height: 70vw;}
	.product_box{padding: 8vw 0;}
	.product_content_left_ul li a{height: 8.8vw;}
	.product_content_left_ul li h2{font-size: 3.6vw;}
	.product_content_left_ul li i{width: 2.4vw;}
	.product_content_right{margin-top: 5.8vw;}
	.product_list_box li{width: 100%;margin-top: 0;margin-bottom: 3.8vw;}
	.product_list_box li .index_product_content_ul_txt h3{font-size: 3.8vw;}
	.product_list_box li .index_product_content_ul_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.product_list_box li .index_product_content_ul_txt{padding: 5% 4%;}
	.product_page_ul{padding-top: 0;}
	.product_page_ul li{width: 5.2vw;}
	.product_page_ul li a{font-size: 3.2vw;}
	.product_how_choose_box{padding: 8vw 0;padding-bottom: 0;}
	.product_how_choose_ul li{flex-wrap: wrap;margin-top: 3.8vw;}
	.product_how_choose_ul_left{width: 100%;border-radius: 1.2vw;}
	.product_how_choose_ul_right{width: 100%;padding: 5% 0;}
	.product_how_choose_ul_right h2{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.product_how_choose_ul_right p{font-size: 3.6vw;}
	.product_faq_box{padding: 8vw 0;}
	.product_faq_ul_top h2{font-size: 3.8vw;}
	.product_faq_ul_top{height: 10.8vw;}
	.product_faq_ul_top span{width: 4.8vw;}
	.product_faq_ul_bottom p{font-size: 3.6vw;}
	.product_faq_ul_bottom{padding-bottom: 3.2vw;}
	.product_detial_info_content{flex-wrap: wrap;}
	.product_detial_info_content_left{width: 100%;}
	.product_detial_info_left_sw_top .swiper-slide{border-radius: 1.2vw;}
     .product_detial_info_left_sw_top_left_btn, .product_detial_info_left_sw_top_right_btn{width: 6vw;}
	.product_detial_info_left_sw_bottom{margin-top: 3.8vw;}
	.product_detial_info_right{width: 100%;margin-top: 5.8vw;}
	.product_detial_info_right_info h1{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.product_detial_info_right_info p{font-size: 3.6vw;}
	.product_detial_type{margin-top: 3.8vw;}
	.product_detial_type h2{font-size: 4.2vw;}
	.product_detial_type_ul li{width: 18vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;margin-right: 3.2vw;}
	.product_detial_link{margin-top: 5.8vw;}
	.product_detial_link a{width: 38vw;height: 8.8vw;font-size: 3.6vw;}
	.product_detial_link a + a{margin-left: 3.2vw;}
	.product_detial_info_box:after{width: 100%;display: none;}
	.product_detial_btn_box{display: none;}
	.product_detial_content_list{padding-top: 8vw;}
	.product_detial_specification_box{padding: 8vw 0;}
	.product_detial_specification_box td{height: auto;font-size: 3.6vw;padding: 1.8vw;word-break: break-all;}
	.product_detial_specification_box td:nth-of-type(1){width: 32%;}
	.product_detial_video_txt{padding: 0;margin-top: 1.8vw;}
	.product_detial_video_txt p{font-size: 3.6vw;}
	.product_detial_video_link{margin-top: 3.8vw;}
	.product_detial_video_link a:after{background-size: 11vw auto;}
	.product_detial_cable_box .index_view_box{padding: 8vw 0;}
	.product_detial_view_txt{margin-top: 1.8vw;}
	.product_detial_view_txt p{font-size: 3.6vw;}
	.product_detial_view_content{margin-top: 3.8vw;}
	.product_detial_view_content_sw .swiper-slide{border-radius: 1.2vw;}
	.product_detial_case_box{padding: 8vw 0;}
	.product_detial_case_content_sw .swiper-slide{border-radius: 1.2vw;}
	.product_detial_case_content_sw .swiper-slide h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.product_detial_last_box{padding: 8vw 0;}
	.product_detial_form_content{padding: 5% 4%;}
	.product_detial_form_left{border-radius: 1.2vw;}
	.product_detial_form_left_title{font-size: 4.8vw;}
	.product_detial_form_content_ul_top h2{font-size: 3.4vw;}
	.product_detial_form_content_ul_top img{width: 2vw;}
	.product_detial_form_content_ul_top{height: 10.8vw;}
	.product_detial_form_content_ul_bottom{padding-bottom: 5%;padding-left: calc(6px + 2vw);}
	.product_detial_form_content_ul_bottom p{font-size: 3.2vw;}
	.product_detial_form_right{margin-top: 5.8vw;}
	.product_detial_form_right_title h2{font-size: 4.8vw;}
	.product_detial_form_right_title p{font-size: 3.6vw;margin-top: 3.2vw;padding-right: 0;}
	.product_detial_form_right_ul{margin-top: 3.2vw;}
	.product_detial_form_right_ul li{width: 100%;margin-top: 1.8vw;}
	.product_detial_form_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.6vw;}
	.product_detial_form_right_ul li textarea{padding: 3.2vw;height: 28vw;font-size: 3.6vw;}
	.product_detial_form_right_div{margin-top: 1.8vw;}
	.product_detial_form_right_div a{font-size: 3.6vw;}
	.product_detial_form_right_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;}
	.product_detial_related_product_box{margin-top: 8vw;}
	.product_detial_view_box{padding-bottom: 8vw;}
	.product_detial_info_box{padding: 8vw 0;}
	.application_detial_medical_box{padding: 8vw 0;}
	.application_detial_medical_ul{margin-top: 3.2vw;}
	.application_detial_medical_ul li{width: 100%;margin-top: 3.8vw;border-radius: 1.2vw;margin-left: 0;}
	.application_detial_medical_ul_txt{padding: 5% 4%;}
	.application_detial_medical_ul_txt h2{font-size: 4.2vw;}
	.application_detial_medical_ul_txt p{font-size: 3.6vw;}
	.application_detial_medical_ul_txt p:before{top: 2.2vw;}
	.application_detial_clients_box{padding: 8vw 0;}
	.application_detial_clients_box2{padding: 8vw 0;}
	.application_detial_clients_ul{margin-top: 3.2vw;}
	.application_detial_clients_ul li{width: 32%;margin-left: 2%;}
	.application_detial_clients_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.application_detial_clients_ul li:nth-of-type(3n+1){margin-left: 0;}
	.application_detial_why_box{padding: 8vw 0;}
	.application_detial_why_ul{margin-top: 3.2vw;}
	.application_detial_why_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;border-radius: 1.2vw;}
	.application_detial_why_ul li h2{font-size: 4.2vw;}
	.application_detial_why_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.application_related_product_box{padding: 8vw 0;}
	.product_detial_related_product_ul{margin-top: 3.2vw;}
	.application_detial_saying_box{padding: 8vw 0;}
	.application_detial_saying_content{margin-top: 5.8vw;}
	.application_detial_saying_content_sw .swiper-slide{padding: 5% 4%;}
	.application_detial_saying_content_sw .swiper-slide h2{font-size: 4.2vw;}
	.application_detial_saying_content_sw .swiper-slide p{font-size: 3.6vw;margin-top: 3.2vw;}
	.swiper_right_btn, .swiper_left_btn{display: none;}
	.service_ability_box{padding: 8vw 0;}
	.service_production_box{padding-bottom: 8vw;}
	.service_product_ul{margin-top: 3.2vw;}
	.service_product_ul li{padding: 5% 4%;border-radius: 1.2vw;margin-top: 3.8vw;}
	.service_product_ul_ico{width: 14vw;}
	.service_product_ul li h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.service_product_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_product_box{padding-bottom: 8vw;}
	.application_detial_capa_box{padding-bottom: 8vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_content{margin-top: 3.2vw;}
	.about_info_content p{font-size: 3.6vw;}
	.about_story_box{padding: 8vw 0;}
	.about_story_content h2{font-size: 4.8vw;}
	.about_story_content p{font-size: 3.6vw;margin-top: 3.2vw;line-height: 1.6;}
	.about_story_content_right{margin-top: 3.8vw;border-radius: 1.2vw;}
	.about_story_content_right a:after{background-size: 11vw auto;}
	.about_story_content_txt{margin-top: 3.6vw;}
	.about_story_content_txt p{font-size: 3.6vw;line-height: 1.6;}
	.about_tem_box{padding: 8vw 0;}
	.about_tem_ul{margin-top: 3.2vw;justify-content: space-between;flex-wrap: wrap;}
	.about_tem_ul li{width: 49%;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.about_tem_content{margin-top: 5.8vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_content_box{margin-top: 5.8vw;}
	.about_development_content_sw_top .swiper-slide{flex-wrap: wrap;}
	.about_development_content_sw_top_left{width: 100%;border-radius: 1.2vw;}
	.about_development_content_sw_top_right{width: 100%;margin-top: 3.6vw;}
	.about_development_content_sw_top_right .time{font-size: 4.8vw;}
	.about_development_content_sw_top_right h3{font-size: 4.2vw;margin-top: 3.2vw;}
	.about_development_content_sw_top_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_development_content_bottom{margin-top: 5.8vw;}
	.about_development_content_bottom_sw .swiper-slide .times{font-size: 3.6vw;margin-top: 1.8vw;}
	.about_qualication_box{padding: 8vw 0;}
	.about_qualication_btn{margin-top: 3.2vw;justify-content: space-between;}
	.about_qualication_btn li{width: 49%;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.about_qualication_btn li + li{margin-left: 0;}
	.about_qualication_content_sw .swiper-slide .txt{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_business_box{padding: 8vw 0;}
	.why_choose_info_box{padding: 8vw 0;}
	.why_choose_info_content{margin-top: 5.8vw;}
	.why_choose_info_content_left{border-radius: 1.2vw;}
	.why_choose_info_content_left a:after{background-size: 11vw auto;}
	.why_choose_info_content_right{margin-top: 3.8vw;}
	.why_choose_info_content_right h2{font-size: 4.8vw;}
	.why_choose_info_content_right p{font-size: 3.6vw;margin-top: 2.8vw;}
	.why_choose_perfect_box{margin-top: 8vw;}
	.why_choose_perfect_content{margin-top: 5.8vw;}
	.why_choose_perfect_content_sw_img{border-radius: 1.2vw;}
	.why_choose_perfect_content_sw .swiper-slide .names{font-size: 3.8vw;margin-top: 1.8vw;}
	.swiper_control_box{margin-top: 5.8vw;height: 5vw;}
	.swiper_control_right, .swiper_control_left{width: 5vw;height: 5vw;}
	.swiper_control_right{left: 6vw;}
	.swiper_control_page{width: 78vw;}
	.why_choose_production_box{padding: 8vw 0;}
	.why_choose_production_btn{margin-top: 3.2vw;justify-content: space-between;flex-wrap: wrap;margin-top: 3.2vw;}
	.why_choose_production_btn li{width: 49%;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.why_choose_production_btn li + li{margin-left: 0;}
	.why_choose_production_content_list_ul{justify-content: space-between;margin-top: 3.2vw;}
	.why_choose_production_content_list_ul li{width: 48.5%;margin-top: 3.8vw;border-radius: 1.2vw;margin-left: 0;}
	.why_choose_factory_box{padding: 8vw 0;}
	.why_choose_factory_box .product_detial_video_link{border-radius: 1.2vw;}
	.why_choose_factory_box .product_detial_video_link a:after{background-size: 11vw auto;}
	.why_choose_patenter_box{padding: 8vw 0;}
	.why_choose_patenter_content{margin-top: 3.8vw;}
	.why_choose_quality_box{padding: 8vw 0;}
	.why_choose_quality_ul{justify-content: space-between;margin-top: 3.2vw;}
	.why_choose_quality_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
	.why_choose_quality_ul_img{border-radius: 1.2vw;}
	.why_choose_quality_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .product_content_right_txt{margin-top: 5.8vw;margin-bottom: 5.8vw;}
     .product_content_right_txt p{font-size: 3.6vw;}
     .application_detial_clients_ul.our_certifications_ul li{width: 32%;}
     .application_detial_clients_ul.our_certifications_ul li:nth-of-type(4n+1){margin-left: 2%;}
     .application_detial_clients_ul.our_certifications_ul li:nth-of-type(5n+1){margin-left: 2%;}
     .application_detial_clients_ul.our_certifications_ul li:nth-of-type(3n+1){margin-left: 0;}
}

@media (max-width: 430px) {
	.product_banner_bg {
	    height: 60vh;
	}
	
}

@media (max-width: 360px) {
	.product_banner_bg {
	    height: 80vh;
	}
	
}

.hp-security-check {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
    overflow: hidden !important;
}