@font-face{
     font-family: 'Lato-Black';
     src: url('fonts/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Lato-Italic';
     src: url('fonts/Lato-Italic.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Lato-Regular';
     src: url('fonts/Lato-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
*{
	font-family: "Lato-Regular";
}
:root{
	--mainColor:#b33629;
}
/*header start*/
.header{width: 100%;height: auto;position: relative;}
.header_top_box{width: 100%;height: 40px;background: #1e1e1e;}
.header_top_box .contentWH1600{display: flex;justify-content: space-between;height: 100%;align-items: center;}
.header_top_left{height: 100%;display: flex;align-items: center;}
.header_top_left h2{font-size: 16px;color: #f7f7f7;font-family: "Lato-Light";}
.header_top_left_ul{height: 100%;display: flex;align-items: center;justify-content: flex-start;margin-left: 5px;}
.header_top_left_ul li{width: 16px;height: auto;}
.header_top_left_ul li img{width: 100%;height: auto;display: block;}
.header_top_left_ul li + li{margin-left: 15px;}
.header_top_right{flex: 1;display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_top_right_info{display: flex;justify-content: flex-start;height: 100%;align-items: center;}
.header_top_right_info li{display: flex;height: 100%;justify-content: flex-start;align-items: center;}
.header_top_right_info li img{display: block;width: 16px;height: auto;}
.header_top_right_info li a{display: block;font-size: 16px;color: #F7F7F7;margin-left: 10px;}
.header_top_right_info li a:hover{text-decoration: underline;}
.header_top_right_info li + li{margin-left: 20px;}
.header_top_right_search{width: 222px;height: 30px;position: relative;margin-left: 42px;}
.header_top_right_search form{display: block;width: 100%;height: 100%;}
.header_top_right_search_txt{display: block;width: 100%;height: 100%;background: rgba(255,255,255,0.2);border: none;border-radius: 4px;padding-left: 13px;outline: none;color: #F7F7F7;}
.header_top_right_search_txt::placeholder{color: rgba(247, 247, 247, 0.4);}
.header_top_right_search_btn{width: 16px;height: auto;aspect-ratio:16/17;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 100% auto;cursor: pointer;border: none;outline: none;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);filter: brightness(0) invert(1);}
.header_top_right_language{width: 18px;height: 100%;margin-left: 10px;position: relative;display: flex;align-items: center;cursor: pointer;}
.header_top_right_language_btn{width: 100%;height: auto;}
.header_top_right_language_btn img{width: 100%;height: auto;display: block;}
.header_top_right_language_list{width: 120px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;z-index: 99;display: none;}
.header_top_right_language_list a{font-size: 14px;padding: 0 10px;font-family: "Lato-Light";background: #FFFFFF;border-bottom: 1px solid #E5E5E5;display: block;line-height: 35px;transition: all 0.3s;}
.header_top_right_language_list a:hover{background: var(--mainColor);color: #F7F7F7;border-color: var(--mainColor);}
.header_top_right_language:hover .header_top_right_language_list{display: block;}
.header_bottom_box{width: 100%;height: 80px;background: #FFFFFF;}
.header_bottom_box.fixed{position: fixed;left: 0;top: 0;z-index: 999;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_bottom_box .contentWH1600{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 191px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.nav_box{width: 100%;height: 100%;display: flex;justify-content: flex-end;}
.nav_box li{height: 100%;position: relative;}
.nav_box li + li{margin-left: 32px;}
.nav_first_link{display: block;line-height: 80px;font-size: 16px;color: #000000;font-family: "Lato-Black";text-transform: uppercase;position: relative;}
.nav_box li:nth-last-of-type(1) .nav_first_link{display: flex;justify-content: center;align-items: center;width: 110px;height: 40px;border-radius: 20px;background: #b23629;font-size: 16px;color: #FFFFFF;text-align: center;text-transform: uppercase;line-height: initial;}
.nav_box li:nth-last-of-type(1) .nav_first_link:hover{color: #FFFFFF;}
.nav_box li:nth-last-of-type(1).active  .nav_first_link{color: #fff;}
.nav_box li:nth-last-of-type(1){display: flex;align-items: center;}
.nav_box li.active .nav_first_link,.nav_box li:hover .nav_first_link{color: var(--mainColor);}
.nav_box li.active .nav_first_link:after{content: "";width: 100%;height: 2px;background: var(--mainColor);position: absolute;left: 0;top: 66%;}
.nav_box li:nth-last-of-type(1).active .nav_first_link:after{display: none;}
.nav_list_box{width: 240px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;display: none;}
.nav_list_item{width: 100%;height: auto;}
.nav_two_link{padding: 0 10px;line-height: 40px;color: #000000;border-bottom: 1px solid #E5E5E5;display: block;transition: all 0.3s;}
.nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.nav_list_item_content{width: 100%;min-height: 100%;left: 100%;position: absolute;top: 0;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 99;display: none;}
.nav_list_item_content a{padding: 0 10px;line-height: 40px;color: #000000;border-bottom: 1px solid #E5E5E5;display: block;transition: all 0.3s;}
.nav_list_item_content a:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.nav_list_item:hover .nav_list_item_content{display: block;}
.nav_box li:hover .nav_list_box{display: block;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  #000;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_bottom_right{display: none;justify-content: flex-end;height: 100%;align-items: center;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_bg{width: 100%;height: auto;}
.index_banner_bg img{width: 100%;height: auto;display: block;}
.index_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;-webkit-animation-delay: 1s;}
.index_banner_content h2{font-size: 60px;color: #FFFFFF;font-family: "Lato-Black";margin-bottom: 20px;}
.index_banner_content p{font-size: 24px;color: #FFFFFF;opacity: 0.9;position: relative;line-height: 2;padding-left: 25px;}
.index_banner_content p:before{content: "";display: block;width: 13px;height: 13px;background: #FFFFFF;position: absolute;left: 0;top: 20px;transform: rotate(45deg);}
.index_banner_btn{display: flex;justify-content: flex-start;margin-top: 50px;}
.index_banner_btn a{display: flex;justify-content: center;align-items: center;width: 206px;height: 50px;border-radius: 25px;background: #FFFFFF;font-size: 16px;color: var(--mainColor);transition: all 0.3s;}
.index_banner_btn a img{display: block;width: 32px;height: auto;margin-left: 17px;transition: all 0.3s;}
.index_banner_btn a:hover{background: var(--mainColor);color: #FFFFFF;}
.index_banner_btn a:hover img{filter: brightness(0) invert(1);}
.index_banner_btn a + a{margin-left: 10px;}
.index_swiper_page{width: 100%;height: auto;}
.index_swiper_page span{border-radius: 0;width: 8px;height: 8px;border: 2px solid #FFFFFF;background: none;opacity: 1;}
.index_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 68px 0;overflow: hidden;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h1,
.index_title_box h2{font-size: 36px;color: #000000;font-family: "Lato-Black";text-align: center;}
.index_title_box p{font-size: 18px;color: #000000;font-family: "Lato-Light";line-height: 1.6;text-align: center;margin-top: 18px;padding: 0 10%;}
.index_product_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;}
.index_product_content_left{width: 48.8%;height: auto;overflow: hidden;border-radius: 5px;background: #efefef;}
.index_product_content_left_img{width: 100%;height: auto;overflow: hidden;}
.index_product_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_content_left_content{width: 100%;height: auto;padding: 60px 42px;}
.index_product_content_left_content h2{font-size: 24px;color: #000000;font-family: "Lato-Black";}
.index_product_content_left_content p{font-size: 16px;color: #000000;font-family: "Lato-Light";line-height: 1.6;margin-top: 7px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_product_content_left_content span{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;border: 1px solid var(--mainColor);color: var(--mainColor);font-size: 16px;margin-top: 25px;transition: all 0.3s;}
.index_product_content_left_content span img{display: block;width: 32px;height: auto; transition: all 0.3s;margin-left: 17px;}
.index_product_content_left:hover .index_product_content_left_img img{transform: scale(1.1);}
.index_product_content_left:hover .index_product_content_left_content span{color: #FFFFFF;background: var(--mainColor);}
.index_product_content_left:hover .index_product_content_left_content span img{filter: brightness(0) invert(1);}
.index_product_content_right{width: 49.6%;height: auto;display: flex;flex-direction: column;justify-content: space-between;}
.index_product_content_right li{width: 100%;height: 48.5%;background: #f0f0f0;border-radius: 5px;}
.index_product_content_right li a{display: flex;justify-content: space-between;align-items: center;padding: 60px 38px;}
.index_product_content_right_left{width: 38.62%;height: auto;}
.index_product_content_right_left h2{font-size: 24px;color: #000000;font-family: "Lato-Black";}
.index_product_content_right_left p{font-size: 16px;color: #000000;font-family: "Lato-Light";line-height: 1.6;margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_product_content_right_left span{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;border: 1px solid var(--mainColor);color: var(--mainColor);font-size: 16px;margin-top: 25px;transition: all 0.3s;}
.index_product_content_right_left span img{display: block;width: 32px;height: auto; transition: all 0.3s;margin-left: 17px;}
.index_product_content_right_right{width: 37.62%;height: auto;margin-right: 5%;overflow: hidden;}
.index_product_content_right_right img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_content_right li:hover .index_product_content_right_left span{color: #FFFFFF;background: var(--mainColor);}
.index_product_content_right li:hover .index_product_content_right_left span img{filter: brightness(0) invert(1);}
.index_product_content_right li:hover .index_product_content_right_right img{transform: scale(1.1);}
.index_application_box{width: 100%;height: auto;position: relative;background: url(../images/index_application_bg.jpg) no-repeat;background-size: cover; background-attachment: fixed;}
.index_application_box:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #120e0e;clip-path: polygon(34% 0, 100% 0, 100% 100%, 42% 100%);}
.index_application_content{width: 100%;height: auto;padding: 80px 0;background: ;display: flex;justify-content: flex-end;position: relative;z-index: 2;}
.index_application_content_box{width: 58%;overflow: hidden;}
.index_application_content_title{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_application_content_title_left{width: 68.86%;height: auto;}
.index_application_content_title_left h2{font-size: 36px;color: #FFFFFF;font-family: "Lato-Black";}
.index_application_content_title_left p{font-size: 16px;color: #FFFFFF;font-family: "Lato-Light";line-height: 1.6;margin-top: 30px;}
.index_application_content_title a{width: 208px;height: 50px;display: flex;justify-content: center;align-items: center;border: 1px solid #ffffff;font-size: 18px;color: #FFFFFF;font-family: "Lato-Light";border-radius: 25px;transition: all 0.3s;}
.index_application_content_title a img{width: 24px;height: auto;display: block;margin-left: 10px;filter: brightness(0) invert(1);transition: all 0.3s;}
.index_application_content_title a:hover{background: var(--mainColor);border-color: var(--mainColor);}
.index_application_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.index_application_ul li{width: 32%;height: auto;position: relative;margin-left: 2%;margin-top: 20px;border: 1px solid transparent;}
.index_application_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_application_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_application_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_application_ul li:hover .index_application_ul_img img{transition: all 0.3s;}
.index_application_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 30px;display: flex;flex-direction: column;justify-content: flex-end;background: rgba(0,0,0,0.2);}
.index_application_ul_content h2{font-size: 18px;color: #FFFFFF;font-family: "Lato-Regular";}
.index_application_ul_content span{display: flex;justify-content: center;align-items: center;width: 37px;height: auto;aspect-ratio:1/1;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 50%;font-size: 18px;color: #FFFFFF;font-family: "Poppins-Regular";margin: 0px auto;margin-top: 10px;display: none;}
.index_application_ul li:hover{border-color: var(--mainColor);}
.index_application_ul li:hover .index_application_ul_content{justify-content: center;align-items: center;background: rgba(0,0,0,0.5);}
.index_application_ul li:hover .index_application_ul_content span{display: flex;}
.index_about_box{width: 100%;height: auto;position: relative;margin-top: 146px;}
.index_about_bg{width: 100%;height: auto;}
.index_about_bg img{width: 100%;height: auto;display: block;object-fit: cover;}
.index_about_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.index_about_content .contentWH1600{display: flex;justify-content: flex-start;align-items: flex-start;}
.index_about_content_txt{width: 38.25%;height: auto;padding: 75px 55px;background: rgba(255,255,255,0.9);border-radius: 100px 0 0 0;}
.index_about_content_txt h2{font-size: 36px;color: #000000;font-family: "Lato-Black";}
.index_about_content_txt p{font-size: 16px;color: #000000;font-family: "Lato-Light";line-height: 1.6;margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;overflow: hidden;}
.index_about_content_btn{display: flex;justify-content: flex-start;margin-top: 80px;}
.index_about_more{width: 202px;height: 50px;border: 1px solid transparent;border-radius: 25px;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #FFFFFF;font-family: "Lato-Light";position: relative;z-index: 2;transition: all 0.3s;background: var(--mainColor);}
.index_about_more img{filter: brightness(0) invert(1);display: block;width: 24px;height: auto;margin-left: 10px;transition: all 0.3s;}
.index_about_more:hover{border-color: var(--mainColor);background: none;color: var(--mainColor);}
.index_about_more:hover img{filter: initial;}
.index_about_content_btn .video_click:after{display: none;}
.index_about_content_btn .video_click{display: flex;justify-content: center;align-items: center;width: 155px;height: 50px;border-radius: 25px;border: 1px solid var(--mainColor);background: #FFFFFF;margin-left: 15px;color: var(--mainColor);transition: all 0.3s;}
.index_about_content_btn .video_click img{display: block;width: 30px;height: auto;margin-right: 7px;transition: all 0.3s;}
.index_about_content_btn .video_click:hover{background: var(--mainColor);color: #FFFFFF;}
.index_about_content_btn .video_click:hover img{filter: brightness(0) invert(1);}
.index_about_content_number{width: 21.94%;height: auto;background: var(--mainColor);border-radius: 10px;padding-left: 37px;margin-left: -34px;position: relative;z-index: 2;padding-bottom: 40px;transform: translateY(-160px);}
.index_about_content_number li{width: 100%;height: 108px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom: 16px;position: relative;}
.index_about_content_number li:after{content: "";display: block;width: 100%;height: 4px;border-radius: 2px;background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);;position: absolute;left: 0;bottom: 0;}
.index_about_content_number li + li{margin-top: 20px;}
.index_about_content_number li h2{font-size: 30px;color: #FFFFFF;}
.index_about_content_number li h2 span{font-family: "Lato-Bold";}
.index_about_content_number li h2 sup{font-family: "Lato-Bold";}
.index_about_content_number li p{font-size: 16px;color: #FFFFFF;font-family: "Lato-Light";margin-top: 8px;}
.index_choose_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/index_why_choose_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.index_choose_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_choose_content_left{width: 44.1%;height: auto;}
.index_choose_content_left_title{width: 100%;height: auto;display: flex;flex-direction: column;justify-content: center;padding-right: 20%;aspect-ratio:699/257;}
.index_choose_content_left_title h2{font-size: 36px;color: #FFFFFF;font-family: "Lato-Black";}
.index_choose_content_left_title p{font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: "Lato-Light";margin-top: 10px;}
.index_choose_content_left_bottom{width: 100%;height: auto;position: relative;}
.index_choose_content_left_bottom_img{width: 100%;height: auto;}
.index_choose_content_left_bottom_img img{width: 100%;height: auto;display: block;}
.index_choose_content_left_bottom_content{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;padding: 40px;position: absolute;left: 0;top: 0;}
.index_choose_content_left_bottom_content img{width: 40px;height: auto;display: block;transition: all 0.3s;}
.index_choose_content_left:hover .index_choose_content_left_bottom_content img{transform: translateY(-8px);}
.index_choose_content_left_bottom_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;padding-right: 10%;font-family: "Lato-Light";}
.index_choose_content_ul{flex: 1;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.index_choose_content_ul li{width: calc(100% / 3);height: auto;aspect-ratio:299/260;}
.index_choose_content_ul_ico{width: 40px;height: auto;transition: all 0.3s;}
.index_choose_content_ul_ico img{width: 100%;height: auto;display: block;}
.index_choose_content_ul li:hover .index_choose_content_ul_ico{transform: translateY(-8px);}
.index_choose_content_ul li p{font-size: 16px;color: #000000;font-family: "Lato-Light";line-height: 1.6;margin-top: 20px;}
.index_choose_content_ul li:nth-of-type(7),
.index_choose_content_ul li:nth-of-type(8),
.index_choose_content_ul li:nth-of-type(6),
.index_choose_content_ul li:nth-of-type(4),
.index_choose_content_ul li:nth-of-type(2){background: #FFFFFF;padding: 24px 30px;}
.index_choose_content_ul_img{width: 100%;height: auto;display: block;}
.index_choose_content_ul_img img{width: 100% !important;height: auto;display: block;}
.index_choose_content_ul li:nth-of-type(7){background: rgba(18, 14, 14, 0.8);}
.index_choose_content_ul li:nth-of-type(7) p{color: #FFFFFF;}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.index_news_ul li{width: 28.9%;height: auto;margin-left: 1.25%;border: solid 1px #e5e5e5;margin-top: 30px;}
.index_news_ul li:nth-of-type(1){width: 39.65%;height: auto;margin-left: 0;}
.index_news_ul li a{display: block;padding: 10px;width: 100%;height: auto;}
.index_news_ul_img{width: 100%;height: auto;aspect-ratio:447/278;overflow: hidden;}
.index_news_ul_img img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all 0.3s;}
.index_news_ul li:nth-of-type(1) .index_news_ul_img{aspect-ratio:613/275;}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.1);}
.index_news_ul_txt{width: 100%;height: auto;padding: 30px;}
.index_news_ul_time{font-size: 16px;color: var(--mainColor);font-family: "Lato-Bold";}
.index_news_ul_txt h2{font-size: 20px;color: #3c3c3c;font-family: "Lato-Black";line-height: 1.2;margin-top: 10px;height: 48px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_ul_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 51px;}
.index_news_ul_txt span{display: flex;justify-content: center;align-items: center;width: 182px;height: 40px;border-radius: 20px;border: 1px solid #d9d9d9;font-size: 16px;color: #252525;margin-top: 30px;transition: all 0.3s;}
.index_news_ul li:hover .index_news_ul_txt span{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.index_form_box{width: 100%;height: auto;padding: 80px 0px;background: #ededed;}
.index_form_content_box{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #FFFFFF;box-shadow: 0px 0px 28px 4px rgba(101, 101, 101, 0.15);overflow: hidden;}
.index_form_content_left{width: 46.25%;height: auto;background: #353535;overflow: hidden;border-radius: 0 100px 0 0;}
.index_form_content_left_img{width: 100%;height: auto;overflow: hidden;border-radius: 0px 100px 100px 100px;}
.index_form_content_left_img img{width: 100%;height: auto;display: block;}
.index_form_content_left_txt{width: 100%;height: auto;padding: 60px 35px;}
.index_form_content_left_txt h2{font-size: 48px;color: #FFFFFF;font-family: "Lato-Black";}
.index_form_content_left_txt p{font-size: 24px;color: #FFFFFF;line-height: 1.2;margin-top: 10px;}
.index_form_content_left_txt a{display: flex;justify-content: center;align-items: center;width: 160px;height: 45px;border-radius: 22px;background: var(--mainColor);color: #FFFFFF;font-size: 16px;font-family: "Lato-Bold";margin-top: 20px;}
.index_form_content_right{flex: 1;padding-left: 64px;padding-right: 96px;display: flex;align-items: center;}
.index_form_content_right_title{width: 100%;height: auto;}
.index_form_content_right_title h2{font-size: 36px;color: #120E0E;font-family: "Lato-Bold";}
.index_form_content_right_form{width: 100%;height: auto;margin-top: 29px;}
.index_form_content_right_form li{width: 100%;height: auto;margin-top: 10px;position: relative;}
.index_form_content_right_form li input{display: block;width: 100%;height: 50px;background: #f1f1f1;border: none;padding-left: 7px;outline: none;font-size: 14px;font-family: "Lato-Light";}
.index_form_content_right_form li input::placeholder{color: #535353;}
.index_form_content_right_form li textarea{display: block;width: 100%;height: 140px;padding: 7px;border: none;background: #f1f1f1;outline: none;font-size: 14px;font-family: "Lato-Light";resize: none;}
.index_form_content_right_form li textarea::placeholder{color: #535353;}
.index_form_content_right_form li p{font-size: 16px;color: #000000;font-family: "Lato-Light";line-height: 1.6;}
.index_form_content_right_form li p a{font-family: "Lato-Bold";font-style: italic;color: var(--mainColor);text-decoration: underline;}
.index_form_content_right_form_btn{width: 406px;height: 50px;background: var(--mainColor);border-radius: 25px;outline: none;border: none;margin-top: 45px;font-size: 18px;color: #FFFFFF;cursor: pointer;}
/*product.html start*/
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(90deg, #00000099 6.01%, #00000000 98.9%);padding-top: 80px;}
.product_banner_content_txt{width: 46.4%;height: auto;}
.product_banner_content_txt h1{font-size: 48px;font-family: "Lato-Black";color: #FFFFFF;}
.product_banner_content_txt p{font-size: 18px;color: #FFFFFF;line-height: 1.7;margin-top: 12px;}
.product_nav_crumber_box{width: 100%;height: auto;position: relative;z-index: 2;}
.product_nav_crumber_box:before{content: "";display: block;width: 64.583%;height: 90px;background: #1E1E1E;position: absolute;left: 0;top: -45px;clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);}
.product_nav_crumber_box:after{content: "";display: block;width: 36.25%;height: 90px;background: #C4251D;position: absolute;right: 0;top: -66px;clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);}
.product_nav_crumber_box .contentWH1600{display: flex;justify-content: space-between;align-items: flex-start;}
.product_nav_box{width: 60.13%;height: 90px;display: flex;justify-content: flex-start;align-items: center;margin-top: -45px;position: relative;z-index: 2;}
.product_nav_box li{height: 100%;margin-left: 40px;}
.product_nav_box li:nth-of-type(1){margin-left: 0;}
.product_nav_box li a{display: flex;align-items: center;height: 100%;color: #FFFFFF;font-size: 18px;font-family: "Lato-Bold";}
.product_nav_box li:hover a,.product_nav_box li.active a{color: var(--mainColor);}
.product_crumber_box{height: 90px;display: flex;justify-content: flex-end;align-items: center;margin-top: -66px;position: relative;z-index: 2;}
.product_crumber_box li a,.product_crumber_box i{font-size: 18px;color: #FFFFFF;}
.product_crumber_box i{display: inline-block;margin: 0 12px;}
.product_crumber_box i:nth-last-of-type(1){display: none;}
.product_list_box{width: 100%;height: auto;padding: 70px 0;padding-top: 50px;}
.product_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_list_ul li{width: 32.5%;height: auto;border-radius: 12px;overflow: hidden;box-shadow: 0px 0px 12px 6px #5959591f;border: 1px solid transparent;transition: all 0.3s;margin-left: 1.25%;margin-top: 20px;}
.product_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_list_ul_img{width: 100%;height: auto;overflow: hidden;}
.product_list_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_list_ul li h2{display: flex;justify-content: center;align-items: center;width: 100%;height: 70px;font-size: 24px;color: #000;font-family: "Lato-Bold";transition: all 0.3s;}
.product_list_ul li:hover{border-color: var(--mainColor);}
.product_list_ul li:hover h2{color: var(--mainColor);}
.product_list_ul li:hover .product_list_ul_img img{transform: scale(1.1);}
.product_advantage_box{width: 100%;height: auto;padding: 80px 0;background: #140E0E;}
.product_advantage_title{width: 100%;height: auto;}
.product_advantage_title h2{font-size: 36px;color: #FFFFFF;text-align: center;font-family: "Lato-Black";}
.product_advantage_title p{font-size: 18px;color: #FFFFFF;text-align: center;line-height: 1.6;margin-top: 20px;}
.product_advantage_ul{display: flex;justify-content: flex-start;flex-wrap: wrap;width: 100%;height: auto;}
.product_advantage_ul li{width: 23.75%;height: auto;margin-left: 1.625%;margin-top: 45px;}
.product_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_advantage_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 12px;overflow: hidden;}
.product_advantage_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_advantage_ul li h2{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 20px;}
.product_advantage_ul li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;}
.product_advantage_ul li:hover .product_advantage_ul_img img{transform: scale(1.1);}
.product_application_box{width: 100%;height: auto;padding: 70px 0;}
.product_application_content_box{width: 100%;height: auto;position: relative;}
.product_application_content_sw{width: 100%;height: auto;margin-top: 36px;}
.product_application_content_sw .swiper-slide{position: relative;border-radius: 12px;overflow: hidden;}
.product_application_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.product_application_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_application_content_sw h2{font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";position: absolute;left: 30px;bottom: 30px;}
.product_application_content_sw .swiper-slide:hover .product_application_content_sw_img img{transform: scale(1.1);}
.product_detial_video_list_content_sw_left,.product_detial_video_list_content_sw_right,
.product_application_content_sw_left,.product_application_content_sw_right{width: 45px;height: auto;aspect-ratio:1/1;background: var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 24px;font-family: "Poppins-Light";color: #FFFFFF;border-radius: 50%;}
.product_detial_video_list_content_sw_left,
.product_application_content_sw_left{left: -66px;}
.product_detial_video_list_content_sw_right,
.product_application_content_sw_right{right: -66px;}
.product_faq_box{width: 100%;height: auto;padding-bottom: 70px;}
.product_faq_ul{width: 100%;height: auto;margin-top: 30px;}
.product_faq_ul li{width: 100%;height: auto;border-bottom: 1px solid rgba(102, 102, 102, 0.1);}
.product_faq_ul_top{width: 100%;height: 92px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_faq_ul_top h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";}
.product_faq_ul_top span{display: block;width: 28px;height: auto;transition: all 0.3s;}
.product_faq_ul_top span img{width: 100%;height: auto;display: block;}
.product_faq_ul_bottom{width: 100%;height: auto;padding-bottom: 20px;display: none;}
.product_faq_ul_bottom p{font-size: 18px;color: #666;line-height: 1.7;font-family: "Lato-Regular";}
.product_faq_ul li.on .product_faq_ul_top span{transform: rotate(-180deg);}
/*product.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding: 60px 0 140px;background: #EDEDED;}
.product_detial_info_box .contentWH1600{display: flex;justify-content: space-between;}
.product_detial_info_left{width: 46.25%;height: auto;}
.product_detial_info_left_title{width: 100%;height: auto;}
.product_detial_info_left_title h1{font-size: 32px;color: #000000;font-family: "Lato-Black";}
.product_detial_info_left_title p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 24px;}
.product_detial_info_left_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 25px;}
.product_detial_info_left_ul li{width: 45px;height: auto;margin-left: 7px;}
.product_detial_info_left_ul li img{width: 100%;height: auto;display: block;}
.product_detial_info_left_ul li:nth-of-type(1){margin-left: 0;}
.product_detial_info_left .inquire{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;margin-top: 54px;}
.product_detial_info_left .inquire img{display: block;width: 22px;height: auto;margin-left: 20px;filter: brightness(0) invert(1);}
.product_detial_info_right{width: 47.813%;height: auto;display: flex;justify-content: space-between;}
.product_detial_info_right_left{width: 79.74%;height: auto;aspect-ratio: 610 / 430;border: 1px solid #dfdfdf;background: #FFFFFF;overflow: hidden;border-radius: 6px;}
.product_detial_info_right_left_sw img{width: 100%;height: auto;display: block;}
.product_detial_info_right_right{width: 18.95%;height: auto;aspect-ratio: 145 / 430;overflow: hidden;}
.product_detial_info_right_right_sw{width: 100%;height: 100%;}
.product_detial_info_right_right_sw img{width: 100%;height: auto;display: block;}
.product_detial_info_right_right_sw .swiper-slide{border-radius: 6px;overflow: hidden;border: 1px solid transparent;cursor: pointer;background: #FFFFFF;display: flex;justify-content: center;align-items: center;}
.product_detial_info_right_right_sw .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.product_detial_list_btn.on{position: fixed;top: 125px;left: 0;width: 100%;z-index: 999;background: #000000;padding: 0 8.335%;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;padding-top: 80px;}
.product_detial_specification_box{width: 100%;height: auto;}
.product_detial_specification_box table{width: 100%;height: auto;margin-top: 35px;}
.product_detial_specification_box table td{height: 80px;padding-left: 65px;border-bottom: 1px solid #E0E0E0;font-size: 20px;color: #666666;}
.product_detial_specification_box table td:nth-of-type(1){color: #000000;font-family: "Lato-Bold";}
.product_detial_specification_box h3{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 46px;margin-bottom: 20px;}
.product_detial_specification_box p{font-size: 18px;color: #666666;line-height: 1.7;}
.product_detial_application_box{width: 100%;height: auto;padding: 80px 0px;background: #140E0E;}
.product_advantage_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 64px;align-items: center;}
.product_advantage_content_left{width: 44.4%;height: auto;}
.product_advantage_content_left img{width: 100%;height: auto;display: block;}
.product_advantage_content_right{width: 50%;height: auto;}
.product_advantage_content_right p{font-size: 18px;line-height: 1.7;color: #FFFFFF;}
.product_detial_content_list_outline_box{width: 100%;height: auto;margin-top: 28px;}
.product_detial_content_list_outline_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.product_detial_content_list .index_title_box p{padding: 0;font-family: "Lato-Regular";}
.product_detial_video_box{width: 100%;height: auto;margin-top: 25px;border-radius: 12px;overflow: hidden;}
.product_detial_video_box img{width: 100%;height: auto;display: block;}
.product_detial_video_box a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center;background-size: 70px auto;}
.product_detial_video_list_box{width: 100%;height: auto;padding: 70px 0;background: #EDEDED;}
.product_detial_video_list_content{width: 100%;height: auto;position: relative;margin-top: 36px;}
.product_detial_video_list_content_sw_img{width: 100%;height: auto;position: relative;overflow: hidden;border-radius: 12px;}
.product_detial_video_list_content_sw_img img{width: 100%;height: auto;display: block;}
.product_detial_video_list_content_sw_img a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center rgba(0,0,0,0.2);background-size: 46px auto;}
.product_detial_video_list_content_sw{width: 100%;height: auto;}
.product_detial_video_list_content_sw h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";margin-top: 22px;}
.product_detial_related_news_box{width: 100%;height: auto;padding: 70px 0;doverflow: hidden;}
.product_detial_related_news_content{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 36px;}
.product_detial_related_news_content_box{width: 91.7%;height: auto;overflow: hidden;}
.product_detial_related_news_content_sw{width: 74.1%;height: auto;overflow: unset;margin-left: 0;}
.product_detial_related_news_content_sw .swiper-slide{position: relative;overflow: hidden;border-radius: 12px;height: auto;}
.product_detial_related_news_content_sw .swiper-slide a{height: 100%;display: block;width: 100%;}
.product_detial_related_news_content_sw_img{width: 100%;height: 100%;overflow: hidden;}
.product_detial_related_news_content_sw_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.product_detial_related_news_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 25px 36px;}
.product_detial_related_news_content_sw_content h2{font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";line-height: 1.5;}
.product_detial_related_news_content_sw_content span{display: none;align-items: center;font-size: 14px;color: #FFFFFF;margin-top: 16px;}
.product_detial_related_news_content_sw_content span img{display: block;width: 11px;height: auto;margin-left: 5px;filter: brightness(0) invert(1);}
.product_detial_related_news_content_sw .swiper-slide:hover .product_detial_related_news_content_sw_content span{display: flex;}
.product_detial_related_news_content_sw .swiper-slide:hover .product_detial_related_news_content_sw_img img{transform: scale(1.1);}
.product_detial_related_news_content_sw_col{width: 74.1%;height: auto;margin-top: 36px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.product_detial_related_news_content_sw_btn{width: 108px;height: auto;display: flex;justify-content: space-between;}
.product_detial_related_news_content_sw_btn_right,.product_detial_related_news_content_sw_btn_left{position: relative;left: auto;top: auto;transform: none;right: auto;display: flex;justify-content: center;align-items: center;width: 45px;height: 45px;background: var(--mainColor);border-radius: 50%;font-size: 32px;font-family: "Poppins-Regular";color: #FFFFFF;margin-top: 0;}
.product_detial_related_news_content_sw_col_page{width: calc(100% - 78px);height: 2px;right: -75px;background: #D8D8D8;}
.product_detial_related_news_content_sw_col_page span.swiper-pagination-progressbar-fill{background: var(--mainColor);}
/*product_detial.html end*/
/*partners.html start*/
.partners_banner_content a{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 50px;}
.partners_banner_content a img{display: block;width: 22px;height: auto;margin-left: 20px;filter: brightness(0) invert(1);}
.partners_requirements_box{width: 100%;height: auto;padding-bottom: 240px;padding-top: 135px;background: url(../images/partner_dealer_bg.png) no-repeat center center;background-size: cover;position: relative;margin-top: -45px;}
.partners_requirements_box:after{content: "";display: block;width: 40.2%;height: auto;aspect-ratio:771/240;background: url(../images/partner_dealer_bg2.png) no-repeat center center;background-size: 100% auto;position: absolute;right: 0;bottom: 0;}
.partners_requirements_title{width: 100%;height: auto;}
.partners_requirements_title h2{font-size: 36px;color: #000000;font-family: "Lato-Black";}
.partners_requirements_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 50px;}
.partners_requirements_ul li{width: 30.625%;height: auto;margin-left: 2.7%;margin-top: 50px;}
.partners_requirements_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 6px;}
.partners_requirements_ul_img img{width: 100%;height: auto;display: block;}
.partners_requirements_ul_content{width: 100%;height: auto;margin-top: -90px;position: relative;z-index: 2;display: flex;justify-content: flex-end;position: relative;}
.partners_requirements_ul_content_txt{width: 81.1%;height: auto;padding: 28px 32px 0 32px;height: 170px;background: #FFFFFF;border-radius: 6px 0 6px 6px;box-shadow: 4px 4px 12px #c4251d14;}
.partners_requirements_ul_content_txt span{font-size: 30px;color: var(--mainColor);font-family: "Lato-Bold";display: block;}
.partners_requirements_ul_content_txt h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";margin-top: 12px;line-height: 1.5;}
.partners_requirements_ul li:nth-of-type(3){transform: translateY(-150px);}
.partners_requirements_ul li:nth-of-type(1){transform: translateY(150px);}
.partners_benefits_box{width: 100%;height: auto;padding: 140px 0;background: url(../images/partner_benefits_bg.png) no-repeat center center;background-size: cover;}
.partners_benefits_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.partners_benefits_ul li{width: 32.3%;height: auto;margin-top: 54px;position: relative;overflow: hidden;border-radius: 6px;}
.partners_benefits_ul_img{width: 100%;height: auto;}
.partners_benefits_ul_img img{width: 100%;height: auto;display: block;}
.partners_benefits_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(180deg, #00000000 0%, #000000cc 100%);padding: 24px 36px;display: flex;align-items: flex-end;}
.partners_benefits_ul li:nth-of-type(1){border-radius: 0px 6px 6px 0px;transform: translateY(-155px);}
.partners_benefits_ul li:nth-of-type(3){border-radius: 6px 0px 0px 6px;transform: translateY(-155px);}
.partners_benefits_ul_content h2{font-size: 24px;color: #FFFFFF;line-height: 1.4;}
.partners_support_box{width: 100%;height: auto;position: relative;padding: 70px 0;overflow: hidden;}
.partners_support_bg{width: 100%;height: auto;position: absolute;left: 0;top: 0;z-index: -1;}
.partners_support_bg:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(90deg, #1e1e1ecc -50.03%, #1e1e1e 95.49%);}
.partners_support_bg img{width: 100%;height: auto;display: block;}
.partners_support_title{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.partners_support_title h2{font-size: 36px;color: #FFFFFF;font-family: "Lato-Bold";}
.partners_support_title a{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;border: 1px solid #FFFFFF;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";transition: all 0.3s;}
.partners_support_title a img{width: 22px;height: auto;display: block;filter: brightness(0) invert(1);margin-left: 20px;}
.partners_support_title a:hover{background: var(--mainColor);border-color: var(--mainColor);}
.partners_support_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.partners_support_ul li{width: 48.75%;height: auto;position: relative;overflow: hidden;border-radius: 6px;margin-top: 40px;}
.partners_support_ul_img{width: 100%;height: auto;}
.partners_support_ul_img img{width: 100%;height: auto;display: block;}
.partners_support_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding: 20px 40px;background: linear-gradient(180deg, #00000000 0%, #000000b3 100%);}
.partners_support_ul_content h2{font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";}
/*partners.html end*/
/*about.htnl start*/
.about_info_box{width: 100%;height: auto;padding: 70px 0;}
.about_info_content_box{width: 100%;height: auto;}
.about_info_content_box h2{font-size: 36px;color: #000000;text-align: center;font-family: "Lato-Black";}
.about_info_content_box p{font-size: 18px;color: #666666;padding: 0 7%;margin-top: 18px;text-align: center;line-height: 1.6;}
.about_info_content_box a{display: flex;justify-content: center;align-items: center;width: 208px;height: 50px;border-radius: 25px;border: 1px solid var(--mainColor);background: var(--mainColor); font-size: 16px;color: #fff;font-family: "Lato-Bold";transition: all 0.3s;margin: 0px auto;margin-top: 46px;}
.about_info_content_box a img{width: 22px;height: auto;display: block;margin-left: 20px;filter: brightness(0) invert(1);}
.about_info_content_box a:hover{background: transparent;color: var(--mainColor);}
.about_info_content_box a:hover img{filter: initial;}
.about_info_content_video{width: 100%;height: auto;position: relative;margin-top: 55px;overflow: hidden;border-radius: 12px;aspect-ratio: 1600/520;}
.about_info_content_video iframe{width: 100%;height: 100%;display: block;}
.about_info_content_video a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center rgba(0,0,0,0.3);background-size: 50px auto;}
.about_history_sw{width: 100%;height: auto;margin-top: 30px;}
.about_history_sw .swiper-slide{border-radius: 12px;overflow: hidden;}
.about_history_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.about_story_box{width: 100%;height: auto;overflow: hidden;position: relative;padding-bottom: 34px;}
.about_story_box .contentWH1600{display: flex;justify-content: space-between;align-items: flex-start;overflow: hidden;}
.about_story_left{width: 30.88%;height: auto;}
.about_story_left img{width: 100%;height: auto;display: block;}
.about_story_right{width: 58.1%;height: auto;padding-top: 39px;}
.about_story_right_title{width: 100%;height: auto;}
.about_story_right_title h2{font-size: 36px;color: #000000;font-family: "Lato-Black";}
.about_story_right_content{width: 100%;height: auto;padding-left: 69px;margin-top: 113px;position: relative;}
.about_story_right_content:after{content: "";display: block;width: 100px;height: auto;aspect-ratio:1/1;background: url(../images/about_story_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 0;top: -62px;z-index: -1;}
.about_story_right_content h3{font-size: 26px;color: #000000;font-family: "Lato-Black";margin-bottom: 17px;}
.about_story_right_content p{font-size: 18px;color: #666666;line-height: 1.6;}
.about_story_bg{width: 63.542%;height: auto;position: absolute;left: 0;bottom: 0;z-index: -1;}
.about_story_bg img{width: 100%;height: auto;}
.about_innovation_box{width: 100%;height: auto;padding: 70px 0;}
.about_innovation_box .index_title_box p{padding: 0 5%;font-family: "Lato-Regular";}
.about_innovation_out_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 45px;}
.about_innovation_out_img_box{width: 52.5%;height: auto;}
.about_innovation_out_ul{width: 100%;height: auto;aspect-ratio:84/55;position: sticky;top: 120px;}
.about_innovation_out_ul li{position: absolute;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;border-radius: 12px;transition: all 0.6s;opacity: 0;}
.about_innovation_out_ul li img{width: 100%;height: auto;display: block;}
.about_innovation_out_ul li.on{z-index: 2;opacity: 1;}
.about_innovation_content{width: 42.2%;height: auto;padding-bottom: 80px;}
.about_innovation_content_list{width: 100%;height: auto;padding-top: 120px;opacity: 0.1;transition: all 0.3s;}
.about_innovation_content_list:nth-of-type(1){padding-top: 84px;}
.about_innovation_content_list.on{opacity: 1;}
.about_innovation_content_list h2{font-size: 26px;color: #000000;font-family: "Lato-Black";margin-bottom: 18px;}
.about_innovation_content_list p{font-size: 18px;color: #666666;line-height: 1.7;}
.about_culture_box{width: 100%;height: auto;padding: 70px 0;padding-bottom: 102px; background: url(../images/about_culyure_bg.jpg) no-repeat center center ;background-size: cover;position: relative;}
.about_culture_box:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #0000004d;}
.about_culture_content{width: 64.53%;height: auto;margin: 0px auto;position: relative;z-index: 2;}
.about_culture_content_title{width: 100%;height: auto;}
.about_culture_content_title h2{font-size: 36px;color: #FFFFFF;text-align: center;font-family: "Lato-Black";}
.about_culture_content_box{width: 100%;height: auto;margin-top: 67px;position: relative;}
.about_culture_content_center{width: 51.2%;height: auto;aspect-ratio:1/1;margin: 0px auto;padding: 29px;position: relative;}
.about_culture_content_center_list{display: none;justify-content: center;align-items: center;flex-direction: column; padding: 0 69px;width: 100%;height: 100%;background: rgb(255,255,255,0.8);border-radius: 50%;position: relative;z-index: 2;}
.about_culture_content_center:after{content: "";display: block;width: 100%;height: 100%;border-radius: 50%;background: rgba(255,255,255,0.4);position: absolute;left: 0;top: 0;transform: scale(0);animation: spin 2s ease-out infinite;}
@keyframes spin {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.about_culture_content_center_list h2{font-size: 42px;color: var(--mainColor);font-family: "Lato-Black";text-align: center;}
.about_culture_content_center_list p{font-size: 24px;color: #000000;line-height: 1.4;text-align: center;font-family: "Lato-Bold";margin-top: 24px;}
.about_culture_content_btn{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.about_culture_content_btn li{width: 211px;height: auto;aspect-ratio:1/1;position: absolute;padding: 16px;cursor: pointer;transition: all 0.3s;}
.about_culture_content_btn li:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;border-radius: 50%;background: var(--mainColor);opacity: 0.4;transition: all 0.3s;}
.about_culture_content_txt{width: 100%;height: 100%;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 50%;padding: 0 12px;position: relative;z-index: 2;}
.about_culture_content_txt h2{color: #FFFFFF;font-family: "Lato-Bold";font-size: 20px;text-align: center;transition: all 0.3s;}
.about_culture_content_btn li.on .about_culture_content_txt,
.about_culture_content_btn li:hover .about_culture_content_txt{background: rgba(255,255,255,0.75);}
.about_culture_content_btn li.on:after,
.about_culture_content_btn li:hover:after{opacity: 0;}
.about_culture_content_btn li.on h2,
.about_culture_content_btn li:hover h2{color: var(--mainColor);}
.about_culture_content_btn li:nth-of-type(1){left: 119px;top: -45px;}
.about_culture_content_btn li:nth-of-type(2){right: 0px;top: 30px;}
.about_culture_content_btn li:nth-of-type(3){left: 0px;top: 211px;}
.about_culture_content_btn li:nth-of-type(4){left: 119px;bottom: -63px;}
.about_culture_content_btn li:nth-of-type(5){right: 31px;bottom: -63px;}
.about_development_box{width: 100%;height: auto;padding: 70px 0;}
.about_development_top_sw{width: 100%;height: auto;margin-top: 50px;}
.about_development_top_sw .swiper-slide{display: flex;justify-content: center;align-items: center;}
.about_development_top_sw_left{width: 44.69%;height: auto;overflow: hidden;border-radius: 10px;}
.about_development_top_sw_left img{width: 100%;height: auto;display: block;}
.about_development_top_sw_right{padding-left: 90px;width: 42.5%;}
.about_development_top_sw_right h2{font-size: 64px;color: var(--mainColor);font-family: "Lato-Black";margin-bottom: 12px;}
.about_development_top_sw_right h3{font-size: 20px;color: #000000;font-family: "Lato-Bold";margin-top: 22px;}
.about_development_top_sw_right p{font-size: 16px;color: #666666;margin-top: 12px;}
.about_development_bottom_box{width: 100%;height: auto;position: relative;margin-top: 80px;}
.about_development_bottom_box:after{content: "";display: block;width: 100%;height: 1px;background: #D2D2D2;position: absolute;left: 0;top: 5px;z-index: -1;}
.about_development_bottom_box .swiper-slide{cursor: pointer;}
.about_development_bottom_box .swiper-slide span{display: block;width: 10px;height: 10px;border-radius: 50%;background: #d1d1d1;margin: 0px auto;}
.about_development_bottom_box .swiper-slide h2{font-size: 18px;color: #B5B5B5;text-align: center;margin-top: 12px;}
.about_development_bottom_sw_right,.about_development_bottom_sw_left{width: 46px;height: auto;aspect-ratio:1/1;background: var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 24px;font-family: "Poppins-Light";color: #FFFFFF;border-radius: 50%;top: 13%;}
.about_development_bottom_sw_left{left: -81px;}
.about_development_bottom_sw_right{right: -81px;}
.about_development_bottom_box .swiper-slide.swiper-slide-thumb-active span{background: var(--mainColor);}
.about_development_bottom_box .swiper-slide.swiper-slide-thumb-active h2{color: var(--mainColor);}
.about_partner_box{width: 100%;padding-bottom: 70px;overflow: hidden;}
.about_partner_top_sw{width: 83.33%;height: auto;margin: 0px auto;overflow: unset;margin-top: 36px;padding: 12px;}
.about_partner_top_sw .swiper-slide{border-radius: 5px;border-radius: 12px;border: 1px solid #e5e5e5;overflow: hidden;transition: all 0.3s;}
.about_partner_top_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.about_partner_top_sw .swiper-slide:hover{box-shadow: 4px 4px 12px #b3b3b340;}
.about_partner_top_sw .swiper-wrapper{transition-timing-function: linear !important;}
.about_partner_bottom_sw{width: 83.33%;height: auto;margin: 0px auto;overflow: unset;margin-top: 8px;padding: 12px;}
.about_partner_bottom_sw .swiper-slide{border-radius: 5px;border-radius: 12px;border: 1px solid #e5e5e5;overflow: hidden;transition: all 0.3s;}
.about_partner_bottom_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.about_partner_bottom_sw .swiper-slide:hover{box-shadow: 4px 4px 12px #b3b3b340;}
.about_partner_bottom_sw .swiper-wrapper{transition-timing-function: linear !important;}
/*about.htnl end*/
/*why_choose_us.html start*/
.why_us_capability_box{width: 100%;height: auto;padding: 70px 0;overflow: hidden;}
.why_us_capability_content_box{width: 100%;height: auto;overflow: hidden;margin-top: 55px;}
.why_us_capability_content_sw{width: 53.12%;height: auto;margin: 0px auto;overflow: unset;}
.why_us_capability_content_sw .swiper-slide{width: 44.12%;height: auto;display: flex;justify-content: flex-start;background: #FFFFFF;box-sizing: border-box;overflow: hidden;}
.why_us_capability_content_sw .swiper-slide.swiper-slide-active{width: 100%;}
.why_us_capability_content_sw_left{width: 100%;height: auto;}
.why_us_capability_content_sw_left img{width: 100%;height: auto;display: block;}
.why_us_capability_content_sw_right{flex: 1;display: flex;align-items: center;padding: 0 50px;display: none;}
.why_us_capability_content_sw_right_content h3{font-size: 14px;color: var(--mainColor);font-family: "Lato-Bold";}
.why_us_capability_content_sw_right_content h2{font-size: 36px;color: #000000;font-family: "Lato-Black";margin-top: 6px;margin-bottom: 22px;}
.why_us_capability_content_sw_right_content p{font-size: 14px;line-height: 1.6;color: #666666;}
.why_us_capability_content_sw .swiper-slide.swiper-slide-active .why_us_capability_content_sw_left{width: 44.12%;}
.why_us_capability_content_sw .swiper-slide.swiper-slide-active .why_us_capability_content_sw_right{display: flex;}
.why_us_capability_content_sw_right_btn,.why_us_capability_content_sw_left_btn{width: 46px;height: 46px;background: var(--mainColor);border-radius: 50%;top: auto;transform: none;bottom: 80px;font-size: 32px;font-family: "Poppins-Regular";color: #FFFFFF;display: flex;justify-content: center;align-items: center;}
.why_us_capability_content_sw_right_btn{right: 40%;}
.why_us_capability_content_sw_left_btn{left: 49%;}
.why_us_productive_box{width: 100%;height: auto;padding: 70px 0;background: #140E0E;overflow: hidden;}
.why_us_productive_title{width: 100%;height: auto;}
.why_us_productive_title h2{color: #FFFFFF;font-size: 36px;font-family: "Lato-Black";text-align: center;}
.why_us_productive_content{width: 100%;height: auto;margin-top: 36px;}
.why_us_productive_content_title{display: block;padding-left: 14px;font-size: 24px;color: #FFFFFF;font-family: "Lato-Bold";position: relative;}
.why_us_productive_content_title:before{content: "";display: block;width: 3px;height: 20px;background: var(--mainColor);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.why_us_productive_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.why_us_productive_ul li{width: 48.75%;height: auto;margin-top: 24px;}
.why_us_productive_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 12px;}
.why_us_productive_ul_img img{width: 100%;height: auto;display: block;}
.why_us_productive_ul li h2{font-size: 18px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 10px;}
.why_us_equipment_box{width: 100%;height: auto;margin-top: 70px;padding-left: 8.335%;}
.why_us_equipment_content{width: 100%;height: auto;}
.why_us_equipment_content_box{width: 100%;height: auto;margin-top: 24px;overflow: hidden;}
.why_us_equipment_content_sw{width: 81.71%;height: auto;overflow: unset;margin-left: 0;}
.why_us_equipment_content_sw .swiper-slide{border-radius: 12px;overflow: hidden;}
.why_us_equipment_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.why_us_equipment_tab_box{width: 100%;height: auto;margin-top: 90px;}
.why_us_equipment_tab_btn{width: 100%;height: auto;display: flex;justify-content: center;}
.why_us_equipment_tab_btn li{width: 230px;height: 50px;border-radius: 25px;border: 1px solid #FFFFFF;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;font-family: "Lato-Bold";cursor: pointer;}
.why_us_equipment_tab_btn li + li{margin-left: 60px;}
.why_us_equipment_tab_btn li.on{background: #FFFFFF;color: var(--mainColor);}
.why_us_equipment_tab_content{width: 100%;height: auto;}
.why_us_equipment_tab_content_list{width: 100%;height: auto;display: none;}
.why_us_equipment_tab_content_list_ul{width: 100%;height: auto;padding-top: 19px;}
.why_us_equipment_tab_content_list_ul li{width: 100%;height: auto;padding: 32px 50px;background: #BBBBBB;border-radius: 12px;margin-top: 20px;transition: all 0.3s;}
.why_us_equipment_tab_content_list_ul li h2{font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";transition: all 0.3s;}
.why_us_equipment_tab_content_list_ul li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;transition: all 0.3s;}
.why_us_equipment_tab_content_list_ul li:hover{background: #FFFFFF;}
.why_us_equipment_tab_content_list_ul li:hover h2{color: var(--mainColor);}
.why_us_equipment_tab_content_list_ul li:hover p{color: #666666;}
.why_us_qualification_box{width: 100%;height: auto;padding: 70px 0;overflow: hidden;}
.why_us_qualification_content{width: 100%;height: auto;margin-top: 36px;}
.why_us_qualification_content_sw{width: 100%;height: auto;}
.why_us_qualification_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.why_us_qualification_content_sw .swiper-slide h2{font-size: 16px;color: #000000;font-family: "Lato-Bold";text-align: center;line-height: 1.6;margin-top: 14px;}
.why_us_qualification_content_sw_col{width: 100%;height: auto;display: flex;justify-content: flex-start;position: relative;margin-top: 50px;align-items: center;}
.why_us_qualification_content_sw_left,.why_us_qualification_content_sw_right{position: relative;left: auto;top: auto;transform: none;right: auto;display: flex;justify-content: center;align-items: center;width: 45px;height: 45px;background: var(--mainColor);border-radius: 50%;font-size: 32px;font-family: "Poppins-Regular";color: #FFFFFF;margin-top: 0;}
.why_us_qualification_content_sw_page{flex: 1;width: calc(100% - 128px);height: 2px;right: 0px;background: #D8D8D8;}
.why_us_qualification_content_sw_page span.swiper-pagination-progressbar-fill{background: var(--mainColor);}
.why_us_oem_box{width: 100%;height: auto;padding-bottom: 70px;overflow: hidden;}
.why_us_oem_box .index_title_box p{padding: 0;color: #666666;font-family: "Lato-Regular";}
.why_us_oem_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 22px;}
.why_us_oem_ul li{width: 32.5%;height: auto;padding: 68px 80px;background: #EDEDED;border-radius: 12px;border: 1px solid transparent;margin-left: 1.25%;margin-top: 20px;transition: all 0.3s;}
.why_us_oem_ul li:nth-of-type(3n+1){margin-left: 0;}
.why_us_oem_ul_ico{width: 78px;height: auto;margin: 0px auto;transition: all 0.3s;}
.why_us_oem_ul_ico img{width: 100%;height: auto;display: block;}
.why_us_oem_ul li h2{font-size: 24px;color: #000000;font-family: "Lato-Bold";text-align: center;margin-top: 30px;}
.why_us_oem_ul li:hover{border-color: var(--mainColor);background: #FFFFFF;box-shadow: 0px 0px 12px 6px #5959591f;}
.why_us_oem_ul li:hover .why_us_oem_ul_ico{transform: translateY(-8px);}
.why_us_process_box{width: 100%;height: auto;margin-top: 42px;overflow: hidden;}
.why_us_process_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.why_us_process_ul li{width: 12.5%;height: auto;margin-top: 36px;position: relative;}
.why_us_process_ul_number{font-size: 64px;color: var(--mainColor);text-align: center;opacity: 0.2;font-family: "Lato-Black";}
.why_us_process_box .why_us_productive_content_title{color: #000000;}
.why_us_process_ul_img{width: 56.5%;height: auto;margin: 0px auto;overflow: hidden;border-radius: 50%;margin-top: 24px;}
.why_us_process_ul_img img{width: 100%;height: auto;display: block;}
.why_us_process_ul li h2{font-size: 16px;color: #000000;font-family: "Lato-Bold";text-align: center;line-height: 1.6;margin-top: 18px;}
.why_us_process_ul li:after{content: "";display: block;width: 30px;height: auto;aspect-ratio:15/14;background: url(../images/why_us_process_ico.png) no-repeat center center;background-size: 100% auto;position: absolute; left: 100%;top: 50%;}
.why_us_process_ul li:nth-last-of-type(1):after{display: none;}
.why_us_sales_box{width: 100%;height: auto;padding: 70px 0;background: #140E0E;}
.why_us_productive_title p{font-size: 18px;color: #FFFFFF;text-align: center;line-height: 1.6;margin-top: 20px;}
.why_us_sales_content_box{width: 100%;height: auto;margin-top: 48px;display: flex;justify-content: space-between;align-items: center;overflow: hidden;}
.why_us_sales_content_left{width: 53.125%;height: auto;}
.why_us_sales_content_left p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;}
.why_us_sales_content_left h3{margin-top: 16px;position: relative;padding-left: 24px;font-size: 20px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 15px;}
.why_us_sales_content_left h3:before{content: "";display: block;width: 5px;height: 5px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 10px;}
.why_us_sales_content_right{width: 38.1%;height: auto;}
.why_us_sales_content_right img{width: 100%;height: auto;display: block;}
.why_us_sales_pranter_box{width: 100%;height: auto;margin-top: 32px;}
.why_us_sales_pranter_box p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;}
.why_us_sales_pranter_box img{width: 100%;height: auto;display: block;margin-top: 32px;}
.why_us_development_box{width: 100%;height: auto;padding: 70px 0;overflow: hidden;}
.why_us_development_box .index_title_box p{padding: 0;color: #666;line-height: 1.6;font-family: "Lato-Regular";}
.why_us_development_ul{width: 100%;height: auto;}
.why_us_development_ul li{width: 100%;height: auto;overflow: hidden;position: relative;border-radius: 12px;margin-top: 40px;}
.why_us_development_ul_img{width: 100%;height: auto;}
.why_us_development_ul_img img{width: 100%;height: auto;display: block;}
.why_us_development_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 30px 48px;background: linear-gradient(180deg, #00000000 0%, #00000099 100%);}
.why_us_development_ul_content h2{font-size: 24px;color: #FFFFFF;font-family: "Lato-Black";}
.why_us_development_ul_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 12px;}
.why_us_sales_pranter_box.black .why_us_productive_content_title{color: #000000;}
.why_us_sales_pranter_box h3{margin-top: 16px;position: relative;padding-left: 24px;font-size: 20px;color: #000000;font-family: "Lato-Bold";margin-top: 15px;}
.why_us_sales_pranter_box h3:before{content: "";display: block;width: 5px;height: 5px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 10px;}
.why_us_sales_pranter_box.black p{color: #666666;}
.why_us_sales_pranter_box.black img{border-radius: 12px;}
.why_us_result_box{width: 100%;height: auto;padding-bottom: 70px;overflow: hidden;}
.why_us_result_box .why_us_productive_content_title{color: #000000;}
.why_us_result_ul{width: 100%;height: auto;}
.why_us_result_ul li{width: 100%;height: auto;margin-top: 45px;display: flex;justify-content: space-between;align-items: center;}
.why_us_result_ul li:nth-of-type(even){flex-direction: row-reverse;}
.why_us_result_ul_left{width: 44.4%;height: auto;overflow: hidden;border-radius: 12px;}
.why_us_result_ul_left img{width: 100%;height: auto;display: block;}
.why_us_result_ul_right{width: 50%;height: auto;}
.why_us_result_ul_right h2{font-size: 28px;color: #000000;font-family: "Lato-Black";}
.why_us_result_ul_right p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 28px;}
/*why_choose_us.html end*/
/* solution.html start */
.solution_content_box{width: 100%;height: auto;padding: 80px 0;padding-top: 30px;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 46.84%;height: auto;}
.solution_content_ul_right h4{font-size: 18px;color: #222;font-weight: 600;}
.solution_content_ul_right p{font-size: 14px;color: #08122D;font-weight: 300;line-height: 1.6;margin-top: 12px;}
.solution_content_ul_right span{display: flex;justify-content: center;align-items: center;width: 182px;height: 46px;background: var(--mainColor);font-size: 14px;color: #FFFFFF;font-weight: 400;text-align: center;border-radius: 5px;margin-top: 28px;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
/* solution.html end */
.news_ul li{width: 32%;margin-left: 2%;}
.news_ul li:nth-of-type(1){width: 32%;}
.news_ul li:nth-of-type(1) .index_news_ul_img{aspect-ratio: 447/275;}
.Y_news_detial_content_right_content_related li{background: #fff;}
.download_list_content{margin-top: 50px;}
/*contact.html start*/
.contact_box{width: 100%;height: auto;padding-top:0;padding-bottom: 80px;}
.contact_info_box{width: 100%;height: auto;border: 1px solid #EEEEEE;box-shadow: 0px -13px 18px 0px rgba(108, 108, 108, 0.09);margin-top: 40px;display: flex;justify-content: space-between;}
.contact_info_left{padding: 54px 64px;width: 56.1%;height: auto;border-right: 1px solid #EEEEEE;}
.contact_info_left_logo{width: 164px;height: auto;}
.contact_info_left_logo img{width: 100%;height: auto;display: block;}
.contact_info_left h4{font-size: 30px;color: var(--mainColor);font-family: "Poppins-SemiBold";margin-top: 20px;}
.contact_info_left_ul{width: 100%;height: auto;margin-top: 35px;}
.contact_info_left_ul li{display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 20px;}
.contact_info_left_ul li img{width: 22px;margin-top: 3px;}
.contact_info_left_ul li p{margin-left: 15px;}
.contact_info_left_ul li p,.contact_info_left_ul li a{font-size: 18px;color: #4F4F4F;}
.contact_info_left_ul li a:hover{text-decoration: underline;}
.contact_info_right{flex: 1;display: flex;align-items: center;justify-content: center;}
/*contact.html end*/


































/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #1e1e1e;}
.footer_top_box{width: 100%;height: auto;padding: 47px 0px 80px;}
.footer_logo_box{width: 213px;height: auto;}
.footer_logo_box img{width: 100%;height: auto;display: block;}
.footer_top_box .contentWH1600{display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_top_right{display: flex;justify-content: flex-end;}
.footer_top_right_nav{margin-right: 150px;}
.footer_title{font-size: 18px;color: var(--mainColor);font-family: "Lato-Bold";margin-bottom: 20px;}
.footer_top_right_nav a{display: block;font-size: 16px;color: #F7F7F7;line-height: 1.6;font-family: "Lato-Light";}
.footer_top_right_nav a:hover{text-decoration: underline;}
.footer_top_right_info{width: 24.7%;height: auto;}
.footer_top_right_info p{display: block;font-size: 16px;color: #F7F7F7;line-height: 1.6;font-family: "Lato-Light";}
.footer_top_right_info p a{font-family: "Lato-Light";}
.footer_top_right_info p a:hover{text-decoration: underline;}
.footer_top_right_info p:nth-last-of-type(1){font-size: 14px;}
.footer_last_box{width: 100%;height: auto;border-top: 1px solid rgba(255,255,255,0.1);padding: 30px 0;}
.footer_last_box .contentWH1600{display: flex;justify-content: space-between;align-items: center;}
.footer_last_box p{font-size: 16px;color: #F7F7F7;font-family: "Lato-Light";}
.footer_last_right{display: flex;justify-content: flex-end;align-items: center;}
.footer_last_right_share{display: flex;justify-content: flex-start;align-items: center;margin-right: 200px;}
.footer_last_right_share li a{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #F7F7F7;text-decoration: underline;}
.footer_last_right_share li img{display: block;width: 20px;margin-left: 10px;}
.footer_last_right_share li + li{margin-left: 40px;}
/*footer end*/
@media (max-width: 1768px) {
	.index_application_ul_content{padding: 15px;}
	.index_application_ul_content h2{font-size: 15px;}
	.index_about_content_btn{margin-top: 25px;}
	.index_about_content_txt{width: 43.25%;padding: 50px;}
	.index_about_content .contentWH1600{align-items: center;}
	.index_about_content_number{padding-left: 12px;}
	.index_choose_content_left_title{padding-right: 0;}
	.index_choose_content_ul li:nth-of-type(1){display: none;}
	.index_choose_content_ul li:nth-last-of-type(1){display: none;}
	.index_choose_content_ul li{width: 50%;}
	.index_choose_content_box{align-items: flex-end;}
	.footer_top_right_nav{margin-right: 60px;}
	.footer_last_right_share{margin-right: 50px;}
	.footer_top_right_info{width: 30.7%;}
	.index_form_content_left_img{border-radius: 0 50px 50px 50px;}
	.index_form_content_left_txt h2{font-size: 36px;}
	.index_form_content_left_txt{padding: 35px;}
	.product_banner_content_txt{width: 58.4%;}
	.product_banner_content{padding-top: 25px;}
	.product_nav_box li{margin-left: 20px;}
	.product_detial_list_btn li a{font-size: 16px;}
	.product_detial_related_news_content_sw_content{padding: 20px;}
	.product_detial_related_news_content_sw_content h2{font-size: 18px;}
	.product_detial_video_list_content_sw h2{font-size: 18px;}
	.partners_requirements_ul_content_txt h2{font-size: 18px;}
	.partners_benefits_ul_content h2{font-size: 17px;}
	.about_story_bg{width: 47.542%;}
	.about_culture_content{width: 77.53%;}
	.why_us_capability_content_sw_left_btn{left: 46%;}
	.why_us_capability_content_sw_right_btn, .why_us_capability_content_sw_left_btn{bottom: 10px;}
     .index_about_content_number{transform: translateY(-80px);}
}
@media (max-width: 1400px) {
	.index_about_content_number{transform: translateY(-69px);}
	.product_banner_content_txt{width: 73.4%;}
	.product_detial_video_list_content_sw_left,
	.product_application_content_sw_left{left: -40px;}
	.product_detial_video_list_content_sw_right,
	.product_application_content_sw_right{right: -40px;}
	.product_nav_box li{margin-left: 10px;}
	.about_culture_content{width: 86.53%;}
	.about_development_bottom_sw_left{left: -25px;}
	.about_development_bottom_sw_right{right: -25px;}
	.why_us_capability_content_sw_right_btn, .why_us_capability_content_sw_left_btn{bottom: 0;}
	.why_us_capability_content_sw_left_btn{left: 44%;}
}
@media (max-width: 1200px) {
	.nav_box li + li{margin-left: 15px;}
	.index_banner_content h2{font-size: 48px;margin-bottom: 10px;}
	.index_banner_content p{font-size: 18px;}
	.index_banner_content p:before{width: 8px;height: 8px;top: 16px;}
	.index_banner_btn{margin-top: 35px;}
	.index_about_content_txt{width: 100%;}
	.index_about_content .contentWH1600{flex-wrap: wrap;}
	.index_about_box{margin-top: 0px;}
	.index_about_content_number{transform: none;margin-left: 0;width: 100%;display: flex;justify-content: space-between;margin-top: 0;padding: 5% 4%;border-radius: 0;}
	.index_about_content_number li{justify-content: flex-start;height: auto;padding-bottom: 0;display: block;}
	.index_about_content_number li:after{display: none;}
	.index_about_content_number li + li{margin-top: 0;}
	.index_about_content_number li h2{font-size: 20px;text-align: center;}
	.index_about_content_number li p{text-align: center;}
	.index_about_bg{height: 690px;}
	.index_about_bg img{height: 100%;object-fit: cover;}
	.index_form_content_box{flex-wrap: wrap;}
	.index_form_content_left{width: 100%;border-radius: 0;}
	.index_form_content_left_img{border-radius: 0;}
	.index_form_content_right{padding: 5% 4%;}
	.footer_top_right{justify-content: space-between;margin-top: 30px;}
	.footer_logo_box{margin: 0px auto;}
	.footer_top_right_info{width: 37.7%;}
	.footer_last_box .contentWH1600{flex-wrap: wrap;justify-content: center;}
	.footer_last_right{margin-top: 30px;}
	.footer_last_box p{text-align: center;}
	.header_top_right_info{display: none;}
	.product_banner_content_txt{width: 100%;}
	.product_nav_box{margin-top: 0;}
	.product_nav_box li a{font-size: 14px;}
	.product_nav_crumber_box:after,
	.product_nav_crumber_box:before{height: 100%;top: 0;}
	.product_nav_box{height: 60px;}
	.product_crumber_box{height: 60px;margin-top: 0;}
	.product_crumber_box li a, .product_crumber_box i{font-size: 14px;}
	.product_crumber_box i{margin: 0 5px;}
	.product_banner_content_txt h1{font-size: 40px;}
	.product_banner_content_txt p{font-size: 16px;}
	.product_advantage_ul{justify-content: space-between;}
	.product_advantage_ul li{width: 48.5%;margin-left: 0;}
	.product_detial_info_right{flex-wrap: wrap;}
	.product_detial_info_right_left{width: 100%;aspect-ratio: initial;}
	.product_detial_info_right_right{width: 100%;aspect-ratio: initial;}
	.product_detial_info_right_right_sw{height: auto;margin-top: 30px;}
	.product_detial_list_btn.on{top: 80px;}
	.partners_requirements_ul li:nth-of-type(1){transform: translateY(0);}
	.partners_requirements_ul li:nth-of-type(3){transform: translateY(0);}
	.partners_requirements_ul_content_txt{padding: 5% 4%;}
	.partners_benefits_ul li:nth-of-type(3),.partners_benefits_ul li:nth-of-type(1){transform: translateY(0);}
	.about_info_content_box p{padding: 0;}
	.about_culture_content_btn li{width: 155px;}
	.about_culture_content_txt h2{font-size: 16px;}
	.about_culture_content_center_list h2{font-size: 24px;}
	.about_culture_content_center_list p{font-size: 16px;}
	.why_us_capability_content_sw{width: 92%;overflow: hidden;}
	.why_us_capability_content_sw_left_btn{left: 47%;}
	.why_us_capability_content_sw_right{display: flex;}
	.why_us_capability_content_sw_left{width: 44.12%;}
}
@media (max-width: 990px) {
	.nav_box{position: absolute;left: 0;top: 100%;width: 100%;height: calc(100vh - 80px);z-index: 999;background: #FFFFFF;display: none;padding-left: 5%;}
	.nav_box li{height: auto;}
	.nav_box li + li{margin-left: 0;}
	.nav_first_link{line-height: 45px;display: inline-block;}
	.nav_box li.active .nav_first_link:after{top: 75%;}
	.nav_list_box{position: relative;}
	.nav_list_box{width: 100%;}
	.header_bottom_right{display: flex;}
	.hd_btn{display: block;}
	.index_banner_content h2{font-size: 24px;}
	.index_banner_content p{padding-left: 18px;line-height: 1.6;font-size: 16px;}
	.index_banner_content p:before{top: 10px;}
	.index_title_box p{padding: 0;}
	.index_product_content_box{flex-wrap: wrap;}
	.index_product_content_left{width: 100%;}
	.index_product_content_right{width: 100%;margin-top: 30px;}
	.index_application_content_box{width: 100%;}
	.index_application_box:after{clip-path: initial;background: rgba(0,0,0,0.5);}
	.index_choose_content_left{width: 100%;}
	.index_choose_content_left_title{aspect-ratio:initial;}
	.index_choose_content_left_bottom{margin-top: 30px;}
	.index_news_ul{flex-wrap: wrap;}
	.index_news_ul li{width: 100%;}
	.index_news_ul li:nth-of-type(1){width: 100%;}
	.nav_two_link{display: inline-block;}
	.nav_list_item_content{position: relative;left: 0;}
	.product_banner_bg{height: 252px;}
	.product_banner_bg img{height: 100%;object-fit: cover;}
	.product_nav_crumber_box .contentWH1600{flex-direction: column-reverse;justify-content: flex-start;align-items: flex-start;}
	.product_nav_box{width: 100%;}
	.product_nav_box{height: 30px;}
	.product_nav_crumber_box:before{width: 100%;clip-path: initial;height: 30px;top: auto;bottom: 0;}
	.product_nav_crumber_box:after{width: 100%;height: 30px;clip-path: initial;}
	.product_crumber_box{height: 30px;}
	.product_detial_video_list_content_sw_right,
	.product_application_content_sw_right{right: 0;}
	.product_detial_video_list_content_sw_left,
	.product_application_content_sw_left{left: 0;}
	.product_advantage_content{flex-wrap: wrap;}
	.product_advantage_content_left{width: 100%;}
	.product_advantage_content_right{width: 100%;margin-top: 30px;}
	.partners_requirements_box{padding-bottom: 130px;}
	.partners_requirements_ul_content_txt{width: 100%;}
	.partners_requirements_ul_content{margin-top: 0;}
	.partners_benefits_ul{flex-wrap: wrap;padding: 0 4%;}
	.partners_benefits_ul li{width: 100%;}
	.partners_benefits_box{padding: 80px 0;}
	.about_story_bg{display: none;}
	.about_story_box .contentWH1600{flex-wrap: wrap;}
	.about_story_right{width: 100%;margin-top: 30px;}
	.about_story_left{margin: 0px auto;width: 100%;border-bottom: 1px solid #E5E5E5;}
	.about_story_left img{width: 30%;margin: 0px auto;}
	.about_innovation_out_box{flex-wrap: wrap;}
	.about_innovation_out_img_box{width: 100%;}
	.about_innovation_content{width: 100%;padding-bottom: 0;}
	.about_innovation_content_list{padding-top: 35px !important;}
	.about_culture_content_btn{position: relative;display: flex;justify-content: space-between;}
	.about_culture_content_center{width: 100%;margin-top: 30px;}
	.about_culture_content_btn li{position: relative;width: 18.5%;left: auto !important;right: auto !important;top: auto !important;bottom: auto !important;}
	.why_us_process_ul li{width: 32%;}
	.why_us_oem_ul li{padding: 5% 4%;}
	.why_us_oem_ul li h2{font-size: 18px;}
     .contact_info_box{flex-wrap: wrap;}
     .contact_info_left{width: 100%;}
     .contact_info_right{flex: auto;height: 380px;width: 100%;}
}
@media (max-width: 768px) {
	.header_top_left{display: none;}
	.header_top_box{height: 8.8vw;}
	.header_top_right_search{margin-left: 0;}
	.header_top_right_search{width: 44vw;height: 6.8vw;}
	.header_top_right_search_txt{padding-left: 3.2vw;font-size: 3.2vw;}
	.header_top_right_search_btn{width: 3.5vw;right: 3.2vw;}
	.header_top_right_language{width: 3.8vw;margin-left: 1.8vw;}
	.header_top_right_language_list{right: 0;left: auto;transform: none;width: 42vw;}
	.header_top_right_language_list a{font-size: 3.2vw;padding: 0 1.2vw;line-height: 8.8vw;}
	.header_bottom_box{height: 13.8vw;}
	.logo{width: 26vw;}
	.nav_box{height: calc(100vh - 13.8vw);}
	.nav_first_link{font-size: 3.8vw;line-height: 10.8vw;}
	.nav_two_link{line-height: 10.8vw;font-size: 3.6vw;}
	.nav_list_item_content a{padding: 0 4%;line-height: 10.8vw;font-size: 3.6vw;}
	.nav_box li:nth-last-of-type(1) .nav_first_link{background: none;color: #000000;width: 100%;height: 10.8vw;text-align: left;justify-content: flex-start;}
	.nav_box li:nth-last-of-type(1) .nav_first_link:hover{color: var(--mainColor);}
	.index_banner_bg{height: 68vw;}
	.index_banner_bg img{height: 100%;object-fit: cover;}
	.index_banner_content h2{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.index_banner_content p{font-size: 3.6vw;padding-left: 3.6vw;}
	.index_banner_content p:before{width: 1.2vw;height: 1.2vw;top: 2.2vw;}
	.index_banner_btn a{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;}
	.index_banner_btn a img{width: 4.2vw;margin-left: 1.8vw;}
	.index_banner_btn{margin-top: 5.8vw;}
	.index_swiper_page span{width: 1.2vw;height: 1.2vw;}
	.index_product_box{padding: 8vw 0;}
     .index_title_box h1,
	.index_title_box h2{font-size: 4.8vw;}
	.index_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_content_box{margin-top: 5.8vw;}
	.index_product_content_left_content{padding: 5% 4%;}
	.index_product_content_left_content h2{font-size: 3.8vw;}
	.index_product_content_left_content p{font-size: 3.6vw;}
	.index_product_content_left_content span{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_product_content_left_content span img{width: 4.2vw;margin-left: 1.8vw;}
	.index_product_content_right li a{padding: 0;flex-direction: column-reverse;}
	.index_product_content_right_right{width: 100%;margin-right: 0;}
	.index_product_content_right_left{padding: 5% 4%;width: 100%;}
	.index_product_content_right{margin-top: 0;}
	.index_product_content_right li{height: auto;margin-top: 3.8vw;}
	.index_product_content_right_left h2{font-size: 3.8vw;}
	.index_product_content_right_left p{font-size: 3.6vw;}
	.index_product_content_right_left span{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_product_content_right_left span img{width: 4.2vw;margin-left: 1.8vw;}
	.index_application_content{padding: 8vw 0;}
	.index_application_content_title{flex-wrap: wrap;}
	.index_application_content_title_left{width: 100%;}
	.index_application_content_title_left h2{font-size: 4.8vw;text-align: center;}
	.index_application_content_title_left p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.index_application_content_title a{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin: 0px auto;margin-top: 3.8vw;}
	.index_application_content_title a img{width: 4.2vw;margin-left: 1.8vw;}
	.index_application_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
	.index_application_ul_content{padding: 5%;}
	.index_application_ul_content h2{font-size: 3.6vw;}
	.index_application_ul_content span{width: 6.8vw;height: 6.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.index_application_ul{margin-top: 3.8vw;}
	.index_about_content_txt{border-radius: 0;padding: 5% 4%;}
	.index_about_content_txt h2{font-size: 4.2vw;}
	.index_about_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_content_btn{margin-top: 3.2vw;}
	.index_about_more{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;}
	.index_about_more img{width: 4.2vw;margin-left: 1.8vw;}
	.index_about_content_btn .video_click{width: 32vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;}
	.index_about_content_btn .video_click img{width: 3.6vw;margin-right: 1.8vw;}
	.index_about_content_number{flex-wrap: wrap;}
	.index_about_content_number li{width: 48.5%;}
	.index_about_content_number li{margin-bottom: 3.2vw;}
	.index_about_content_number li h2{font-size: 4.8vw;}
	.index_about_content_number li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_about_content_number li:nth-last-of-type(1){width: 100%;}
	.index_about_bg{height: 154vw;}
	.index_choose_box{padding: 8vw 0;}
	.index_choose_content_left_title h2{font-size: 4.8vw;text-align: center;}
	.index_choose_content_left_title p{font-size: 3.6vw;text-align: center;margin-top: 3.2vw;}
	.index_choose_content_left_bottom_content{padding: 5% 4%;}
	.index_choose_content_left_bottom_content img{width: 5.8vw;}
	.index_choose_content_left_bottom_content p{padding-right: 0;font-size: 3.6vw;margin-top: 3.2vw;}
	.index_choose_content_ul li{width: 100%;aspect-ratio: initial;}
	.index_choose_content_ul li:nth-of-type(7), .index_choose_content_ul li:nth-of-type(8), .index_choose_content_ul li:nth-of-type(6), .index_choose_content_ul li:nth-of-type(4), .index_choose_content_ul li:nth-of-type(2){padding: 5% 4%;}
	.index_choose_content_ul_ico{width: 5.8vw;}
	.index_choose_content_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_box{padding: 8vw 0;}
	.index_news_ul{margin-top: 3.2vw;}
	.index_news_ul li{margin-top: 3.8vw;}
	.index_news_ul_txt{padding: 5% 4%;}
	.index_news_ul_time{font-size: 3.2vw;}
	.index_news_ul_txt h2{font-size: 3.8vw;margin-top: 3.2vw;height: auto;}
	.index_news_ul_txt p{font-size: 3.2vw;margin-top: 3.2vw;height: auto;}
	.index_news_ul_txt span{width: 38vw;height: 8.8vw;font-size: 3.6vw;border-radius: 4.4vw;margin-top: 3.6vw;}
	.index_form_box{padding: 8vw 0;}
	.index_form_content_left_txt{padding: 5% 4%;}
	.index_form_content_left_txt h2{font-size: 4.2vw;}
	.index_form_content_left_txt p{font-size: 3.8vw;margin-top: 1.8vw;}
	.index_form_content_left_txt a{width: 38vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.index_form_content_right{flex: auto;width: 100%;}
	.index_form_content_right_content{width: 100%;}
	.index_form_content_right_title h2{font-size: 4.8vw;}
	.index_form_content_right_form{margin-top: 3.2vw;}
	.index_form_content_right_form li input{height: 10.8vw;font-size: 3.2vw;padding-left: 1.8vw;}
	.index_form_content_right_form li textarea{padding: 1.8vw;font-size: 3.2vw;height: 28vw;}
	.index_form_content_right_form li p{font-size: 3.2vw;}
	.index_form_content_right_form_btn{width: 100%;height: 8.8vw;border-radius: 4.4vw;margin-top: 3.8vw;font-size: 3.6vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_logo_box{width: 32vw;}
	.footer_top_right_nav{margin-right: 0;width: 48.5%;}
	.footer_top_right{flex-wrap: wrap;margin-top: 5.8vw;}
	.footer_title{font-size: 4.2vw;margin-bottom: 3.2vw;}
	.footer_top_right_nav a{font-size: 3.6vw;}
	.footer_top_right_info{width: 100%;margin-top: 5.8vw;}
	.footer_top_right_info p{font-size: 3.6vw;}
	.footer_top_right_info p:nth-last-of-type(1){font-size: 3.6vw;}
	.footer_last_box{padding: 2.2vw 0;}
	.footer_last_box p{font-size: 3.2vw;}
	.footer_last_right{margin-top: 1.8vw;}
	.footer_last_right_share li + li{margin-left: 3.2vw;}
	.footer_last_right{flex-direction: column;align-items: center;}
	.footer_last_right_share li a{font-size: 3.2vw;}
	.footer_last_right_share li img{width: 3.2vw;margin-left: 1.2vw;}
	.footer_last_box p{margin-top: 1.8vw;}
	.product_banner_content_txt h1{font-size: 4.8vw;}
	.product_banner_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;line-height: 1.6;}
	.product_banner_content{padding-top: 0;display: flex;align-items: center;}
	.product_banner_bg{height: 72vw;}
	.product_crumber_box li a, .product_crumber_box i{font-size: 2.7vw;}
	.product_crumber_box{height: 7.8vw;}
	.product_nav_crumber_box:before{height: 15.6vw;}
	.product_nav_crumber_box:after{height: 7.8vw;}
	.product_nav_box{height: auto;justify-content: flex-start;flex-wrap: wrap;}
	.product_nav_box li a{font-size: 3.2vw;}
	.product_nav_box li{width: 32%;margin-left: 2%;height: 7.8vw;}
	.product_nav_box li:nth-of-type(3n+1){margin-left: 0;}
	.product_nav_box li:nth-last-of-type(1){width: 48.5%;}
	.product_list_box{padding: 8vw 0;padding-top: 3.2vw;}
	.product_list_ul li{width: 100%;margin-top: 3.8vw;border-radius: 1.2vw;}
	.product_list_ul li h2{font-size: 3.8vw;height: 10.8vw;}
	.product_advantage_box{padding: 8vw 0;}
	.product_advantage_title h2{font-size: 4.8vw;}
	.product_advantage_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_advantage_ul li{width: 100%;margin-top: 3.8vw;}
	.product_advantage_ul_img{border-radius: 1.2vw;}
	.product_advantage_ul li h2{font-size: 3.8vw;margin-top: 2.2vw;}
	.product_advantage_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_application_box{padding: 8vw 0;}
	.product_detial_video_list_content_sw_left,.product_detial_video_list_content_sw_right,
	.product_application_content_sw_left, .product_application_content_sw_right{width: 5.8vw;height: 5.8vw;font-size: 3.6vw;line-height: normal;}
	.product_application_content_sw .swiper-slide{border-radius: 1.2vw;}
	.product_application_content_sw h2{font-size: 3.8vw;left: 4%;bottom: 5%;}
	.product_faq_box{padding-bottom: 8vw;}
	.product_faq_ul_top h2{font-size: 3.8vw;}
	.product_faq_ul{margin-top: 3.8vw;}
	.product_faq_ul_top{height: 10.8vw;}
	.product_faq_ul_top span{width: 4.8vw;}
	.product_faq_ul_bottom p{font-size: 3.6vw;}
	.product_faq_ul_bottom{padding-bottom: 3.2vw;}
	.product_detial_info_box .contentWH1600{flex-direction: column-reverse;}
	.product_detial_info_right{width: 100%;}
	.product_detial_info_box{padding: 8vw 0;}
	.product_detial_info_right_right_sw{margin-top: 3.8vw;}
	.product_detial_info_left{width: 100%;margin-top: 5.8vw;}
	.product_detial_info_left_title h1{font-size: 4.8vw;}
	.product_detial_info_left_title p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_detial_info_left_ul li{width: 11.2%;}
	.product_detial_info_left_ul{margin-top: 3.8vw;}
	.product_detial_info_left .inquire{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.product_detial_info_left .inquire img{width: 3.8vw;margin-left: 1.8vw;}
	.product_detial_list_btn{display: none;}
	.product_detial_nav_crumber_box:before{display: none;}
	.product_detial_content_list{padding-top: 8vw;}
	.product_detial_specification_box table{margin-top: 5.8vw;}
	.product_detial_specification_box table td{height: auto;padding: 3.2vw;font-size: 3.6vw;}
	.product_detial_specification_box h3{font-size: 4.2vw;margin-top: 3.6vw;margin-bottom: 3.2vw;}
	.product_detial_specification_box p{font-size: 3.6vw;}
	.product_detial_application_box{padding: 8vw 0;}
	.product_advantage_content{margin-top: 5.8vw;}
	.product_advantage_content_right{margin-top: 3.8vw;}
	.product_advantage_content_right p{font-size: 3.6vw;line-height: 1.6;}
	.product_detial_content_list_outline_box{margin-top: 5.8vw;}
	.product_detial_video_box{margin-top: 5.8vw;border-radius: 2vw;}
	.product_application_content_sw{margin-top: 5.8vw;}
	.product_detial_video_box a:after{background-size: 11vw auto;}
	.product_detial_video_list_box{padding: 8vw 0;}
	.product_detial_video_list_content{margin-top: 5.8vw;}
	.product_detial_video_list_content_sw_img{border-radius: 2vw;}
	.product_detial_video_list_content_sw_img a:after{background-size: 11vw auto;}
	.product_detial_video_list_content_sw h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.product_detial_related_news_box{padding: 8vw 0;}
	.product_detial_related_news_content{margin-top: 5.8vw;}
	.product_detial_related_news_content_box{width: 92%;}
	.product_detial_related_news_content{justify-content: center;}
	.product_detial_related_news_content_sw{width: 100%;}
	.product_detial_related_news_content_sw .swiper-slide{border-radius: 2vw;}
	.product_detial_related_news_content_sw_content{padding: 5% 4%;}
	.product_detial_related_news_content_sw_content h2{font-size: 3.8vw;}
	.product_detial_related_news_content_sw_content span{font-size: 3.2vw;}
	.product_detial_related_news_content_sw_content span img{width: 3.2vw;margin-left: 1.8vw;}
	.product_detial_related_news_content_sw_col{margin-top: 5.8vw;width: 100%;}
	.product_detial_related_news_content_sw_btn{width: 16.8vw;}
	.product_detial_related_news_content_sw_col_page{width: calc(100% - 20vw);right: 0;}
	.product_detial_related_news_content_sw_btn_right, .product_detial_related_news_content_sw_btn_left{width: 6.8vw;height: 6.8vw;font-size: 3.8vw;}
	.partners_banner_content a{width: 40v;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.partners_banner_content a img{width: 3.8vw;margin-left: 1.8vw;}
	.partners_requirements_box{padding: 16vw 0;}
	.partners_requirements_title h2{font-size: 4.8vw;}
	.partners_requirements_ul{margin-top: 3.2vw;}
	.partners_requirements_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.partners_requirements_ul_img{border-radius: 0;}
	.partners_requirements_ul_content_txt{height: auto;}
	.partners_requirements_ul_content_txt span{font-size: 4.2vw;}
	.partners_requirements_ul_content_txt p{font-size: 3.8vw;margin-top: 3.2vw;}
	.partners_benefits_box{padding: 8vw 0;}
	.partners_benefits_ul li{margin-top: 3.8vw;}
	.partners_benefits_ul li:nth-of-type(3),
	.partners_benefits_ul li:nth-of-type(1){border-radius: 1.2vw;}
	.partners_benefits_ul_content{padding: 5% 4%;}
	.partners_benefits_ul_content h2{font-size: 3.6vw;}
	.partners_benefits_ul li{border-radius: 1.2vw;}
	.partners_support_box{padding: 8vw 0;}
	.partners_support_title h2{font-size: 4.8vw;}
	.partners_support_title a{width: 40vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;}
	.partners_support_title a img{width: 3.8vw;margin-left: 1.8vw;}
	.partners_support_ul{margin-top: 3.2vw;}
	.partners_support_ul li{width: 100%;border-radius: 1.2vw;margin-top: 3.8vw;}
	.partners_support_ul_content{padding: 5% 4%;}
	.partners_support_ul_content h2{font-size: 3.8vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_content_box h2{font-size: 4.8vw;}
	.about_info_content_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_content_box a{width: 40v;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.about_info_content_box a img{width: 3.8vw;margin-left: 1.8vw;}
	.about_info_content_video{margin-top: 5.8vw;border-radius: 2vw;}
	.about_info_content_video a:after{background-size: 11vw auto;}
	.about_history_sw{margin-top: 5.8vw;}
	.about_story_left img{width: 70%;}
	.about_story_right{margin-top: 0;padding: 5.8vw 0;}
	.about_story_right_title h2{font-size: 4.8vw;}
	.about_story_right_content{margin-top: 5.8vw;padding-left: 0;}
	.about_story_right_content:after{display: none;}
	.about_story_right_content h3{font-size: 4.2vw;margin-bottom: 1.8vw;}
	.about_story_right_content p{font-size: 3.6vw;}
	.about_innovation_box{padding: 8vw 0;padding-top: 0;}
	.about_innovation_out_box{margin-top: 5.8vw;}
	.about_innovation_out_ul li{border-radius: 2vw;}
	.about_innovation_content_list{padding-top: 3.8vw !important;}
	.about_innovation_content_list h2{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.about_innovation_content_list p{font-size: 3.6vw;}
	.about_culture_box{padding: 8vw 0;}
	.about_culture_content_title h2{font-size: 4.8vw;}
	.about_culture_content_box{margin-top: 3.2vw;}
	.about_culture_content_btn{flex-wrap: wrap;}
	.about_culture_content_btn li{width: 49%;margin-top: 3.8vw;padding: 4%;}
	.about_culture_content_txt h2{font-size: 3.6vw;}
	.about_culture_content_center{margin-top: 3.8vw;padding: 4%;}
	.about_culture_content_center_list{padding: 0 4%;}
	.about_culture_content_center_list h2{font-size: 3.8vw;}
	.about_culture_content_center_list p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_top_sw{margin-top: 5.8vw;}
	.about_development_top_sw .swiper-slide{flex-wrap: wrap;}
	.about_development_top_sw_left{width: 100%;}
	.about_development_top_sw_right{padding-left: 0;margin-top: 3.8vw;width: 100%;}
	.about_development_top_sw_right h2{font-size: 4.8vw;}
	.about_development_top_sw_right h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.about_development_top_sw_right p{font-size: 3.6vw;margin-top: 2.8vw;}
	.about_development_bottom_box{margin-top: 5.8vw;}
	.about_development_bottom_sw_right, .about_development_bottom_sw_left{width: 6.8vw;height: 6.8vw;font-size: 4.2vw;top: 35%;}
	.about_development_bottom_box .swiper-slide h2{font-size: 3.6vw;margin-top: 1.8vw;}
	.about_development_bottom_sw_right{right: 0;}
	.about_development_bottom_sw_left{left: 0;}
	.about_partner_top_sw{margin-top: 3.8vw;}
	.about_partner_bottom_sw{margin-top: 3.8vw;}
	.about_partner_box{padding-bottom: 8vw;}
	.why_us_capability_content_sw .swiper-slide{flex-wrap: wrap;}
	.why_us_capability_box{padding: 8vw 0;}
	.why_us_capability_content_box{margin-top: 5.8vw;}
	.why_us_capability_content_sw_left{width: 100%;}
	.why_us_capability_content_sw .swiper-slide.swiper-slide-active .why_us_capability_content_sw_left{width: 100%;}
	.why_us_capability_content_sw_right{padding: 5% 0;}
	.why_us_capability_content_sw_right_content h3{font-size: 3.2vw;}
	.why_us_capability_content_sw_right_content h2{font-size: 4.2vw;margin-top: 1.2vw;margin-bottom: 3.2vw
	.why_us_capability_content_sw_right_content p{font-size: 3.2vw;};}
	.why_us_capability_content_sw_right_btn, .why_us_capability_content_sw_left_btn{display: none;}
	.why_us_productive_box{padding: 8vw 0;}
	.why_us_productive_title h2{font-size: 4.8vw;}
	.why_us_productive_content_title{padding-left: 3.2vw;font-size: 4.2vw;}
	.why_us_productive_content{margin-top: 5.8vw;}
	.why_us_productive_ul{flex-wrap: wrap;}
	.why_us_productive_ul li{width: 100%;margin-top: 3.8vw;}
	.why_us_productive_ul_img{border-radius: 2vw;}
	.why_us_productive_ul li h2{font-size: 3.6vw;margin-top: 1.8vw;}
	.why_us_equipment_box{margin-top: 5.8vw;padding-left: 4%;}
	.why_us_equipment_content_sw .swiper-slide{border-radius: 2vw;}
	.why_us_equipment_content_sw{width: 96%;}
	.why_us_equipment_tab_box{margin-top: 8vw;}
	.why_us_equipment_tab_btn li{width: 32.5%;height: 8.8vw;font-size: 2.7vw;border-radius: 4.4vw;text-align: center;}
	.why_us_equipment_tab_btn li + li{margin-left: 1.25%;}
	.why_us_equipment_tab_content_list_ul li{margin-top: 3.8vw;border-radius: 2vw;padding: 5% 4%;}
	.why_us_equipment_tab_content_list_ul li h2{font-size: 4.2vw;}
	.why_us_equipment_tab_content_list_ul li p{font-size: 3.6vw;margin-top: 1.8vw;}
	.why_us_qualification_box{padding: 8vw 0;}
	.why_us_qualification_content{margin-top: 5.8vw;}
	.why_us_qualification_content_sw .swiper-slide h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_qualification_content_sw_col{margin-top: 5.8vw;}
	.why_us_qualification_content_sw_left, .why_us_qualification_content_sw_right{width: 6.8vw;height: 6.8vw;font-size: 4.8vw;}
	.why_us_qualification_content_sw_page{width: calc(100% - 18.8vw);}
	.why_us_oem_ul{justify-content: space-between;}
	.why_us_oem_ul li{width: 48.5%;margin-left: 0;}
	.why_us_oem_ul_ico{width: 11vw;}
	.why_us_oem_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_process_box{margin-top: 5.8vw;}
	.why_us_process_ul li{width: 48.5%;margin-top: 3.8vw;}
	.why_us_process_ul_number{font-size: 4.8vw;}
	.why_us_process_ul_img{margin-top: 3.2vw;}
	.why_us_process_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_oem_box{padding-bottom: 8vw;}
	.why_us_sales_box{padding: 8vw 0;}
	.why_us_productive_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_sales_content_box{margin-top: 5.8vw;flex-wrap: wrap;}
	.why_us_sales_content_left{width: 100%;}
	.why_us_sales_content_left h3{font-size: 3.8vw;padding-left: 3.2vw;}
	.why_us_sales_content_left h3:before{top: 2vw;}
	.why_us_sales_content_left p{font-size: 3.6vw;}
	.why_us_sales_content_right{width: 100%;margin-top: 3.8vw;}
	.why_us_sales_pranter_box img{margin-top: 3.8vw;}
	.why_us_development_box{padding: 8vw 0;}
	.why_us_development_ul li{border-radius: 2vw;margin-top: 3.8vw;}
	.why_us_development_ul_content{position: relative;padding: 5% 0;background: none;}
	.why_us_development_ul_content h2{font-size: 4.2vw;color: #000000;}
	.why_us_development_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;color: #666666;}
	.why_us_sales_pranter_box h3{font-size: 3.6vw;}
	.why_us_sales_pranter_box h3:before{top: 2vw;}
	.why_us_sales_pranter_box.black p{font-size: 3.6vw;}
	.why_us_sales_pranter_box.black img{border-radius: 2vw;margin-top: 3.6vw;}
	.why_us_result_ul li{flex-wrap: wrap;margin-top: 3.8vw;}
	.why_us_process_ul li:after{display: none;}
	.why_us_result_ul_left{width: 100%;border-radius: 2vw;}
	.why_us_result_ul_right{width: 100%;padding: 5% 0;}
	.why_us_result_ul_right h2{font-size: 4.2vw;}
	.why_us_result_ul_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.why_us_sales_pranter_box{margin-top: 3.8vw;}
	.why_us_result_box{padding-bottom: 8vw;}
     .solution_content_box{padding: 8vw 0;}
     .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
     .solution_content_ul a{flex-wrap: wrap;padding: 0;}
     .solution_content_ul_img{width: 100%;}
     .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
     .solution_content_ul_right h4{font-size: 3.6vw;}
     .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
     .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
     .download_list_content{margin-top: 5.8vw;}
     .contact_info_left{padding: 5% 4%;}
     .contact_info_box{margin-top: 5.8vw;}
     .contact_info_left_logo{width: 28vw;}
     .contact_info_left h4{font-size: 4.2vw;margin-top: 3.2vw;}
     .contact_info_left_ul li p, .contact_info_left_ul li a{font-size: 3.6vw;}
     .contact_info_left_ul li p{margin-top: 3.2vw;margin-left: 3.2vw;}
     .contact_info_left_ul li img{width: 3.5vw;margin-top: 4vw;}
     .contact_info_left_ul li{margin-top: 3.6vw;}
    .contact_box{padding-bottom: 8vw;}
    .contact_info_left_ul{margin-top: 0;}
	
}


























































