@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-Regular";
}
:root{
     --mainColor:#009245;
     --222:#222222;
     --333:#333333;
     --fff:#ffffff;
}
html,body{
     font-size: 1rem;
}
.contentWH1400{
     width: 73.33%;
     height: auto;
     margin: 0px auto;
}
.contentWH1600{
     width: 83.33%;
     height: auto;
     margin: 0px auto;
}
@media screen and (min-width: 2560px) {
  html,body {
    font-size: 20px; /* 1.25±Ά */
  }
}
@media screen and (max-width: 1768px) {
  html,body {
    font-size: 14px; /* ΚΚ΅±ΛυΠ‘ */
  }
}
@media screen and (max-width: 1280px) {
  html,body {
    font-size: 12px; 
  }
}
/*header start*/
.header{width: 100%;height: auto;background: #FFFFFF;position: relative;}
.header.indexHeader{position: fixed;top: 0;z-index: 999;left: 0;background: none;}
.header.fixed{position: fixed;left: 0;top: 0;z-index: 999;box-shadow: 0px 3px 38px 0px rgba(167, 167, 167, 0.25);background: #fff;}
.header_content_box{width: 100%;height: 5rem;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 10.125rem;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_right_nav{height: 100%;display: flex;justify-content: flex-end;}
.header_right_nav li{height: 100%;position: relative;}
.nav_frist_link{display: flex;align-items: center;font-size: 1.125rem;color: #333333;height: 100%;}
.header.indexHeader.fixed .nav_frist_link{color: #333;}
.header.indexHeader .nav_frist_link{color: #fff;}
.header_right_nav li:hover .nav_frist_link,.header_right_nav li.on .nav_frist_link{color: var(--mainColor);}
.header_right_nav_list{width: 265px;height: auto;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #FFFFFF;box-shadow: 0px 3px 38px 0px rgba(167, 167, 167, 0.25);display: none;z-index: 999;}
.header_right_nav_list a{display: block;font-size: 1rem;color: #333;line-height: 2.5rem;padding: 0 10px;border-bottom: 1px solid #e5e5e5;transition: all 0.3s;}
.header_right_nav_list a:nth-last-of-type(1){border-bottom: blanchedalmond;}
.header_right_nav li + li{margin-left: 30px;}
.header_right_nav_list a:hover{color: var(--mainColor);}
.header_right_nav li:hover .header_right_nav_list{display: block;}
.header_right_right{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_right_right_search{width: 24px;height: auto;cursor: pointer;position: relative;}
.header_right_right_search:after{content: "";display: block;width: 1px;height: 20px;background: #d4d4d4;position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.header_right_right_search img{width: 100%;height: auto;display: block;}
.header.indexHeader .header_right_right_search img{filter: brightness(0) invert(1);}
.header.indexHeader.fixed .header_right_right_search img{filter: initial;}
.header_right_share{display: flex;align-items: center;justify-content: flex-start;font-size: 1.25rem;color: #333333;margin-left: 40px;}
.header.indexHeader .header_right_share{color: #fff;}
.header.indexHeader.fixed .header_right_share{color: #333;}
.header_right_share img{display: block;width: 42px;margin-left: 10px;}
.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: 1.125rem;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;}
.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;}
.header.indexHeader .hd_btn span{background: #fff;}
.header.indexHeader.fixed .hd_btn span{background: #000;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_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_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;-webkit-animation-delay: 1s;padding-top: 80px;}
.index_banner_swiper_left{width: 45%;height: auto;}
.index_banner_swiper_left h2{font-size: 2.875rem;font-family: "Poppins-Black";color: transparent;background: linear-gradient(90deg,rgba(0, 255, 186, 1) 0%, rgba(0, 255, 228, 1) 100%);background-clip: text;line-height: 1.2;}
.index_banner_swiper_left p{font-size: 1.5rem;color: #FFFFFF;line-height: 1.4;font-family: "Poppins-Light";margin-top: 38px;}
.index_banner_swiper_left img{width: 96%;height: auto;margin-top: 57px;}
.index_more{display: block;width: 200px;height: 60px;border-radius: 30px;overflow: hidden;position: relative;margin-top: 33px;}
.index_more:before {content: "";position: absolute;inset: 0;background:linear-gradient(90deg, #009245 0%, #7d9332 50%, #f7931e 100%); -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0); -webkit-mask-clip: content-box,border-box;-webkit-mask-composite: xor; mask-composite: exclude; padding: 2px; border-radius: 30px;}
.index_more i{font-style: normal;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 1.25rem;color: #f7931e;position: relative;z-index: 2;transition: all 0.6s;}
.index_more:hover i{background:linear-gradient(90deg, #009245 0%, #7d9332 50%, #f7931e 100%);color: #FFFFFF;}
.index_banner_swiper_page{width: 100%;bottom: 60px !important;}
.index_banner_swiper_page span{width: 12px;height: 12px;background: #FFFFFF;opacity: 1;}
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: #f7931e;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_products_box{width: 100%;height: auto;padding: 5rem 0px;}
.index_title_box{width: 100%;height: auto;}
.index_title_txt{width: 100%;height: auto;position: relative;}
.index_title_txt h2{font-size: 8.125rem;color: #f7f7f7;font-family: "Poppins-Black";text-align: center;line-height: 1;}
.index_title_txt h3{font-size: 3.25rem;color: #000000;font-family: "Poppins-SemiBold";text-align: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;}
.index_title_box span{display: block;width: 120px;height: 6px;background: var(--mainColor);margin: 0px auto;margin-top: 10px;}
.index_products_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 70px;}
.index_products_ul li{width: calc(calc(100% - 33.72%)/4);height: auto;position: relative;overflow: hidden;transition:  all 0.3s;}
.index_products_ul li.on{width: 33.72%;height: auto;}
.index_products_ul_img{width: 100%;height: auto;position: relative;}
.index_products_ul_img img{display: block;}
.index_products_ul_img img:nth-of-type(2){position: absolute;left: 0;top: 0;opacity: 0;transition:  all 0.3s;}
.index_products_ul_content{width: 100%;height: 100%;padding: 120px 23px;padding-bottom: 0;position: absolute;left: 0;top: 0;}
.index_products_ul li.on .index_products_ul_content{paddingleft: 63px;padding-right: 63px;background: rgba(0,0,0,0.8);}
.index_products_ul li.on img:nth-of-type(2){opacity: 1;}
.index_products_ul_content h2{font-size: 1.625rem;color: #FFFFFF;font-family: "Poppins-SemiBold";line-height: 1.2;}
.index_products_ul_content span{display: block;width: 80px;height: 3px;background: var(--mainColor);margin-top: 25px;}
.index_products_ul_content p{font-size: 1.125rem;color: #FFFFFF;line-height: 1.6;margin-top: 30px;opacity: 0;}
.index_products_ul_content i{width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;position: absolute;right: 0;bottom: 0;background: linear-gradient(-28deg,#009245 0%, #00d05a 100%);opacity: 0;}
.index_products_ul_content i img{display: block;width: 40px;height: auto;}
.index_products_ul li.on .index_products_ul_content p{opacity: 1;transition: all 0.3s;transition-delay:500ms;}
.index_products_ul li.on .index_products_ul_content i{opacity: 1;transition: all 0.3s;transition-delay:500ms;}
.index_solution_box{width: 100%;height: auto;position: relative;}
.index_solution_bg{width: 100%;height: auto;}
.index_solution_bg img{width: 100%;height: auto;display: block;}
.index_solution_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.index_solution_content{width: 41%;height: auto;}
.index_solution_content span{display: block;width: 70px;height: 3px;background: #f7931e;}
.index_solution_content h2{font-size: 1.875rem;color: #02e063;font-family: "Poppins-Bold";margin-top: 25px;}
.index_solution_content p{font-size: 1.25rem;color: #FFFFFF;line-height: 1.4;margin-top: 30px;}
.index_solution_content a{margin-top: 40px;}
.index_about_box{width: 100%;height: auto;padding-top: 7.625rem;padding-bottom: 12.188rem;background: url(../images/index_about_bg.jpg) no-repeat bottom left;background-size: 100% auto;}
.index_about_content_box{width: 100%;height: auto;margin-top: 70px;}
.index_about_content_box h2{font-size: 2.25rem;color: var(--mainColor);font-family: "Poppins-Bold";}
.index_about_content_box p{font-size: 1.25rem;color: #666666;line-height: 1.4;margin-top: 35px;}
.index_about_content_box img{width: 100%;height: auto;display: block;}
.index_service_box{width: 100%;height: auto;padding: 5rem 0px;background: url(../images/index_service_bg.jpg) no-repeat center center;background-size: cover;}
.index_title_txt h3 em{color: var(--mainColor);font-family: "Poppins-SemiBold";}
.index_service_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 89px;}
.index_service_ul li{width: 23.93%;height: auto;border: 1px solid #eeeeee;background: #FFFFFF;transition: all 0.3s;}
.index_service_ul li a{display: block;width: 100%;height: auto;padding: 50px 32px;}
.index_service_ul_ico{width: 60px;height: 60px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: var(--mainColor);transition: all 0.3s;}
.index_service_ul_ico img{width: 38px;height: auto;display: block;filter: brightness(0) invert(1);transition: all 0.3s;}
.index_service_ul li h2{font-size: 1.5rem;color: #333333;margin-top: 30px;}
.index_service_ul li p{font-size: 1.25rem;color: #666666;margin-top: 20px;line-height: 1.4;}
.index_service_ul li:hover{background: linear-gradient(-28deg, #009245 0%, #00d05a 100%);}
.index_service_ul li:hover .index_service_ul_ico{background: #FFFFFF;}
.index_service_ul li:hover .index_service_ul_ico img{filter: initial;}
.index_service_ul li:hover h2{color: #FFFFFF;}
.index_service_ul li:hover p{color: #FFFFFF;}
.index_news_box{width: 100%;height: auto;padding: 5rem 0;background: #f8f8f8;}
.index_news_top_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_news_top_title_top{position: relative;}
.index_news_top_title_top h2{font-size: 7.5rem;color: #e9e9e9;font-family: "Poppins-Black";line-height: 1;}
.index_news_top_title_top h3{font-size: 3.25rem;color: #000000;font-family: "Poppins-SemiBold";position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.index_news_top_title span{display: block;width: 121px;height: 6px;background: var(--mainColor);margin-top: 32px;}
.index_news_top_btn{display: flex;justify-content: flex-end;}
.index_news_top_btn li{position: relative;display: flex;justify-content: center;align-items: center;width: 246px;height: 60px;font-size: 1.25rem;color: #333;background: transparent;border-radius: 30px;z-index: 1;text-decoration: none;transition: all 0.2s ease;cursor: pointer;}
.index_news_top_btn li:after{content: '';position: absolute;inset: -2px;padding: 2px;background: #d9d9d9;border-radius: 30px;z-index: -1;transition: all 0.3s;mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite: xor;-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;}
.index_news_top_btn li:hover,
.index_news_top_btn li.on{color: #f59b30;}
.index_news_top_btn li:hover:after,
.index_news_top_btn li.on:after{background: linear-gradient(90deg, #009245 0%, #7d9332 50%, #f7931e 100%);mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite: xor;-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;}
.index_news_top_btn li + li{margin-left: 22px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 40px;}
.index_news_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 30px;transition: all 0.3s;}
.index_news_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_news_ul_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.index_news_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_ul_time{width: 60px;height: 80px;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #f59b30;position: absolute;left: 0;top: 0;}
.index_news_ul_time p{font-size: 1.5rem;color: #FFFFFF;text-align: center;}
.index_news_ul_time p + p{margin-top: 8px;}
.index_news_ul_time:after{content: "";display: block;width: 42px;height: 1px;background: rgba(255,255,255,0.3);position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.index_news_ul_content{width: 100%;height: auto;padding: 30px;}
.index_news_ul_content h2{font-size: 1.5rem;color: #333333;font-family: "Poppins-Medium";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_news_ul_content p{font-size: 1.125rem;color: #999999;line-height: 1.4;margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_ul_content span{position: relative;display: flex;justify-content: center;align-items: center;width: 200px;height: 60px;font-size: 1.25rem;color: #333;background: transparent;border-radius: 30px;z-index: 1;text-decoration: none;transition: all 0.2s ease;cursor: pointer;margin-top: 30px;}
.index_news_ul_content span:after{content: '';position: absolute;inset: -2px;padding: 2px;background: #d9d9d9;border-radius: 30px;z-index: -1;transition: all 0.3s;mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite: xor;-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.1);}
.index_news_ul li:hover{background: rgba(255,255,255,0.8);box-shadow: 0px 3px 38px 0px rgba(167, 167, 167, 0.25);}
.index_news_ul li:hover .index_news_ul_content span{color: #f7931e;}
.index_news_ul li:hover .index_news_ul_content span:after{background: linear-gradient(90deg, #009245 0%, #7d9332 50%, #f7931e 100%);mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite: xor;-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;}
.index_form_box{width: 100%;height: auto;padding-top: 120px;padding-bottom: 213px;overflow: hidden;}
.index_form_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_form_content_left{width: 44.5%;height: auto;}
.index_form_content_left_title{display: flex;justify-content: flex-start;align-items: center;}
.index_form_content_left_title img{display: block;width: 24px;height: auto;margin-right: 20px;font-size: 1.375rem;color: #666666;font-family: "Poppins-Light";}
.index_form_content_left_top{width: 100%;height: auto;padding-bottom: 40px;border-bottom: 1px solid #d9d9d9;}
.index_form_content_left_top h2{font-size: 2.5rem;color: #333333;line-height: 1.2;font-family: "Poppins-Bold";margin-top: 18px;}
.index_form_content_left_top p{font-size: 1.25rem;color: #666666;line-height: 1.4;font-family: "Poppins-Light";margin-top: 30px;}
.index_form_content_left_bottom{width: 100%;height: auto;padding-top: 50px;}
.index_form_content_left_bottom h2{font-size: 1.5rem;color: #333333;font-family: "Poppins-Medium";}
.index_form_content_left_bottom_share{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 20px;}
.index_form_content_left_bottom_share li{width: 46px;height: auto;}
.index_form_content_left_bottom_share li img{width: 100%;height: auto;display: block;}
.index_form_content_left_bottom_share li + li{margin-left: 20px;}
.index_form_content_right{width: 50%;height: auto;padding: 59px 40px;background: rgba(0, 146, 69, 0.05);}
.index_form_content_right h2{font-size: 1.875rem;color: #333333;font-family: "Poppins-Medium";}
.index_news_content_box{width: 100%;height: auto;margin-top: 21px;}
.index_news_content_list{width: 100%;height: auto;display: none;}
.index_form_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_form_content_right_ul li{width: 48.5%;height: auto;position: relative;margin-top: 22px;}
.index_form_content_right_ul li input{display: block;width: 100%;height: 57px;padding-left: 20px;border: none;outline: none;border-radius: 4px;font-size: 1.125rem;}
.label_control{font-size: 1.125rem;color: #999999;font-family: "Poppins-Light";position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.label_control em{color: #ff0000;}
.index_form_content_right_ul li:nth-last-of-type(1) .label_control{top: 19px;transform: none;}
.index_form_content_right_ul li:nth-last-of-type(1){width: 100%;}
.index_form_content_right_ul li textarea{display: block;width: 100%;height: 120px;border: none;background: #FFFFFF;resize: none;outline: none;border-radius: 4px;padding: 19px 20px;}
.index_form_content_right_ul_input{width: 100%;height: auto;position: relative;}
.index_form_btn{width: 180px;height: 56px;display: block;background: linear-gradient(-28deg, #009245 0%, #00d05a 100%);border-radius: 28px;color: #FFFFFF;font-size: 1.313rem;cursor: pointer;margin-top: 30px;border: none;}
.tips{font-size: 1rem;color: red;display: none;}
.inputon .tips{display: none !important;}
.inputon .label_control{display: none;}
/*products.html start*/
.products_banner_bg{width: 100%;height: auto;}
.products_banner_bg img{width: 100%;height: auto;display: block;}
.products_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.products_banner_content span{display: block;width: 71px;height: 4px;background: var(--mainColor);}
.products_banner_content h2,
.products_banner_content h1{font-size: 60px;color: #FFFFFF;font-family: "Poppins-Bold";text-transform: uppercase;}
.crumbs_box{width: 100%;height: auto;padding: 29px 0;border-bottom: 1px solid #eaeaea;}
.crumbs_ul{display: flex;justify-content: flex-start;align-items: center;}
.crumbs_ul i{display: block;margin: 0 5px;font-size: 0.875rem;color: #666666;font-style: normal;}
.crumbs_ul i:nth-last-of-type(1){display: none;}
.crumbs_ul li a{display: flex;justify-content: flex-start;align-items: center;font-size: 0.875rem;color: #666666;}
.crumbs_ul li a img{display: block;margin-right: 5px;}
.crumbs_ul li a:hover{color: #f7931e;}
.products_nav_box{width: 100%;height: auto;padding: 80px 0;}
.products_nav_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.products_nav_ul li{position: relative;}
.products_nav_ul li:after{content: "";display: block;width: 1px;height: 14px;background: #E5E5E5;position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.products_nav_ul li:nth-last-of-type(1):after{display: none;}
.products_nav_ul li:hover a,
.products_nav_ul li.on a{color: var(--mainColor);}
.products_nav_ul li:hover a:before,
.products_nav_ul li.on:before{content: "";display: block;width: 100%;height: 2px;background: var(--mainColor);bottom: 0px;left: 0;position: absolute;}
.products_box{width: 100%;height: auto;padding-bottom: 213px;background: #F7F7F7;}
.products_list_box{width: 100%;height: auto;padding-top: 68px;}
.products_title{width: 100%;height: auto;display: flex;justify-content: space-between;}
.products_title_left{display: flex;justify-content: flex-start;align-items: center;}
.products_title_left span{display: block;width: 16px;height: 4px;background: #f7931e;}
.products_title_left h2{font-size: 1.25rem;color: #333333;font-family: "Poppins-Medium";margin-left: 12px;}
.products_title a{display: block;font-size: 1.125rem;color: #333333;}
.products_title a:hover{color: #f7931e;}
.products_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.products_ul li{width: 49.2%;height: auto;background: #FFFFFF;margin-top: 24px;}
.products_ul li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;}
.products_ul_img{width: 50%;height: auto;overflow: hidden;}
.products_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.products_ul li:hover .products_ul_img img{transform: scale(1.1);}
.products_ul_txt{width: 34.2%;height: auto;margin-left: 50px;}
.products_ul_txt h3{font-size: 1.625rem;color: #333333;font-family: "Poppins-SemiBold";}
.products_ul_txt span{margin-top: 20px;font-size: 1.25rem;}
/*products.html end*/
/*product_category.html start*/
.product_category_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;background: #F8F8F8;}
.product_category_box .contentWH1400{display: flex;justify-content: space-between;}
.product_category_left{width: 25.4%;height: auto;}
.product_category_left_nav{width: 100%;height: auto;position: sticky;top: 80px;}
.product_category_left_nav_title{width: 100%;height: 48px;background: #f7931e;display: flex;align-items: center;padding: 0 18px;}
.product_category_left_nav_title h2{font-size: 1.5rem;color: #FFFFFF;font-family: "Poppins-SemiBold";}
.product_category_left_nav_ul{width: 100%;height: auto;}
.product_category_left_nav_ul li{margin-top: 8px;width: 100%;height: auto;background: #FFFFFF;}
.product_category_left_nav_ul_top{width: 100%;height: 48px;display: flex;justify-content: space-between;align-items: center;padding: 0 18px;}
.product_category_left_nav_ul_top a{display: block;font-size: 1.125rem;color: #333333;}
.product_category_left_nav_ul_top span{display: block;font-size: 1.25rem;transition: all 0.3s;cursor: pointer;}
.product_category_left_nav_ul_bottom{width: 100%;height: auto;padding: 18px 0;display: none;}
.product_category_left_nav_ul_bottom a{display: block;line-height: 36px;padding: 0 18px;}
.product_category_left_nav_ul li.on .product_category_left_nav_ul_top,
.product_category_left_nav_ul li:hover .product_category_left_nav_ul_top{background: var(--mainColor);}
.product_category_left_nav_ul li.on .product_category_left_nav_ul_top a,
.product_category_left_nav_ul li:hover .product_category_left_nav_ul_top a,
.product_category_left_nav_ul li.on .product_category_left_nav_ul_top span,
.product_category_left_nav_ul li:hover .product_category_left_nav_ul_top span{color: #FFFFFF;}
.product_category_left_nav_ul li.on .product_category_left_nav_ul_top span{transform: rotate(90deg);}
.product_category_left_nav_ul_bottom a.on,
.product_category_left_nav_ul_bottom a:hover{color: var(--mainColor);text-decoration: underline;}
.product_category_right{flex: 1;margin-left: 50px;}
.product_category_right .products_ul_txt{margin-left: 30px;}
.product_category_right .products_ul_txt h3{font-size: 1.125rem;}
.product_category_right .products_ul_txt span{width: 158px;height: 48px;font-size: 1.125rem;}
.product_category_right .products_ul li{margin-top: 0;margin-bottom: 24px;}
/*product_category.html end*/
/*product_detial.html start*/ 
.product_detial_info_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.product_detial_info_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center}
.product_detial_info_left{width: 47.2%;height: auto;}
.product_detial_info_sw_top{width: 100%;height: auto;}
.product_detial_info_sw_top .swiper-slide{width: 100%;height: auto;border: 1px solid #e4e4e4;}
.product_detial_info_sw_top .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_left_bottom{width: 100%;height: auto;margin-top: 23px;position: relative;}
.product_detial_info_bottom_sw{width: 86%;}
.product_detial_info_bottom_sw .swiper-slide{border: 1px solid #E4E4E4;}
.product_detial_info_bottom_sw .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.product_detial_info_bottom_sw img{width: 100%;height: auto;}
.product_detial_info_left_bottom_left,.product_detial_info_left_bottom_right{width: 28px;height: 100%;background: #dadada;display: flex;align-items: center;justify-content: center;top: 0;transform: none;margin-top: 0;}
.product_detial_info_left_bottom_left{left: 0;}
.product_detial_info_left_bottom_right{right: 0;}
.product_detial_info_left_bottom_left:hover,.product_detial_info_left_bottom_right:hover{background: var(--mainColor);}
.product_detial_info_right{width: 46.72%;height: auto;}
.product_detial_info_right h1{font-size: 2.25rem;font-family: "Poppins-SemiBold";color: #000000;}
.product_detial_info_right span{display: block;width: 210px;height: 4px;background: var(--mainColor);margin-top: 30px;}
.product_detial_info_right p{font-size: 1.125rem;color: #333333;line-height: 1.6;margin-top: 35px;}
.product_detial_info_right_link{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 30px;}
.product_detial_info_right_link li{width: 96px;height: 42px;}
.product_detial_info_right_link li + li{margin-left: 12px;}
.product_detial_info_right_link li a{display: flex;justify-content: center;align-items: center;border: solid 1px #e4e4e4;border-radius: 21px;width: 100%;height: 100%;font-size: 1.125rem;color: #333333;}
.product_detial_info_right_link li img{display: block;margin-right: 9px;}
.inquire{margin-top: 40px;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_feature_box{width: 100%;height: auto;background: url(../images/product_detial_feature_bg.jpg) no-repeat center center;background-size: cover;padding: 80px 0;}
.product_detial_content_list_title{width: 100%;height: auto;}
.product_detial_content_list_title h2{font-size: 3.25rem;color: #FFFFFF;font-family: "Poppins-SemiBold";text-align: center;}
.product_detial_content_list_title.black h2{color: #333333;}
.product_detial_content_feature_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_detial_content_feature_ul li{width: 23.5%;height: auto;margin-top: 69px;padding: 50px 20px;background: #FFFFFF;transition: all 0.3s;margin-left: 2%;}
.product_detial_content_feature_ul li:nth-of-type(1){margin-left: 0;}
.product_detial_content_feature_ul li h3{font-size: 1.875rem;color: var(--mainColor);font-family: "Poppins-SemiBold";text-align: center;transition: all 0.3s;}
.product_detial_content_feature_ul li p{font-size: 1.25rem;color: #666666;text-align: center;line-height: 1.4;margin-top: 20px;display: block;height: 56px;transition: all 0.3s;}
.product_detial_content_feature_ul li span{display: block;font-size: 1.875rem;color: #f7931e;font-family: "Poppins-Medium";text-align: center;margin-top: 40px;}
.product_detial_content_feature_ul li:hover{background: var(--mainColor);}
.product_detial_content_feature_ul li:hover h3{color: #FFFFFF;}
.product_detial_content_feature_ul li:hover p{color: #FFFFFF;}
.product_detial_charts_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/product_detial_charts_bg.jpg) no-repeat center center;background-size: cover;}
.product_detial_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 37px;}
.product_detial_content_list_ul li{width: 48.5%;height: auto;margin-top: 33px;}
.product_detial_content_list_ul li img{width: 100%;height: auto;display: block;}
.product_specification_box{width: 100%;height: auto;padding: 80px 0;}
.product_specification_txt{width: 100%;height: auto;margin-top: 60px;}
.product_specification_txt table{width: 100%;height: auto;}
.product_specification_txt table tr{background: #ebf3ed;}
.product_specification_txt table tr:nth-of-type(even){background: #d7e8db;}
.product_specification_txt table td{border: 5px solid #FFFFFF;min-height: 50px;padding: 10px; font-size: 1.125rem;color: #333333;font-family: "Poppins-Light";text-align: center;}
.product_specification_txt table td.category-cell{background: var(--mainColor);color: #FFFFFF;border-radius: 10px;}
.product_related_box{width: 100%;height: auto;padding: 80px 0px;background: #f7f7f7;}
.product_related_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.product_related_ul li{width: 23.5%;height: auto;position: relative;margin-left: 2%;}
.product_related_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_related_ul_img{width: 100%;height: auto;}
.product_related_ul_img img{width: 100%;height: auto;display: block;}
.product_related_ul_title{width: 100%;height: 60px;background: rgba(0,0,0,0.7);position: absolute;bottom: 0;left: 0;padding: 0 30px;display: flex;align-items: center;}
.product_related_ul_title h2{font-size: 1.25rem;color: #FFFFFF;text-align: center;display: block;width: 100%;}
.product_detial_list_box{width: 100%;height: auto;padding-top: 80px;}
.product_detial_list_ul{width: 100%;height: auto;}
.product_detial_list_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_list_ul li:nth-of-type(even){flex-direction: row-reverse;}
.product_detial_list_ul_img{width: 50%;height: auto;}
.product_detial_list_ul_img img{width: 100%;height: auto;display: block;}
.product_detial_list_ul_content{width: 45.5%;height: auto;}
.product_detial_list_ul_content h2{font-size: 1.625rem;color: #333333;font-family: "Poppins-SemiBold";}
.product_detial_list_ul_content p{font-size: 1.375rem;color: #666666;line-height: 1.4;margin-top: 30px;}
.product_detial_form_box{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);z-index: 999;transition: all 0.3s;transform: scale(0);}
.product_detial_form_content_box{width: 700px;height: auto;background: #FFFFFF;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 50px 45px;background: #FFFFFF;box-shadow: 0px 8px 18px 0px rgba(140, 140, 140, 0.4);}
.product_detial_form_content_box h2{font-size: 1.875rem;color: #333333;text-align: center;font-family: "Poppins-Medium";text-align: center;}
.product_detial_form_content_ul{width: 100%;height: auto;margin-top: 26px;}
.product_detial_form_content_ul li{width: 100%;height: auto;position: relative;margin-top: 24px;}
.product_detial_form_content_ul li input{display: block;width: 100%;height: 56px;background: #F7F7F7;outline: none;padding-left: 20px;border: none;}
.product_detial_form_content_box p{font-size: 1rem;color: #b1b1b1;font-family: "Poppins-Light";margin-top: 20px;}
.product_detial_form_btn{display: block;width: 180px;height: 56px;background: linear-gradient(-28deg, #009245 0%,#00d05a 100%);border-radius: 28px;font-size: 1.25rem;color: #FFFFFF;cursor: pointer;outline: none;border: none;margin: 0px auto;margin-top: 40px;}
/*product_detial.html end*/ 
/*service.html start*/
.crumbs_box .contentWH1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.nav_box{display: flex;justify-content: flex-end;}
.nav_box li{margin-left: 99px;position: relative;}
.nav_box li:nth-of-type(1){margin-left: 0;}
.nav_box li a{font-size: 1.125rem;color: #333333;}
.nav_box li:after{content: "";display: block;width: 100px;height: 1px;background: #f7931e;position: absolute;left: 50%;transform: translateX(-50%);bottom: -30px;opacity: 0;}
.nav_box li.on:after{opacity: 1;}
.nav_box li.on a{color: #f59b30;}
.nav_box li a:hover{color: #f59b30;}
.service_box{width: 100%;height: auto;}
.service_list_box{width: 100%;height: auto;margin-top: 80px;}
.download_box{padding-bottom: 80px;}
.index_news_top_title_top h3 em{color: var(--mainColor);font-family: "Poppins-SemiBold";}
.service_download_box{width: 100%;height: auto;margin-top: 40px;}
.service_download_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.service_download_ul li{width: 48.5%;height: auto;border: 1px solid #E5E5E5;margin-top: 30px;}
.service_download_ul li a{display: flex;justify-content: flex-start;align-items: center;padding: 40px;width: 100%;height: 100%;}
.service_download_sw_ico{width: 70px;height: auto;}
.service_download_sw_ico img{width: 100%;height: auto;transition: all 0.3s;}
.service_download_sw_txt{flex: 1;margin-left: 30px;}
.service_download_sw_txt h2{font-size: 1.625rem;color: #333333;}
.service_download_sw_txt span{display: flex;justify-content: flex-start;align-items: center;margin-top: 10px;font-size: 1.375rem;transition: all 0.3s;}
.service_download_sw_txt span img{display: block;margin-left: 10px;}
.service_download_ul li:hover .service_download_sw_ico img{transform: translateY(-8px);}
.service_download_ul li:hover span{color: var(--mainColor);}
.service_become_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.service_become_content{width: 100%;height: auto;margin-top: 70px;display: flex;justify-content: space-between;align-items: center;}
.service_become_content_left{width: 42.3%;height: auto;}
.service_become_content_left p{font-size: 1.125rem;color: #000000;line-height: 1.6;}
.service_become_content_right{width: 53.6%;height: auto;}
.service_become_content_right img{width: 100%;height: auto;display: block;}
.service_become_content_right img{width: 100%;height: auto;display: block;}
.service_online_box{background: #fafafa;overflow: hidden;}
.service_online_box .index_form_content_box{align-items: normal;}
.service_online_ul{width: 100%;height: auto;margin-top: 30px;}
.service_online_ul li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 40px;padding-bottom: 40px;border-bottom: 1px solid #e2e2e2;}
.service_online_ul_ico{width: 56px;height: auto;}
.service_online_ul_ico img{width: 100%;height: auto;display: block;}
.service_online_ul_txt{margin-left: 30px;}
.service_online_ul_txt h2{font-size: 1.5rem;color: #333333;font-family: "Poppins-Medium";}
.service_online_ul_txt p{display: block;font-size: 1.25rem;color: #666666;margin-top: 10px;}
.service_online_ul_txt p a{color: #666666;}
.service_online_ul_txt a.index_more{margin-top: 10px;}
.service_faq_box{width: 100%;height: auto;padding: 80px 0px;background: #f8f8f8;overflow: hidden;}
.service_faq_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 70px;}
.service_faq_content_left{width: 34.3%;height: auto;}
.service_faq_content_left img{width: 100%;height: auto;display: block;}
.service_faq_content_right{width: 63.6%;height: auto;}
.service_faq_content_right li{width: 100%;height: auto;}
.service_faq_content_right li + li{margin-top: 16px;}
.service_faq_content_right_top{width: 100%;height: 66px;padding: 0 30px;display: flex;justify-content: space-between;background: #FFFFFF;align-items: center;cursor: pointer;}
.service_faq_content_right_top h2{font-size: 1.125rem;color: #333333;}
.service_faq_content_right_top span{font-size: 2rem;color: #999999;}
.service_faq_content_right_bottom{padding: 30px;width: 100%;height: auto;background: #FFFFFF;display: none;}
.service_faq_content_right_bottom p{font-size: 1rem;color: #666666;line-height: 1.6;}
.service_faq_content_right li.on .service_faq_content_right_top{background: var(--mainColor);}
.service_faq_content_right li.on .service_faq_content_right_top h2{color: #FFFFFF;}
.service_faq_content_right li.on .service_faq_content_right_top span{color: #FFFFFF;}
/*service.html end*/
/*solution.html start*/
.solutions_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;background: #f8f8f8;}
.solutions_ul{width: 100%;height: auto;}
.solutions_ul li{width: 100%;height: auto;background: #FFFFFF;}
.solutions_ul li + li{margin-top: 40px;}
.solutions_ul li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;}
.solutions_ul_img{width: 54.3%;height: auto;overflow: hidden;}
.solutions_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solutions_ul_txt{width: 35.8%;height: auto;margin-left: 60px;}
.solutions_ul_txt h2{font-size: 1.625rem;color: #333333;font-family: "Poppins-SemiBold";}
.solutions_ul_txt p{font-size: 1.125rem;color: #666666;line-height: 1.6;margin-top: 30px;}
.solutions_ul_txt span{margin-top: 40px;}
.solutions_ul li:hover .solutions_ul_img img{transform: scale(1.1);}
/*solution.html end*/
/*solution_detial.html start*/
.solution_detial_info_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_info_txt{width: 67.85%;height: auto;margin: 0px auto;}
.solution_detial_info_txt h2{font-size: 3.125rem;color: #333333;font-family: "Poppins-SemiBold";text-align: center;}
.solution_detial_info_txt p{font-size: 1.25rem;color: #666666;line-height: 1.6;text-align: center;margin-top: 28px;}
.solution_detial_info_box img{width: 100%;height: auto;display: block;margin-top: 30px;}
.solution_detial_benefits_box{width: 100%;height: auto;padding-bottom: 80px;}
.solution_detial_title{width: 100%;height: auto;}
.solution_detial_title h2{font-size: 3.125rem;color: #333333;font-family: "Poppins-SemiBold";text-align: center;}
.solution_detial_benefits_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.solution_detial_benefits_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;background: #F8F8F8;}
.solution_detial_benefits_ul li:nth-of-type(3n+1){margin-left: 0;}
.solution_detial_benefits_ul_img{width: 100%;height: auto;}
.solution_detial_benefits_ul_img img{width: 100%;height: auto;display: block;}
.solution_detial_benefits_ul_txt{padding: 40px 36px;width: 100%;height: auto;}
.solution_detial_benefits_ul_txt h2{font-size: 1.5rem;color: #333333;font-family: "Poppins-SemiBold";}
.solution_detial_benefits_ul_txt p{font-size: 1.25rem;color: #666666;line-height: 1.6;margin-top: 10px;}
.solution_detial_related_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;}
.solution_detial_related_sw{width: 100%;height: auto;padding-bottom: 52px;margin-top: 60px;}
.solution_detial_related_sw .swiper-slide{background: #FFFFFF;width: 100%;height: auto;}
.solution_detial_related_sw .swiper-slide a{display: flex;align-items: center;width: 100%;height: auto;flex-wrap: wrap;}
.solution_detial_related_sw_page{bottom: 0 !important;}
.solution_detial_related_sw_page span{width: 12px;height: 12px;background: var(--mainColor);}
.solution_detial_case_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;}
.solution_detial_case_img{width: 100%;height: auto;margin-top: 60px;}
.solution_detial_case_img img{width: 100%;height: auto;display: block;}
/*solution_detial.html end*/
/*news.html start*/
.news_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;background: #F8F8F8;padding-top: 50px;}
.products_banner_content.black h1{color: #000000;}
.news_box .index_news_ul_content h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_box .index_news_ul_content p{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.news_box .index_news_ul li{background: #FFFFFF;}
.news_box .index_news_ul{margin-top: 0;}
.page{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 50px;}
.page li{width: 40px;height: 40px;background: #FFFFFF;}
.page li + li{margin-left: 16px;}
.page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 1.125rem;color: #747474;}
.page li.active,
.page li:hover{background: linear-gradient(-28deg, #009245 0%, #00d05a 100%);}
.page li.active a,
.page li:hover a{color: #FFFFFF;}
/*news.html end*/
/*news_detial.html start*/
.news_detial_content_box{width: 100%;height: auto;padding: 50px 60px;background: #FFFFFF;}
.news_detial_content_title{width: 100%;height: auto;border-bottom: 1px solid #e9e9e9;padding-bottom: 20px;}
.news_detial_content_title h2{font-size: 1.5rem;color: #333333;font-family: "Poppins-Medium";text-align: center;}
.news_detial_content_title span{display: block;text-align: center;font-size: 1.25rem;color: #666666;margin-top: 10px;}
.news_detial_content{width: 100%;height: auto;margin-top: 20px;}
.news_detial_content p{font-size: 1.125rem;color: #666666;line-height: 1.6;margin-top: 10px;}
.news_detial_content h2{font-size: 1.25rem;color: #333333;font-family: "Poppins-SemiBold";margin-top: 10px;}
.news_detial_content img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.news_last_box{width: 100%;height: auto;padding-top: 39px;border-top: 1px solid #E9E9E9;margin-top: 80px;display: flex;justify-content: space-between;}
.news_last_btn{width: 200px;height: 38px;display: flex;justify-content: center;align-items: center;border: 1px solid #E5E5E5;font-size: 1.125rem;color: #666666;border-radius: 19px;}
.news_last_btn img{display: block;margin-right: 17px;}
.news_last_box a:nth-last-of-type(1) img{margin-left: 17px;margin-right: 0;}
.news_last_box a.news_last_center{width: 200px;height: 38px;background: var(--mainColor);color: #FFFFFF;border-radius: 19px;font-size: 1.125rem;display: flex;justify-content: center;align-items: center;}
/*news_detial.html end*/
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0;}
.about_info_content_box{width: 100%;height: auto;margin-top: 68px;background: url(../images/about_info_bg.png) no-repeat center center;}
.about_info_content_txt{width: 100%;height: auto;}
.about_info_content_txt h2{font-size: 1.5rem;color: var(--mainColor);margin-bottom: 15px;}
.about_info_content_txt p{font-size: 1.125rem;color: #333333;line-height: 1.6;}
.about_info_content_ul{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 67px;}
.about_info_content_ul li h2{font-size: 3.125rem;color: #f7931e;font-family: "Poppins-Bold";text-align: center;}
.about_info_content_ul li h2 span{font-family: "Poppins-Bold";}
.about_info_content_ul li p{font-size: 1.5rem;color: #333333;opacity: 0.7;text-align: center;margin-top: 24px;}
.about_info_content_ul li + li{margin-left: 200px;}
.about_info_content_img{width: 100%;height: auto;}
.about_info_content_img img{width: 100%;height: auto;display: block;margin-top: 67px;}
.about_qualication_box{width: 100%;height: auto;background: url(../images/about_cification_bg.jpg) no-repeat center center;padding: 80px 0;}
.about_qualication_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 40px;}
.about_qualication_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 40px;}
.about_qualication_ul li:nth-of-type(4n+1){margin-left: 0;}
.about_qualication_ul li img{width: 100%;height: auto;display: block;}
.about_social_box{width: 100%;height: auto;position: relative;}
.about_social_bg{width: 100%;height: auto;}
.about_social_bg img{width: 100%;height: auto;display: block;}
.about_social_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.about_social_content_txt{width: 48.22%;height: auto;}
.about_social_content_txt h2{font-size: 3.25rem;color: #FFFFFF;font-family: "Poppins-SemiBold";}
.about_social_content_txt span{display: block;width: 140px;height: 4px;background: #FFFFFF;margin-top: 10px;}
.about_social_content_txt p{font-size: 1.125rem;color: #FFFFFF;line-height: 1.6;margin-top: 40px;}
.about_honors_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;}
.about_honors_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 39px;}
.about_honors_ul li{width: 32%;height: auto;border: 1px solid var(--mainColor);margin-left: 2%;margin-top: 30px;}
.about_honors_ul li img{width: 100%;height: auto;display: block;}
.about_honors_ul li:nth-of-type(3n+1){margin-left: 0;}
/*about.html end*/
/*development.html start*/
.development_list_box{width: 100%;height: auto;padding: 80px 0px;}
.development_list_title{width: 100%;height: auto;}
.development_list_title h2{font-size: 2.875rem;color: #000000;font-family: "Poppins-Bold";line-height: 1.2;text-align: center;}
.development_list_title h2 span{display: block;font-family: "Poppins-Bold";color: var(--mainColor);}
.development_list_ul{width: 100%;height: auto;margin-top: 20px;}
.development_list_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;align-items: center;}
.development_list_ul li:nth-of-type(even){flex-direction: row-reverse;}
.development_list_ul_img{width: 50%;height: auto;}
.development_list_ul_img img{width: 100%;height: auto;display: block;}
.development_list_ul_txt{width: 45.5%;height: auto;}
.development_list_ul_txt h2{font-size: 1.5rem;color: #333333;}
.development_list_ul_txt p{font-size: 1.125rem;color: #666666;line-height: 1.6;margin-top: 30px;}
.development_advantage_box{width: 100%;height: auto;padding: 80px 0;background: #FAFAFA;}
.development_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.development_advantage_ul li + li{margin-left: 160px;}
.development_advantage_ul li h2{font-size: 1.875rem;color: #333333;}
.development_advantage_ul li h2 span{font-size: 2.5rem;font-family: "Poppins-Bold";color: #f7931e;}
.development_advantage_ul li p{font-size: 1.125rem;color: #666666;}
.development_advantage_txt{width: 100%;height: auto;margin-top: 40px;}
.development_advantage_txt p{font-size: 1.125rem;color: #333333;line-height: 1.6;}
.development_lavoratory_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;}
.development_lavoratory_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.development_lavoratory_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;}
.development_lavoratory_ul li:nth-of-type(3n+1){margin-left: 0;}
.development_lavoratory_ul_img{width: 100%;height: auto;}
.development_lavoratory_ul_img img{width: 100%;height: auto;display: block;}
.development_lavoratory_ul li h2{font-size: 1.25rem;color: #333333;text-align: center;margin-top: 10px;}
/*development.html end*/
/*tem.html start*/
.tem_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 213px;}
.tem_ul{width: 100%;height: auto;}
.tem_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.tem_ul_img{width: 35.72%;height: auto;}
.tem_ul_img img{width: 100%;height: auto;display: block;}
.tem_ul_txt{width: 60%;height: auto;}
.tem_ul_txt h2{font-size: 1.625rem;color: #000000;font-family: "Poppins-SemiBold";}
.tem_ul_txt h3{font-size: 1.25rem;color: #000000;margin-top: 19px;}
.tem_ul_txt p{font-size: 1.25rem;color: #666666;line-height: 1.6;margin-top: 20px;}
.tem_ul li + li{margin-top: 40px;}
/*tem.html end*/
/*contact.html start*/
.contact_us_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.contact_title{width: 100%;height: auto;}
.contact_title h2{font-size: 1.875rem;color: #000000;font-family: "Poppins-SemiBold";}
.contact_title p{font-size: 1.25rem;color: #666666;line-height: 1.6;margin-top: 15px;}
.contact_map_box{width: 100%;height: auto;padding-bottom: 213px;}
.contact_map_box img{width: 100%;height: auto;display: block;}










/*contact.html end*/
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: url(../images/footer_bg.jpg) no-repeat center center;background-size: cover;}
.footer_top_box{width: 100%;height: auto;padding: 46px 0;background: url(../images/footer_info_bg.jpg) no-repeat center center;background-size: cover;transform: translateY(-95px);display: flex;justify-content: space-between;}
.footer_top_box li{width: calc(100% / 3);height: auto;display: flex;justify-content: center;position: relative;}
.footer_top_box li:after{content: "";display: block;width: 1px;height: 104px;background: rgba(248, 248, 248, 0.3);position: absolute;right: 0;}
.footer_top_content{max-width: 66.74%;height: auto;}
.footer_top_content_title{display: flex;align-items: center;justify-content: flex-start;font-size: 1.375rem;color: #FFFFFF;}
.footer_top_content_title img{display: block;width: 26px;height: auto;margin-right: 20px;}
.footer_top_content p{font-size: 1.375rem;color: #FFFFFF;font-family: "Poppins-Light";margin-top: 20px;}
.footer_top_content p a{color: #FFFFFF;font-family: "Poppins-Light";}
.footer_top_content p a:hover{text-decoration: underline;}
.footer_top_box li:nth-last-of-type(1):after{display: none;}
.footer_logo{width: 335px;height: auto;margin: 0px auto;margin-top: -15px;}
.footer_nav_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 50px;margin-top: 60px;border-top: 1px solid rgba(255,255,255,0.1);padding-bottom: 50px;}
.footer_nav_list h2{color: #FFFFFF;font-family: "Poppins-Medium";font-size: 1.375rem;}
.footer_nav_list a{display: block;font-size: 1.125rem;color: rgba(255,255,255,0.6);transition: all 0.3s;margin-top: 20px;font-family: "Poppins-Light";}
.footer_nav_list a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_nav_info{width: 18.3%;height: auto;}
.footer_nav_info h2{color: #FFFFFF;font-family: "Poppins-Medium";font-size: 1.375rem;}
.footer_nav_info p{font-size: 1.125rem;color: rgba(255,255,255,0.6);margin-top: 20px;font-family: "Poppins-Light";line-height: 1.6;}
.footer_nav_info p a{color: rgba(255,255,255,0.6);font-family: "Poppins-Light";}
.footer_nav_info p a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_bottom_last_box{background: #f7931e;padding: 5px 0;}
.footer_bottom_last_box .contentWH1400{display: flex;justify-content: space-between;align-items: center;}
.footer_bottom_last_box p{font-size: 1.125rem;color: #FFFFFF;font-family: "Poppins-Light";}
.footer_bottom_last_right{display: flex;align-items: center;justify-content: flex-end;}
.footer_bottom_last_right a{display: block;margin-right: 28px;font-size: 1.125rem;color: #FFFFFF;font-family: "Poppins-Light";position: relative;}
.footer_bottom_last_right a:nth-last-of-type(1){margin-right: 0;}
.footer_bottom_last_right a:after{content: "";display: block;width: 1px;height: 16px;background: #FFFFFF;position: absolute;right: -15px;top: 50%;transform: translateY(-50%);}
.footer_bottom_last_right a:nth-last-of-type(1):after{display: none;}
.online_right_box{width: 3.75rem;height: auto;position: fixed;top: 50%;transform: translateY(-50%);right: 30px;z-index: 999;display: none;}
.online_right_box li{width: 100%;height: auto;aspect-ratio:1/1;position: relative;}
.online_right_box li + li{margin-top: 1px;}
.online_right_bg{width: 100%;height: 100%;background: var(--mainColor);}
.online_right_bg a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.online_right_bg img{display: block;width: 46%;height: auto;}
.online_right_box li.back_top{background: #f7931e;cursor: pointer;display: flex;justify-content: center;align-items: center;box-shadow: 0px 5px 20px 0px rgba(204, 204, 204, 0.35);margin-top: 10px;}
.back_top img{display: block;width: 46%;height: auto;}
.online_right_content{width: 240px;height: 100%;position: absolute;right: 80px;top: 0;display: flex;align-items: center;justify-content: center;padding-right: 1px;display: none;}
.online_right_content a{font-size: 1.125rem;color: #FFFFFF;font-family: "Poppins-Light";display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: var(--mainColor);}
.online_right_box li:hover .online_right_content{display: flex;}
/*footer end*/
@media (max-width: 1768px) {
     .index_banner_swiper_left h2{font-size: 2rem;}
     .index_banner_swiper_left p{font-size: 1rem;}
     .index_banner_swiper_left img{margin-top: 30px;}
     .index_banner_swiper_left p{margin-top: 25px;}
     .index_more{margin-top: 30px;}
     .index_title_txt h3{font-size: 2.625rem;}
     .index_products_ul_content{padding-top: 70px;}
     .index_products_ul_content p{font-size: 1rem;}
     .index_products_ul_content h2{font-size: 1.125rem;}
     .contentWH1400{width: 83.33%;}
     .index_about_box{padding: 7.625rem 0;}
     .products_ul_txt h3{font-size: 1.25rem;}
     .product_category_right .products_ul_txt{margin-left: 20px;width: 35.2%;}
     .product_category_right .products_ul_txt h3{font-size: 1rem;}
     .product_detial_content_feature_ul li h3{font-size: 1.25rem;}
     .service_online_box .index_news_top_title_top h2{font-size: 92px;}
     .service_online_box .index_news_top_title_top h3{font-size: 2.625rem;}
     .service_faq_content_left img{height: 100%;object-fit: cover;}
     .about_social_content_txt{width: 55.22%;}
}
@media (max-width: 1400px) {
     .products_nav_ul li:after{display: none;}
     .product_category_right .products_ul li a{flex-wrap: wrap;}
     /*.products_ul_img{width: 100%;}*/
     .product_category_right .products_ul_txt{width: 100%;margin-left: 0;}
     .product_category_right .products_ul_txt h3{text-align: center;}
     .product_category_right .products_ul_txt span{margin: 0px auto;margin-top: 20px;}
     .product_category_right .products_ul li a{padding-bottom: 20px;}
     .solutions_ul_txt span{margin-top: 20px;}
     .solutions_ul_txt p{margin-top: 15px;}
     .solution_detial_related_sw .swiper-slide a{padding-bottom: 30px;}
     .solution_detial_related_sw .products_ul_txt{width: 100%;}
     .development_advantage_ul li + li{margin-left: 115px;}
}
@media(max-width: 1288px){
     .contentWH1400{width: 92%;}
     .contentWH1600{width: 92%;}
}
@media (max-width: 1200px) {
     .nav_frist_link{font-size: 1rem;}
     .header_right_right_search{width: 18px;}
     .header_right_share{font-size: 1rem;}
     .header_right_nav li + li{margin-left: 10px;}
     .header_right_share img{width: 30px;}
     .index_solution_content{width: 62%;}
     .index_solution_content p{margin-top: 15px;}
     .index_solution_content a{margin-top: 30px;}
     .index_title_txt h3{font-size: 2.5rem;}
     .footer_nav_info{width: 60%;margin-top: 50px;}
     .footer_bottom_last_box p{font-size: 1rem;}
     .footer_bottom_last_right a{font-size: 1rem;}
     .products_ul li a{flex-wrap: wrap;padding-bottom: 20px;}
     .products_ul_img{width: 100%;}
     .products_ul_txt{margin-left: 0;margin-top: 15px;width: 100%;}
     .products_ul_txt h3{text-align: center;}
     .products_ul_txt span{margin: 0px auto;margin-top: 20px;}
     .product_category_box .contentWH1400{flex-wrap: wrap;}
     .product_category_left{width: 100%;}
     .product_category_right{margin-left: 0;margin-top: 30px;}
     .product_detial_info_right h1{font-size: 25px;}
     .product_detial_content_feature_ul{justify-content: space-between;}
     .product_detial_content_feature_ul li{width: 48.5%;margin-left: 0;}
     .service_online_box .index_news_top_title_top h2{font-size: 5rem;}
     .service_online_box .index_news_top_title_top h3{font-size: 2rem;}
     .solutions_ul li a{flex-wrap: wrap;}
     .solutions_ul_img{width: 100%;}
     .solutions_ul_txt{width: 100%;margin-left: 0;padding: 30px;}
     .about_info_content_ul li + li{margin-left: 80px;}
     .index_title_txt h2{font-size: 6.25rem;}
     .nav_box li{margin-left: 40px;}
     .development_advantage_ul li + li{margin-left: 45px;}
     .index_banner_swiper_left{width: 55%;}
     
}
@media(max-width:990px){
     .logo{width: 134px;}
     .header_right_share{margin-left: 0;display: none;}
     .header_right_right_search:after{display: none;}
     .index_banner_swiper_left h2{font-size: 23px;}
     .index_banner_swiper_left{width: 60%;}
     .index_banner_swiper_left img{width: 63%;}
     .index_more{font-size: 1.125rem;height: 45px;}
     .index_more{margin-top: 0;}
     .index_title_txt h2{font-size: 6.25rem;}
     .index_title_txt h3{font-size: 1.875rem;}
     .index_products_ul{flex-wrap: wrap;}
     .index_products_ul li{width: calc(100% / 3);}
     .index_products_ul li.on{width: calc(100% - calc(100% / 3));}
     .index_solution_bg{height: 320px;}
     .index_solution_bg img{height: 100%;object-fit: cover;}
     .index_service_ul{margin-top: 49px;flex-wrap: wrap;justify-content: space-between;}
     .index_service_ul li{width: 48.5%;margin-top: 40px;margin-left: 0;}
     .index_news_top_box{flex-wrap: wrap;}
     .index_news_top_btn{margin-top: 30px;}
     .index_news_ul{justify-content: space-between;}
     .index_news_ul li{width: 48.5%;}
     .index_news_ul li:nth-last-of-type(1){width: 100%;}
     .index_form_content_box{flex-wrap: wrap;}
     .index_form_content_left{width: 100%;}
     .index_form_content_right{width: 100%;margin-top: 30px;}
     .footer_top_box{flex-direction: column;align-items: flex-start;justify-content: flex-start;}
     .footer_top_box li{width: 100%;}
     .footer_top_content{max-width: initial;width: 90%;margin: 0px auto;}
     .footer_top_box li + li{margin-top: 20px;}
     .footer_nav_list{width: 48.5%;margin-bottom: 50px;}
     .footer_nav_info{width: 100%;margin-top: 0;}
     .footer_bottom_last_box .contentWH1400{flex-direction: column;}
     .products_nav_ul li{width: 18.5%;}
     .products_nav_ul li a{text-align: center;display: block;width: 100%;}
     .product_detial_info_content_box{flex-wrap: wrap;}
     .product_detial_info_left{width: 100%;}
     .product_detial_info_right{width: 100%;margin-top: 50px;}
     .product_related_ul{flex-wrap: wrap;justify-content: space-between;}
     .product_related_ul li{width: 48.5%;margin-left: 0;margin-top: 10px;}
     .index_title_txt h3{display: block;width: 100%;}
     .service_become_content{flex-direction: column-reverse;}
     .service_become_content_right{width: 100%;}
     .service_become_content_left{width: 100%;height: auto;margin-top: 30px;}
     .solution_detial_info_txt{width: 100%;}
     .solution_detial_benefits_ul li{width: 100%;margin-left: 0;}
     .solution_detial_benefits_ul{justify-content: space-between;}
     .about_info_content_ul li h2{font-size: 2.25rem;}
     .index_title_txt h2{font-size: 5rem;}
     .about_social_content_txt{width: 88.22%;}
     .about_social_bg{height: 480px;}
     .about_social_bg img{height: 100%;object-fit: cover;}
     .development_list_ul_img{width: 100%;}
     .development_list_ul_txt{width: 100%;margin-top: 30px;}
     .tem_ul_img{width: 100%;}
     .tem_ul_txt{width: 100%;margin-top: 30px;}
     
}
@media (max-width: 768px) {
     .header_right_nav{position: absolute;width: 100%;height: calc(100vh - 13.8vw);left: 0;top: 100%;z-index: 999;background: #fff;overflow: hidden;overflow-y: auto;display: none;}
     .header_right_nav li{height: auto;padding-left: 5.8vw;}
     .header_right_nav li + li{margin-left: 0;}
     .nav_frist_link{display: inline-block;line-height: 10.8vw;font-size: 3.8vw;}
     .header_right_nav_list a{line-height: 8.8vw;font-size: 3.6vw;padding: 0 3.2vw;}
     .header_content_box{height: 13.8vw;}
     .header_search_box.on{top: 13.8vw;}
     .header_search_box form{padding: 3.2vw;}
     .header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
     .header_search_box input:nth-last-of-type(1){width: 38.5%;}
     .logo{width: 20vw;}
     .header_right_right_search{width: 4.2vw;}
     .hd_btn{display: block;margin-right: 3.6vw;}
     .header_right_nav_list{position: relative;width: 100%;left: 0;transform: none;}
     .index_banner_swiper_left h2{font-size: 4.8vw;}
     .index_banner_swiper_left{width: 80%;}
     .index_banner_swiper_left p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_banner_swiper_left img{width: 60%;margin-top: 3.2vw;}
     .index_more{width: 38vw;height: 10.8vw;margin-top: 3.2vw;}
     .index_more i{font-size: 3.6vw;}
     .index_banner_swiper_page span{width: 1.8vw;height: 1.8vw;}
     .index_banner_swiper_page{bottom: 3.8vw !important;}
     .index_banner_swiper_bg{height: auto;}
     .index_products_box{padding: 8vw 0;}
     .index_title_txt h2{font-size: 10.8vw;}
     .index_title_txt h3{font-size: 4.8vw;width: 100%;}
     .index_title_box span{width: 25vw;height: 0.6vw;margin-top: 3.2vw;}
     .index_products_ul{margin-top: 5.8vw;}
     .index_products_ul li{width: 100%;}
     .index_products_ul li.on{width: 100%;}
     .index_products_ul li.on .index_products_ul_content{padding: 5% 4%;}
     .index_products_ul_img img{width: 100%;}
     .index_products_ul_content h2{font-size: 4.2vw;}
     .index_products_ul_content span{width: 20vw;height: 0.6vw;margin-top: 3.2vw;}
     .index_products_ul_content p{font-size: 3.6vw;margin-top: 3.6vw;}
     .index_products_ul_content i{width: 10.8vw;height: 10.8vw;}
     .index_products_ul_content i img{width: 60%;}
     .index_solution_content{width: 100%;}
     .index_solution_content h2{font-size: 4.8vw;margin-top: 3.2vw;}
     .index_solution_content p{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_solution_bg {height: 60vw;}
     .index_about_box{padding: 8vw 0;}
     .index_about_content_box{margin-top: 5.8vw;}
     .index_about_content_box h2{font-size: 4.8vw;}
     .index_about_content_box p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_service_box{padding: 8vw 0;}
     .index_service_ul{margin-top: 3.2vw;}
     .index_service_ul li{width: 100%;margin-top: 3.8vw;}
     .index_service_ul li a{padding: 5% 4%;}
     .index_service_ul_ico{width: 11vw;height: 11vw;}
     .index_service_ul_ico img{width: 60%;}
     .index_service_ul li h2{font-size: 4.2vw;margin-top: 3.6vw;}
     .index_service_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_news_box{padding: 8vw 0;}
     .index_news_top_title{width: 100%;}
     .index_news_top_title_top h2{font-size: 10.8vw;text-align: center;}
     .index_news_top_title_top h3{font-size: 4.8vw;text-align: center;display: block;width: 100%;}
     .index_news_top_title span{width: 25vw;height: 0.6vw;margin: 0px auto;margin-top: 3.2vw;}
     .index_news_top_btn{width: 100%;justify-content: space-between;margin-top: 5.6vw;}
     .index_news_top_btn li{width: 48.5%;height: 10.8vw;font-size: 3.6vw;}
     .index_news_ul{margin-top: 3.2vw;}
     .index_news_ul li{width: 100%;margin-top: 3.8vw;}
     .index_news_ul_time p{font-size: 3.6vw;}
     .index_news_ul_time{width: 7.8vw;height: 13vw;}
     .index_news_ul_time p{font-size: 3.2vw;}
     .index_news_ul_time:after{width: 80%;}
     .index_news_ul_content{padding: 5% 4%;}
     .index_news_ul_content h2{font-size: 4.2vw;}
     .index_news_ul_content p{font-size: 3.6vw;margin-top: 3.6vw;}
     .index_news_ul_content span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .index_form_box{padding: 8vw 0;padding-bottom: 26vw;}
     .index_form_content_left_title img{width: 4.8vw;margin-right: 1.8vw;}
     .index_form_content_left_title{font-size: 3.6vw;}
     .index_form_content_left_top h2{font-size: 4.8vw;margin-top: 3.2vw;}
     .index_form_content_left_top p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_form_content_left_top{padding-bottom: 3.2vw;}
     .index_form_content_left_bottom{padding-top: 3.2vw;}
     .index_form_content_left_bottom h2{font-size: 4.2vw;}
     .index_form_content_left_bottom_share li{width: 6.8vw;}
     .index_form_content_left_bottom_share li + li{margin-left: 3.6vw;}
     .index_form_content_left_bottom_share{margin-top: 3.2vw;}
     .index_form_content_right{margin-top: 5.8vw;padding: 5% 4%;}
     .index_form_content_right h2{font-size: 4.8vw;}
     .index_form_content_right_ul li{width: 100%;margin-top: 1.8vw;}
     .label_control{font-size: 3.2vw;left: 3.2vw;}
     .index_form_content_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
     .index_form_content_right_ul li textarea{height: 28vw;}
     .index_form_content_right_ul li:nth-last-of-type(1) .label_control{left: 3.2vw;top: 3.2vw;}
     .index_form_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .footer_top_box{transform: translateY(-23.8vw);padding: 5% 4%;}
     .footer{padding-top: 8vw;}
     .footer_top_box li:after{display: none;}
     .footer_top_content_title{font-size: 4.2vw;}
     .footer_top_content_title img{width: 4.8vw;margin-right: 1.8vw;}
     .footer_top_content p{font-size: 3.6vw;margin-top: 1.8vw;}
     .footer_top_content{width: 100%;}
     .footer_top_box li + li{margin-top: 3.2vw;}
     .footer_logo{width: 50vw;margin-top: -16vw;}
     .footer_logo img{width: 100%;height: auto;display: block;}
     .footer_nav_box{margin-top: 5.8vw;padding-top: 5.8vw;}
     .footer_nav_list h2{font-size: 3.8vw;}
     .footer_nav_list a{font-size: 3.6vw;margin-top: 3.2vw;}
     .footer_nav_list{margin-bottom: 5.8vw;}
     .footer_nav_info h2{font-size: 4.2vw;}
     .footer_nav_info p{font-size: 3.6vw;margin-top: 3.2vw;}
     .footer_nav_box{padding-bottom: 5.8vw;}
     .footer_bottom_last_box{padding: 1.2vw 0;}
     .footer_bottom_last_box p{font-size: 2.7vw;text-align: center;}
     .footer_bottom_last_right a{font-size: 2.7vw;margin-left: 3.2vw;}
     .online_right_box{width: 100%;transform: none;top: auto;bottom: 0;display: flex;justify-content: space-between;right: 0;z-index: 998;}
     .online_right_box li.back_top{display: none;}
     .online_right_box li + li{margin-top: 0;}
     .online_right_box li{width: calc(100% / 3);height: 13.8vw;}
     .online_right_bg img{width: 6vw;}
     .online_right_box li:hover .online_right_content{display: none;}
     body{padding-bottom: 13.8vw;}
     .products_banner_content h2,
     .products_banner_content h1{font-size: 4.8vw;}
     .crumbs_box{padding: 2.8vw 0;}
     .crumbs_ul li a{font-size: 3.2vw;}
     .crumbs_ul li a img{width: 3.2vw;}
     .products_nav_box{padding: 8vw 0;padding-bottom: 4.8vw;}
     .products_nav_ul{flex-wrap: wrap;}
     .products_nav_ul li{width: 48.5%;margin-bottom: 3.2vw;}
     .products_nav_ul li a{font-size: 3.6vw;width: 100%;display: flex;align-items: center;height: 14vw;border: 1px solid #E5E5E5;padding: 0 3.2vw;border-radius: 1.8vw;}
     .products_nav_ul li.on:before{display: none;}
     .products_nav_ul li.on a{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
     .products_list_box{padding-top: 8vw;}
     .products_title_left h2{font-size: 4.2vw;}
     .products_title a{font-size: 3.8vw;}
     .products_ul li{width: 100%;overflow: hidden;border-radius: 2vw;margin-top: 5.8vw;}
     .products_ul_txt h3{font-size: 3.8vw;}
     .products_ul_txt span{font-size: 3.8vw;margin-top: 3.2vw;}
     .products_ul li a{padding-bottom: 5%;}
     .products_box{padding-bottom: 26vw;}
     .product_category_box{padding: 8vw 0;padding-bottom: 26vw;}
     .product_category_left_nav_title{height: 10.8vw;padding: 0 3.2vw;}
     .product_category_left_nav_title h2{font-size: 3.8vw;}
     .product_category_left_nav_ul_top{height: 10.8vw;padding: 0 3.2vw;}
     .product_category_left_nav_ul_top a{font-size: 3.8vw;}
     .product_category_left_nav_ul_top span{font-size: 4.8vw;}
     .product_category_left_nav_ul_bottom{padding: 1.8vw 0;}
     .product_category_left_nav_ul_bottom a{font-size: 8.8vw;padding: 0 3.2vw;font-size: 3.6vw;}
     .product_category_right{margin-top: 5.8vw;}
     .product_category_right .products_ul li{margin-bottom: 3.8vw;}
     .product_category_right .products_ul_txt{margin-top: 3.2vw;}
     .product_category_right .products_ul_txt h3{font-size: 3.6vw;}
     .product_category_right .products_ul_txt span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
     .product_category_right .products_ul li a{padding-bottom: 5%;}
     .product_detial_info_box{padding: 8vw 0;}
     .product_detial_info_left_bottom{margin-top: 3.8vw;}
     .product_detial_info_left_bottom_left, .product_detial_info_left_bottom_right{width: 5vw;}
     .product_detial_info_left_bottom_left img, .product_detial_info_left_bottom_right img{width: 2.2vw;}
     .product_detial_info_right{margin-top: 5.8vw;}
     .product_detial_info_right h1{font-size: 4.8vw;}
     .product_detial_info_right span{width: 42vw;height: 0.6vw;margin-top: 3.6vw;}
     .product_detial_info_right p{font-size: 3.6vw;margin-top: 3.8vw;}
     .product_detial_info_right_link{margin-top: 0;}
     .product_detial_info_right_link li a{font-size: 3.2vw;}
     .product_detial_content_feature_box{padding: 8vw 0;}
     .product_detial_content_list_title h2{font-size: 4.8vw;}
     .product_detial_content_feature_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
     .product_detial_content_feature_ul li h3{font-size: 4.2vw;}
     .product_detial_content_feature_ul li p{height: auto;font-size: 3.6vw;margin-top: 3.2vw;}
     .product_detial_content_feature_ul li span{font-size: 3.6vw;margin-top: 3.8vw;}
     .product_detial_charts_box{padding: 8vw 0;}
     .product_detial_content_list_ul{margin-top: 3.2vw;}
     .product_detial_content_list_ul li{width: 100%;margin-top: 3.8vw;}
     .product_specification_box{padding: 8vw 0;}
     .product_specification_txt{margin-top: 5.8vw;overflow: hidden;overflow-x: auto;}
     .product_specification_txt table td.category-cell{padding: 1.8vw;}
     .product_specification_txt table td{font-size: 3.6vw;}
     .product_related_box{padding: 8vw 0;}
     .product_related_ul li{margin-top: 0;width: 100%;}
     .product_related_ul li + li{margin-top: 3.8vw;}
     .product_related_ul_title h2{font-size: 3.6vw;}
     .product_related_ul_title{padding: 0 4%;height: 10.8vw;}
     .product_detial_list_box{padding: 8vw 0;padding-bottom: 0;}
     .product_detial_list_ul li{flex-direction: column;}
     .product_detial_list_ul_img{width: 100%;}
     .product_detial_list_ul_content{width: 100%;margin-top: 3.2vw;}
     .product_detial_list_ul_content h2{font-size: 3.8vw;}
     .product_detial_list_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
     .product_detial_list_ul li:nth-of-type(even){flex-direction: column;}
     .product_detial_list_ul li + li{margin-top: 3.8vw;}
     .product_detial_info_right_link li{margin-right: 12px;margin-top: 3.8vw;}
     .product_detial_info_right_link li + li{margin-left: 0;}
     .product_detial_form_content_box{width: 92%;padding: 5% 4%;}
     .product_detial_form_content_box h2{font-size: 4.8vw;}
     .product_detial_form_content_ul li{margin-top: 3.2vw;}
     .product_detial_form_content_ul li input{height: 10.8vw;padding-left: 3.2vw;}
     .product_detial_form_content_box p{font-size: 3.2vw;margin-top: 3.2vw;}
     .product_detial_form_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
     .service_crumbs_ul{padding-bottom: 1.8vw;border-bottom: 1px solid #E5E5E5;width: 100%;}
     .nav_box{width: 100%;justify-content: center;margin-top: 1.8vw;}
     .nav_box li{margin-left: 3.8vw;text-align: center;}
     .nav_box li a{font-size: 3.6vw;}
     .service_crumbs{border-bottom: none;}
     .nav_box li:after{bottom: -2vw;}
     .service_list_box{margin-top: 8vw;}
     .download_box{padding-bottom: 8vw;}
     .service_download_box{margin-top: 3.2vw;}
     .service_download_ul li{width: 100%;}
     .service_download_ul li a{padding: 5% 4%;}
     .service_download_sw_ico{width: 11vw;}
     .service_download_sw_txt h2{font-size: 3.6vw;}
     .service_download_sw_txt span{font-size: 3.2vw;margin-top: 1.8vw;}
     .service_download_sw_txt span img{width: 1.8vw;margin-left: 1.8vw;}
     .service_download_ul li{margin-top: 3.8vw;}
     .service_become_box{padding: 8vw 0;}
     .service_become_content{margin-top: 5.8vw;}
     .service_become_content_left{margin-top: 5.8vw;}
     .service_become_content_left p{font-size: 3.6vw;}
     .service_online_box .index_news_top_title_top h3{font-size: 4.8vw;}
     .service_online_box .index_news_top_title_top h2{font-size: 10.8vw;}
     .service_online_ul_ico{width: 11vw;}
     .service_online_ul_txt h2{font-size: 4.2vw;}
     .service_online_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .service_online_ul_txt{margin-left: 3.8vw;}
     .service_online_ul li{margin-top: 3.6vw;padding-bottom: 3.6vw;}
     .service_faq_box{padding: 8vw 0;}
     .service_faq_content_box{margin-top: 5.8vw;}
     .service_faq_content_left{display: none;}
     .service_faq_content_right{width: 100%;}
     .service_faq_content_right_top{height: 10.8vw;padding: 0 4%;}
     .service_faq_content_right_top h2{font-size: 3.6vw;}
     .service_faq_content_right_top span{font-size: 4.8vw;}
     .service_faq_content_right_bottom{padding: 5% 4%;}
     .service_faq_content_right_bottom p{font-size: 3.6vw;}
     .service_faq_content_right li + li{margin-top: 3.8vw;}
     .solutions_box{padding: 8vw 0;padding-bottom: 21vw;}
     .solutions_ul_txt{padding: 5% 4%;}
     .solutions_ul_txt h2{font-size: 4.2vw;}
     .solutions_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solutions_ul_txt span{margin-top: 3.2vw;}
     .solutions_ul li + li{margin-top: 3.8vw;}
     .solution_detial_info_box{padding: 8vw 0;}
     .solution_detial_info_txt h2{font-size: 4.8vw;}
     .solution_detial_info_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_detial_info_box img{margin-top: 3.2vw;}
     .solution_detial_title h2{font-size: 4.8vw;}
     .solution_detial_benefits_ul{margin-top: 3.2vw;}
     .solution_detial_benefits_ul li{margin-top: 3.8vw;}
     .solution_detial_benefits_ul_txt{padding: 5% 4%;}
     .solution_detial_benefits_ul_txt h2{font-size: 4.2vw;}
     .solution_detial_benefits_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_detial_benefits_box{padding-bottom: 8vw;}
     .solution_detial_related_box{padding: 8vw 0;}
     .solution_detial_related_sw{margin-top: 5.8vw;padding-bottom: 8vw;}
     .solution_detial_related_sw_page span{width: 1.2vw;height: 1.2vw;}
     .solution_detial_case_box{padding: 8vw 0;padding-bottom: 21vw;}
     .solution_detial_case_img{margin-top: 5.8vw;}
     .news_box{padding-top: 4.2vw;padding-bottom: 21vw;}
     .page{margin-top: 5.8vw;}
     .page li{width: 4.8vw;height: 4.8vw;}
     .page li a{font-size: 3.2vw;}
     .page li + li{margin-left: 1.8vw;}
     .news_detial_content_box{padding: 5% 4%;}
     .news_detial_content_title h2{font-size: 4.2vw;}
     .news_detial_content_title span{font-size: 3.6vw;margin-top: 3.2vw;}
     .news_detial_content_title{padding-bottom: 3.2vw;}
     .news_detial_content p{font-size: 3.6vw;margin-top: 3.2vw;}
     .news_detial_content{margin-top: 0;}
     .news_detial_content h2{font-size: 3.6vw;margin-top: 3.2vw;}
     .news_last_box{margin-top: 8vw;padding-top: 5.8vw;flex-wrap: wrap;}
     .news_last_btn{width: 100%;height: 10.8vw;font-size: 3.6vw;}
     .news_last_btn img{font-size: 2.8vw;margin-right: 1.8vw;}
     .news_last_box a.news_last_center{width: 100%;height: 10.8vw;font-size: 3.6vw;margin: 3.8vw 0;}
     .about_info_box{padding: 8vw 0;}
     .about_info_content_box{margin-top: 8vw;}
     .about_info_content_txt h2{font-size: 4.2vw;margin-bottom: 3.2vw;}
     .about_info_content_txt p{font-size: 3.6vw;}
     .about_info_content_ul li h2{font-size: 4.8vw;}
     .about_info_content_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .about_info_content_ul li + li{margin-left: 3.6vw;}
     .about_info_content_ul{margin-top: 5.8vw;}
     .about_info_content_img img{margin-top: 5.8vw;}
     .about_qualication_box{padding: 8vw 0;}
     .about_qualication_ul{margin-top: 3.2vw;justify-content: space-between;flex-wrap: wrap}
     .about_qualication_ul li{width: 49%;margin-left: 0;margin-top: 3.8vw;}
     .about_social_content_txt{width: 100%;}
     .about_social_content_txt h2{font-size: 4.8vw;}
     .about_social_content_txt span{width: 16vw;height: 0.4vw;margin-top: 1.8vw;}
     .about_social_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .about_social_bg{height: 68vw;}
     .about_honors_box{padding: 8vw 0;padding-bottom: 21vw;}
     .about_honors_ul{margin-top: 3.2vw;}
     .about_honors_ul li{margin-left: 0;width: 100%;margin-top: 3.8vw;}
     .development_list_box{padding: 8vw 0;}
     .development_list_title h2{font-size: 4.8vw;}
     .development_list_ul{margin-top: 3.2vw;}
     .development_list_ul li{margin-top: 3.8vw;}
     .development_list_ul_txt{margin-top: 3.6vw;}
     .development_list_ul_txt h2{font-size: 3.8vw;}
     .development_list_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .development_advantage_box{padding: 8vw 0;}
     .development_advantage_ul{justify-content: space-between;}
     .development_advantage_ul li{width: 32%;}
     .development_advantage_ul li + li{margin-left: 0;}
     .development_advantage_ul li h2{font-size: 3.6vw;}
     .development_advantage_ul li h2 span{font-size: 4.8vw;}
     .development_advantage_ul li p{font-size: 3.2vw;}
     .development_advantage_txt{margin-top: 3.8vw;}
     .development_advantage_txt p{font-size: 3.6vw;}
     .development_lavoratory_box{padding: 8vw 0;padding-bottom: 21vw;}
     .development_lavoratory_ul{margin-top: 3.2vw;}
     .development_lavoratory_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
     .development_lavoratory_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
     .tem_box{padding: 8vw 0;padding-bottom: 21vw;}
     .tem_ul_txt{margin-top: 3.6vw;}
     .tem_ul_txt h2{font-size: 4.2vw;}
     .tem_ul_txt h3{font-size: 3.8vw;margin-top: 3.2vw;}
     .tem_ul_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
     .tem_ul li + li{margin-top: 3.8vw;}
     .contact_us_box{padding: 8vw 0;}
     .contact_title h2{font-size: 4.8vw;}
     .contact_title p{margin-top: 3.2vw;font-size: 3.6vw;}
     .contact_map_box{padding-bottom: 21vw;}
     
}
































































