@font-face{
     font-family: 'Lato-Black';
     src: url('fonts/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Lato-Italic';
     src: url('fonts/Lato-Italic.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Lato-Regular';
     src: url('fonts/Lato-Regular.ttf');
}
*{
	font-family: "Lato-Regular";
}
:root{
	--mainColor:#004B8A;
}
/*header start*/
.header{width: 100%;height: auto;position: relative;}
.header_top_box{width: 100%;height: auto;background: var(--mainColor);}
.header_top_content{width: 100%;height: 36px;display: flex;justify-content: space-between;align-items: center;}
.header_top_content_left{display: flex;justify-content: flex-start;align-items: center;}
.header_top_content_left li{width: 20px;height: auto;}
.header_top_content_left li img{width: 100%;height: auto;display: block;}
.header_top_content_left li + li{margin-left: 10px;}
.header_top_content_right{display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_top_content_right_nav{display: flex;justify-content: flex-start;align-items: center;}
.header_top_content_right_nav a{display: block;display: flex;align-items: center;font-size: 16px;color: #FFFFFF;height: 100%;}
.header_top_content_right_nav a + a{margin-left: 40px;}
.header_top_content_right_nav a:hover{text-decoration: underline;}
.header_top_content_right_language{height: 100%;position: relative;margin-left: 80px;padding-right: 16px;}
.header_top_content_right_language:after{content: "";display: block;width: 1px;height: 10px;background: rgba(255,255,255,0.3);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.header_top_content_right_language_btn{display: flex;justify-content: flex-start;align-items: center;height: 100%;cursor: pointer;}
.header_top_content_right_language img{display: block;}
.header_top_content_right_language img + img{margin-left: 7px;}
.header_language_list{width: 280px;max-height: 0px;background: #FFFFFF;overflow: hidden;position: absolute;top: 100%;left: 50%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;transform: translateX(-50%);transition: all 0.6s;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header_language_list a{width: 50%; display: block;line-height: 45px;padding: 0 15px;font-size: 14px;color: #000000;font-family: "Poppins-Medium";border-bottom: 1px solid #E5E5E5;transition: all 0.3s;}
.header_language_list a:nth-last-of-type(1){border-bottom: none;}
.header_language_box:hover .header_language_list{max-height: 800px;}
.header_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_top_content_right_language:hover .header_language_list{max-height: 1000px;}
.header_search_btn{width: 18px;height: auto;cursor: pointer;margin-left: 15px;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 100%;z-index: 9999;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 800px;}
.header_bottom_box{width: 100%;height: 90px;background: #FFFFFF;box-shadow: 4px 4px 12px 0px rgba(175, 175, 175, 0.25);}
.header_bottom_box .contentWH1400{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 60px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_bottom_nav_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.header_bottom_nav_box li{height: 100%;position: relative;display: flex;align-items: center;}
.header_bottom_nav_box li + li{margin-left: 50px;}
.header_bottom_nav_box li:nth-last-of-type(1){margin-left: 30px;}
.fristNavLink{display: flex;height: 100%;align-items: center;text-align: center;font-size: 18px;color: #000000;}
.fristNavLink:hover{color: var(--mainColor);}
.header_nav_box li.on .fristNavLink{color: var(--mainColor);}
.header_nav_list_box{width: 280px;height: auto;display: none;background: #FFFFFF;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);z-index: 999;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_nav_list_three_list,
.header_nav_list_two_list{width: 100%;height: 45px;border-bottom: 1px solid #E5E5E5;}
.twoNavLink{display: flex;align-items: center;width: 100%;height: 45px;padding: 0 20px;transition: all 0.3s;}
.twoNavLink:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_four_box,
.header_nav_list_threes_box{width: 100%;min-height: 100%;position: absolute;left: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;top: 0;background: #FFFFFF;}
.threeNavLink{display: block;width: 100%;line-height: 45px;padding: 0 20px;border-bottom: 1px solid #E5E5E5;transition: all 0.3s;}
.header_nav_list_four_box a{display: flex;width: 100%;height: 45px;padding: 0 20px;border-bottom: 1px solid #E5E5E5;transition: all 0.3s;align-items: center;}
.header_nav_list_four_box a:hover,
.threeNavLink:hover{background: var(--mainColor);color: #FFFFFF;}
.header_nav_list_four_box a:nth-last-of-type(1),
.threeNavLink:nth-last-of-type(1){border-bottom: none;}
.header_bottom_nav_box li:hover .header_nav_list_box{display: block;}
.header_nav_list_two_list:hover .header_nav_list_threes_box{display: block;}
.header_nav_list_three_list:hover .header_nav_list_four_box{display: block;}
.header_bottom_nav_box li:nth-last-of-type(1) .fristNavLink{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border-radius: 6px;background: var(--mainColor);color: #FFFFFF;font-size: 16px;font-family: "Lato-Bold";}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  var(--mainColor);transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_sw{width: 100%;height: auto;}
.index_banner_sw .swiper-slide{padding: 9px 0 25px;width: 100%;height: auto;background: rgba(0, 75, 138, 0.06);display: flex;justify-content: flex-end;align-items: center;}
.index_banner_sw_left_box{width: 29%;height: auto;-webkit-animation-delay: 1s;}
.index_banner_sw_left_info{width: 100%;height: auto;}
.index_banner_sw_left_info h4{font-size: 46px;color: #000000;font-family: "Lato-Black";}
.index_banner_sw_left_info p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 10px;padding-right: 13px;}
.index_banner_sw_left_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.index_banner_sw_left_ul li{display: flex;justify-content: flex-start;align-items: center;}
.index_banner_sw_left_ul li img{width: 18px;height: auto;display: block;margin-right: 8px;}
.index_banner_sw_left_ul li p{font-size: 16px;color: #000000;font-family: "Lato-Bold";}
.index_banner_left_more{display: flex;align-items: center;justify-content: center;width: 140px;height: 46px;background: var(--mainColor);color: #FFFFFF;font-family: "Lato-Bold";border-radius: 6px;margin-top: 80px;}
.index_banner_sw_right_box{width: 55.4%;height: auto;margin-left: 26px;-webkit-animation-delay: 1s;}
.index_banner_sw_right_box img{width: 100%;height: auto;display: block;}
.index_banner_sw_page span{width: 28px;height: 4px;background: #004B8A;border-radius: 2px;opacity: 0.4;}
.index_banner_sw_page span.swiper-pagination-bullet-active{opacity: 1;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 80px 0;}
.index_product_title_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;}
.index_product_title_left{width: 42.5%;height: auto;}
.index_product_title_left h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.index_product_title_left p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 35px;}
.index_product_title_right{width: 45.72%;height: auto;display: flex;justify-content: space-between;}
.index_product_title_right li{width: 30%;height: 46px;}
.index_product_title_right li a{display: flex;justify-content: center;align-items: center;border: 1px solid #999999;font-size: 16px;color: #000000;font-family: "Lato-Bold";border-radius: 6px;width: 100%;height: 100%;}
.index_product_title_right li:hover a{background: var(--mainColor);border-color: var(--mainColor);color: #FFFFFF;}
.index_product_content_box{width: 100%;height: auto;margin-top: 38px;}
.index_product_swiper{width: 100%;height: auto;}
.index_product_swiper .swiper-slide{background: #F9F9F9;border-radius: 12px;height: auto;}
.index_product_swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
.index_product_swiper_img{width: 100%;display: flex;justify-content: center;margin: 0px auto;transition: all 0.3s;overflow: hidden;}
.index_product_swiper_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_swiper_content{width: 100%;height: auto;padding: 25px;display: flex;flex-direction: column;justify-content: center;}
.index_product_swiper_content h4{font-size: 18px;color: #000000;font-family: "Lato-Bold";text-align: center;}
.index_product_swiper_content p{font-size: 14px;color: #666666;text-align: center;line-height: 1.6;margin-top: 8px;display: none;}
.index_product_swiper .swiper-slide:hover .index_product_swiper_img  img{transform: scale(1.1);}
.index_product_swiper .swiper-slide:hover .index_product_swiper_content p{display: block;}
.swiper_control_box{width: 100%;height: 40px;margin-top: 38px;position: relative;}
.swiper_control_right,.swiper_control_left{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid var(--mainColor);background: none;bottom: 0 !important;transform: none;top: auto;}
.swiper_control_right img,.swiper_control_left img{width: 11px;height: auto;display: block;transition: all 0.3s;}
.swiper_control_right:hover,.swiper_control_left:hover{background: var(--mainColor);}
.swiper_control_right:hover img,.swiper_control_left:hover img{filter: brightness(0) invert(1);}
.swiper_control_left img{transform: rotateY(180deg);}
.swiper_control_right{right: auto;left: 56px;}
.swiper_control_left{left: 0;}
.swiper_control_page{width: 91.6%;height: 2px;background: #E7E7E7;bottom: auto !important;top: 50%;transform: translateY(-50%);right: 0;}
.swiper_control_page span.swiper-pagination-progressbar-fill{background: var(--mainColor);}
.index_solutions_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.index_solutions_sw{width: 100%;height: auto;}
.index_solutions_sw .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_solutions_content_left{width: 39.2%;height: auto;-webkit-animation-delay: 1s;}
.index_solutions_content_left_title{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.index_solutions_content_left h2,
.index_solutions_content_left h4{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 50px;}
.index_solutions_content_left p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 20px;}
.index_solutions_content_left a{margin-top: 65px;}
.index_solutions_content_right{width: 59.8%;height: auto;-webkit-animation-delay: 1s;}
.index_solutions_content_right img{width: 100%;height: auto;display: block;}
.index_solutions_bottom_box{width: 100%;height: auto;margin: 0px auto; margin-top: 80px;position: relative;padding: 0 5%;}
.index_solutions_bottom_box:after{content: "";display: block;width: 90%;height: 2px;background: #E7E7E7;position: absolute;left: 50%;top: 25px;transform: translateX(-50%);}
.index_solutions_bottom_sw{width: 100%;height: auto;}
.index_solutions_bottom_sw .swiper-slide{cursor: pointer;}
.index_solutions_bottom_sw_top{width: 52px;height: auto;aspect-ratio: 1/1;border-radius: 50%;border: 1px dashed var(--mainColor);margin: 0px auto;position: relative;display: flex;align-items: center;justify-content: center;transform: scale(0.68);transition: all 0.3s;}
.index_solutions_bottom_sw_top span{display: block;aspect-ratio: 1/1;border-radius: 50%;width: 25%;height: auto;background: var(--mainColor);position: relative;z-index: 3;}
.index_solutions_bottom_sw_top:after{content: "";display: block;width: 49%;height: auto;aspect-ratio: 1/1;border-radius: 50%;background: rgba(0, 75, 138, 0.4);position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.index_solutions_bottom_sw .swiper-slide h4{font-size: 16px;color: #666666;margin-top: 10px;text-align: center;transition: all 0.3s;}
.index_solutions_bottom_sw .swiper-slide.swiper-slide-thumb-active .index_solutions_bottom_sw_top{transform: scale(1);}
.index_solutions_bottom_sw .swiper-slide.swiper-slide-thumb-active h4{color: var(--mainColor);font-family: "Lato-Bold";}
.index_solutions_swiper_right_btn,.index_solutions_swiper_left_btn{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid var(--mainColor);background: none;top: 29%;}
.index_solutions_swiper_right_btn img,.index_solutions_swiper_left_btn img{width: 11px;height: auto;display: block;transition: all 0.3s;}
.index_solutions_swiper_right_btn:hover,.index_solutions_swiper_left_btn:hover{background: var(--mainColor);}
.index_solutions_swiper_left_btn img{transform: rotateY(180deg);}
.index_solutions_swiper_right_btn:hover,.index_solutions_swiper_left_btn:hover{background: var(--mainColor);}
.index_solutions_swiper_right_btn:hover img,.index_solutions_swiper_left_btn:hover img{filter: brightness(0) invert(1);}
.index_case_box{width: 100%;height: auto;padding: 80px 0;}
.index_case_title{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_case_title h2,
.index_case_title h4{font-size: 40px;font-family: "Lato-Black";color: #000000;}
.index_case_title a{display: none;justify-content: center;align-items: center;width: 140px;height: 46px;background: var(--mainColor);border-radius: 6px;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";}
.index_case_content_box{width: 100%;height: auto;margin-top: 48px;position: relative;}
.index_case_swiper{width: 100%;height: auto;}
.index_case_swiper .swiper-slide{border-radius: 12px;overflow: hidden;}
.index_case_swiper_bg{width: 100%;height: auto;overflow: hidden;}
.index_case_swiper_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_case_swiper_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 20px 35px;display: flex;flex-direction: column;justify-content: flex-end;}
.index_case_swiper_txt h4{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";margin-bottom: 18px;}
.index_case_swiper_txt p{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #FFFFFF;margin-bottom: -37px;transition: all 0.3s;}
.index_case_swiper_txt p img{display: block;margin-left: 5px;margin-top: 3px;}
.swiper-right,.swiper-left{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid var(--mainColor);background: none;}
.swiper-right img,.swiper-left img{width: 11px;height: auto;display: block;transition: all 0.3s;}
.swiper-right:hover,.swiper-left:hover{background: var(--mainColor);}
.swiper-left img{transform: rotateY(180deg);}
.swiper-right:hover,.swiper-left:hover{background: var(--mainColor);}
.swiper-right:hover img,.swiper-left:hover img{filter: brightness(0) invert(1);}
.swiper-left{left: -63px;}
.swiper-right{right: -63px;}
.index_case_swiper .swiper-slide:hover .index_case_swiper_bg img{transform: scale(1.1);}
.index_case_swiper .swiper-slide:hover .index_case_swiper_txt p{margin-bottom: 0;}
.index_partner_box{width: 100%;height: auto;position: relative;aspect-ratio:1920/855;overflow: hidden;}
.index_partner_content_bg{position: absolute;top: 0;left: 0;width: 200%;height: 100%;background-repeat: repeat;background-size: cover;background-position: left bottom;animation: move_wave 100s linear infinite;}
.index_partner_content_bg img{width: 100%;height: auto;display: block;}
.index_partner_content_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index_partner_content_txt h4{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";text-align: center;}
.index_partner_content_txt p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 14px;}
.il7logo {position: absolute;z-index: 5;aspect-ratio:1/1;height: auto;}
.ilimg {display: block;width: 100%;height: 100%;border-radius: 50%;transform-origin: 50% 48%;}
.ildw1 {width: 108px;height: auto;left: 5.8%;top: 46.2%;z-index: 2;animation: spin4 20s infinite linear;}
.ildw1 .ilimg {animation: spin-reverse2 20s infinite linear;}
.ildw2 {width: 150px;left: 16.8%;top: 10.4%;animation: spin4 26s infinite linear;}
.ildw2 .ilimg {animation: spin-reverse2 26s infinite linear;}
.ildw3 {width: 132px;left: 26.2%;top: 38.5%;animation: spin4 40s infinite linear;}
.ildw3 .ilimg {animation: spin-reverse2 40s infinite linear;}
.ildw4 {width: 88px;left: 21.1%;top: 52%;animation: spin 45s infinite linear;}
.ildw4 .ilimg {animation: spin-reverse 45s infinite linear;}
.ildw5 {width: 150px;left: 8%;bottom: 8.5%;animation: spin 80s infinite linear;}
.ildw5 .ilimg {animation: spin-reverse 80s infinite linear;}
.ildw6 {width: 92px;left: 29.6%;top: 9.4%;animation: spin 36s infinite linear;}
.ildw6 .ilimg {animation: spin-reverse 36s infinite linear;}
.ildw7 {width: 104px;left: 38%;top: 21.63%;animation: spin 52s infinite linear;}
.ildw7 .ilimg {animation: spin-reverse 52s infinite linear;}
.ildw8 {width: 104px;left: 32.6%;bottom: 8.54%;animation: spin 22s infinite linear;}
.ildw8 .ilimg {animation: spin-reverse 22s infinite linear;}
.ildw9 {width: 132px;right: 32.40%;top: 11.5%;animation: spin 40s infinite linear;}
.ildw9 .ilimg {animation: spin-reverse 40s infinite linear;}
.ildw10 {width: 132px;right: 41.2%;bottom: 13%;animation: spin 20s infinite linear;}
.ildw10 .ilimg {animation: spin-reverse 20s infinite linear;}
.ildw11 {width: 127px;right: 24.3%;top: 44%;animation: spin 60s infinite linear;}
.ildw11 .ilimg {animation: spin-reverse 60s infinite linear;}
.ildw12 {width: 109px;right: 26.2%;bottom: 15.7%;animation: spin 50s infinite linear;}
.ildw12 .ilimg {animation: spin-reverse 50s infinite linear;}
.ildw13 {width: 127px;right: 8.4%;top: 24%;animation: spin 35s infinite linear;}
.ildw13 .ilimg {animation: spin-reverse 35s infinite linear;}
.ildw14{width: 109px;right: 5.8%;top: 51.2%;animation: spin 35s infinite linear;}
.ildw14 .ilimg {animation: spin-reverse 35s infinite linear;}
.ildw15{width: 127px;right: 11.5%;bottom: 11.2%;animation: spin 90s infinite linear;}
.ildw15 .ilimg {animation: spin-reverse 90s infinite linear;}
@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0);
	}
	50% {
		transform: translateX(-25%) translateZ(0);
	}
	100% {
		transform: translateX(-50%) translateZ(0);
	}
}
@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
@keyframes spin1 {
	to {
		transform: rotate(1turn);
	}
}
@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}
@keyframes spin4 {
	to {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}
@keyframes spin-reverse {
	from {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
@keyframes spin-reverse2 {
	from {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}
@keyframes spin-reverse3 {
	from {
		transform: rotate(1turn);
	}
}
@keyframes spin-reverse4 {
	from {
		transform: rotate(-1turn);
	}
}
.index_ltpm_box{width: 100%;height: auto;padding: 124px 0;background: url(../images/index_ltpm_bg.jpg) no-repeat center center;background-size: cover;position: relative;overflow: hidden;}
.index_ltpm_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;position: relative;overflow: hidden;}
.index_ltpm_content_left{width: 49.3%;height: auto;}
.index_ltpm_content_left h4{font-size: 40px;height: auto;font-family: "Lato-Black";color: #FFFFFF;}
.index_ltpm_content_left p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 32px;}
.index_ltpm_content_left a{display: flex;justify-content: center;align-items: center;width: 140px;height: 40px;background: #FFFFFF;border-radius: 6px;font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 162px;}
.index_ltpm_content_right{width: 19.64%;height: auto;}
.index_ltpm_content_right li{width: 100%;height: 160px;border: 1px solid #FFFFFF;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index_ltpm_content_right li + li{margin-top: 4px;}
.index_ltpm_content_right li h4{font-size: 60px;color: #FFFFFF;font-family: "Lato-Bold";text-align: center;}
.index_ltpm_content_right li p{font-size: 16px;color: #FFFFFF;text-align: center;margin-top: 3px;}
.index_ltpm_bg{width: 100%;height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;background: url(../images/index_logo.png) no-repeat center center;}
.index_advantage_box{width: 100%;height: auto;padding: 80px 0px;display: flex;justify-content: flex-end;}
.index_advantage_content{width: 86.5%;height: auto;}
.index_advantage_content_box{width: 100%;height: auto;overflow: hidden;margin-top: 50px;}
.index_advantage_content_sw{width: 60.9%;height: auto;overflow: unset;margin-left: 0;}
.index_advantage_content_sw .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_advantage_content_sw_left{width: 58.4%;height: auto;overflow: hidden;border-radius: 12px;}
.index_advantage_content_sw_left img{width: 100%;height: auto;display: block;}
.index_advantage_content_sw_right{flex: 1;padding-left: 55px;}
.index_advantage_content_sw_right h4{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.index_advantage_content_sw_right p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 22px;}
.index_latest_news_box{width: 100%;height: auto;padding: 120px 0 266px;background: rgba(0, 75, 138,0.06);}
.index_latest_news_content_box{width: 100%;height: auto;margin-top: 52px;display: flex;justify-content: flex-end;overflow: hidden;}
.index_latest_news_content{width: 86.5%;height: auto;overflow: hidden;}
.index_latest_news_content_sw{width: 79.52%;height: auto;margin-left: 0;overflow: unset;}
.index_latest_news_content_sw .swiper-slide{overflow: hidden;border-radius: 12px;}
.index_latest_news_content_sw_bg{width: 100%;height: auto;overflow: hidden;}
.index_latest_news_content_sw_bg img{width: 100%;height: 481px;display: block;transition: all 0.3s;object-fit: contain;}
.index_latest_news_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 22px 36px;background-color: rgba(0, 0, 0, 0.2);}
.index_latest_news_content_sw_content_time{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #FFFFFF;}
.index_latest_news_content_sw_content_time img{display: block;margin-right: 5px;}
.index_latest_news_content_sw_content h4{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 10px;margin-bottom: 28px;}
.index_latest_news_content_sw_content p{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #FFFFFF;margin-bottom: -39px;transition: all 0.3s;}
.index_latest_news_content_sw_content p img{display: block;margin-top: 4px;margin-left: 5px;}
.index_latest_news_content_sw .swiper-slide:hover .index_latest_news_content_sw_bg img{transform: scale(1.1);}
.index_latest_news_content_sw .swiper-slide:hover .index_latest_news_content_sw_content p{margin-bottom: 0;}
.index_feel_free_box{width: 100%;height: auto;top: -156px;position: relative;}
.index_feel_free_content{width: 100%;height: auto;padding: 64px 70px;background: var(--mainColor);border-radius: 12px;overflow: hidden;position: relative;}
.index_feel_free_content:after{content: "";display: block;width: 576px;height: auto;aspect-ratio:576/545;background: url(../images/index_feel_logo.png) no-repeat center center;background-size: 100% auto;position: absolute;right: -58px;top: 18px;}
.index_feel_free_content_title{font-size: 26px;color: #FFFFFF;font-family: "Lato-Bold";}
.index_feel_free_content form{display: flex;justify-content: space-between;align-items: center;width: 100%;height: auto;margin-top: 24px;position: relative;z-index: 2;}
.index_feel_free_content_form{display: flex;justify-content: space-between;flex: 1;margin-right: 105px;flex-wrap: wrap; }
.index_feel_free_content_form .tips{left: 10px;right: auto;line-height: 0; top: 10px;}
.index_feel_free_content_form li{width: 32%;height: auto;position: relative;} 
.index_feel_free_content_form li:nth-last-of-type(1),.index_feel_free_content_form li:nth-last-of-type(2){width: 48.5%;margin-top: 10px;}
.index_feel_free_content_form li input{display: block;width: 100%;height: 54px;background: #FFFFFF;border-radius: 4px;padding-left: 24px;border: none;outline: none;font-size: 16px;color: #666666;}
.index_feel_free_content_form li input::placeholder{color: #666666;}
.index_feel_free_content_form_btn{display: block;width: 140px;height: 54px;outline: none;border: none;border-radius: 6px;background: #FFFFFF;font-size: 16px;color: var(--mainColor);text-transform: uppercase;cursor: pointer;}
.index_feel_free_content p{font-size: 14px;color: #FFFFFF;font-size: 14px;margin-top: 19px;}
.index_feel_free_content a{color: #FFFFFF;font-size: 14px;text-decoration: underline;}
/*products.html start*/
.products_banner_box{width: 100%;height: auto;padding: 35px 0;background: rgba(0, 75, 138, 0.06);display: flex;justify-content: flex-end;}
.products_banner_content_box{width: 86.5%;height: auto;}
.crumbs_box.products_crumbs{background: none;height: auto;}
.crumbs_box a img{width: 24px;}
.crumbs_box i img{width: 18px;}
.products_banner_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.products_banner_content_left{width: 39.82%;height: auto;}
.products_banner_content_left h1{font-size: 40px;color: #000000;font-family: "Lato-Black";line-height: 1.5;}
.products_banner_content_left a{display: flex;align-items: center;justify-content: center;width: 140px;height: 46px;background: var(--mainColor);color: #FFFFFF;font-family: "Lato-Bold";border-radius: 6px;margin-top: 76px;}
.products_banner_content_right{width: 56.3%;height: auto;}
.products_banner_content_right img{width: 100%;height: auto;display: block;}
.prducts_advantage_box{padding-bottom: 266px;}
.products_info_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 256px;}
.products_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.products_info_content_img{width: 50%;height: auto;overflow: hidden;border-radius: 12px;}
.products_info_content_img img{width: 100%;height: auto;display: block;}
.products_info_content_txt{width: 44.3%;height: auto;}
.products_info_content_txt h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.products_info_content_txt p{font-size: 20px;color: #666666;line-height: 1.6;margin-top: 24px;}
.product_list_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.product_list_ul{width: 100%;height: auto;}
.product_list_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_list_ul li + li{margin-top: 80px;}
.product_list_ul li:nth-of-type(even){flex-direction: row-reverse;}
.product_list_ul_txt{width: 44.3%;height: auto;}
.product_list_ul_txt h4 a{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.product_list_ul_txt p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 20px;}
.products_more{display: flex;align-items: center;justify-content: center;width: 140px;height: 46px;background: var(--mainColor);color: #FFFFFF;font-family: "Lato-Bold";border-radius: 6px;margin-top: 65px;}
.product_list_ul_right{width: 50%;height: auto;overflow: hidden;border-radius: 6px;}
.product_list_ul_right img{width: 100%;height: auto;display: block;}
/*products.html end*/
/*product_category.html start*/
.products_category_banner_box{width: 100%;height: auto;padding-top: 35px;background: rgba(0, 75, 138, 0.06);}
.product_category_banenr_content{width: 100%;height: auto;padding: 50px 0 12px;}
.product_category_banenr_content_txt{width: 89.6%;height: auto;margin: 0px auto;}
.product_category_banenr_content_txt h1{font-size: 32px;color: #000000;font-family: "Lato-Black";text-align: center;padding: 0 10%;}
.product_category_banenr_content_txt p{font-size: 18px;color: #666666;line-height: 1.8;text-align: center;margin-top: 16px;padding: 0 3%;}
.product_category_banenr_img{width: 100%;height: auto;margin-top: 16px;}
.product_category_banenr_img img{width: 100%;height: auto;}
.product_category_list_box{width: 100%;height: auto;padding: 80px 0px;}
.product_category_list_txt{width: 100%;height: auto;}
.product_category_list_txt2{margin-top: 40px;}
.product_category_list_txt p{font-size: 18px;color: #666666;line-height: 1.6;}
.product_category_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 7px;flex-wrap: wrap;}
.product_category_list_ul li{width: 49%;height: auto;margin-top: 28px;background: #F9F9F9;transition: all 0.3s;border-radius: 12px;}
.product_category_list_ul li a{display: flex;justify-content: space-between;align-items: center;padding: 7px 0;}
.product_category_list_ul_left{width: 49.6%;height: auto;overflow: hidden;border-radius: 12px;}
.product_category_list_ul_left img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_category_list_ul_right{padding: 0 28px;flex: 1;}
.product_category_list_ul_right h3{font-size: 20px;color: #000000;font-family: "Lato-Bold";}
.product_category_list_ul_right span{display: flex;align-items: center;justify-content: center;width: 140px;height: 46px;background: var(--mainColor);color: #FFFFFF;font-family: "Lato-Bold";border-radius: 6px;margin-top: 85px;}
.product_category_list_ul li:hover{background: #E8E8E8;}
.product_category_list_ul li:hover .product_category_list_ul_left img{transform: scale(1.1);}
.product_category_video_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138,0.06);}
.product_category_video_swiper{width: 100%;height: auto;}
.product_category_title{width: 100%;height: auto;}
.product_category_title h2,
.product_category_title h4{font-size: 40px;color: #000000;font-family: "Lato-Black";text-align: center;}
.product_category_video_content{width: 100%;height: auto;margin-top: 45px;position: relative;}
.product_category_video_swiper_bg{width: 100%;height: auto;overflow: hidden;border-radius: 12px;}
.product_category_video_swiper_bg iframe{width: 100%;height: 482px;display: block;transition: all 0.3s;}
.product_category_video_swiper .swiper-slide h3{font-size: 24px;color: #000000;font-family: "Lato-Bold";margin-top: 24px;}
.product_category_video_swiper .swiper-slide a:after{background: url(../images/product_category_video_btn.png) no-repeat center center;background-size: 70px auto;}
.product_category_video_swiper .swiper-slide:hover .product_category_video_swiper_bg img{transform: scale(1.1);}
.index_solutions_swiper_right_btn2,.index_solutions_swiper_left_btn2{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid var(--mainColor);background: none;top: 80%;}
.index_solutions_swiper_right_btn2{right: 64%;}
.index_solutions_swiper_left_btn2{left: 29%;}
.index_solutions_swiper_right_btn2 img,.index_solutions_swiper_left_btn2 img{width: 11px;height: auto;display: block;transition: all 0.3s;}
.index_solutions_swiper_left_btn2 img{transform: rotateY(180deg);}
.index_solutions_swiper_right_btn2:hover,.index_solutions_swiper_left_btn2:hover{background: var(--mainColor);}
.index_solutions_swiper_right_btn2:hover img,.index_solutions_swiper_left_btn2:hover img{filter: brightness(0) invert(1);}
.index_solutions_sw2{width: 100%;height: auto;}
.index_solutions_sw2 .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_category_solution_box{width: 100%;height: auto;position: relative;}
.product_category_news{padding-bottom: 80px;background: none;}
.product_category_faq_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 256px;background: rgba(0, 75, 138,0.06);}
.product_category_faq_title{width: 100%;height: auto;}
\.product_category_faq_title h2,
.product_category_faq_title h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.product_category_faq_ul{width: 100%;height: auto;}
.product_category_faq_ul li{width: 100%;height: auto;border-bottom: 1px solid rgba(102, 102, 102, 0.1);}
.product_category_faq_ul_top{width: 100%;height: 90px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_category_faq_ul_top h4{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";}
.product_category_faq_ul_top span{display: block;width: 28px;height: auto;transition: all 0.3s;}
.product_category_faq_ul_top span img{width: 100%;height: auto;display: block;}
.product_category_faq_ul li.on .product_category_faq_ul_top span{transform: rotate(-180deg);}
.product_category_faq_ul_bottom{width: 100%;height: auto;padding-bottom: 48px;display: none;}
.product_category_faq_ul_bottom p{font-size: 18px;color: #666666;line-height: 1.6;}
/*product_category.html end*/
/*products_list.html start*/
.products_list_box{width: 100%;height: auto;padding: 80px 0px;}
.products_list_ul{display: flex;justify-content: flex-start;}
.products_list_ul li + li{margin-left: 25px;}
.products_list_ul li a{display: flex;align-items: center;height: 100%;padding: 13px 30px;border: 1px solid var(--mainColor);border-radius: 6px;text-align: center;font-size: 16px;color: #000000;font-family: "Lato-Bold";transition: all 0.3s;}
.products_list_ul li.on a,
.products_list_ul li:hover a{background: var(--mainColor);color: #FFFFFF;}
.products_list_products{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.products_list_products li{width: 23.5%;height: auto;padding-bottom: 22px;background: #F9F9F9;overflow: hidden;border-radius: 12px;margin-left: 2%;margin-top: 40px;transition: all 0.3s;}
.products_list_products li:hover{background: #E8E8E8;}
.products_list_products li:nth-of-type(4n+1){margin-left: 0;}
.products_list_products_img{width: 100%;height: auto;overflow: hidden;}
.products_list_products_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.products_list_products_img:hover img{transform: scale(1.1);}
.products_list_products li h4{margin-top: 16px;text-align: center;}
.products_list_products li h4 a{font-size: 18px;color: #000000;text-align: center;font-family: "Lato-Bold";}
.products_list_products li a.inquire{display: flex;justify-content: center;align-items: center;margin-top: 20px;font-size: 14px;color: var(--mainColor);}
.products_list_products li a.inquire img{display: block;margin-left: 5px;width: 10px;height: auto;margin-top: 5px;}
/*products_list.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding: 32px 0 59px;background: rgba(0, 75, 138, 0.06);}
.product_detial_info_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.product_detial_info_content_left{width: 48.64%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_content_left_btn{width: 123px;height: auto;display: flex; flex-direction: column;align-items: center;justify-content: space-between;}
.product_detial_info_content_left_btn_right,.product_detial_info_content_left_btn_left{width: 40px;height: auto;aspect-ratio:1/1;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;left: auto;right: auto;transform: none;background: none;border: 1px solid var(--mainColor);margin-top: 0px;}
.product_detial_info_content_left_btn_right img,.product_detial_info_content_left_btn_left img{display: block;}
.product_detial_info_content_left_btn_right img{transform: rotateX(-180deg);}
.product_detial_info_content_left_sw{width: 100%;height: 340px;margin: 20px 0;}
.product_detial_info_content_left_sw .swiper-slide{width: 100%;height: auto;aspect-ratio:123/100;border-radius: 8px;overflow: hidden;}
.product_detial_info_content_left_sw .swiper-slide.swiper-slide-thumb-active{border: 1px solid var(--mainColor);}
.product_detial_info_content_left_sw .swiper-slide img{width: 100%;height: 100%;object-fit: cover; display: block;}
.product_detial_info_content_left_sw .swiper-slide a:after{background: url(../images/product_detial_swiper_video_btn.png) no-repeat center center,rgba(0,0,0,0.3);background-size: 28px auto;}
.product_detial_info_content_left_right{width: 76.4%;height: auto;}
.product_detial_info_content_left_right_sw{width: 100%;height: auto;}
.product_detial_info_content_left_right_sw .swiper-slide{width: 100%;height: auto;overflow: hidden;border-radius: 8px;position: relative;}
.product_detial_info_content_left_right_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_content_left_right_sw .swiper-slide a:after{background: url(../images/product_detial_swiper_video_btn.png) no-repeat center center,rgba(0,0,0,0.3);background-size: 68px auto;}
.product_detial_info_content_right{width: 46.4%;height: auto;}
.product_detial_info_content_right h1{font-size: 24px;color: #000000;font-family: "Lato-Black";}
.product_detial_info_content_right p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 26px;}
.product_detial_info_content_right_btn{display: flex;justify-content: flex-start;margin-top: 75px;}
.product_detial_info_content_right_btn a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border-radius: 6px;font-size: 16px;font-family: "Lato-Bold";transition: all 0.3s;}
.product_detial_info_content_right_btn a + a{margin-left: 24px;}
.product_detial_info_content_right_btn a.inquire{background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_right_btn a.product_download_btn{border: 1px solid var(--mainColor);color: var(--mainColor);}
.product_detial_info_content_right_btn a.inquire:hover{background: none;color: var(--mainColor);border: 1px solid var(--mainColor);}
.product_detial_info_content_right_btn a.product_download_btn:hover{border: none;background: var(--mainColor);color: #FFFFFF;}
.product_detial_btn_box{width: 100%;height: auto;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);position: sticky;background: #FFFFFF;top: 90px;z-index: 3;}
.product_detial_btn_box.on{top: 0;}
.product_detial_btn{width: 100%;height: 70px;display: flex;align-items: center;justify-content: center;}
.product_detial_btn li{font-size: 16px;height: 100%;display: flex;align-items: center;font-size: 16px;color: ;font-family: "Lato-Bold";color: #666666;cursor: pointer;}
.product_detial_btn li + li{margin-left: 84px;}
.product_detial_btn li.on{color: var(--mainColor);}
.product_detial_box{width: 100%;height: auto;}
.product_detial_list{width: 100%;height: auto;}
.product_detial_description_box{width: 100%;height: auto;padding: 80px 0;}
.product_detial_description_box h4{font-size: 40px;color: #000000;font-family: "Lato-Black";text-align: center;margin-bottom: 14px;}
.product_detial_description_box p{font-size: 18px;color: #666666;line-height: 1.6;text-align: center;}
.product_detial_specification_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.product_detial_specification_box h4{font-size: 40px;color: #000000;text-align: center;font-family: "Lato-Black";}
.product_detial_specification_box table{width: 100%;height: auto;margin-top: 40px;}
.product_detial_specification_box table th{height: 80px;background: var(--mainColor);text-align: center;font-size: 22px;color: #FFFFFF;font-family: "Lato-Bold";border-right: 1px solid #E1E1E1;}
.product_detial_specification_box table th:nth-last-of-type(1){border-right: none;}
.product_detial_specification_box table th:nth-of-type(1){padding-left: 60px;text-align: left;}
.product_detial_specification_box table td{text-align: center;height: 80px;border-right: 1px solid #E1E1E1;color: var(--mainColor);font-family: "Lato-Light";font-size: 20px;}
.product_detial_specification_box table td:nth-of-type(1){font-family: "Lato-Bold";text-align: left;padding-left: 60px;font-size: 22px;}
.product_detial_specification_box table tr:nth-of-type(even){background: #FFFFFF;}
.product_detial_specification_box table tr td:nth-last-of-type(1){border-right: none;}
.product_detial_application_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_title{width: 100%;height: auto;}
.product_detial_title h4{font-size: 40px;color: #000000;font-family: "Lato-Black";text-align: center;}
.product_detial_application_content_box{width: 100%;height: auto;margin-top: 45px;display: flex;justify-content: space-between;align-items: center;}
.product_detial_application_content_left{width: 48.6%;height: auto;overflow: hidden;border-radius: 12px;}
.product_detial_application_content_left img{width: 100%;height: auto;display: block;}
.product_detial_application_content_right{width: 45.4%;height: auto;}
.product_detial_application_content_right h4{font-size: 28px;color: #000000;font-family: "Lato-Bold";}
.product_detial_application_content_right h5{font-size: 20px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 24px;}
.product_detial_application_content_right p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 38px;}
.product_detial_feature_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.product_detial_feature_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_detial_feature_box li{width: 48.6%;height: auto;margin-top: 40px;background: #FFFFFF;border-radius: 12px;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);padding: 40px 45px;display: flex;justify-content: flex-start;align-items: center;}
.product_detial_feature_ul_number{width: 80px;height: auto;aspect-ratio:1/1;border-radius: 50%;border: 1px solid var(--mainColor);padding: 10px;}
.product_detial_feature_ul_number span{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;border-radius: 50%;background: rgba(0, 75, 138, 0.2);font-size: 28px;color: var(--mainColor);font-family: "Lato-Bold";}
.product_detial_feature_ul_txt{flex: 1;margin-left: 40px;}
.product_detial_feature_ul_txt p{font-size: 18px;color: #666666;line-height: 1.6;}
.product_detial_more_details_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_more_details_content_box{width: 86.5%;height: auto;margin: 0px auto;}
.product_detial_more_details_content_sw{width: 100%;height: auto;}
.product_detial_more_details_content_sw .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_more_details_content_sw_img{width: 51.51%;height: auto;overflow: hidden;border-radius: 12px;}
.product_detial_more_details_content_sw_img img{width: 100%;height: auto;display: block;}
.product_detial_more_details_content_sw_txt{flex: 1;margin-left: 70px;}
.product_detial_more_details_content_sw_txt_title{width: 100%;}
.product_detial_more_details_content_sw_txt_title h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.product_detial_more_details_content_sw_txt h5{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 36px;margin-bottom: 20px;}
.product_detial_more_details_content_sw_txt p{font-size: 18px;color: #666666;line-height: 1.6;}
.product_detial_more_details_content_sw_left{left: calc(51.51% + 70px);top: auto;transform: none;bottom: 45px;}
.product_detial_more_details_content_sw_left img{transform: rotateY(0deg);}
.product_detial_more_details_content_sw_right{right: auto;left: calc(51.51% + 126px);top: auto;transform: none;bottom: 45px;}
.product_related_case_box{width: 100%;height: auto;padding: 80px 0;background: rgba(0, 75, 138, 0.06);}
.product_detial_solution_box{width: 100%;height: auto;padding: 80px 0px 256px;}
.product_detial_solution_content{width: 100%;height: auto;margin-top: 40px;}
.product_detial_solution_content_sw{width: 100%;height: auto;}
.product_detial_solution_content_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 12px;}
.product_detial_solution_content_sw_img img{width: 100%;height: auto;display: block;}
.product_detial_solution_content_sw h4{font-size: 18px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 18px;}
/*product_detial.html end*/
/*solution.html start*/
.solution_banner_box{width: 100%;height: auto;position: relative;}
.solution_banner_bg{width: 100%;height: auto;}
.solution_banner_bg img{width: 100%;height: auto;display: block;}
.solution_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 32px;}
.solution_banner_box ul a img{filter: brightness(0) invert(1);}
.solution_banner_box ul i img{filter: brightness(0) invert(1);}
.solution_banner_box .crumbs_box ul li a{color: #FFFFFF;}
.solution_banner_content{width: 100%;height: auto;margin-top: 68px;}
.solution_banner_content h4{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";display: block;width: 50.2%;}
.solution_banner_content a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border-radius: 6px;background: #FFFFFF;margin-top: 76px;font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";}
.solution_box{width: 100%;height: auto;padding: 80px 0px 256px;}
.solution_info_box{width: 100%;height: auto;}
.solution_info_box h4,
.solution_info_box h1{font-size: 40px;color: #000000;font-family: "Lato-Black";text-align: center;margin-bottom: 14px;}
.solution_info_box p{font-size: 18px;color: #666;line-height: 1.8;text-align: center;}
.solution_info_box p strong{color: var(--mainColor);}
.solution_contentWH{width: 89.6%;height: auto;margin: 0px auto;}
.solution_info_ul{width: 100%;height: auto;}
.solution_info_ul li{width: 100%;height: auto;margin-top: 210px;padding: 0px 160px;display: flex;justify-content: space-between;align-items: center;background: rgba(0,75,138,0.06);position: relative;}
.solution_info_ul_left{width: 50%;height: auto;position: relative;top: -110px;}
.solution_info_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 12px;box-shadow: 6px 6px 20px 2px rgba(128, 128, 128, 0.1);}
.solution_info_ul_img img{width: 100%;height: auto;display: block;border-radius: 12px;}
.solution_info_ul_left_left_number{font-size: 150px;color: var(--mainColor);opacity: 0.05;position: absolute;bottom: -87px;right: 20px;font-family: "Lato-Black";z-index: 2;}
.solution_info_ul_right{width: 44.34%;height: auto;}
.solution_info_ul_right h4{font-size: 28px;color: #000000;font-family: "Lato-Bold";}
.solution_info_ul_right p{font-size: 18px;color: #666;line-height: 1.8;margin-top: 20px;}
.solution_info_ul_right a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;background: var(--mainColor);border-radius: 6px;font-size: 16px;color: #FFFFFF;margin-top: 65px;font-family: "Lato-Bold";font-size: 16px;color: #FFFFFF;}
.solution_info_ul li:nth-of-type(even){background: var(--mainColor);flex-direction: row-reverse;}
.solution_info_ul li:nth-of-type(even) .solution_info_ul_left_left_number{right: auto;left: 20px;color: #EEF5FC;opacity: 1;}
.solution_info_ul li:nth-of-type(even) .solution_info_ul_right h4{color: #FFFFFF;}
.solution_info_ul li:nth-of-type(even) .solution_info_ul_right p{color: #FFFFFF;}
.solution_info_ul li:nth-of-type(even) .solution_info_ul_right a{background: #FFFFFF;color: var(--mainColor);}
/*solution.html end*/
/*solution_detial.html start*/
.solution_detial_banner_box{width: 100%;height: auto;padding: 38px 0 54px;display: flex;justify-content: space-between;align-items: center;}
.solution_detial_banner_left{width: 47.8%;height: auto;}
.solution_detial_banner_left img{width: 100%;height: auto;display: block;}
.solution_detial_banner_right{width: 46.4%;height: auto;}
.solution_detial_banner_right h1{font-size: 24px;color: #000000;font-family: "Lato-Black";}
.solution_detial_banner_right p{font-size: 18px;color: #666666;line-height: 1.8;margin-top: 26px;}
.solution_detial_banner_right a{display: flex;justify-content: center;align-items: center;width: 190px;height: 46px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";border-radius: 6px;margin-top: 75px;}
.solution_detial_banner_right a img{display: block;margin-right: 12px;}
.solution_detial_banner_right a:after{display: none;}
.solution_process_box{width: 100%;height: auto;padding: 80px 0;}
.solution_process_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 12px;}
.solution_process_ul li{width: 49%;height: auto;background: #F9F9F9;overflow: hidden;border-radius: 12px;display: flex;justify-content: flex-start;align-items: center;margin-top: 28px;}
.solution_process_img{width: 43%;height: auto;}
.solution_process_img img{width: 100%;height: auto;display: block;}
.solution_process_right{flex: 1;margin-left: 11px;padding-right: 28px;}
.solution_process_right h4{font-size: 20px;color: #000000;font-family: "Lato-Bold";}
.solution_process_right p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 16px;}
.product_detial_more_details_content_sw_txt h6{font-size: 24px;color: #000000;font-family: "Lato-Bold";margin-top: 36px;}
.solution_detial_review_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138,0.06);}
.solution_detial_review_content{width: 100%;height: auto;position: relative;margin-top: 40px;}
.solution_detial_review_content_sw{width: 100%;height: auto;}
.solution_detial_review_content_sw .swiper-slide{padding: 55px 80px;width: 100%;height: auto;background: #FFFFFF;border-radius: 12px;display: flex;justify-content: space-between;align-items: center;}
.solution_detial_review_content_sw_left{width: 39%;height: auto;}
.solution_detial_review_content_sw_left_fh{width: 48px;height: auto;}
.solution_detial_review_content_sw_left_fh img{width: 100%;height: auto;display: block;}
.solution_detial_review_content_sw_left p{font-size: 18px;color: #666666;line-height: 1.8;margin-top: 30px;}
.solution_detial_review_content_sw_left h4{font-size: 18px;color: #000000;font-family: "Lato-Bold";margin-top: 50px;}
.solution_detial_review_content_sw_right{width: 42.86%;height: auto;}
.solution_detial_review_content_sw_right img{width: 100%;height: auto;display: block;}
.solution_detial_faq{padding-bottom: 80px;background: none;}
.solution_related_news_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
/*solution_detial.html end*/
/*non.html start*/
.non_banner_content h4{width: 42.2%;}
.non_box{width: 100%;height: auto;padding: 80px 0;}
.non_range_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/non_range_bg.jpg) no-repeat center center;background-size: cover;}
.non_range_info_box{width: 70.93%;height: auto;}
.non_range_info_title h4{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";}
.non_range_info_title p{font-size: 18px;color: #FFFFFF;line-height: 1.8;margin-top: 18px;}
.non_range_info_btn{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 50px;}
.non_range_info_btn li{width: 248px;height: 46px;border-radius: 6px;display: flex;justify-content: center;align-items: center;border: 1px solid #FFFFFF;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";cursor: pointer;transition: all 0.3s;}
.non_range_info_btn li:hover,
.non_range_info_btn li.on{background: #FFFFFF;color: var(--mainColor);}
.non_range_info_btn li + li{margin-left: 12px;}
.non_range_info_content{width: 100%;height: auto;margin-top: 22px;}
.non_range_info_content_list{width: 100%;height: auto;display: none;}
.non_range_info_content_list ul{width: 100%;height: auto;}
.non_range_info_content_list li{padding-left: 11px;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";position: relative;line-height: 1.6;margin-top: 6px;}
.non_range_info_content_list li:before{content: "";display: block;width: 6px;height: 6px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 0px;top: 8px;}
.non_range_info_content_list li p{margin-top: 0 !important;}
.non_range_info_content_list p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 40px;}
.non_advantage_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.non_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.non_advantage_ul li{width: 49.3%;height: auto;background: #FFFFFF;border-radius: 12px;padding: 45px 29px 36px 45px;margin-top: 20px;}
.non_advantage_ul_title{width: 100%;height: auto;position: relative;padding-left: 32px;}
.non_advantage_ul_title:before{content: "";display: block;width: 20px;height: auto;aspect-ratio:1/1;background: url(../images/non_advantage_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 0;top: 4px;}
.non_advantage_ul_title h4{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.non_advantage_ul_txt{width: 100%;height: 234px;overflow: hidden;overflow-y: auto;padding-left: 32px;padding-right: 48px;}
.non_advantage_ul_txt::-webkit-scrollbar{width: 1px;}
.non_advantage_ul_txt::-webkit-scrollbar-track{background: rgba(0, 75, 138,0.4);}
.non_advantage_ul_txt::-webkit-scrollbar-thumb{background: var(--mainColor);}
.non_advantage_ul_txt p{font-size: 18px;color: #666666;line-height: 1.6;}
.non_partner_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.non_partner_top_box{width: 100%;height: auto;margin-top: 12px;}
.non_partner_top_sw{width: 79.2%;height: auto;margin: 0px auto;margin-top: 20px;overflow: unset;}
.non_partner_top_sw .swiper-wrapper{transition-timing-function: linear !important;}
.non_partner_top_sw .swiper-slide{box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);border-radius: 12px;overflow: hidden;}
.non_partner_top_sw img{width: 100%;height: auto;display: block;}
.non_partner_bottom_box{width: 100%;margin-top: 20px;}
.non_partner_bottom_sw{width: 79.2%;height: auto;margin-left: 13.8%;overflow: unset;}
.non_partner_bottom_sw .swiper-wrapper{transition-timing-function: linear !important;}
.non_partner_bottom_sw .swiper-slide{box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);border-radius: 12px;overflow: hidden;}
.non_partner_bottom_sw img{width: 100%;height: auto;display: block;}
.non_related_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 256px;background: rgba(0, 75, 138, 0.06);}
/*non.html end*/
/*development.html start*/
.development_bg{width: 100%;height: auto;}
.development_bg img{width: 100%;height: auto;display: block;}
.development_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 35px;}
.crumbs_box.white{background: none;height: auto;}
.crumbs_box.white img{filter: brightness(0) invert(1);}
.crumbs_box.white a{color: #FFFFFF;}
.development_content_txt{width: 100%;height: auto;margin-top: 130px;}
.development_content_txt h1,
.development_content_txt h4{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";}
.development_content_txt a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border-radius: 6px;text-align: center;font-size: 16px;background: #FFFFFF;font-family: "Lato-Bold";margin-top: 76px;color: var(--mainColor);}
.development_info_box{width: 100%;height: auto;display: block;padding: 80px 0px;}
.development_info_box h4,
.development_info_box h1{font-size: 40px;color: #000000;font-family: "Lato-Black";margin-bottom: 24px;}
.development_info_box p{font-size: 18px;color: #666666;line-height: 1.8;}
.development_info_box p strong{color: var(--mainColor);}
.development_info_box img{display: block;width: 100%;height: auto;border-radius: 12px;margin-top: 34px;}
.development_certification_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.development_title h4{font-size: 40px;color: #000000;text-align: center;font-family: "Lato-Bold";margin-bottom: 24px;}
.development_title p{font-size: 18px;color: #666666;line-height: 1.8;text-align: center;}
.development_certification_content{width: 100%;height: auto;width: 89%;margin: 0px auto;overflow: hidden; margin-top: 24px;}
.development_certification_content_sw{width: 100%;height: auto;}
.development_certification_content_sw .swiper-slide{width: 26%;height: auto;}
.development_certification_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.development_list_box{width: 100%;height: auto;padding: 80px 0 256px;background: #F9F9F9;}
.development_list_ul{width: 100%;height: auto;}
.development_list_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.development_list_ul li + li{margin-top: 100px;}
.development_list_ul li:nth-of-type(even){flex-direction: row-reverse;}
.development_list_ul_img{width: 50%;height: auto;overflow: hidden;border-radius: 12px;}
.development_list_ul_img img{width: 100%;height: auto;display: block;}
.development_list_ul_txt{width: 46%;height: auto;}
.development_list_ul_txt h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.development_list_ul_txt p{font-size: 20px;color: #666666;line-height: 1.6;margin-top: 24px;}
/*development.html end*/
/*about.html start*/
.about_banner_bg{width: 100%;height: auto;}
.about_banner_bg img{width: 100%;height: auto;display: block;}
.about_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 35px;}
.about_banner_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 70px;}
.about_banner_content_left{width: 82.5%;height: auto;}
.about_banner_content_left h1{font-size: 40px;color: #FFFFFF;font-family: "Lato-Black";}
.about_banner_content_left h5{font-size: 24px;color: #FFFFFF;font-family: "Lato-Black";margin-top: 32px;}
.about_banner_content_left p{font-size: 20px;color: #FFFFFF;line-height: 1.6;margin-top: 14px;}
.about_banner_video{width: 68px;height: auto;}
.about_banner_video img{width: 100%;height: auto;}
.about_banner_video:after{display: none;}
.about_story_box{width: 100%;height: auto;padding: 80px 0px;}
.about_story_info_box{width: 100%;height: auto;}
.about_story_info_box h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.about_story_info_box p{font-size: 20px;color: #666666;line-height: 1.6;margin-top: 15px;}
.about_story_info_content{width: 100%;height: auto;margin-top: 59px;display: flex;justify-content: space-between;align-items: center;}
.about_story_info_content_lef{width: 46.3%;height: auto;border-radius: 0 220px 220px 0;overflow: hidden;}
.about_story_info_content_lef img{width: 100%;height: auto;}
.about_story_info_content_right{width: 49.7%;height: auto;}
.about_story_info_content_right h5{font-size: 24px;color: var(--mainColor);font-family: "Lato-Black";}
.about_story_info_content_right p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 15px;}
.about_story_info_content_right h5:nth-of-type(2){margin-top: 22px;}
.about_culture_box{width: 100%;height: auto;padding-bottom: 80px;}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.about_culture_ul li{width: 31.43%;height: auto;padding: 42px 21px 28px 21px;border-radius: 12px;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);}
.about_culture_ul_ico{width: 50px;height: auto;margin: 0px auto;}
.about_culture_ul_ico img{width: 100%;height: auto;}
.about_culture_ul li h4{font-size: 24px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 25px;}
.about_culture_ul li p{font-size: 16px;color: #666666;line-height: 1.6;text-align: center;margin-top: 12px;}
.about_development_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.about_development_title{width: 100%;height: auto;}
.about_development_title h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.about_development_swiper{width: 100%;height: 624px;padding-left: 80px;margin-top: 30px;}
.about_development_swiper .swiper-slide{width: 100%;height: 624px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.about_development_swiper .swiper-slide span{display: block;width: 34px;aspect-ratio:1/1;height: auto;position: relative;background: rgba(0, 75, 138, 0.2);border-radius: 50%;position: absolute;left: -80px;opacity: 0;transition: all 0.3s;}
.about_development_swiper .swiper-slide span:after{content: "";display: block;width: 14px;height: auto;aspect-ratio:1/1;background: var(--mainColor);border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.about_development_swiper_year{font-size: 120px;color: rgba(0,0,0,0.3);font-family: "Lato-Black";transition: all 0.3s;}
.about_development_swiper_txt{flex: 1;padding: 0 60px;}
.about_development_swiper_txt p{font-size: 18px;color: rgba(0,0,0,0.3);font-family: "Lato-Black";line-height: 1.6;transition: all 0.3s;}
.about_development_swiper .swiper-slide.swiper-slide-active{border-bottom: 1px solid rgba(0, 75, 138, 0.3);border-top: 1px solid rgba(0, 75, 138, 0.3);}
.about_development_swiper .swiper-slide.swiper-slide-active span{opacity: 1;}
.about_development_swiper .swiper-slide.swiper-slide-active .about_development_swiper_year{color: #000000;}
.about_development_swiper .swiper-slide.swiper-slide-active .about_development_swiper_txt p{color: #000000;}
.about_development_swiper_top,.about_development_swiper_bottom{width: 40px;height: auto;aspect-ratio:1/1;border: 1px solid var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 50%;background: none;top: auto;transform: none;}
.about_development_swiper_top img{transform: rotate(-180deg);}
.about_development_swiper_top{right: auto;left: 0;top: 27px;}
.about_development_swiper_bottom{left: 0;bottom: 0;}
.about_certification_box{background: none;padding-bottom: 256px;}
/*about.html end*/
/*tem.html start*/
.tem_solution_banner_content h4{width: 52.2%;}
.tem_list_box{width: 100%;height: auto;padding: 0px 0 256px;}
/*tem.html end*/
/*certification.html start*/
.quality_banner_content h4{width: 34.2%;}
.quality_list_box{width: 100%;height: auto;padding-bottom: 256px;}
.quality_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.quality_list_ul li{width: 50%;height: auto;border: 1px solid #E5E5E5;margin-bottom: 40px;}
.quality_list_ul li a{display: flex;justify-content: space-between;width: 100%;}
.quality_list_ul li:nth-of-type(even){margin-left: -1px;}
.quality_list_ul_img{width: 50%;height: auto;background: #FFFFFF;padding: 37px 52px;}
.quality_list_ul_img img{width: 100%;height: auto;display: block;box-shadow: 6px 6px 12px 2px rgba(131, 131, 131, 0.25);}
.quality_list_ul_content{width: 50%;height: auto;background: #F9F9F9;position: relative;padding: 50px 52px;}
.quality_list_ul_content_click{font-size: 14px;color: #666666;}
.quality_list_ul_content h4{font-size: 24px;color: #000000;font-family: "Lato-Bold";line-height: 1.4;margin-top: 24px;}
.quality_list_ul_content span{display: block;font-size: 32px;color: var(--mainColor);font-family: "Lato-Bold";position: absolute;right: 52px;bottom: 30px;}
.page{display: flex;justify-content: center;margin-top: 76px;}
.page li{width: 40px;height: auto;aspect-ratio:1/1;border-radius: 50%;overflow: hidden;}
.page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 16px;color: #000000;}
.page li a.active{background: var(--mainColor);color: #FFFFFF;}
.page_btn li.page_next{margin-left: 30px;}
.page_btn li.page_next img{display: block;}
/*certification.html end*/
/*join.html start*/
.join_banner_content h4{width: 39.2%;}
.join_list_box{width: 100%;height: auto;padding: 80px 0px;}
.join_recruitment_box{width: 100%;height: auto;padding: 80px 0;background: rgba(0, 75, 138, 0.06);transition: all 0.3s;}
.join_conditions .non_advantage_ul_txt{height: auto;}
.join_conditions li:nth-last-of-type(1){width: 100%;}
.join_conditions li:hover{border: 1px solid var(--mainColor);box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);}
.join_policy_box{width: 100%;height: auto;padding: 80px 0px;}
.join_policy_ul{display: flex;justify-content: flex-start;width: 100%;flex-wrap: wrap;}
.join_policy_ul li{width: 20%;height: auto;margin-top: 40px;position: relative;overflow: hidden;}
.join_policy_ul_img{width: 100%;height: auto;overflow: hidden;}
.join_policy_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.join_policy_ul_title{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 0 30px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.join_policy_ul_title h4{font-size: 20px;color: #FFFFFF;font-family: "Lato-Black";text-align: center;}
.join_policy_ul_title span{display: block;width: 35px;height: 1px;background: #FFFFFF;margin-top: 23px;}
.join_policy_ul li:hover .join_policy_ul_img img{transform: scale(1.1);}
.join_policy_ul_content{width: 100%;height: 100%;background: var(--mainColor);position: absolute;left: 0;top: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0 18px;transition: all 0.3s;}
.join_policy_ul_content h4{font-size: 20px;color: #FFFFFF;font-family: "Lato-Black";text-align: center;}
.join_policy_ul_content span{display: block;width: 35px;height: 1px;background: #FFFFFF;margin-top: 23px;}
.join_policy_ul_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 30px;text-align: center;}
.join_policy_ul li:hover .join_policy_ul_content{top: 0;}
.join_advantage_box{width: 100%;height: auto;padding-bottom: 80px;}
.join_advantage_img{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.join_advantage_img img{width: 48.6%;height: auto;display: block;border-radius: 12px;}
.join_team_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138,0.06);padding-bottom: 256px;}
.join_tem_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 24px;}
.join_tem_content_left{width: 39.2%;height: auto;}
.join_tem_content_left_ul{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.join_tem_content_left_ul li{width: 49%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.join_tem_content_left_ul_ico{width: 60px;height: auto;}
.join_tem_content_left_ul_ico img{width: 100%;height: auto;display: block;}
.join_tem_content_left_ul_right{flex: 1;margin-left: 3.11%;}
.join_tem_content_left_ul_right h4{font-size: 18px;color: var(--mainColor);font-family: "Lato-Black";margin-bottom: 6px;}
.join_tem_content_left_ul_right p{font-size: 18px;color: #666666;line-height: 1.6;}
.join_tem_content_left_ul_right p a{color: #666666;}
.join_tem_content_left_ul_right p a:hover{color: var(--mainColor);text-decoration: underline;}
.join_tem_content_left_ul li:nth-last-of-type(1){width: 100%;margin-bottom: 0;}
.join_tem_content_right{width: 48.6%;height: auto;}
.join_tem_content_right img{width: 100%;height: auto;display: block;}
/*join.html end*/
/*support.html start*/
.support_btn_box{width: 100%;height: auto;box-shadow: 4px 4px 12px 0px rgba(179, 179, 179, 0.25);background: #FFFFFF;}
.support_btn_ul{width: 100%;height: 70px;justify-content: center;display: flex;}
.support_btn_ul li{height: 100%;}
.support_btn_ul li + li{margin-left: 84px;}
.support_btn_ul li a{height: 100%;display: flex;align-items: center;color: #666666;font-size: 16px;font-family: "Lato-Bold";}
.support_btn_ul li.on a,.support_btn_ul li:hover a{color: var(--mainColor);}
.support_list_box{width: 100%;height: auto;padding: 80px 0;padding-bottom: 256px;}
.support_list_ul{width: 100%;height: auto;}
.support_list_ul li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;overflow: hidden;border-radius: 12px;background: #F9F9F9;transition: all 0.3s;}
.support_list_ul_img{width: 50%;height: auto;overflow: hidden;}
.support_list_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.support_list_ul_txt{flex: 1;padding-left: 58px;padding-right: 45px;}
.support_list_ul_txt h4{font-size: 32px;color: #000000;font-family: "Lato-Black";transition: all 0.3s;}
.support_list_ul_txt span{display: block;font-size: 20px;color: var(--mainColor);margin-top: 14px;margin-bottom: 26px;transition: all 0.3s;}
.support_list_ul_txt p{font-size: 20px;color: #666666;margin-top: 10px;transition: all 0.3s;}
.support_list_ul li:hover .support_list_ul_img img{transform: scale(1.1);}
.support_list_ul li:hover{background: var(--mainColor);}
.support_list_ul li:hover .support_list_ul_txt h4{color: #FFFFFF;}
.support_list_ul li:hover .support_list_ul_txt span{color: #FFFFFF;}
.support_list_ul li:hover .support_list_ul_txt p{color: #FFFFFF;}
.support_list_ul li + li{margin-top: 54px;}
.production_number_box{width: 100%;height: auto;margin-top: -96px;position: relative;z-index: 2;}
.production_number_ul{width: 100%;height: auto;background: #FFFFFF;padding: 69px 0;background: #FFFFFF;box-shadow: 6px 6px 20px 2px rgba(128, 128, 128, 0.1);border-radius: 12px;display: flex;justify-content: space-between;align-items: center;}
.production_number_ul li{width: 22.64%;height: auto;position: relative;}
.production_number_ul li h4{font-size: 70px;color: var(--mainColor);font-family: "Lato-Black";text-align: center;}
.production_number_ul li h4 span{font-family: "Lato-Black";}
.production_number_ul li h4 sup{font-family: "Lato-Regular";}
.production_number_ul li p{font-size: 16px;color: #666666;text-align: center;margin-top: 13px;}
.production_number_ul li:after{content: "";display: block;width: 1px;height: 36px;background: #CDCDCD;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.production_number_ul li:nth-last-of-type(1):after{display: none;}
.production_workshop_box{width: 100%;height: auto;padding: 80px 0px;position: relative;overflow: hidden;}
.production_workshop_bg{width: 200%;height: auto;aspect-ratio: 2651/90;background: url(../images/production_workshop_bg.png) no-repeat left 10%;animation: move_wave 100s linear infinite;position: absolute;left: 0px;top: 20%;}
.production_workshop_content_box{width: 100%;height: auto;position: relative;z-index: 2;}
.production_workshop_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.production_workshop_content_left{width: 41.1%;height: auto;}
.production_workshop_content_left h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.production_workshop_content_left p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 14px;}
.production_workshop_content_right{width: 51.8%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;aspect-ratio: 722.84 / 434.7;}
.production_workshop_content_right li{width: 22.21%;height: auto;overflow: hidden;border-radius: 12px;transition: all 0.3s;}
.production_workshop_content_right li img{width: 100%;height: auto;display: block;}
.production_workshop_content_right li.on{width: 48.14%;height: auto;}
.production_equipment_box{width: 100%;height: auto;padding: 80px 0px;background: rgba(0, 75, 138, 0.06);}
.production_equipment_content_box{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 53px;}
.production_equipment_content{width: 86.5%;height: auto;}
.production_equipment_content_list{width: 100%;height: 0px;overflow: hidden;}
.production_equipment_content_list_swiper{width: 76.52%;height: auto;overflow: unset;margin-left: 0px;}
.production_equipment_content_list_swiper .swiper-slide{border-radius: 12px;overflow: hidden;}
.production_equipment_content_list_swiper .swiper-slide img{width: 100%;height: auto;display: block;}
.production_equipment_btn{justify-content: flex-end;}
.production_equipment_btn li + li{margin-left: 25px;}
.production_equipment_btn li.on a{color: #FFFFFF;background: var(--mainColor);}
.production_list_box{width: 100%;height: auto;padding: 80px 0 256px;}
/*support.html end*/
/*service.html start*/
.service_comprehensive_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.service_comprehensive_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.service_comprehensive_ul li{width: 48.6%;height: auto;overflow: hidden;border-radius: 12px;position: relative;margin-top: 40px;}
.service_comprehensive_ul_img{width: 100%;height: auto;overflow: hidden;}
.service_comprehensive_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.service_comprehensive_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 18px 30px;}
.service_comprehensive_ul_content h4{font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";transform: translateY(50px);transition: all 0.3s;}
.service_comprehensive_ul_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;transform: translateY(100vh) ;transition: all 0.3s;margin-top: 10px;}
.service_comprehensive_ul li:hover .service_comprehensive_ul_img img{transform: scale(1.1);}
.service_comprehensive_ul li:hover .service_comprehensive_ul_content h4{transform: translateY(0);}
.service_comprehensive_ul li:hover .service_comprehensive_ul_content p{transform: translateY(0);}
.service_validation_box{width: 100%;height: auto;padding: 80px 0;background: rgba(0, 75, 138, 0.06);overflow: hidden;}
.service_validation_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.service_validation_content_left{width: 47.14%;height: auto;}
.service_validation_content_left h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.service_validation_content_left p{font-size: 18px;color: #666666;line-height: 1.8;margin-top: 14px;}
.service_validation_content_right{width: 50%;height: auto;overflow: hidden;border-radius: 12px;}
.service_validation_content_right img{width: 100%;height: auto;display: block;}
.service_localized_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.service_localized li{background: #F9F9F9;}
.service_localized li .non_advantage_ul_txt{height: auto;}
.service_localized li:hover{background: var(--mainColor);}
.service_localized li:hover .non_advantage_ul_title h4{color: #FFFFFF;}
.service_localized li:hover .non_advantage_ul_txt p{color: #FFFFFF;}
.service_localized li:hover .non_advantage_ul_title:before{filter: brightness(0) invert(1);}
.service_global_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 256px;background: rgba(0, 75, 138, 0.06);}
/*service.html end*/
/*case_detial.html start*/
.case_detial_banner_box{width: 100%;height: auto;padding: 32px 0 65px;background: rgba(0, 75, 138, 0.06);}
.case_detial_banner_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 12px;}
.case_detial_banner_content_left{width: 40.4%;}
.case_detial_banner_content_left h5{font-size: 30px;color: #000000;}
.case_detial_banner_content_left h1{font-size: 36px;color: #000000;font-family: "Lato-Black";}
.case_detial_banner_content_left_time{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;font-size: 18px;color: var(--mainColor);}
.case_detial_banner_content_left_time img{display: block;margin-right: 10px;}
.case_detial_banner_content_left a{display: flex;justify-content: center;align-items: center;width: 140px;height: 46px;border-radius: 6px;background: var(--mainColor);margin-top: 84px;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";}
.case_detial_banner_content_right{width: 50%;height: auto;overflow: hidden;border-radius: 12px;}
.case_detial_banner_content_right img{width: 100%;height: auto;display: block;}
.case_result_box{width: 100%;height: auto;padding: 80px 0;}
.case_result_top{width: 100%;height: auto;}
.case_result_top h4{font-size: 40px;color: #000000;font-family: "Lato-Black";}
.case_result_top p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 14px;}
.case_result_center_box{width: 100%;height: auto;display: flex;justify-content: center;}
.case_result_center_box li{width: 25.72%;height: auto;margin-top: 35px;}
.case_result_center_box li + li{margin-left: 130px;}
.case_result_center_img{width: 100%;height: auto;border-radius: 50%;overflow: hidden;}
.case_result_center_img img{width: 100%;height: auto;display: block;}
.case_result_center_box li h4{font-size: 20px;color: var(--mainColor);font-family: "Lato-Black";text-align: center;margin-top: 25px;}
.case_result_bottom_box{width: 100%;height: auto;margin-top: 35px;}
.case_result_bottom_box p{font-size: 18px;color: #666666;line-height: 1.6;}
/*case_detial.html end*/
/* contact.html start */
.contact_box{width: 100%;height: auto;padding-top:0;padding-bottom: 256px;}
.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: "Lato-Bold";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;font-family: "Lato-Light";}
.contact_info_left_ul li a:hover{text-decoration: underline;}
.contact_info_right{flex: 1;display: flex;align-items: center;justify-content: center;}
.contact_info_right_content{width: 65.4%;height: auto;}
.contact_info_right_content h4{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";}
.contact_info_right_content_ul{width: 100%;height: auto;margin-top: 15px;}
.contact_info_right_content_ul li{width: 100%;height: 48px;position: relative;margin-top: 10px;}
.contact_info_right_content_ul li input{display: block;background: #EEEEEE;padding-left: 15px;font-size: 18px;color: #333333;font-family: "Lato-Light";border: none;width: 100%;height: 100%;}
.contact_info_right_content_ul li input:placeholder{color: #939393;}
.contact_info_right_content_ul li:nth-last-of-type(1){height: 108px;}
.contact_info_right_content_ul li textarea{display: block;background: #EEEEEE;padding: 15px;font-size: 18px;color: #333333;font-family: "Lato-Light";border: none;width: 100%;height: 100%;resize: none;}
.contact_info_right_content_ul li textarea:placeholder{color: #939393;}
/* contact.html end */
.Y_news_time{font-size: 16px;margin-top: 10px;}
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #101217;position: relative;}
.footer_top_box{width: 100%;height: auto;margin-top: -120px;}
.footer_top_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;padding-bottom: 28px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.footer_top_content_left{width: 28%;height: auto;}
.footer_top_content_left_top h4{font-size: 36px;color: #FFFFFF;font-family: "Lato-Bold";margin-bottom: 35px;}
.footer_top_content_left_top p{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 16px;color: #FFFFFF;line-height: 1.6;}
.footer_top_content_left_top p + p{margin-top: 20px;}
.footer_top_content_left_top img{width: 17px;height: auto;display: block;margin-right: 10px;margin-top: 8px;}
.footer_top_content_left_top a{display: block;color: #FFFFFF;font-size: 16px;}
.footer_top_content_left_top a:hover{text-decoration: underline;}
.footer_share_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 109px;}
.footer_share_ul li{width: 30px;height: auto;}
.footer_share_ul li img{width: 100%;height: auto;display: block;}
.footer_share_ul li + li{margin-left: 14px;}
.footer_top_content_right_title{font-size: 18px;color: #FFFFFF;font-family: "Lato-Bold";margin-bottom: 16px;}
.footer_top_content_right_list a{display: block;font-size: 16px;color: #FFFFFF;line-height: 1.8;font-family: "Lato-Light";}
.footer_top_content_right_list a:hover{text-decoration: underline;}
.footer_bottom_box{width: 100%;height: auto;padding: 25px 0;}
.header_bottom_box.fixed{position: fixed;left: 0;top: 0;z-index: 99;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_bottom_box.fixed.active{top: -90px;}
.footer_bottom_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.footer_bottom_content_left p{font-size: 14px;color: #FFFFFF;}
.footer_bottom_content_left p a{font-family: "Lato-Bold";color: #FFFFFF;}
.footer_bottom_content_left p a:hover{text-decoration: underline;}
.footer_bottom_content_right a{font-size: 14px;color: #FFFFFF;}
.footer_bottom_content_right a:hover{text-decoration: underline;}
/*footer end*/
#privacy-popup p {font-size: 14px;margin: 0 0 10px;color: #333;line-height: 1.5;}
#privacy-popup p a{color:var(--mainColor);text-decoration:underline;}
#privacy-popup button {margin-right: 10px;transition: background 0.3s ease;}
#privacy-popup button:hover {opacity: 0.8;}
#privacy-popup{display: none; position: fixed; bottom: 20px; left: 20px; width: 300px; background: #fff; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); padding: 15px; z-index: 9999;}
#accept-privacy{background: #007bff; color: white; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer;}
#decline-privacy{background: #ddd; color: black; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer;}


@media (max-width: 1768px) {
	.contentWH1400{width: 86.33%;}
	.index_banner_sw_left_info h4{font-size: 42px;padding-right: 13%;}
	.index_banner_sw_left_box{width: 42%;}
	.index_banner_sw_right_box{width: 49.4%;}
	.ildw10,
	.ildw9,
	.ildw5,
	.ildw2{width: 102px;}
	.ildw15,
	.ildw13,
	.ildw11,
	.ildw8,
	.ildw7,
	.ildw3,
	.ildw1{width: 90px;}
	.ildw14,
	.ildw12,
	.ildw6,
	.ildw4{width: 63px;}
	.index_advantage_content_sw_right{padding-left: 21px;}
	.products_banner_content_box{width: 93.5%;}
	.products_banner_content_left h1{font-size: 32px;}
	.product_category_list_ul_right{padding: 0 15px;}
	.products_list_ul li a{padding: 13px 19px;}
	.product_detial_more_details_content_sw{padding-bottom: 45px;}
	.product_detial_more_details_content_sw_right{bottom: 0;}
	.product_detial_more_details_content_sw_left{bottom: 0;}
	.product_detial_info_content_left_btn{width: 18.1%;}
	.product_detial_info_content_left_sw{height: auto;aspect-ratio:123/340;}
	.solution_info_ul li{padding: 0 80px;}
	.solution_info_ul_right{padding: 50px 0;}
	.solution_banner_bg{height: 550px;}
	.solution_banner_bg img{height: 100%;object-fit: cover;}
	.development_content_txt{margin-top: 100px;}
	.about_banner_content{margin-top: 30px;}
	.about_banner_content_left h1{font-size: 36px;}
	.about_banner_content_left h5{font-size: 20px;margin-top: 24px;}
	.about_banner_content_left p{font-size: 18px;}
	.quality_list_ul_content{padding: 32px;}
	.quality_list_ul_content h4{font-size: 20px;}
	.quality_list_ul_content span{right: 32px;}
	.join_banner_content h4{width: 46.2%;}
	.production_number_box{margin-top: -38px;}
	.case_detial_banner_content_left{width: 47.4%;}
}
@media (max-width: 1400px) {
	.fristNavLink{font-size: 16px;}
	.header_bottom_nav_box li + li{margin-left: 30px;}
	.index_banner_sw_left_info h4{font-size: 38px;}
	.index_banner_sw_left_ul{margin-top: 20px;}
	.index_banner_sw_left_ul li{margin-top: 10px;}
	.index_banner_left_more{margin-top: 25px;}
	.index_product_title_right{width: 50.72%;}
	.index_product_title_right li a{font-size: 14px;}
	.swiper_control_page{width: 88.6%;}
	.footer_top_content_right{width: 66.7%;}
	.products_list_ul li a{font-size: 14px;padding: 13px;}
	.solution_info_ul li{margin-top: 100px;}
	.solution_process_right{padding-top: 15px;padding-bottom: 15px;}
	.non_banner_content h4{font-size: 32px;}
	.development_content_txt{margin-top: 58px;}
	.about_banner_bg{height: 662px;}
	.about_banner_bg img{height: 100%;object-fit: cover;}
	.quality_list_ul_content h4{font-size: 18px;}
	.join_policy_ul li{width: calc(100% / 3);}
	.join_tem_content_left{width: 52.2%;}
	.join_tem_content_right{width: 44.6%;}
	.service_comprehensive_ul_content h4{transform: translateY(85px);}
	.case_detial_banner_content_left h1{font-size: 32px;}
}
@media (max-width: 1200px) {
	.contentWH1400{width: 92%;}
	.header_bottom_nav_box li:nth-last-of-type(1) .fristNavLink{width: 112px;height: 46px;font-size: 14px;}
	.fristNavLink{font-size: 14px;}
	.header_bottom_nav_box li + li{margin-left:20px;}
	.index_product_title_box{flex-wrap: wrap;}
	.index_product_title_left{width: 100%;}
	.index_product_title_left h4{text-align: center;}
	.index_product_title_left p{text-align: center;margin-top: 10px;}
	.index_product_title_right{width: 100%;margin-top: 30px;}
	.index_product_title_right li{width: 32%;margin-left: 2%;}
	.index_product_title_right li:nth-of-type(1){margin-left: 0;}
	.index_product_swiper .swiper-slide:hover .index_product_swiper_img{width: 58%;}
	.index_case_swiper_right,.index_case_swiper_left{display: none;}
	/*.index_ltpm_bg{display: none;}*/
	.ildw10, .ildw9, .ildw5, .ildw2{width: 70px;}
	.ildw15, .ildw13, .ildw11, .ildw8, .ildw7, .ildw3, .ildw1{width: 50px;}
	.ildw14, .ildw12, .ildw6, .ildw4{width: 30px;}
	.index_ltpm_content_left{width: 60.3%;}
	.index_advantage_content_sw{width: 82.9%;}
	.index_latest_news_content_sw_content h4{font-size: 16px;}
	.index_feel_free_content_form{margin-right: 40px;}
	.products_banner_content_left a{margin-top: 30px;}
	.products_more{margin-top: 20px;}
	.product_category_list_ul li a{flex-wrap: wrap;}
	.product_category_list_ul_left{width: 100%;}
	.product_category_list_ul_right{padding: 5% 4%;}
	.product_category_list_ul_right h3{text-align: center;}
	.product_category_list_ul_right span{margin: 0px auto;margin-top: 35px;}
	.product_category_video_swiper_left{left: 20px;}
	.product_category_video_swiper_right{right: 20px;}
	.product_category_faq_ul_top h4{font-size: 18px;}
	.product_detial_btn li + li{margin-left: 42px;}
	.solution_info_ul li{margin-top: 50px;padding: 0 5%;}
	.solution_info_ul_left{top: 0;}
	.solution_detial_review_content_sw_left{width: 55%;}
	.solution_detial_review_content_sw_btn_right{right: -20px;}
	.solution_detial_review_content_sw_btn_left{left: -20px;}
	.non_banner_content h4{width: 48.2%;}
	.development_content_txt a{margin-top: 20px;}
	.about_banner_content_left h1{font-size: 30px;}
	.about_banner_content_left h5{font-size: 18px;}
	.about_banner_content_left p{font-size: 16px;margin-top: 8px;}
	.about_banner_bg{height: 585px;}
	.about_development_swiper_txt p{font-size: 16px;}
	.quality_list_ul li{width: 100%;}
	.quality_list_ul li:nth-of-type(even){margin-left: 0;}
	.production_equipment_btn{justify-content: center;}
	.service_localized li .non_advantage_ul_txt{padding-left: 0;}
	.case_result_center_box li + li{margin-left: 80px;}
}
@media (max-width: 990px) {
	.index_latest_news_content_sw_bg img { height: auto;}
	.index_banner_sw .swiper-slide{flex-wrap: wrap;padding: 5% 4%;}
	.index_banner_sw_left_box{width: 100%;}
	.index_banner_sw_right_box{margin-left: 0;width: 100%;margin-top: 30px;}
	.header_bottom_nav_box li:nth-last-of-type(1) .fristNavLink{width: 88px;}
	.header_bottom_nav_box li + li{margin-left: 10px;}
	.header_bottom_nav_box li:nth-last-of-type(1){margin-left: 10px;}
	.swiper_control_page{width: 83.6%;}
	.ildw11{right: 19.3%;}
	.ildw10{bottom: 6%;}
	.index_ltpm_bg{display: none;}
	.index_ltpm_content_box{flex-wrap: wrap;}
	.index_ltpm_content_left{width: 100%;}
	.index_ltpm_content_left a{margin-top: 50px;}
	.index_ltpm_content_right{display: flex;justify-content: space-between;width: 100%;}
	.index_ltpm_content_right li{width: 23.5%;margin-top: 50px;}
	.index_ltpm_content_right li + li{margin-top: 50px;}
	.index_ltpm_content_right li h4{font-size: 42px;}
	.index_ltpm_box{padding: 80px 0;}
	.index_advantage_content{width: 92%;}
	.index_advantage_box{justify-content: center;}
	.index_advantage_content_sw{width: 100%;overflow: hidden;}
	.footer_top_content_box{flex-wrap: wrap;}
	.footer_top_content_left{width: 54%;}
	.footer_top_content_right_list:nth-last-of-type(1),.footer_top_content_right_list:nth-last-of-type(2){margin-top: 30px;}
	.index_feel_free_content_form{margin-right: 9px;}
	.products_banner_content{flex-wrap: wrap;padding: 35px 0;}
	.products_banner_content_left{width: 100%;}
	.products_banner_content_right{width: 100%;}
	.products_info_content{flex-direction: column-reverse;}
	.products_info_content_txt{width: 100%;}
	.products_info_content_txt h4{text-align: center;}
	.products_info_content_img{width: 100%;margin-top: 30px;}
	.product_category_banenr_content_txt h1{padding: 0;}
	.product_category_banenr_content_txt h1{font-size: 28px;}
	.product_category_banenr_content_txt p{padding: 0;}
	.index_solutions_swiper_right_btn2, .index_solutions_swiper_left_btn2{display: none;}
	.products_list_ul{flex-wrap: wrap;justify-content: space-between;}
	.products_list_ul li + li{margin-left: 0;}
	.products_list_ul li{width: 48.5%;margin-top: 15px;height: 35px;}
	.products_list_ul li a{padding: 0;display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
	.products_list_products li{margin-left: 0;width: 48.5%;}
	.products_list_products{justify-content: space-between;}
	.product_detial_btn li + li{margin-left: 15px;}
	.product_detial_btn li{font-size: 14px;}
	.product_detial_specification_box .contentWH1400{overflow: hidden;overflow-x: auto;}
	.product_detial_feature_box li{flex-direction: column;align-items: center;}
	.product_detial_feature_ul_txt{margin-left: 0;margin-top: 30px;}
	.product_detial_more_details_content_box{width: 92%;margin: 0px auto;}
	.product_detial_more_details_content_sw .swiper-slide{flex-wrap: wrap;}
	.product_detial_more_details_content_sw_img{width: 100%;}
	.product_detial_more_details_content_sw_txt{margin-left: 0;margin-top: 30px;}
	.product_detial_more_details_content_sw_left{left: 0;}
	.product_detial_more_details_content_sw_right{left: 45px;}
	.solution_info_ul li{flex-direction: column;padding: 5%;}
	.solution_info_ul_left{width: 100%;}
	.solution_info_ul_right{width: 100%;}
	.solution_info_ul li:nth-of-type(even){flex-direction: column;}
	.solution_info_ul li:nth-of-type(even) .solution_info_ul_left_left_number{left: auto;right: 20px;}
	.solution_process_ul li{flex-wrap: wrap;}
	.solution_process_img{width: 100%;}
	.solution_process_right{padding: 5% 4%;margin-left: 0;}
	.solution_banner_content h4{width: 85.2%;}
	.development_content_txt{margin-top: 20px;}
	.development_content_txt h1,
	.development_content_txt h4{font-size: 36px;}
	.development_certification_content_sw .swiper-slide{width: 38%;}
	.about_banner_content{flex-direction: column-reverse;}
	.about_banner_video{margin: 0px auto;}
	.about_banner_content_left{width: 100%;margin-top: 30px;}
	.about_banner_bg{min-height: 700px;}
	.about_story_info_content{flex-wrap: wrap;}
	.about_story_info_content_lef{width: 100%;border-radius: 0;}
	.about_story_info_content_right{width: 100%;margin-top: 30px;}
	.about_development_swiper_year{font-size: 72px;}
	.join_tem_content_box{flex-wrap: wrap;}
	.join_tem_content_left{width: 100%;}
	.join_tem_content_right{width: 100%;margin-top: 30px;}
	.support_list_ul_txt{padding: 35px 45px;}
	.support_list_ul_img{height: 100%;}
	.support_list_ul_img img{height: 100%;object-fit: cover;}
	.production_number_box{margin-top: 58px;}
	.production_number_ul li h4{font-size: 40px;}
	.service_validation_content{flex-direction: column-reverse;}
	.service_validation_content_right{width: 100%;}
	.service_validation_content_left{width: 100%;margin-top: 50px;}
     .contact_info_box{flex-wrap: wrap;}
     .contact_info_left{width: 100%;}
     .contact_info_right{flex: auto;height: 380px;width: 100%;}
}
@media (max-width: 769px) {
     body{padding-bottom: 48px;}
	.header_top_content_left li{width: 4.8vw;}
	.header_top_content_left li + li{margin-left: 3.2vw;}
	.header_top_content_right_nav a{font-size: 3.2vw;}
	.header_top_content_right_nav a + a{margin-left: 3.6vw;}
	.header_top_content_right_language{margin-left: 3.6vw;}
	.header_top_content_right_language img{width: 3vw;}
	.header_top_content_right_language img:nth-of-type(2){width: 1.6vw;margin-left: 1.2vw;}
	.header_top_content{height: 9.8vw;}
	.header_language_list a{padding: 0 3.2vw;font-size: 3.2vw;line-height: 8.8vw;}
	.header_search_box.on{top: 23.6vw;}
	.header_bottom_box.on .header_search_box.on{top: 13.8vw;}
	.header_search_box form{padding: 3.2vw;}
	.header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
	.header_search_box input:nth-last-of-type(1){width: 38.5%;}
	.header_search_btn{width: 3.8vw;margin-left: 2.2vw;}
	.header_top_content_right_language{padding-right: 2.2vw;}
	.header_bottom_box{height: 13.8vw;}
	.logo{width: 8.8vw;}
	.header_bottom_nav_box{display: none;}
	.hd_btn{display: block;}
	.header_bottom_nav_box{position: absolute;left: 0;top: 0;width: 100%;height: calc(100vh - 23.6vw);top: 23.6vw;background: #FFFFFF;z-index: 99;display: none;}
	.header_bottom_nav_box li{height: auto;width: 100%;padding-left: 6%;display: block;}
	.header_bottom_nav_box li + li{margin-left: 0;}
	.fristNavLink{display: inline-block;line-height: 10.8vw;font-size: 3.6vw;}
	.header_nav_list_box{position: relative;left: 0;width: 100%;transform: none;}
	.header_nav_list_three_list, .header_nav_list_two_list{line-height: 10.8vw;}
	.twoNavLink{font-size: 3.6vw;height: 10.8vw;padding: 0 3.2vw;display: inline-block;width: auto;}
	.header_nav_list_four_box, .header_nav_list_threes_box{position: relative;left: 0;}
	.header_nav_list_three_list, .header_nav_list_two_list{height: 10.8vw;}
	.threeNavLink{padding: 0 3.2vw;line-height: 10.8vw;font-size: 3.6vw;display: inline-block;width: auto;}
	.header_nav_list_four_box a{font-size: 3.6vw;height: 10.8vw;padding: 0 3.2vw;}
	.header_bottom_nav_box li:nth-last-of-type(1){padding-left: 0;}
	.header_bottom_nav_box li:nth-last-of-type(1) .fristNavLink{width: 42vw;height: 10.8vw;font-size: 3.6vw;}
	.index_banner_sw_left_info h4{font-size: 4.8vw;padding-right: 0;}
	.index_banner_sw_left_info p{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_banner_sw_left_ul{margin-top: 0;}
	.index_banner_sw_left_ul li{margin-top: 3.2vw;}
	.index_banner_sw_left_ul li p{font-size: 3.2vw;}
	.index_banner_sw_left_ul li img{width: 3.2vw;margin-right: 1.8vw;}
	.index_banner_left_more{width: 42vw;height: 10.8vw;border-radius: 1.2vw;font-size: 3.6vw;}
	.index_banner_sw_right_box{margin-top: 5.8vw;}
	.index_product_box{padding: 8vw 0;}
	.index_product_title_left h4{font-size: 4.8vw;}
	.index_product_title_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_title_right{margin-top: 3.6vw;}
	.index_product_title_right li{height: 8.8vw;}
	.index_product_title_right li a{font-size: 3.2vw;text-align: center;}
	.index_product_swiper_content{padding: 5% 4%;}
	.index_product_swiper_content h4{font-size: 3.6vw;}
	.index_product_swiper_content p{font-size: 3.2;margin-top: 3.2vw;}
	.index_product_swiper .swiper-slide:hover .index_product_swiper_img{width: 68vw;}
	.swiper_control_page{width: 75vw;}
	.swiper_control_right, .swiper_control_left{width: 6vw;height: 6vw;}
	.swiper_control_right img, .swiper_control_left img{width: 48%;}
	.swiper_control_right{left: 8vw;}
	.swiper_control_box{height: 6vw;margin-top: 5.8vw;}
	.index_solutions_box{padding: 8vw 0;}
	.index_solutions_sw .swiper-slide{flex-wrap: wrap;}
	.index_solutions_content_left{width: 100%;}
	.index_solutions_content_left_title{font-size: 4.8vw;}
     .index_solutions_content_left h2,
	.index_solutions_content_left h4{font-size: 3.8vw;margin-top: 3.6vw;}
	.index_solutions_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_solutions_content_left a{margin-top: 5.8vw;}
	.index_solutions_content_right{width: 100%;margin-top: 5.8vw;}
	.index_solutions_bottom_sw_top{width: 5vw;}
	.index_solutions_bottom_sw .swiper-slide h4{font-size: 3.6vw;}
	.index_solutions_bottom_box:after{top: 2.5vw;}
	.index_solutions_swiper_right_btn, .index_solutions_swiper_left_btn{width: 6vw;height: 6vw;}
	.index_solutions_swiper_right_btn img, .index_solutions_swiper_left_btn img{width: 48%;}
	.index_case_box{padding: 8vw 0;}
	.index_case_content_box{margin-top: 5.8vw;}
     .index_case_title h2,
	.index_case_title h4{font-size: 4.8vw;}
	.index_case_title a{width: 38vw;height: 10.8vw;font-size: 3.6vw;}
	.index_case_swiper_txt{padding: 5% 4%;}
	.index_case_swiper_txt h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.index_case_swiper .swiper-slide{border-radius: 1.2vw;}
	.index_case_swiper_txt p{font-size: 3.2vw;}
	.index_partner_box{aspect-ratio: initial;height: 128vw;}
	.index_partner_content_txt h4{font-size: 4.8vw;}
	.index_partner_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.ildw10, .ildw9, .ildw5, .ildw2{width: 14vw;}
	.ildw15, .ildw13, .ildw11, .ildw8, .ildw7, .ildw3, .ildw1{width: 10vw;}
	.ildw14, .ildw12, .ildw6, .ildw4{width: 6vw;}
	.index_ltpm_box{padding: 8vw 0;}
	.index_ltpm_content_left h4{font-size: 4.8vw;}
	.index_ltpm_content_left p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_ltpm_content_left a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_ltpm_content_right{flex-wrap: wrap;}
	.index_ltpm_content_right li{width: 48.5%;height: auto;padding: 5% 4%;margin-top: 3.8vw;}
	.index_ltpm_content_right li + li{margin-top: 3.8vw;}
	.index_ltpm_content_right li h4{font-size: 4.8vw;}
	.index_ltpm_content_right li p{font-size: 3.6vw;}
	.index_advantage_box{padding: 8vw 0;}
	.index_advantage_content_box{margin-top: 5.8vw;}
	.index_advantage_content_sw .swiper-slide{flex-wrap: wrap;}
	.index_advantage_content_sw_left{width: 100%;border-radius: 2vw;}
	.index_advantage_content_sw_right{padding: 5% 0;}
	.index_advantage_content_sw_right h4{font-size: 4.2vw;}
	.index_advantage_content_sw_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_latest_news_box{padding: 8vw 0;}
	.index_latest_news_content_box{margin-top: 5.8vw;justify-content: center;}
	.index_latest_news_content{width: 92%;}
	.index_latest_news_content_sw{width: 100%;overflow: hidden;}
	.index_latest_news_content_sw .swiper-slide{border-radius: 1.2vw;}
	.index_latest_news_content_sw_content{padding: 5% 4%;}
	.index_latest_news_content_sw_content_time{font-size: 3.2vw;}
	.index_latest_news_content_sw_content h4{font-size: 3.6vw;margin-top: 1.8vw;margin-bottom: 3.2vw;}
	.index_latest_news_content_sw_content p{font-size: 3.2vw;}
	.index_feel_free_box{top: 0;}
	.index_feel_free_box .contentWH1400{width: 100%;}
	.index_feel_free_content{border-radius: 0;padding: 8vw 4%;}
	.index_feel_free_content_title{font-size: 4.2vw;}
	.index_feel_free_content form{flex-wrap: wrap;margin-top: 3.8vw;}
	.index_feel_free_content_form{width: 100%;flex: auto;flex-wrap: wrap;margin-right: 0;}
	.index_feel_free_content_form li{width: 100%;margin-top: 2.2vw;}
	.index_feel_free_content_form li input{width: 100%;height: 10.8vw;padding: 0 3.2vw;font-size: 3.2vw;}
	.index_feel_free_content_form li + li{margin-left: 0;}
     .index_feel_free_content_form li:nth-last-of-type(1),.index_feel_free_content_form li:nth-last-of-type(2){width: 100%;}
	.index_feel_free_content_form_btn{width: 100%;height: 10.8vw;margin-top: 2.2vw;font-size: 3.6vw;}
	.index_feel_free_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_feel_free_content:after{display: none;}
	.footer_top_box{margin-top: 5.8vw;}
	.footer_top_content_left{width: 100%;}
	.footer_top_content_left_top h4{font-size: 4.2vw;margin-bottom: 3.6vw;}
	.footer_top_content_left_top a{font-size: 3.6vw;}
	.footer_top_content_left_top img{width: 2.8vw;margin-top: 1.8vw;}
	.footer_top_content_left_top p + p{margin-top: 3.2vw;}
	.footer_top_content_left_top p{font-size: 3.6vw;}
	.footer_share_ul{margin-top: 3.8vw;}
	.footer_top_content_right_list{margin-top: 5.8vw;}
	.footer_top_content_right_title{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.footer_top_content_right_list a{font-size: 3.6vw;}
	.footer_bottom_box{padding: 1.8vw 0;}
	.footer_bottom_content{flex-wrap: wrap;}
	.footer_bottom_content_left{width: 100%;}
	.footer_bottom_content_left p{font-size: 3.2vw;text-align: center;}
	.footer_bottom_content_right{width: 100%;text-align: center;}
	.footer_bottom_content_right a{font-size: 3.2vw;}
	.products_banner_box{padding: 5.8vw 0;justify-content: center;}
	.products_banner_content_box{width: 92%;}
	.crumbs_box a img{width: 3.2vw;}
	.crumbs_box i img{width: 2.2vw;}
	.products_banner_content{padding: 5.8vw 0;padding-top: 0;}
	.products_banner_content_left h1{font-size: 4.8vw;}
	.products_banner_content_left a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.products_info_box{padding: 8vw 0;}
	.products_info_content_txt h4{font-size: 4.8vw;}
	.products_info_content_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.products_info_content_img{margin-top: 3.6vw;border-radius: 2vw;}
	.product_list_box{padding: 8vw 0;}
	.product_list_ul li{flex-direction: column-reverse;}
	.product_list_ul_right{width: 100%;}
	.product_list_ul_txt{margin-top: 3.8vw;width: 100%;}
	.product_list_ul_txt h4 a{font-size: 3.8vw;}
	.product_list_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.products_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.product_list_ul li + li{margin-top: 3.8vw;}
	.product_list_ul li:nth-of-type(even){flex-direction: column-reverse;}
	.products_category_banner_box{padding-top: 3.8vw;}
	.product_category_banenr_content{padding: 5.8vw 0;}
	.product_category_banenr_content_txt{width: 100%;}
	.product_category_banenr_content_txt h1{font-size: 4.8vw;}
	.product_category_banenr_content_txt p{font-size: 3.6vw;line-height: 1.6;margin-top: 3.6vw;}
	.product_category_banenr_img{margin-top: 3.2vw;}
	.product_category_list_box{padding: 8vw 0;}
     .product_category_list_txt2{margin-top: 5.8vw;}
	.product_category_list_txt p{font-size: 3.6vw;}
	.product_category_list_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.product_category_list_ul_right h3{font-size: 4.2vw;}
	.product_category_list_ul_right span{width: 38vw;height: 10.8vw;border-radius: 2.2vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.product_category_video_content{margin-top: 5.8vw;}
	.product_category_video_box{padding: 8vw 0;}
     .product_category_title h2,
	.product_category_title h4{font-size: 4.8vw;}
	.product_category_video_swiper_bg{border-radius: 2.2vw;}
	.product_category_video_swiper_bg a:after{background-size: 11vw auto;}
	.product_category_video_swiper .swiper-slide h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_solutions_sw2 .swiper-slide{flex-wrap: wrap;}
	.product_category_faq_box{padding: 8vw 0;}
     .product_category_faq_title h2,
	.product_category_faq_title h4{font-size: 4.8vw;}
	.product_category_faq_ul_top h4{font-size: 3.8vw;display: block;width: 90vw;}
	.product_category_faq_ul_top span{width: 5vw;}
	.product_category_faq_ul_top{height: auto;padding: 3.2vw 0;}
	.product_category_faq_ul_bottom p{font-size: 3.6vw;}
	.product_category_faq_ul_bottom{padding-bottom: 3.2vw;}
	.products_list_box{padding: 8vw 0;}
	.products_list_ul li{height: 10.8vw;}
	.products_list_ul li a{font-size: 3.2vw;padding: 0 2%;}
	.products_list_products li{margin-top: 3.8vw;border-radius: 2.2vw;}
	.products_list_products li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.products_list_products li a.inquire{font-size: 3.2vw;margin-top: 3.2vw;}
	.products_list_products li a.inquire img{margin-top: 0.8vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_info_box{padding-top: 3.2vw;padding-bottom: 8vw;}
	.product_detial_info_content_box{margin-top: 5.8vw;flex-wrap: wrap;overflow: hidden;}
	.product_detial_info_content_left{width: 100%;}
	.product_detial_info_content_left_btn{opacity: 0;position: absolute;left: -200%;}
	.product_detial_info_content_left_right{width: 100%;}
	.product_detial_info_content_left_right_sw .swiper-slide{border-radius: 2vw;}
	.product_detial_info_content_left_right_sw .swiper-slide a:after{background-size: 6vw auto;}
	.product_detial_info_content_right{width: 100%;margin-top: 5.8vw;}
	.product_detial_info_content_right h1{font-size: 4.8vw;}
	.product_detial_info_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_info_content_right_btn a{width: 38vw;height: 10.8vw;}
	.product_detial_info_content_right_btn a + a{margin-left: 3.2vw;}
	.product_detial_info_content_right_btn{margin-top: 5.8vw;}
	.product_detial_description_box{padding: 8vw 0;}
	.product_detial_description_box h4{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.product_detial_description_box p{font-size: 3.6vw;}
	.product_detial_specification_box{padding: 8vw 0;}
	.product_detial_specification_box h4{font-size: 4.8vw;}
	.product_detial_specification_box table{margin-top: 3.8vw;}
	.product_detial_specification_box table th:nth-of-type(1){padding-left: 3.2vw;}
	.product_detial_specification_box table th{height: 10.8vw;font-size: 3.8vw;}
	.product_detial_specification_box table td:nth-of-type(1){padding-left: 3.2vw;font-size: 3.6vw;}
	.product_detial_specification_box table td{height: 10.8vw;font-size: 3.6vw;}
	.product_detial_application_box{padding: 8vw 0;}
	.product_detial_title h4{font-size: 4.8vw;}
	.product_detial_application_content_box{margin-top: 5.8vw;flex-wrap: wrap;}
	.product_detial_application_content_left{width: 100%;}
	.product_detial_application_content_right{width: 100%;margin-top: 3.8vw;}
	.product_detial_application_content_right h4{font-size: 4.8vw;}
	.product_detial_application_content_right h5{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_detial_application_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_detial_feature_box{padding: 8vw 0;}
	.product_detial_feature_box li{padding: 5% 4%;width: 100%;margin-top: 4.8vw;border-radius: 2vw;}
	.product_detial_feature_ul_number{width: 16vw;padding: 1.8vw;}
	.product_detial_feature_ul_number span{font-size: 4.2vw;}
	.product_detial_feature_ul_txt{margin-top: 3.8vw;}
	.product_detial_feature_ul_txt p{font-size: 3.6vw;text-align: center;}
	.product_detial_more_details_box{padding: 8vw 0;}
	.product_detial_more_details_content_sw_img{border-radius: 2vw;}
	.product_detial_more_details_content_sw_txt{margin-top: 3.8vw;}
	.product_detial_more_details_content_sw_txt_title h4{font-size: 4.8vw;}
	.product_detial_more_details_content_sw_txt h5{font-size: 3.8vw;margin-top: 3.6vw;margin-bottom: 3.2vw;}
	.product_detial_more_details_content_sw_txt p{font-size: 3.6vw;}
	.product_related_case_box{padding: 8vw 0;}
	.product_detial_solution_box{padding: 8vw 0;}
	.product_detial_solution_content{margin-top: 5.8vw;}
	.product_detial_solution_content_sw h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_banner_content{margin-top: 3.6vw;}
	.solution_banner_content h4{width: 100%;}
	.solution_banner_content h4{font-size: 4.8vw;}
	.solution_banner_content a{font-size: 3.6vw;width: 38vw;height: 10.8vw;margin-top: 3.8vw;}
	.solution_box{padding: 8vw 0;}
	.solution_info_box h4,
	.solution_info_box h1{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.solution_info_box p{font-size: 3.6vw;}
	.solution_info_ul li{margin-top: 4.2vw;border-radius: 2vw;}
	.solution_info_ul_img img{border-radius: 2vw;}
	.solution_info_ul_img{border-radius: 2vw;}
	.solution_info_ul_left_left_number{display: none;}
	.solution_info_ul_right{padding: 0;margin-top: 5.8vw;}
	.solution_info_ul_right h4{font-size: 3.8vw;}
	.solution_info_ul_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_info_ul_right a{width: 38vw;height: 10.8vw;margin-top: 5.8vw;font-size: 3.6vw;}
	.solution_detial_banner_box{padding: 8vw 0;flex-wrap: wrap;}
	.solution_detial_banner_left{width: 100%;}
	.solution_detial_banner_right{width: 100%;margin-top: 3.6vw;}
	.solution_detial_banner_right h1{font-size: 4.2vw;}
	.solution_detial_banner_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_detial_banner_right a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.solution_detial_banner_right a img{width: 3.2vw;margin-right: 1.8vw;}
	.solution_process_box{padding: 8vw 0;}
	.solution_process_ul li{width: 100%;margin-top: 3.8vw;border-radius: 1.8vw;}
	.solution_process_right h4{font-size: 4.2vw;}
	.solution_process_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_review_box{padding: 8vw 0;}
	.solution_detial_review_content{margin-top: 5.8vw;}
	.solution_detial_review_content_sw .swiper-slide{padding: 5% 4%;flex-direction: column-reverse;border-radius: 1.8vw;}
	.solution_detial_review_content_sw_left{width: 100%;margin-top: 3.8vw;}
	.solution_detial_review_content_sw_left_fh{display: none;}
	.solution_detial_review_content_sw_right{width: 100%;}
	.solution_detial_review_content_sw_left p{font-size: 3.6vw;margin-top: 0;}
	.solution_detial_review_content_sw_left h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.solution_detial_review_content_sw_btn_right,.solution_detial_review_content_sw_btn_left{display: none;}
	.solution_related_news_box{padding: 8vw 0;}
	.solution_banner_bg{height: 60vw;}
	.solution_banner_content_box{padding-top: 3.2vw;}
	.non_box{padding: 8vw 0;}
	.non_range_box{padding: 8vw 0;}
	.non_range_info_box{width: 100%;}
	.non_range_info_title h4{font-size: 4.8vw;}
	.non_range_info_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.non_range_info_btn{justify-content: space-between;margin-top: 3.8vw;}
	.non_range_info_btn li{width: 49%;height: 10.8vw;font-size: 3.6vw;text-align: center;}
	.non_range_info_btn li + li{margin-left: 0;}
	.non_range_info_content_list li{font-size: 3.6vw;margin-top: 1.8vw;}
	.non_range_info_content_list p{font-size: 3.6vw;margin-top: 3.6vw;}
	.non_advantage_box{padding: 8vw 0;}
	.non_advantage_ul{margin-top: 3.2vw;}
	.non_advantage_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;padding: 5% 4%;}
	.non_advantage_ul_title h4{font-size: 4.2vw;}
	.non_advantage_ul_title:before{background-size: 2vw auto;top: 0.2vw;}
	.non_advantage_ul_title{padding-left: 5.6vw;}
	.non_advantage_ul_txt{padding: 0 5.6vw;margin-top: 3.8vw;height: 47vw;}
	.non_advantage_ul_txt p{font-size: 3.6vw;}
	.non_partner_box{padding: 8vw 0;}
	.non_related_box{padding: 8vw 0;}
	.development_content_box{padding-top: 0;}
	.development_content_txt h1,
	.development_content_txt h4{font-size: 4.8vw;}
	.development_content_txt{margin-top: 1.8vw;}
	.development_content_txt a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.development_bg{height: 36vw;}
	.development_bg img{height: 100%;object-fit: cover;}
	.development_info_box{padding: 8vw 0;}
	.development_info_box h4,
	.development_info_box h1{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.development_info_box p{font-size: 3.6vw;}
	.development_info_box img{margin-top: 3.8vw;border-radius: 2vw;}
	.development_certification_box{padding: 8vw 0;}
	.development_title h4{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.development_title p{font-size: 3.6vw;}
	.development_certification_content_sw .swiper-slide{width: 100%;}
	.development_list_box{padding: 8vw 0;}
	.development_list_ul li:nth-of-type(even),
	.development_list_ul li{flex-direction: column;}
	.development_list_ul_img{width: 100%;border-radius: 2vw;}
	.development_list_ul_txt{width: 100%;margin-top: 3.6vw;}
	.development_list_ul_txt h4{font-size: 4.2vw;}
	.development_list_ul_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.development_list_ul li + li{margin-top: 3.8vw;}
	.about_banner_content_box{padding: 0;}
	.about_banner_content{margin-top: 3.6vw;}
	.about_banner_video{width: 11vw;}
	.about_banner_content_left{margin-top: 3.6vw;}
	.about_banner_content_left h1{font-size: 4.8vw;}
	.about_banner_content_left h5{font-size: 4.2vw;margin-top: 1.8vw;}
	.about_banner_content_left p{font-size: 3.6vw;margin-top: 1.8vw;}
	.about_banner_bg{min-height: 190vw;}
	.about_story_box{padding: 8vw 0;}
	.about_story_info_box h4{font-size: 4.8vw;}
	.about_story_info_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_story_info_content{margin-top: 5.8vw;}
	.about_story_info_content_right{margin-top: 3.8vw;}
	.about_story_info_content_right h5{font-size: 4.2vw;}
	.about_story_info_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_story_info_content_right h5:nth-of-type(2){margin-top: 3.6vw;}
	.about_culture_box{padding-bottom: 8vw;}
	.about_culture_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.about_culture_ul li{width: 100%;border-radius: 2vw;padding: 5% 4%;margin-top: 3.8vw;}
	.about_culture_ul_ico{width: 11vw;}
	.about_culture_ul li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.about_culture_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_title h4{font-size: 4.8vw;}
	.about_development_swiper_top, .about_development_swiper_bottom{display: none;}
	.about_development_swiper{padding-left: 0;height: 90vw;margin-top: 5.8vw;}
	.about_development_swiper .swiper-slide span{display: none;}
	.about_development_swiper_year{font-size: 5.6vw;}
	.about_development_swiper_txt p{font-size: 3.2vw;line-height: 4.8vw;}
	.about_development_swiper_txt{padding: 0 4%;}
	.about_development_swiper .swiper-slide{height: 30vw;}
	.quality_list_ul li a{flex-wrap: wrap;}
	.quality_list_ul_img{width: 100%;padding: 5% 8%;}
	.quality_list_ul_content{width: 100%;padding: 5% 4%;padding-bottom: 12vw;}
	.quality_list_ul_content_click{font-size: 3.2vw;}
	.quality_list_ul_content h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.quality_list_ul_content span{font-size: 4.8vw;bottom: 5%;right: 4%;}
	.quality_list_ul li{margin-bottom: 3.8vw;}
	.page{margin-top: 5.8vw;}
	.page li{width: 4.8vw;}
	.page li a{font-size: 3.6vw;}
	.page li img{width: 1.2vw;}
	.quality_list_box{padding-bottom: 8vw;}
	.join_list_box{padding: 8vw 0px;}
	.join_recruitment_box{padding: 8vw 0;}
	.join_policy_box{padding: 8vw 0;}
	.join_policy_ul li{width: 100%;margin-top: 3.8vw;}
	.join_policy_ul_title{padding: 0 4%;}
	.join_policy_ul_title h4{font-size: 4.2vw;}
	.join_policy_ul_title span{margin-top: 3.6vw;}
	.join_policy_ul_content h4{font-size: 4.2vw;}
	.join_policy_ul_content span{margin-top: 3.6vw;}
	.join_policy_ul_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.join_advantage_img img{border-radius: 2vw;}
	.join_advantage_img{margin-top: 5.8vw;}
	.join_advantage_box{padding-bottom: 8vw;}
	.join_team_box{padding: 8vw 0;}
	.join_tem_content_box{margin-top: 3.2vw;}
	.join_tem_content_left_ul li{width: 100%;margin-bottom: 3.2vw;}
	.join_tem_content_left_ul_ico{width: 10vw;}
	.join_tem_content_left_ul_right h4{font-size: 3.8vw;margin-bottom: 1.8vw;}
	.join_tem_content_left_ul_right p{font-size: 3.6vw;}
	.join_tem_content_right{margin-top: 3.8vw;}
	.support_btn_ul{height: 13.8vw;}
	.support_btn_ul li + li{margin-left: 5.6vw;}
	.support_btn_ul li a{font-size: 3.6vw;}
	.support_list_box{padding: 8vw 0;}
	.support_list_ul li{flex-wrap: wrap;border-radius: 2vw;}
	.support_list_ul_img{width: 100%;height: auto;}
	.support_list_ul_txt{padding: 5% 4%;}
	.support_list_ul_txt h4{font-size: 4.2vw;}
	.support_list_ul_txt span{font-size: 3.8vw;margin-top: 1.8vw;margin-bottom: 3.2vw;}
	.support_list_ul_txt p{font-size: 3.6vw;}
	.support_list_ul li + li{margin-top: 3.8vw;}
	.production_number_box{margin-top: 5.8vw;}
	.production_number_ul{padding: 3.8vw 4%;}
	.production_number_ul li h4{font-size: 4.8vw;}
	.production_number_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.production_number_ul li:after{display: none;}
	.production_workshop_box{padding: 8vw 0;}
	.production_workshop_content{flex-wrap: wrap;}
	.production_workshop_content_left{width: 100%;}
	.production_workshop_content_left h4{font-size: 4.8vw;}
	.production_workshop_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.production_workshop_bg{display: none;}
	.production_workshop_content_right{width: 100%;margin-top: 3.8vw;}
	.production_workshop_content_right li.on{width: 32%;}
	.production_workshop_content_right li{width: 32%;border-radius: 2vw;}
	.production_equipment_box{padding: 8vw 0;}
	.production_equipment_btn li + li{margin-left: 0;}
	.production_equipment_btn {justify-content: space-between;}
	.production_equipment_btn li{width: 48.5%;}
	.production_equipment_content_box{margin-top: 5.8vw;justify-content: center;}
	.production_equipment_content{width: 92%;}
	.production_equipment_content_list_swiper{width: 100%;}
	.production_list_box{padding: 8vw 0;}
	.service_comprehensive_box{padding: 8vw 0;}
	.service_comprehensive_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.service_comprehensive_ul_content{padding: 1.2vw 4%;}
	.service_comprehensive_ul_content h4{font-size: 4.2vw;transform: translateY(18vw);}
	.service_comprehensive_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_validation_box{padding: 8vw 0;}
	.service_validation_content_right{border-radius: 2vw;}
	.service_validation_content_left{margin-top: 5.8vw;}
	.service_validation_content_left h4{font-size: 4.8vw;}
	.service_validation_content_left p{font-size: 3.6vw;margin-top: 1.8vw;}
	.service_localized_box{padding: 8vw 0;}
	.service_global_box{padding: 8vw 0;}
	.case_detial_banner_content{flex-direction: column-reverse;}
	.case_detial_banner_box{padding-top: 0;padding-bottom: 8vw;}
	.case_detial_banner_content_right{width: 100%;border-radius: 2vw;}
	.case_detial_banner_content_left{margin-top: 5.8vw;width: 100%;}
	.case_detial_banner_content_left h5{font-size: 3.8vw;}
	.case_detial_banner_content_left h1{font-size: 4.8vw;}
	.case_detial_banner_content_left_time{font-size: 3.2vw;margin-top: 3.2vw;}
	.case_detial_banner_content_left_time img{width: 3.8vw;margin-right: 1.2vw;}
	.case_detial_banner_content_left a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.case_result_box{padding: 8vw 0;}
	.case_result_top h4{font-size: 4.8vw;}
	.case_result_top p{font-size: 3.6vw;margin-top: 3.2vw;}
	.case_result_center_box{justify-content: space-between;}
	.case_result_center_box li{width: 32%;margin-top: 3.6vw;}
	.case_result_center_box li + li{margin-left: 0;}
	.case_result_center_box li h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.case_result_bottom_box{margin-top: 3.2vw;}
	.case_result_bottom_box p{font-size: 3.6vw;}
     .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;}
     .Y_news_time{font-size: 3.6vw;margin-top: 3.2vw;}
}