@font-face{
     font-family: 'Poppins-Black';
     src: url('fonts/Poppins-Black.ttf');
}
@font-face{
     font-family: 'Poppins-Bold';
     src: url('fonts/Poppins-Bold.ttf');
}
@font-face{
     font-family: 'Poppins-ExtraBold';
     src: url('fonts/Poppins-ExtraBold.ttf');
}
@font-face{
     font-family: 'OpenSans-Bold';
     src: url('fonts/OpenSans-Bold.ttf');
}
@font-face{
     font-family: 'OpenSans-ExtraBold';
     src: url('fonts/OpenSans-ExtraBold.ttf');
}
@font-face{
     font-family: 'OpenSans-Light';
     src: url('fonts/OpenSans-Light.ttf');
}
@font-face{
     font-family: 'OpenSans-Medium';
     src: url('fonts/OpenSans-Medium.ttf');
}
@font-face{
     font-family: 'OpenSans-Regular';
     src: url('fonts/OpenSans-Regular.ttf');
}
@font-face{
     font-family: 'OpenSans-SemiBold';
     src: url('fonts/OpenSans-SemiBold.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Thin';
     src: url('fonts/Poppins-Thin.ttf');
}
:root{
	--mainColor:#0098e2;
}
*{
	font-family: "OpenSans-Regular";
}
/*header start*/
.header{width: 100%;height: auto;}
.header_top_box{width: 100%;height: 30px;border-bottom: 1px solid #efefef;}
.header_top_box .contentWH1400{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.header_top_left{display: flex;height: 100%;justify-content: flex-start;align-items: center;}
.header_top_left_link{width: 16px;color: #000000;font-family: "OpenSans-Light";display: block;width: auto;}
.header_top_left_share{display: flex;justify-content: flex-start;align-items: center;}
.header_top_left_share li{width: 15px;height: auto;margin-left: 27px;opacity: 0.5;transition: all 0.3s;}
.header_top_left_share li img{width: 100%;height: auto;display: block;}
.header_top_left_share li:hover{opacity: 1;}
.header_top_right{height: 100%;display: flex;justify-content: flex-end;}
.header_top_right li{display: flex;justify-content: flex-start;height: 100%;}
.header_top_right li + li{margin-left: 25px;}
.header_top_right li a{display: flex;justify-content: flex-start;align-items: center;height: 100%;}
.header_top_right li img{width: 19px;height: auto;display: block;opacity: 0.5;transition: all 0.3s;}
.header_top_right li p{font-size: 12px;color: #000000;font-family: "OpenSans-Light";margin-left: 13px;}
.header_top_right li:hover img{opacity: 1;}
.header_top_right li:hover p{text-decoration: underline;}
.header_bottom_box{width: 100%;height: auto;}
.header_bottom_box.fixed{position: fixed;top: 0;left: 0;z-index: 999;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);transition: all 0.6s;}
.header_bottom_box.fixed.active{top: -90px;}
.header_bottom_content_box{width: 100%;height: 72px;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: 160px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.nav_box{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav_box li{height: 100%;margin-left: 30px;position: relative;}
.nav_top_box{height: 100%;display: flex;justify-content: flex-start;align-items: center;}
.fristLink{font-size: 14px;color: #06132f;text-transform: uppercase;}
.nav_box li i{display: block;width: 11px;height: auto;margin-left: 5px;transition: all 0.3s;}
.nav_box li:hover .fristLink,
.nav_box li.on .fristLink{color: var(--mainColor);}
.nav_bottom_box{width: 480px;height: auto;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;justify-content: space-between;flex-wrap: wrap;z-index: 99;}
.nav_bottom_box a{height: 45px;border-bottom: 1px solid #E5E5E5;padding: 0 10px;transition: all 0.3s;width: 50%;font-size: 14px;display: flex;align-items: center;}
.nav_bottom_box a:nth-of-type(odd){border-right: 1px solid #E5E5E5;}
.nav_bottom_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_box li:hover .nav_bottom_box{display: flex;}
.header_bottom_content_right{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_bottom_content_right_search{width: 263px;height: 36px;border-bottom: 1px solid rgba(0,0,0,0.1);position: relative;}
.header_bottom_content_right_search form{display: block;width: 100%;height: 100%;}
.header_bottom_content_right_search_input{display: block;border: none;background: none;color: #06132f;font-size: 14px;font-family: "OpenSans-Light";width: 100%;height: 100%;outline: none;}
.header_bottom_content_right_search_input::placeholder{color: rgba(6, 19, 47, 0.4);}
.header_bottom_content_right_search_btn{display: block;width: 16px;height: 16px;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 16px auto;border: none;position: absolute;right: 0;top: 50%;transform: translateY(-50%);cursor: pointer;}
.header_bottom_content_right_language{height: 100%;margin-left: 30px;position: relative;}
.header_bottom_content_right_language_btn{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #06132F;font-family: "OpenSans-Light";height: 100%;cursor: pointer;}
.header_bottom_content_right_language_btn img{display: block;margin-left: 5px;margin-top: 5px;}
.header_bottom_content_right_language_content{width: 120px;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);display: none;z-index: 99;}
.header_bottom_content_right_language_content a{height: 45px;border-bottom: 1px solid #E5E5E5;padding: 0 10px;transition: all 0.3s;width: 100%;font-size: 14px;display: flex;align-items: center;}
.header_bottom_content_right_language_content a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_bottom_content_right_language:hover .header_bottom_content_right_language_content{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:  #000000;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:first-child  .index_banner_swiper_content_box{display: none;}
.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: 37.72%;height: auto;padding: 46px 44px;background: rgba(255,255,255,0.8);border-radius: 0px 0px 100px 0px;-webkit-animation-delay: 1s;}
.index_banner_swiper_content h2{font-size: 30px;color: #000000;font-family: "OpenSans-Bold";}
.index_banner_swiper_content p{font-size: 16px;color: #000000;font-family: "OpenSans-Light";line-height: 1.8;margin-top: 8px;}
.index_more{display: flex;justify-content: center;align-items: center;width: 177px;height: 50px;background: var(--mainColor);border-radius: 5px;font-size: 18px;color: #FFFFFF;font-family: "OpenSans-Light";transition: all 0.3s;}
.index_more:hover{transform: scale(1.1);}
.index_banner_swiper_content a{margin-top: 10px;}
.index_banner_sw_page span{width: 8px;height: 8px;border: 2px solid #FFFFFF;opacity: 1 !important;border-radius: 0;background: none;}
.index_banner_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_products_box{width: 100%;height: auto;padding: 60px 0px;background: #f0f2f7;overflow: hidden;}
.index_title_box h1,
.index_title_box h2{font-size: 30px;color: #000000;font-family: "OpenSans-Light";text-align: center;}
.index_title_box p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";text-align: center;line-height: 1.6;margin-top: 5px;}
.index_products_content_box{width: 100%;height: auto;margin-top: 40px;display: flex;justify-content: space-between;}
.index_products_content_left{width: 36.72%;height: auto;position: relative;}
.index_products_content_left a{display: block;width: 100%;height: 100%;}
.index_products_content_left_img{width: 100%;height: 100%;overflow: hidden;}
.index_products_content_left_img img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all 0.3s;}
.index_products_content_left:hover .index_products_content_left_img img{transform: scale(1.1);}
.index_products_content_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.6);display: flex;align-items: flex-end;justify-content: center;padding-bottom: 80px;}
.index_products_content_left_content_txt{width: 59.6%;height: auto;}
.index_products_content_left_content_txt h2{font-size: 24px;color: #FFFFFF;font-family: "OpenSans-Bold";}
.index_products_content_left_content_txt p{font-size: 14px;color: #F0F2F7;font-family: "OpenSans-Light";line-height: 1.6;margin-top: 18px;}
.index_products_content_left_content_txt span{display: block;font-size: 16px;color: #FFFFFF;font-family: "OpenSans-Light";text-decoration: underline;margin-top: 18px;}
.index_products_content_right{width: 61.9%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_products_content_right li{width: 32%;height: auto;margin-left: 2%;background: #FFFFFF;}
.index_products_content_right li:nth-of-type(3n+1){margin-left: 0;}
.index_products_content_right li:nth-of-type(1),.index_products_content_right li:nth-of-type(2),.index_products_content_right li:nth-of-type(3){margin-bottom: 19px;}
.index_products_content_right_img{width: 100%;height: auto;overflow: hidden;border-bottom: 1px solid #F0F2F7;}
.index_products_content_right_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_products_content_right li h2{font-size: 16px;color: #151515;text-align: center;height: 42px;display: flex;align-items: center;justify-content: center;}
.index_products_content_right li:hover .index_products_content_right_img img{transform: scale(1.1);}
.index_products_content_right li:hover h2{color: var(--mainColor);}
.index_loto_box{width: 100%;height: auto;position: relative;}
.index_loto_bg{width: 100%;height: auto;}
.index_loto_bg img{width: 100%;height: auto;display: block;}
.contact_info_right p{
	font-size: 30px;
	color: #000000;
	font-family: "OpenSans-Light";
	text-align: left;
	margin-bottom: 15px;
}
.contact_info_right{
	padding:  3% ;
}
.contact_info_right .info{
	width: 100%;
	height: 35px;
}
.contact_info_right .info  input[type=text],
.contact_info_right textarea{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}
.contact_info_right .info  input[type=text]::placeholder,
.contact_info_right textarea::placeholder{
	font-size: 14px;
	color: #000;
}
.contact_info_right form{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_info_right textarea{
	padding-top: 10px;
}
.contact_info_right .textarea{
	width: 100%;
	height: 120px;
}
.contact_info_right .info  input[type=submit]{
	cursor: pointer;
	width: fit-content;
	    font-style: normal;
	    border: none;
   padding: 0 50px;
	   font-size: 16px;
	   color: #fff;
	   height: 45px;
	       border-radius: 5px;
	   line-height: 45px;
	   background: var(--mainColor);
}



.index_loto_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index_loto_content_box h2{font-size: 30px;color: #FFFFFF;font-family: "OpenSans-Bold";text-align: center;}
.index_loto_content_box a{margin: 0px auto;margin-top: 10px;font-family: "OpenSans-Regular";}
.index_why_choose_box{width: 100%;height: auto;overflow: hidden;}
.index_why_choose_content_box{width: 100%;height: auto;padding: 50px 0;border-bottom: 1px solid rgba(0,0,0,0.1);position: relative;display: flex;justify-content: space-between;align-items: center;}
.index_why_choose_content_box:after{content: "";display: block;width: 100%;height: 1px;background: rgba(0,0,0,0.1);position: absolute;left: 0;bottom: -6px;}
.index_why_choose_content_box:before{content: "";display: block;width: 100%;height: 1px;background: rgba(0,0,0,0.1);position: absolute;left: 0;bottom: 4px;}
.index_why_choose_content_left{width: 29.6%;height: auto;}
.index_why_choose_content_left h2{font-size: 30px;color: #000000;font-family: "OpenSans-Light";}
.index_why_choose_content_left p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 18px;}
.index_why_choose_content_left_ul{width: 100%;height: auto;}
.index_why_choose_content_left_ul li{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.index_why_choose_content_left_ul li img{display: block;width: 48px;height: auto;}
.index_why_choose_content_left_ul li h3{font-size: 18px;color: #000000;margin-left: 25px;}
.index_why_choose_content_right{width: 62.1%;height: auto;position: relative;border: 9px solid #FFFFFF;box-shadow: 0px 0px 18px 0px rgba(108, 108, 108, 0.16);}
.index_why_choose_content_right img{width: 100%;height: auto;display: block;}
.index_why_choose_content_right a:after{background: url(../images/index_why_us_video_ico.png) no-repeat center center;background-size: 66px auto;}
.index_solution_box{width: 100%;height: auto;padding: 62px 0px;overflow: hidden;}
.index_solution_box .index_title_box p{padding: 0 30%;}
.index_solution_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 25px;}
.index_solution_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 30px;position: relative;}
.index_solution_ul li:nth-of-type(1),.index_solution_ul li:nth-of-type(3){margin-left: 0;}
.index_solution_bg{width: 100%;height: auto;overflow: hidden;}
.index_solution_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_solution_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 30px;display: flex;align-items: flex-end;transition: all 0.3s;}
.index_solution_content_txt{width: 100%;height: auto;}
.index_solution_content_txt h2{font-size: 18px;color: #FFFFFF;font-family: "OpenSans-Bold";}
.index_solution_content_txt p{font-family: "OpenSans-Light";font-size: 14px;color: #FFFFFF;line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;display: none;}
.index_solution_content_txt span{display: block;font-size: 16px;color: #FFFFFF;font-family: "OpenSans-Light";text-decoration: underline;margin-top: 80px;position: relative;display: none;}
.index_solution_ul li:nth-of-type(2){width: 66%;}
.index_solution_ul li:nth-of-type(2) .index_solution_content_txt{width: 43%;}
.index_solution_ul li:hover .index_solution_content{background: rgba(0,0,0,0.2);}
.index_solution_ul li:hover .index_solution_bg img{transform: scale(1.1);}
.index_solution_ul li:hover .index_solution_content_txt p{display: -webkit-box;}
.index_solution_ul li:hover .index_solution_content_txt span{display: block;}
.index_about_box{width: 100%;height: auto;padding-top: 45px;background: #f0f2f7;}
.index_about_title{width: 46.5%;height: auto;margin: 0px auto;}
.index_about_title h2{font-size: 16px;color: #000000;font-family: "OpenSans-Light";text-align: center;}
.index_about_title img{display: block;width: 160px;height: auto;margin: 0px auto;margin-top: 10px;}
.index_about_title p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";text-align: center;line-height: 1.6;margin-top: 15px;}
.index_about_more{display: block;text-align: center;font-size: 16px;color: #000000;font-family: "OpenSans-Light";margin-top: 30px;text-decoration: underline;transition: all 0.3s;}
.index_about_more:hover{color: var(--mainColor);}
.index_aboutadvantage_box{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 80px;}
.index_aboutadvantage_box li{width: 20%;height: auto;margin-left: 28px;}
.index_aboutadvantage_box li:nth-of-type(1){margin-left: 0;}
.index_aboutadvantage_box li h4{display: block;padding-bottom: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);width: 100%;text-align: center;font-size: 30px;color: #000000;font-family: "OpenSans-Bold";font-style: italic;}
.index_aboutadvantage_box li h4 span{font-family: "OpenSans-Bold";}
.index_aboutadvantage_box li sub{font-size: 18px;color: #000000;font-family: "OpenSans-Bold";}
.index_aboutadvantage_box li p{font-size: 14px;color: #000000;text-align: center;font-family: "OpenSans-Light";margin-top: 10px;}
.index_about_img{width: 100%;height: auto;}
.index_about_img img{width: 100%;height: auto;display: block;margin-top: 30px;}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_news_ul li{width: 24.2%;height: auto;margin-top: 40px;border: 1px solid #E5E5E5;margin-left: 1.06%;transition: all 0.3s;}
.index_news_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_news_ul li a{display: block;width: 100%;height: auto;padding: 10px;padding-bottom: 22px;}
.index_news_ul_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.index_news_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_ul_txt{width: 100%;height: auto;margin-top: 25px;}
.index_news_ul_time{font-size: 14px;color: #000000;font-family: "OpenSans-Light";}
.index_news_ul_txt h3{font-size: 18px;color: #000000;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-top: 20px;height: 48px;}
.index_news_ul_txt p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.6;margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 45px;}
.index_news_ul_txt span{display: block;font-size: 16px;color: #000000;font-family: "OpenSans-Light";margin-top: 30px;}
.index_news_ul li:hover{box-shadow: 0px 0px 18px 0px rgba(108, 108, 108, 0.48);}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.1);}
.index_news_ul li:hover .index_news_ul_txt span{color: var(--mainColor);text-decoration: underline;}
.index_news_name{padding: 0 8px;height: 28px;background: var(--mainColor);color: #FFFFFF;border-radius: 5px;font-size: 18px;color: #FFFFFF;font-family: "OpenSans-Light";position: absolute;left: 10px;top: 6px;}
/*product.html start*/
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.product_banner_content_txt{width: 38.7%;height: auto;padding: 80px 55px;background: rgba(0, 152, 226, 0.9);box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.14);border-radius: 0px 0px 100px 0px;}
.product_banner_content_txt h1{font-size: 36px;color: #FFFFFF;font-family: "OpenSans-Bold";}
.product_banner_content_txt a{background: #FFFFFF;color: var(--mainColor);font-family: "OpenSans-Medium";margin-top: 18px;}
.crumbs_box{box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.09);}
.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;position: relative;}
.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;}
.product_category_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-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_lockout_box{width: 100%;height: auto;padding: 69px 0px 46px;position: relative;overflow: hidden;}
.product_lockout_box:before{content: "";display: block;width: 100%;height: 62%;background: var(--mainColor);position: absolute;left: 0;top: 0;}
.product_lockout_box:after{content: "";display: block;width: 100%;height: 38%;background: #f0f0f0;position: absolute;left: 0;bottom: 0;}
.product_lockout_box .contentWH1400{position: relative;z-index: 2;}
.product_lockout_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 38px;}
.product_lockout_ul li{width: 24%;height: auto;margin-left: 1.3%;height: auto;border-radius: 0px 5px 0px 0px;background: #FFFFFF;overflow: hidden;margin-top: 20px;}
.product_lockout_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_lockout_ul_img{width: 100%;height: auto;overflow: hidden;}
.product_lockout_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_lockout_ul_img:hover img{transform: scale(1.1);}
.product_lockout_ul_content{width: 100%;height: auto;padding: 40px 42px;padding-top: 0;}
.product_lockout_ul_content h2{color: var(--mainColor);text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_lockout_ul_content p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.6;text-align: center;margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 68px;}
.product_lockout_inquire{margin: 0px auto;margin-top: 35px;}
.products_types_box{width: 100%;height: auto;padding: 80px 0;}
.products_types_box .index_title_box p{padding: 0 8%;}
.products_types_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.products_types_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;}
.products_types_ul li:nth-of-type(3n+1){margin-left: 0px;}
.products_types_ul_img{width: 100%;height: auto;border: solid 1px #eeeeee;overflow: hidden;}
.products_types_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.products_types_ul li h2{display: flex;justify-content: center;align-items: center;width: 100%;height: 82px;background: #e1e1e1;box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);font-size: 18px;color: #000000;text-align: center;}
.products_types_ul li:hover .products_types_ul_img img{transform: scale(1.1);}
.products_types_box .index_more{margin: 0px auto;font-family: "OpenSans-Medium";margin-top: 50px;}
.product_how_box{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #f0f0f0;overflow: hidden;}
.product_how_left_box{width: 43.13%;height: auto;padding: 65px 0;}
.product_how_left_title{width: 60.2%;height: auto;margin-left: 31.5%;}
.product_how_left_title h2{font-size: 30px;color: #000000;}
.product_how_left_title p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 18px;}
.product_how_left_ul{width: 100%;height: auto;margin-top: 40px;}
.product_how_left_ul li{width: 100%;height: 62px;padding-left: 31.5%;display: flex;justify-content: flex-start;align-items: center;transition: all 0.3s;cursor: pointer;}
.product_how_left_ul li span{display: block;width: 12px;height: auto;margin-right: 20px;opacity: 0;transition: all 0.3s;}
.product_how_left_ul li span img{width: 100%;height: auto;display: block;}
.product_how_left_ul li h3{font-size: 18px;color: #000000;transition: all 0.3s;}
.product_how_left_ul li:hover,
.product_how_left_ul li.on{background: #fafafa;}
.product_how_left_ul li:hover span,
.product_how_left_ul li.on span{opacity: 1;}
.product_how_left_ul li:hover h3,
.product_how_left_ul li.on h3{color: var(--mainColor);}
.product_how_right_box{flex: 1;background: #fafafa;padding: 60px 44px;}
.product_how_right_list{width: 100%;height: auto;display: none;}
.product_how_right_txt{width: 64.1%;height: auto;}
.product_how_right_txt_top{width: 100%;height: auto;}
.product_how_right_txt_top h2{font-size: 24px;color: var(--mainColor);font-family: "OpenSans-Bold";}
.product_how_right_txt_top_ul{width: 100%;height: auto;}
.product_how_right_txt_top_ul li{width: 100%;height: auto;padding-left: 32px;position: relative;margin-top: 24px;}
.product_how_right_txt_top_ul li:before{content: "";display: block;width: 12px;height: auto;aspect-ratio: 1/1;background: url(../images/product_how_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 0;top: 8px;}
.product_how_right_txt_top_ul li h3{font-size: 18px;color: #000000;font-family: "OpenSans-Light";}
.product_how_right_txt_top_ul li h3 strong{color: var(--mainColor);}
.product_how_right_txt_top_ul li p{font-size: 18px;color: #000000;font-family: "OpenSans-Light";line-height: 1.8;margin-top: 8px;position: relative;}
.product_how_right_txt_top_ul li p i{color: var(--mainColor);font-style: initial;font-size: 28px;margin-right: 3px;}
.product_how_right_txt_img{width: 100%;height: auto;margin-top: 30px;}
.product_how_right_txt_img img{max-width: 100%;height: auto;display: block;}
.product_how_right_txt a{margin-top: 30px;font-family: "OpenSans-Medium";}
.product_download_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.product_download_ul{width: 100%;height: auto;margin-top: 30px;}
.product_download_ul li{width: 100%;height: auto;box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.09);margin-top: 18px;}
.product_download_ul li a{display: flex;justify-content: space-between;align-items: center;width: 100%;height: auto;padding: 17px 28px;}
.product_download_left{flex: 1;margin-right: 26px;display: flex;justify-content: flex-start;align-items: center;}
.product_download_left_img{width: 215px;height: auto;padding: 13px 0;border: 1px solid #E5E5E5;border-radius: 10px;display: flex;justify-content: center;align-items: center;}
.product_download_left_img img{max-width: 100%;height: auto;display: block;}
.product_download_left h2{font-size: 24px;color: #000000;display: block;flex: 1;margin-left: 26px;}
.product_download_ul li span{display: flex;justify-content: center;align-items: center;width: 248px;height: 72px;background: var(--mainColor);border-radius: 5px;margin-right: 60px;font-size: 18px;color: #FFFFFF;}
.product_download_ul li span img{display: block;margin-right: 5px;}
.product_video_box{width: 100%;height: auto;padding: 60px 0;background: #F0F0F0;overflow: hidden;}
.product_video_content{width: 100%;height: auto;margin-top: 45px;border: 16px solid #FFFFFF;position: relative;}
.product_video_content img{width: 100%;height: auto;display: block;}
.product_video_content a:after{background: url(../images/product_video_ico.png) no-repeat center center;background-size: 48px auto;}
.product_advantage_box{width: 100%;height: auto;overflow: hidden;}
.product_advantage_content_box{width: 100%;height: auto;padding: 72px 0px;border-bottom: 1px solid #f3f3f3;}
.product_advantage_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_advantage_content_ul li{width: 32%;height: auto;margin-top: 60px;overflow: hidden;border-radius: 0px 0px 100px 0px;box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.05);margin-left: 2%;}
.product_advantage_content_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_advantage_content_ul_img{width: 100%;height: auto;}
.product_advantage_content_ul_img img{width: 100%;height: auto;display: block;}
.product_advantage_content_ul_txt{width: 100%;height: auto;padding: 0 35px 46px 35px;}
.product_advantage_content_ul_txt h2{font-size: 24px;color: var(--mainColor);}
.product_advantage_content_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 20px;padding-right: 3%;}
.product_faq_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.product_faq_ul{width: 100%;height: auto;margin-top: 36px;}
.product_faq_ul li{width: 100%;height: auto;margin-top: 8px;}
.product_faq_ul_top{width: 100%;height: 64px;display: flex;justify-content: space-between;align-items: center;padding: 0 40px;border: solid 1px #dcdcdc;cursor: pointer;}
.product_faq_ul_top h3{font-size: 24px;color: #393939;}
.product_faq_ul_top span{display: block;font-size: 36px;color: #393939;}
.product_faq_ul li.on .product_faq_ul_top{background: var(--mainColor);border-color: var(--mainColor);}
.product_faq_ul li.on .product_faq_ul_top h3{color: #FFFFFF;}
.product_faq_ul li.on .product_faq_ul_top span{color: #FFFFFF;}
.product_faq_ul_bottom{width: 100%;height: auto;padding: 30px 45px;background: #F3F3F3;font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";display: none;}
.product_faq_ul_bottom p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";}
/*product.html end*/
/*product_list.html start*/
.product_list_banner_txt{width: 38.72%;height: auto;padding: 42px 58px;background: var(--mainColor);border-radius: 0px 0px 100px 0px;box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.14);}
.product_list_banner_txt h2{font-size: 36px;color: #000000;font-family: "OpenSans-Bold";}
.product_list_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.product_list_title{width: 100%;height: auto;}
.product_list_title h1{font-size: 30px;color: #000000;font-family: "OpenSans-Light";text-align: center;}
.product_list_title span{display: block;width: 12.64%;height: 2px;background: var(--mainColor);margin: 0px auto;margin-top: 10px;}
.product_list_title p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";text-align: center;padding: 0 10%;line-height: 1.6;margin-top: 18px;}
.product_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.product_list_ul li{width: 18.4%;height: auto;margin-left: 2%;margin-top: 40px;border: solid 1px #eeeeee;background: #f6f6f6;}
.product_list_ul li:nth-of-type(5n+1){margin-left: 0;}
.product_list_ul_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.product_list_ul_img h2{display: block;padding: 0 10px;border-radius: 4px;background: #333;font-size: 16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 30px;position: absolute;left: 10px;bottom: 10px;}
.product_list_ul_img img{width: 100%;height: auto;border-bottom: 1px solid #EEEEEE;}
.product_list_ul_txt{width: 100%;height: auto;padding: 29px;}
.product_list_ul_txt h2{text-align: center;}
.product_list_ul_txt h2 a{font-size: 20px;color: #393939;font-family: "OpenSans-Medium";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.product_list_ul_txt p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.product_list_ul_txt .inquire{width: 177px;height: 50px;display: flex;justify-content: center;align-items: center;background: var(--mainColor);color: #FFFFFF;border-radius: 5px;margin: 0px auto;margin-top: 16px;font-family: "OpenSans-Medium";font-size: 18px;}
.product_list_video_box{width: 100%;height: auto;padding: 80px 0px;background: #f0f0f0;overflow: hidden;}
.product_list_video_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.product_list_video_ul li{width: 48.5%;height: auto;margin-top: 30px;background: #FFFFFF;}
.product_list_video_ul_img{width: 100%;height: auto;position: relative;overflow: hidden;}
.product_list_video_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_list_video_ul_img a:after{background: url(../images/product_list_video_btn.png) no-repeat center center;background-size: 66px auto;}
.product_list_video_ul_txt{width: 100%;height: auto;padding: 50px;}
.product_list_video_ul_txt h2{font-size: 24px;color: #000000;}
.product_list_video_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 18px;}
.product_list_video_ul_img:hover img{transform: scale(1.1);}
.product_list_solutions_box{width: 100%;height: auto;padding: 47px 0px;background: #f6f6f6;overflow: hidden;}
.product_list_solutions_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_list_solutions_content_left{width: 57.9%;height: auto;}
.product_list_solutions_content_left img{width: 100%;height: auto;display: block;}
.product_list_solutions_content_right{width: 30.3%;height: auto;}
.product_list_solutions_content_right h2{font-size: 30px;color: #000000;}
.product_list_solutions_content_right p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 28px;}
/*product_list.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding: 33px 0px;background: #f7f7f7;overflow: hidden;}
.product_detial_info_content_box{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.product_detial_info_content_left{width: 54.6%;height: auto;}
.product_detial_info_content_left_top_sw{width: 100%;height: auto;}
.product_detial_info_content_left_top_sw .swiper-slide{width: 100%;height: auto;position: relative;}
.product_detial_info_content_left_top_sw .swiper-slide a{background: ;}
.product_detial_info_content_left_top_sw .swiper-slide a:after{background: url(../images/product_video_ico.png) no-repeat center center rgba(0,0,0,0.8);background-size: 48px auto;}
.product_detial_info_content_left_top_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_content_left_bottom_sw{width: 100%;height: auto;margin-top: 1px;}
.product_detial_info_content_left_bottom_sw img{width: 100%;height: auto;display: block;}
.product_detial_info_content_left_bottom_sw .swiper-slide{cursor: pointer;}
.product_detial_info_content_left_bottom_sw .swiper-slide a:after{background: url(../images/product_video_ico.png) no-repeat center center rgba(0,0,0,0.8);background-size: 30px auto;}
.product_detial_info_content_right{width: 33.3%;height: auto;margin-left: 60px;}
.product_detial_info_content_right h1{font-size: 36px;color: #000000;font-family: "OpenSans-Bold";margin-bottom: 10px;}
.product_detial_info_content_right p{font-size: 16px;color: #000000;font-family: "OpenSans-Light";line-height: 2;}
.product_detial_info_btn_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 150px;}
.product_detial_info_btn_box a{display: flex;justify-content: center;align-items: center;height: 50px;border: 1px solid var(--mainColor);border-radius: 5px;}
.product_detial_info_btn_box a:nth-of-type(1){width: 177px;background: var(--mainColor);font-size: 18px;color: #FFFFFF;font-family: "OpenSans-Medium";}
.product_detial_info_btn_box a:nth-of-type(2){width: 255px;font-family: "OpenSans-Medium";font-size: 18px;color: var(--mainColor);}
.product_detial_info_btn_box a:nth-of-type(2) img{display: block;margin-right: 15px;}
.product_detial_btn_box{width: 100%;height: auto;position: sticky;top: 72px;border-bottom: 1px solid #f0f0f0;background: #FFFFFF;z-index: 99;transition: all 0.6s;}
.product_detial_btn_box.on{top: 0px;}
.product_detial_btn{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.product_detial_btn li{height: 85px;display: flex;align-items: center;position: relative;font-size: 18px;color: #000000;cursor: pointer;margin-left: 80px;}
.product_detial_btn li:nth-of-type(1){margin-left: 0;}
.product_detial_btn li.on{color: var(--mainColor);}
.product_detial_btn li.on:after{content: "";display: block;width: 100%;height: 2px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;bottom: -1px;z-index: 2;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;}
.product_detial_description_box{width: 100%;height: auto;padding: 80px 0;}
.product_detial_content_list h2{font-size: 30px;color: var(--mainColor);margin-bottom: 24px;}
.product_detial_description_box p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.8;}
.product_detial_specification_box{width: 100%;height: auto;padding: 80px 0px;background: #f6f6f6;}
.product_detial_specification_box table{width: 100% !important;height: auto;}
.product_detial_specification_box table td{height: 38px;background: #FFFFFF;border: 1px solid #DCDCDC;padding-left: 32px;font-family: "OpenSans-Light";font-size: 16px;}
.product_detial_specification_box table td.rowspan-cell{font-size: 18px;font-family: "OpenSans-Medium";}
.product_detial_features_box{width: 100%;height: auto;padding: 80px 0;background: var(--mainColor);overflow: hidden;}
.product_detial_features_box .contentWH1400{display: flex;justify-content: space-between;align-items: flex-start;}
.product_detial_features_left{width: 39.2%;height: auto;margin-top: 50px;}
.product_detial_features_left h2{font-size: 30px;color: #FFFFFF;margin-bottom: 30px;}
.product_detial_features_left p{font-size: 14px;color: #FFFFFF;font-family: "OpenSans-Light";line-height: 2;}
.product_detial_features_right{width: 50.1%;height: auto;overflow: hidden;border-radius: 100px 0px 0px 0px;}
.product_detial_features_right img{width: 100%;height: auto;display: block;}
.product_detial_more_details_box{width: 100%;height: auto;padding: 80px 0;}
.product_detial_more_details_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_detial_more_details_ul li{width: 23.5%;height: auto;margin-left: 2%;border-bottom: 8px solid var(--mainColor);overflow: hidden;margin-top: 10px;}
.product_detial_more_details_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_detial_more_details_ul_img{width: 100%;height: auto;overflow: hidden;}
.product_detial_more_details_ul li img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_more_details_ul li:hover img{transform: scale(1.1);}
.product_detial_more_details_ul_content{width: 100%;height: auto;padding: 20px;}
.product_detial_more_details_ul_content h2{margin-bottom: 10px;}
.product_detial_more_details_ul_content p{font-size: 16px;}
.product_detial_related_products{width: 100%;height: auto;padding-bottom: 80px;}
.product_detial_related_products_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_detial_related_products_ul li{width: 32%;height: auto;border: 1px solid #EEEEEE;background: #F6F6F6;margin-left: 2%;}
.product_detial_related_products_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_detial_related_products_ul_img{width: 100%;height: auto;overflow: hidden;}
.product_detial_related_products_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_related_products_ul_txt{width: 100%;height: 118px;display: flex;justify-content: center;align-items: center;padding: 0 10px;}
.product_detial_related_products_ul_txt h3{font-size: 20px;color: #393939;font-family: "OpenSans-Medium";text-align: center;}
.product_detial_related_products_ul li:hover .product_detial_related_products_ul_img img{transform: scale(1.1);}
.product_detial_related_products_ul li:hover .product_detial_related_products_ul_txt h3{color: var(--mainColor);}
/*product_detial.html end*/
/* solution.html start */
.solution_content_box{width: 100%;height: auto;padding: 80px 0;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 46.84%;height: auto;}
.solution_content_ul_right h4{font-size: 18px;color: #222;font-weight: 600;}
.solution_content_ul_right p{font-size: 14px;color: #08122D;font-weight: 300;line-height: 1.6;margin-top: 12px;}
.solution_content_ul_right span{display: flex;justify-content: center;align-items: center;width: 182px;height: 46px;background: var(--mainColor);font-size: 14px;color: #FFFFFF;font-weight: 400;text-align: center;border-radius: 5px;margin-top: 28px;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
/* solution.html end */
/*solution_detial.html start*/
.solution_detial_banner{width: 100%;height: auto;}
.solution_detial_banner img{width: 100%;height: auto;display: block;}
.solution_detial_info_box{width: 100%;height: auto;padding: 54px 0;background: #F7F7F7;padding-bottom: 0;overflow: hidden;}
.solution_detial_info_box .index_title_box h1{font-family: "OpenSans-Regular";}
.solution_detial_info_content{width: 100%;height: auto;padding: 40px 0px 54px;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: space-between;}
.solution_detial_info_content_left{width: 50%;height: auto;}
.solution_detial_info_content_left img{width: 100%;height: 100%;object-fit: cover;display: block;}
.solution_detial_info_content_right{width: 50%;background: #FFFFFF;padding: 40px 0;}
.solution_detial_info_content_right_content{width: 89.2%;height: auto;margin: 0px auto;}
.solution_detial_info_content_right_content h2{font-size: 30px;color: #000000;}
.solution_detial_info_content_right_ul{width: 100%;height: auto;margin-top: 32px;}
.solution_detial_info_content_right_ul li{width: 100%;height: auto;}
.solution_detial_info_content_right_ul_top{width: 100%;height: 48px;display: flex;justify-content: space-between;align-items: center;border-top: 1px solid rgba(0,0,0,0.1);cursor: pointer;}
.solution_detial_info_content_right_ul_top h3{font-size: 18px;color: #000000;flex: 1;margin-right: 10px;display: block;}
.solution_detial_info_content_right_ul_top span{display: block;font-size: 18px;color: #000000;font-family: "Poppins-Light";transition: all 0.3s;}
.solution_detial_info_content_right_ul_bottom{width: 100%;margin-top: 10px;display: none;padding-bottom: 40px;}
.solution_detial_info_content_right_ul_bottom h4{font-size: 16px;color: var(--mainColor);}
.solution_detial_info_content_right_ul_bottom p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 8px;font-family: "Poppins-Light";}
.solution_detial_info_content_right_ul_bottom h5{font-size: 16px;color: #000000;line-height: 1.8;}
.solution_detial_info_content_right_ul li:nth-last-of-type(1) .solution_detial_info_content_right_ul_top{border-bottom: 1px solid rgba(0,0,0,0.1);}
.solution_detial_info_content_right_ul li.on .solution_detial_info_content_right_ul_top{border-top-color: var(--mainColor);}
.solution_detial_info_content_right_ul li.on .solution_detial_info_content_right_ul_top h3{color: var(--mainColor);}
.solution_detial_info_content_right_ul li.on .solution_detial_info_content_right_ul_top span{transform: rotate(90deg);color: var(--mainColor);}
.solution_detial_info_content_right_ul li:nth-last-of-type(1).on .solution_detial_info_content_right_ul_top{border-bottom: none;}
.solution_detial_procedure_box{width: 100%;height: auto;padding: 50px 0;background: #F7F7F7;overflow: hidden;}
.solution_detial_procedure_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_detial_procedure_ul li{width: 20%;height: auto;margin-top: 50px;padding: 0 18px;position: relative;}
.solution_detial_procedure_ul li:nth-of-type(5n+1){padding-left: 0;}
.solution_detial_procedure_ul li:nth-of-type(5n){padding-right: 0;}
.solution_detial_procedure_ul_ico{width: 34px;height: auto;}
.solution_detial_procedure_ul_ico img{width: 100%;height: auto;display: block;}
.solution_detial_procedure_ul li h2{font-size: 18px;color: var(--mainColor);margin-top: 10px;}
.solution_detial_procedure_ul li p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 8px;font-family: "Poppins-Light";}
.solution_detial_procedure_ul li:after{content: "";display: block;width: 2px;height: 100%;background: linear-gradient(0deg, rgba(255,255,255,0) 10%, rgba(0,152,226,1) 50%, rgba(255,255,255,0) 90%);position: absolute;right: 0;top: 0;}
.solution_detial_procedure_ul li:nth-of-type(5n):after{display: none;}
.solution_detial_related_product_box{width: 100%;height: auto;padding-bottom: 60px;background: #F7F7F7;overflow: hidden;}
.solution_detial_related_product_title{width: 100%;height: auto;padding-bottom: 10px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.solution_detial_related_product_title h2{font-size: 36px;color: #000000;text-align: center;}
.solution_detial_related_product_content{width: 100%;height: auto;position: relative;margin-top: 30px;}
.solution_detial_related_product_sw{width: 100%;height: auto;}
.solution_detial_related_product_sw .product_detial_related_products_ul_img{border-bottom: 1px solid #eeeeee;}
.solution_detial_related_product_sw .swiper-slide{background: #FFFFFF;}
.solution_detial_related_product_sw_right,.solution_detial_related_product_sw_left{font-size: 48px;color: rgba(0,0,0,0.2);opacity: 1;font-family: "Poppins-Light";background: none;}
.solution_detial_related_product_sw_right{right: -46px;}
.solution_detial_related_product_sw_left{left: -46px;}
.solution_detial_related_product_sw_right:hover,.solution_detial_related_product_sw_left:hover{color: var(--mainColor);}
.solution_detial_related_product_sw .swiper-slide:hover .product_detial_related_products_ul_img img{transform: scale(1.1);}
.solution_case_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.solution_case_content_box{width: 100%;height: auto;position: relative;margin-top: 40px;}
.solution_case_content_sw{width: 100%;height: auto;}
.solution_case_content_sw .swiper-slide{background: #F7F7F7;}
.solution_case_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.solution_case_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_case_content_sw_txt{width: 100%;height: auto;padding: 40px 30px;}
.solution_case_content_sw_txt h2{font-size: 18px;color: var(--mainColor);}
.solution_case_content_sw_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "Poppins-Light";margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.solution_case_content_sw .swiper-slide:hover .solution_case_content_sw_img img{transform: scale(1.1);}
.solution_case_content_sw_right,.solution_case_content_sw_left{font-size: 48px;color: rgba(0,0,0,0.2);opacity: 1;font-family: "Poppins-Light";background: none;}
.solution_case_content_sw_right{right: -46px;}
.solution_case_content_sw_left{left: -46px;}
.solution_case_content_sw_right:hover,.solution_case_content_sw_left:hover{color: var(--mainColor);}
.index_reviews_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/solution_detial_review_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.index_reviews_title{width: 100%;height: auto;}
.index_reviews_title h2{font-size: 18px;color: #FFFFFF;text-align: center;font-family: "OpenSans-Light";}
.index_reviews_title h3{font-size: 36px;color: #FFFFFF;text-align: center;font-family: "OpenSans-Light";margin-top: 10px;}
.index_review_sw{width: 75.2%;height: auto;margin: 0px auto;margin-top: 75px;overflow: unset;}
.index_review_sw .swiper-slide{height: auto;background: #FFFFFF;border-radius: 10px;box-shadow: 0px 0px 28px 4px rgba(101, 101, 101, 0.05);padding: 24px;padding-bottom: 38px;}
.index_review_sw_top{width: 100%;height: auto;display: flex;align-items: center;justify-content: flex-start;}
.index_review_sw_top_left{width: 94px;height: auto;margin-right: 15px;}
.index_review_sw_top_left img{width: 100%;height: auto;display: block;}
.index_review_sw_top_right h3{font-size: 24px;color: #000000;font-family: "OpenSans-Light";}
.index_review_sw_top_right p{font-size: 18px;color: #000000;font-family: "OpenSans-Light";margin-top: 10px;}
.index_review_sw_bottom{width: 100%;height: auto;margin-top: 50px;}
.index_review_sw_bottom p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";}
.index_review_sw_left_btn,.index_review_sw_right_btn{width: 66px;height: 61px;background: #eeeeee;display: flex;justify-content: center;align-items: center;opacity: 1;border-radius: 5px;}
.index_review_sw_left_btn img,.index_review_sw_right_btn img{display: block;}
.index_review_sw_left_btn:hover,.index_review_sw_right_btn:hover{background: #ffe5ce;}
.index_review_sw .swiper-slide.swiper-slide-duplicate-prev,
.index_review_sw .swiper-slide.swiper-slide-prev{opacity: 0.4;}
.index_review_sw_left_btn{left: -130px;}
.index_review_sw_right_btn{right: -130px;}
/*solution_detial.html end*/
/*service.html start*/
.service_padlock_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.service_padlock_content_box{width: 100%;height: auto;display: flex;justify-content: flex-start;border: 1px solid #eeeeee;}
.service_padlock_content_left{width: 49.7%;height: auto;}
.service_padlock_content_left img{width: 100%;height: 100%;object-fit: cover;}
.service_padlock_content_right{flex: 1;padding: 54px 0;}
.service_padlock_list_ul{width: 100%;height: auto;margin-top: 40px;display: flex;justify-content: space-between;}
.service_padlock_list_ul li{width: 48.5%;height: auto;margin-top: 40px;}
.service_padlock_list_ul_img{width: 100%;height: auto;}
.service_padlock_list_ul_img img{width: 100%;height: auto;display: block;}
.service_padlock_list_ul_txt{width: 100%;height: 100px;display: flex;align-items: center;padding: 0 20%;background: var(--mainColor);}
.service_padlock_list_ul_txt p{font-size: 18px;color: #F7F7F7;line-height: 1.6;text-align: center;}
.service_key_system_box{width: 100%;height: auto;padding: 80px 0px;background: #f7f7f7;overflow: hidden;}
.service_key_system_title{width: 100%;height: auto;}
.service_key_system_title h2{font-size: 30px;color: #000000;}
.service_key_system_title h2 span{font-size: 18px;color: #000000;padding-left: 39px;}
.service_key_system_content_box{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 20px;}
.service_key_system_content_left{width: 37.2%;height: auto;background: #FFFFFF;}
.service_key_system_content_left img{width: 100%;height: auto;display: block;}
.service_key_system_content_right{flex: 1;margin-left: 3px;padding: 54px 0;background: #FFFFFF;}
.service_key_system_content_right_txt{width: 100%;height: auto;margin-top: 10px;}
.service_key_system_content_right_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";}
.service_process_box{width: 100%;height: auto;padding: 80px 0;padding-top: 52px;padding-bottom: 0;overflow: hidden;}
.service_process_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.service_process_ul li{width: 32%;height: 203px;border: 1px solid var(--mainColor);margin-top: 28px;margin-left: 2%;padding: 15px;}
.service_process_ul li:nth-of-type(3n+1){margin-left: 0;}
.service_process_ul li:nth-of-type(1){display: flex;justify-content: center;align-items: center;background: var(--mainColor);}
.service_process_ul li h2{font-size: 30px;color: #FFFFFF;text-align: center;}
.service_process_ul_top{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 8px;}
.service_process_ul_top span{display: flex;justify-content: center;align-items: center;width: 70px;height: 70px;background: var(--mainColor);border-radius: 50%;font-size: 16px;color: #F7F7F7;font-family: "OpenSans-Bold";}
.service_process_ul_top h3{font-size: 18px;color: var(--mainColor);line-height: 1.6;margin-left: 8px;display: block;flex: 1;}
.service_process_ul li p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.6;}
.service_examples_box{width: 100%;height: auto;padding: 80px 0;border-bottom: 1px solid rgba(0,0,0,0.1);}
.service_examples_content_box{width: 100%;height: auto;padding: 60px 50px;background: var(--mainColor);}
.service_examples_content_box h2{color: #F7F7F7;font-size: 30px;text-align: center;margin-bottom: 80px;}
.service_examples_content_box p{font-size: 14px;color: #F7F7F7;line-height: 1.8;}
.service_examples_content_box i{display: inline-block;width: 11px;height: 11px;background: #F7F7F7;}
.service_examples_content_box p strong{font-family: "OpenSans-Regular";font-weight: normal;font-size: 16px;}
.keying_options_box{width: 100%;height: auto;padding: 80px 0px;}
.keying_options_ul{width: 100%;display: flex;justify-content: flex-start;margin-top: 40px;flex-wrap: wrap;}
.keying_options_ul li{width: 21.2%;height: auto;margin-left: 5.06%;margin-top: 40px;}
.keying_options_ul li:nth-of-type(4n+1){margin-left: 0;}
.keying_options_ul_img h3{font-size: 18px;color: var(--mainColor);text-align: center;}
.keying_options_ul_img img{width: 100%;height: auto;display: block;}
.keying_options_ul_txt{width: 100%;height: auto;margin-top: 15px;}
.keying_options_ul_txt h2{font-size: 14px;color: #000000;font-family: "OpenSans-SemiBold";text-align: center;}
.keying_options_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";text-align: center;margin-top: 8px;}
.service_last_box{width: 100%;height: auto;background: #f7f7f7;}
.service_last_top_box{width: 100%;height: auto;padding-top: 18px;background: var(--mainColor);}
.service_last_top_btn{width: 100%;height: auto;display: flex;justify-content: space-between;}
.service_last_top_btn li{width: auto;height: 70px;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #FFFFFF;font-family: "OpenSans-SemiBold";padding: 0 24px;cursor: pointer;}
.service_last_top_btn li.on{background: #fbf8f9;border-radius: 10px 10px 0 0;color: var(--mainColor);}
.service_last_bottom_box{width: 100%;height: auto;}
.service_last_bottom_list{width: 100%;height: auto;padding: 80px 0;display: none;}
.service_last_bottom_list_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;background: #FFFFFF;}
.service_last_bottom_list_top_left{width: 50%;height: auto;}
.service_last_bottom_list_top_left img{width: 100%;height: auto;display: block;}
.service_last_bottom_list_top_right{flex: 1;justify-content: center;align-items: center;display: flex;}
.service_last_bottom_list_top_right_txt{width: 63.4%;height: auto;}
.service_last_bottom_list_top_right_txt h2{font-size: 30px;color: var(--mainColor);font-family: "OpenSans-SemiBold";}
.service_last_bottom_list_top_right_txt p{font-size: 18px;color: #000000;line-height: 1.6;margin-top: 16px;}
.service_last_bottom_list_bottom{width: 100%;height: auto;margin-top: 30px;}
.service_last_bottom_list_bottom h2{font-size: 30px;color: var(--mainColor);font-family: "OpenSans-SemiBold";}
.service_last_bottom_list_bottom p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.6;margin-top: 10px;}
.service_last_bottom_list_bottom h3{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: 55px;background: linear-gradient(90deg, rgba(153,211,239,1) 0%, rgba(222,237,245,1) 100%);font-size: 18px;color: var(--mainColor);font-family: "OpenSans-SemiBold";padding-left: 24px;margin-top: 20px;}
/*service.html end*/
/*about.html start*/
.about_banner_txt{padding: 38px 25px;width: 39.7%;}
.about_banner_txt h2{font-size: 36px;color: #f9f6eb;font-family: "OpenSans-Bold";}
.about_info_box{width: 100%;height: auto;padding: 77px 0px;}
.about_info_box h2{font-size: 30px;color: #000000;text-align: center;margin-bottom: 20px;}
.about_info_box p{font-size: 14px;color: #000000;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 20px;}
.about_info_video_box{width: 100%;height: auto;position: relative;margin-top: 40px;}
.about_info_video_box img{width: 100%;height: auto;display: block;}
.about_info_video_box a:after{background: url(../images/about_video_btn.png) no-repeat center center;background-size: 70px auto;}
.about_feature_box{width: 100%;height: auto;padding-bottom: 77px;overflow: hidden;}
.about_feature_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.about_feature_ul li{width: 24.3%;height: auto;padding: 47px 0 54px;background: rgba(188, 200, 208, 0.1);margin-top: 20px;}
.about_feature_ul_img{width: 80px;height: auto;margin: 0px auto;}
.about_feature_ul_img img{width: 100%;height: auto;display: block;}
.about_feature_ul li h2{font-size: 24px;color: #000000;text-align: center;margin-top: 40px;}
.about_development_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/about_development_bg.jpg) no-repeat center center;background-size: cover;}
.about_development_title{width: 100%;height: auto;}
.about_development_title h2{font-size: 30px;color: #F9F6EB;font-family: "OpenSans-Light";text-align: center;}
.about_development_content_box{width: 100%;height: auto;position: relative;margin-top: 130px;position: relative;overflow: hidden;}
.about_development_content_box:after{content: "";display: block;width: 100%;height: 1px;border-bottom: 1px dashed rgba(255,255,255,0.6);position: absolute;left: 0;bottom: 243px;}
.about_development_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.about_development_content_ul li{width: 21%;height: auto;display: flex;flex-direction: column;justify-content: flex-start;margin-left: -9.72%;}
.about_development_content_txt{width: 100%;height: auto;}
.about_development_content_txt p{font-size: 16px;color: #FFFFFF;font-family: "OpenSans-Light";line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 77px;}
.about_development_content_hr{width: 42px;height: auto;aspect-ratio:42/171;background: url(../images/about_development_ico1.png) no-repeat center center;background-size: 100% auto;margin-left: 17px;position: relative;margin-top: 16px;}
.about_development_content_hr span{width: 38px;height: 38px;display: block;position: absolute;left: 0;bottom: 0;}
.about_development_content_hr span:after{content: "";display: block;width: 13px;height: auto;aspect-ratio:1/1;background: #FFFFFF;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 50%;}
.about_development_content_year{font-size: 24px;color: #FFFFFF;font-family: "OpenSans-SemiBold";text-align: center;margin-top: 20px;width: 56px;margin-left: 15px;}
.about_development_content_ul li:nth-of-type(even){flex-direction: column-reverse;margin-top: 176px;}
.about_development_content_ul li:nth-of-type(even) .about_development_content_hr{background: url(../images/about_development_ico2.png) no-repeat center center;}
.about_development_content_ul li:nth-of-type(even) .about_development_content_hr span{bottom: auto;top: 0;}
.about_development_content_ul li:nth-of-type(even) .about_development_content_year{margin-top: 0;}
.about_development_content_ul li:nth-of-type(even) .about_development_content_txt{margin-top: 16px;}
.about_development_content_ul li:nth-of-type(1){margin-left: 0;}
.about_qualification_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.about_qualification_ul{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;padding-bottom: 58px;}
.about_qualification_ul_page{width: 100%;height: auto;bottom: 0 !important;}
.about_qualification_ul_page span{width: 8px;height: 8px;border: 2px solid #000;opacity: 1 !important;border-radius: 0;background: none;}
.about_qualification_ul_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
.about_qualification_ul img{width: 100%;height: auto;display: block;}
/*about.html end*/
/*tem.html start*/
.tem_info_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.tem_info_content_box{width: 100%;height: auto;margin-top: 35px;position: relative;}
.tem_info_content_bg{width: 100%;height: auto;}
.tem_info_content_bg img{width: 100%;height: auto;display: block;}
.tem_info_content{width: 43.93%;height: auto;background: rgba(0, 152, 226, 0.9);border-radius: 0px 50px 0px 0px;position: absolute;left: 0;bottom: 0;padding: 49px 64px;}
.tem_info_content h2{font-size: 30px;color: #FFFFFF;font-family: "OpenSans-Light";}
.tem_info_content p{font-size: 14px;color: #FFFFFF;line-height: 1.6;margin-top: 25px;font-family: "OpenSans-Light";}
.tem_list_box{width: 100%;height: auto;overflow: hidden;padding-bottom: 80px;}
.tem_list_sw{width: 100%;height: auto;}
.tem_list_sw .swiper-slide{width: 20.02%;height: auto;display: flex;justify-content: space-between;background: var(--mainColor);}
.tem_list_sw .swiper-slide.swiper-slide-active{width: 39.95%;}
.tem_list_sw_left{width: 100%;height: auto;}
.tem_list_sw_left img{width: 100%;height: auto;display: block;}
.tem_list_sw .swiper-slide.swiper-slide-active .tem_list_sw_left{width: 50.12%;height: auto;}
.tem_list_sw_right{flex: 1;padding: 69px 42px;display: none;}
.tem_list_sw_right h2{font-size: 27px;color: #FFFFFF;font-family: "OpenSans-Light";}
.tem_list_sw_right h3{font-size: 21px;color: #FFFFFF;font-family: "OpenSans-Light";margin-top: 10px;}
.tem_list_sw_right p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 90px;font-family: "OpenSans-Light";}
.tem_list_sw .swiper-slide.swiper-slide-active .tem_list_sw_right{display: block;}
.tem_list_swiper_right_btn,.tem_list_swiper_left_btn{font-size: 27px;color: #FFFFFF;font-family: "Poppins-Regular";display: flex;align-items: center;justify-content: center;top: auto;transform: none;bottom: 29px;background: none;}
.tem_list_swiper_right_btn{right: 38%;}
.tem_list_swiper_left_btn{left: 58%;}
.tem_patented_box{width: 100%;height: auto;padding: 80px 0;background: #F6F6F6;overflow: hidden;}
.tem_patented_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tem_patented_ul li{width: 17.42%;height: auto;margin-top: 50px;}
.tem_patented_ul li img{width: 100%;height: auto;display: block;}
/*tem.html end*/
/*production.html start*/
.production_advantage_box{width: 100%;height: auto;padding: 80px 0px;}
.production_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.production_advantage_ul li{width: 32%;height: auto;padding: 67px 0;background: #e5f4fc;border-radius: 5px;transition: all 0.3s;}
.production_advantage_ul li h3{font-size: 48px;color: var(--mainColor);text-align: center;font-family: "OpenSans-ExtraBold";transition: all 0.3s;}
.production_advantage_ul li h3 span{font-size: 24px;font-family: "OpenSans-Regular";transition: all 0.3s;}
.production_advantage_ul li p{font-size: 18px;color: var(--mainColor);font-family: "OpenSans-Light";text-align: center;margin-top: 20px;transition: all 0.3s;}
.production_advantage_ul li:hover{background: var(--mainColor);}
.production_advantage_ul li:hover h3{color: #FFFFFF;}
.production_advantage_ul li:hover h3 span{color: #FFFFFF;}
.production_advantage_ul li:hover p{color: #FFFFFF;}
.production_display_box{width: 100%;height: auto;padding-bottom: 80px;overflow: hidden;}
.production_display_btn{width: 100%;height: auto;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: center;}
.production_display_btn li{font-size: 18px;color: #000000;font-family: "OpenSans-Light";padding: 0 45px;padding-bottom: 24px;position: relative;cursor: pointer;margin-top: 40px;}
.production_display_btn li + li{margin-left: 68px;}
.production_display_btn li.on{color: var(--mainColor);}
.production_display_btn li.on:after{content: "";display: block;width: 100%;height: 1px;background: var(--mainColor);position: absolute;left: 0;bottom: -1px;}
.production_display_content_box{width: 100%;height: auto;margin-top: 26px;}
.production_display_content_list{width: 100%;height: auto;display: none;}
.production_display_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.production_display_content_list_ul li{width: 48.5%;height: auto;margin-top: 32px;}
.production_display_content_list_ul li img{width: 100%;height: auto;display: block;}
.production_process_box{width: 100%;height: auto;padding: 80px 0px;background: var(--mainColor);overflow: hidden;}
.production_process_title{width: 100%;height: auto;}
.production_process_title h2{font-size: 30px;color: #FFFFFF;text-align: center;}
.production_process_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.production_process_ul li{width: 19.43%;height: auto;margin-top: 35px;}
.production_process_ul li h3{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 10px;}
.production_process_ul_img{width: 100%;height: auto;position: relative;}
.production_process_ul_img img{width: 100%;height: auto;display: block;border-radius: 5px;}
.production_process_ul_img:after{content: "";display: block;width: 51px;height: auto;aspect-ratio:1/1;background: url(../images/production_process_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;top: 50%;transform: translateY(-50%);right: -30px;z-index: 2;}
.production_process_ul li:nth-last-of-type(1) .production_process_ul_img:after{display: none;}
.production_quality_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.production_quality_box .contentWH1400{display: flex;justify-content: flex-start;align-items: flex-end;flex-wrap: wrap;}
.production_quality_left{width: 63.48%;height: auto;background: var(--mainColor);border-radius: 0px 10px 0px 0px;}
.production_quality_left img{width: 100%;display: block;transform: translate(-10px,10px)}
.production_quality_right{width: 49.3%;height: auto;padding: 72px 48px;background: var(--mainColor);border-radius: 50px;margin-left: -12.78%;position: relative;z-index: 2;transform: translateY(10px);}
.production_quality_right h2{font-size: 30px;color: #FFFFFF;text-align: center;}
.production_quality_right p{font-size: 14px;color: #FFFFFF;line-height: 1.6;font-family: "OpenSans-Light";margin-top: 20px;}
/*production.html end*/
/*contact.html start*/
.contact_box{width: 100%;height: auto;padding-top:0;padding-bottom: 80px;}
.contact_info_box{width: 100%;height: auto;border: 1px solid #EEEEEE;box-shadow: 0px -13px 18px 0px rgba(108, 108, 108, 0.09);margin-top: 40px;display: flex;justify-content: space-between;}
.contact_info_left{padding: 54px 64px;width: 56.1%;height: auto;border-right: 1px solid #EEEEEE;}
.contact_info_left_logo{width: 164px;height: auto;}
.contact_info_left_logo img{width: 100%;height: auto;display: block;}
.contact_info_left h4{font-size: 30px;color: var(--mainColor);font-family: "Poppins-SemiBold";margin-top: 20px;}
.contact_info_left_ul{width: 100%;height: auto;margin-top: 35px;}
.contact_info_left_ul li{display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 20px;}
.contact_info_left_ul li img{width: 22px;margin-top: 3px;}
.contact_info_left_ul li p{margin-left: 15px;}
.contact_info_left_ul li p,.contact_info_left_ul li a{font-size: 18px;color: #4F4F4F;}
.contact_info_left_ul li a:hover{text-decoration: underline;}
.contact_info_right{flex: 1;}
/*contact.html end*/
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;padding-top: 60px;background: #e8eaf0;}
.footer_top_box{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #FFFFFF;}
.footer_top_box .contentWH1400{display: flex;justify-content: space-between;}
.footer_top_left{width: 15.7%;height: auto;}
.footer_logo{width: 97.6%;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_info{width: 100%;height: auto;margin-top: 20px;}
.footer_top_info p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.8;}
.footer_top_info p a{font-family: "OpenSans-Light";}
.footer_top_info p a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_share_box{width: 100%;height: auto;margin-top: 60px;}
.footer_share_box h4{font-size: 16px;color: #000000;font-family: "OpenSans-Light";}
.footer_share_ul{display: flex;justify-content: flex-start;margin-top: 15px;}
.footer_share_ul li{width: 15px;height: auto;margin-left: 20px;transition: all 0.3s;}
.footer_share_ul li img{width: 100%;height: auto;display: block;}
.footer_share_ul li:nth-of-type(1){margin-left: 0;}
.footer_share_ul li:hover{transform: translateY(-5px);}
.footer_title{font-size: 16px;color: #000000;font-family: "OpenSans-SemiBold";margin-bottom: 20px;}
.footer_nav_box a{font-size: 14px;color: #000000;font-family: "OpenSans-Light";line-height: 1.8;display: block;}
.footer_nav_box a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_form_box{width: 21%;height: auto;}
.footer_form_ul{width: 100%;height: auto;}
.footer_form_ul li{width: 100%;height: auto;position: relative;}
.footer_form_ul li + li{margin-top: 10px;}
.footer_form_ul li input{display: block;width: 100%;height: 36px;border: none;border-bottom: 1px solid #7d7d7d;background: none;font-size: 14px;color: #000000;font-family: "OpenSans-Light";outline: none;}
.footer_form_ul li input::placeholder{color: #000000;}
.footer_form_ul li textarea{display: block;width: 100%;height: 36px;border: none;border-bottom: 1px solid #7d7d7d;background: none;font-size: 14px;color: #000000;font-family: "OpenSans-Light";outline: none;resize: none;}
.footer_form_ul li textarea::placeholder{color: #000000;}
.footer_form_btn{display: block;width: 140px;height: 45px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;font-family: "OpenSans-Light";border-radius: 5px;margin-top: 15px;border: none;cursor: pointer;}
.footer_last_box{width: 100%;height: auto;padding: 20px 0;}
.footer_last_box .contentWH1400{display: flex;justify-content: space-between;align-items: center;}
.footer_last_box p{font-size: 14px;color: #000000;font-family: "OpenSans-Light";}
.footer_last_box p img{vertical-align: middle;}
.news_list_ul li .news_list_ul_img{
	height: 341px;
}
.news_list_ul li .news_list_ul_img  img{
	object-fit: contain;
}
.news_top_right_time{
	background: url(../images/news_time_ico.png) left center no-repeat;
	background-size: 19px;
	padding-left: 25px;
}

.Y_news_detial_content_left_con table{
	    border: 1px solid #5c5959ee !important;
}
.Y_news_detial_content_left_con table tr:first-child td{
	background-color: var(--mainColor);
	color: #fff !important;

}
.Y_news_detial_content_left_con table tr:first-child td p,
.Y_news_detial_content_left_con table tr:first-child td span{
		font-weight: 700;
			color: #fff !important;
}
.Y_news_detial_content_left_con table tr:hover td{
		background-color: var(--mainColor) !important;
			color: #fff !important;
}
.Y_news_detial_content_left_con table tr:hover td p,
.Y_news_detial_content_left_con table tr:hover td  span{
		color: #fff !important;
}
.Y_news_detial_content_left_con table td{
	border-left: 1px solid #5c5959ee !important;
	    padding: 2px 10px !important;
		height: 40px !important;
		transition: all 0.3s;
	border-bottom: 1px solid #5c5959ee !important;
}
.Y_news_detial_content_left_con ul{
	list-style: disc;
	padding-left: 1.5%;
}
/*footer end*/
@media (max-width: 1768px) {
	.contentWH1400{width: 83.33%;}
	.header_bottom_content_right_search{width: 192px;}
	.index_solution_content_txt span{margin-top: 25px;}
	.index_about_title{width: 56.5%;}
	.footer_top_left{width: 16.7%;}
	.product_banner_content_txt{padding: 40px;}
	.product_download_left h2{font-size: 20px;}
	.product_list_banner_txt{width: 45.72%;}
	.product_detial_info_content_right{width: 39.3%;}
	.index_review_sw{width: 83.33%;}
	.about_banner_txt{width: 42.7%;}
	.about_banner_txt h2{font-size: 30px;}
	.tem_info_content{padding: 30px;}
	.tem_list_sw_right p{margin-top: 16px;}
	.tem_list_sw_right{padding: 30px 20px;}
	.production_quality_right{padding: 30px;border-radius: 30px;}
	.production_quality_right h2{font-size: 26px;}
}
@media (max-width: 1400px) {
	.contentWH1400{width: 92%;}
	.header_bottom_content_right_search{width: 145px;}
	.index_products_content_right li h2{font-size: 14px;}
	.footer_top_left{width: 17.7%;}
	.product_banner_content_txt h1{font-size: 32px;}
	.product_list_banner_txt{padding: 42px;}
	.product_list_solutions_content_right{width: 38.3%;}
	.product_detial_info_content_right{margin-left: 40px;width: 40.3%;}
	.product_detial_btn li{margin-left: 50px;}
	.index_review_sw{width: 92%;margin-top: 45px;}
	.index_review_sw_left_btn{left: -46px;}
	.index_review_sw_right_btn{right: -46px;}
	.service_last_top_btn li{padding: 0 12px;}
	.tem_list_sw .swiper-slide{width: 17.33%;}
	.tem_list_sw_left{height: 100%;}
	.tem_list_sw_left img{height: 100%;object-fit: cover;}
	.tem_list_sw .swiper-slide.swiper-slide-active{width: 48%;}
}
@media (max-width: 1200px) {
	.product_list_ul li {
	    width: 32%;
	}
	.product_list_ul li:nth-of-type(5n+1) {
	    margin-left: 2%;
	}
	.product_list_ul li:nth-of-type(3n+1) {
	    margin-left: 0;
	}
	.header_bottom_content_right_search{display: none;}
	.nav_box li{margin-left: 25px;}
	.index_banner_swiper_content{padding: 25px;width: 44.72%;}
	.index_products_content_left_content_txt{width: 82.6%;}
	.index_solution_content_txt span{margin-top: 0;}
	.index_solution_content{padding: 15px;}
	.index_solution_content_txt h2{font-size: 16px;}
	.index_solution_content_txt p{-webkit-line-clamp: 4;}
	.index_solution_ul li:nth-of-type(2) .index_solution_content_txt{width: 55%;}
	.index_about_title{width: 72.5%;}
	.footer_top_box .contentWH1400{flex-wrap: wrap;}
	.footer_top_left{width: 32%;}
	.footer_form_box{width: 100%;margin-top: 30px;}
	.product_lockout_ul{justify-content: space-between;}
	.product_lockout_ul li{width: 48.5%;margin-left: 0;}
	.product_detial_info_btn_box a:nth-of-type(2){width: 175px;}
	.product_detial_btn li{margin-left: 25px;}
	.product_detial_features_left{margin-top: 0;}
	.solution_detial_procedure_ul li{width: 25%;}
	.solution_detial_procedure_ul li:nth-of-type(5n+1){padding-left: 18px;}
	.solution_detial_procedure_ul li:nth-of-type(4n+1){padding-left: 0;}
	.solution_detial_procedure_ul li:nth-of-type(5n){padding-right: 18px;}
	.solution_detial_procedure_ul li:nth-of-type(5n):after{display: block;}
	.solution_detial_procedure_ul li:nth-of-type(4n){padding-right: 0;}
	.solution_detial_procedure_ul li:nth-of-type(4n):after{display: none;}
	.index_review_sw_left_btn, .index_review_sw_right_btn{display: none;}
	.solution_case_content_sw_left{left: -30px;}
	.solution_case_content_sw_right{right: -30px;}
	.service_padlock_list_ul_txt{padding: 0 5%;}
	.service_process_ul li{height: auto;}
	.service_last_top_btn li{text-align: center;}
}
@media (max-width: 990px) {
	.footer_form_box{width: 55%;margin-top: 0;}
	.logo{width: 80px;}
	.fristLink{font-size: 12px;}
	.nav_box li{margin-left: 15px;}
	.index_banner_swiper_content{width: 67.72%;padding: 15px;border-radius: 0 0 30px 0;}
	.index_banner_swiper_content h2{font-size: 18px;}
	.index_loto_bg{height: 180px;}
	.index_loto_bg img{height: 100%;object-fit: cover;}
	.index_why_choose_content_box{flex-wrap: wrap;}
	.index_why_choose_content_left{width: 100%;}
	.index_why_choose_content_left h2{text-align: center;}
	.index_why_choose_content_left p{text-align: center;}
	.index_why_choose_content_left_ul{justify-content: space-between;margin-top: 0;display: flex;flex-wrap: wrap;}
	.index_why_choose_content_left_ul li{width: 48.5%;margin-top: 30px;display: flex;flex-direction: column;align-items: center;}
	.index_why_choose_content_left_ul li h3{margin-left: 0;margin-top: 10px;}
	.index_why_choose_content_right{width: 100%;margin-top: 50px;}
	.index_solution_box .index_title_box p{padding: 0;}
	.index_solution_ul li{width: 100%;margin-left: 0;}
	.index_solution_ul li:nth-of-type(2){width: 100%;}
	.index_about_title{width: 100%;}
	.index_aboutadvantage_box li{width: 22%;}
	.index_news_ul{justify-content: space-between;}
	.index_news_ul li{width: 48.5%;margin-left: 0;}
	.product_banner_content_txt{padding: 20px;border-radius: 0px 0px 50px 0px;}
	.product_banner_content_txt h1{font-size: 20px;}
	.product_category_box .index_title_box p{padding: 0;}
	.product_category_ul li{border-radius: 0px 0px 50px 0px;}
	.product_advantage_content_ul{justify-content: space-between;}
	.product_advantage_content_ul li{width: 48.5%;margin-left: 0;border-radius: 0px 0px 50px 0px;}
	.product_list_banner_txt{padding: 5% 4%;border-radius: 0px 0px 50px 0px;}
	.product_list_banner_txt h2{font-size: 20px;}
	.product_detial_info_btn_box a:nth-of-type(1),
	.product_detial_info_btn_box a:nth-of-type(2){width: 48.5%;font-size: 16px;}
	.product_detial_info_btn_box a:nth-of-type(2) img{margin-right: 8px;}
	.product_detial_btn li{font-size: 14px;margin-left: 18px;}
	.solution_detial_info_content{flex-wrap: wrap;}
	.solution_detial_info_content_left{width: 100%;}
	.solution_detial_info_content_right{width: 100%;}
	.solution_detial_procedure_ul li{width: calc(100%/3);}
	.solution_detial_procedure_ul li:nth-of-type(4n+1){padding-left: 18px;}
	.solution_detial_procedure_ul li:nth-of-type(3n+1){padding-left: 0;}
	.solution_detial_procedure_ul li:nth-of-type(4n){padding-right: 18px;}
	.solution_detial_procedure_ul li:nth-of-type(3n){padding-right: 0;}
	.solution_detial_procedure_ul li:nth-of-type(4n):after{display: block;}
	.solution_detial_procedure_ul li:nth-of-type(3n):after{display: none;}
	.service_process_ul{justify-content: space-between;}
	.service_process_ul li{width: 48.5%;margin-left: 0;}
	.keying_options_ul{justify-content: space-between;}
	.keying_options_ul li{width: 48.5%;margin-left: 0;}
	.tem_list_swiper_right_btn, .tem_list_swiper_left_btn{display: none;}
	.tem_list_sw .swiper-slide{flex-wrap: wrap;background: none;}
	.tem_list_sw .swiper-slide.swiper-slide-active .tem_list_sw_left{width: 100%;}
	.tem_list_sw .swiper-slide.swiper-slide-active .tem_list_sw_right{width: 100%;}
	.tem_list_sw_right{background: var(--mainColor);}
	.tem_list_sw_left img{height: auto;}
	.production_display_btn li{padding: 0 20px;}
	.production_quality_box .contentWH1400{flex-wrap: wrap;}
	.production_quality_left{width: 100%;border-radius: 0;}
	.production_quality_left img{transform: none;}
	.production_quality_right{width: 100%;margin-left: 0;border-radius: 0;transform: none;}
     .contact_info_box{flex-wrap: wrap;}
     .contact_info_left{width: 100%;}
     .contact_info_right{flex: auto;height: auto;width: 100%;}
}
@media (max-width: 768px) {
	.hd_btn{display: block;}
	.header_top_box{display: none;}
	.header_bottom_content_box{height: 13.8vw;}
	.logo{width: 28vw;}
	.header_bottom_content_right_language_btn{font-size: 3.2vw;}
	.header_bottom_content_right_language{margin-left: 3.6vw;}
	.nav_box{position: fixed;left: 0;top: 13.8vw;height: calc(100vh - 13.8vw);background: #FFFFFF;display: none;z-index: 99;width: 100%;overflow: hidden;overflow-y: auto;}
	.nav_box li{margin-left: 0;height: auto;}
	.nav_top_box{height: 10.8vw;padding-left: 5.8vw;}
	.fristLink{font-size: 3.6vw;}
	.nav_box li i img{width: 100%;height: auto;display: block;}
	.nav_box li i{width: 2.2vw;}
	.nav_bottom_box{width: 100%;position: relative;}
	.nav_bottom_box a{height: 10.8vw;width: 100%;font-size: 3.6vw;padding: 0 5%;}
	.nav_bottom_box a:nth-of-type(odd){border-right: none;}
	.header_bottom_content_right_language_content a{height: 8.8vw;font-size: 3.2vw;}
	.index_banner_swiper_bg{height: 68vw;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_swiper_content{padding: 5% 4%;}
	.index_banner_swiper_content h2{font-size: 4.8vw;}
	.index_banner_swiper_content p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.index_banner_swiper_content{width: 92%;}
	.index_banner_sw_page span{width: 0.8vw;height: 0.8vw;border-width: 0.4vw;}
	.index_products_box{padding: 8vw 0;}
	.index_title_box h1,
	.index_title_box h2{font-size: 4.8vw;}
	.index_title_box p{font-size: 3.6vw;}
	.index_products_content_box{flex-wrap: wrap;margin-top: 5.8vw;}
	.index_products_content_left{width: 100%;}
	.index_products_content_left_content{padding-bottom: 5%;}
	.index_products_content_left_content_txt{width: 92%;}
	.index_products_content_left_content_txt h2{font-size: 4.8vw;}
	.index_products_content_left_content_txt p{font-size: 3.2vw;margin-top: 2.8vw;}
	.index_products_content_left_content_txt span{font-size: 3.6vw;margin-top: 2.8vw;}
	.index_products_content_right{width: 100%;}
	.index_products_content_right li{width: 100%;}
	.index_products_content_right li:nth-of-type(1), .index_products_content_right li:nth-of-type(2), .index_products_content_right li:nth-of-type(3){margin-top: 3.8vw;margin-bottom: 3.8vw;}
	.index_products_content_right li h2{font-size: 3.6vw;height: 10.8vw;}
	.index_loto_content_box h2{font-size: 4.8vw;}
	.index_loto_content_box a{margin-top: 3.6vw;}
	.index_loto_bg{height: 30.8vw;}
	.index_why_choose_content_box{padding: 8vw 0;}
	.index_why_choose_content_left h2{font-size: 4.8vw;}
	.index_why_choose_content_left p{margin-top: 3.6vw;margin-top: 3.2vw;}
	.index_why_choose_content_left_ul li img{width: 13vw;}
	.index_why_choose_content_left_ul li h3{font-size: 3.6vw;text-align: center;margin-top: 3.2vw;}
	.index_why_choose_content_left_ul li{margin-top: 3.8vw;}
	.index_why_choose_content_right{margin-top: 5.8vw;border-width: 0.8vw;}
	.index_solution_box{padding: 8vw 0;}
	.index_solution_ul{margin-top: 3.2vw;}
	.index_solution_ul li{margin-top: 3.8vw;}
	.index_solution_content{padding: 5% 4%;}
	.index_solution_content_txt h2{font-size: 3.6vw;}
	.index_solution_content_txt p{font-size: 3.2vw;margin-top: 1.2vw;}
	.index_solution_content_txt span{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_solution_ul li:nth-of-type(2) .index_solution_content_txt{width: 100%;}
	.index_solution_ul li:nth-of-type(2) .index_solution_content_txt p{-webkit-line-clamp: 2;}
	.index_about_box{padding: 8vw 0;padding-bottom: 0;}
	.index_about_title h2{font-size: 3.8vw;}
	.index_about_title img{width: 32vw;margin-top: 3.2vw;}
	.index_about_title p{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_about_more{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_aboutadvantage_box{margin-top: 3.2vw;flex-wrap: wrap;justify-content: space-between;}
	.index_aboutadvantage_box li{width: 48.5%;margin-left: 0;margin-top: 3.8vw;}
	.index_aboutadvantage_box li h4{font-size: 4.8vw;display: flex;align-items: center;justify-content: center;padding-bottom: 1.8vw;}
	.index_aboutadvantage_box li sub{font-size: 3.6vw;}
	.index_aboutadvantage_box li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_about_img img{margin-top: 5.8vw;}
	.index_news_box{padding: 8vw 0;}
	.index_news_ul li{width: 100%;margin-top: 3.8vw;}
	.index_news_ul li a{padding: 5% 4%;}
	.index_news_name{height: 6.8vw;font-size: 3.2vw;line-height: 6.8vw;}
	.index_news_ul_txt{margin-top: 3.6vw;}
	.index_news_ul_time{font-size: 3.2vw;}
	.index_news_ul_txt h3{font-size: 3.8vw;margin-top: 3.2vw;height: auto;}
	.index_news_ul_txt p{font-size: 3.2vw;margin-top: 3.2vw;height: auto;}
	.index_news_ul_txt span{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_top_left{width: 100%;}
	.footer_logo{width: 30vw;}
	.footer{padding-top: 8vw;}
	.footer_top_info p{font-size: 3.6vw;}
	.footer_top_info{margin-top: 3.6vw;}
	.footer_share_box{margin-top: 5.8vw;}
	.footer_share_box h4{font-size: 3.6vw;}
	.footer_share_ul{margin-top: 3.2vw;}
	.footer_nav_box{margin-top: 5.8vw;}
	.footer_title{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.footer_nav_box a{font-size: 3.6vw;}
	.footer_form_box{width: 100%;margin-top: 5.8vw;}
	.footer_form_ul li input{height: 8.8vw;font-size: 3.2vw;}
	.footer_form_ul li + li{margin-top: 1.2vw;}
	.footer_form_ul li textarea{height: 12.8vw;font-size: 3.2vw;}
	.footer_form_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_top_box{padding-bottom: 8vw;}
	.footer_last_box{padding: 1.8vw 0;}
	.footer_last_box .contentWH1400{flex-wrap: wrap;}
	.footer_last_box p{text-align: center;font-size: 2.8vw;display: flex;justify-content: center;width: 100%;align-items: center;}
	.footer_last_box p img{width: 13.8vw;margin-left: 1.2vw;display: block;}
	.product_banner_content_txt{width: 100%;padding: 5% 4%;}
	.product_banner_content_txt h1{font-size: 4.8vw;}
	.product_banner_content_txt a{margin-top: 1.8vw;}
	.product_banner_bg{height: 68vw;}
	.product_banner_bg img{height: 100%;object-fit: cover;}
	.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_lockout_box{padding: 8vw 0;}
	.product_lockout_ul{margin-top: 3.2vw;}
	.product_lockout_ul li{width: 100%;margin-top: 3.8vw;}
	.product_lockout_ul_content{padding: 0 4% 5% 4%;}
	.product_lockout_ul_content h2{font-size: 4.2vw;}
	.product_lockout_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.products_types_box{padding: 8vw 0;}
	.products_types_box .index_title_box p{padding: 0;}
	.products_types_ul{margin-top: 3.2vw;}
	.products_types_ul li{width: 100%;margin-top: 3.8vw;}
	.products_types_ul li h2{height: 10.8vw;font-size: 3.6vw;}
	.products_types_box .index_more{margin-top: 5.8vw;}
	.product_how_box{flex-wrap: wrap;}
	.product_how_left_box{width: 100%;height: auto;padding: 5% 0;}
	.product_how_left_title{width: 92%;height: auto;margin: 0px auto;}
	.product_how_left_title h2{font-size: 4.8vw;}
	.product_how_left_title p{font-size: 3.2vw;margin-top: 3.6vw;}
	.product_how_left_ul{margin-top: 5.8vw;}
	.product_how_left_ul li{height: 10.8vw;padding-left: 5.8vw;}
	.product_how_left_ul li span{width: 2vw;margin-right: 5.8vw;}
	.product_how_left_ul li h3{font-size: 3.8vw;}
	.product_how_right_box{flex: auto;width: 100%;padding: 5% 4%;}
	.product_how_right_txt{width: 100%;}
	.product_how_right_txt_top h2{font-size: 4.8vw;}
	.product_how_right_txt_top_ul li{margin-top: 3.2vw;padding-left: 5.8vw;}
	.product_how_right_txt_top_ul li:before{background-size: 2vw auto;}
	.product_how_right_txt_top_ul li h3{font-size: 3.8vw;}
	.product_how_right_txt_top_ul li p{font-size: 3.6vw;line-height: 1.6;}
	.product_how_right_txt a{margin-top: 5.8vw;}
	.product_download_box{padding: 8vw 0;}
	.product_download_ul li a{padding: 5% 4%;flex-wrap: wrap;}
	.product_download_left_img{width: 100%;}
	.product_download_left{flex: auto;width: 100%;margin: 0;flex-wrap: wrap;}
	.product_download_left h2{font-size: 3.8vw;margin-left: 0;margin-top: 3.8vw;text-align: center;line-height: 1.6;}
	.product_download_ul li span{width: 100%;height: 10.8vw;margin-top: 3.8vw;font-size: 3.8vw;margin-right: 0;}
	.product_download_ul li span img{width: 5vw;}
	.product_video_box{padding: 8vw 0;}
	.product_video_content{margin-top: 5.8vw;border-width: 1.2vw;}
	.product_video_content a:after{background-size: 11vw auto;}
	.product_advantage_content_box{padding: 8vw 0;}
	.product_advantage_content_ul{margin-top: 3.2vw;}
	.product_advantage_content_ul li{width: 100%;margin-top: 3.8vw;border-radius: 0px 0px 3.2vw 0px;}
	.product_advantage_content_ul_txt{padding: 0 4% 5% 4%;}
	.product_advantage_content_ul_txt h2{font-size: 4.2vw;}
	.product_advantage_content_ul_txt p{padding-right: 0;font-size: 3.2vw;margin-top: 3.2vw;}
	.product_faq_box{padding: 8vw 0;}
	.product_faq_ul_top{padding: 0 4%;height: 11.8vw;}
	.product_faq_ul_top h3{font-size: 3.6vw;}
	.product_faq_ul_top span{font-size: 4.8vw;}
	.product_faq_ul_bottom{padding: 5% 4%;}
	.product_faq_ul_bottom p{font-size: 3.6vw;}
	.product_list_banner_txt h2{font-size: 4.2vw;}
	.product_list_banner_txt{width: 68.2%;border-radius: 0px 0px 3vw 0px;}
	.product_list_box{padding: 8vw 0;}
	.product_list_title h1{font-size: 4.8vw;}
	.product_list_title span{margin-top: 1.8vw;}
	.product_list_title p{font-size: 3.2vw;padding: 0;margin-top: 3.2vw;}
	.product_list_ul{margin-top: 3.2vw;}
	.product_list_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
	.product_list_ul_txt{padding: 5% 4%;}
	.product_list_ul_txt h2 a{font-size: 4.2vw;}
	.product_list_ul_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.product_list_ul_txt .inquire{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.product_list_video_box{padding: 8vw 0;}
	.product_list_video_ul{margin-top: 3.2vw;}
	.product_list_video_ul li{margin-top: 3.8vw;width: 100%;}
	.product_list_video_ul_img a:after{background-size: 11vw auto;}
	.product_list_video_ul_txt{padding: 5% 4%;}
	.product_list_video_ul_txt h2{font-size: 4.2vw;}
	.product_list_video_ul_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.product_list_solutions_box{padding: 8vw 0;}
	.product_list_solutions_content{flex-wrap: wrap;}
	.product_list_solutions_content_left{width: 100%;}
	.product_list_solutions_content_right{width: 100%;height: auto;padding: 5% 4%;padding-bottom: 0;}
	.product_list_solutions_content_right h2{font-size: 4.2vw;}
	.product_list_solutions_content_right p{font-size: 3.2vw;margin-top: 3.6vw;}
	.product_detial_info_box{padding: 8vw 0;}
	.product_detial_info_content_box{flex-wrap: wrap;}
	.product_detial_info_content_left{width: 100%;}
	.product_detial_info_content_left_top_sw .swiper-slide a:after{background-size: 11vw auto;}
	.product_detial_info_content_left_bottom_sw .swiper-slide a:after{background-size: 4.8vw auto;}
	.product_detial_info_content_right{width: 100%;margin-left: 0;padding: 5% 4%;padding-bottom: 0;}
	.product_detial_info_content_right h1{font-size: 4.8vw;margin-bottom: 3.6vw;}
	.product_detial_info_content_right p{font-size: 3.6vw;}
	.product_detial_info_btn_box{margin-top: 5.8vw;}
	.product_detial_info_btn_box a:nth-of-type(1), .product_detial_info_btn_box a:nth-of-type(2){font-size: 3.6vw;height: 10.8vw;}
	.product_detial_info_btn_box a:nth-of-type(2) img{width: 3.8vw;margin-right: 1.8vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_description_box{padding: 8vw 0;}
	.product_detial_content_list h2{font-size: 4.8vw;margin-bottom: 2.8vw;}
	.product_detial_description_box p{font-size: 3.2vw;}
	.product_detial_specification_box{padding: 8vw 0;}
	.product_detial_specification_box table td.rowspan-cell{font-size: 3.8vw;}
	.product_detial_specification_box table td{height: 8.8vw;padding-left: 2%;font-size: 3.6vw;}
	.product_detial_features_box{padding: 8vw 0;}
	.product_detial_features_box .contentWH1400{flex-wrap: wrap;}
	.product_detial_features_left{width: 100%;}
	.product_detial_features_left p{font-size: 3.2vw;line-height: 1.6;}
	.product_detial_features_right{width: 100%;border-radius: 0;margin-top: 5.8vw;}
	.product_detial_more_details_box{padding: 8vw 0;}
	.product_detial_more_details_ul{justify-content: space-between;}
	.product_detial_more_details_ul li{margin-left: 0;margin-top: 3.8vw;width: 100%;border-width: 1.2vw;}
     .product_detial_more_details_ul_content{padding: 5% 4%;}
     .product_detial_more_details_ul_content h2{font-size: 3.8vw;margin-bottom: 1.8vw;}
     .product_detial_more_details_ul_content p{font-size: 3.6vw;}
	.product_detial_related_products{padding-bottom: 8vw;}
	.product_detial_related_products_ul li{margin-left: 0;width: 100%;margin-top: 3.8vw;}
	.product_detial_related_products_ul_txt{height: 10.8vw;padding: 0 4%;}
	.product_detial_related_products_ul_txt h3{font-size: 4.8vw;}
	.index_review_sw{margin-top: 5.8vw;}
	.index_review_sw .swiper-slide{padding: 5% 4%;}
	.index_review_sw_top_left{width: 18vw;margin-right: 3.2vw;}
	.index_review_sw_top_right h3{font-size: 3.8vw;}
	.index_review_sw_top_right p{font-size: 3.6vw;}
	.index_review_sw_bottom{margin-top: 3.6vw;}
	.index_review_sw_bottom p{font-size: 3.6vw;}
	.solution_detial_info_box{padding: 8vw 0;padding-bottom: 0;}
	.solution_detial_info_content{padding: 8vw 0;}
	.solution_detial_info_content_right{padding: 5% 4%;}
	.solution_detial_info_content_right_content{width: 100%;}
	.solution_detial_info_content_right_content h2{font-size: 4.8vw;}
	.solution_detial_info_content_right_ul{margin-top: 5.8vw;}
	.solution_detial_info_content_right_ul_top h3{font-size: 3.8vw;}
	.solution_detial_info_content_right_ul_top span{font-size: 4.8vw;}
	.solution_detial_info_content_right_ul_top{height: 10.8vw;}
	.solution_detial_info_content_right_ul_bottom h4{font-size: 3.6vw;}
	.solution_detial_info_content_right_ul_bottom p{font-size: 3.2vw;margin-top: 1.8vw;}
	.solution_detial_info_content_right_ul_bottom h5{font-size: 3.6vw;}
	.solution_detial_info_content_right_ul_bottom{padding-bottom: 8vw;}
	.solution_detial_procedure_box{padding: 8vw 0;}
	.solution_detial_procedure_ul{margin-top: 3.2vw;}
	.solution_detial_procedure_ul li{width: 100%;padding: 0 !important;margin-top: 3.8vw;}
	.solution_detial_procedure_ul li:after{display: none !important; }
	.solution_detial_procedure_ul_ico{width: 9vw;margin: 0px auto;}
	.solution_detial_procedure_ul li h2{text-align: center;margin-top: 3.2vw;}
	.solution_detial_procedure_ul li p{font-size: 3.2vw;margin-top: 1.8vw;text-align: center;}
	.solution_detial_related_product_title h2{font-size: 4.8vw;}
	.solution_detial_related_product_box{padding-bottom: 8vw;}
	.solution_detial_related_product_sw_right, .solution_detial_related_product_sw_left{display: none;}
	.solution_case_box{padding: 8vw 0;}
	.solution_case_content_box{margin-top: 5.8vw;}
	.solution_case_content_sw_right, .solution_case_content_sw_left{display: none;}
	.solution_case_content_sw_txt{padding: 5% 4%;}
	.solution_case_content_sw_txt h2{font-size: 4.2vw;}
	.solution_case_content_sw_txt p{font-size: 3.6vw;margin-top: 2.8vw;}
	.index_reviews_box{padding: 8vw 0;}
	.index_reviews_title h2{font-size: 3.6vw;}
	.index_reviews_title h3{font-size: 4.8vw;margin-top: 1.8vw;}
	.service_padlock_box{padding: 8vw 0;}
	.service_padlock_content_box{flex-wrap: wrap;}
	.service_padlock_content_left{width: 100%;}
	.service_padlock_content_right{padding: 5% 4%;padding-top: 0;}
	.service_padlock_list_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.service_padlock_list_ul li{width: 100%;margin-top: 3.8vw;}
	.service_padlock_list_ul_txt{height: auto;padding: 5% 4%;}
	.service_padlock_list_ul_txt p{font-size: 3.6vw;}
	.service_key_system_box{padding: 8vw 0;}
	.service_key_system_title h2{font-size: 4.8vw;text-align: center;}
	.service_key_system_title h2 span{font-size: 3.6vw;text-align: center;padding-left: 0;display: block;}
	.service_key_system_content_box{margin-top: 5.8vw;flex-wrap: wrap;}
	.service_key_system_content_left{width: 100%;}
	.service_key_system_content_right{margin-left: 0;padding: 5% 4%;}
	.service_process_box{padding: 8vw 0;}
	.service_process_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.service_process_ul li h2{font-size: 4.8vw;}
	.service_process_ul_top span{width: 10vw;height: 10vw;font-size: 3.2vw;}
	.service_process_ul_top h3{font-size: 3.8vw;margin-left: 1.8vw;}
	.service_process_ul_top{margin-bottom: 3.2vw;}
	.service_process_ul li p{font-size: 3.2vw;}
	.service_examples_box{padding: 8vw 0;}
	.service_examples_content_box{padding: 5% 4%;}
	.service_examples_content_box h2{font-size: 4.8vw;margin-bottom: 8vw;}
	.service_examples_content_box p{font-size: 3.2vw;}
	.service_examples_content_box p strong{font-size: 3.6vw;}
	.service_examples_content_box i{width: 2vw;height: 2vw;}
	.keying_options_box{padding-top: 0;padding-bottom: 8vw;}
	.keying_options_ul{margin-top: 3.2vw;}
	.keying_options_ul li{width: 100%;margin-top: 3.8vw;}
	.keying_options_ul_img h3{font-size: 3.6vw;}
	.keying_options_ul_txt{margin-top: 1.8vw;}
	.keying_options_ul_txt h2{margin-top: 3.2vw;}
	.keying_options_ul_txt p{font-size: 3.2vw;margin-top: 1.8vw;}
	.service_last_top_box{padding: 3.2vw 0;padding-bottom: 0;}
	.service_last_top_btn{flex-wrap: wrap;}
	.service_last_top_btn li{width: 49%;margin-bottom: 3.2vw;font-size: 3.2vw;height: 10.8vw;}
	.service_last_top_btn li.on{border-radius: 1.2vw;}
	.service_last_bottom_list{padding: 8vw 0;}
	.service_last_bottom_list_top{flex-wrap: wrap;}
	.service_last_bottom_list_top_left{width: 100%;}
	.service_last_bottom_list_top_right{flex: auto;width: 100%;padding: 5% 4%;padding-top: 0;}
	.service_last_bottom_list_top_right_txt{width: 100%;}
	.service_last_bottom_list_top_right_txt h2{font-size: 4.8vw;}
	.service_last_bottom_list_top_right_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.service_last_bottom_list_bottom{margin-top: 5.8vw;}
	.service_last_bottom_list_bottom h2{font-size: 4.8vw;}
	.service_last_bottom_list_bottom p{font-size: 3.2vw;margin-top: 3.2vw;}
	.service_last_bottom_list_bottom h3{height: 8.8vw;font-size: 3.6vw;padding-left: 4%;margin-top: 3.6vw;}
	.about_banner_txt h2{font-size: 4.8vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_box h2{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.about_info_box p{font-size: 3.2vw;margin-top: 3.2vw;}
	.about_info_video_box{margin-top: 3.8vw;}
	.about_info_video_box a:after{background-size: 11vw auto;}
	.about_feature_ul{flex-wrap: wrap;margin-top: 3.2vw;justify-content: space-between;}
	.about_feature_ul li{width: 48.5%;margin-top: 3.8vw;padding: 5% 4%;}
	.about_feature_ul_img{width: 11vw;}
	.about_feature_ul li h2{font-size: 4.2vw;margin-top: 3.6vw;}
	.about_feature_box{padding-bottom: 8vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_content_box{margin-top: 8vw;}
	.about_development_title h2{font-size: 4.8vw;}
	.about_development_content_ul li{margin-left: 0;width: 100%;}
	.about_development_content_ul li:nth-of-type(even){flex-direction: column;margin-top: 3.8vw;}
	.about_development_content_ul li:nth-of-type(even) .about_development_content_txt{margin-top: 0;}
	.about_development_content_hr{display: none;}
	.about_development_content_ul li{margin-top: 3.8vw;}
	.about_development_content_txt p{font-size: 3.6vw;height: auto;}
	.about_development_content_year{font-size: 4.2vw;margin-left: 0;margin-top: 3.2vw;}
	.about_development_content_box:after{display: none;}
	.about_qualification_box{padding: 8vw 0;}
	.about_qualification_ul{margin-top: 3.2vw;flex-wrap: wrap;justify-content: space-between;}
	.about_qualification_ul li{width: 48.5%;height: auto;margin-top: 3.8vw;margin-left: 0;}
	.tem_info_content{width: 100%;position: relative;padding: 5% 4%;border-radius: 0;}
	.tem_info_box{padding: 8vw 0;}
	.tem_info_content_box{margin-top: 3.8vw;}
	.tem_info_content h2{font-size: 4.2vw;}
	.tem_info_content p{font-size: 3.2vw;margin-top: 3.2vw;}
	.tem_list_sw_right{padding: 5% 4%;}
	.tem_list_sw_right h2{font-size: 4.2vw;}
	.tem_list_sw_right h3{font-size: 3.8vw;margin-top: 1.8vw;}
	.tem_list_sw_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.tem_list_box{padding-bottom: 8vw;}
	.tem_patented_box{padding: 8vw 0;}
	.tem_patented_ul li{width: 48.5%;margin-top: 3.8vw;}
	.production_advantage_box{padding: 8vw 0;}
	.production_advantage_ul li h3{font-size: 4.8vw;}
	.production_advantage_ul li h3 span{font-size: 3.2vw;}
	.production_advantage_ul li p{font-size: 3.6vw;}
	.production_advantage_ul li{padding: 4.8vw 0;}
	.production_display_btn li{font-size: 3.6vw;padding: 0;margin-top: 3.6vw;}
	.production_display_btn li + li{margin-left: 3.2vw;}
	.production_display_content_box{margin-top: 3.2vw;}
	.production_display_content_list_ul li{margin-top: 3.8vw;}
	.production_display_box{padding-bottom: 8vw;}
	.production_process_box{padding: 8vw 0;}
	.production_process_title h2{font-size: 4.8vw;}
	.production_process_ul{flex-wrap: wrap;}
	.production_process_ul li{width: 48.5%;margin-top: 3.8vw;}
	.production_process_ul_img:after{display: none;}
	.production_process_ul li h3{font-size: 3.6vw;margin-top: 3.2vw;}
	.production_quality_box{padding: 8vw 0;}
	.production_quality_right{padding: 5% 4%;}
	.production_quality_right h2{font-size: 4.8vw;}
	.production_quality_right p{font-size: 3.2vw;margin-top: 3.2vw;}
     .solution_content_box{padding: 8vw 0;}
     .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
     .solution_content_ul a{flex-wrap: wrap;padding: 0;}
     .solution_content_ul_img{width: 100%;}
     .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
     .solution_content_ul_right h4{font-size: 3.6vw;}
     .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
     .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
     .about_qualification_ul{padding-bottom: 8vw;}
     .contact_info_left{padding: 5% 4%;}
     .contact_info_box{margin-top: 5.8vw;}
     .contact_info_left_logo{width: 28vw;}
     .contact_info_left h4{font-size: 4.2vw;margin-top: 3.2vw;}
     .contact_info_left_ul li p, .contact_info_left_ul li a{font-size: 3.6vw;}
     .contact_info_left_ul li p{margin-top: 3.2vw;margin-left: 3.2vw;}
     .contact_info_left_ul li img{width: 3.5vw;margin-top: 4vw;}
     .contact_info_left_ul li{margin-top: 3.6vw;}
    .contact_box{padding-bottom: 8vw;}
    .contact_info_left_ul{margin-top: 0;}
    .product_list_ul_img h2{height: 6.8vw;font-size: 3.6vw;padding: 0 3.2vw;}
	.news_list_ul li .news_list_ul_img{
		height: auto;
	}
	.contactMap{
		height: 300px !important;
	}
	body{
		padding-bottom: 48px;
	}
}
.hp-security-check {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
    overflow: hidden !important;
}