@font-face{
     font-family: 'Lato-Black';
     src: url('fonts/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Lato-Italic';
     src: url('fonts/Lato-Italic.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Lato-Regular';
     src: url('fonts/Lato-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
*{
     font-family: "Lato-Regular";
}
:root{
     --mainColor:#d94034;
}
/*header start*/
.header{width: 100%;height: auto;position: relative;}
.header_top_box{width: 100%;height: 40px;background: #1e1e1e;}
.header_top_box .contentWH1600{display: flex;justify-content: space-between;height: 100%;align-items: center;}
.header_top_left{height: 100%;display: flex;align-items: center;}
.header_top_left h2{font-size: 16px;color: #f7f7f7;font-family: "Lato-Light";}
.header_top_left_ul{height: 100%;display: flex;align-items: center;justify-content: flex-start;margin-left: 5px;}
.header_top_left_ul li{width: 16px;height: auto;}
.header_top_left_ul li img{width: 100%;height: auto;display: block;}
.header_top_left_ul li + li{margin-left: 15px;}
.header_top_right{flex: 1;display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_top_right_info{display: flex;justify-content: flex-start;height: 100%;align-items: center;}
.header_top_right_info li{display: flex;height: 100%;justify-content: flex-start;align-items: center;}
.header_top_right_info li img{display: block;width: 16px;height: auto;}
.header_top_right_info li a{display: block;font-size: 16px;color: #F7F7F7;margin-left: 10px;}
.header_top_right_info li a:hover{text-decoration: underline;}
.header_top_right_info li + li{margin-left: 20px;}
.header_top_right_search{width: 222px;height: 30px;position: relative;margin-left: 42px;}
.header_top_right_search form{display: block;width: 100%;height: 100%;}
.header_top_right_search_txt{display: block;width: 100%;height: 100%;background: rgba(255,255,255,0.2);border: none;border-radius: 4px;padding-left: 13px;outline: none;color: #F7F7F7;}
.header_top_right_search_txt::placeholder{color: rgba(247, 247, 247, 0.4);}
.header_top_right_search_btn{width: 16px;height: auto;aspect-ratio:16/17;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 100% auto;cursor: pointer;border: none;outline: none;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);}
.header_top_right_language{width: 18px;height: 100%;margin-left: 10px;position: relative;display: flex;align-items: center;cursor: pointer;}
.header_top_right_language_btn{width: 100%;height: auto;}
.header_top_right_language_btn img{width: 100%;height: auto;display: block;}
.header_top_right_language_list{width: 120px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;z-index: 99;display: none;}
.header_top_right_language_list a{font-size: 14px;padding: 0 10px;font-family: "Lato-Light";background: #FFFFFF;border-bottom: 1px solid #E5E5E5;display: block;line-height: 35px;transition: all 0.3s;}
.header_top_right_language_list a:hover{background: var(--mainColor);color: #F7F7F7;border-color: var(--mainColor);}
.header_top_right_language:hover .header_top_right_language_list{display: block;}
.header_bottom_box{width: 100%;height: 80px;background: #FFFFFF;}
.header_bottom_box.fixed{position: fixed;left: 0;top: 0;z-index: 999;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_bottom_box .contentWH1600{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 191px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.nav_box{width: 100%;height: 100%;display: flex;justify-content: flex-end;}
.nav_box li{height: 100%;position: relative;}
.nav_box li + li{margin-left: 32px;}
.nav_first_link{display: block;line-height: 80px;font-size: 16px;color: #000000;font-family: "Lato-Black";text-transform: uppercase;position: relative;}
.nav_box li:nth-last-of-type(1) .nav_first_link{display: flex;justify-content: center;align-items: center;width: 110px;height: 40px;border-radius: 20px;background: #b23629;font-size: 16px;color: #FFFFFF;text-align: center;text-transform: uppercase;line-height: initial;}
.nav_box li:nth-last-of-type(1) .nav_first_link:hover{color: #FFFFFF;}
.nav_box li:nth-last-of-type(1){display: flex;align-items: center;}
.nav_box li.active .nav_first_link,.nav_box li:hover .nav_first_link{color: var(--mainColor);}
.nav_box li.active .nav_first_link:after{content: "";width: 100%;height: 2px;background: var(--mainColor);position: absolute;left: 0;top: 66%;}
.nav_box li:nth-last-of-type(1).active .nav_first_link{color: #fff;}
.nav_box li:nth-last-of-type(1).active .nav_first_link:after{display: none;}
.nav_list_box{width: 280px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;display: none;}
.nav_list_item{width: 100%;height: auto;}
.nav_two_link{padding: 0 10px;line-height: 40px;color: #000000;border-bottom: 1px solid #E5E5E5;display: block;transition: all 0.3s;}
.nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.nav_list_item_content{width: 100%;min-height: 100%;left: 100%;position: absolute;top: 0;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;display: none;}
.nav_list_item_content a{padding: 0 10px;line-height: 40px;color: #000000;border-bottom: 1px solid #E5E5E5;display: block;transition: all 0.3s;}
.nav_list_item_content a:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.nav_list_item:hover .nav_list_item_content{display: block;}
.nav_box li:hover .nav_list_box{display: block;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  #000;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_bottom_right{display: none;justify-content: flex-end;height: 100%;align-items: center;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;}
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper .swiper-slide{width: 100%;height: auto;}
.index_banner_swiper_bg{width: 100%;height: auto;}
.index_banner_swiper_bg img{width: 100%;height: auto;display: block;}
.index_swiper_page{width: 100%;height: auto;}
.index_swiper_page span{border-radius: 0;width: 8px;height: 8px;border: 2px solid #FFFFFF;background: none;opacity: 1;}
.index_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_solution_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;position: relative;}
.index_solution_bg{width: 100%;height: 1171px;position: absolute;left: 0;top: 0;background: url(../images/index_solution_bg.jpg) no-repeat center center;background-size: cover;}
.index_title_box{width: 100%;height: auto;position: relative;z-index: 2;}
.index_title_box h2{font-size: 38px;color: #000000;font-family: "Lato-Black";text-transform: uppercase;}
.index_title_box p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_title_box{font-size: 18px;line-height: 1.6;margin-top: 10px;padding: 0 20%;text-align: center;color: #000000;}
.index_solution_ul{width: 100%;height: auto;margin-top: 58px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_solution_ul .swiper-slide{width: 100%;height: auto;}
.index_solution_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 8px;}
.index_solution_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_solution_ul .swiper-slide h2{font-size: 20px;color: #000;font-family: "Lato-Black";text-align: center;margin-top: 15px;}
.index_solution_ul .swiper-slide:hover .index_solution_ul_img img{transform: scale(1.1);}
.index_product_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_product_ul_box{width: 100%;height: auto;margin-top: 28px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_product_ul_box li{width:23.5%;height: auto;margin-left: 2%;border: 1px solid #E5E5E5;margin-top: 30px;transition: all 0.3s;}
.index_product_ul_box li:nth-of-type(4n+1){margin-left: 0;}
.index_product_ul_box li a{display: block;width: 100%;height: auto;}
.index_product_ul_img{width: 100%;height: auto;overflow: hidden;border-bottom: 1px solid #E5E5E5;aspect-ratio: 371/258;}
.index_product_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_ul_box li:hover .index_product_ul_img img{transform: scale(1.1);}
.index_product_ul_content{width: 100%;height: auto;padding: 20px;}
.index_product_ul_content h2{font-size: 20px;color: #000000;font-family: "Lato-Bold";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;}
.index_product_ul_content p{font-size: 16px;color: #333333;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}
.index_product_ul_content span{display: flex;justify-content: center;align-items: center;width: 50%;height: 38px;font-size: 16px;color: var(--mainColor);border: 1px solid var(--mainColor);margin: 0px auto;margin-top: 20px;transition: all 0.3s;}
.index_product_ul_box li:hover .index_product_ul_content h2{color: var(--mainColor);}
.index_product_ul_box li:hover .index_product_ul_content span{background: var(--mainColor);color: #FFFFFF;}
.index_product_ul_box li:hover{box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);border-color: transparent;}
.index_more{width: 158px;height: 45px;border: 1px solid var(--mainColor);display: flex;background: var(--mainColor);justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;border-radius: 5px;margin: 0px auto;margin-top: 50px;transition: all 0.3s;}
.index_more:hover{background: transparent;color: var(--mainColor);}
.index_about_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;background: #f5f5f5;overflow: hidden;}
.index_about_left{width: 50%;height: auto;overflow: hidden;clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);aspect-ratio:960/680;}
.index_about_left a{height: 100%;}
.index_about_left img{width: 100%;height: 100%;object-fit: cover;}
.index_about_left a:after{background: url(../images/about_video_btn.png) no-repeat center center;background-size: 70px auto;}
.index_about_right{flex: 1;padding-left: 70px;padding-right: 8.335%;}
.index_about_right_top{width: 100%;height: auto;}
.index_about_right_top h2{font-size: 38px;color: #000000;font-family: "Lato-Black";text-transform: uppercase;}
.index_about_right_top p{font-size: 16px;line-height: 1.8;margin-top: 20px;}
.index_about_right_top a{width: 158px;height: 45px;border: 1px solid var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 16px;color: var(--mainColor);border-radius: 5px;margin-top: 30px;transition: all 0.3s;}
.index_about_right_top a:hover{background: var(--mainColor);color: #FFFFFF;}
.index_about_advantage{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_about_advantage li{width: 48.5%;height: auto;padding-bottom: 18px;border-bottom: 1px solid #E5E5E5;transition: all 0.3s;margin-top: 30px;}
.index_about_advantage li:hover{border-color: var(--mainColor);}
.index_about_advantage li h2{font-size: 38px;color: #000000;font-family: "Lato-Black";transition: all 0.3s;}
.index_about_advantage li h2 span{font-family: "Lato-Black";}
.index_about_advantage li:hover h2{color: var(--mainColor);}
.index_about_advantage li p{color: #666666;font-size: 18px;margin-top: 10px;line-height: 1.6;}
.index_case_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.index_case_content{width: 100%;height: auto;margin-top: 43px;}
.index_case_sw_div{width: 100%;height: 100%;position: relative;padding-bottom: 93px;}
.index_case_sw_div img{width: 100%;height: auto;display: block;}
.index_case_sw .swiper-slide{width: 1200px;height: auto;opacity: 0.5 !important;}
.index_case_sw .swiper-slide.swiper-slide-active{opacity: 1 !important;border-radius: 12px;}
.index_case_sw .swiper-slide.swiper-slide-active img{border-radius: 12px;}
.index_case_sw_div_content{padding: 80px 35px;width: 466px;height: auto;background: var(--mainColor);position: absolute;right: 34px;bottom:0;transition: 2s;border-radius: 10px;}
.index_case_sw_div_content h4{font-size: 24px;color: #FFFFFF;font-family: 'Lato-Bold';}
.index_case_sw_div_content p{font-size: 16px;color: #FFFFFF;line-height: 24px;margin-top: 15px;}
.index_case_sw_div_content p br:nth-last-of-type(1){display: none;}
.index_case_sw_div_content a{font-size: 16px;color: #FFFFFF;margin-top: 25px;display: block;}
.index_case_sw_page{width: auto !important;left: 360px !important;}
.index_case_sw_page span{width: 12px;height: 12px;background: #E5E5E5;opacity: 1;}
.index_case_sw_page span.swiper-pagination-bullet-active{width: 95px;border-radius: 6px;background: var(--mainColor);}
.index_blog_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;background: #F5F5F5;}
.index_blog_content_box{width: 100%;height: auto;margin-top: 40px;}
.index_blog_content_list{width: 100%;height: auto;display: none;justify-content: space-between;}
.index_blog_content_left{width: 49.3%;height: auto;position: relative;border-radius: 12px;overflow: hidden;}
.index_blog_content_left_img{width: 100%;height: auto;display: block;overflow: hidden;}
.index_blog_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_blog_content_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;padding: 30px 45px;justify-content: flex-end;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 44.778%,rgba(0, 0, 0, 0.75) 100%);}
.index_blog_content_left_time{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #FFFFFF;}
.index_blog_content_left_time img{width: 14px;height: auto;display: block;margin-right: 7px;filter: brightness(0) invert(1);}
.index_blog_content_left_content h2{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";line-height: 1.5;margin-top: 15px;}
.index_blog_content_left_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 16px;}
.index_blog_content_left:hover .index_blog_content_left_img img{transform: scale(1.1);}
.index_blog_content_right{width: 46.3%;height: auto;}
.index_blog_content_right li{width: 100%;height: auto;}
.index_blog_content_right li + li{margin-top: 22px;}
.index_blog_content_right li a{display: flex;justify-content: flex-start;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #E9E9E9;}
.index_blog_content_right_img{width: 27.01%;height: auto;aspect-ratio:175/114;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.index_blog_content_right_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_blog_content_right_content{width: 70%;margin-left: 2%;}
.index_blog_content_right_content .index_blog_content_left_time{color: #666666;}
.index_blog_content_right_content .index_blog_content_left_time img{filter: initial;}
.index_blog_content_right_content h2{font-size: 18px;color: #000000;font-family: "Lato-Bold";margin-top: 14px;transition: all 0.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_blog_content_right_content p{font-size: 14px;color: #666666;margin-top: 14px;line-height: 1.7;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_blog_content_right li:hover .index_blog_content_right_img img{transform: scale(1.1);}
.index_blog_content_right li:hover .index_blog_content_right_content h2{color: var(--mainColor);}
.index_product_top_title h2{font-size: 44px;color: #000000;font-family: "Lato-Black";}
.index_nav_box{display: flex;justify-content: flex-end;align-items: center;}
.index_nav_box li{cursor: pointer;font-size: 20px;color: #4E494B;margin-right: 80px;}
.index_nav_box li:nth-last-of-type(1){margin-right: 0;}
.index_nav_box li:hover{color: var(--mainColor);}
.index_nav_box li.on{color: var(--mainColor);text-decoration: underline;}
/*products.html*/
.crumbs_box{box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.09);}
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_title_box{width: 100%;height: auto;}
.product_title_box h1{font-size: 38px;color: #000000;font-family: "Lato-Black";text-align: center;text-transform: uppercase;}
.product_title_box p{font-size: 18px;color: #000000;line-height: 1.6;text-align: center;margin-top: 18px;}
.product_category_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.product_category_box .index_title_box p{padding: 0 20%;}
.product_category_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.product_category_ul li{width: 48.5%;height: auto;box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.05);border-radius: 0px 0px 100px 0px;overflow: hidden;margin-top: 45px;}
.product_category_ul_img{width: 100%;height: auto;border-bottom: 1px solid #eeeeee;overflow: hidden;}
.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: 38px 53px;}
.product_category_ul_txt h2{font-size: 24px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;text-transform: uppercase;font-family: "Lato-Bold";}
.product_category_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "Lato-Light";margin-top: 13px;padding-right: 6%;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;height: 90px;}
.product_category_ul_txt span{display: flex;justify-content: center;align-items: center;width: 177px;height: 50px;background: var(--mainColor);color: #FFFFFF;border-radius: 5px;font-size: 18px;color: #FFFFFF;margin-top: 17px;}
/*product_list.html*/
.product_category_list_box{width: 100%;height: auto;padding-bottom: 80px;border-top: 1px solid #E5E5E5;}
.product_category_list_content_box{width: 83.33%;height: auto;display: flex;justify-content: space-between;margin: 0px auto;}
.product_category_list_content_left{width: 22.4%;height: auto;padding-right: 12px;border-right: 1px solid rgba(130, 130, 130, 0.2);}
.product_category_list_content_left_box{width: 100%;height: auto;position: sticky;top: 90px;padding-top: 80px;}
.product_category_list_content_left_search{width: 100%;height: 48px;display: flex;justify-content: flex-start;}
.product_category_list_content_left_input{display: block;width: 80.85%;height: 100%;padding-left: 15px;border: none;background: #E5E5E5;font-size: 16px;border-radius: 4px 0 0 4px;outline: none;}
.product_category_list_content_left_input::placeholder{color: rgba(0,0,0,0.4);}
.product_category_list_content_left_btn{display: block;flex: 1;height: 100%;background: url(../images/product_category_search_ico.png) no-repeat center center, var(--mainColor);border-radius: 0 4px 4px 0;border: none;outline: none;cursor: pointer;}
.product_category_nav{width: 100%;height: auto;margin-top: 24px;}
.product_category_nav li{width: 100%;height: auto;}
.product_category_nav_top{width: 100%;height: 48px;border-top: 1px solid #000000;display: flex;justify-content: space-between;align-items: center;}
.product_category_nav_top h2{font-size: 16px;color: #000000;font-family: "Lato-Bold";}
.product_category_nav_top h2 a{font-family: "Lato-Bold";}
.product_category_nav_top h2 a:hover{color: var(--mainColor);text-decoration: underline;}
.product_category_nav_top span{display: block;font-size: 16px;color: #282828;cursor: pointer;transition: all 0.3s;font-family: "Poppins-Light";}
.product_category_nav li.on .product_category_nav_top span{transform: rotate(90deg);}
.product_category_nav_bottom{width: 100%;height: auto;display: none;padding-bottom: 30px;}
.product_category_nav_bottom a{display: block;font-size: 14px;color: #828282;line-height: 2;}
.product_category_nav_bottom a.active,
.product_category_nav_bottom a:hover{color: var(--mainColor);text-decoration: underline;}
.product_category_nav li:nth-last-of-type(1){border-bottom: 1px solid #000000;}
.product_category_list_content_right{flex: 1;margin-left: 24px;padding-top: 83px;}
.product_category_list_content_right_txt h1,
.product_category_list_content_right_txt h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.product_category_list_content_right_txt p{font-size: 18px;color: #000;line-height: 1.6;margin-top: 15px;}
.product_category_list_content_right_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_category_list_content_right_ul li{width: 32%;height: auto;margin-top: 46px;transition: all 0.3s;margin-left: 2%;border: 1px solid #E5E5E5;}
.product_category_list_content_right_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_category_list_content_right_ul li a{display: block;width: 100%;height: auto;padding: 16px;padding-bottom: 30px;}
.product_category_list_content_right_ul_logo{width: 169px;height: auto;}
.product_category_list_content_right_ul_logo img{width: 100%;height: auto;display: block;}
.product_category_list_content_right_ul_img{width: 100%;height: auto;aspect-ratio: 1/1;overflow: hidden;}
.product_category_list_content_right_ul_img img{width: 100%;height: 100%;display: block;object-fit: cover;}
.product_category_list_content_right_ul_txt{width: 100%;height: auto;margin-top: 30px;}
.product_category_list_content_right_ul_txt h2{font-size: 18px;color: #000000;font-family: "Lato-Bold";text-align: center; display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;}
.product_category_list_content_right_ul_txt p{font-size: 14px;color: #000000;font-family: "Lato-Light";line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_category_list_content_right_ul li:hover{box-shadow: 0px 0px 61px 9px rgba(101, 101, 101, 0.18);}
.product_category_list_content_right_ul li:hover .product_category_list_content_right_ul_txt h2{color: var(--mainColor);}
.product_category_list_content_right_ul li:hover .product_category_list_content_right_ul_txt p{color: var(--mainColor);}
/*product_detial.html*/
.product_detial_info_box{width: 100%;height: auto;padding-bottom: 80px;background: #F4F4F4;overflow: hidden;}
.product_detial_info_content_box{width: 100%;height: auto;padding-top: 30px;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_content_left{width: 38.5%;height: auto;}
.product_detial_info_content_left h1{font-size: 32px;color: #000000;font-family: "Lato-Bold";}
.product_detial_info_content_left p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 32px;}
.product_detial_info_content_left_link{display: flex;justify-content: flex-start;margin-top: 93px;}
.product_detial_info_content_left_link a{border: 1px solid var(--mainColor);margin: 0;}
.product_detial_info_content_left_link a + a{margin-left: 32px;}
.product_detial_info_content_left_link a:nth-of-type(1){background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_left_link a:nth-of-type(1):hover{background: transparent;color: var(--mainColor);}
.product_detial_info_content_left_link a:nth-last-of-type(1){color: var(--mainColor);background: transparent;border: 1px solid var(--mainColor);}
.product_detial_info_content_left_link a:nth-last-of-type(1):hover{background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_right{width: 54.6%;height: auto;display: flex;justify-content: space-between;}
.product_detial_info_content_right_left{width: 79.74%;height: auto;}
.product_detial_info_content_right_left_sw{width: 100%;height: auto;aspect-ratio:1/1;}
.product_detial_info_content_right_left_sw .swiper-slide{width: 100%;height: 100%;border: 1px solid #DFDFDF;}
.product_detial_info_content_right_left_sw .swiper-slide img{width: 100%;height: 100%;display: block;object-fit: cover;}
.product_detial_info_content_right_right{width: 18.5%;height: auto;aspect-ratio:145/430;overflow: hidden;}
.product_detial_info_content_right_right_sw{width: 100%;height: 100%;}
.product_detial_info_content_right_right_sw .swiper-slide{width: 100%;height: auto;border: 1px solid #DFDFDF;cursor: pointer;}
.product_detial_info_content_right_right_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_content_right_right_sw .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.product_detial_btn_box{width: 100%;height: auto;position: sticky;top: 80px;background: #FFFFFF;z-index: 99;}
.product_detial_btn_ul{width: 100%;height: auto;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: center;align-items: center;}
.product_detial_btn_ul li{line-height: 60px;font-size: 18px;color: #000000;font-family: "Lato-Bold";position: relative;cursor: pointer;}
.product_detial_btn_ul li + li{margin-left: 72px;}
.product_detial_btn_ul li.on:after,.product_detial_btn_ul li:hover:after{content: "";display: block;width: 100%;height: 5px;background: var(--mainColor);border-radius: 5px;bottom: -3px;position: absolute;left: 0;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 80px;}
.product_detial_content_list_title{width: 100%;height: auto;}
.product_detial_content_list_title h2{font-size: 30px;color: #000000;font-family: "Lato-Bold";}
.product_detial_content_list_description_box{width: 100%;height: auto;margin-top: 18px;}
.product_detial_content_list_description_box p{font-size: 14px;color: #000000;line-height: 1.6;}
.product_detial_content_list_spec_box{width: 100%;height: auto;margin-top: 20px;}
.product_detial_content_list_spec_box img{width: 100%;}
.product_detial_content_list_spec_box p{line-height: 25px;font-size: 16px; text-align: left !important;}
.product_detial_content_list_spec_box p span{text-align: left !important;}
.product_detial_content_list_spec_box span{text-wrap-mode: wrap !important;}
.product_detial_content_list_spec_box table{width: 100%;height: auto;border-collapse: separate;border-spacing: 5px; white-space: nowrap;}
.product_detial_content_list_spec_box table td{height: 40px;font-size: 14px;color: #000000;border: 1px solid #cccccc !important;padding-left: 15px;padding: 0 10px;text-align: center;width: fit-content;}
.product_detial_content_list_spec_box table tr:nth-last-of-type(1) td{border-bottom: 1px solid #cccccc;}
.product_detial_video_box{width: 100%;height: auto;margin-top: 60px;position: relative;aspect-ratio: 16/9;}
.product_detial_video_box iframe{width: 100%;height: 100%;}
.product_detial_video_box img{width: 100%;height: auto;display: block;}
.product_detial_video_box a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center;background-size: 80px auto;}
.product_detial_content_list_more{width: 100%;height: auto;}
.product_detial_content_list_more_title{width: 100%;height: auto;}
.product_detial_content_list_more_title h2{font-size: 30px;color: #000000;font-family: "Lato-Bold";text-align: center;}
.product_detial_content_list_more_content{width: 100%;height: auto;margin-top: 40px;}
.product_detial_content_list_more_content img{width: 100%;height: auto;display: block;}
.product_detial_content_list_more_content img + img{margin-top: 30px;}
.product_detial_related_video_box{width: 100%;height: auto;margin-top: 68px;}
.product_detial_content_list_more_content_video{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 38px;}
.product_detial_content_list_more_content_video li{width: 48.5%;height: auto;}
.product_detial_content_list_more_content_img{width: 100%;height: auto;overflow: hidden;border-radius: 5px;}
.product_detial_content_list_more_content_img img{width: 100%;height: auto;transition: all 0.3s;}
.product_detial_content_list_more_content_img a:after{background: url(../images/product_detial_related_video_btn.png) no-repeat center center;background-size: 54px auto;}
.product_detial_content_list_more_content_video li h2{font-size: 18px;color: #000000;text-align: center;font-family: "Lato-Bold";margin-top: 20px;}
.product_detial_content_list_more_content_video li:hover .product_detial_content_list_more_content_img img{transform: scale(1.1);}
.product_detial_related_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_related_sw{width: 100%;height: auto;margin-top: 50px;}
.product_detial_related_sw .swiper-slide{width: 100%;height: auto;background: #FFFFFF;}
.product_detial_related_sw_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 1/1;}
.product_detial_related_sw_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.product_detial_related_sw_txt{width: 100%;height: auto;padding: 30px;}
.product_detial_related_sw_txt h2{font-size: 18px;color: #000000;font-family: "Lato-Bold";text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_txt h2{color: var(--mainColor);}
.product_detial_related_sw_txt p{font-size: 14px;color: #000000;text-align: center;line-height: 1.6;margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_img img{transform: scale(1.1);}
.product_detial_content_list:nth-last-of-type(1){padding-bottom: 80px;}
.product_detial_content_list:nth-of-type(even){background: #F8F8F8;padding: 80px 0;}
.product_application_content_box{width: 100%;height: auto;position: relative;}
.product_application_content_sw{width: 100%;height: auto;margin-top: 36px;}
.product_application_content_sw .swiper-slide{position: relative;border-radius: 12px;overflow: hidden;}
.product_application_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.product_application_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_application_content_sw_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.3);padding: 15px;display: flex;align-items: flex-end;}
.product_application_content_sw h2{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";}
.product_application_content_sw .swiper-slide:hover .product_application_content_sw_img img{transform: scale(1.1);}
.product_application_content_sw_left,.product_application_content_sw_right{width: 45px;height: auto;aspect-ratio:1/1;background: var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 24px;font-family: "Poppins-Light";color: #FFFFFF;border-radius: 50%;}
.product_application_content_sw_left{left: -66px;}
.product_application_content_sw_right{right: -66px;}
.product_faq_box{width: 100%;height: auto;margin-top: 80px;}
.product_faq_ul{width: 100%;height: auto;margin-top: 30px;}
.product_faq_ul li{width: 100%;height: auto;border-bottom: 1px solid rgba(102, 102, 102, 0.1);}
.product_faq_ul_top{width: 100%;height: 92px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_faq_ul_top h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";flex: 1;margin-right: 5px;}
.product_faq_ul_top span{display: block;width: 28px;height: auto;transition: all 0.3s;}
.product_faq_ul_top span img{width: 100%;height: auto;display: block;}
.product_faq_ul_bottom{width: 100%;height: auto;padding-bottom: 20px;display: none;}
.product_faq_ul_bottom p{font-size: 18px;color: #666;line-height: 1.7;font-family: "Lato-Regular";}
.product_faq_ul li.on .product_faq_ul_top span{transform: rotate(-180deg);}
/* 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: "Lato-Bold";text-transform: uppercase;}
.solution_content_info p{font-size: 14px;color: #0D121A;font-family: "Lato-Light";line-height: 1.6;margin-top: 18px;}
.solution_content_ul{width: 100%;height: auto;margin-top: 50px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_content_ul li{width: 23.5%;margin-left: 1.8%; 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 li:nth-of-type(4n+1){margin-left: 0;}
.solution_content_ul a{width: 100%;padding-right: 34px;}
.solution_content_ul_img{width: 100%;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: 100%;height: auto;margin-top: 30px;}
.solution_content_ul_right h4{font-size: 24px;color: #222;font-family: "Lato-Bold";}
.solution_content_ul_right p{font-size: 18px;color: #08122D;font-family: "Lato-Light";line-height: 1.6;margin-top: 12px;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden; display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;}
.solution_content_ul_right 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;}
.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: 80px 0;}
.solution_detial_info_box h1{font-size: 38px;color: #000000;font-family: "Lato-Black";text-align: center;}
.solution_detial_info_box p{font-size: 18px;line-height: 1.8;margin-top: 30px;}
.solution_detial_project_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;}
.solution_detial_project_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 58px;}
.solution_detial_project_content_left{width: 49.5%;height: auto;position: relative;aspect-ratio:680/480;overflow: hidden;border-radius: 10px;}
.solution_detial_project_content_left a{height: 100%;}
.solution_detial_project_content_left img{width: 100%;height: auto;display: block;height: 100%;object-fit: cover;}
.solution_detial_project_content_left a:after{background: url(../images/about_video_btn.png) no-repeat center center;background-size: 70px auto;}
.solution_detial_project_content_right{width: 48%;height: auto;}
.solution_detial_project_content_right h2{font-size: 38px;font-family: "Lato-Bold";}
.solution_detial_project_content_right p{font-size: 18px;line-height: 1.6;margin-top: 20px;}
.solution_detial_project_content_right img{width: 100%;height: auto;display: block;}
.solution_detial_project_content_right img + img{margin-top: 20px;}
.solution_detial_brief_box{width: 100%;height: auto;padding: 80px 0;}
.solution_detial_brief_content{width: 100%;height: auto;margin-top: 58px;}
.solution_detial_brief_content p{font-size: 18px;color: #000000;line-height: 1.6;}
.solution_detial_brief_content table{width: 100%;height: auto;margin-top: 38px;display: block;}
.solution_detial_brief_content table tbody{width: 100%;}
.solution_detial_brief_content table th{height: 48px;background: var(--mainColor);font-family: "Lato-Bold";color: #FFFFFF;font-size: 20px;border: 1px solid #E5E5E5;text-align: center;padding: 0 10px;}
.solution_detial_brief_content table td{height: 48px;font-size: 16px;text-align: center;border: 1px solid #E5E5E5;padding: 0 10px;}
.solution_detial_brief_content table tr:nth-of-type(odd){background: #F8F8F8;}
.solution_detial_introduction_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;}
.solution_detial_introduction_content{width: 100%;height: auto;margin-top: 58px;}
.solution_detial_introduction_content p{font-size: 18px;line-height: 1.6;color: #000000;}
.solution_detial_introduction_content p + p{margin-top: 20px;}
.solution_detial_gallon_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.solution_detial_gallon_ul li{width: 23.5%;height: auto;margin-left: 1.9%;margin-top: 38px;background: #FFFFFF;border-radius: 10px;overflow: hidden;}
.solution_detial_gallon_ul li:nth-of-type(4n+1){margin-left: 0;}
.solution_detial_gallon_ul_img{width: 100%;height: auto;overflow: hidden;}
.solution_detial_gallon_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_detial_gallon_ul li h2{font-size: 20px;color: #000000;font-family: "Lato-Bold";padding: 18px 4%;text-align: center;line-height: 1.4;text-transform: capitalize;}
.solution_detial_gallon_ul li:hover .solution_detial_gallon_ul_img img{transform: scale(1.1);}
.solution_key_box{width: 100%;height: auto;padding: 80px 0;}
.solution_key_box .index_title_box{padding: 0;}
.solution_key_content{width: 100%;margin-top: 30px;}
.solution_key_content p{font-size: 18px;color: #000000;line-height: 1.8;text-align: center;}
.solution_why_us{width: 100%;height: auto;margin-top: 50px;}
.solution_why_us .index_title_box{padding: 0 15%;}
.solution_why_us_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_why_us_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 38px;padding: 35px;border: 1px solid var(--mainColor);border-radius: 10px;}
.solution_why_us_ul li:nth-of-type(3n+1){margin-left: 0;}
.solution_why_us_ul li h2{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";text-align: center;}
.solution_why_us_ul li p{font-size: 18px;color: #000000;line-height: 1.6;text-align: center;margin-top: 20px;}
/*solution_detial.html end*/
/*service.html start*/
.service_box{width: 100%;height: auto;padding: 80px 0;}
.service_list_box{width: 100%;height: auto;width: 100%;height: auto;}
.service_list_box li{width: 100%;height: auto;padding: 58px 0;}
.service_list_box li:nth-of-type(even){background: #F8F8F8;}
.service_list_box li .contentWH1600{display: flex;justify-content: space-between;align-items: center;}
.service_list_box li:nth-of-type(even) .contentWH1600{flex-direction: row-reverse;}
.service_list_img{width: 50%;height: auto;overflow: hidden;border-radius: 10px;}
.service_list_img img{width: 100%;height: auto;display: block;}
.service_list_right{flex: 1;padding-left: 80px;}
.service_list_right h2{font-size: 32px;color: #000000;font-family: "Lato-Bold";line-height: 1.2;}
.service_list_right p{font-size: 18px;color: #000000;line-height: 1.8;margin-top: 30px;}
.service_list_right a{margin-left: 0;}
.service_list_box li:nth-of-type(even) .service_list_right{padding-left: 0;padding-right: 80px;}
/*service.html end*/
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0px;}
.about_info_content_box{width: 100%;height: auto;}
.about_info_content_box h1{font-size: 48px;text-align: center;font-family: "Lato-Bold";color: #000000;margin-bottom: 20px;}
.about_info_content_box p{font-size: 16px;line-height: 1.6;margin-top: 15px;}
.about_info_content_video{width: 100%;height: auto;overflow: hidden;border-radius: 12px;margin-top: 50px;}
.about_info_content_video img{width: 100%;height: auto;display: block;}
.about_info_content_video a:after{background: url(../images/about_video_btn.png) no-repeat center center;background-size: 60px auto;}
.about_tem_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;}
.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_sw{width: 100%;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: "Lato-Bold";}
.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: 80px 0;}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.about_culture_ul li{width: 31.43%;height: auto;padding: 42px 21px 28px 21px;border-radius: 12px;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);}
.about_culture_ul_ico{width: 50px;height: auto;margin: 0px auto;}
.about_culture_ul_ico img{width: 100%;height: auto;}
.about_culture_ul li h4{font-size: 24px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 25px;}
.about_culture_ul li p{font-size: 16px;color: #666666;line-height: 1.6;text-align: center;margin-top: 12px;}
.about_development_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/about_history_bg.jpg) no-repeat center center;}
.about_development_sw_top{width: 100%;height: auto;}
.about_development_sw_top h5{font-size: 40px;color: #000000;font-family: "Lato-Bold";text-align: center;}
.about_development_sw_top h4{font-size: 150px;font-family: "Lato-Bold";color: var(--mainColor);text-align: center;}
.about_development_sw_top p{font-size: 20px;color: #000000;text-align: center;padding: 0 5%;line-height: 1.6;}
.about_development_bottom{width: 100%;height: auto;margin-top: 106px;position: relative;}
.about_development_bottom:before{content: "";display: block;width: 100%;height: 1px;background: rgb(153, 153, 153);position: absolute;left: 0;top: 4px;}
.about_development_sw_bottom{width: 75%;height: auto;margin: 0px auto;}
.about_development_sw_bottom .swiper-slide{cursor: pointer;}
.about_development_sw_bottom span{display: block;width: 10px;height: 10px;background: rgb(184, 184, 184);border-radius: 50%;margin: 0px auto;}
.about_development_sw_bottom h4{font-size: 18px;color: rgb(153, 153, 153);text-align: center;margin-top: 8px;}
.about_development_sw_bottom .swiper-slide.swiper-slide-thumb-active span{background: var(--mainColor);}
.about_development_sw_bottom .swiper-slide.swiper-slide-thumb-active h4{color: var(--mainColor);}
.about_development_right,.about_development_left{width: 46px;height: auto;background: none;}
.about_development_right img,.about_development_left img{width: 100%;height: auto;display: block;}
.about_development_right{right: -104px;}
.about_development_left{left: -104px;transform: rotateY(180deg);}
.about_certificate_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.about_certificate_content_box{width: 100%;height: auto;margin-top: 68px;position: relative;}
.about_certificate_content_sw{width: 100%;height: auto;padding: 10px;}
.about_certificate_content_img{width: 100%;height: auto;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);}
.about_certificate_content_img img{width: 100%;height: auto;display: block;}
.about_certificate_content_sw .swiper-slide h3{font-size: 16px;color: #000000;font-family: "Manrope-Light";text-align: center;margin-top: 20px;}
.about_certificate_content_sw_right,.about_certificate_content_sw_left{font-size: 36px;color: #000000;font-family: "Poppins-Regular";background: none;}
.about_certificate_content_sw_right{right: -90px;}
.about_certificate_content_sw_left{left: -90px;}
.about_info_box .index_about_advantage li{width: 23.5%;}
/*about.html end*/
/* news.html start */
.news_content_box{width: 100%;height: auto;padding: 80px 0;}
.news_list_boxs{width: 100%;height: auto;padding-top: 25px;}
.news_list_boxs_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.news_list_boxs_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 50px;background: #f1f1f1;box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.08);transition: all 0.3s;}
.news_list_boxs_ul li:nth-of-type(3n+1){margin-left: 0;}
.news_list_boxs_ul_img{width: 100%;height: auto;aspect-ratio:434/282;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.news_list_boxs_ul_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.news_list_boxs_ul_content{width: 100%;height: auto;padding: 20px 20px;padding-bottom: 32px;}
.news_list_boxs_ul_content h2{font-size: 24px;color: #000000;line-height: 1.4;font-family: "Lato-Bold";margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;min-height: 101px;transition: all 0.3s;}
.news_list_boxs_ul_content span{display: block;font-size: 16px;color: #121212;margin-top: 30px;}
.news_list_boxs_ul li:hover .news_list_boxs_ul_content span{color: var(--mainColor);text-decoration: underline;}
.news_list_boxs_ul li:hover{background: #FFFFFF;box-shadow: 0px 0px 49px 0px rgba(51, 51, 51, 0.25);}
.news_list_boxs_ul li:hover .news_list_boxs_ul_img img{transform: scale(1.1);}
.news_list_boxs_ul li:hover .news_list_boxs_ul_content h2{color: var(--mainColor);}
/* news.html end */
.download_list_content{margin-top: 30px;}
.video_box{padding: 80px 0;}
.video_list_box li iframe{width: 100%;height: 380px;}
/*content end*/
/*footer start*/
.footer_form_box{width: 100%;height: auto;overflow: hidden;background: var(--mainColor);padding: 58px 0;}
.footer_form_box h2{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";line-height: 1.5;text-align: center;}
.footer_form_box p{font-size: 18px;color: #FFFFFF;margin-top: 8px;text-align: center;}
.footer_form_box a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;border: 1px solid #FFFFFF;width: 158px;height: 45px;transition: all 0.3s;margin: 0px auto;margin-top: 30px;border-radius: 5px;}
.footer_form_box a:hover{background: #FFFFFF;color: var(--mainColor);}
.footer_box{width: 100%;height: auto;background: #1e1e1e;}
.footer_center_box{width: 100%;height: auto;}
.footer_center_box .contentWH1600{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 58px 0;}
.footer_center_nav_title{font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";margin-bottom: 8px;}
.footer_center_nav_box a{display: block;font-size: 16px;color: #FFFFFF;margin-top: 10px;}
.footer_center_nav_box a:hover{text-decoration: underline;color: var(--mainColor);}
.footer_center_right_box{width: 21%;}
.footer_center_right_box h2{margin-bottom: 0;}
.footer_center_right_ul{width: 100%;height: auto;}
.footer_center_right_ul li{display: flex;justify-content: flex-start;align-items: flex-start;justify-content: flex-start;margin-top: 16px;}
.footer_center_right_ul li img{width: 18px;height: auto;display: block;margin-top: 5px;}
.footer_center_right_ul li p{font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";margin-left: 10px;line-height: 1.6;}
.footer_center_right_ul li p a{font-family: "Lato-Bold";}
.footer_center_right_ul li p a:hover{text-decoration: underline;color: var(--mainColor);}
.footer_center_right_share{display: flex;justify-content: flex-start;margin-top: 46px;}
.footer_center_right_share li{width: 42px;height: auto;transition: all 0.3s;}
.footer_center_right_share li + li{margin-left: 20px;}
.footer_center_right_share li img{width: 100%;height: auto;display: block;}
.footer_center_right_share li:hover{transform: translateY(-8px);}
.footer_center_form_box{width: 32%;height: auto;}
.footer_center_right_share li{width: 38px;height: auto;aspect-ratio:1/1;background: var(--mainColor);border-radius: 50%;}
.footer_center_right_share li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.footer_center_right_share li a img{width: 48%;height: auto;display: block;}
.footer_form_right{width:26.2%;height: auto;}
.footer_form_right_ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_form_right_ul li{width: 100%;height: auto;margin-bottom: 10px;position: relative;}
.footer_form_right_ul li.WH{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.footer_form_right_ul li input{display: block;width: 100%;height: 45px;border-radius: 4px;background: #FFFFFF;border: none;font-size: 14px;padding-left: 26px;outline: none;}
.footer_form_right_ul li textarea::placeholder,
.footer_form_right_ul li input::placeholder{color: #666666;}
.footer_form_right_ul li textarea{display: block;width: 100%;border-radius: 4px;background: #FFFFFF;border: none;font-size: 16px;padding-left: 26px;outline: none;resize: none;height: 105px;padding-top: 22px;}
.footer_form_right_ul_left{display: flex;justify-content: flex-start;align-items: center;width: 62%;}
.footer_form_right_ul_code{width: 75.54%;height: auto;position: relative;}
.footer_form_right_ul li img{width: 117px;height: auto;display: block;margin-left: 20px;}
.footer_form_right p{font-size: 14px;color: #FFFFFF;line-height: 1.6;}
.footer_form_right p a{text-decoration: underline;}
.footer_form_right p a:hover{color: var(--mainColor);}
.footer_form_right_ul_btn{width: 100%;}
.footer_form_right_ul_btn input{color: var(--mainColor);text-transform: uppercase;cursor: pointer;padding-left: 0 !important;transition: all 0.3s;}
.footer_form_right_ul_btn input:hover{background: var(--mainColor);color: #FFFFFF;}
.footer_last_box{width: 100%;height: auto;padding: 25px 0;border-top: 1px solid rgba(255,255,255,0.4);}
.footer_last_box .contentWH1600{display: flex;justify-content: space-between;align-items: center;}
.footer_last_box p{font-size: 14px;color: #FFFFFF;}
.footer_last_box p a{font-family: "Lato-Bold";}
.footer_last_box p:nth-last-of-type(1) a{font-family: "Lato-Regular";}
.footer_last_box p:nth-last-of-type(1) a:hover{text-decoration: underline;color: var(--mainColor);}
.privacy_box{width: 100%;height: auto;padding: 4% 0;}
.privacy_box h1{font-size: 30px;margin-bottom: 2%;}
.privacy_box p{font-size: 16px;line-height: 25px;margin-bottom: 5px;}

tbody{
	width: 100%;
}
 table {overflow-x: auto;border: 1px solid #cccccc;width: 100% !important;}
 
/*footer end*/
@media (max-width: 1920px) {
	.solution_content_ul_right h4{
		height: 58px;
	}
}
@media (max-width: 1768px) {
	.product_detial_info_content_right_right{width: 18.2%;}
	.solution_detial_project_content_right h2{font-size: 32px;}
	.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;}
}
@media (max-width: 1400px) {
	.product_detial_content_list_spec_box  img,
	.product_detial_content_list_description_box img{width: 100%;}
     .index_case_sw .swiper-slide{width: 80%;}
     .index_case_sw_page{left: 10% !important;}
     .index_blog_content_left_img{height: 100%;}
     .index_blog_content_left_img img{height: 100%;object-fit: cover;}
     .index_about_box{align-items: initial;}
     .index_about_right{padding-top: 30px;}
     .index_blog_content_right_content p{line-height: 1.6;}
     .service_list_right p{margin-top: 20px;}
     .service_list_right{padding-left: 40px;}
     .service_list_box li:nth-of-type(even) .service_list_right{padding-right: 40px;}
     .index_more{margin-top: 20px;}
     .about_development_right{right: -40px;}
	.about_development_left{left: -40px;}
	.about_certificate_content_sw_left{left: -40px;}
	.about_certificate_content_sw_right{right: -40px;}
     table {display: block;}
}
@media (max-width:1200px) {
	.solution_detial_info_box   img{width: 100%;}
     .index_solution_ul_content_ico{width: 65px;}
     .index_title_box{padding: 0;}
     .index_product_ul_content span{width: 70%;}
     .product_detial_info_content_right_right{width: 17.2%;}
     .service_list_right h2{font-size: 24px;}
     .service_list_right p{margin-top: 10px;}
     .about_tem_bottom_ul li{width: 100%;}
     .solution_content_ul li{width: 32%;margin-left: 2%;}
     .solution_content_ul li:nth-of-type(4n+1){margin-left: 2%;}
     .solution_content_ul li:nth-of-type(3n+1){margin-left: 0;}
     .news_list_boxs_ul_content h2{font-size: 16px;}
     .news_list_boxs_ul_content span{margin-top: 10px;}
     .news_list_boxs_ul_content h2{min-height: 75px;}
}
@media (max-width: 990px) {
     .nav_box li + li{margin-left: 10px;}
     .nav_first_link{font-size: 13px;}
     .header_top_right_info{display: none;}
     .index_product_ul_box{justify-content: space-between;}
     .index_product_ul_box li{width: 48.5%;margin-left: 0;}
     .index_about_box{flex-direction: column}
     .index_about_left{width: 100%;clip-path: initial;}
     .index_about_right{padding: 5% 4%;}
     .index_case_sw_div_content{padding: 5% 4%;}
     .index_case_sw_page{display: none;}
     .index_blog_content_list{flex-direction: column;}
     .index_blog_content_left{width: 100%;}
     .index_blog_content_right{width: 100%;margin-top: 30px;}
     .footer_center_nav_box{width: 32%;}
     .footer_center_right_box{width: 48.5%;margin-top: 30px;}
     .footer_form_right{width: 48.5%;margin-top: 30px;}
     .product_category_list_content_box{flex-wrap: wrap;}
	.product_category_list_content_left{width: 100%;}
	.product_category_list_content_right{margin-left: 0;padding-top: 50px;}
	.product_detial_info_content_box{flex-direction: column-reverse;}
	.product_detial_info_content_right{width: 100%;}
	.product_detial_info_content_left{width: 100%;margin-top: 30px;}
	.product_detial_info_content_right_right_sw .swiper-slide img{height: 100%;object-fit: cover;}
	.product_detial_btn_ul li + li{margin-left: 32px;}
	.solution_detial_project_content{flex-direction: column;}
	.solution_detial_project_content_left{width: 100%;}
	.solution_detial_project_content_right{width: 100%;margin-top: 30px;}
	.solution_detial_brief_content table th{font-size: 16px;}
	.solution_detial_brief_content table td{font-size: 12px;}
	.solution_detial_gallon_ul{justify-content: space-between;}
	.solution_detial_gallon_ul li{margin-left: 0;width: 48.5%;}
	.solution_why_us_ul li{margin-left: 0;width: 100%;}
	.service_list_box li .contentWH1600{flex-direction: column;}
	.service_list_img{width: 100%;}
	.service_list_right{padding-left: 0;margin-top: 30px;}
	.service_list_box li:nth-of-type(even) .contentWH1600{flex-direction: column;}
	.about_tem_top_box{flex-wrap: wrap;}
	.about_tem_top_left{width: 100%;flex: auto;}
	.about_tem_top_right{width: 100%;}
     .about_info_box .index_about_advantage li{width: 48.5%;}
     .solution_content_ul{justify-content: space-between}
     .solution_content_ul li{width: 48.5%;margin-left: 0 !important;}
     .news_list_boxs_ul_content h2{min-height: auto;}
}
@media (max-width: 768px) {
	.solution_content_ul_right h4{height: auto;}
     .header_top_left{display: none;}
     .header_top_right{justify-content: space-between;}
     .header_top_box{height: 8.8vw;}
     .header_top_right_search{margin-left: 0;}
     .header_top_right_search{width: 44vw;height: 6.8vw;}
     .header_top_right_search_txt{padding-left: 3.2vw;font-size: 3.2vw;}
     .header_top_right_search_btn{width: 3.5vw;right: 3.2vw;}
     .header_top_right_language{width: 3.8vw;margin-left: 1.8vw;}
     .header_top_right_language_list{right: 0;left: auto;transform: none;width: 42vw;}
     .header_top_right_language_list a{font-size: 3.2vw;padding: 0 1.2vw;line-height: 8.8vw;}
     .header_bottom_box{height: 13.8vw;}
     .logo{width: 26vw;}
     .nav_box{position: absolute;left: 0;top: 100%;width: 100%;height: calc(100vh - 13.8vw);z-index: 999;background: #FFFFFF;display: none;padding-left: 5%;}
     .nav_two_link{line-height: 10.8vw;font-size: 3.6vw;}
     .nav_list_item_content a{padding: 0 4%;line-height: 10.8vw;font-size: 3.6vw;}
     .nav_box li:nth-last-of-type(1) .nav_first_link{background: none;color: #000000;width: 100%;height: 10.8vw;text-align: left;justify-content: flex-start;}
     .nav_box li:nth-last-of-type(1) .nav_first_link:hover{color: var(--mainColor);}
     .nav_box li:nth-last-of-type(1).active .nav_first_link{color: #000;}
     .header_bottom_right{display: flex;align-items: center;}
     .hd_btn{display: block;}
     .nav_box li{height: auto;}
     .nav_box li + li{margin-left: 0;}
     .nav_first_link{font-size: 3.8vw;line-height: 10.8vw;display: inline-block;}
     .nav_box li.active .nav_first_link:after{top: 75%;}
     .nav_list_box{position: relative;}
     .nav_list_box{width: 100%;}
     .index_swiper_page span{width: 1.2vw;height: 1.2vw;border-width: 0.2vw;}
     .index_solution_box{padding: 8vw 0;background: url(../images/index_solution_bg.jpg) no-repeat center center;background-size: cover;}
     .index_solution_bg{height: 100%;display: none;}
     .index_title_box h2{font-size: 4.8vw;}
     .index_title_box p{font-size: 3.6vw;}
     .index_solution_ul{justify-content: space-between;margin-top: 5.8vw;}
     .index_solution_ul .swiper-slide h2{font-size: 3.8vw;margin-top: 3.2vw;}
     .index_product_box{padding: 8vw 0;}
     .index_product_ul_box{margin-top: 3.2vw;}
     .index_product_ul_box li{width: 100%;margin-top: 3.8vw;}
     .index_product_ul_content{padding: 5% 4%;}
     .index_product_ul_content h2{font-size: 3.8vw;}
     .index_product_ul_content p{font-size: 3.6vw;margin-top: 1.6vw;}
     .index_product_ul_content span{height: 6.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .index_more{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
     .index_about_left a:after{background-size: 11vw auto;}
     .index_about_right_top h2{font-size: 4.8vw;}
     .index_about_right_top p{font-size: 3.6vw;margin-top: 3.6vw;}
     .index_about_right_top a{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .index_about_advantage li{margin-top: 3.8vw;padding-bottom: 1.8vw;}
     .index_about_advantage li h2{font-size: 4.8vw;}
     .index_about_advantage li p{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_case_box{padding: 8vw 0;}
     .index_case_content{margin-top: 5.8vw;}
     .index_case_sw .swiper-slide{width: 100%;}
     .index_case_sw_div{padding-bottom: 0;}
     .index_case_sw_div_content{width: 100%;position: relative;right: 0;}
     .index_case_content{padding: 0 4%;}
     .index_case_sw .swiper-slide.swiper-slide-active img{border-radius: 2vw 2vw 0 0;}
     .index_case_sw_div_content{border-radius: 0 0 2vw 2vw;}
     .index_case_sw_div_content h4{font-size: 3.8vw;}
     .index_case_sw_div_content p{font-size: 3.6vw;line-height: 1.6;margin-top: 1.8vw;}
     .index_case_sw_div_content a{font-size: 3.6vw;margin-top: 3.8vw;}
     .index_blog_box{padding: 8vw 0;}
     .index_blog_content_box{margin-top: 3.8vw;}
     .index_blog_content_left_content{padding: 5% 4%;}
     .index_blog_content_left{border-radius: 2vw;}
     .index_blog_content_left_content h2{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_blog_content_left_content p{font-size: 3.2vw;margin-top: 1.8vw;}
     .index_blog_content_right{margin-top: 5.8vw;}
     .index_blog_content_right li a{flex-wrap: wrap;}
     .index_blog_content_right_img{width: 100%;}
     .index_blog_content_right_content{width: 100%;margin-top: 3.2vw;}
     .index_blog_content_right_content h2{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_blog_content_right_content p{margin-top: 3.2vw;}
     .index_blog_content_right li a{padding-bottom: 3.2vw;}
     .index_product_top_title h2{font-size: 4.8vw;text-align: center;}
     .index_nav_box{justify-content: center;}
     .index_nav_box li{margin-right: 2%;font-size: 3.6vw;margin-top: 3.2vw;}
     .footer_form_box{padding: 8vw 0;}
     .footer_form_box h2{font-size: 4.8vw;}
     .footer_form_box p{font-size: 3.6vw;margin-top: 3.2vw;}
     .footer_form_box a{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .footer_center_box .contentWH1600{padding: 8vw 0;}
     .footer_center_nav_title{font-size: 4.2vw;margin-bottom: 1.8vw;}
     .footer_center_nav_box a{font-size: 3.2vw;margin-top: 1.8vw;}
     .footer_center_right_box{width: 100%;margin-top: 5.8vw;}
     .footer_center_right_ul li img{width: 3.8vw;margin-top: 1.8vw;}
     .footer_center_right_ul li p{font-size: 3.6vw;margin-left: 0.8vw;}
     .footer_center_right_share{margin-top: 3.8vw}
     .footer_center_right_share li{width: 6vw;}
     .footer_center_right_share li + li{margin-left: 3.2vw;}
     .footer_form_right{width: 100%;margin-top: 5.8vw;}
     .footer_form_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
     .footer_form_right_ul li textarea{padding: 3.2vw;height: 28vw;font-size: 3.2vw;}
     .footer_form_right p{font-size: 3.2vw;}
     .footer_last_box{padding: 3.2vw 0;}
     .footer_last_box .contentWH1600{flex-direction: column;align-items: center;}
     .footer_last_box p{font-size: 3.2vw;text-align: center;}
     .product_category_box{padding: 8vw 0;}
	.product_category_ul{margin-top: 3.2vw;}
	.product_category_ul li{width: 100%;margin-top: 3.8vw;border-radius: 0px 0px 2vw 0px;}
	.product_category_ul_txt{padding: 5% 4%;}
	.product_category_ul_txt h2{font-size: 4.2vw;}
	.product_category_ul_txt p{padding-right: 0;font-size: 3.2vw;margin-top: 3.2vw;height: auto;}
	.product_category_ul_txt span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.product_title_box h1{font-size: 4.8vw;}
	.product_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_category_list_content_left{border-right: none;padding: 0;}
	.product_category_list_content_left_box{padding-top: 8vw;}
	.product_category_list_content_left_search{height: 10.8vw;}
	.product_category_list_content_left_inpu{font-size: 3.6vw;padding-left: 3.2vw;}
	.product_category_nav_top{height: 10.8vw;}
	.product_category_nav_top h2{font-size: 3.6vw;}
	.product_category_nav_top span{font-size: 3.6vw;}
	.product_category_nav_bottom a{font-size: 3.6vw;}
	.product_category_nav_bottom{padding-bottom: 3.2vw;}
	.product_category_list_content_right{padding-top: 5.8vw;}
     .product_category_list_content_right_txt h2,
	.product_category_list_content_right_txt h1{font-size: 4.8vw;}
     .product_category_list_content_right_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_category_list_content_right_ul{margin-top: 3.2vw;justify-content: space-between;}
	.product_category_list_content_right_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.product_category_list_content_right_ul_logo{width: 20vw;}
	.product_category_list_content_right_ul_txt{margin-top: 3.6vw;}
	.product_category_list_content_right_ul_txt h2{font-size: 3.8vw;}
	.product_category_list_content_right_ul_txt p{font-size: 3.2vw;}
	.product_category_list_content_right_ul li a{padding: 5% 4%;}
	.product_detial_info_content_box{padding-top: 0;}
	.product_detial_info_content_left{margin-top: 5.8vw;}
	.product_detial_info_content_left h1{font-size: 4.8vw;}
	.product_detial_info_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_info_content_left_link{margin-top: 0;}
	.product_detial_info_box{padding: 8vw 0;}
	.product_detial_info_content_left_link a + a{margin-left: 3.6vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_content_list{margin-top: 8vw;}
	.product_detial_content_list_title h2{font-size: 4.8vw;}
	.product_detial_content_list_description_box{margin-top: 3.2vw;}
	.product_detial_content_list_description_box p{font-size: 3.2vw;}
	.product_detial_content_list_spec_box table td{font-size: 3.2vw;height: 8.8vw;padding-left: 1.8vw;}
	.product_detial_content_list_spec_box table{border-spacing: 0;}
	.product_detial_video_box{margin-top: 5.8vw;}
	.product_detial_video_box a:after{background-size: 11vw auto;}
	.product_application_content_sw{margin-top: 5.8vw;}
	.product_application_content_sw h2{font-size: 3.6vw;}
	.product_application_content_sw_txt{padding: 4%;}
	.product_detial_content_list_more_title h2{font-size: 4.8vw;}
	.product_detial_content_list_more_content{margin-top: 5.8vw;}
	.product_detial_related_video_box{margin-top: 5.8vw;}
	.product_detial_content_list_more_content_video{margin-top: 3.2vw;flex-wrap: wrap;}
	.product_detial_content_list_more_content_video li{width: 100%;margin-top: 3.8vw;}
	.product_detial_content_list_more_content_img a:after{background-size: 11vw auto;}
	.product_detial_content_list_more_content_video li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_detial_related_box{padding: 8vw 0;}
	.product_detial_related_sw{margin-top: 5.8vw;}
	.product_detial_related_sw_txt{padding: 5% 4%;}
	.product_detial_related_sw_txt h2{font-size: 3.8vw;}
	.product_detial_related_sw_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.product_detial_content_list:nth-of-type(even){padding: 8vw 0;}
	.product_faq_box{margin-top: 8vw;}
	.product_faq_ul_top h2{font-size: 3.8vw;}
	.product_faq_ul{margin-top: 3.8vw;}
	.product_faq_ul_top{height: 10.8vw;}
	.product_faq_ul_top span{width: 4.8vw;}
	.product_faq_ul_bottom p{font-size: 3.6vw;}
	.product_faq_ul_bottom{padding-bottom: 3.2vw;}
	.product_detial_info_content_left_link{margin-top: 5.8vw;}
     .solution_content_ul li{width: 100%;}
     .solution_content_ul_right h4{font-size: 4.2vw;}
     .solution_content_ul li{margin-top: 3.8vw;}
     .solution_content_ul a{padding: 0;}
     .solution_content_ul_right p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_content_ul_right{margin-top: 3.6vw;}
     .solution_content_ul_right span{width: 38vw;height: 10vw;font-size: 3.8vw;margin-top: 3.8vw;}
     .solution_content_box{padding: 8vw 0;}
     .solution_content_ul{margin-top: 3.2vw;}
	.solution_detial_info_box{padding: 8vw 0;}
     .solution_detial_info_box h1{font-size: 4.8vw;}
	.solution_detial_info_box p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_detial_project_box{padding: 8vw 0;}
	.solution_detial_project_content{margin-top: 5.8vw;}
	.solution_detial_project_content_left a:after{background-size: 11vw auto;}
	.solution_detial_project_content_left{border-radius: 2vw;}
	.solution_detial_project_content_right{margin-top: 5.8vw;}
	.solution_detial_project_content_right h2{font-size: 4.8vw;text-align: center;}
	.solution_detial_project_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_detial_brief_box{padding: 8vw 0;}
	.solution_detial_brief_content{margin-top: 5.8vw;}
	.solution_detial_brief_content p{font-size: 3.6vw;}
	.solution_detial_brief_content table{margin-top: 3.8vw;}
	.solution_detial_brief_content table th{font-size: 3.6vw;height: 8.8vw;}
	.solution_detial_brief_content table td{word-wrap:break-word;word-break: break-all;}
	.solution_detial_introduction_box{padding: 8vw 0;}
	.solution_detial_introduction_content{margin-top: 5.8vw;}
	.solution_detial_introduction_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_gallon_ul{margin-top: 3.2vw;}
	.solution_detial_gallon_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;border-radius: 2vw;}
	.solution_detial_gallon_ul li h2{padding: 5% 4%;font-size: 3.8vw;}
	.solution_key_box{padding: 8vw 0;}
	.solution_key_content{margin-top: 3.2vw;}
	.solution_key_content p{font-size: 3.6vw;}
	.solution_why_us .index_title_box{padding: 0;}
	.solution_why_us{margin-top: 5.8vw;}
	.solution_why_us_ul li{margin-top: 3.8vw;padding: 4%;border-radius: 2vw;}
	.solution_why_us_ul li h2{font-size: 4.2vw;}
	.solution_why_us_ul li p{font-size: 3.6vw;margin-top: 3.6vw;}
	.service_box{padding: 8vw 0;padding-bottom: 0;}
	.service_list_box li{padding: 8vw 0;}
	.service_list_right{margin-top: 3.8vw;}
	.service_list_right h2{font-size: 4.2vw;}
	.service_list_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_list_box li:nth-of-type(even) .service_list_right{padding: 0;}
	.about_development_bottom:before{width: 80%;left: 50%;transform: translateX(-50%);}
	.about_certificate_box{padding: 8vw 0;}
	.about_certificate_content_sw_right, .about_certificate_content_sw_left{display: none;}
	.about_certificate_content_box{margin-top: 5.8vw;}
	.about_certificate_content_sw .swiper-slide h3{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-bottom: 8vw;}
	.about_culture_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.about_culture_ul li{width: 100%;border-radius: 2vw;padding: 5% 4%;margin-top: 3.8vw;}
	.about_culture_ul_ico{width: 11vw;}
	.about_culture_ul li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.about_culture_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_content_box h1{font-size: 4.8vw;}
	.about_info_content_box p{font-size: 3.6vw;margin-top: 3.6vw;}
	.about_info_content_video{margin-top: 5.8vw;border-radius: 2vw;}
	.about_info_content_video a:after{background-size: 11vw auto;}
	.about_culture_box{padding: 8vw 0;}
	.about_development_box{padding: 8vw 0;}
	.about_development_sw_top h5{font-size: 4.8vw;}
	.about_development_sw_top h4{font-size: 6.8vw;margin-top: 3.2vw;}
	.about_development_sw_top p{padding: 0;font-size: 3.6vw;}
	.about_development_right, .about_development_left{display: none;}
	.about_development_bottom{margin-top: 5.8vw;}
	.about_development_sw_bottom{width: 100%;}
	.about_development_sw_bottom h4{font-size: 4.2vw;}
     .news_content_box{padding: 8vw 0;}
	.news_list_boxs{padding-top: 3.2vw;}
     .news_list_boxs_ul{justify-content: space-between;}
     .news_list_boxs_ul li{margin-left: 0;margin-top: 3.8vw;width: 100%;}
     .news_list_boxs_ul_content{padding: 5% 4%;}
     .news_list_boxs_ul_content h2{font-size: 3.6vw;margin-top: 3.2vw;}
     .news_list_boxs_ul_content span{font-size: 3.6vw;margin-top: 3.8vw;}
     .download_list_content{margin-top: 5.8vw;}
     .video_box{padding: 8vw 0;}
     .video_list_box li iframe{height: 68vw;}
     .contactBox202006131030 .contactInfo ul li {
        font-size: 3.6vw;
        line-height: 5.8vw;
        padding-top: 2vw;
        background-size: 4vw auto;
        background-position: left 3vw;
        padding-left: 5.2vw;
    }

    .contactBox202006131030 {
        padding: 8vw 0px;
    }
    .contactBox202006131030 .textBox {
        margin-bottom: 3.8vw;
    }
    .contactBox202006131030 .textBox h2 {
        font-size: 4.6vw;
        margin-bottom: 3.2vw;
    }
    .contactBox202006131030 .contactInfo {
        width: 100%;
    }

    .contactBox202006131030 .contactInfo ul li a {
        font-size: 3.6vw;
    }
    .contactBox202006131030 .contactForm {
        width: 100%;
        padding: 0;
    }
    .contactBox202006131030 .title h2 {
        font-size: 4.6vw;
        margin-top: 5.8vw;
        line-height: normal;
    }
    .contactBox202006131030 .contactInfo {
        width: 100%;
    }
    .contactBox202006131030 .contactForm .info .label_control {
        font-size: 3.6vw;
    }
	.search_list_ul li{
		width: calc((100% - 10px ) / 2);
		margin:  0 10px 10px 0;
	}
	.search_list_ul li:nth-child(2n){
		margin-right: 0;
	}
	body{
		padding-bottom: 48px;
	}
	.product_application_content_sw_right{
		right: 2%;
	}
	.product_application_content_sw_left{
		left: 2%;
	}
}    


@media (max-width: 430px) {
	.search_list_ul li{width: 100%;margin-right: 0;}
	.product_faq_ul_bottom span,
	.product_faq_ul_bottom {font-size: 14px !important;line-height: 24px;color: #666 !important;}
}