﻿/*font-family*/
@font-face{
     font-family: 'Lato-Black';
     src: url('../font/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('../font/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('../font/Lato-Light.ttf');
}
@font-face{
     font-family: 'Montserrat-Black';
     src: url('../font/Montserrat-Black.ttf');
}
@font-face{
     font-family: 'Montserrat-Bold';
     src: url('../font/Montserrat-Bold.ttf');
}
@font-face{
     font-family: 'Montserrat-ExtraBold';
     src: url('../font/Montserrat-ExtraBold.ttf');
}
@font-face{
     font-family: 'Montserrat-ExtraLight';
     src: url('../font/Montserrat-ExtraLight.ttf');
}
@font-face{
     font-family: 'Montserrat-Light';
     src: url('../font/Montserrat-Light.ttf');
}
@font-face{
     font-family: 'Montserrat-Medium';
     src: url('../font/Montserrat-Medium.ttf');
}
@font-face{
     font-family: 'Montserrat-Regular';
     src: url('../font/Montserrat-Regular.ttf');
}
@font-face{
     font-family: 'Montserrat-SemiBold';
     src: url('../font/Montserrat-SemiBold.ttf');
}
@font-face{
     font-family: 'Montserrat-Thin';
     src: url('../font/Montserrat-Thin.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('../font/Poppins-Light.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('../font/Poppins-Regular.ttf');
}
*{
  font-family: "Montserrat-Regular";
}
:root{
	--mainColor:#5fa137;
}
/*header start*/
.header{width: 100%;height: auto;}
.header.fixed{position: fixed;top: 0;left: 0;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;}
.header_top_box{width: 100%;height: 60px;background: #5fa137;}
.header_top_box .contentWH1600{height: 100%;}
.header_top_content{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.header_top_content_left{display: flex;justify-content: flex-start;align-items: center;}
.header_top_content_left li{width: 28px;height: auto;}
.header_top_content_left li img{width: 100%;height: auto;display: block;}
.header_top_content_left li + li{margin-left: 36px;}
.header_top_content_right{display: flex;justify-content: flex-end;align-items: center;}
.header_top_content_right li{display: flex;justify-content: flex-start;align-items: center;}
.header_top_content_right li img{width: 22px;display: block;height: auto;}
.header_top_content_right li a{display: block;font-size: 14px;color: #FFFFFF;margin-left: 15px;}
.header_top_content_right li a:hover{text-decoration: underline;}
.header_top_content_right li + li{margin-left: 36px;}
.header_bottom_box{width: 100%;height: 100px;background: #FFFFFF;position: relative;}
.header_bottom_box.fixed{position: fixed;top: 0;left: 0;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;}
.header_bottom_box .contentWH1600{height: 100%;}
.header_bottom_content{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.header_bottom_content_left{display: flex;height: 100%;justify-content: flex-start;align-items: center;}
.logo{width: 266px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_nav_box{display: flex;justify-content: flex-start;height: 100%;}
.header_nav_box li{height: 100%;margin-left: 36px;position: relative;}
.fristNavLink{display: flex;height: 100%;align-items: center;text-align: center;font-size: 18px;color: #000000;/* text-transform: uppercase; */}
.fristNavLink:hover{color: var(--mainColor);}
.header_nav_box li.on .fristNavLink{color: var(--mainColor);}
.header_nav_list_box{width: 280px;height: auto;display: none;background: #FFFFFF;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);z-index: 999;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_nav_list_three_list,
.header_nav_list_two_list{width: 100%;height: 45px;border-bottom: 1px solid #E5E5E5;}
.twoNavLink{display: block;width: 100%;line-height: 45px;padding: 0 20px;transition: all 0.3s;}
.twoNavLink:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_four_box,
.header_nav_list_threes_box{width: 100%;min-height: 100%;position: absolute;left: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;top: 0;background: #FFFFFF;}
.header_nav_list_four_box a,
.threeNavLink{display: block;width: 100%;height: 45px;display: flex;align-items: center; padding: 0 20px;border-bottom: 1px solid #E5E5E5;transition: all 0.3s;}
.header_nav_list_four_box a:hover,
.threeNavLink:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_four_box a:nth-last-of-type(1),
.threeNavLink:nth-last-of-type(1){border-bottom: none;}
.header_nav_box li:hover .header_nav_list_box{display: block;}
.header_nav_list_two_list:hover .header_nav_list_threes_box{display: block;}
.header_nav_list_three_list:hover .header_nav_list_four_box{display: block;}
.header_bottom_content_right{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_contact_link{width: 110px;height: 45px;background: var(--mainColor);border-radius: 16px;display: flex;justify-content: center;align-items: center;font-size: 15px;color: #FFFFFF;}
.header_search_btn{width: 20px;height: 100%;display: flex;justify-content: center;align-items: center;margin-left: 20px;cursor: pointer;}
.header_search_btn img{width: 20px;height: auto;display: block;}
.header_language_box{width: 20px;height: 100%;position: relative;margin-left: 20px;cursor: pointer;display: flex;align-items: center;}
.header_language_box span{display: block;width: 100%;height: auto;}
.header_language_box span img{width: 100%;height: auto;display: block;}
.header_language_list{width: 169px;position: absolute;left: 50%;transform: translateX(-50%); top: 100%;background: #FFFFFF;max-height: 0;overflow: hidden;z-index: 99;}
.header_language_list a{width: 100%;line-height: 45px;padding: 0 10px;font-size: 16px;border-bottom: 1px solid #E5E5E5;display: block;}
.header_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_language_list a:nth-last-of-type{border: none;}
.header_language_box:hover .header_language_list{max-height: 800px;}
.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;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  var(--mainColor);transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper .swiper-slide{width: 100%;height: auto;position: relative;}
.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;}
.index_banner_swiper_content{width: 100%;height: auto;display: flex;align-items: center;justify-content: flex-start;}
.index_banner_swiper_content_left{width: 100%;height: auto;-webkit-animation-delay: 1s;}
.index_banner_swiper_content_left h2{font-family: "Montserrat-SemiBold";color: #FFFFFF;line-height: 1.2;font-size: 60px;}
.index_banner_swiper_content_left p{font-size: 20px;color: #FFFFFF;line-height: 1.6;margin-top: 30px;}
.index_banner_swiper_content_left a{display: flex;justify-content: center;align-items: center;width: 164px;height: 45px;border-radius: 5px;background: #d77a07;color: #FFFFFF;margin-top: 20px;}
.index_banner_swiper_content_right{width: 63.13%;height: auto;margin-left: 24px;padding-top: 67px;padding-top: 282px;-webkit-animation-delay: 1s;}
.index_banner_swiper_content_right img{width: 100%;height: auto;display: block;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 60px 0px;}
.index_title_box{width: 55.8%;height: auto;margin: 0px auto;}
.index_title_box h1,
.index_title_box h4{font-size: 48px;color: #1b1b1b;font-family: "Montserrat-SemiBold";text-align: center;text-transform: uppercase;}
.index_title_box p{font-size: 16px;color: #1B1B1B;line-height: 1.6;text-align: center;margin-top: 20px;}
.index_product_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 12px;}
.index_product_ul li{width: 49.2%;height: auto;background: #f4f4f4;margin-top: 28px;overflow: hidden;}
.index_product_ul li:nth-of-type(1){width: 100%;}
.index_product_ul li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;flex-wrap: wrap;}
.index_product_ul li:nth-of-type(1) a{padding: 0;}
.index_product_ul_left{width: 80%;height: auto;padding: 39px 57px;}
.index_product_ul_left h4{font-size: 30px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.index_product_ul_left h5{font-size: 16px;color: #518aee;margin-top: 10px;}
.index_product_ul_left p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 30px;}
.index_product_ul_left span{display: flex;justify-content: center;align-items: center;width: 164px;height: 45px;border: 1px solid var(--mainColor);font-size: 16px;color: var(--mainColor);border-radius: 5px;margin-top: 20px;transition: all 0.3s;}
.index_product_ul_right{width: 100%;height: auto;overflow: hidden;}
.index_product_ul_right img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_ul li:nth-of-type(1) .index_product_ul_right{width: 57.4%;height: auto;}
.index_product_ul li:nth-of-type(1) .index_product_ul_left{flex: 1;padding-left: 41px;padding-right: 73px;}
.index_product_ul li:hover .index_product_ul_left span{background: var(--mainColor);color: #FFFFFF;}

.index_product_ul li:hover .index_product_ul_right img{transform: scale(1.1);}
.index_solution_box{width: 100%;height: auto;padding-top: 60px;background: #f7f7f7;}
.index_solution_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 48px;}
.index_solution_ul li{width: 25%;height: auto;position: relative;overflow: hidden;}
.index_solution_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_solution_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_solution_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all linear .3s;padding: 40px 36px;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;}
.index_solution_ul_ico{width: 100%;height: auto;position: relative;top: 240px; transition-property: top;transition-duration: 0.3s;transition-delay: 0s;}
.index_solution_ul_ico img{width: 60px;height: auto;display: block;margin: 0px auto;}
.index_solution_ul_ico h4{font-size: 18px;color: #FFFFFF;font-family: "Montserrat-Bold";text-align: center;margin-top: 10px;}
.index_solution_ul_content_txt{width: 100%;height: auto;margin-top: 28px;}
.index_solution_ul_content_txt p{font-size: 14px;color: #FFFFFF;line-height: 1.6;text-align: center;position: relative;top: 80px;opacity: 0; transition-property: top;transition-duration: 0.3s;transition-delay: 0s;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;min-height: 112px;}
.index_solution_ul_content_txt span{display: flex;justify-content: center;align-items: center;width: 164px;height: 45px;background: var(--mainColor);color: #FFFFFF;border-radius: 5px;margin: 0px auto;margin-top: 56px;position: relative;top: 80px;opacity: 0; transition-property: top;transition-duration: 0.3s;transition-delay: 0s;}
.index_solution_ul li:hover{justify-content: center;}
.index_solution_ul li:hover .index_solution_ul_ico{top: 0;}
.index_solution_ul li:hover .index_solution_ul_content{background: rgba(0,0,0,0.4);}
.index_solution_ul li:hover .index_solution_ul_img img{transform: scale(1.1);}
.index_solution_ul li:hover .index_solution_ul_content_txt p{top: 0;opacity: 1;}
.index_solution_ul li:hover .index_solution_ul_content_txt span{top: 0;opacity: 1;}
.index_about_box{width: 100%;height: auto;padding: 60px 0;}
.index_about_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_about_content_left{width: 52.4%;height: auto;}
.index_about_content_left a:after{background: url(../image/index_about_video_btn.png) no-repeat center center;background-size: 55px auto;}
.index_about_content_left img{width: 100%;height: auto;display: block;}
.index_about_content_right{width: 44%;height: auto;}
.index_about_content_right h4{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.index_about_content_right p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 30px;}
.index_about_content_right_more{display: flex;justify-content: flex-start;margin-top: 30px;}
.index_about_content_right_more a{display: flex;justify-content: center;align-items: center;height: 45px;border-radius: 5px;color: #FFFFFF;}
.index_about_content_right_more a:nth-of-type(1){width: 164px;background: var(--mainColor);}
.index_about_content_right_more a:nth-of-type(2){width: 234px;background: #767474;margin-left: 10px;}
.index_about_content_right_more a:nth-of-type(2):after{display: none;}
.index_about_content_right_more a:nth-of-type(2) img{display: block;margin-right: 9px;}
.index_about_number_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 38px;}
.index_about_number_box li{width: 19.63%;height: auto;background: #FFFFFF;padding: 42px 29px;box-shadow: 0px 0px 59px 0px rgba(230, 230, 230, 0.68);}
.index_about_number_box li h4{font-size: 48px;color: var(--mainColor);text-align: center;}
.index_about_number_box li h4 sub{font-size: 16px;position: relative;top: -12px;}
.index_about_number_box li p{font-size: 14px;color: #000000;text-align: center;margin-top: 25px;}
.index_core_box{width: 100%;height: auto;padding: 60px 0px;background: #f6f6f6;}
.index_core_box .index_title_box{width: 100%;}
.index_core_content_box{width: 100%;height: auto;position: relative;margin-top: 50px;}
.index_core_swiper_box{width: 100%;height: auto;padding-bottom: 10px;}
.index_core_swiper_box .swiper-slide{padding-top: 20px;width: 100%;height: auto;}
.index_core_swiper_content{width: 100%;height: 100%;padding-bottom: 60px;background: #FFFFFF;border-radius: 10px;box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 0.68);}
.index_core_swiper_content_top{width: 107px;height: auto;aspect-ratio:1/1;border-radius: 50%;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border: 8px solid #F6F6F6;margin-left: 10px;top: -20px;position: relative;}
.index_core_swiper_content_top img{max-width: 56.1%;height: auto;display: block;}
.index_core_swiper_content_bottom{width: 100%;height: auto;padding: 0 40px;}
.index_core_swiper_content_bottom h4{font-size: 20px;color: #000000;}
.index_core_swiper_content_bottom_txt{width: 100%;height: auto;}
.index_core_swiper_content_bottom_txt h5{font-size: 18px;color: var(--mainColor);margin-top: 35px;}
.index_core_swiper_content_bottom_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 10px;}
.index_core_swiper_right,.index_core_swiper_left{width: 49px;height: 49px;background: #767474;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 30px;color: #FFFFFF;font-family: "Poppins-Regular";line-height: normal;}
.index_core_swiper_right{right: -70px;}
.index_core_swiper_left{left: -70px;}
.index_news_box{width: 100%;height: auto;padding: 60px 0px;}
.index_news_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.index_news_content_left{width: 50%;height: auto;background: #ededed; border-radius: 5px;}
.index_news_content_left_img{width: 100%;height: auto;overflow: hidden;}
.index_news_content_left_img img{width: 100%;height: auto;display: block;}
.index_news_content_left_content{width: 100%;height: auto;padding: 40px 35px;}
.index_news_content_left_content_time{font-size: 14px;color: #000000;transition: all 0.3s;}
.index_news_content_left_content h4{font-size: 24px;color: #000000;margin-top: 15px;}
.index_news_content_left_content p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 15px;}
.index_news_content_left_content span{display: flex;justify-content: center;align-items: center;width: 164px;height: 45px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;border-radius: 5px;margin-top: 30px;}
.index_news_content_left_content span img{display: block;margin-left: 3px;}
.index_news_content_right{width: 46.94%;height: auto;}
.index_news_content_right li{width: 100%;height: auto;padding-bottom: 21px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.index_news_content_right li + li{margin-top: 21px;}
.index_news_content_right li a{display: flex;justify-content: space-between;align-items: center;width: 100%;height: auto;}
.index_news_content_right_img{width: 38.1%;height: auto;}
.index_news_content_right_img img{width: 100%;height: auto;display: block; border-radius: 5px;}
.index_news_content_right_txt{width: 60.1%;height: auto;}
.index_news_content_right_txt h4{font-size: 24px;color: #000000;margin-top: 15px;transition: all 0.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_news_content_right_txt p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 15px;transition: all 0.3s;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_content_right li:hover .index_news_content_right_txt h4{color: var(--mainColor);}
.index_news_content_right li:hover .index_news_content_right_txt p{color: var(--mainColor);}
.index_news_content_right li:hover .index_news_content_left_content_time{color: var(--mainColor);}
.index_news_content_right li:nth-last-of-type(1){border-bottom: none;padding-bottom: 0;}
.index_chat_box{width: 100%;height: auto;padding: 60px 0px;}
.index_chat_content{width: 95%;height: auto;margin: 0px auto;}
.index_chat_content h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";text-align: center;}
.index_chat_content p{font-size: 16px;color: #000000; /* text-align: center; */  margin-top: 8px;}
.index_chat_content_link{display: flex;justify-content: center;height: 45px;margin-top: 20px;}
.index_chat_content_link a{display: flex;justify-content: center;align-items: center;height: 100%;border-radius: 5px;color: #FFFFFF;}
.index_chat_content_link a:nth-of-type(1){width: 164px;background: var(--mainColor);}
.index_chat_content_link a:nth-of-type(2){width: 219px;background: #767474;margin-left: 10px;}
/*products.html start*/
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content_box{width: 100%;height: 100%;display: flex;align-items: center;position: absolute;left: 0;top: 0;}
.product_banner_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_banner_content_left{width: 46.63%;height: auto;}
.product_banner_content_left h4{font-size: 24px;color: #FFFFFF;font-family: "Montserrat-Bold";line-height: 1.6;}
.product_banner_content_left p{font-size: 24px;color: #FFFFFF;margin-top: 10px;}
.product_banner_content_right{width: 47.25%;height: auto;}
.product_banner_content_right img{width: 100%;height: auto;display: block;}
.product_content_box{width: 100%;height: auto;padding: 60px 0px;background: #f5f5f5;}
.product_content_ul{width: 100%;height: auto;}
.product_content_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;background: #FFFFFF;padding: 0 80px;align-items: center;}
.product_content_ul li + li{margin-top: 30px;}
.product_content_ul_left{width: 39.13%;height: auto;aspect-ratio:1/1;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.product_content_ul_left a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.product_content_ul_left img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_content_ul_right{width: 54.25%;height: auto;}
.product_content_ul_right h4{font-size: 36px;color: #000000;font-family: "Montserrat-SemiBold";}
.product_content_ul_right h4 a{font-family: "Montserrat-SemiBold";}
.product_content_ul_right p{font-size: 16px;color: #000;line-height: 1.6;margin-top: 10px;}
.product_content_ul_right_link{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.product_content_ul_right_link a{display: flex;justify-content: center;align-items: center;padding: 0 24px;height: 49px;border-radius: 25px;border: 1px solid #e5e5e5;text-align: center;font-size: 16px;color: #000000;margin-right: 20px;margin-top: 20px;transition: all 0.3s;}
.product_content_ul_right_link a:hover{background: var(--mainColor);color: #FFFFFF;}
.product_content_ul_left:hover img{transform: scale(1.1);}
/*products.html end*/
/*product_category.html start*/
.crumbs_box li span{color: var(--mainColor) !important;}
.product_category_banner{width: 100%;height: auto;}
.product_category_banner img{width: 100%;height: auto;display: block;}
.product_category_info_box{width: 100%;height: auto;padding: 60px 0;}
.product_category_title{width: 100%;height: auto;}
.product_category_title h1,
.product_category_title h4{font-size: 30px;color: #1B1B1B;font-family: "Montserrat-SemiBold";text-align: center;}
.product_category_title p{font-size: 16px;color: #1B1B1B;text-align: center;margin-top: 10px;}
.product_category_info_content{width: 100%;height: auto; border: 0px solid #dcdcdc;margin-top: 30px;}
.product_category_info_content_tab{width: 100%;height: auto;}
.product_category_info_content_tab table{width: 100%;height: auto;border: none;}
.product_category_info_content_tab table th{height: 50px;background: #474747;padding: 0 40px;font-size: 16px;color: #FFFFFF;font-family: "Montserrat-SemiBold";border: 1px solid #FFFFFF;}
.product_category_info_content_tab table td{height: 40px;background: #EEEEEE;color: #000;font-family: "Montserrat-Light";border: 1px solid #FFFFFF;padding: 0 40px;}
.product_category_info_content_txt{width: 100%;height: auto;padding: 43px 0;}
.product_category_info_content_txt h4{font-size: 18px;color: #474747;text-align: center;}
.product_category_info_content_txt a{ /*  display: flex; */ /*justify-content: center;align-items: center;width: 246px;height: 50px;border-radius: 5px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;font-family: "Montserrat-SemiBold";text-align: center;margin: 0px auto;margin-top: 20px;*/}
.product_category_product_box{width: 100%;height: auto;padding: 60px 0;background: #f5f5f5;}
.product_category_nav{width: 100%;height: auto;display: flex;justify-content: center;flex-wrap: wrap;margin-top: 30px;}
.product_category_nav li{width: 11.4%;height: 46px;background: #FFFFFF;border-radius: 23px;border: 1px solid #dcdcdc;overflow: hidden;margin-top: 10px;}
.product_category_nav li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;text-align: center;color: #1B1B1B;font-size: 16px;}
.product_category_nav li + li{margin-left: 10px;}
.product_category_nav li.on,
.product_category_nav li:hover{background: var(--mainColor);border-color: var(--mainColor);}
.product_category_nav li.on a,
.product_category_nav li:hover a{color: #FFFFFF;}
.product_category_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 29px;}
.product_category_ul li{width: 23.5%;height: auto;background: #FFFFFF;margin-top: 30px;margin-left: 2%;}
.product_category_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_category_ul_img{width: 100%;height: auto;overflow: hidden;padding-top: 0px;}
.product_category_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_category_ul li:hover .product_category_ul_img img{transform: scale(1.1);}
.product_category_ul_txt{width: 100%;height: auto;padding: 20px 5px 20px 5px;}
.product_category_ul_txt h4{font-size: 18px;color: #000000;font-family: "Montserrat-SemiBold";text-align: center;}
.product_category_ul_txt p{font-size: 14px;color: #474747;line-height: 1.6;text-align: center;margin-top: 8px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_category_ul_txt span{display: flex;justify-content: center;align-items: center;width: 182px;height: 40px;background: rgba(54, 113, 216, 0.1);border-radius: 20px;font-size: 16px;color: #000000;margin: 0px auto;margin-top: 30px;transition: all 0.3s;}
.product_category_ul li:hover .product_category_ul_txt span{background: var(--mainColor);color: #FFFFFF;}
.page{margin-top: 45px;}
.page li{width: 40px;height: 40px;background: rgba(112, 112, 112, 0.1);border-radius: 50%;overflow: hidden;}
.page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 24px;color: #000000;font-family: "Montserrat-Regular";}
.page li a:hover,.page li.active a{background: var(--mainColor);color: #FFFFFF;}
.page li.page_prev,.page li.page_next{background: #474747;width: 40px;height: 40px;}
.page li.page_prev:hover,.page li.page_next:hover{background: var(--mainColor);}
.product_category_feature_box{width: 100%;height: auto;padding: 60px 0;}
.product_category_feature_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_category_feature_content_left{width: 56.2%;height: auto;overflow: hidden;border-radius: 10px;}
.product_category_feature_content_left img{width: 100%;height: auto;display: block;}
.product_category_feature_content_right{flex: 1;margin-left: 6px;background: var(--mainColor);border-radius: 10px;padding: 70px;display: flex;flex-direction: column;justify-content: center;}
.product_category_feature_content_right h4{font-size: 48px;color: #FFFFFF;font-family: "Montserrat-SemiBold";line-height: 1.2;}
.product_category_feature_content_right p{font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: "Montserrat-Light";margin-top: 32px;}
.product_solutio_related_box{width: 100%;height: auto;padding-bottom: 60px;}
.product_solutio_related_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.product_solutio_related_ul li{width: 17.2%;height: auto;overflow: hidden;transition: all 0.3s;position: relative;}
.product_solutio_related_ul li:after{content: "";display: block;width: 0;height: 10px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;}
.product_solutio_related_ul_img{width: 100%;height: auto;}
.product_solutio_related_ul_img img{display: block;}
.product_solutio_related_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding-bottom: 36px;}
.product_solutio_related_ul_content_con{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;padding: 0 16px;}
.product_solutio_related_ul_content_txt{width: 100%;height: auto;}
.product_solutio_related_ul_content_txt h4{font-size: 24px;color: #FFFFFF;text-align: center;}
.product_solutio_related_ul_content_txt p{font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: "Montserrat-Light";display: none;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_solutio_related_ul_content_txt_ico{width: 47px;height: 47px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 50%;margin: 0px auto; margin-top: 10px;}
.product_solutio_related_ul_content_txt_ico img{display: block;width: 18px;height: auto;}
.product_solutio_related_ul_content_more{width: 150px;height: 48px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 4px;font-size: 16px;color: #FFFFFF;display: none;}
.product_solutio_related_ul li.on{width: 65.3%;height: auto;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_con{padding: 0 32px;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt h4{font-family: "Montserrat-SemiBold";text-align: left;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt p{display: block;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt_ico{display: none;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_more{display: flex;}
.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt{width: 65.3%;}
.product_solutio_related_ul li.on:after{width: 100%;}
.product_category_quote_box{width: 100%;height: auto;padding: 80px 0px;background: var(--mainColor);}
.product_category_quote_txt{width: 100%;height: auto;}
.product_category_quote_txt h4{font-size: 48px;color: #FFFFFF;font-family: "Montserrat-SemiBold";text-align: center;}
.product_category_quote_txt p{font-size: 24px;color: #FFFFFF;text-align: center;margin-top: 15px;}
.product_category_quote_more{width: 250px;height: 65px;display: flex;justify-content: center;align-items: center;background: #FFFFFF;font-size: 24px;color: var(--mainColor);margin: 0px auto;border-radius: 5px;margin-top: 25px;}
.product_category_quote_more img{display: block;margin-right: 10px;}
.product_category_faq_box{width: 100%;height: auto;padding: 60px 0;}
.product_category_faq_ul{width: 100%;height: auto;margin-top: 66px;}
.product_category_faq_ul li{width: 100%;height: auto;}
.product_category_faq_ul_top{width: 100%;height: 60px;border-top: 1px solid rgba(60, 60, 60, 0.1);display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_category_faq_ul_top h4{font-size: 20px;color: #000000;}
.product_category_faq_ul_top span{display: block;font-size: 30px;color: #000000;font-family: "Poppins-Regular";transition: all 0.3s;}
.product_category_faq_ul_bottom{width: 100%;height: auto;display: none;padding-bottom: 50px;}
.product_category_faq_ul_bottom p{font-size: 14px;color: #000000;line-height: 1.6;}
.product_category_faq_ul li.on .product_category_faq_ul_top h4{color: var(--mainColor);}
.product_category_faq_ul li.on .product_category_faq_ul_top span{color: var(--mainColor);transform: rotate(90deg);}
.product_category_faq_ul li:nth-last-of-type(1) .product_category_faq_ul_top {border-bottom: 1px solid rgba(60, 60, 60, 0.1);}
.product_category_faq_ul li.on  .product_category_faq_ul_top{border-bottom: none;}
/*product_category.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding-bottom: 60px;}
.product_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_content_left{width: 44.7%;height: auto;}
.product_detial_info_left_sw_top{width: 100%;height: auto;}
.product_detial_info_left_sw_top img{width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_bottom{width: 100%;height: auto;margin-top: 1px;}
.product_detial_info_left_sw_bottom img{width: 100%;height: auto;display: block;cursor: pointer;}
.product_detial_info_content_right{width: 45.44%;height: auto;}
.product_detial_info_content_right_txt{width: 100%;height: auto;}
.product_detial_info_content_right_txt h1{font-size: 36px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.product_detial_info_content_right_txt p{font-size: 16px;color: #1B1B1B;line-height: 1.6;margin-top: 20px;}
.product_detial_info_content_right_link{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 80px;}
.product_detial_info_content_right_link a{height: 50px;border-radius: 4px;font-size: 18px;font-family: "Montserrat-SemiBold";display: flex;justify-content: center;align-items: center;border: 1px solid var(--mainColor);}
.product_detial_info_content_right_link a:nth-of-type(1){width: 190px;background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_right_link a:nth-of-type(2){width: 240px;margin-left: 20px;color: var(--mainColor);}
.product_detial_info_content_right_link a:nth-of-type(2) img{display: block;margin-right: 9px;}
.product_detial_btn_box{width: 100%;height: auto;position: sticky;top: 86px;background: #FFFFFF;z-index: 2;}
.product_detial_btn{width: 100%;height: auto;display: flex;justify-content: flex-start;border-bottom: 1px solid rgba(0,0,0,0.1);}
.product_detial_btn li{padding-bottom: 24px;font-size: 18px;color: #000000;font-family: "Montserrat-SemiBold";cursor: pointer;position: relative;padding-top: 24px;transition: all 0.3s;}
.product_detial_btn li:after{content: "";display: block;width: 100%;height: 5px;bottom: -2px;left: 0;background: var(--mainColor);position: absolute;opacity: 0;transition: all 0.3s;}
.product_detial_btn li + li{margin-left: 35px;}
.product_detial_btn li:hover,
.product_detial_btn li.on{color: var(--mainColor);}
.product_detial_btn li:hover:after,
.product_detial_btn li.on:after{opacity: 1;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_list_box{width: 100%;height: auto;margin-top: 60px;}
.product_detial_description_content{width: 100%;height: auto;margin-top: 20px;padding-bottom: 60px;border-bottom: 1px solid rgba(71, 71, 71, 0.4);}
.product_detial_description_content p{font-size: 16px;color: #1B1B1B;line-height: 1.6;}
.product_detial_description_content p strong{color: var(--mainColor);font-family: "Montserrat-Bold";}
.product_detial_description_content h4{font-size: 24px;color: var(--mainColor);font-family: "Montserrat-SemiBold";margin-top: 25px;}
.product_detial_spec_content{width: 100%;height: auto;margin-top: 30px;padding-bottom: 60px;border-bottom: 1px solid rgba(71, 71, 71, 0.4);}
.product_detial_spec_content p{font-size: 24px;color: #1b1b1b;}
.product_detial_spec_content table{width: 100%;height: auto;margin-top: 20px;}
.product_detial_spec_content table th{height: 50px;background: #474747;padding: 0 40px;font-size: 16px;color: #FFFFFF;font-family: "Montserrat-SemiBold";border: 1px solid #FFFFFF;}
.product_detial_spec_content table td{height: 40px;background: #EEEEEE;color: #000;font-family: "Montserrat-Light";border: 1px solid #FFFFFF;padding: 0 40px;}
.product_detial_feature_box{width: 100%;height: auto;padding: 60px 0;border-bottom: 1px solid rgba(71, 71, 71, 0.4);display: flex;justify-content: space-between;align-items: center;}
.product_detial_feature_left_box{width: 49.4%;height: auto;}
.product_detial_feature_left_box dl{width: 100%;height: auto;margin-bottom: 40px;}
.product_detial_feature_left_box dl dt{font-size: 24px;color: #474747;font-family: "Montserrat-SemiBold";margin-bottom: 20px;}
.product_detial_feature_left_box dl dd{font-size: 18px;color: var(--mainColor);font-family: "Montserrat-SemiBold";line-height: 1.6;padding-left: 20px;}
.product_detial_feature_left_box p{font-size: 16px;color: #474747;font-family: "Montserrat-Light";line-height: 1.6;padding-left: 20px;position: relative;}
.product_detial_feature_left_box p:after{content: "";display: block;width: 7px;height: 7px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 10px;}
.product_detial_feature_right_box{width: 44.63%;height: auto;}
.product_detial_feature_right_box img{width: 100%;height: auto;display: block;}
.product_detial_video_box{width: 100%;height: auto;padding: 60px 0;border-bottom: 1px solid rgba(71, 71, 71, 0.4);}
.product_detial_video_content{width: 100%;height: auto;margin-top: 40px;}
.product_detial_video_content iframe{width: 100%;height: 662px;display: block;}
.product_detial_related_product_box{width: 100%;height: auto;}
.product_detial_related_product_content{width: 100%;height: auto;margin-top: 50px;padding-bottom: 60px;border-bottom: 1px solid rgba(71, 71, 71, 0.4);}
.product_detial_related_product_content_sw{width: 100%;height: auto;}
.product_detial_related_product_content_sw .swiper-slide{overflow: hidden;}
.product_detial_related_product_content_sw img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_related_product_content_sw .swiper-slide:hover img{transform: scale(1.1);}
.product_detial_related_solution_box{width: 100%;height: auto;margin-top: 60px;}
.product_detial_related_solution_content{width: 100%;height: auto;border-bottom: 1px solid rgba(71, 71, 71, 0.4);padding-bottom: 60px;}
.product_detial_related_video_box{width: 100%;height: auto;margin-top: 60px;}
.product_detial_related_video_content{width: 100%;height: auto;padding-bottom: 60px;}
.product_detial_related_video_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.product_detial_related_video_content_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 30px;}
.product_detial_related_video_content_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_detial_related_video_content_img{width: 100%;height: auto;position: relative;overflow: hidden;}
.product_detial_related_video_content_img iframe{width: 100%;height: 390px;display: block;}
.product_detial_related_video_content_img a:after{background: url(../image/product_detial_video_btn.png) no-repeat center center;background-size: 54px auto;}
.product_detial_related_video_content_ul li h4{display: flex;justify-content: center;align-items: center;height: 75px;width: 100%;border-bottom: 1px solid var(--mainColor);font-size: 18px;color: #000000;text-align: center;font-family: "Montserrat-SemiBold";}
.product_detial_news_related_box{width: 100%;height: auto;padding: 60px 0;background: #f5f5f5;}
.product_detial_news_related_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_news_related_content_left{width: 44.88%;height: auto;}
.product_detial_news_related_content_left_img{width: 100%;height: auto;overflow: hidden;}
.product_detial_news_related_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_news_related_content_left_txt{width: 100%;height: auto;background: #FFFFFF;padding: 52px 30px;margin-top: 9px;}
.product_detial_news_related_content_left_txt h4{font-size: 24px;color: #000000;font-family: "Montserrat-SemiBold";}
.product_detial_news_related_content_left_txt p{font-size: 14px;color: #000000;font-family: "Montserrat-Light";line-height: 1.6;margin-top: 14px;}
.product_detial_news_related_content_left:hover .product_detial_news_related_content_left_img img{transform: scale(1.1);}
.product_detial_news_related_content_right{width: 53.88%;height: auto;}
.product_detial_news_related_content_right_ul{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;h}
.product_detial_news_related_content_right_ul li{width: 100%;height: auto;}
.product_detial_news_related_content_right_ul li a{display: flex;justify-content: space-between;}
.product_detial_news_related_content_right_ul_img{width: 27.3%;height: auto;overflow: hidden;}
.product_detial_news_related_content_right_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.product_detial_news_related_content_right_ul_txt{flex: 1;padding: 40px;background: #FFFFFF;display: flex;flex-direction: column;justify-content: center;}
.product_detial_news_related_content_right_ul_txt h4{font-size: 24px;color: #000000;font-family: "Montserrat-SemiBold";}
.product_detial_news_related_content_right_ul_txt p{font-size: 14px;color: #000000;font-family: "Montserrat-Light";margin-top: 18px;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_detial_news_related_content_right_ul li:hover .product_detial_news_related_content_right_ul_img img{transform: scale(1.1);}
.product_detial_news_related_content_right_ul li:hover .product_detial_news_related_content_right_ul_txt{background: var(--mainColor);}
.product_detial_news_related_content_right_ul li:hover .product_detial_news_related_content_right_ul_txt h4,
.product_detial_news_related_content_right_ul li:hover .product_detial_news_related_content_right_ul_txt p{color: #FFFFFF;}
/*product_detial.html end*/
/* solution.html start */
.solution_content_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_content_btn{width: 100%;height: auto;display: flex;justify-content: center;}
.solution_content_btn li{width: 25.6%;height: 54px;border-radius: 5px;overflow: hidden;}
.solution_content_btn li + li{margin-left: 20px;}
.solution_content_btn li a{display: flex;justify-content: center;align-items: center;text-align: center;width: 100%;height: 100%;font-size: 18px;color: #000000;font-family: var(--popp400);background: rgba(8, 18, 45, 0.1);}
.solution_content_btn li.on a,
.solution_content_btn li:hover a{background: var(--mainColor);color: #FFFFFF;}
.solution_content_box .product_title{margin-top: 58px;}
.solution_content_info h1{font-size: 24px;color: #000000;font-family: "Montserrat-SemiBold";text-transform: uppercase;}
.solution_content_info p{font-size: 14px;color: #0D121A;font-family: "Montserrat-Light";line-height: 1.6;margin-top: 18px;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 55.84%;height: auto;}
.solution_content_ul_right h4{font-size: 24px;color: #222;font-family: "Montserrat-SemiBold";}
.solution_content_ul_right p{font-size: 18px;color: #08122D;font-family: "Montserrat-Light";line-height: 1.6;margin-top: 12px;}
.solution_content_ul_right span{display: flex;justify-content: center;align-items: center;width: 164px;height: 32px;border: 1px solid var(--mainColor);font-size: 16px;color: var(--mainColor);border-radius: 5px;margin-top: 20px;transition: all 0.3s;}
.solution_content_ul li:hover .solution_content_ul_right span{background: var(--mainColor);color: #fff;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
/* solution.html end */
/*solution_detial.html start*/
.solution_detial_info_box{width: 100%;height: auto;padding-bottom: 60px;padding-top: 10px;}
.solution_detial_info_content{width: 100%;height: auto;}
.solution_detial_info_content h1{font-size: 36px;color: #474747;font-family: "Montserrat-Medium";}
.solution_detial_info_content p{font-size: 16px;color: #474747;line-height: 1.6;margin-top: 20px;}
.solution_recommend_box{width: 100%;height: auto;padding: 60px 0px;background: var(--mainColor);}
.solution_recommend_title{width: 100%;height: auto;}
.solution_recommend_title h4{font-size: 48px;color: #FFFFFF;font-family: "Montserrat-SemiBold";text-align: center;}
.solution_recommend_ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;height: auto;margin-top: 30px;}
.solution_recommend_ul li{width: 24%;height: auto;padding: 38px 41px;background: rgba(255,255,255,0.1);border-radius: 10px;margin-top: 20px;}
.solution_recommend_ul li:nth-of-type(even){background: rgba(255,255,255,0.23);}
.solution_recommend_ul_ico{width: 80px;height: auto;margin: 0px auto;}
.solution_recommend_ul_ico img{width: 100%;height: auto;display: block;}
.solution_recommend_ul li h4{font-size: 24px;color: #FFFFFF;font-family: "Montserrat-Medium";text-align: center;margin-top: 15px;display: block;min-height: 58px;}
.solution_recommend_ul li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;text-align: center;margin-top: 7px;}
.solution_recommend_ul li:nth-last-of-type(1),.solution_recommend_ul li:nth-last-of-type(2),.solution_recommend_ul li:nth-last-of-type(3){width: 32.5%;}
.solution_detial_solutions_box{width: 100%;height: auto;padding: 60px 0px;}
.solution_detial_solutions_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;}
.solution_detial_solutions_content_left{width: 48.1%;height: auto;}
.solution_detial_solutions_content_left h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";}
.solution_detial_solutions_content_left p{font-size: 16px;color: #474747;line-height: 1.6;}
.solution_detial_solutions_content_left img{width: 100%;height: auto;display: block;margin-top: 32px;border-radius: 10px;}
.solution_detial_solutions_content_right{width: 49.75%;height: auto;}
.solution_detial_solutions_content_right li{display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;height: auto;}
.solution_detial_solutions_content_right li + li{margin-top: 20px;}
.solution_detial_solutions_content_right li span{display: flex;justify-content: center;align-items: center; width: 38px;height: 38px;background: #474747;color: #FFFFFF;font-size: 16px;font-family: "Montserrat-SemiBold";border-radius: 50%;transition: all 0.3s;}
.solution_detial_solutions_content_right_txt{flex: 1;margin-left: 20px;}
.solution_detial_solutions_content_right_txt h4{font-size: 16px;color: var(--mainColor);font-family: "Montserrat-SemiBold";}
.solution_detial_solutions_content_right_txt p{font-size: 16px;color: #474747;line-height: 1.6;}
.solution_detial_solutions_content_right li:hover span{background: var(--mainColor);}
.solution_detial_review_box{width: 100%;height: auto;padding-bottom: 60px;}
.solution_detial_review_title{width: 100%;height: auto;}
.solution_detial_review_title h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";text-align: center;}
.solution_detial_review_title p{font-size: 16px;color: #474747;line-height: 1.6;text-align: center;margin-top: 30px;}
.solution_detial_review_content{width: 100%;height: auto;margin-top: 40px;position: relative;padding-bottom: 33px;}
.solution_detial_review_content_sw_page{width: 100%;bottom: 0 !important;}
.solution_detial_review_content_sw_page span{width: 24px;height: 3px;background: #7c7c7c;border-radius: 2px;opacity: 1;}
.solution_detial_review_content_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.solution_detial_review_content_sw_page span + span{margin-left: 6px;}
.solution_detial_review_content_sw .swiper-slide{width: 100%;height: auto;padding: 66px;background: #f1f1f1;border-radius: 10px;display: flex;justify-content: space-between;align-items: center;}
.solution_detial_review_content_sw_left{width: 26.42%;height: auto;}
.solution_detial_review_content_sw_left img{width: 100%;}
.solution_detial_review_content_sw_right{width: 62.33%;height: auto;}
.solution_detial_review_content_sw_right h4{font-size: 24px;color: #000000;font-family: "Montserrat-SemiBold";}
.solution_detial_review_content_sw_right p{font-size: 16px;color: #474747;line-height: 1.6;margin-top: 25px;}
.solution_detial_related_product_box{width: 100%;height: auto;padding: 60px 0;background: #f1f1f1;}
.solution_faq_box{padding-bottom: 0;}
/*solution_detial.html end*/
/*oem.html start*/
.oem_basic_title{width: 61.25%;height: auto;padding: 60px 0;margin: 0px auto;}
.oem_basic_title h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";text-align: center;}
.oem_basic_title h5{font-size: 30px;color: #474747;text-align: center;margin-top: 10px;}
.oem_basic_title p{font-size: 16px;color: #474747;line-height: 1.6;text-align: center;}
.oem_basic_list_box{width: 100%;height: auto;padding: 56px 0px;background: #f5f5f5;}
.oem_basic_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.oem_basic_list_content_left{width: 48.8%;height: auto;overflow: hidden;border-radius: 10px;}
.oem_basic_list_content_left img{width: 100%;height: auto;display: block;}
.oem_basic_list_content_right{width: 43.94%;height: auto;}
.oem_basic_list_content_right h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";padding-right: 10%;}
.oem_basic_list_content_right p{font-size: 16px;color: #474747;font-family: "Montserrat-Medium";line-height: 1.6;margin-top: 25px;position: relative;padding-left: 30px;}
.oem_basic_list_content_right p:before{content: "";display: block;width: 7px;height: 7px;background: var(--mainColor);position: absolute;left: 0;top: 10px;transform: rotate(45deg);}
.oem_basic_box .oem_basic_list_box:nth-last-of-type(1){background: none;padding-bottom: 0;flex-direction: row-reverse;}
.oem_basic_box .oem_basic_list_box:nth-last-of-type(1) .oem_basic_list_content{border-bottom: 1px solid #f5f5f5;padding-bottom: 60px;}
.oem_basic_box .oem_basic_list_box:hover .oem_basic_list_content_right p{color: var(--mainColor);}
.oem_process_box{width: 100%;height: auto;padding: 60px 0;background: #f1f1f1;}
.oem_process_content{width: 100%;height: auto;margin-top: 60px;}
.oem_process_content img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.oem_customer_case_box{width: 100%;height: auto;padding: 60px 0px;}
/*oem.html end*/
/*about.html start*/
.about_banner_bg{width: 100%;height: auto;}
.about_banner_bg img{width: 100%;height: auto;display: block;}
.about_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 130px;}
.about_banner_content_title{width: 67.2%;height: auto;margin: 0px auto;}
.about_banner_content_title h4{font-size: 60px;color: #FFFFFF;font-family: "Montserrat-SemiBold";text-align: center;}
.about_banner_content_title p{font-size: 20px;color: #FFFFFF;padding: 0 20%;text-align: center;line-height: 1.4;}
.about_nav_box{width: 100%;height: auto;background: #5fa137;}
.about_nav_ul{width: 100%;height: auto;display: flex;justify-content: center;height: 64px;}
.about_nav_ul li{height: 100%;position: relative;}
.about_nav_ul li + li{margin-left: 50px;}
.about_nav_ul li a{height: 100%;display: flex;align-items: center;color: #FFFFFF;text-align: center;}
.about_nav_ul li:hover:before,
.about_nav_ul li.on:before{content: "";display: block;width: 100%;height: 5px; background: #aac321;position: absolute;left: 0;top: 0;}
.about_info_box{display: flex;justify-content: flex-end;align-items: center;width: 100%;height: auto;padding-top: 20px;padding-bottom: 60px;}
.about_info_left{width: 32.92%;height: auto;}
.about_info_right{width: 55.94%;height: auto;margin-left: 54px;}
.about_info_left h1{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";margin-top: 20px;}
.about_info_left p{font-size: 14px;color: #1B1B1B;line-height: 1.6;margin-top: 25px;}
.about_info_right img{width: 100%;height: auto;display: block;}
.about_info_right a:after{background: url(../image/product_detial_video_btn.png) no-repeat center center;background-size: 54px auto;}
.about_story_box{width: 100%;height: auto;padding: 60px 0px;background: url(../image/about_story_bg.jpg) no-repeat center center;background-size: cover;}
.about_story_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.about_story_content_left{width: 50%;height: auto;overflow: hidden;border-radius: 0 258px 258px 0;}
.about_story_content_left img{width: 100%;height: auto;display: block;}
.about_story_content_right{width: 40.94%;height: auto;margin-left: 72px;}
.about_story_content_right h4{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.about_story_content_right h5{font-size: 18px;color: #1B1B1B;font-family: "Montserrat-SemiBold";margin-top: 10px;}
.about_story_content_right p{font-size: 14px;color: #1b1b1b;line-height: 1.6;margin-top: 20px;}
.about_tem_box{width: 100%;height: auto;padding: 60px 0;}
.about_tem_top_box{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 40px;}
.about_tem_top_left{flex: 1;padding: 54px;background: var(--mainColor);display: flex;flex-direction: column;justify-content: center;}
.about_tem_top_left p{font-size: 14px;color: #FFFFFF;line-height: 1.6;}
.about_tem_top_left p + p{margin-top: 20px;}
.about_tem_top_right{width: 59.7%;height: auto;}
.about_tem_top_right img{width: 100%;height: auto;display: block;}
.about_tem_top_title{font-size: 24px;color: #1B1B1B;text-align: center;margin-top: 20px;}
.about_tem_bottom_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.about_tem_bottom_ul li{width: 49.3%;height: auto;display: flex;justify-content: flex-start;background: #F5F5F5;margin-top: 20px;}
.about_tem_bottom_ul_left{width: 46.6%;height: auto;}
.about_tem_bottom_ul_left img{width: 100%;height: auto;display: block;}
.about_tem_bottom_ul_right{flex: 1;padding: 80px 35px 30px 35px;}
.about_tem_bottom_ul_right_title h4{font-size: 24px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.about_tem_bottom_ul_right_title p{font-size: 14px;color: #0e0e0e;}
.about_tem_bottom_ul_right_txt{width: 100%;margin-top: 90px;}
.about_tem_bottom_ul_right_txt p{font-size: 14px;color: #0e0e0e;line-height: 1.6;}
.about_culture_box{width: 100%;height: auto;padding: 60px 0px;background: #f3f3f3;}
.about_culture_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.about_culture_content_left{width: 49.3%;height: auto;}
.about_culture_content_left_title{width: 100%;height: auto;}
.about_culture_content_left_title h4{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.about_culture_content_left_txt{width: 100%;height: auto;margin-top: 15px;}
.about_culture_content_left_txt h5{font-size: 18px;color: var(--mainColor);font-family: "Montserrat-SemiBold";padding-left: 24px;position: relative;margin-top: 15px;}
.about_culture_content_left_txt h5:before{content: "";display: block;width: 10px;height: 10px;background: var(--mainColor);position: absolute;left: 0;top: 6px;}
.about_culture_content_left_txt p{padding-left: 24px;font-size: 16px;color: #1B1B1B;line-height: 1.6;}
.about_culture_content_right{width: 47.5%;height: auto;}
.about_culture_content_right img{width: 100%;height: auto;display: block;}
.about_development_box{width: 100%;height: auto;padding: 60px 0px;background: url(../image/about_history_bg.jpg) no-repeat center center;background-size: cover;}
.about_development_title{width: 100%;height: auto;}
.about_development_title h4{font-size: 52px;color: var(--mainColor);text-align: center;font-family: "Montserrat-ExtraBold";}
.about_development_title p{font-size: 24px;color: #000000;font-family: "Poppins-Light";text-align: center;}
.about_development_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.about_development_content_left{width: 45px;overflow: hidden;}
.about_development_content_sw .swiper-slide{font-size: 18px;font-family: "Montserrat-SemiBold";text-align: center;height: auto;cursor: pointer;}
.about_development_content_sw .swiper-slide.swiper-slide-thumb-active{color: var(--mainColor);}
.about_development_content_right{width: 88.6%;height: auto;}
.about_development_content_right_sw{width: 100%;height: auto;position: sticky;top: 160px;}
.about_development_content_right_sw .swiper-slide{display: flex;align-items: center;opacity: 0 !important;}
.about_development_content_right_sw .swiper-slide.swiper-slide-active{opacity: 1 !important;}
.about_development_content_right_sw_content_title{font-size: 48px;color: var(--mainColor);font-family: "Montserrat-ExtraBold";}
.about_development_content_right_sw_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 39px;}
.about_development_content_right_sw_content_left{width: 55.1%;height: auto;}
.about_development_content_right_sw_content_left p{font-size: 16px;color: #212121;line-height: 1.6;}
.about_development_content_right_sw_content_left h4{font-size: 18px;color: var(--mainColor);font-family: "Montserrat-SemiBold";margin-top: 12px;}
.about_development_content_right_sw_content_right{width: 39.4%;height: auto;overflow: hidden;border-radius: 10px;border-radius: 0 344px 344px 0;}
.about_development_content_right_sw_content_right img{width: 100%;height: auto;display: block;}
.about_development_content_right_sw_scrollbar{height: 1px !important;background: rgba(94, 94, 94, 0.3);bottom: auto;left: 0;top: 16% !important;}
.about_development_content_right_sw_scrollbar .swiper-pagination-progressbar-fill{background: var(--mainColor);}
.about_qualification_box{width: 100%;height: auto;padding: 60px 0;background: #f3f3f3;}
.about_qualification_ul{display: flex;justify-content: center;margin-top: 50px;width: 100%;height: auto;border-bottom: 1px solid #cbcbcb;}
.about_qualification_ul li{cursor: pointer;font-size: 16px;color: #212121;font-family: "Montserrat-SemiBold";padding-bottom: 22px;position: relative;}
.about_qualification_ul li:after{content: "";display: block;width: 100%;height: 4px;position: absolute;left: 0;bottom: -2px;background: var(--mainColor);opacity: 0;transition: all 0.3s;}
.about_qualification_ul li + li{margin-left: 35px;}
.about_qualification_ul li.on{color: var(--mainColor);}
.about_qualification_ul li.on:after{opacity: 1;}
.about_qualification_content{width: 100%;height: auto;}
.about_qualification_content_list{width: 100%;height: 0;overflow: hidden;}
.about_qualification_content_list_sw{width: 100%;height: auto;padding: 0 20px;padding-bottom: 60px;margin-top: 80px;}
.about_qualification_content_list_sw{width: 100%;height: auto;}
.about_qualification_content_list_sw img{width: 100%;height: auto;display: block;}
.about_qualification_content_list_sw h4{font-size: 18px;color: #1b1b1b;font-family: "Montserrat-Medium";text-align: center;margin-top: 20px;}
.about_qualification_content_list_sw_page{width: 100%;bottom: 0 !important;}
.about_qualification_content_list_sw_page span{width: 24px;height: 3px;background: #7c7c7c;border-radius: 2px;opacity: 1;}
.about_qualification_content_list_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.about_qualification_content_list_sw_page span + span{margin-left: 6px;}
.about_qualification_content_list_sw_right,.about_qualification_content_list_sw_left{background: none;font-size: 36px;color: var(--mainColor);font-family: "Poppins-Light";}
.about_qualification_content_list_sw_left{text-align: left;left: 0;}
.about_qualification_content_list_sw_right{text-align: right;right: 0;}
.about_partner_box{width: 100%;height: auto;padding: 60px 0px;border-bottom: 1px solid #eaeaea;}
.about_partner_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.about_partner_ul li{width: 15.25%;height: auto;border: 1px solid #eaeaea;overflow: hidden;border-radius: 5px;margin-top: 28px;}
.about_partner_ul li img{width: 100%;height: auto;display: block;}
/*about.html end*/
/*development.html start*/
.development_country_box{width: 100%;height: auto;padding: 60px 0;}
.development_country_title{width: 49.8%;height: auto;margin: 0px auto;}
.development_country_title h4{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";text-align: center;}
.development_country_title p{font-size: 14px;color: #1B1B1B;line-height: 1.6;text-align: center;margin-top: 8px;}
.development_country_img{width: 100%;height: auto;}
.development_country_img img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 30px;}
.development_agent_box{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #F8F8F8;}
.development_agent_left{width: 53.33%;height: auto;}
.development_agent_left img{width: 100%;height: auto;display: block;}
.development_agent_right{flex: 1;display: flex;align-items: center;padding-left: 69px;}
.development_agent_right_txt{width: 68.75%;height: auto;}
.development_agent_right_txt h4{font-size: 26px;color: #000000;font-family: "Montserrat-SemiBold";}
.development_agent_right_ul{width: 100%;height: auto;margin-top: 30px;position: relative;}
.development_agent_right_ul:before{content: "";display: block;width: 1px;height: 92%;background: #7d7d7d;position: absolute;left: 5px;top: 2%;}
.development_agent_right_ul li{padding-left: 18px;font-size: 14px;color: #1B1B1B;line-height: 1.6;position: relative;transition: all 0.3s;}
.development_agent_right_ul li + li{margin-top: 10px;}
.development_agent_right_ul li:before{content: "";display: block;width: 10px;height: 10px;background: #7d7d7d;border-radius: 50%;position: absolute;left: 0;top: 5px;z-index: 2;transition: all 0.3s;}
.development_agent_right_ul li:hover{color: var(--mainColor);}
.development_agent_right_ul li:hover:before{background: var(--mainColor);}
.development_qualifition_box{width: 100%;height: auto;padding: 60px 0;}
.development_qualifition_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.development_qualifition_content_left{width: 36.6%;height: auto;}
.development_qualifition_content_left h4{font-size: 48px;color: #000000;font-family: "Montserrat-SemiBold";}
.development_qualifition_content_left p{font-size: 14px;color: #1B1B1B;line-height: 1.6;margin-top: 30px;}
.development_qualifition_content_right{width: 58.5%;height: auto;}
.development_qualifition_content_right img{width: 100%;height: auto;display: block;}
.development_express_box{width: 100%;height: auto;padding: 60px 0;background: var(--mainColor);}
.development_express_content{width: 71.5%;height: auto;margin: 0px auto;}
.development_express_content h4{font-size: 30px;color: #FFFFFF;font-family: "Montserrat-SemiBold";text-align: center;}
.development_express_content p{font-size: 14px;color: #FFFFFF;line-height: 1.6;padding: 0 20%;text-align: center;margin-top: 20px;}
.development_express_content p a{text-decoration: underline;}
.development_express_content h5{font-size: 18px;color: #FFFFFF;text-align: center;font-family: "Montserrat-SemiBold";margin-top: 24px;}
.development_interested_box{width: 100%;height: auto;padding: 60px 0;background: #f8f8f8;}
.development_interested_content{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #FFFFFF;}
.development_interested_content_left{width: 40.5%;height: auto;}
.development_interested_content_left img{width: 100%;height: auto;display: block;}
.development_interested_content_right{flex: 1;padding: 52px 97px;display: flex;align-items: center;}
.development_interested_content_right h4{font-size: 30px;color: #000000;font-family: "Montserrat-Bold";}
.development_interested_content_right h5{font-size: 18px;color: #000000;font-family: "Montserrat-Medium";line-height: 1.6;margin-top: 10px;}
.development_interested_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 34px;flex-wrap: wrap;}
.development_interested_content_right_ul li{width: 49%;height: auto;position: relative;margin-top: 10px;}
.development_interested_content_right_ul li img{display: block;position: absolute;right: 10px;top: 5px;}
.development_interested_content_right_ul li input{display: block;width: 100%;height: 44px;border: 1px solid rgba(0,0,0,0.3);border-radius: 2px;outline: none;padding-left: 10px;color: #000000;font-size: 14px;font-family: "Montserrat-ExtraLight";}
.development_interested_content_right_ul li input::placeholder{color: #000000;}
.development_interested_content_right_ul li.info,
.development_interested_content_right_ul li.textarea{width: 100%;}
.development_interested_content_right_ul li textarea{display: block;width: 100%;height: 108px;border: 1px solid rgba(0,0,0,0.3);border-radius: 2px;outline: none;padding: 10px;color: #000000;font-size: 14px;font-family: "Montserrat-ExtraLight";resize: none;}
.development_interested_content_right_ul li p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "Montserrat-Light";}
.development_interested_content_right_ul li p a{text-decoration: underline;font-style: italic;}
.development_interested_content_right_btn{width: 218px;height: 50px;background: var(--mainColor);border-radius: 5px;display: block;margin-top: 26px;cursor: pointer;font-size: 16px;color: #FFFFFF;font-family: "Montserrat-Medium";border: none;}
/*development.html end*/
/*why_us.html start*/
.why_us_elctric_box{width: 100%;height: auto;padding: 60px 0px;background: #F3F3F3;}
.why_us_elctric_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.why_us_elctric_content_left{width: 49.88%;height: auto;}
.why_us_elctric_content_left img{width: 100%;height: auto;display: block;}
.why_us_elctric_content_right{width: 39.94%;height: auto;margin-left: 69px;}
.why_us_elctric_content_right h4{font-size: 30px;color: var(--mainColor);font-family: "Montserrat-SemiBold";}
.why_us_elctric_content_right h5{font-size: 18px;color: #1B1B1B;font-family: "Montserrat-SemiBold";margin-top: 15px;}
.why_us_elctric_content_right p{font-size: 14px;color: #1B1B1B;line-height: 1.6;margin-top: 24px;}
.why_us_members_box{width: 100%;height: auto;padding-bottom: 60px;background: #F3F3F3;}
.why_us_members_title{width: 100%;height: auto;text-align: center;font-size: 30px;color: var(--mainColor);font-family: "Montserrat-SemiBold";}
.why_us_members_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 40px;flex-wrap: wrap;}
.why_us_members_ul li{width: 19.25%;height: auto;background: #FFFFFF;margin-left: 0.93%;}
.why_us_members_ul li:nth-of-type(5n+1){margin-left: 0;}
.why_us_members_ul_img{width: 100%;height: auto;overflow: hidden;}
.why_us_members_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.why_us_members_ul_txt{width: 100%;height: auto;padding: 30px 0;}
.why_us_members_ul_txt h4{font-size: 24px;color: #1B1B1B;font-family: "Montserrat-SemiBold";text-align: center;}
.why_us_members_ul_txt p{font-size: 14px;color: #0E0E0E;text-align: center;margin-top: 8px;}
.why_us_members_ul li:hover .why_us_members_ul_img img{transform: scale(1.1);}
.why_us_expert_box{width: 100%;height: auto;padding-bottom: 60px;background: #f3f3f3;overflow: hidden;}
.why_us_expert_swiper{width: 51.5%;height: auto;margin: 0px auto;overflow: unset;margin-top: 38px;padding-bottom: 36px;}
.why_us_expert_swiper .swiper-slide{display: flex;justify-content: space-between;align-items: center;background: #FFFFFF;padding: 64px 53px;border-radius: 10px;}
.why_us_expert_swiper_left{width: 29.2%;height: auto;background: var(--mainColor);border-radius: 50%;}
.why_us_expert_swiper_left img{width: 100%;height: auto;display: block;border-radius: 50%;transform: translate(14px,17px);}
.why_us_expert_swiper_right{width: 52.3%;height: auto;}
.why_us_expert_swiper_right h4{font-size: 24px;color: #1B1B1B;font-family: "Montserrat-SemiBold";}
.why_us_expert_swiper_right h5{font-size: 14px;color: #0E0E0E;margin-top: 10px;}
.why_us_expert_swiper_right p{font-size: 14px;color: #0E0E0E;line-height: 1.6;margin-top: 19px;}
.why_us_expert_swiper_page{width: 100%;bottom: 0 !important;}
.why_us_expert_swiper_page span{width: 24px;height: 3px;background: rgba(0,0,0,0.3);border-radius: 2px;opacity: 1;}
.why_us_expert_swiper_page span.swiper-pagination-bullet-active{background: #000000;}
.why_us_expert_swiper_page span + span{margin-left: 6px;}
.why_us_investment_box{padding-bottom: 60px;width: 100%;height: auto;background: #f3f3f3;}
.why_us_investment_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.why_us_investment_content_left{width: 29.25%;height: auto;background: var(--mainColor);padding: 58px 52px;display: flex;justify-content: center;flex-direction: column;}
.why_us_investment_content_left_top h4{font-size: 30px;color: #FFFFFF;font-family: "Montserrat-SemiBold";}
.why_us_investment_content_left_top p{font-size: 14px;color: #FFFFFF;line-height: 1.6;margin-top: 15px;}
.why_us_investment_content_left_top_dl{width: 100%;margin-top: 50px;}
.why_us_investment_content_left_top_dl dd{font-size: 18px;color: #FFFFFF;font-family: "Montserrat-SemiBold";line-height: 2;}
.why_us_investment_content_right{width: 69.63%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.why_us_investment_content_right li{width: 32%;height: auto;margin-left: 2%;margin-top: 28px;}
.why_us_investment_content_right li:nth-of-type(3n+1){margin-left: 0;}
.why_us_investment_content_right_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.why_us_investment_content_right_img img{width: 100%;height: auto;display: block;}
.why_us_investment_content_right li h4{font-size: 18px;color: var(--mainColor);font-family: "Montserrat-SemiBold";text-align: center;margin-top: 8px;}
.why_us_investment_content_right li:nth-of-type(1),.why_us_investment_content_right li:nth-of-type(2),.why_us_investment_content_right li:nth-of-type(3){margin-top: 0;}
.why_us_production_box{width: 100%;height: auto;padding: 60px 0;}
.why_us_production_title{width: 100%;height: auto;}
.why_us_production_title h4{font-size: 48px;color: #1B1B1B;font-family: "Montserrat-SemiBold";text-align: center;}
.why_us_production_btn{width: 64.4%;height: 65px;margin: 0px auto;border-radius: 33px;box-shadow: 0px 0px 27px 0px #dddddd;background: #FFFFFF;display: flex;justify-content: center;align-items: center;margin-top: 34px;}
.why_us_production_btn li{width: 20.5%;height: 45px;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #000000;border-radius: 23px;transition: all 0.3s;cursor: pointer;}
.why_us_production_btn li + li{margin-left: 20px;}
.why_us_production_btn li.on,.why_us_production_btn li:hover{background: var(--mainColor);color: #FFFFFF;}
.why_us_production_content{width: 100%;height: auto;}
.why_us_production_content_list{width: 100%;height: auto;display: none;}
.why_us_production_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.why_us_production_content_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 50px;}
.why_us_production_content_ul li:nth-of-type(3n+1){margin-left: 0;}
.why_us_production_content_ul_img{width: 100%;height: auto;overflow: hidden;}
.why_us_production_content_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.why_us_production_content_ul li:hover .why_us_production_content_ul_img img{transform: scale(1.1);}
.why_us_production_content_ul li h4{font-size: 18px;color: #000000;text-align: center;font-family: "Montserrat-Medium";margin-top: 15px;}
.why_us_certification_box{width: 100%;height: auto;padding: 60px 0;background: #f3f3f3;}
.why_us_network_box{width: 100%;height: auto;padding: 60px 0px;}
.why_us_network_map{width: 100%;height: auto;margin-top: 58px;}
.why_us_network_map img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.why_us_last_box{width: 100%;height: auto;padding: 60px 0px;border-bottom: 1px solid #E5E5E5;}
.why_us_last_ul{width: 100%;height: auto;}
.why_us_last_ul li{width: 100%;height: auto;background: var(--mainColor);display: flex;justify-content: flex-start;}
.why_us_last_ul li + li{margin-top: 40px;}
.why_us_last_ul li:nth-of-type(even){flex-direction: row-reverse;}
.why_us_last_ul_img{width: 54.5%;height: auto;}
.why_us_last_ul_img img{width: 100%;height: auto;display: block;}
.why_us_last_ul_right{flex: 1;display: flex;justify-content: center;align-items: center;}
.why_us_last_ul_txt{width: 82.5%;height: auto;}
.why_us_last_ul_txt h4{font-size: 48px;color: #FFFFFF;font-family: "Montserrat-SemiBold";margin-bottom: 18px;}
.why_us_last_ul_txt p{font-size: 14px;color: #FFFFFF;line-height: 1.6;}
/*why_us.html end*/
/* case_detial start */
.case_detial_box{width: 100%;height: auto;padding: 80px 0px;background: #f8f8f8;}
.case_detial_box h1{display: block;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;font-size: 36px;font-family: "Montserrat-SemiBold";text-align: center;color: #000;margin-bottom: 50px;}
.case_detial_box h4{font-size: 28px;font-family: "Montserrat-SemiBold";margin-top: 30px;}
.case_detial_box ul,.case_detial_box ul li{padding: 0;margin: 0;}
.case_detial_box ul{display: flex;justify-content: center;flex-wrap: wrap;}
.case_detial_box ul li{max-width: 50%;list-style: none;}
.case_detial_box p{font-size: 18px;color:#000;line-height: 1.6;margin-top: 15px;}
.case_detial_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 15px;}
/* case_detial end */
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #474747;}
.footer_top_box{width: 100%;height: auto;padding: 60px 0px;}
.footer_top_content{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_top_content_left{width: 19%;height: auto;}
.footer_logo{width: 180px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_content_left_info{width: 100%;height: auto;padding-top: 30px;}
.footer_top_content_left_info li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 15px;}
.footer_top_content_left_info li img{display: block;margin-right: 15px;}
.footer_top_content_left_info li a,.footer_top_content_left_info li p{display: block;font-size: 14px;color: #FFFFFF;line-height: 1.6;}
.footer_top_content_left_info li a:hover{text-decoration: underline;}
.footer_top_content_left_share{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 60px;}
.footer_top_content_left_share li{width: 28px;height: auto;aspect-ratio:1/1;border: 1px solid #FFFFFF;border-radius: 50%;overflow: hidden;transition: all 0.3s;}
.footer_top_content_left_share li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.footer_top_content_left_share li a img{display: block;transition: all 0.3s;}
.footer_top_content_left_share li + li{margin-left: 10px;}
.footer_top_content_left_share li:hover{background: #FFFFFF;}
.footer_top_content_left_share li:hover img{filter: brightness(0);}
.footer_title{margin-bottom: 50px;}
.footer_title h4{font-size: 18px;color: #FFFFFF;font-family: "Montserrat-SemiBold";}
.footer_nav_link a{display: block;font-size: 14px;color: #FFFFFF;}
.footer_nav_link a + a{margin-top: 15px;}
.footer_nav_link a:hover{text-decoration: underline;}
.footer_top_form{width: 28.75%;}
.footer_top_form_ul{width: 100%;height: auto;}
.footer_top_form_ul li{width: 100%;height: auto;position: relative;}
.footer_top_form_ul li img{display: block;position: absolute;right: 10px;top: 5px;background: #fff;}
.footer_top_form_ul li + li{margin-top: 10px;}
.footer_top_form_ul li input{width: 100%;height: 40px;background: rgba(255,255,255,0.1);border-radius: 2px;border: none;padding: 0 10px;outline: none;color: #FFFFFF;font-size: 14px;}
.footer_top_form_ul li input::placeholder{color: #FFFFFF;}
.footer_top_form_ul li textarea{width: 100%;height: 60px;background: rgba(255,255,255,0.1);border-radius: 2px;border: none;padding: 10px;outline: none;color: #FFFFFF;font-size: 14px;resize: none;}
.footer_top_form_ul li textarea::placeholder{color: #FFFFFF;}
.footer_top_form_ul li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;}
.footer_top_form_ul li p a{color: #FFFFFF;text-decoration: underline;font-style: italic;}
.footer_top_form_btn{width: 142px;height: 50px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;border-radius: 5px;border: none;margin-top: 20px;cursor: pointer}
.footer_last_box{width: 100%;height: auto;padding: 15px 0;border-top: 1px solid rgba(255,255,255,0.2);}
.footer_last_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.footer_last_content p{font-size: 16px;color: #FFFFFF;}
/*footer end*/
@media (max-width: 1768px) {
	.header_nav_box li{margin-left: 20px;}
	.index_banner_swiper_content_right{width: 56.13%;padding-top: 148px;}
	.index_banner_swiper_content_left{width: 40.88%;}
	.index_banner_swiper_content_left h2{font-size: 48px;}
	.index_product_ul_left{width: 100%;}
	.index_product_ul_left h4{font-size: 26px;}
     .index_product_ul_left p{margin-top: 17px;}
	.index_solution_ul_content{padding: 20px;}
	.index_about_number_box li{padding: 36px 26px;}
	.index_about_number_box li h4{font-size: 36px;}
	.index_core_swiper_content_bottom{padding: 0 25px;}
	.index_core_swiper_content_bottom_txt h5{margin-top: 20px;}
	.index_core_swiper_content{padding-bottom: 25px;}
	.index_news_content_right{display: flex;flex-direction: column;justify-content: space-between;}
	.index_chat_content{width: 100%;}
	.product_content_ul_right{padding: 35px 0;}
	.product_content_ul_right_link a{margin-right: 5px;}
	.product_category_feature_content_right h4{font-size: 40px;}
	.product_category_feature_content_right{padding: 34px;}
	.product_solutio_related_ul_content_txt h4{font-size: 22px;}
	.product_detial_info_content_right{width: 50.44%;}
	.product_detial_news_related_content_right_ul_img img{height: 100%;object-fit: cover;}
	.oem_basic_list_content_right h4{padding-right: 0;font-size: 36px;}
	.oem_basic_list_content_right p{margin-top: 15px;}
	.about_banner_content_title h4{font-size: 48px;}
	.about_banner_content_title p{padding: 0 5%;}
	.about_banner_content{padding-top: 60px;}
	.about_info_left p{margin-top: 10px;}
	.about_info_left h1{font-size: 38px;}
	.about_tem_top_left{padding: 30px;}
	.about_tem_top_left p + p{margin-top: 8px;}
	.about_tem_top_right img{height: 100%;object-fit: cover;}
	.about_tem_bottom_ul_right_txt{margin-top: 30px;}
	.about_tem_bottom_ul_right{padding: 35px 30px;}
	.development_country_title{width: 68.8%;}
	.development_agent_right_txt{width: 92.75%;padding: 30px 0;}
	.development_agent_left img{height: 100%;object-fit: cover;}
	.development_qualifition_content_left h4{font-size: 40px;}
	.development_agent_right_ul{margin-top: 15px;}
	.development_qualifition_content_left p{margin-top: 15px;}
	.development_interested_content_right{padding: 59px;}
	.development_interested_content_left img{height: 100%;object-fit: cover;}
	.why_us_investment_content_left{padding: 32px;}
	.why_us_investment_content_left_top_dl{margin-top: 29px;}
	.why_us_investment_content_left_top_dl dd{font-size: 14px;line-height: 1.8;}
	.why_us_production_btn{width: 78.4%;}
	.why_us_last_ul_txt h4{font-size: 35px;}
     .index_product_ul li:nth-of-type(1) .index_product_ul_right{height: 100%;}
     .index_product_ul li:nth-of-type(1) .index_product_ul_right img{height: 100%;object-fit: cover;}

}
@media (max-width: 1400px) {
	.fristNavLink{font-size: 16px;}
	.index_core_swiper_right{right: -36px;}
	.index_core_swiper_left{left: -36px;}
	.index_solution_ul_content_txt p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;min-height: auto;}
	.index_solution_ul_ico{top: 160px;}
	.index_solution_ul_content_txt span{margin-top: 30px;}
	.index_about_content_right{width: 43.94%;}
	.index_core_swiper_content_bottom_txt h5{font-size: 18px;}
	.index_core_swiper_content_bottom_txt p{font-size: 14px;}
	.product_category_ul_txt{padding: 5% 4%;}
	.product_category_feature_content_right h4{font-size: 38px;}
	.product_detial_news_related_content_right_ul li + li{margin-top: 10px;}
	.product_detial_news_related_content_left a{display: flex;flex-direction: column;height: 100%;}
	.product_detial_news_related_content_left_txt{flex: 1;}
	.product_detial_news_related_content_right_ul_txt{padding: 28px;}
	.oem_basic_title{width: 82.25%;}
	.about_banner_content_title h4{font-size: 40px;}
	.development_country_title{width: 75.8%;}
	.development_agent_right_txt h4{font-size: 40px;}
	.why_us_expert_swiper_right{width: 62.3%;}
     .index_product_ul li:nth-of-type(1) .index_product_ul_left{padding-top: 0;padding-bottom: 0;}
     .index_product_ul_left{padding: 28px;}
}
@media (max-width: 1200px) {
	.fristNavLink{font-size: 14px;}
	.header_nav_box li{margin-left: 10px;}
	.logo{width: 140px;}
	.header_contact_link{width: 126px;}
	.index_product_ul_right{margin-left: 0;}
	.index_product_ul li a{justify-content: space-between;}
	.index_product_ul li:nth-of-type(1) .index_product_ul_left{padding: 5% 4%;}
     .index_product_ul li:nth-of-type(1) .index_product_ul_right{width: 44.4%;}
	.index_title_box{width: 100%;}
	.index_solution_ul li{width: calc(100% / 3);}
	.index_about_number_box{flex-wrap: wrap;}
	.index_about_number_box li{width: 32%;}
	.index_about_number_box li:nth-last-of-type(1),.index_about_number_box li:nth-last-of-type(2){width: 49.3%;margin-top: 10px;}
	.index_banner_swiper_content_left{width: 56.88%;}
	.index_banner_swiper_content_right{padding-top: 70px;width: 42.13%;}
	.footer_top_content{flex-wrap: wrap;}
	.footer_top_form{width: 100%;margin-top: 50px;}
	.product_content_ul li{flex-wrap: wrap;}
	.product_content_ul_left{width: 100%;aspect-ratio: initial;}
	.product_content_ul_right{width: 100%;}
	.product_category_nav{flex-wrap: wrap;}
	.product_category_nav li + li{margin-left: 2%;}
	.product_category_nav li{width: 23.5%;margin-left: 2%;margin-top: 15px;}
	.product_category_nav li:nth-of-type(4n+1){margin-left: 0;}
	.product_category_feature_content_right h4{font-size: 30px;}
	.solution_recommend_ul li{width: 49%;}
	.solution_detial_solutions_content{flex-wrap: wrap;}
	.solution_detial_solutions_content_left{width: 100%;}
	.solution_detial_solutions_content_right{width: 100%;margin-top: 50px;}
	.solution_detial_review_content_sw_right{width: 58.33%;}
	.solution_detial_review_content_sw .swiper-slide{padding: 46px;}
	.oem_basic_title{width: 100%;}
	.about_banner_content_title{width: 100%;}
	.about_banner_content{padding-top: 35px;}
	.about_info_box{padding: 0 4%;flex-wrap: wrap;}
	.about_info_left{width: 100%;}
	.about_info_right{margin-left: 0;width: 100%;margin-top: 30px;}
	.about_story_content{flex-wrap: wrap;}
	.about_story_content_left{width: 100%;border-radius: 0;}
	.about_story_content_right{width: 100%;margin-left: 0;margin-top: 30px;}
	.about_tem_bottom_ul li{width: 100%;}
	.development_country_title{width: 100%;}
	.development_agent_box{flex-wrap: wrap;}
	.development_agent_left{width: 100%;}
	.development_agent_right{padding-left: 0;}
	.development_agent_right_txt{width: 92%;margin: 0px auto;}
	.development_qualifition_content{flex-direction: column-reverse;}
	.development_qualifition_content_right{width: 100%;}
	.development_qualifition_content_left{width: 100%;margin-top: 50px;}
	.development_express_content{width: 100%;}
	.development_interested_content{flex-wrap: wrap;}
	.development_interested_content_left{width: 100%;}
	.why_us_elctric_content_right{width: 40.94%;}
	.why_us_elctric_content_right p{margin-top: 12px;}
	.why_us_last_ul_txt h4{font-size: 26px;}
     .index_product_ul li:nth-of-type(1) .index_product_ul_right{width: 100%;}
}
@media (max-width: 990px) {
	.header_contact_link{display: none;}
	.hd_btn{display: block;}
	.header_nav_box{width: 100%;height: calc(100vh - 86px);position: absolute;left: 0;top: 100%;background: #FFFFFF;z-index: 99;display: none;overflow: hidden;overflow-y: auto;}
	.header_nav_box li{margin-left: 0;height: auto;padding: 0 100px;}
	.fristNavLink{line-height: 45px;display: inline-block;}
	.header_nav_list_box{position: relative;top: 0;left: 0;transform: none;width: 100%;}
	.header_nav_list_two_list{height: auto;}
	.header_nav_list_threes_box{position: relative;left: 0;top: 0;}
	.twoNavLink{display: inline-block;width: auto;}
	.index_banner_swiper_content_left h2{font-size: 36px;}
	.index_banner_swiper_content_left p{font-size: 16px;margin-top: 15px;}
     .index_title_box h1,
	.index_title_box h4{font-size: 38px;}
	.index_product_ul li{width: 100%;}
	.index_solution_ul li{width: 50%;}
	.index_about_content{flex-wrap: wrap;}
	.index_about_content_left{width: 100%;}
	.index_about_content_right{width: 100%;margin-top: 50px;}
	.index_core_swiper_right, .index_core_swiper_left{display: none;}
	.index_news_content_box{flex-wrap: wrap;}
	.index_news_content_left{width: 100%;}
	.index_news_content_right{width: 100%;margin-top: 10px;}
	.index_news_box{padding-bottom: 0;}
	.footer_top_content_left{width: 34%;}
	.index_about_content_right h4{font-size: 38px;}
	.index_chat_content h4{font-size: 38px;}
	.product_banner_content_left h4{font-size: 16px;}
	.product_banner_content_left p{font-size: 16px;}
	.product_category_ul{justify-content: space-between;}
	.product_category_ul li{width: 48.5%;margin-left: 0;}
	.product_category_feature_content{flex-wrap: wrap;}
	.product_category_feature_content_left{width: 100%;}
	.product_category_feature_content_right{width: 100%;margin-left: 0;}
	.product_solutio_related_ul{flex-wrap: wrap;}
	.product_solutio_related_ul li.on{width: 100%;}
	.product_solutio_related_ul_img img{width: 100%;}
	.product_solutio_related_ul li{width: 100%;}
	.product_detial_info_content{flex-wrap: wrap;}
	.product_detial_info_content_left{width: 100%;}
	.product_detial_info_content_right{width: 100%;margin-top: 50px;}
	.product_detial_info_content_right_txt h1{font-size: 28px;}
	.product_detial_feature_box{flex-direction: column-reverse;}
	.product_detial_feature_right_box{width: 100%;}
	.product_detial_feature_left_box{width: 100%;margin-top: 50px;}
	.product_detial_news_related_content{flex-wrap: wrap;}
	.product_detial_news_related_content_left{width: 100%;}
	.product_detial_news_related_content_right{width: 100%;margin-top: 10px;}
	.solution_recommend_ul li:nth-last-of-type(1), .solution_recommend_ul li:nth-last-of-type(2), .solution_recommend_ul li:nth-last-of-type(3){width: 100%;}
	.solution_detial_review_content_sw .swiper-slide{padding: 5% 4%;flex-wrap: wrap;}
	.solution_detial_review_content_sw_left{margin: 0px auto;}
	.solution_detial_review_content_sw_right h4{text-align: center;}
	.solution_detial_review_content_sw_right{width: 100%;}
	.oem_basic_list_content{flex-wrap: wrap;}
	.oem_basic_list_content_left{width: 100%;}
	.oem_basic_list_content_right{width: 100%;margin-top: 30px;}
	.about_tem_top_box{flex-wrap: wrap;}
	.about_tem_top_left{width: 100%;flex: auto;}
	.about_tem_top_right{width: 100%;}
	.about_culture_content{flex-wrap: wrap;}
	.about_culture_content_left{width: 100%;}
	.about_culture_content_right{width: 100%;margin-top: 30px;}
	.about_partner_ul li{width: 48.5%;}
	.why_us_elctric_content{flex-wrap: wrap;}
	.why_us_elctric_content_left{width: 100%;}
	.why_us_elctric_content_right{width: 100%;margin-left: 0;margin-top: 50px;}
	.why_us_members_ul{margin-top: 20px;}
	.why_us_members_ul li{width: 32%;margin-left: 2%;margin-top: 20px;}
	.why_us_members_ul li:nth-of-type(5n+1){margin-left: 2%;}
	.why_us_members_ul li:nth-of-type(3n+1){margin-left: 0px;}
	.why_us_expert_swiper .swiper-slide{padding: 5% 4%;flex-wrap: wrap;}
	.why_us_expert_swiper_right{width: 100%;margin-top: 30px;}
	.why_us_expert_swiper_left{width: 50%;margin: 0px auto;}
	.why_us_expert_swiper_left img{transform: none;}
	.why_us_expert_swiper_right h4{text-align: center;}
	.why_us_expert_swiper_right h5{text-align: center;}
	.why_us_investment_content{flex-wrap: wrap;}
	.why_us_investment_content_left{padding: 5% 4%;width: 100%;}
	.why_us_investment_content_right{width: 100%;margin-top: 30px;}
	.why_us_production_btn{width: 100%;}
	.why_us_production_btn li{font-size: 14px;}
	.about_qualification_ul li{text-align: center;}
	.why_us_last_ul_txt{padding: 30px 0;}
	.why_us_last_ul_img img{height: 100%;object-fit: cover;}
}
@media (max-width: 768px) {
     .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%;}
	.header_top_box{display: none;}
	.header_bottom_box{height: 13.8vw;}
	.logo{width: 22vw;}
	.header_nav_box li{padding: 0 6%;}
	.twoNavLink{line-height: 8.8vw;padding: 0 6%;font-size: 3.6vw;}
	.threeNavLink{font-size: 3.6vw;padding: 0 6%;line-height: 8.8vw;display: inline-block;width: auto;}
     .header_nav_list_three_list, .header_nav_list_two_list{height: auto;}
     .header_nav_list_four_box{position: relative;left: 0;}
     .header_nav_list_four_box a{line-height: 8.8vw;padding: 0 3.2vw;font-size: 3.6vw}
	.header_language_list{right: 0;left: auto;transform: none;}
	.header_language_list a{line-height: 8.8vw;font-size: 3.6vw;}
	.header_search_btn{margin-left: 3.6vw;}
	.header_language_box{width: 4.5vw;margin-left: 3.6vw;}
	.header_search_btn,.header_search_btn img{width: 4.5vw;}
	.index_banner_swiper_content{flex-wrap: wrap;}
	.index_banner_swiper_bg{height: 114vw;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_swiper_content_left{width: 100%;}
	.index_banner_swiper_content_left h2{font-size: 4.8vw;}
	.index_banner_swiper_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_banner_swiper_content_left a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.index_banner_swiper_content_right{width: 100%;padding-top: 0;margin-top: 5.8vw;margin-left: 0;}
	.index_product_box{padding: 8vw 0;}
     .index_title_box h1,
	.index_title_box h4{font-size: 4.8vw;}
	.index_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_ul li a{flex-wrap: wrap;}
	.index_product_ul li:nth-of-type(1) .index_product_ul_left{width: 100%;}
	.index_product_ul_left h4{font-size: 4.2vw;}
	.index_product_ul_left h5{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_product_ul_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_ul_left span{width: 38vw;height: 10.8vw;margin-top: 3.6vw;font-size: 3.6vw;}
	.index_product_ul_right{width: 100%;}
     .index_product_ul_left{padding: 5% 4%;}
	.index_solution_box{padding: 8vw 0;}
	.index_solution_ul{margin-top: 5.8vw;}
	.index_solution_ul li{width: 100%;}
	.index_solution_ul_ico img{width: 12vw;}
	.index_solution_ul_ico h4{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_solution_ul_content_txt{margin-top: 3.6vw;}
	.index_solution_ul_content_txt span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.index_solution_ul_ico{top: 36vw;}
	.index_solution_ul_content_txt p{font-size: 3.6vw;min-height: auto;}
	.index_about_box{padding: 8vw 0;}
	.index_about_content_left a:after{background-size: 11vw auto;}
	.index_about_content_right{margin-top: 5.8vw;}
	.index_about_content_right h4{font-size: 4.8vw;}
	.index_about_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_about_content_right_more{margin-top: 5.8vw;}
	.index_about_content_right_more a:nth-of-type(1){width: 38vw;height: 10.8vw;font-size: 3.6vw;}
	.index_about_content_right_more a:nth-of-type(2){width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-left: 3.2vw;}
	.index_about_content_right_more a:nth-of-type(2) img{width: 5vw;margin-right: 1.2vw;}
	.index_about_number_box li{width: 49%;margin-top: 3.6vw;padding: 5% 4%;}
	.index_about_number_box li h4{font-size: 4.8vw;}
	.index_about_number_box li h4 sub{font-size: 3.2vw;top: 0;}
	.index_about_number_box li p{font-size: 3.2vw;margin-top: 3.6vw;}
	.index_about_number_box li:nth-last-of-type(1), .index_about_number_box li:nth-last-of-type(2){margin-top: 3.6vw;}
	.index_about_number_box li:nth-last-of-type(1){width: 100%;}
	.index_core_box{padding: 8vw 0;}
	.index_core_swiper_content_top{width: 20vw;border-width: 0.4vw;}
	.index_core_swiper_content_bottom h4{font-size: 4.2vw;}
	.index_core_swiper_content_bottom_txt h5{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_core_swiper_content_bottom_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_core_swiper_content{padding-bottom: 5%;}
	.index_news_box{padding-top: 8vw;}
	.index_news_content_box{margin-top: 5.8vw;}
	.index_news_content_left_content{padding: 5% 4%;}
	.index_news_content_left_content_time{font-size: 3.2vw;}
	.index_news_content_left_content h4{font-size: 4.2vw;margin-top: 3.2vw;}
	.index_news_content_left_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_content_left_content span{width: 40vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_news_content_right li a{flex-wrap: wrap;}
	.index_news_content_right_img{width: 100%;}
	.index_news_content_right_txt{width: 100%;padding: 5% 4%;}
	.index_news_content_right_txt h4{font-size: 4.2vw;}
	.index_news_content_right_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_content_right li{padding-bottom: 0;}
	.index_news_content_right li + li{margin-top: 3.8vw;}
	.index_chat_box{padding: 8vw 0;}
	.index_chat_content h4{font-size: 4.8vw;}
	.index_chat_content p{font-size: 3.6vw;}
	.index_chat_content_link{margin-top: 3.8vw;}
	.index_chat_content_link a:nth-of-type(1){width: 38vw;height: 10.8vw;font-size: 3.6vw;}
	.index_chat_content_link a:nth-of-type(2){width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-left: 3.2vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_top_content_left{width: 100%;}
	.footer_logo{width: 26vw;}
	.footer_top_content_left_info li a, .footer_top_content_left_info li p{font-size: 3.2vw;}
	.footer_top_content_left_info li{margin-top: 1.8vw;}
	.footer_top_content_left_info{padding-top: 3.2vw;}
	.footer_top_content_left_share{margin-top: 5.8vw;}
	.footer_nav_list{width: 48.5%;margin-top: 5.8vw;}
	.footer_title h4{font-size: 4.2vw;}
	.footer_title{margin-bottom: 3.8vw;}
	.footer_nav_link a{font-size: 3.2vw;}
	.footer_nav_link a + a{margin-top: 1.8vw;}
	.footer_top_form{margin-top: 5.8vw;}
	.footer_top_form_ul li input{height: 10.8vw;font-size: 3.2vw;}
	.footer_top_form_ul li textarea{height: 20vw;font-size: 3.2vw;}
	.footer_top_form_ul li p{font-size: 3.6vw;}
	.footer_top_form_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_last_content{flex-wrap: wrap;justify-content: center;}
	.footer_last_box{padding: 1.8vw 0;}
	.footer_last_content p{font-size: 3.2vw;text-align: center;}
	.product_banner_bg{height: 92vw;}
	.product_banner_bg img{height: 100%;object-fit: cover;}
	.product_banner_content{flex-wrap: wrap;}
	.product_banner_content_left{width: 100%;}
	.product_banner_content_left h4{font-size: 3.6vw;text-align: center;}
	.product_banner_content_left p{font-size: 3.6vw;text-align: center;margin-top: 1.8vw;}
	.product_banner_content_right{width: 62%;margin: 0px auto; margin-top: 3.8vw;}
	.product_content_box{padding: 8vw 0;}
	.product_content_ul li{padding: 5% 4%;}
	.product_content_ul_right{padding: 5% 0;padding-bottom: 0;}
	.product_content_ul_right h4{font-size: 4.2vw;}
	.product_content_ul_right p{font-size: 3.6vw;}
	.product_content_ul_right_link a{font-size: 3.2vw;padding: 0 1.6vw;height: 8.8vw;border-radius: 4.4vw;margin-top: 3.2vw;}
	.product_content_ul_right_link{margin-top: 0;}
	.product_content_ul li + li{margin-top: 3.8vw;}
	.product_category_title h1,
	.product_category_title h4{font-size: 4.8vw;}
	.product_category_info_box{padding: 8vw 0;}
	.product_category_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_info_content_tab table th{height: 10.8vw;padding: 0 3.2vw;font-size: 3.8vw;}
	.product_category_info_content_tab table td{font-size: 3.6vw;padding: 1.8vw 3.2vw;}
	.product_category_info_content_txt{padding: 5% 4%;}
	.product_category_info_content_txt h4{font-size: 3.6vw;}
	.product_category_info_content_txt a{width: 40vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_product_box{padding: 8vw 0;}
	.product_category_nav{justify-content: space-between;margin-top: 3.2vw;}
	.product_category_nav li{margin-left: 0;margin-top: 3.8vw;width: 48.5%;height: 8.8vw;font-size: 3.6vw;border-radius: 4.4vw;}
	.product_category_nav li + li{margin-left: 0;}
	.product_category_ul{margin-top: 3.2vw;}
	.product_category_ul li{width: 100%;margin-top: 3.8vw;}
	.product_category_ul_txt h4{font-size: 3.8vw;}
	.product_category_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_ul_txt span{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.page{margin-top: 3.8vw;}
	.page li.page_prev, .page li.page_next{width: 6vw;height: 6vw;font-size: 3.2vw;}
	.page li{font-size: 3.2vw;width: 6vw;height: 6vw;}
	.page li a{font-size: 3.2vw;}
	.product_category_feature_box{padding: 8vw 0;}
	.product_category_feature_content_left{border-radius: 0.8vw 0.8vw 0 0;}
	.product_category_feature_content_right{padding: 5% 4%;border-radius: 0 0 0.8vw 0.8vw;}
	.product_category_feature_content_right h4{font-size: 4.2vw;}
	.product_category_feature_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_solutio_related_box{padding-bottom: 8vw;}
	.product_solutio_related_ul{margin-top: 5.8vw;}
	.product_solutio_related_ul_content{position: relative;height: auto;padding-bottom: 0;}
	.product_solutio_related_ul_content_con{flex-wrap: wrap;padding: 5% 4%;}
	.product_solutio_related_ul li.on .product_solutio_related_ul_content_con{padding: 5% 4%;}
	.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt{width: 100%;}
	.product_solutio_related_ul_content_txt h4{color: #000000;font-size: 3.8vw;text-align: center;}
	.product_solutio_related_ul li.on .product_solutio_related_ul_content_txt h4{text-align: center;}
	.product_solutio_related_ul_content_txt p{color: #000;display: block;font-size: 3.2vw;text-align: center;margin-top: 3.2vw;}
	.product_solutio_related_ul_content_more{display: flex;margin: 0px auto;width: 40vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.product_solutio_related_ul li:after{height: 0.4vw;}
	.product_solutio_related_ul_content_txt_ico{display: none;}
	.product_category_quote_box{padding: 8vw 0;}
	.product_category_quote_txt h4{font-size: 4.8vw;}
	.product_category_quote_txt p{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_category_quote_more{width: 40vw;height: 10.8vw;font-size: 3.6vw;}
	.product_category_quote_more img{width: 4vw;}
	.product_category_faq_box{padding: 8vw 0;}
	.product_category_faq_ul{margin-top: 5.8vw;}
	.product_category_faq_ul_top h4{font-size: 3.6vw;}
	.product_category_faq_ul_top span{font-size: 4.8vw;}
	.product_category_faq_ul_top{height: 12.8vw;}
     .product_category_faq_ul_bottom{padding: 5% 0;}
	.product_category_faq_ul_bottom p{font-size: 3.2vw;margin-top: 1.8vw;}
	.product_detial_info_content_right_txt h1{font-size: 4.2vw;}
	.product_detial_info_content_right{margin-top: 5.8vw;}
	.product_detial_info_content_right_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_detial_info_content_right_link{margin-top: 5.8vw;}
	.product_detial_info_content_right_link a:nth-of-type(1){width: 38vw;height: 10.8vw;font-size: 3.6vw;}
	.product_detial_info_content_right_link a:nth-of-type(2){width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-left: 3.2vw;}
	.product_detial_info_content_right_link a:nth-of-type(2) img{width: 4vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_info_box{padding-bottom: 0;}
	.product_detial_list_box{margin-top: 8vw;}
	.product_detial_description_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_description_content h4{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_detial_description_content{padding-bottom: 8vw;margin-top: 3.2vw;}
	.product_detial_spec_content p{font-size: 3.6vw;}
	.product_detial_spec_content{margin-top: 3.6vw;padding-bottom: 8vw;}
	.product_detial_spec_content table th{height: 10.8vw;padding: 0 3.2vw;font-size: 3.8vw;}
	.product_detial_spec_content table td{font-size: 3.6vw;padding: 1.8vw 3.2vw;}
	.product_detial_feature_box{padding: 8vw 0;}
	.product_detial_feature_left_box{margin-top: 5.8vw;}
	.product_detial_feature_left_box dl{margin-bottom: 3.8vw;}
	.product_detial_feature_left_box dl dt{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.product_detial_feature_left_box dl dd{font-size: 3.6vw;padding-left: 3.6vw;}
	.product_detial_feature_left_box p{font-size: 3.6vw;padding-left: 3.6vw;}
	.product_detial_video_box{padding: 8vw 0;}
	.product_detial_video_content{margin-top: 5.8vw;}
	.product_detial_video_content a:after{background-size: 11vw auto;}
	.product_detial_related_product_content{margin-top: 5.8vw;padding-bottom: 6vw;}
	.product_detial_related_solution_box{margin-top: 8vw;}
	.product_detial_related_solution_content{padding-bottom: 8vw;}
	.product_detial_related_video_box{margin-top: 8vw;}
	.product_detial_related_video_content_ul{margin-top: 3.2vw;}
	.product_detial_related_video_content_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.product_detial_related_video_content_ul li h4{height: 8.8vw;font-size: 3.6vw;}
	.product_detial_related_video_content{padding-bottom: 8vw;}
	.product_detial_news_related_box{padding: 8vw 0;}
	.product_detial_news_related_content_left_txt{padding: 5% 4%;}
	.product_detial_news_related_content_left_txt h4{font-size: 4.2vw;}
	.product_detial_news_related_content_left_txt p{font-size: 3.6vw;}
	.product_detial_news_related_content_right_ul li a{flex-wrap: wrap;}
	.product_detial_news_related_content_right_ul_img{width: 100%;}
	.product_detial_news_related_content_right_ul_txt{padding: 5% 4%;}
	.product_detial_news_related_content_right_ul_txt h4{font-size: 4.2vw;}
	.product_detial_news_related_content_right_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_content_box{padding: 8vw 0;}
     .solution_content_box .product_title{margin-top: 3.8vw;}
     .solution_content_btn li + li{margin-left: 0;}
     .solution_content_btn{justify-content: space-between;}
     .solution_content_btn li{width: 48.5%;height: 8.8vw;}
     .solution_content_btn li a{font-size: 3.6vw;}
     .solution_content_info{margin-top: 5.8vw;}
     .solution_content_info h1{font-size: 4.8vw;}
     .solution_content_info p{margin-top: 3.2vw;}
     .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
     .solution_content_ul a{flex-wrap: wrap;padding: 0;}
     .solution_content_ul_img{width: 100%;}
     .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
     .solution_content_ul_right h4{font-size: 3.6vw;}
     .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
     .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_info_content h1{font-size: 3.8vw;}
	.solution_detial_info_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_info_box{padding: 8vw 0;}
	.solution_recommend_box{padding: 8vw 0;}
	.solution_recommend_title h4{font-size: 4.8vw;}
	.solution_recommend_ul{margin-top: 3.2vw;}
	.solution_recommend_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.solution_recommend_ul li h4{font-size: 3.8vw;min-height: initial;margin-top: 3.6vw;}
	.solution_recommend_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_recommend_ul_ico{width: 12vw;}
	.solution_detial_solutions_box{padding: 8vw 0;}
	.solution_detial_solutions_content_left h4{font-size: 4.8vw;}
	.solution_detial_solutions_content_left p{font-size: 3.6vw;}
	.solution_detial_solutions_content_left img{margin-top: 3.6vw;border-radius: 2vw;}
	.solution_detial_solutions_content_right{margin-top: 3.8vw;}
	.solution_detial_solutions_content_right li span{width: 6.8vw;height: 6.8vw;font-size: 3.6vw;}
	.solution_detial_solutions_content_right_txt h4{font-size: 3.6vw;}
	.solution_detial_solutions_content_right_txt p{font-size: 3.6vw;}
	.solution_detial_solutions_content_right_txt{margin-left: 3.2vw;}
	.solution_detial_review_title h4{font-size: 4.8vw;}
	.solution_detial_review_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_review_content{margin-top: 5.8vw;}
	.solution_detial_review_content_sw_left{width: 46vw;}
	.solution_detial_review_content_sw_right h4{font-size: 3.8vw;}
	.solution_detial_review_content_sw_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_review_box{padding-bottom: 8vw;}
	.solution_detial_related_product_box{padding: 8vw 0;}
	.oem_basic_title{padding: 8vw 0;}
	.oem_basic_title h4{font-size: 4.8vw;}
	.oem_basic_title h5{font-size: 4.2vw;}
	.oem_basic_title p{font-size: 3.6vw;}
	.oem_basic_list_box{padding: 8vw 0;}
	.oem_basic_list_content_right{margin-top: 5.8vw;}
	.oem_basic_list_content_right h4{font-size: 4.2vw;}
	.oem_basic_list_content_right p{margin-top: 3.6vw;font-size: 3.6vw;padding-left: 3.8vw;}
	.oem_basic_list_content_right p:before{width: 1.1vw;height: 1.1vw;}
	.oem_basic_box .oem_basic_list_box:nth-last-of-type(1) .oem_basic_list_content{padding-bottom: 8vw;}
	.oem_process_box{padding: 8vw 0;}
	.oem_process_content{margin-top: 5.8vw;}
	.oem_customer_case_box{padding: 8vw 0;}
	.about_banner_content_title h4{font-size: 4.8vw;}
	.about_banner_content_title p{padding: 0;font-size: 3.2vw;}
	.about_banner_content{padding: 0;display: flex;align-items: center;}
	.about_nav_ul{justify-content: space-between;}
	.about_nav_ul li{width: 32%;}
	.about_nav_ul li + li{margin-left: 0;}
	.about_nav_ul li a{font-size: 3.2vw;}
	.about_nav_ul{height: 10.8vw;}
	.about_nav_ul li:hover:before, .about_nav_ul li.on:before{height: 0.2vw;}
	.about_info_left h1{font-size: 4.8vw;margin-top: 3.2vw;}
	.about_info_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_right{margin-top: 3.2vw;}
	.about_info_right a:after{background-size: 11vw auto;}
	.about_story_box{padding: 8vw 0;}
	.about_story_content_right{margin-top: 5.8vw;}
	.about_story_content_right h4{font-size: 4.8vw;}
	.about_story_content_right h5{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_story_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_tem_box{padding: 8vw 0;}
	.about_tem_top_box{margin-top: 5.8vw;}
	.about_tem_top_left{padding: 5% 4%;}
	.about_tem_top_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_tem_top_title{font-size: 3.8vw;margin-top: 3.2vw;}
	.about_tem_bottom_ul{margin-top: 3.2vw;}
	.about_tem_bottom_ul li{flex-wrap: wrap;margin-top: 3.8vw;}
	.about_tem_bottom_ul_left{width: 100%;}
	.about_tem_bottom_ul_right{padding: 5% 4%;}
	.about_tem_bottom_ul_right_title h4{font-size: 3.8vw;}
	.about_tem_bottom_ul_right_title p{font-size: 3.6vw;}
	.about_tem_bottom_ul_right_txt{margin-top: 3.8vw;}
	.about_tem_bottom_ul_right_txt p{font-size: 3.6vw;}
	.about_culture_box{padding: 8vw 0;}
	.about_culture_content_left_title h4{font-size: 4.8vw;}
	.about_culture_content_left_txt h5{font-size: 3.8vw;padding-left: 3.8vw;margin-top: 3.8vw;}
	.about_culture_content_left_txt h5:before{width: 1.2vw;height: 1.2vw;top: 2vw;}
	.about_culture_content_left_txt p{font-size: 3.6vw;padding-left: 3.8vw;}
	.about_culture_content_right{margin-top: 5.8vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_content_box{margin-top: 5.8vw;}
	.about_development_content_left{display: none;position: absolute;opacity: 0;z-index: -2;}
	.about_development_content_right{width: 100%;}
	.about_development_content_right_sw_content_title{font-size: 5.8vw;}
	.about_development_content_right_sw_content_box{flex-wrap: wrap;margin-top: 5.8vw;}
	.about_development_content_right_sw_content_left{width: 100%;}
	.about_development_content_right_sw_content_right{width: 100%;border-radius: 0;margin-top: 5.8vw;}
	.about_development_content_right_sw_content_left p{font-size: 3.6vw;}
	.about_development_content_right_sw_content_left h4{font-size: 3.8vw;margin-top: 1.8vw;}
	.about_development_content_right_sw_scrollbar{top: 10vw !important;}
	.about_qualification_box{padding: 8vw 0;}
	.about_qualification_ul li{font-size: 3.6vw;text-align: center;padding-bottom: 1.8vw;}
	.about_qualification_ul li + li{margin-left: 2%;}
	.about_qualification_ul li:after{height: 0.2vw;bottom: -0.1vw;}
	.about_qualification_content_list_sw_right, .about_qualification_content_list_sw_left{display: none;}
	.about_qualification_content_list_sw{padding-left: 0;padding-right: 0;padding-bottom: 8vw;margin-top: 5.8vw;}
	.about_partner_box{padding: 8vw 0;}
	.about_partner_ul{margin-top: 3.2vw;}
	.about_partner_ul li{margin-top: 3.8vw;}
	.development_country_box{padding: 8vw 0;}
	.development_country_title h4{font-size: 4.8vw;}
	.development_country_title p{font-size: 3.2vw;margin-top: 3.2vw;}
	.development_country_img img{margin-top: 5.8vw;}
	.development_agent_right_txt{padding: 5% 0;}
	.development_agent_right_txt h4{font-size: 4.8vw;}
	.development_agent_right_ul li{font-size: 3.6vw;padding-left: 2.8vw;}
	.development_agent_right_ul li:before{width: 1.2vw;height: 1.2vw;top: 2vw;}
	.development_agent_right_ul li + li{margin-top: 3.6vw;}
	.development_agent_right_ul:before{display: none;}
	.development_qualifition_box{padding: 8vw 0;}
	.development_qualifition_content_left{margin-top: 5.8vw;}
	.development_qualifition_content_left h4{font-size: 4.8vw;}
	.development_qualifition_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.development_express_box{padding: 8vw 0;}
	.development_express_content h4{font-size: 4.8vw;}
	.development_express_content p{padding: 0;font-size: 3.6vw;margin-top: 3.2vw;}
	.development_express_content h5{font-size: 3.8vw;margin-top: 3.2vw;}
	.development_interested_box{padding: 8vw 0;}
	.development_interested_content_right{padding: 5% 4%;}
	.development_interested_content_right h4{font-size: 4.8vw;}
	.development_interested_content_right h5{font-size: 3.6vw;margin-top: 3.2vw;}
	.development_interested_content_right_ul{margin-top: 3.8vw;}
	.development_interested_content_right_ul li{width: 100%;}
	.development_interested_content_right_ul li input{height: 10.8vw;padding: 0 2.8vw;font-size: 3.2vw;}
	.development_interested_content_right_ul li textarea{padding: 2.8vw;height: 22vw;font-size: 3.2vw;}
	.development_interested_content_right_ul li p{font-size: 3.6vw;}
	.development_interested_content_right_btn{width: 40vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.why_us_elctric_box{padding: 8vw 0;}
	.why_us_elctric_content_right{margin-top: 5.8vw;}
	.why_us_elctric_content_right h4{font-size: 4.2vw;}
	.why_us_elctric_content_right h5{font-size: 3.8vw;margin-top: 3.2vw;}
	.why_us_elctric_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_members_title{font-size: 4.2vw;}
	.why_us_members_ul{justify-content: space-between;}
	.why_us_members_ul li{margin-left: 0;width: 48.5%;}
	.why_us_members_ul li:nth-of-type(5n+1){margin-left: 0;}
	.why_us_members_ul_txt{padding: 5% 0;}
	.why_us_members_ul_txt h4{font-size: 3.8vw;}
	.why_us_members_ul_txt p{font-size: 3.6vw;}
	.why_us_members_box{padding-bottom: 8vw;}
	.why_us_expert_box{padding-bottom: 8vw;}
	.why_us_expert_swiper{width: 92%;margin-top: 5.8vw;}
	.why_us_expert_swiper_right{margin-top: 3.8vw;}
	.why_us_expert_swiper_right h4{font-size: 4.2vw;}
	.why_us_expert_swiper_right h5{font-size: 3.2vw;}
	.why_us_expert_swiper_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_investment_content_left_top h4{font-size: 4.2vw;}
	.why_us_investment_content_left_top p{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_investment_content_left_top_dl{margin-top: 3.6vw;}
	.why_us_investment_content_left_top_dl dd{font-size: 3.6vw;}
	.why_us_investment_content_right{margin-top: 3.2vw;}
	.why_us_investment_content_right li{width: 100%;margin-top: 3.8vw !important;margin-left: 0;}
	.why_us_investment_content_right_img{border-radius: 2vw;}
	.why_us_investment_content_right li h4{font-size: 3.6vw;}
	.why_us_production_box{padding: 8vw 0;}
	.why_us_investment_box{padding-bottom: 8vw;}
	.why_us_production_title h4{font-size: 4.8vw;}
	.why_us_production_btn{margin-top: 5.8vw;height: auto;border-radius: 0;flex-wrap: wrap;justify-content: space-between;}
	.why_us_production_btn li + li{margin-left: 0;}
	.why_us_production_btn li{width: 48.5%;border-radius: 0;height: 10.8vw;text-align: center;font-size: 3.6vw;}
	.why_us_production_content_ul{justify-content: space-between;}
	.why_us_production_content_ul li{margin-left: 0;}
	.why_us_production_content_ul li{width: 49%;margin-top: 3.6vw;}
	.why_us_production_content_ul li h4{font-size: 3.6vw;}
	.why_us_certification_box{padding: 8vw 0;}
     .about_qualification_content_list_sw h4{font-size: 3.6vw;margin-top: 3.6vw;}
	.about_qualification_ul{margin-top: 5.8vw;}
	.why_us_network_box{padding: 8vw 0;}
	.why_us_network_map{margin-top: 5.8vw;}
	.why_us_last_box{padding-top: 0;padding-bottom: 8vw;}
	.why_us_last_ul li{flex-wrap: wrap;}
	.why_us_last_ul_img{width: 100%;}
	.why_us_last_ul_right{padding: 5% 4%;}
	.why_us_last_ul_txt{padding: 0;width: 100%;}
	.why_us_last_ul_txt h4{font-size: 4.2vw;margin-bottom: 3.2vw;}
	.why_us_last_ul_txt p{font-size: 3.6vw;}
	.why_us_last_ul li + li{margin-top: 3.8vw;}
     .case_detial_box{padding: 8vw 0;}
     .case_detial_box h1{font-size: 4.8vw;padding-bottom: 1.8vw;margin-bottom: 3.2vw;}
     .case_detial_box p{font-size: 3.6vw;margin-top: 3.6vw;}
     .case_detial_box img{margin-top: 3.6vw;}
     .case_detial_box h4{font-size: 4.2vw;margin-top: 3.8vw;}
     .case_detial_box ul li{max-width: 100%;}
}