.contentWH{width: 83.33%;height: auto;margin: 0px auto;}

:root{
	--mainColor:#f08519;
	--222:#222222;
	--333:#333333;
	--fff:#ffffff;
	--popp200: "Poppins-ExtraLight";
	--popp300: "Poppins-Light";
	--popp400: "Poppins-Regular";
	--popp500: "Poppins-Medium";
	--popp600: "Poppins-SemiBold";
	--popp700: "Poppins-Bold";
	--popp900: "Poppins-Black";
	--lato300: "Lato-Light";
	--lato400: "Lato-Regular";
	--lato700: "Lato-Bold";
	--ant: "Anton-Regular";
}
*{ 
	font-family: var(--popp300);
}
.swiper-button-prev,.swiper-button-next{background: none;}
.swiper-button-prev:after,.swiper-button-next:after{
	display: none;
}
input,textarea{
	outline: none;
}
/*header start*/
.header_top_box{width: 100%;height: 40px;background: var(--mainColor);text-align: center;display: flex;align-items: center;justify-content: center;}
.header_top_box a{font-size: 14px;color: #FFFFFF;font-family: var(--popp500);color: #FFFFFF;text-decoration: underline;}
.header{width: 100%;height: auto;transition: all 0.6s;background: #FFFFFF;}
.header.indexHeader{position: absolute;left: 0;top: 40px;z-index: 9;background: none;}
.header.fixed{position: fixed;left: 0;top: 0;z-index: 99;transition: all 0.6s;background: #FFFFFF;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);}
.header.fixed.active{top: -100px;}
.header_content_box{width: 100%;height: 100px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.logo{width: 158px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.nav_box{display: flex;justify-content: flex-start;height: 100%;}
.nav_box li{height: 100%;display: flex;align-items: center;position: relative;}
.nav_frist_link{font-size: 18px;color: #000;text-transform: uppercase;}
.indexHeader .nav_frist_link{color: #FFFFFF;}
.indexHeader.fixed .nav_frist_link{color: #000000;}
.nav_box li:hover .nav_frist_link,.nav_box li.on .nav_frist_link{color: var(--mainColor);}
.nav_box li + li{margin-left: 30px;}
.nav_list_box{width: 350px;height: auto;background: #FFFFFF;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);display: none;z-index: 9999;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);}
.nav_two_link{font-size: 16px;color: #333333;display: block;line-height: 45px;padding-left: 10px;}
.nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_box li:hover .nav_list_box{display: block;}
.nav_box li:nth-of-type(4) .nav_list_box .nav_list_two_list:nth-of-type(4) .nav_list_three_box{display: none !important;}
.nav_list_two_list{width: 100%;height: auto;border-bottom: 1px solid #e5e5e5;}
.nav_list_three_box{width: 350px;min-height: 100%;position: absolute;left: 100%;top: 0;display: none;background: #fff;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);}
.nav_list_two_list:hover .nav_list_three_box{display: block;}
.nav_list_three_box a{font-size: 16px;color: #333333;display: block;line-height: 45px;padding-left: 10px;border-bottom: 1px solid #e5e5e5;}
.nav_list_three_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_butn_box{display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_butn_box li{height: 100%;width: 20px;display: flex;align-items: center;cursor: pointer;}
.header_butn_box li:nth-last-of-type(1){position: relative;}
.header_butn_box li span{display: block;width: 100%;}
.header_butn_box li span img{width: 100%;height: auto;}
.indexHeader .header_butn_box li span img{filter: brightness(0) invert(1);}
.indexHeader.fixed .header_butn_box li span img{filter:initial;}
.header_butn_box li + li{margin-left: 24px;}
.header_search_box{width: 100%;max-height: 0px;background: rgba(0,0,0,0.8);position: absolute;left: 0px;top: 100%;z-index: 9999;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 800px;}
.header_language_box{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;z-index: 999;}
.header_language_content{width: 55%;min-height: 580px;padding: 58px 40px;border-radius: 10px;background: #FFFFFF;position: absolute;left: 50%;top: 50%;overflow: hidden;overflow-y: auto;transform: translate(-50%,-50%);display: flex;align-items: center;}
.header_language_content_close{width: 24px;height: auto;position: absolute;right: 20px;top: 20px;cursor: pointer;transition: all 0.3s;}
.header_language_content_close:hover{transform: rotate(360deg);}
.header_language_content_close img{display: block;width: 100%;}
.header_language_content_ul{width: 100%;height: auto;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px 10px;}
.header_language_content_ul li{height: 38px;}
.header_language_content_ul li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: 38px;border: 1px solid #000000;border-radius: 2px;font-size: 14px;text-align: center;color: #000000;padding: 0 4%;box-sizing: border-box;}
.header_language_content_ul li a img{display: block;width: 32px;height: auto;margin-right: 6px;}
.header_language_content_ul li a:hover{background: #000000;color: #FFFFFF;}
.header_butn_box li:hover .header_language_box{max-height: 500px;}
.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;}
.indexHeader .hd_btn span{background: #FFFFFF;}
.indexHeader.fixed  .hd_btn span{background: #333;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_sw{width: 100%;height: 100%;}
.index_banner_bg{width: 100%;height: auto;}
.index_banner_bg img{width: 100%;height: auto;display: block;}
.index_banner_bg video{width: 100%;height: 100%;display: block;object-fit: cover;}
.index_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 14.45%;}
.index_banner_content .contentWH{display: flex;justify-content: flex-end;}
.index_banner_content_txt{width: auto;padding-right: 11px;}
.index_banner_content_txt h4{font-size: 60px;color: #FFFFFF;font-family: var(--ant);}
.index_banner_content_txt a{display: flex;justify-content: center;align-items: center;width: 205px;height: 55px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;border-radius: 10px;margin: 0px auto; margin-top: 30px;}
.index_banner_content_txt a:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
.index_video_content{width: 100%;height: auto;}
.index_video_content h1,
.index_video_content h4{font-size: 60px;color: #FFFFFF;font-family: var(--ant);text-align: center;text-transform: capitalize;}
.index_video_content p{font-size: 18px;color: #fff;text-align: center;margin-top: 15px;text-transform: capitalize;}
.index_video_content a{display: flex;justify-content: center;align-items: center;width: 205px;height: 55px;background: var(--mainColor);font-size: 16px;color: #FFFFFF;border-radius: 10px;margin: 0px auto; margin-top: 30px;}
.index_video_content a:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
.index_banner_sw_page_box{width: 100%;height: auto;position: absolute;bottom: 30px;left: 0;z-index: 2;}
.index_banner_sw_page_box .contentWH{position: relative;}
.index_banner_sw_page{display: flex;justify-content: flex-end;bottom: 0 !important;width: 100%;}
.index_banner_sw_page span{width: 13px;height: 13px;background: transparent;border: 1px solid #FFFFFF;opacity: 1;}
.index_banner_sw_page span + span{margin-left: 14px;}
.index_banner_sw_page span.swiper-pagination-bullet-active{background: #FFFFFF;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding-bottom: 60px;background: url(../images/index_product_bg.jpg) no-repeat center center;background-size: cover;}
.index_product_title_box{position: relative;text-align: center;}
.index_product_title_box h2,
.index_product_title_box h4{font-size: 168px;line-height: 1;font-family: var(--ant);text-align: center;color: #ececec;text-transform: uppercase;}
.index_product_title_box span{display: block;font-size: 36px;color: #050505;font-family: var(--ant);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index_product_btn{width: 100%;height: 76px;border-bottom: 2px solid #000000;display: flex;justify-content: center;}
.index_product_btn li{height: 100%;line-height: 76px;margin-left: 70px;position: relative;font-size: 18px;color: #1d1d1d;font-family: var(--ant);cursor: pointer;}
.index_product_btn li:nth-of-type(1){margin-left: 0;}
.index_product_btn li:hover,.index_product_btn li.on{color: var(--mainColor);}
.index_product_btn li:hover:after,.index_product_btn li.on:after{content: "";display: block;width: 100%;height: 2px;background: var(--mainColor);position: absolute;left: 0;bottom: -2px;}
.index_product_info_box{width: 60.1%;height: auto;margin: 0px auto;margin-top: 45px;}
.index_product_info_list{width: 100%;height: auto;display: none;position: relative;}
.index_product_info_list h4{font-size: 30px;color: var(--mainColor);text-align: center;font-family: var(--ant);}
.index_product_info_list p{font-size: 18px;color: #1D1D1D;text-align: center;line-height: 1.6;margin-top: 20px;}
.index_product_content{width: 100%;height: auto;margin-top: 70px;}
.index_product_content_list{width: 100%;height: 0;overflow: hidden;position: relative;}
.index_product_content_list_sw{width: 100%;height: auto;}
.index_product_content_list_sw_img{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.index_product_content_list_sw_img img{max-width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_product_content_list_sw .swiper-slide h4{font-size: 16px;color: #1D1D1D;text-align: center;margin-top: 28px;}
.index_product_content_list_sw .swiper-slide:hover .index_product_content_list_sw_img img{transform: scale(1.1);}
.index_product_content_list_sw_right,.index_product_content_list_sw_left{font-size: 30px;color: #1D1D1D;}
.index_product_content_list_sw_right:hover,.index_product_content_list_sw_left:hover{color: var(--mainColor);}
.index_product_content_list_sw_right{right: 0px;}
.index_product_content_list_sw_left{left: 0px;}
.index_product_more{display: block;margin-top: 50px;text-align: center;font-size: 16px;color: var(--mainColor);text-decoration: underline;}
.index_about_box{width: 100%;height: auto;background: var(--mainColor);display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
.index_about_left{width: 62.76%;height: auto;overflow: hidden;clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);position: relative;}
.index_about_left_bg{width: 100%;height: auto;overflow: hidden;}
.index_about_left_bg img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_about_right{width: 55%;height: auto;clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);overflow: hidden;margin-left: -17.76%;position: relative;}
.index_about_right_bg{width: 100%;height: auto;overflow: hidden;}
.index_about_right_bg img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_about_box:after{content: "";display: block;width: 20px;height: 100%;background: var(--mainColor);position: absolute;left: 50%;top: 0;transform: translateX(-50%) skew(15deg);}
.index_about_left a{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-right: 30%;display: flex;align-items: center;justify-content: center;}
.index_about_left a:after{display: none;}
.index_about_left a img{display: block;}
.index_about_left:hover .index_about_left_bg img{transform: scale(1.1);}
.index_about_right_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-left: 21%;display: flex;align-items: center;justify-content: center;}
.index_about_right_content_txt{width: 59%;height: auto;}
.index_about_right_content_txt h2,
.index_about_right_content_txt h4{font-size: 36px;color: #FFFFFF;font-family: var(--ant);}
.index_about_right_content_txt p{font-size: 16px;color: #FFFFFF;line-height: 1.8;margin-top: 20px;}
.index_about_right_content_txt a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;width: 205px;height: 55px;border-radius: 10px;margin-top: 35px;background: var(--mainColor);transition: all 0.6s;}
.index_about_right_content_txt a:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
.index_about_right:hover .index_about_right_bg img{transform: scale(1.1);}
.index_about_number_box{width: 18.55%;height: auto;aspect-ratio:1/1;background: #fff000;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;padding: 18px;}
.index_about_number_swiper{width: 100%;height: 100%;border-radius: 50%;}
.index_about_number_swiper .swiper-slide{width: 100%;height: 100%;border-radius: 50%;background: #FFFFFF;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.index_about_number_swiper .swiper-slide h4{font-size: 72px;color: #050505;font-family: var(--ant);text-align: center;}
.index_about_number_swiper .swiper-slide h4 span{font-size: 30px;}
.index_about_number_swiper .swiper-slide h4 span sup{font-family: var(--ant);}
.index_about_number_swiper .swiper-slide p{font-size: 16px;color: #000000;text-align: center;margin-top: 18px;}
.index_about_number_swiper_page{bottom: 30px !important;}
.index_about_number_swiper_page span{opacity: 1;width: 10px;height: 10px;border: 1px solid #000000;background: none;}
.index_about_number_swiper_page span + span{margin-left: 7px;}
.index_about_number_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
.index_advantage_box{width: 100%;height: auto;padding-bottom: 80px;}
.index_advantage_title{font-size: 188px;color: #f3f3f3;font-family: var(--ant);line-height: 0.9;}
.index_advantage_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 10px;}
.index_advantage_content_left{width: 14.63%;height: auto;}
.index_advantage_content_left h2,
.index_advantage_content_left h4{font-size: 36px;color: #050505;font-family: var(--ant);}
.index_advantage_content_left p{font-size: 16px;color: #1D1D1D;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}
.index_advantage_content_left span{display: block;font-size: 36px;color: rgba(5, 5, 5, 0.4);font-family: var(--popp200);margin-top: 0px;}
.index_advantage_content_right{width: 75.3%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_advantage_content_right li{width: 49.7%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 50px;}
.index_advantage_content_right li:nth-of-type(1),.index_advantage_content_right li:nth-of-type(2){margin-top: 0;}
.index_advantage_content_right_img{width: 15.1%;height: auto;}
.index_advantage_content_right_img img{width: 100%;height: auto;display: block;}
.index_advantage_content_right_txt{width: 82.2%;height: auto;margin-top: 5px;}
.index_advantage_content_right_txt h4{font-size: 24px;color: #050505;font-family: var(--ant);}
.index_advantage_content_right_txt p{font-size: 16px;color: #1D1D1D;line-height: 1.6;margin-top: 10px;}
.index_honor_box{width: 100%;height: auto;padding: 40px 0 67px;background: url(../images/index_honor_bg.jpg) no-repeat center center;background-size: cover;}
.index_honor_btn_box{width: 100%;height: auto;border-bottom: 1px solid #FFFFFF;display: flex;justify-content: center;}
.index_honor_btn_box li{font-size: 24px;color: #FFFFFF;padding-bottom: 38px;font-family: var(--ant);text-align: center;position: relative;cursor: pointer;}
.index_honor_btn_box li + li{margin-left: 120px;}
.index_honor_btn_box li:hover,.index_honor_btn_box li.on{color: var(--mainColor);}
.index_honor_btn_box li:hover:after,.index_honor_btn_box li.on:after{content:"";display: block;width: 100%;height: 6px;background: var(--mainColor);position: absolute;left: 0px;bottom: -4px;}
.index_honor_content_box{width: 100%;height: auto;margin-top: 120px;}
.index_honor_content_list{width: 100%;height: 0;overflow: hidden;}
.index_honor_content_list_sw{width: 100%;height: auto;padding-bottom: 95px;}
.index_honor_content_list_sw .swiper-slide h4{font-size: 16px;color: #FFFFFF;text-align: center;font-family: var(--popp400);line-height: 1.6;}
.index_honor_content_list_sw_img{width: 100%;height: auto;display: flex;justify-content: center;}
.index_honor_content_list_sw_img img{max-width: 100%;height: auto;display: block;}
.index_honor_content_list_sw_page{bottom: 0 !important;}
.index_honor_content_list_sw_page span{width: 13px;height: 13px;border: 1px solid #292929;background: none;opacity: 1;}
.index_honor_content_list_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
.index_partent_box{width: 100%;height: auto;padding: 96px 0;}
.index_partent_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_partent_ul li{width: 15.13%;height: auto;padding: 4px;border-radius: 11px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 10px 0px rgba(219, 219, 219, 0.41);overflow: hidden;}
.index_partent_ul li img{max-width: 100%;height: auto;display: block;}
.index_partent_sw{padding: 10px;width: 100%;height: auto;}
.index_partent_sw .swiper-slide{padding: 4px;border-radius: 11px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 10px 0px rgba(219, 219, 219, 0.41);}
.index_partent_sw .swiper-slide img{max-width: 100%;height: auto;display: block;}
.index_development_title{font-size: 36px;color: #050505;font-family: var(--ant);text-align: center;}
.index_development_content{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 37px;}
.index_development_content li{width: 50%;height: auto;position: relative;}
.index_development_content_bg{width: 100%;height: auto;overflow: hidden;}
.index_development_content_bg img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_development_content_txt_box{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.index_development_content_txt{width: 45.1%;height: auto;}
.index_development_content_txt_img{width: 199px;height: auto;aspect-ratio:1/1;border: 1px dashed #FFFFFF;border-radius: 50%;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
.index_development_content_txt_img img{display: block;max-width: 100%;height: auto;transition: all 0.6s;}
.index_development_content_txt h4{font-size: 36px;color: #FFFFFF;font-family: var(--ant);text-align: center;margin-top: 10px;line-height: 1;}
.index_development_content_txt p{font-size: 16px;color: #FFFFFF;text-align: center;line-height: 1.8;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;min-height: 144px;}
.index_development_content_txt a{font-size: 16px;color: #FFFFFF;text-align: center;width: 266px;height: 55px;border-radius: 10px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;margin: 0px auto;margin-top: 20px;}
.index_development_content li:hover .index_development_content_bg img{transform: scale(1.1);}
.index_development_content_txt a:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
.index_development_content li:hover .index_development_content_txt_img img{transform: rotate(360deg);}
.index_blog_box{width: 100%;height: auto;padding: 80px 0px;}
.index_blog_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.index_blog_ul li{width: 24.5%;height: auto;background: #f9f7f7;}
.index_blog_ul_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 4/3;}
.index_blog_ul_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.6s;}
.index_blog_ul_txt{width: 100%;height: auto;padding: 27px;}
.index_blog_ul_txt span{display: block;font-size: 18px;color: #0d121a;font-family: var(--lato400);}
.index_blog_ul_txt h4{font-size: 18px;color: #0D121A;font-family: var(--lato400);margin-top: 5px;}
.index_blog_ul_txt p{font-size: 16px;color: #0D121A;line-height: 1.6;font-family: var(--lato300);margin-top: 5px;}
.index_blog_ul li:hover .index_blog_ul_img img{transform: scale(1.1);}
.index_ads_box{width: 100%;height: auto;position: relative;}
.index_ads_bg{width: 100%;height: auto;}
.index_ads_bg img{width: 100%;height: auto;display: block;}
.index_ads_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index_ads_content h4{font-size: 36px;color: #FFFFFF;font-family: var(--ant);text-align: center;line-height: 1;}
.index_ads_content p{font-size: 30px;color: #FFFFFF;text-align: center;margin-top: 18px;font-family: var(--popp500);}
.index_ads_content a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;text-align: center;font-family: var(--lato400);width: 176px;height: 50px;border-radius: 5px;background: var(--mainColor);margin-top: 22px;}
.index_ads_content a:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
/*product.html start*/
.products_info_box{width: 100%;height: auto;padding: 58px 0;} 
.index_products_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;}
.index_products_ul li{width: 48.9%;height: auto;background: #edeef1;border-radius: 5px;overflow: hidden;margin-top: 30px;}
.index_products_ul_txt{width: 100%;height: auto;}
.index_products_ul_txt h4{text-align: center;margin-top: 28px;}
.index_products_ul_txt h4 a{font-size: 18px;color: #08122D;font-family: var(--popp600);text-transform: uppercase;}
.index_products_ul_txt h4 a:hover{color: var(--mainColor);}
.index_products_ul_txt p{font-size: 14px;margin-top: 10px;}
.index_products_ul_more{display: block;font-size: 14px;color: #1f1f1f;font-family: var(--popp400);text-align: center;margin-top: 18px;}
.index_products_ul_img{width: 100%;height: auto;overflow: hidden;margin-top: 40px;}
.index_products_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_products_ul_more:hover{text-decoration: underline;color: var(--mainColor);}
.index_products_ul li:hover .index_products_ul_img img{transform: scale(1.1);}
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg video{display: block;width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.06);}
.product_banner_content h1,
.product_banner_content h4{font-family: var(--ant);text-align: left;color: #FFFFFF;font-size: 48px;}
.product_banner_content p{font-size: 24px;color: #fff;text-align: left;font-family: var(--popp500);margin-top: 15px;}
.product_box{width: 100%;height: auto;padding: 80px 0px;}
.product_title{width: 100%;height: auto;padding: 0 7%;}
.product_title h1,
.product_title h4{font-family: var(--ant);font-size: 36px;color: #4f4f4f;text-align: center;}
.product_title i{display: block;width: 114px;height: 3px;background: var(--mainColor);margin: 0px auto;margin-top: 25px;}
.product_title p{font-size: 16px;color: #000000;line-height: 1.6;text-align: center;margin-top: 32px;font-family: var(--popp300);}
.product_category_box{width: 100%;height: auto;display: flex;justify-content: center;border-bottom: 1px solid #e5e5e5;}
.product_category_box li{margin-top: 30px;}
.product_category_box li + li{margin-left: 20px;}
.product_category_box li a{display: block;padding-bottom: 15px;font-size: 18px;color: #000;font-family: var(--ant);position: relative;}
.product_category_box li a:after{content: "";display: block;width: 100%;height: 2px;background: var(--mainColor);left: 0;bottom: -1px;position: absolute;opacity: 0;transition: all 0.3s;}
.product_category_box li a:hover{color: var(--mainColor);}
.product_category_box li a:hover:after{opacity: 1;}
.product_last_content{width: 100%;height: auto;}
.product_last_content p{font-size: 16px;color: #000;line-height: 1.6;font-family: var(--popp300);margin-top: 32px;}
.product_list_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.product_list_box li{width: 24.1%;height: auto;box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.29);padding-bottom: 40px;margin-top: 25px;margin-left: 1.2%;}
.product_list_box li:nth-of-type(4n+1){margin-left: 0;}
.product_list_img{width: 100%;height: auto;overflow: hidden;aspect-ratio:386/359;}
.product_list_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.product_list_content{width: 100%;height: auto;padding: 0 39px;margin-top: 20px;}
.product_list_content h4{font-size: 18px;color: var(--mainColor);font-family: var(--ant);text-align: center;}
.product_list_content p{font-size: 16px;color: #000000;font-family: var(--popp300);line-height: 1.6;text-align: center;margin-top: 12px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_list_content span{display: block;text-align: center;margin-top: 20px;font-family: var(--lato400);color: #000000;}
.product_list_box li:hover .product_list_img img{transform: scale(1.1);}
.product_list_box li:hover .product_list_content span{color: var(--mainColor);text-decoration: underline;}
.page li + li{margin-left: 5px;}
.page li:nth-of-type(1),.page li:nth-of-type(2){margin-left: 0;}
.page li a{font-size: 18px;color: #222222;font-family: var(--popp300);}
.spage li.on a{color: var(--mainColor);font-family: var(--popp700);}
.page{display: flex;justify-content: center;align-items: center;margin-top: 53px;}
.page li.page_prev,.page li.page_next{width: 34px;height: 34px;display: flex;align-items: center;overflow: hidden;border-radius: 50%;}
.page li.page_prev a,.page li.page_next a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;font-family: var(--popp400);color: #FFFFFF;}
.page li.page_prev{background: var(--mainColor);margin-right: 25px;}
.page li.page_next{background: var(--mainColor);margin-left: 25px;}
.product_video_box{width: 100%;height: auto;position: relative;}
.product_video_bg{width: 100%;height: auto;}
.product_video_bg img{width: 100%;height: auto;display: block;}
.product_video_content{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top: 0;}
.product_video_content_txt{width: 38.1%;height: auto;margin: 0px auto;padding-top: 76px;}
.product_video_content_txt h4{font-size: 36px;font-family: var(--ant);color: #FFFFFF;text-align: center;}
.product_video_content_txt p{font-size: 16px;color: #FFFFFF;font-family: var(--popp300);line-height: 1.6;margin-top: 30px;text-align: center;}
.product_video_content_txt a{display: flex;justify-content: center;align-items: center;width: 296px;height: 65px;background: var(--mainColor);border-radius: 5px;margin: 0px auto;margin-top: 30px;color: #FFFFFF;font-size: 18px;font-family: var(--popp600);}
.product_video_content_txt a img{display: block;margin-right: 18px;}
.product_video_content_txt a:after{background: none;}
.product_advantage_box{width: 100%;height: auto;padding: 80px 0px;}
.product_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 50px;}
.product_advantage_ul li{width: 20.1%;height: auto;margin-left: 6.5%;}
.product_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_advantage_ul_img{width: 98px;height: auto;}
.product_advantage_ul_img img{width: 100%;height: auto;}
.product_advantage_ul li h4{font-family: var(--ant);color: var(--mainColor);margin-top: 20px;font-size: 18px;}
.product_advantage_ul li p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 20px;font-family: var(--popp300);}
.product_related_solution_box{width: 100%;height: auto;padding: 80px 0px;background: #f2f2f2;}
.product_related_solution_content_box{width: 100%;height: auto;overflow: hidden;}
.product_related_solution_left_swiper{width: 78%;height: auto;margin: 0;margin-top: 60px;overflow: unset;}
.product_related_solution_left_swiper .swiper-slide{height: 596px;display: flex;justify-content: flex-start;}
.product_related_solution_swiper_left{width: 100%;height: 100%;overflow: hidden;position: relative;}
.product_related_solution_swiper_left img{display: block;width: 100%;height: 100%;object-fit: cover;}
.product_related_solution_swiper_left h4{display: flex;align-items: flex-end; width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.2);padding: 46px 30px;font-family: var(--ant);font-family: var(--popp400);color: #FFFFFF;font-size: 24px;}
.product_related_solution_left_swiper .swiper-slide.swiper-slide-active .product_related_solution_swiper_left h4{display: none;}
.product_related_solution_swiper_right{width: 45.1%;background: #FFFFFF;padding: 50px;display: none;}
.product_related_solution_left_swiper .swiper-slide.swiper-slide-active{width: 63%;}
.product_related_solution_left_swiper .swiper-slide.swiper-slide-active .product_related_solution_swiper_left{width: 56.9%;}
.product_related_solution_left_swiper .swiper-slide.swiper-slide-active .product_related_solution_swiper_right{display: block;}
.product_related_solution_swiper_right_ico{width: 115px;height: auto;background: #fff;border-radius: 50%;aspect-ratio:1/1;box-shadow: 0px 0px 35px 0px rgba(4, 0, 0, 0.16);display: flex;justify-content: center;align-items: center;}
.product_related_solution_swiper_right_ico img{display: block;}
.product_related_solution_swiper_right h4{font-size: 24px;color: #4f4949;font-family: var(--ant);line-height: 1.4;margin-top: 30px;}
.product_related_solution_swiper_right p{font-size: 16px;color: #4F4949;line-height: 1.6;font-family: var(--popp300);margin-top: 36px;}
.product_related_solution_swiper_btn_right,.product_related_solution_swiper_btn_left{font-size: 48px;font-family: var(--popp300);color: rgba(114, 114, 114, 0.5);top: auto;bottom: 46px;transform: none;}
.product_related_solution_swiper_btn_right:hover,.product_related_solution_swiper_btn_left:hover{color: var(--mainColor);}
.product_related_solution_swiper_btn_right{right: 25px;}
.product_related_solution_swiper_btn_left{left: auto;right: 73px;}
.product_faq_box{width: 100%;height: auto;padding: 80px 0px;}
.product_faq_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_faq_content_left{width: 27%;height: auto;}
.product_faq_content_left h4{font-size: 36px;color: #4F4F4F;font-family: var(--ant);}
.product_faq_content_left span{display: block;width: 114px;height: 3px;background: var(--mainColor);margin-top: 20px;}
.product_faq_content_left p{font-size: 20px;color: #000000;line-height: 1.4;font-family: var(--popp400);margin-top: 20px;}
.product_faq_content_right{width: 65.2%;height: auto;}
.product_faq_content_right li{width: 100%;height: auto;transition: all 0.3s;}
.product_faq_content_right_top{padding: 25px 35px;border-bottom: 1px solid rgba(79, 79, 79,0.2);display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_faq_content_right_top_left{display: flex;justify-content: flex-start;align-items: center;}
.product_faq_content_right_top_left img{width: 46px;height: auto;display: block;}
.product_faq_content_right_top_left h4{font-family: var(--popp500);color: #4F4F4F;margin-left: 30px;font-size: 24px;}
.product_faq_content_right_top_right{font-size: 36px;font-family: var(--popp400);color: #4F4F4F;transition: all 0.3s;}
.product_faq_content_right_bottom{padding: 25px 35px;padding-left: 120px;width: 100%;position: relative;display: none;}
.product_faq_content_right_bottom p{font-size: 16px;font-family: var(--popp400);color: #000000;line-height: 1.6;}
.product_faq_content_right_bottom:before{content: "";width: 45px;height: auto;aspect-ratio:45/40;display: block;background: url(../images/product_faq_ico2.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 35px;top: 25px;}
.product_faq_content_right li.on{box-shadow: 0px 0px 40px 0px rgba(4, 0, 0, 0.07);}
.product_faq_content_right li.on .product_faq_content_right_top{border-bottom: none;}
.product_faq_content_right li.on .product_faq_content_right_bottom{border-bottom: none;}
.product_faq_content_right li.on .product_faq_content_right_top_right{transform: rotate(90deg);color: var(--mainColor);}
.product_send_box{width: 100%;min-height: 559px;background: url(../images/product_conatct_bg.jpg) no-repeat center center;background-size: cover;position: relative;margin-bottom: 30px;}
.product_send_content{width: 100%;height: 100%;display: flex;align-items: center;position: absolute;left: 0;top: 0;}
.product_send_content_txt{width: 37%;height: auto;}
.product_send_content_txt h4{font-size: 30px;color: #FFFFFF;font-family: var(--ant);}
.product_send_content_txt p{font-size: 16px;color: #FFFFFF;font-family: var(--popp400);line-height: 1.6;margin-top: 10px;}
.product_send_content_txt a{display: flex;justify-content: center;align-items: center;width: 296px;height: 65px;background: var(--mainColor);font-size: 18p;color: #F2F2F2;font-family: var(--popp400);margin-top: 30px;border-radius: 5px;}
.product_send_content_info{width: 45.6%;height: 100%;position: absolute;right: 0;top: 0;background: rgba(240, 133, 25, 0.8);border-radius: 100px 0 0 0;padding-left: 72px;display: flex;align-items: center;}
.product_send_content_info_con{width: 50%;height: auto;}
.product_send_content_info_con h4{font-size: 30px;color: rgba(255,255,255,0.8);font-family: var(--ant);margin-bottom: 10px;}
.product_send_content_info_con p{display: flex;margin-top: 20px;font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: var(--popp400);align-items: flex-start;}
.product_send_content_info_con p img{display: block;margin-right: 14px;}
.product_send_content_info_con p a{font-size: 16px;color: #FFFFFF;font-family: var(--popp400);}
/*product.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding: 80px 0;background: #f4f4f4;}
.product_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_left{width: 53.4%;height: auto;aspect-ratio:854/520;overflow: hidden;}
.product_detial_info_left_sw{width: 100%;height: 100%;}
.product_detial_info_left_sw .swiper-slide{display: flex;justify-content: center;align-items: center;}
.product_detial_info_left_sw img{max-width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_right,.product_detial_info_left_sw_left{font-size: 48px;color: rgba(79, 79, 79, 0.4);font-family: var(--popp300);}
.product_detial_info_left_sw_right:hover,.product_detial_info_left_sw_left:hover{color: var(--mainColor);}
.product_detial_info_left_sw_right{right: 0;}
.product_detial_info_left_sw_left{left: 0;}
.product_detial_info_left_sw_page{width: 100%;height: auto;}
.product_detial_info_left_sw_page span{width: 16px;height: 3px;background: #a0a0a0;border-radius: 2px;opacity: 1;}
.product_detial_info_left_sw_page span.swiper-pagination-bullet-active{width: 30px;background: var(--mainColor);}
.product_detial_info_right{width: 37.4%;height: auto;}
.product_detial_info_right_title{width: 100%;height: auto;padding-bottom: 15px;border-bottom: 1px solid var(--mainColor);}
.product_detial_info_right_title h1{font-size: 36px;color: #4F4F4F;font-family: var(--ant);}
.product_detial_info_right p{font-size: 16px;color: #2b2b2b;line-height: 1.6;margin-top: 25px;}
.product_detial_info_right_butn{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 76px;}
.product_detial_info_right_butn a{height: 54px;display: flex;justify-content: center;align-items: center;font-size: 18px;font-family: var(--popp700);border-radius: 8px;font-family: var(--lato400);}
.inquire{width: 35.6%;background: var(--mainColor);border: 1px solid var(--mainColor);color: #FFFFFF;}
.download{width: 56.4%;background: #FFFFFF;color: var(--mainColor);margin-left: 12px;}
.download img{display: block;margin-right: 15px;}
.product_detial_butn_box{width: 100%;height: auto;padding-top: 24px;position: sticky;top: 0;background: #FFFFFF;z-index: 9;transition: all 0.6s;}
.product_detial_butn{width: 100%;height: auto;display: flex;justify-content: center;border-bottom: 1px solid rgba(79,79,79,0.4);}
.product_detial_butn li{font-size: 18px;color: #2B2B2B;font-family: var(--popp400);text-align: center;position: relative;cursor: pointer;padding-bottom: 24px;}
.product_detial_butn li + li{margin-left: 58px;}
.product_detial_butn li:after{content: "";display: block;width: 100%;height: 7px;background: var(--mainColor);position: absolute;left: 0;bottom: -4px;display: none;}
.product_detial_butn li.on:after,.product_detial_butn li:hover:after{display: block;}
.product_detial_butn li.on,.product_detial_butn li:hover{color: var(--mainColor);}
.product_detial_content{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 70px;}
.product_detial_content .product_detial_content_list:nth-last-of-type(1){margin-top: 0px;}
.product_detial_description_box{width: 100%;height: auto;background: #ececec;display: flex;justify-content: flex-start;align-items: center;}
.product_detial_description_left{width: 48.6%;height: auto;padding: 67px 66px;}
.product_detial_description_left h4{font-size: 36px;font-family: var(--ant);color: #4f4f4f;display: block;padding-bottom: 28px;position: relative;}
.product_detial_description_left h4:after{content: "";display: block;width: 114px;height: 3px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;}
.product_detial_description_left p{font-size: 16px;color: #4F4F4F;font-family: var(--lato400);line-height: 1.6;margin-top: 40px;}
.product_detial_description_right{width: 51.4%;height: auto;}
.product_detial_description_right img{width: 100%;height: auto;display: block;}
.product_detial_content_list_tab{width: 100%;height: auto;}
.product_detial_content_list table{width: 100%;height: auto;margin-top: 53px;}
.product_detial_content_list td{border: 1px solid #FFFFFF;padding: 5px 15px;height: 50px;font-family: var(--popp300);color: #424242;text-align: center;}
.product_detial_content_list tr:nth-of-type(1) td{color: #FFFFFF;font-family: var(--lato700);text-align: center;}
.product_detial_content_list tr:nth-of-type(even){background: #E5E5E5;}
.product_detial_content_list tr:nth-of-type(odd){background: #EEEEEE;}
.product_detial_content_list tr:nth-of-type(1){background: var(--mainColor);height: 125px;}
.product_detial_advantage_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/product_detial_advantage_bg.jpg) no-repeat center center;background-size: cover;}
.product_detial_advantage_ul{width: 100%;height: auto;margin-top: 70px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_detial_advantage_ul li{width: 23.9%;height: auto;padding: 97px 36px;background: #FFFFFF;border-top: 19px solid var(--mainColor);transition: all 0.3s;margin-left: 1.45%;}
.product_detial_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.product_detial_advantage_ul li img{display: block;transition: all 0.3s;}
.product_detial_advantage_ul li h4{font-size: 18px;color: #353535;font-family: var(--ant);margin-top: 40px;transition: all 0.3s;}
.product_detial_advantage_ul li p{font-size: 16px;color: #353535;line-height: 1.6;margin-top: 22px;transition: all 0.3s;}
.product_detial_advantage_ul li:hover{background: var(--mainColor);}
.product_detial_advantage_ul li:hover h4{color: #fff;}
.product_detial_advantage_ul li:hover p{color: #fff;}
.product_detial_advantage_ul li:hover img{filter: brightness(0) invert(1);}
.product_detial_content_list:nth-last-of-type(1){margin-top: 0;}
.product_detial_more_details_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/product_details_bg.jpg) no-repeat center center;background-size: cover;}
.product_title.white h4{color: #FFFFFF;}
.product_title.white span{background: #FFFFFF;}
.product_detial_more_details_sw{width: 100%;height: auto;}
.product_detial_more_details_sw .swiper-slide{border-radius: 5px;overflow: hidden;}
.product_detial_more_details_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_more_details_content{width: 100%;height: auto;position: relative;margin-top: 70px;}
.product_detial_more_details_sw_right,.product_detial_more_details_sw_left{font-size: 48px;color: #FFFFFF;font-family: var(--popp200);}
.product_detial_more_details_sw_right:hover,.product_detial_more_details_sw_left:hover{color: var(--mainColor);}
.product_detial_more_details_sw_right{right: -53px;}
.product_detial_more_details_sw_left{left: -53px;}
.product_detial_related_box{width: 100%;height: auto;padding: 80px 0;background: #F4F4F4;}
.product_detial_related_sw{width: 100%;height: auto;margin-top: 70px;}
.product_detial_related_sw .swiper-slide{background: #FFFFFF;padding-bottom: 35px;}
.product_detial_related_sw .swiper-slide:hover .product_list_img img{transform: scale(1.1);}
.product_detial_related_sw .swiper-slide:hover span{color: var(--mainColor);text-decoration: underline;}
/*product_detial.html end*/
/* solution.html start */
.solution_content_box{width: 100%;height: auto;padding: 58px 0px;}
.solution_content_btn{width: 100%;height: auto;display: flex;justify-content: center;}
.solution_content_btn li{width: 25.6%;height: 54px;border-radius: 5px;overflow: hidden;}
.solution_content_btn li + li{margin-left: 20px;}
.solution_content_btn li a{display: flex;justify-content: center;align-items: center;text-align: center;width: 100%;height: 100%;font-size: 18px;color: #000000;font-family: var(--popp400);background: rgba(8, 18, 45, 0.1);}
.solution_content_btn li.on a,
.solution_content_btn li:hover a{background: var(--mainColor);color: #FFFFFF;}
.solution_content_box .product_title{margin-top: 58px;}
.solution_content_info h1{font-size: 24px;color: #000000;font-family: var(--popp700);text-transform: uppercase;}
.solution_content_info p{font-size: 14px;color: #0D121A;font-family: var(--popp300);line-height: 1.6;margin-top: 18px;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 46.84%;height: auto;}
.solution_content_ul_right h4{font-size: 24px;color: #222;font-family: var(--popp600);}
.solution_content_ul_right p{font-size: 18px;color: #08122D;font-family: var(--popp300);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-family: var(--popp400);text-align: center;border-radius: 5px;margin-top: 28px;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
.solution_page li + li{margin-left: 5px;}
.solution_page li:nth-of-type(1),.solution_page li:nth-of-type(2){margin-left: 0;}
.solution_page li a{font-size: 18px;color: #222222;font-family: var(--popp300);}
.solution_page li.on a{color: var(--mainColor);font-family: var(--popp700);}
.solution_page{display: flex;justify-content: center;align-items: center;margin-top: 53px;}
.solution_page li.solution_page_prev,.solution_page li.solution_page_next{width: 34px;height: 34px;display: flex;align-items: center;overflow: hidden;border-radius: 50%;}
.solution_page li.solution_page_prev a,.solution_page li.solution_page_next a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;font-family: var(--popp400);color: #FFFFFF;}
.solution_page li.solution_page_prev{background: #08122D;margin-right: 25px;}
.solution_page li.solution_page_next{background: var(--mainColor);margin-left: 25px;}
/* solution.html end */
/*solution_detial.html start*/
.solution_detial_info_box{width: 100%;height: auto;}
.solution_detial_info_content{width: 100%;height: auto;position: relative;}
.solution_detial_info_content_bg{width: 100%;height: auto;}
.solution_detial_info_content_bg img{width: 100%;height: auto;display: block;}
.solution_detial_info_content_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding-left: 60px;padding-bottom: 112px;}
.solution_detial_info_txt{width: 62.1%;height: auto;}
.solution_detial_info_txt h1{font-size: 36px;font-family: var(--ant);color: #FFFFFF;}
.solution_detial_info_txt p{font-size: 16px;color: #FFFFFF;font-family: var(--popp300);line-height: 1.6;margin-top: 10px;}
.solution_banner_bottom_box{width: 100%;height: auto;margin-top: 54px;}
.solution_banner_bottom_box p{font-size: 16px;color: #333;line-height: 1.6;}
.solution_detial_related_product_box{width: 100%;height: auto;margin-top: 54px;padding-bottom: 52px;}
.solution_detial_related_product_ul{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 60px;}
.solution_detial_related_product_ul li{width: 23.4%;height: 58px;display: flex;align-items: center;justify-content: center;border: 1px solid #dcdcdc;border-radius: 5px;font-size: 18px;color: #000000;font-family: var(--popp400);cursor: pointer;text-align: center;}
.solution_detial_related_product_ul li.on,.solution_detial_related_product_ul li:hover{background: var(--mainColor);color: #FFFFFF;border-color: var(--mainColor);}
.solution_detial_related_product_ul li + li{margin-left: 10px;}
.solution_detial_related_product_content{width: 100%;height: auto;padding: 31px 0 80px;background: #F4F4F4;}
.solution_detial_related_product_content_box{width: 100%;height: auto;}
.solution_detial_related_product_content_list{width: 100%;height: auto;display: none;}
.solution_detial_related_product_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_detial_related_product_content_ul li{width: 24.1%;height: auto;margin-top: 37px;margin-left: 1.2%;}
.solution_detial_related_product_content_ul li:nth-of-type(4n+1){margin-left: 0;}
.solution_detial_related_product_content_ul_img{width: 100%;height: auto;aspect-ratio: 386/300;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #fff;}
.solution_detial_related_product_content_ul_img img{max-width: 100%;height: auto;transition: all 0.3s;display: block;}
.solution_detial_related_product_content_ul li:hover .solution_detial_related_product_content_ul_img img{transform: scale(1.1);}
.solution_detial_related_product_content_ul li h4{font-family: var(--popp700);color: var(--mainColor);text-align: center;margin-top: 18px;}
.solutions_parts_box{width: 100%;height: auto;padding: 80px 0px;}
.solutions_parts_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.solutions_parts_ul li{width: 48.94%;height: auto;margin-top: 42px;position: relative;background: #F4F4F4;}
.solutions_parts_ul_top{width: 100%;height: auto;position: relative;}
.solutions_parts_ul_bottom{width: 100%;height: auto;padding: 30px;}
.solutions_parts_ul_bottom p{font-size: 16px;color: #333;line-height: 1.6;}
.solutions_parts_ul_img{width: 100%;height: auto;overflow: hidden;}
.solutions_parts_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solutions_parts_ul_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;}
.solutions_parts_ul_txt h4{font-size: 18px;color: #FFFFFF;font-family: var(--popp700);text-align: center;}
.solutions_parts_ul li:hover .solutions_parts_ul_img img{transform: scale(1.1);}
.solution_detial_customer_box{width: 100%;height: auto;padding: 80px 0px;background: #F4F4F4;}
.solution_detial_customer_center_box{width: 100%;height: auto;margin-top: 43px;overflow: hidden;}
.solution_detial_customer_sw{width: 71.823%;height: auto; margin: 0px auto;overflow: unset;}
.solution_detial_customer_sw_img{width: 100%;height: auto;aspect-ratio:450/340;overflow: hidden;}
.solution_detial_customer_sw_img img{width: 100%;height: auto;display: block;}
.solution_detial_customer_sw_txt{width: 100%;height: auto;margin-top: 40px;position: relative;padding: 0 20px;}
.solution_detial_customer_sw_txt h4{font-size: 24px;color: #000000;font-family: var(--ant);}
.solution_detial_customer_sw_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-family: var(--popp300);margin-top: 10px;}
.solution_detial_customer_sw_txt:before{content: "“";font-size: 24px;color: #000000;font-family: var(--ant);position: absolute;left: 0;top: 0;}
.solution_detial_customer_sw_txt:after{content: "”";font-size: 24px;color: #000000;font-family: var(--ant);position: absolute;right: 0;bottom: -20px;}
.solution_detial_customer_sw .swiper-slide.swiper-slide-active .solution_detial_customer_sw_img{height: auto;aspect-ratio:450/340;}
.solution_detial_customer_sw .swiper-slide.swiper-slide-active .solution_detial_customer_sw_txt{display: block;}
.solution_detial_case_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_case_content{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 64px;}
.solution_detial_case_content_left{width: 56.75%;height: auto;overflow: hidden;}
.solution_detial_case_content_left img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_detial_case_content_left:hover img{transform: scale(1.1);}
.solution_detial_case_content_right{flex: 1;background: #F4F4F4;display: flex;justify-content: center;align-items: center;}
.solution_detial_case_content_right_txt{width: 66.6%;height: auto;}
.solution_detial_case_content_right_txt h4{font-size: 24px;color: #000000;font-family: var(--ant);}
.solution_detial_case_content_right_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-family: var(--popp300);margin-top: 10px;}
.solution_detial_case_content_right_txt a{display: flex;justify-content: center;align-items: center;font-size: 18px;color: #FFFFFF;font-family: var(--popp600);background: var(--mainColor);border-radius: 5px;margin-top: 40px;width: 188px;height: 55px;}
.solution_detial_faq_box{width: 100%;height: auto;padding: 80px 0;background: #F4F4F4;}
/*solution_detial.html end*/
/*service.html start*/
.service_manage_box{width: 100%;height: auto;padding: 80px 0px;background: #F4F4F4;}
.service_title{width: 62.5%;margin: 0px auto;}
.service_title h4{font-size: 36px;color: #000000;font-family: var(--ant);text-align: center;}
.service_title span{display: block;width: 114px;height: 3px;background: var(--mainColor);margin: 0px auto;margin-top: 20px;}
.service_title p{font-size: 16px;color: #000000;line-height: 1.6;font-family: var(--popp300);text-align: center;margin-top: 20px;}
.service_manage_map_box{width: 100%;height: auto;}
.service_manage_map_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 50px;}
.service_partner_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/service_partner_bg.jpg) no-repeat center center;background-size: cover;}
.service_title.white{width: 71.25%;}
.service_title.white h4{color: #FFFFFF;}
.service_title.white span{background: #FFFFFF;}
.service_title.white p{color: #FFFFFF;}
.service_partner_content{width: 100%;height: auto;margin-top: 70px;position: relative;}
.service_partner_content_sw{width: 100%;height: auto;}
.service_partner_content_sw .swiper-slide{border-radius: 10px;overflow: hidden;}
.service_partner_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.service_partner_content_sw_right,.service_partner_content_sw_left{font-size: 60px;color: #FFFFFF;font-family: var(--popp400);}
.service_partner_content_sw_right{right: -73px;}
.service_partner_content_sw_left{left: -73px;}
.service_escort_box{width: 100%;height: auto;padding: 80px 0;background: url(../images/service_escort_bg.jpg) no-repeat center center;background-size: cover;}
.service_escort_btn{width: 100%;height: auto;margin-top: 87px;display: flex;justify-content: center;border-bottom: 1px solid rgba(79, 79, 79, 0.4);}
.service_escort_btn li{font-size: 24px;color: #4F4F4F;font-family: var(--ant);text-align: center;padding-bottom: 22px;position: relative;cursor: pointer;transition: all 0.3s;}
.service_escort_btn li:after{content: "";display: block;width: 100%;height: 3px;background: var(--mainColor);bottom: -2px;position: absolute;left: 0;opacity: 0;transition: all 0.3s;}
.service_escort_btn li.on,.service_escort_btn li:hover{color: var(--mainColor);}
.service_escort_btn li.on:after,.service_escort_btn li:hover:after{opacity: 1;}
.service_escort_btn li + li{margin-left: 120px;}
.service_escort_content{width: 100%;height: auto;}
.service_escort_content_list{width: 100%;height: auto;display: none;margin-top: 366px;}
.service_escort_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;position: relative;}
.service_escort_content_list_ul li{position: relative;z-index: 2;cursor: pointer;}
.service_escort_content_list_ul_ico{width: 132px;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0px auto;position: relative;transition: all 0.3;}
.service_escort_content_list_ul_ico:after{content: "";display: block;width: 26px;height: auto;aspect-ratio:26/24;position: absolute;right:-90px;top: 50%;transform: translateY(-50%);background: url(../images/service_escort_icos.png) no-repeat center center;background-size: 100% auto;}
.service_escort_content_list_ul_ico img{display: block;transition: all 0.3s;}
.service_escort_content_list_ul_title{font-size: 20px;color: #4F4F4F;font-family: var(--ant);margin-top: 24px;text-align: center;}
.service_escort_content_list_ul:after{content: "";display: block;width: 90%;height: 0;border: 1px dashed var(--mainColor);position: absolute;left: 50%;top: 65px;transform: translateX(-50%);}
.service_escort_content_list_ul li:nth-last-of-type(1) .service_escort_content_list_ul_ico:after{display: none;}
.service_escort_content_list_ul_content{width: 416px;height: auto;padding: 30px 23px;background: var(--mainColor);box-shadow: 0px 0px 40px 0px rgba(4, 0, 0, 0.25);border-radius: 5px;position: absolute;left: 50%;transform: translateX(-50%);bottom: calc(100% + 43px);opacity: 0;transition: all 0.3s;}
.service_escort_content_list_ul_content h4{font-size: 20px;color: #FFFFFF;font-family: var(--ant);}
.service_escort_content_list_ul_content p{font-size: 14px;color: #FFFFFF;line-height: 1.6;margin-top: 15px;font-family: var(--popp500);}
.service_escort_content_list_ul_content a{display: block;font-size: 16px;color: #FFFFFF;font-family: var(--popp300);text-decoration: underline;margin-top: 20px;}
.service_escort_content_list_ul_content:after{content: "";display: block;border: 15px solid transparent;border-top-color: var(--mainColor);position: absolute;left: 50%;transform: translateX(-50%);bottom: -15px;border-bottom: none;}
.service_escort_content_list_ul li.on .service_escort_content_list_ul_content{opacity: 1;}
.service_escort_content_list_ul li.on .service_escort_content_list_ul_ico,
.service_escort_content_list_ul li:hover .service_escort_content_list_ul_ico{background: var(--mainColor);}
.service_escort_content_list_ul li.on .service_escort_content_list_ul_ico img,
.service_escort_content_list_ul li:hover .service_escort_content_list_ul_ico img{filter: brightness(0) invert(1);}
.service_contact_box{width: 100%;height: auto;padding: 80px 0px;}
.service_contact_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.service_contact_content_left{width: 47.8%;height: auto;}
.service_contact_content_left img{width: 100%;height: 100%;object-fit: cover;}
.service_contact_content_right{flex: 1;display: flex;justify-content: center;align-items: center;}
.service_contact_content_right_form_box{width: 78.8%;height: auto;}
.service_contact_content_right_form_box h4{font-size: 30px;color: #4F4F4F;font-family: var(--ant);line-height: 1.2;}
.service_contact_content_right_form_box p{font-size: 16px;color: #4F4F4F;line-height: 1.6;font-family: var(--popp400);margin-top: 10px;}
.service_contact_content_right_form_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.service_contact_content_right_form_ul li{width: 49.2%;height: auto;margin-top: 10px;position: relative;}
.service_contact_content_right_form_ul li img{display: block;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.service_contact_content_right_form_ul li input{display: block;width: 100%;height: 49px;padding-left: 19px;font-size: 16px;font-family: var(--popp400);color: #2f2f2f;background: #EEEEEE;border: none;}
.service_contact_content_right_form_ul li input::placeholder{color: #2f2f2f;}
.service_contact_content_right_form_ul li:nth-last-of-type(1){width: 100%;}
.service_contact_content_right_form_ul li textarea{display: block;width: 100%;height: 130px;background: #EEEEEE;padding: 19px;color: #2f2f2f;border: none;resize: none;font-size: 16px;font-family: var(--popp400);}
.service_contact_content_right_form_ul li textarea::placeholder{color: #2f2f2f;}
.service_contact_content_right_form_btn{width: 254px;height: 60px;background: var(--mainColor);border: none;border-radius: 5px;margin-top: 19px;color: #F2F2F2;font-family: var(--popp600);color: #FFFFFF;cursor: pointer;}
/*service.html end*/
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 20px;}
.about_info_video{width: 100%;height: auto;border: solid 16px rgba(205, 205, 205, 0.58);}
.about_info_video iframe{width: 100%;height: 676px;display: block;}
.about_info_content{width: 100%;height: auto;margin-top: 50px;}
.about_info_content_txt{width: 100%;height: auto;margin-top: 45px;}
.about_info_content_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 10px;font-family: var(--popp300);}
.about_speech_box{width: 100%;height: auto;padding: 34px 0;background: #f1f1f1;padding-top: 66px;}
.about_speech_content_box{width: 100%;height: auto;background: #FFFFFF;}
.about_speech_content{width: 87.5%;height: auto;display: flex;justify-content: space-between;align-items: center;margin: 0px auto;}
.about_speech_content_left{width: 42.79%;height: auto;overflow: hidden;border-radius: 10px;margin-top: -31px;}
.about_speech_content_left img{width: 100%;height: auto;display: block;}
.about_speech_content_right{width: 43.93%;height: auto;}
.about_speech_content_right h4{font-size: 30px;color: #000000;font-family: var(--ant);margin-bottom: 30px;}
.about_speech_content_right p strong{font-size: 24px;font-family: var(--popp500);color: #000000;}
.about_speech_content_right p{font-size: 16px;color: #000000;font-family: var(--popp300);line-height: 1.6;}
.about_speech_content_right p:nth-last-of-type(1){text-align: right;font-family: var(--popp500);margin-top: 30px;}
.about_culture_box{width: 100%;height: auto;padding: 80px 0px;}
.about_culture_txt{width: 88.75%;height: auto;margin: 0px auto;margin-top: 42px;}
.about_culture_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-family: var(--popp300);}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.about_culture_ul li{width: 31.25%;height: auto;padding: 41px 88px;box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.26);border-radius: 11px;}
.about_culture_ul li img{display: block;transition: all 0.3s;}
.about_culture_ul li h4{font-size: 24px;color: var(--mainColor);font-family: var(--ant);margin-top: 40px;}
.about_culture_ul li p{font-size: 16px;color: #000000;font-family: var(--popp300);line-height: 1.6;margin-top: 10px;}
.about_culture_ul li:hover img{transform: translateY(-10px);}
.about_care_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F8F8;}
.about_care_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 59px;}
.about_care_content_left{width: 58.4%;height: auto;}
.about_care_content_left_lsit{width: 100%;height: 100%;display: none;}
.about_care_content_left_lsit img{width: 100%;height: 100%;object-fit: cover;}
.about_care_content_ul{width: 37.9%;height: auto;display: flex;justify-content: space-between;flex-direction: column;}
.about_care_content_ul li{border-radius: 10px;width: 100%;overflow: hidden;background: #FFFFFF;}
.about_care_content_ul_top{width: 100%;height: 4vw;display: flex;justify-content: flex-start;align-items: center;padding-left: 58px;cursor: pointer;}
.about_care_content_ul_top span{display: block;font-size: 30px;color: #292929;font-family: var(--popp300);transition: all 0.3s;transform: rotate(90deg);}
.about_care_content_ul_top h4{font-size: 20px;color: #292929;font-family: var(--popp500); margin-left: 24px;}
.about_care_content_ul_bottom{width: 100%;height: auto;padding: 35px 55px;display: none;padding-top: 0;}
.about_care_content_ul_bottom p{font-size: 16px;color: #FFFFFF;line-height: 1.6;}
.about_care_content_ul li.on{background: var(--mainColor);}
.about_care_content_ul li.on .about_care_content_ul_top h4{color: #FFFFFF;}
.about_care_content_ul li.on .about_care_content_ul_top span{transform: rotate(-90deg);color: #FFFFFF;}
.about_care_content_ul li + li{margin-top: 10px;}
.about_dataization_box{width: 100%;height: auto;padding: 80px 0px;}
.about_dataization_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 20px;}
.about_dataization_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 50px;}
.about_dataization_ul li:nth-of-type(3n+1){margin-left: 0;}
.about_dataization_ul_img{width: 100%;height: auto;border-radius: 5px;overflow: hidden;}
.about_dataization_ul_img img{width: 100%;height: auto;transition: all 0.3s;display: block;}
.about_dataization_ul_img a:after{background: url(../images/about_video_ico.png) no-repeat center center rgba(0,0,0,0.6);background-size: 48px;display: none;}
.about_dataization_ul_img:hover img{transform: scale(1.1);}
.about_dataization_ul_img:hover a:after{display: block;}
.about_dataization_ul li h4{font-size: 18px;color: #212121;font-family: var(--popp500); text-align: center;margin-top: 20px;}
.about_history_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/about_history_bg.jpg) no-repeat center center;background-size: cover;}
.about_history_top_sw{width: 100%;height: auto;margin-top: 150px;}
.about_history_top_sw .swiper-slide{position: relative;z-index: 2;cursor: pointer;}
.about_history_top_sw h4{font-size: 24px;color: #000000;font-family: var(--popp600);text-align: center;}
.about_history_top_sw span{display: block;width: 22px;height: 22px;margin: 0px auto;position: relative;margin-top: 22px;border-radius: 50%;}
.about_history_top_sw span:after{content: "";display: block;width: 10px;height: 10px;background: #FFFFFF;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;}
.about_history_top_sw i{display: block;width: 20px;height: auto;margin: 0px auto;margin-top: 10px;display: none;}
.about_history_top_sw i img{width:100%;height: auto;display: block;}
.about_history_top_sw:after{content: "";display: block;width: 100%;height: 8px;background: var(--mainColor);position: absolute;left: 0;top: 64px;}
.about_history_top_sw .swiper-slide.swiper-slide-thumb-active h4{font-size: 30px;color: var(--mainColor);}
.about_history_top_sw .swiper-slide.swiper-slide-thumb-active span{background: var(--mainColor);margin-top: 10px;}
.about_history_top_sw .swiper-slide.swiper-slide-thumb-active i{display: block;}
.about_history_bottom_sw{width: 100%;height: auto;margin-top: 59px;}
.about_history_bottom_sw_content{width: 616px;height: auto;margin: 0px auto;}
.about_history_top_sw_img{width: 541px;height: auto;border: 5px solid #FFFFFF;margin: 0px auto;}
.about_history_top_sw_img img{width: 100%;height: auto;display: block;}
.about_history_bottom_sw_content p{font-size: 16px;color: #212121;line-height: 1.6;margin-top: 15px;font-family: var(--popp400);text-align: center;text-transform: capitalize;}
.about_history_bottom_sw_right,.about_history_bottom_sw_left{width: 48px;height: 52px;background: rgba(0,0,0,0.2);display: flex;align-items: center;justify-content: center;font-size: 36px;color: #FFFFFF;font-family: var(--popp400);}
.about_history_bottom_sw_right:hover,.about_history_bottom_sw_left:hover{background: var(--mainColor);}
.about_history_bottom_sw_right{right: 0;}
.about_history_bottom_sw_left{left: 0;}
.about_certifications_box{width: 100%;height: auto;padding: 80px 0px;}
.about_certifications_ul{display: flex;justify-content: center;width: 100%;height: auto;border-bottom: 1px solid rgba(0,0,0,0.2);margin-top: 60px;}
.about_certifications_ul li{font-size: 18px;color: #000000;padding-bottom: 20px;position: relative;cursor: pointer;}
.about_certifications_ul li:after{content: "";display: block;width: 100%;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: -4px;opacity: 0;transition: all 0.3s;}
.about_certifications_ul li.on:after,.about_certifications_ul li:hover:after{opacity: 1;}
.about_certifications_ul li + li{margin-left: 60px;}
.about_certifications_content{width: 100%;height: auto;margin-top: 50px;}
.about_certifications_content_list{width: 100%;height: 0;overflow: hidden;}
.about_certifications_content_list_swiper{width: 100%;height: auto;padding: 8px;padding-bottom: 75px;}
.about_certifications_content_list_swiper .swiper-slide h4{font-size: 14px;color: #393939;text-align: center;margin-top: 29px;font-family: var(--popp400);}
.about_certifications_content_list_swiper .swiper-slide img{width: 100%;height: auto;display: block;box-shadow: 0px 0px 8px 0px #919191;}
.about_certifications_content_list_swiper_page{width: 100%;bottom: 0 !important;}
.about_certifications_content_list_swiper_page span{width: 13px;height: 13px;border: solid 1px #292929;border-radius: 50%;opacity: 1;background: none;}
.about_certifications_content_list_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*about.html end*/
/*development.html start*/
.service_development_platform_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 0;}
.service_development_platform_ul{width: 100%;height: auto;margin-top: 62px;}
.service_development_platform_ul li{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.service_development_platform_ul li:nth-of-type(even){flex-direction: row-reverse;}
.service_development_platform_ul_left{width: 50.1%;height: auto;}
.service_development_platform_ul_left img{width: 100%;height: 100%;object-fit: cover;display: block;}
.service_development_platform_ul_right{flex: 1;display: flex;align-items: center;padding: 57px 96px;}
.service_development_platform_ul li:nth-of-type(even) .service_development_platform_ul_right{justify-content: flex-end;}
.service_development_platform_ul_right_txt{width: 75.53%;height: auto;}
.service_development_platform_ul_right_txt h4{font-size: 24px;color: var(--mainColor);font-family: var(--ant);}
.service_development_platform_ul_right_txt p{font-size: 16px;color: #4F4F4F;margin-top: 15px;line-height: 1.6;}
.service_development_reduce_box{width: 100%;height: auto;padding: 80px 0px;background: #F2F2F2;}
.service_development_reduce_left{width: 27.1%;height: auto;}
.service_development_reduce_left_title{width: 100%;height: auto;}
.service_development_reduce_left_title h4{font-size: 36px;color: #4f4f4f;font-family: var(--ant);}
.service_development_reduce_left_title span{width: 114px;height: 3px;background: var(--mainColor);margin-top: 20px;display: block;}
.service_development_reduce_left_title p{font-size: 16px;color: #4F4F4F;font-family: var(--popp300);line-height: 1.6;margin-top: 30px;}
.service_development_reduce_left_btn{width: 100%;height: auto;}
.service_development_reduce_left_btn li{width: 100%;height: auto;display: flex;align-items: flex-end;padding: 23px 0;border-bottom: 1px solid rgba(79, 79, 79, 0.1);cursor: pointer;}
.service_development_reduce_left_btn li h4{font-size: 18px;color: #4F4F4F;font-family: var(--ant);}
.service_development_reduce_left_btn li span{display: flex;width: 30px;height: 30px;background: var(--mainColor);font-size: 18px;font-family: var(--ant);align-items: center;justify-content: center;color: #FFFFFF;border-radius: 50%;margin-left: 14px;opacity: 0;}
.service_development_reduce_left_btn li:nth-last-of-type(1){border-bottom: none;}
.service_development_reduce_left_btn li.on,.service_development_reduce_left_btn li:hover{border-color: var(--mainColor);}
.service_development_reduce_left_btn li:hover h4,
.service_development_reduce_left_btn li.on h4{color: var(--mainColor);}
.service_development_reduce_left_btn li.on span,
.service_development_reduce_left_btn li:hover span{opacity: 1;}
.service_development_reduce_right{width: 65.71%;height: auto;}
.service_development_reduce_right_list{width: 100%;height: auto;display: none;position: relative;}
.service_development_reduce_right_list_img{width: 100%;height: auto;}
.service_development_reduce_right_list_img img{width: 100%;height: auto;display: block;}
.service_development_reduce_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.service_development_reduce_right_list_txt{width: 49.4%;height: auto;padding: 72px 35px;background: var(--mainColor);position: absolute;bottom: 64px;left: -84px;}
.service_development_reduce_right_list_txt h4{font-size: 24px;color: #FFFFFF;font-family: var(--ant);}
.service_development_reduce_right_list_txt p{font-size: 16px;color: #FFFFFF;font-family: var(--popp300);line-height: 1.6;margin-top: 20px;}
/*development.html end*/
/*innovation.html start*/
.innovation_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.innovation_banner_content a{width: 66px;height: auto;aspect-ratio:1/1;margin: 0px auto;}
.innovation_banner_content a:after{background: url(../images/innovation_banner.png) no-repeat center center;background-size: 100% auto;}
.innovation_banner_content h4{font-size: 48px;font-family: var(--ant);color: #FFFFFF;text-align: center;margin-top: 20px;}
.innovation_info_box{width: 100%;height: auto;padding: 80px 0px;}
.innovation_info_content{width: 100%;height: auto;margin-top: 30px;}
.innovation_info_content p{font-size: 16px;color: #000000;font-family: var(--popp300);line-height: 1.6;margin-top: 20px;}
.innovation_rd_tem_box{width: 100%;height: auto;}
.innovation_rd_tem_top{width: 100%;height: auto;padding: 40px 0;background: var(--mainColor);}
.innovation_rd_tem_top h4{font-size: 24px;color: #FFFFFF;font-family: var(--popp600);}
.innovation_rd_tem_top p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 24px;font-family: var(--popp300);}
.innovation_rd_tem_bottom{width: 100%;height: auto;}
.innovation_rd_tem_bottom img{width: 100%;height: auto;display: block;}
.innovation_tem_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 0;}
.innovation_tem_top{width: 64.8%;height: auto;margin: 0px auto;margin-top: 69px;}
.innovation_tem_top_sw{width: 100%;height: auto;}
.innovation_tem_top_sw .swiper-slide{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.innovation_tem_top_sw_img{width: 30.95%;height: auto;}
.innovation_tem_top_sw_img img{width: 100%;height: auto;display: block;}
.innovation_tem_top_sw_right{width: 61.1%;height: auto;}
.innovation_tem_top_sw_right_title{width: 100%;height: auto;padding-bottom: 18px;border-bottom: 1px solid #dcdcdc;position: relative;}
.innovation_tem_top_sw_right_title:after{content: "";display: block;width: 100px;height: 1px;background: var(--mainColor);position: absolute;left: 0;bottom: -1px;}
.innovation_tem_top_sw_right_title h4{font-size: 30px;color: #4F4F4F;font-family: var(--popp500);}
.innovation_tem_top_sw_right_title p{font-size: 18px;color: #4F4F4F;font-family: var(--popp500);margin-top: 8px;}
.innovation_tem_top_sw_right_txt{width: 100%;height: auto;margin-top: 25px;}
.innovation_tem_top_sw_right_txt p{font-size: 16px;color: #000000;line-height: 1.6;}
.innovation_tem_bottom{width: 100%;height: auto;padding-top: 29px;border-top: 1px solid rgba(79, 79, 79, 0.2);}
.innovation_tem_bottom .contentWH{position: relative;}
.innovation_tem_bottom_sw{width: 85.25%;margin: 0px auto;}
.innovation_tem_bottom_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 50%;border: 10px solid transparent;}
.innovation_tem_bottom_sw_img img{width: 100%;height: auto;display: block;}
.innovation_tem_bottom_sw .swiper-slide h4{font-size: 16px;color: #4F4F4F;font-family: var(--popp500);text-align: center;color: #4F4F4F;margin-top: 30px;}
.innovation_tem_bottom_sw .swiper-slide.swiper-slide-thumb-active .innovation_tem_bottom_sw_img{border-color: var(--mainColor);}
.innovation_tem_bottom_sw .swiper-slide.swiper-slide-thumb-active h4{color: var(--mainColor);}
.innovation_tem_bottom_sw_right,.innovation_tem_bottom_sw_left{font-size: 60px;font-family: var(--popp300);color: var(--mainColor);opacity: 1;}
.innovation_tem_bottom_sw_right.swiper-button-disabled,.innovation_tem_bottom_sw_left.swiper-button-disabled{color: #4F4F4F;opacity: 0.2;}
.innovation_tem_bottom_sw_right{right: 0;text-align: right;}
.innovation_tem_bottom_sw_left{left: 0;}
.innovation_patent_box{padding: 80px 0px;background: #F5F5F5;}
.innovation_patent_sw{width: 100%;height: auto;margin-top: 40px;padding: 8px;padding-bottom: 67px;margin-top: 40px;}
.innovation_patent_sw .swiper-slide{box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.44);}
.innovation_patent_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.innovation_patent_sw_page{width: 100%;bottom: 0 !important;}
.innovation_patent_sw_page span{width: 13px;height: 13px;border: solid 1px #292929;border-radius: 50%;opacity: 1;background: none;}
.innovation_patent_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
/*innovation.html end*/
/*contact.html start*/
.contact_word_map_box{width: 100%;height: auto;padding: 80px 0px;}
.contact_word_map_box img{display: block;max-width: 100%;height: auto;margin: 0px auto;margin-top: 72px;}
.contact_partners_box{width: 100%;height: auto;padding: 80px 0px;background: #F3F3F3;}
.contact_partners_btn{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 74px;}
.contact_partners_btn li{width: 11.4%;height: auto;position: relative;cursor: pointer;}
.contact_partners_btn li:after{content: "";display: block;width: 18px;height: auto;aspect-ratio:18/9;background: url(../images/conatct_partners_icos.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 50%;transform: translateX(-50%);bottom: -14px;opacity: 0;transition: all 0.3s;}
.contact_partners_btn_ico{width: 80px;height: auto;aspect-ratio: 1/1;background: var(--mainColor);display: flex;justify-content: center;align-items: center;margin: 0px auto;border-radius: 11px;}
.contact_partners_btn_ico img{display: block;}
.contact_partners_btn li h4{font-size: 16px;color: #000000;font-family: var(--popp600);text-align: center;margin-top: 11px;transition: all 0.3s;}
.contact_partners_btn li.on h4,.contact_partners_btn li:hover h4{color: var(--mainColor);}
.contact_partners_btn li.on:after,.contact_partners_btn li:hover:after{opacity: 1;}
.contact_partners_content{width: 100%;height: auto;margin-top: 45px;}
.contact_partners_content_list{width: 100%;height: auto;display: none;justify-content: space-between;align-items: center;}
.contact_partners_content_list_left{width: 35.3%;height: auto;}
.contact_partners_content_list_left h4{font-size: 24px;color: var(--mainColor);font-family: var(--ant);}
.contact_partners_content_list_left p{font-size: 16px;color: #000000;font-family: var(--popp300);margin-top: 30px;}
.contact_partners_content_list_left p strong{font-size: 18px;font-family: var(--popp500);}
.contact_partners_content_list_right{width: 61.2%;height: auto;overflow: hidden;border-radius: 10px;}
.contact_partners_content_list_right img{width: 100%;height: auto;display: block;}
.contact_process_box{width: 100%;height: auto;padding: 80px 0px;}
.contact_process_content{width: 100%;height: auto;margin-top: 74px;display: flex;justify-content: space-between;}
.contact_process_content_left{width: 56%;height: auto;}
.contact_process_content_left img{width: 100%;height: auto;}
.contact_process_content_left_list{width: 100%;height: auto;display: none;}
.contact_process_content_right{width: 42.1%;height: auto;}
.contact_process_content_right_ul{width: 100%;}
.contact_process_content_right_ul_number_box{width: 46px;height: auto;position: relative;}
.contact_process_content_right_ul_number{width: 46px; aspect-ratio:1/1;height: auto;background: #eedccb;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #4F4F4F;font-family: var(--popp600);margin-top: 15px;}
.contact_process_content_right_ul_number_box:after{content: "";display: block;width: 1px;height: calc(100% + 15px);top: 61px;left: 50%;transform: translateX(-50%);background: #d2d2d2;position: absolute;}
.contact_process_content_right_ul_content{width: 87.82%;height: auto;border: 1px solid #c9c9c9;border-radius: 10px;}
.contact_process_content_right_ul_content_top{width: 100%;height: auto;padding: 20px 33px;font-size: 20px;color: #000;font-family: var(--ant);position: relative;cursor: pointer;}
.contact_process_content_right_ul li{display: flex;justify-content: space-between;width: 100%;height: auto;}
.contact_process_content_right_ul li + li{margin-top: 21px;}
.contact_process_content_right_ul_content_top::after {content: "";position: absolute;border: 15px solid transparent;border-radius: 4px;top: 50%;right: 100%;transform: translateY(-50%);border-right-color: #c9c9c9;}
.contact_process_content_right_ul_content_top::before {content: "";position: absolute;border: 14px solid transparent;border-radius: 4px;top: 50%;right: calc(100% - 1px);transform: translateY(-50%);border-right-color: #FFFFFF;z-index: 2;}
.contact_process_content_right_ul_content_bottom{width: 100%;height: auto;padding: 20px 33px;padding-top: 0;display: none;}
.contact_process_content_right_ul_content_bottom p{font-size: 16px;color: #FFFFFF;line-height: 1.6;}
.contact_process_content_right_ul_content_bottom p + p{margin-top: 15px;}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_content{border-color: var(--mainColor);background: var(--mainColor);}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_content_top{color: #FFFFFF;}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_content_top::after{border-right-color: var(--mainColor);}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_content_top::before{border-right-color: var(--mainColor);}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_number{background: var(--mainColor);color: #FFFFFF;}
.contact_process_content_right_ul li.on .contact_process_content_right_ul_number_box:after{background: var(--mainColor);}
.contact_process_content_right_ul li:nth-last-of-type(1) .contact_process_content_right_ul_number_box:after{display: none;}
.contcat_training_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 0;}
.contcat_training_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 80px;}
.contcat_training_content_left{width: 46.2%;height: auto;}
.contcat_training_content_right{width: 51.7%;height: auto;}
.contcat_training_content_left li{width: 100%;height: auto;}
.contcat_training_content_left_top{width: 100%;height: auto;padding: 18px 0;display: flex;justify-content: space-between;align-items: center;border-top: 1px solid #DCDCDC;cursor: pointer;}
.contcat_training_content_left_top h4{font-size: 20px;color: #020202;font-family: var(--ant);}
.contcat_training_content_left_top span{display: block;font-size: 30px;color: #020202;font-family: var(--popp400);transition: all 0.3s;}
.contcat_training_content_left li:nth-last-of-type(1) .contcat_training_content_left_top{border-bottom: 1px solid #DCDCDC;}
.contcat_training_content_left_bottom{padding-bottom: 18px;display: none;}
.contcat_training_content_left_bottom p{font-size: 16px;line-height: 1.6;color: #000000;font-family: var(--popp300);}
.contcat_training_content_left_bottom p strong{font-family: var(--popp500);}
.contcat_training_content_left li.on .contcat_training_content_left_top{border-color: var(--mainColor);border-bottom: none;}
.contcat_training_content_left li.on .contcat_training_content_left_top h4{color: var(--mainColor);}
.contcat_training_content_left li.on .contcat_training_content_left_top span{transform: rotate(90deg);color: var(--mainColor);}
.contcat_training_content_right_list{width: 100%;height: 100%;overflow: hidden;border-radius: 10px;display: none;}
.contcat_training_content_right_list img{width: 100%;height: 100%;object-fit: cover;display: block;}
/*contact.html end*/
/*tem-showcase.html start*/
.tem_showcase_box{width: 100%;height: auto;padding-bottom: 80px;}
.tem_showcase_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.tem_showcase_content_left{width: 50.5%;height: auto;}
.tem_showcase_content_left li{width: 100%;height: auto;position: relative;overflow: hidden;border-radius: 5px;}
.tem_showcase_content_left_img{width: 100%;height: auto;overflow: hidden;}
.tem_showcase_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.tem_showcase_content_left li:hover .tem_showcase_content_left_img img{transform: scale(1.1);}
.tem_showcase_content_left_txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 60px 52px 30px 52px;display: flex;flex-direction: column;justify-content: space-between;}
.tem_showcase_content_left_txt_title{width: 100%;height: auto;}
.tem_showcase_content_left_txt_title h4{font-size: 30px;color: #FFFFFF;font-family: var(--ant);}
.tem_showcase_content_left_txt_title span{display: block;width: 95px;height: 5px;background: var(--mainColor);margin-top: 5px;}
.tem_showcase_content_left_txt_con{width: 100%;height: auto;}
.tem_showcase_content_left_txt_con p{font-size: 16px;color: #FFFFFF;font-family: var(--popp300);line-height: 1.6;}
.tem_showcase_content_left li + li{margin-top: 30px;}
.tem_showcase_content_right{width: 46.7%;height: auto;position: relative;border-radius: 5px;overflow: hidden;}
.tem_showcase_content_right_img{width: 100%;height: 100%;}
.tem_showcase_content_right_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.tem_showcase_content_right:hover .tem_showcase_content_right_img img{transform: scale(1.1);}
.tem_showcase_management_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F5F5;}
.tem_showcase_management_content{width: 100%;height: auto;position: relative;overflow: hidden;margin-top: 69px;padding-bottom: 92px;}
.tem_showcase_management_sw{width: 66.15%;height: auto;margin: 0px auto;overflow: unset;}
.tem_showcase_management_sw .swiper-slide{width: 30%;display: flex;justify-content: flex-start;background: #FFFFFF;}
.tem_showcase_management_sw_img{width: 100%;height: auto;position: relative;}
.tem_showcase_management_sw_img img{width: 100%;height: auto;display: block;}
.tem_showcase_management_sw_img_title{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(0deg, rgba(0,0,0,0.4) 16%, rgba(0,0,0,0.004) 40%);display: flex;align-items: flex-end;justify-content: center;padding-bottom: 24px;}
.tem_showcase_management_sw_img_title h4{color: #FFFFFF;font-size: 24px;font-family: var(--popp500);text-align: center;}
.tem_showcase_management_sw .swiper-slide.swiper-slide-active{width: 70%;}
.tem_showcase_management_sw .swiper-slide.swiper-slide-active .tem_showcase_management_sw_img{width: 42.85%;}
.tem_showcase_management_sw_right{width: 57.15%;height: auto;display: flex;align-items: center;justify-content: center;padding: 57px 45px;display: none;position: relative;}
.tem_showcase_management_sw_right:after{content: "";position: absolute;border: 13px solid transparent;border-radius: 4px;top: 50px;right: calc(100% - 1px);border-right-color: #FFFFFF;}
.tem_showcase_management_sw_right_txt{width: 100%;height: auto;}
.tem_showcase_management_sw_right_txt h4{font-size: 36px;color: #000000;font-family: var(--popp500);}
.tem_showcase_management_sw_right_txt span{display: block;font-size: 18px;color: #2d2d2d;font-family: var(--popp300);margin-top: 10px;}
.tem_showcase_management_sw_right_txt p{font-size: 16px;color: #2D2D2D;line-height: 1.6;font-family: var(--popp300);margin-top: 25px;}
.tem_showcase_management_sw .swiper-slide.swiper-slide-active .tem_showcase_management_sw_right{display: flex;}
.tem_showcase_management_sw .swiper-slide.swiper-slide-active .tem_showcase_management_sw_img_title{display: none;}
.tem_showcase_management_sw_btn{width: 50px;height: auto;aspect-ratio:1/1;background: var(--mainColor);position: absolute;right: 27.95%;bottom: 10px;z-index: 99;border-radius: 50%;}
.tem_showcase_management_sw_btn_right,.tem_showcase_management_sw_btn_left{width: 50%;height: 100%;font-size: 30px;color: #FFFFFF;font-family: var(--popp300);text-align: center;}
.tem_showcase_management_sw_btn_right{right: 0;}
.tem_showcase_management_sw_btn_left{left: 0;}
.tem_showcase_management_sw_page{width: 100%;bottom: 0;}
.tem_showcase_management_sw_page span{width: 50px;height: 50px;background: none;font-size: 24px;color: #000000;font-family: var(--popp300);opacity: 1;line-height: 50px;border-radius: 50%;}
.tem_showcase_management_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);color: #FFFFFF;}
.tem_showcase_daily_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 0;}
.tem_showcase_title{width: 100%;height: auto;}
.tem_showcase_daily_txt{width: 64.1%;height: auto;margin: 0px auto;margin-top: 50px;}
.tem_showcase_daily_txt p{font-size: 16px;color: #2D2D2D;line-height: 1.6;font-family: var(--popp300);}
.tem_showcase_daily_content{width: 100%;height: auto;padding: 20px 0 50px 0;background: #f5f5f5;margin-top: 33px;}
.tem_showcase_daily_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tem_showcase_daily_content_ul li{width: 49.1%;height: auto;margin-top: 30px;}
.tem_showcase_daily_content_ul li img{width: 100%;height: auto;display: block;}
.tem_showcase_build_box{width: 100%;height: auto;padding: 80px 0px;}
.tem_showcase_build_img{width: 100%;height: auto;margin-top: 60px;}
.tem_showcase_build_img img{width: 100%;height: auto;display: block;}
.tem_showcase_build_box .tem_showcase_daily_txt{width: 67.1%;}
/*tem-showcase.html end*/
/*production.html start*/
.production_info_box{width: 100%;height: auto;padding: 80px 0;}
.production_info_content{width: 100%;height: auto;margin-top: 33px;}
.production_info_content p{font-size: 16px;line-height: 1.6;color: #000000;font-family: var(--popp300);}
.production_info_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.production_info_content_ul li{width: 31.25%;height: auto;box-shadow: 0px 0px 18px 0px rgba(108, 108, 108, 0.16);padding: 46px 117px 75px 117px;margin-top: 60px;}
.production_info_content_ul li h4{font-size: 48px;color: var(--mainColor);font-family: var(--ant);text-align: center;}
.production_info_content_ul li p{font-size: 16px;color: #000000;text-align: center;line-height: 1.6;font-family: var(--popp300);margin-top: 36px;}
.production_info_content_ul li h4 sub{font-size: 24px;}
.production_equipments_box{width: 100%;height: auto;background: var(--mainColor);display: flex;justify-content: flex-start;}
.production_equipments_left{width: 43.65%;height: auto;padding: 60px 0; padding-left: 8.23%;}
.production_equipments_left_content{width: 65.4%;height: auto;}
.production_equipments_left_content_title{font-size: 36px;color: #FFFFFF;font-family: var(--ant);}
.production_equipments_left_content_ul{margin-top: 27px;}
.production_equipments_left_content_ul li{width: 100%;height: auto;margin-top: 10px;padding-left: 35px;position: relative;}
.production_equipments_left_content_ul li:before{content: "";display: block;width: 12px;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.production_equipments_left_content_ul li:after{content: "";width: 1px;height: calc(100% - 18px);background: #FFFFFF;position: absolute;left: 6px;top: 18px;display: none;}
.production_equipments_left_content_ul li.on:after{display: block;}
.production_equipments_left_content_ul_top{width: 100%;height: auto;font-size: 18px;color: #FFFFFF;font-family: var(--popp500);cursor: pointer;}
.production_equipments_left_content_ul_bottom{width: 100%;height: auto;padding-bottom: 20px;display: none;}
.production_equipments_left_content_ul_bottom p{font-size: 16px;color: #FFFFFF;line-height: 1.6;font-family: var(--popp300);}
.production_equipments_right{width: 56.35%;height: auto;}
.production_equipments_right_list{width: 100%;height: 100%;display: none;}
.production_equipments_right_list img{width: 100%;height: 100%;object-fit: cover;}
.production_test_box{width: 100%;height: auto;padding: 80px 0px;}
.production_test_content{width: 100%;height: auto;margin-top: 64px;position: relative;}
.production_test_content_sw{width: 100%;height: auto;}
.production_test_content_content{width: 100%;height: auto;}
.production_test_content_content_img{width: 100%;height: auto;clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);overflow: hidden;}
.production_test_content_content_img img{width: 100%;height: auto;display: block;}
.production_test_content_content_title{width: 94%;height: 60px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;}
.production_test_content_content_title h4{font-size: 18px;color: #FFFFFF;font-family: var(--popp400);text-align: center;}
.production_test_content_sw_right,.production_test_content_sw_left{font-family: var(--popp400);font-size: 48px;color: var(--mainColor);}
.production_test_content_sw_right{right: -48px;}
.production_test_content_sw_left{left: -48px;}
.production_test_content_sw_right.swiper-button-disabled,
.production_test_content_sw_left.swiper-button-disabled{color: rgba(0,0,0,0.6);}
.production_process_box{width: 100%;height: auto;padding-bottom: 80px;}
.production_process_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 72px;}
.production_process_ul li{width: calc(50.77% / 6);height: auto;position: relative;transition: all 0.3s;}
.production_process_ul li:after{content: "";display: block;width: 37px;height: auto;aspect-ratio:1/1;background: url(../images/production_process_ico.png) no-repeat center center #FFFFFF;border-radius: 50%;position: absolute; top: 0;right: -18px;z-index: 2;}
.production_process_ul li:nth-last-of-type(1):after{display: none;}
.production_process_ul_img{width: 100%;height: auto;overflow: hidden;}
.production_process_ul_img img{display: block;}
.production_process_ul_txt{width: 100%;height: auto;padding: 0 21px;padding-top: 64px; padding-bottom: 71px;position: absolute;left: 0;bottom: 0;transition: all 0.3s;min-height: 298px;}
.production_process_ul_txt_title{width: 100%;height: auto;}
.production_process_ul_txt_title span{display: flex;justify-content: center;align-items: center;width: 35px;height: 35px;background: var(--mainColor);border-radius: 50%;font-size: 18px;color: #FFFFFF;font-family: var(--ant);}
.production_process_ul_txt_title h4{font-size: 20px;color: #FFFFFF;font-family: var(--ant);margin-top: 35px;}
.production_process_ul_txt_con{width: 70.1%;height: auto;margin-left: 58px;display: none;}
.production_process_ul_txt_con p{font-size: 16px;color: #000000;line-height: 1.6;font-family: var(--popp300);}
.production_process_ul li.on{width: 49.23%;}
.production_process_ul li.on .production_process_ul_txt{background: rgba(255,255,255,0.9);padding-left: 70px;padding-right: 70px;}
.production_process_ul li.on .production_process_ul_txt_title{display: flex;justify-content: flex-start;align-items: center;}
.production_process_ul li.on .production_process_ul_txt_title span{margin-right: 23px;}
.production_process_ul li.on .production_process_ul_txt_title h4{margin-top: 0;color: #000000;}
.production_process_ul li.on .production_process_ul_txt_con{display: block;}
.production_quality_box{width: 100%;height: auto;padding-bottom: 80px;}
.production_quality_content{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 70px;background: #F3F3F3;}
.production_quality_content_left{width: 51.875%;height: auto;}
.production_quality_content_left_list{display: none;width: 100%;height: 100%;}
.production_quality_content_left_list img{width: 100%;height: 100%;object-fit: cover;}
.production_quality_content_right{width: 19.95%;height: auto;}
.production_quality_content_right_list{display: none;width: 100%;height: 100%;}
.production_quality_content_right_list img{width: 100%;height: 100%;object-fit: cover;}
.production_quality_content_center_ul{flex: 1;}
.production_quality_content_center_ul li{width: 100%;height: auto;border-bottom: 1px solid #d2d2d2;position: relative;}
.production_quality_content_center_ul li:before{content: "";display: block;width: 5px;height: 33px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: var(--mainColor);}
.production_quality_content_center_ul li:after{content: "";position: absolute;border: 13px solid transparent;border-radius: 4px;top: 50px;right: calc(100% - 1px);border-right-color: var(--mainColor);opacity: 0;transition: all 0.3s;}
.production_quality_content_center_ul_top{width: 100%;height: auto;padding: 20px 60px;font-size: 18px;color: #000000;font-family: var(--ant);cursor: pointer;}
.production_quality_content_center_ul_bottom{padding: 0 60px;padding-bottom: 30px;display: none;}
.production_quality_content_center_ul_bottom p{font-size: 16px;color: #000000;font-family: var(--popp300);line-height: 1.6;}
.production_quality_content_center_ul_bottom p + p{margin-top: 10px;}
.production_quality_content_center_ul li.on:after{opacity: 1;}
.production_quality_content_center_ul li.on:before{top: 0;transform: none;height: calc(100% - 10px);}
.production_quality_content_center_ul li.on .production_quality_content_center_ul_top{color: var(--mainColor);}
.production_quality_content_center_ul li:nth-last-of-type(1){border-bottom: none;}
/*production.html end*/
/* case_detial start */
.case_detial_box{width: 100%;height: auto;padding: 80px 0px;background: #f8f8f8;}
.case_detial_box h1{display: block;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;font-size: 36px;font-family: var(--ant);text-align: center;color: #000;margin-bottom: 50px;}
.case_detial_box h4{font-size: 28px;font-family: var(--ant);margin-top: 30px;}
.case_detial_box ul,.case_detial_box ul li{padding: 0;margin: 0;}
.case_detial_box ul{display: flex;justify-content: center;flex-wrap: wrap;}
.case_detial_box ul li{max-width: 50%;list-style: none;}
.case_detial_box p{font-size: 18px;color:#000;line-height: 1.6;margin-top: 15px;}
.case_detial_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 15px;}
/* case_detial end */
.news_rel_content_left_content_time{margin-top: 10px;}
.Y_news_detial_content_left_con table td,.Y_news_detial_content_left_con table th,
.Y_news_detial_content_left_con table{border: 1px solid #000;}
.Y_news_detial_content_left_con table td,.Y_news_detial_content_left_con table th{padding: 8px 10px;}
.bauma_banner{width: 100%;height: auto;}
.bauma_banner img{width: 100%;height: auto;display: block;}
.bauma_staff_box{width: 100%;height: auto;padding: 80px 0;padding-top: 50px;background: #EEEEEE;}
.bauma_staff_title{width: 100%;height: auto;}
.bauma_staff_title h2{font-size: 36px;color: #000000;font-family: var(--ant);text-align: center;}
.bauma_staff_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.bauma_staff_ul li{width: 48.63%;height: auto;margin-top: 54px;}
.bauma_staff_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 5px;}
.bauma_staff_ul_img img{width: 100%;height: auto;display: block;}
.bauma_staff_ul_content{width: 91.4%;height: auto;padding: 30px 35px;background: #FFFFFF;position: relative;z-index: 3;border-radius: 5px;box-shadow: 0px 0px 19.9px 0px rgba(0, 0, 0, 0.08);margin-top: -94px;display: flex;justify-content: space-between;}
.bauma_staff_ul_content_left h2{font-size: 24px;color: #050505;font-family: var(--popp600);margin-bottom: 20px;}
.bauma_staff_ul_content_left p{font-size: 16px;color: #1D1D1D;font-family: var(--popp400);display: flex;align-items: center;}
.bauma_staff_ul_content_left p img{display: block;margin-right: 10px;}
.bauma_staff_ul_content_left p + p{margin-top: 14px;}
.bauma_staff_ul_content_left p a{padding-left: 5px;}
.bauma_staff_ul_content_left p a:hover{text-decoration: underline;}
.bauma_staff_ul_content_right{width: 148px;height: auto;}
.bauma_staff_ul_content_right h2{color: var(--mainColor);text-decoration: underline;font-family: var(--popp600);text-align: center;font-size: 16px;}
.bauma_staff_ul_content_right_img{width: 105px;height: auto;margin: 0px auto;margin-top: 20px;border: 1px solid rgba(0,0,0,0.1);border-radius: 6px;overflow: hidden;}
.bauma_staff_ul_content_right_img img{width: 100%;height: auto;display: block;}
.bauma_core_box{width: 100%;height: auto;padding: 80px 0;}
.bauma_core_box img{width: 100%;height: auto;display: block;}
.bauma_more{display: flex;justify-content: center;align-items: center;width: 267px;height: 56px;border-radius: 6px;background: var(--mainColor);margin: 0px auto;margin-top: 64px;font-size: 18px;color: #FFFFFF;font-family: var(--popp600);}
.bauma_more:hover{box-shadow: inset 0 0 2px 4px rgba(0,0,0,0.2);}
.bauma_success_case_box{width: 100%;height: auto;padding: 80px 0;background: #EEEEEE;}
.bauma_success_case_box img{width: 100%;height: auto;display: block;}
.bauma_company_box{width: 100%;height: auto;padding: 80px 0;}
.bauma_company_img{width: 100%;height: auto;}
.bauma_company_img img{width: 100%;height: auto;display: block;}
.bauma_company_sw_content{width: 100%;height: auto;margin-top: 60px;position: relative;}
.bauma_company_sw{width: 100%;height: auto;}
.bauma_company_sw .swiper-slide{border-radius: 6px;overflow: hidden;width: 100%;height: auto;}
.bauma_company_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.bauma_company_sw_right,.bauma_company_sw_left{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: #FFFFFF;font-size: 38px;color: var(--mainColor);font-family: var(--popp300);}
.bauma_company_sw_right:hover,.bauma_company_sw_left:hover{background: var(--mainColor);color: #FFFFFF;}
.bauma_company_sw_right{right: -25px;}
.bauma_company_sw_left{left: -25px;}
.bauma_form_box{width: 100%;height: auto;padding-bottom: 80px;}
.bauma_form_content_box{width: 100%;height: auto;padding: 60px 77px;border-radius: 10px;background: url(../images/bauma_contact_bg.jpg) no-repeat center center;background-size: cover; display: flex;justify-content: space-between;}
.bauma_form_content_left{width: 35.75%;height: auto;}
.bauma_form_content_left h3{font-size: 24px;color: #FFFFFF;font-family: var(--popp600);}
.bauma_form_content_left h2{font-size: 36px;color: var(--mainColor);font-family: var(--ant);line-height: 1.2;margin-top: 10px;}
.bauma_form_content_left p{font-size: 18px;color: #FFFFFF;line-height: 1.6;font-family: var(--popp400);margin-top: 27px;}
.bauma_form_content_left p a{text-decoration: underline;}
.bauma_form_content_right{width: 45.812%;height: auto;}
.bauma_form_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.bauma_form_content_right_ul li{width: 49.5%;height: auto;position: relative;display: flex;justify-content: space-between;margin-bottom: 10px;}
.bauma_form_content_right_ul li input{display: block;width: 100%;height: 53px;border-radius: 6px;background: #F7F7F7;padding-left: 22px;font-size: 16px;color: #7A7A7A;font-family: var(--popp400);border: none;outline: none;}
.bauma_form_content_right_ul li select{display: block;width: 100%;height: 53px;border-radius: 6px;background: #F7F7F7;padding-left: 22px;font-size: 16px;color: #7A7A7A;font-family: var(--popp400);border: none;outline: none;}
.bauma_form_content_right_ul li.WH100{width: 100%;}
.bauma_form_content_right_ul li textarea{display: block;width: 100%;height: 126px;border-radius: 6px;background: #F7F7F7;padding: 12px 22px;font-size: 16px;color: #7A7A7A;font-family: var(--popp400);border: none;outline: none;resize: none;}
.bauma_form_content_right_ul_left{width: 77.8%;height: auto;position: relative;}
.bauma_form_content_right_ul_right{width: 21.25%;height: 53px;background: #FFFFFF;border-radius: 6px;display: flex;justify-content: center;align-items: center;}
.bauma_form_content_right_ul_right img{max-width: 100%;display: block;height: auto;}
.bauma_form_content_btn{display: block;width: 267px;height: 56px;background: var(--mainColor);border-radius: 6px;cursor: pointer;border: none;margin-top: 20px;font-size: 18px;font-family: var(--popp600);color: #FFFFFF;text-transform: uppercase;}
/*content end*/
/*footer start*/
.footer_box{width: 100%;height: auto;}
.footer_top_box{width: 100%;height: auto;padding: 52px 0px;}
.footer_top_content{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_nav_box h4{font-size: 16px;color: #000000;font-family: var(--popp600);margin-bottom: 18px;}
.footer_nav_box a{display: block;font-size: 16px;color: #000000;line-height: 1.8;}
.footer_nav_box a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_nav_contact_box h4{font-size: 16px;color: #000000;font-family: var(--popp600);margin-bottom: 18px;}
.footer_nav_contact_box p{font-size: 16px;color: #000000;line-height: 1.8;}
.footer_nav_contact_box p a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_tiktok_box{width: 150px;height: auto;}
.footer_tiktok_img{width: 100%;height: auto;border-radius: 11px;border: 1px solid #dbdbdb;overflow: hidden;}
.footer_tiktok_img img{width: 100%;height: auto;display: block;}
.footer_tiktok_txt{width: 100%;height: auto;margin-top: 9px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #000000;}
.footer_tiktok_txt img{display: block;margin-right: 5px;}
.footer_top_form_box{width: 20.4%;height: auto;}
.footer_top_form_box h4{font-size: 16px;color: #000000;font-family: var(--popp600);margin-bottom: 2px;}
.footer_top_form_box form{width: 100%;height: auto;display: block;}
.footer_top_form_ul{width: 100%;height: auto;}
.footer_top_form_ul li{width: 100%;height: 50px;position: relative; border-bottom: 1px solid #b5b5b5;position: relative;}
.footer_top_form_ul li input{display: block;width: 100%;height: 100%;font-size: 16px;color: #000000;border: none;}
.footer_top_form_ul li input::placeholder{color: #000000;}
.footer_top_form_ul li img{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.footer_top_form_btn{font-size: 16px;color: #FFFFFF;display: block;width: 116px;height: 45px;background: var(--mainColor);border-radius: 5px;margin-top: 23px;cursor: pointer;border: none;}
.footer_bottom_box{width: 100%;height: auto;background: rgba(203, 203, 203, 0.2);}
.footer_bottom_content{display: flex;width: 100%;height: 74px;display: flex;justify-content: space-between;align-items: center;}
.footer_bottom_content p{font-size: 15px;color: #000000;}
.footer_bottom_content p a img{vertical-align: middle;margin-left: 5px;}
.footer_bottom_content_share{display: flex;justify-content: flex-end;}
.footer_bottom_content_share li{width: 32px;height: auto;margin-left: 10px;}
.footer_bottom_content_share li:nth-of-type(1){margin-left: 0;}
.footer_bottom_content_share li img{width: 100%;height: auto;display: block;}
.inquireFormBox{margin: 0;transform: translate(-50%, -50%);}
.inquireFormBox .info.textarea .controls{height: 90px;}
.inquireFormBox .controls img{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/*footer end*/
@media (max-width: 1768px) {
	.index_banner_content{padding-top: 11.45%;}
	.index_banner_content_txt a{transform: translateX(39%);}
	.index_development_content_txt_img{width: 145px;}
	.index_development_content_txt_img img{width: 48%;}
	.index_development_content_txt{width: 55%;}
	.solution_detial_related_product_ul li{width: 19.4%;}
	.solution_detial_case_content_right_txt{width: 82.6%;}
	.service_escort_content_list_ul_ico:after{right: -33px;}
	.service_escort_content_list_ul li:nth-of-type(1) .service_escort_content_list_ul_content{left: 82%;}
	.service_escort_content_list_ul li:nth-of-type(1) .service_escort_content_list_ul_content:after{left: 40%;}
	.service_escort_content_list_ul li:nth-last-of-type(1) .service_escort_content_list_ul_content{left: 27%;}
	.service_escort_content_list_ul li:nth-last-of-type(1) .service_escort_content_list_ul_content:after{left: 60%;}
	.about_speech_content_right{width: 50.93%;}
	.about_culture_ul li{padding: 45px;}
	.service_development_reduce_right_list{height: 100%;}
	.service_development_reduce_right_list_img{height: 100%;}
	.service_development_reduce_right_list_img img{height: 100%;object-fit: cover;}
	.service_development_reduce_right_list_txt{width: 58.4%;}
	.contact_partners_btn li h4{font-size: 14px;}
	.contact_process_content_left_list{height: 100%;}
	.contact_process_content_left img{height: 100%;object-fit: cover;}
	.tem_showcase_content_left_txt{padding: 30px;}
	.tem_showcase_management_sw{width: 80%;}
	.tem_showcase_management_sw_right{padding: 25px;}
	.production_info_content_ul li{padding: 46px 70px 58px 70px;}
	.production_equipments_left_content{width: 87.4%;}
	.production_process_ul_txt_con{width: 82.1%;}
	.production_process_ul_txt_title h4{font-size: 18px;}
	.bauma_staff_ul_content{width: 95.4%;}
}
@media (max-width: 1400px) {
	.contentWH{width: 92%;}
	.index_banner_content_txt a{margin-top: 10px;}
	.index_about_number_swiper .swiper-slide h4{font-size: 32px;}
	.index_about_number_swiper_page{bottom: 16px !important;}
	.index_development_content_txt_img{width: 27%;}
	.index_development_content_txt{width: 80%;}
	.product_send_content_info{width: 55.6%;}
	.product_detial_more_details_sw_right{right: -30px;}
	.product_detial_more_details_sw_left{left: -30px;}
	.service_partner_content_sw_right{right: -40px;}
	.service_partner_content_sw_left{left: -40px;}
	.service_escort_content_list_ul{flex-wrap: wrap;margin-top: 20px;}
	.service_escort_content_list_ul li{width: 32%;height: auto;margin-top: 30px;}
	.service_escort_content_list_ul:after{display: none;}
	.service_escort_content_list_ul_ico:after{display: none;}
	.service_escort_content_list_ul_content{position: relative;bottom: 0 !important;left: 0 !important;width: 100%;transform: none;margin-top: 30px;opacity: 1;}
	.service_escort_content_list_ul_content:after{display: none;}
	.service_escort_content_list_ul_content h4{display: none;}
	.service_escort_content_list_ul_content{background: #FFFFFF;}
	.service_escort_content_list_ul_content p{color: #000;}
	.service_escort_content_list_ul_content a{color: #000;}
	.service_escort_content_list_ul_content a:hover{color: var(--mainColor);}
	.service_escort_content_list_ul li.on .service_escort_content_list_ul_content{background: var(--mainColor);}
	.service_escort_content_list_ul li.on p{color: #FFFFFF;}
	.service_escort_content_list_ul li.on a{color: #FFFFFF;}
	.service_escort_content_list{margin-top: 0;}
	.about_speech_content_right{padding: 30px 0;}
	.service_development_platform_ul_right_txt{width: 100%;}
	.service_development_platform_ul_right{padding: 46px;}
	.service_development_reduce_left_title h4{font-size: 32px;}
	.tem_showcase_management_sw{width: 92%;}
	.production_process_ul{flex-wrap: wrap;justify-content: flex-start;}
	.production_process_ul li.on{width: calc(100% - calc(100% / 3));}
	.production_process_ul li{width: calc(100% / 3);}
	.production_process_ul li:after{display: none;}
	.production_quality_content_center_ul_bottom{padding: 0 24px;}
	.production_quality_content_center_ul_top{padding: 20px 24px;}
	.about_care_content_ul_top{height: 68px;}
	
}
@media (max-width: 1200px) {
	.index_banner_content_txt h4{font-size: 48px;}
	.index_product_btn li{font-size: 16px;}
	.index_product_info_box{width: 92%;}
	.index_about_right_content_txt{width: 69%;}
	.index_about_number_box{padding: 10px;width: 21.55%;}
	.index_about_right_content_txt p{line-height: 1.6;margin-top: 10px;}
	.index_about_right_content_txt a{margin-top: 10px;}
	.index_development_content_txt_img{width: 20%;}
	.index_development_content_txt h4{font-size: 24px;}
	.index_development_content_txt p{line-height: 1.6;min-height: 128px;}
	.index_development_content_txt a{margin-top: 10px;}
	.footer_nav_box{width: 32%;}
	.footer_top_form_box{width: 75%;margin-top: 50px;}
	.footer_tiktok_box{margin-top: 50px;}
  .index_products_ul_txt{padding: 0 15px;}
	.product_related_solution_left_swiper{width: 100%;}
	.product_video_content_txt{padding: 0;}
	.product_video_content_txt{width: 56.1%;}
	.product_detial_content_list_tab{overflow: hidden;overflow-x: auto;}
	.solution_detial_info_content_txt{padding-bottom: 40px;}
	.solution_detial_related_product_ul li{width: 23.4%;}
	.solution_detial_case_content_right_txt{padding: 20px 0;}
	.solution_detial_case_content_left img{height: 100%;object-fit: cover;}
	.about_speech_content_left{margin-top: 0;}
	.about_culture_ul li{padding: 30px;}
	.about_care_content_box{flex-wrap: wrap;}
	.about_care_content_left{width: 100%;}
	.about_care_content_ul{width: 100%;margin-top: 10px;}
	.service_development_reduce_content{flex-wrap: wrap;}
	.service_development_reduce_left{width: 100%;}
	.service_development_reduce_right{width: 100%;}
	.service_development_reduce_right_list_txt{left: 0;bottom: 0;}
	.innovation_tem_top_sw_right{padding-bottom: 30px;}
	.innovation_tem_top_sw .swiper-slide{align-items: flex-end;}
	.contact_partners_btn{flex-wrap: wrap;margin-top: 20px;}
	.contact_partners_btn li{width: 24%;margin-top: 50px;}
	.contact_process_content{flex-direction: column-reverse;}
	.contact_process_content_left{width: 100%;margin-top: 30px;}
	.contact_process_content_right{width: 100%;}
	.contcat_training_content{flex-wrap: wrap;}
	.contcat_training_content_left{width: 100%;}
	.contcat_training_content_right{width: 100%;}
	.tem_showcase_content_box{flex-wrap: wrap;}
	.tem_showcase_content_left{width: 100%;}
	.tem_showcase_content_right{width: 100%;margin-top: 30px;}
	.tem_showcase_management_sw .swiper-slide{flex-wrap: wrap;}
	.tem_showcase_management_sw .swiper-slide.swiper-slide-active .tem_showcase_management_sw_img{width: 100%;height: 392px;overflow: hidden;}
	.tem_showcase_management_sw_right{width: 100%;}
	.tem_showcase_management_sw_btn{bottom: -25px;}
	.tem_showcase_daily_txt{width: 100%;}
	.tem_showcase_build_box .tem_showcase_daily_txt{width: 100%;}
	.tem_showcase_management_sw_right:after{display: none;}
	.production_equipments_box{flex-wrap: wrap;}
	.production_equipments_left{width: 100%;padding: 30px 4%;}
	.production_equipments_left_content{width: 100%;}
	.production_equipments_right{width: 100%;}
	.production_test_content_sw_left{left: -27px;}
	.production_test_content_sw_right{right: -27px;}
	.production_quality_content{flex-wrap: wrap;}
	.production_quality_content_left{width: 100%;}
	.bauma_staff_ul li{width: 100%;}
	.bauma_form_content_box{flex-wrap: wrap;}
	.bauma_form_content_left{width: 100%;}
	.bauma_form_content_right{width: 100%;margin-top: 35px;}
}
@media (max-width: 991px) {
	.nav_frist_link{font-size: 16px;}
	.nav_box li + li{margin-left: 15px;}
	.logo{width: 58px;}
	.index_banner_content_txt h4{font-size: 32px;}
	.index_product_title_box h2,
	.index_product_title_box h4{font-size: 100px;}
	.index_product_btn li{font-size: 14px;margin-left: 20px;}
	.index_about_left{width: 100%;clip-path: initial;}
	.index_about_left a{padding: 0;}
	.index_about_box:after{display: none;}
	.index_about_right{width: 100%;clip-path: initial;margin-top: 20px;margin-left: 0;}
	.index_about_number_box{width: 32.55%;top: 46%;}
	.index_about_right_content{padding-left: 0;}
	.index_about_right_content_txt{width: 80%;}
	.index_about_right_content_txt h2,
	.index_about_right_content_txt h4{text-align: center;}
	.index_about_right_content_txt p{text-align: center;}
	.index_about_right_content_txt a{margin: 0px auto;margin-top: 20px;}
	.index_advantage_title{display: none;}
	.index_advantage_box{padding: 56px 0;}
	.index_advantage_content{flex-wrap: wrap;}
	.index_advantage_content_left{width: 100%;}
	.index_advantage_content_right{width: 100%;margin-top: 38px;}
	.index_partent_ul{flex-wrap: wrap;}
	.index_partent_box{padding: 56px 0;padding-top: 36px;}
	.index_partent_ul li{width: 32%;margin-top: 20px;}
	.index_development_content{flex-wrap: wrap;}
	.index_development_content li{width: 100%;}
	.index_development_content_txt p{height: auto;min-height: auto;}
	.index_blog_box{padding: 68px 0;}
	.index_blog_ul{flex-wrap: wrap;margin-top: 10px;}
	.index_blog_ul li{width: 48.5%;margin-top: 30px;}
	.index_ads_content{padding: 5% 4%;}
	.index_ads_bg{height: 320px;}
	.index_ads_bg img{height: 100%;object-fit: cover;}
	.product_list_box{justify-content: space-between;}
	.product_list_box li{width: 48.5%;margin-left: 0;}
	.product_advantage_ul li{width: 48.5%;margin-top: 30px;margin-left: 0;}
	.product_advantage_ul{justify-content: space-between;}
	.product_related_solution_left_swiper .swiper-slide{height: auto;flex-wrap: wrap;}
	.product_related_solution_left_swiper .swiper-slide.swiper-slide-active .product_related_solution_swiper_left{width: 100%;height: auto;}
	.product_related_solution_left_swiper{width: 80%;margin: 0px auto;overflow: hidden;margin-top: 60px;}
	.product_related_solution_left_swiper .swiper-slide.swiper-slide-active .product_related_solution_swiper_right{width: 100%;}
	.product_faq_content{flex-wrap: wrap;}
	.product_faq_content_left{width: 100%;}
	.product_faq_content_right{width: 100%;margin-top: 35px;}
	.product_send_box{min-height: initial;padding: 50px 0;}
	.product_send_content{position: relative;height: auto;}
	.product_send_content_info{position: relative;}
	.product_send_content_txt{width: 100%;}
	.product_send_content_info{width: 100%;margin-top: 30px;padding: 50px;}
	.product_banner_content h1, .product_banner_content h4{font-size: 4.8vw;}
	.product_detial_info_content{flex-wrap: wrap;}
	.product_detial_info_left{width: 100%;}
	.product_detial_info_right{width: 100%;margin-top: 30px;}
	.product_detial_butn li + li{margin-left: 24px;}
	.product_detial_butn li{font-size: 16px;}
	.product_detial_description_box{flex-wrap: wrap;}
	.product_detial_description_left{width: 100%;}
	.product_detial_description_right{width: 100%;}
	.product_detial_advantage_ul{flex-wrap: wrap;margin-top: 30px;justify-content: space-between;}
	.product_detial_advantage_ul li{width: 48.5%;margin-top: 40px;margin-left: 0;}
	.product_detial_more_details_sw_right, .product_detial_more_details_sw_left{display: none;}
	.solution_detial_info_txt{width: 80%;}
	.solution_detial_related_product_ul li{font-size: 14px;height: 46px;}
	.solution_detial_related_product_content_ul{justify-content: space-between;}
	.solution_detial_related_product_content_ul li{width: 48.5%;margin-left: 0;}
	.solution_detial_case_content{flex-wrap: wrap;}
	.solution_detial_case_content_left{width: 100%;}
	.solution_detial_case_content_right{width: 100%;}
	.about_speech_content{width: 92%;flex-wrap: wrap;padding: 5% 0;}
	.about_speech_content_right{width: 100%;}
	.about_speech_content_left{width: 100%;}
	.innovation_tem_top{width: 92%;}
	.contact_partners_content_list{flex-wrap: wrap;}
	.contact_partners_content_list_left{width: 100%;}
	.contact_partners_content_list_right{width: 100%;margin-top: 30px;}
	.production_info_content_ul li{padding: 5% 4%;}
	.production_info_content_ul li h4{font-size: 38px;}
	.header_language_content_ul{grid-template-columns: repeat(2, 1fr);}
	
}
@media (max-width: 768px) {
	.header_top_box{height: 0;overflow: hidden;}
  .logo{width: 25vw;}
	.header{top: 0;}
	.header_content_box{height: 13.8vw;position: initial;}
	.nav_box{position: absolute;top: 13.8vw;width: 100%;background: rgba(255,255,255,0.8);left: 0;height: calc(100vh - 13.8vw);display: none;padding-top: 8.8vw;}
	.header_language_content{width: 92%;min-height: 50vw;border-radius: 1.2vw;}
	.header_language_content{padding: 5% 4%;padding-top: 10.8vw;}
	.header_language_content_close{width: 5vw;right: 3.2vw;top: 3.2vw;}
	.header_language_content_ul{grid-gap: 3.2vw 3.2vw;}
	.header_language_content_ul li{height: 8.8vw;}
	.header_language_content_ul li a{font-size: 3.2vw;}
	.header_butn_box li{width: 4.2vw;}
	.nav_box li{height: auto;text-align: center;width: 100%;display: block;}
	.nav_box li + li{margin-left: 0;margin-top: 5.8vw;}
	.nav_frist_link{font-size: 3.8vw;}
	.nav_list_box{position: relative;width: 100%;}
	.nav_two_link{font-size: 3.6vw;line-height: 10.8vw;padding-left: 0;display: inline-block;}
	.nav_list_three_box{width: 100%;position: relative;left: 0;}
	.nav_list_three_box a{font-size: 3.6vw;line-height: 10.8vw;}
	.header_search_box.on{top: 13.8vw;}
	.header_search_box form{padding: 3.2vw;}
	.header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
	.header_search_box input:nth-last-of-type(1){width: 38.5%;}
	.header.indexHeader{top: 0;}
	.index_video_content h1,
	.index_video_content h4{font-size: 4.8vw;}
	.index_banner_swiper_content h4{font-size: 4.8vw;}
	.index_banner_swiper_img{height: 80vw;}
	.hd_btn{display: block;}
	.index_banner_content .contentWH{justify-content: flex-start;height: 100%;align-items: center;}
	.index_banner_bg{height: 52vw;}
	.index_banner_bg img{height: 100%;object-fit: cover;}
	.index_banner_content{padding-top: 13.8vw;}
	.index_video_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_banner_content_txt h4{font-size: 4.8vw;}
	.index_video_content a,
	.index_banner_content_txt a{width: 36vw;height: 8.8vw;font-size: 3.8vw;margin-top: 3.8vw;border-radius: 2vw;transform: none;}
	.index_banner_sw_page span{width: 1.8vw;height: 1.8vw;}
	.index_banner_sw_page span + span{margin-left: 1.8vw;}
	.index_banner_sw_page_box{bottom: 3.8vw;}
	.index_product_title_box h2,
	.index_product_title_box h4{font-size: 12.8vw;}
	.index_product_title_box span{font-size: 4.8vw;}
	.index_product_btn{flex-wrap: wrap;justify-content: space-between;height: auto;border-bottom: none;}
	.index_product_btn li{width: 48.5%;margin-left: 0;font-size: 3.6vw;line-height: 1.6;text-align: center;margin-top: 3.8vw;}
	.index_product_info_box{margin-top: 5.8vw;}
	.index_product_info_list h4{font-size: 4.8vw;}
	.index_product_info_list p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_product_content{margin-top: 5.8vw;}
	.index_product_content_list_sw .swiper-slide h4{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_product_more{font-size: 3.8vw;margin-top: 5.8vw;}
	.index_product_box{padding-bottom: 8vw;}
	.index_about_left a img{width: 11vw;}
	.index_about_number_swiper .swiper-slide h4{font-size: 4.8vw;}
	.index_about_number_swiper .swiper-slide h4 span{font-size: 3.8vw;}
	.index_about_number_box{padding: 2%;width: 50%;}
	.index_about_number_swiper .swiper-slide p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_about_number_swiper_page span{width: 1.8vw;height: 1.8vw;}
	.index_about_number_swiper_page{bottom: 3.2vw !important;}
	.index_about_right_content_txt{width: 92%;}
	.index_about_right_bg{height: 120vw;}
	.index_about_right_bg img{height: 100%;object-fit: cover;}
	.index_about_number_box{top: 40%;padding: 2%;width: 50%;}
	.index_about_right_content{padding-top: 18vw;}
	.index_about_right_content_txt h2,
	.index_about_right_content_txt h4{font-size: 4.8vw;}
	.index_about_right_content_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_about_right_content_txt a{margin-top: 5.8vw;width: 42vw;height: 10.8vw;border-radius: 2vw;font-size: 3.8vw;}
	.index_about_right_bg{height: 102vw;}
	.index_about_right_bg img{height: 100%;object-fit: cover;}
	.index_advantage_box{padding: 8vw 0;}
	.index_advantage_content_left h2,
	.index_advantage_content_left h4{font-size: 4.8vw;text-align: center;}
	.index_advantage_content_left p{font-size: 3.6vw;text-align: center;}
	.index_advantage_content_left span{font-size: 4.8vw;text-align: center;}
	.index_advantage_content_right{margin-top: 3.2vw;}
	.index_advantage_content_right li{width: 100%;flex-wrap: wrap;margin-top: 3.8vw;}
	.index_advantage_content_right_txt{width: 100%;}
	.index_advantage_content_right_img{width: 16vw;margin: 0px auto;}
	.index_advantage_content_right_txt h4{font-size: 3.8vw;text-align: center;}
	.index_advantage_content_right_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_advantage_content_right li:nth-of-type(1), .index_advantage_content_right li:nth-of-type(2){margin-top: 3.8vw;}
	.index_honor_box{padding: 8vw 4%;}
	.index_honor_btn_box li{font-size: 3.6vw;padding-bottom: 5.8vw;}
	.index_honor_btn_box li:hover:after, .index_honor_btn_box li.on:after{height: 0.3vw;bottom: -0.15vw;}
	.index_honor_content_box{margin-top: 8vw;}
	.index_honor_content_list_sw{padding-bottom: 8vw;}
	.index_honor_content_list_sw .swiper-slide h4{font-size: 3.6vw;}
	.index_honor_content_list_sw_page span{width: 1.8vw;height: 1.8vw;}
	.index_partent_box{padding: 8vw 0;padding-top: 4.2vw;}
	.index_partent_ul li{width: 48.5%;border-radius: 2vw;margin-top: 3.8vw;}
	.index_development_title{font-size: 4.8vw;}
	.index_development_content{margin-top: 5.8vw;}
	.index_development_content_txt h4{font-size: 4.8vw;}
	.index_development_content_txt p{font-size: 3.6vw;}
	.index_development_content_txt a{width: 42vw;height: 10.8vw;border-radius: 2vw;font-size: 3.8vw;}
	.index_development_content_bg{height: 80vw;}
	.index_development_content_bg img{height: 100%;object-fit: cover;}
	.index_blog_box{padding: 8vw 0;}
	.index_blog_ul{margin-top: 3.2vw;}
	.index_blog_ul li{width: 100%;margin-top: 3.8vw;}
	.index_blog_ul_txt{padding: 5% 4%;}
	.index_blog_ul_txt span{font-size: 3.6vw;}
	.index_blog_ul_txt h4{font-size: 3.8vw;}
	.index_blog_ul_txt p{font-size: 3.6vw;}
	.index_ads_content h4{font-size: 4.8vw;}
	.index_ads_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_ads_content a{width: 42vw;height: 10.8vw;border-radius: 2vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.index_ads_bg{height: 62vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_nav_box h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.footer_nav_box a{font-size: 3.6vw;}
	.footer_nav_box{width: 48.5%;}
	.footer_nav_contact_box{width: 100%;margin-top: 5.8vw;}
	.footer_nav_contact_box h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.footer_nav_contact_box p{font-size: 3.6vw;}
	.footer_tiktok_box{margin-top: 5.8vw;width: 28vw;}
	.footer_tiktok_txt{font-size: 3.6vw;}
	.footer_tiktok_txt img{width: 3.8vw;}
	.footer_top_form_box{width: 60vw;margin-top: 5.8vw;}
	.footer_top_form_box h4{font-size: 3.8vw;}
	.footer_top_form_ul li{height: 8.8vw;}
	.footer_top_form_ul li input{font-size: 3.2vw;}
	.footer_top_form_btn{width: 32vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;border-radius: 1.2vw;}
	.footer_bottom_content{height: auto;padding: 4% 0;flex-wrap: wrap;flex-direction: column;align-items: center;}
	.footer_bottom_content p{font-size: 3.2vw;text-align: center;}
	.footer_bottom_content p img{width: 12.8vw;}
	.footer_bottom_content p:nth-last-of-type(1){margin-top: 1.8vw;}
	.footer_bottom_content_share{margin-top: 3.2vw;}
	.footer_bottom_content_share li{width: 6vw;margin-left: 3.2vw;}
	.product_box{padding: 8vw 0;}
	.product_title h1, .product_title h4{font-size: 4.8vw;}
	.product_banner_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_category_box{border-bottom: none;flex-wrap: wrap;justify-content: space-between}
	.product_category_box li{margin-top: 3.8vw;width: 48.5%;}
	.product_category_box li + li{margin-left: 0;}
	.product_category_box li a{font-size: 3.6vw;padding-bottom: 1.8vw;text-align: center}
  .products_info_box{padding: 8vw 0;}
  .index_products_ul{margin-top: 3.2vw;}
  .index_products_ul li{width: 100%;margin-top: 3.8vw;}
  .index_products_ul_txt h4{margin-top: 5%;}
  .index_products_ul_txt h4 a{font-size: 3.8vw;}
  .index_products_ul_more{margin-top: 1.8vw;font-size: 3.2vw;}
  .index_products_ul_img{margin-top: 3.8vw;}
	.crumbs_box ul i, .crumbs_box ul li span, .crumbs_box ul li a{font-size: 2.7vw;}
	.product_title i{width: 12vw;height: 0.2vw;margin-top: 3.6vw;}
	.product_title p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_list_box {margin-top: 3.2vw;}
	.product_list_box li{width: 100%;height: auto;padding-bottom: 4.8vw;}
	.product_list_content h4{font-size: 4.2vw;}
	.product_list_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_list_content{margin-top: 3.6vw;padding: 0 4%;}
	.product_list_content span{font-size: 3.8vw;margin-top: 3.2vw;}
	.page{margin-top: 5.8vw;}
	.page li.page_prev, .page li.page_next{width: 6vw;font-size: 3.8vw;height: 6vw;}
	.page li.page_prev{margin-right: 3.2vw;}
	.page li.page_next{margin-left: 3.2vw;}
	.page li a{font-size: 3.6vw;}
	.product_video_bg{height: 74vw;}
	.product_video_bg img{height: 100%;object-fit: cover;}
	.product_video_content_txt{width: 100%;}
	.product_video_content_txt h4{font-size: 4.8vw;}
	.product_video_content_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_video_content_txt a{width: 52vw;height: 10.8vw;font-size: 3.8vw;margin-top: 3.8vw;}
	.product_video_content_txt a img{width: 8vw;margin-right: 3.2vw;}
	.product_advantage_box{padding: 8vw 0;}
	.product_advantage_ul{margin-top: 3.2vw;}
	.product_advantage_ul li{width: 100%;height: auto;margin-top: 3.8vw;}
	.product_advantage_ul_img{width: 20vw;margin: 0px auto;}
	.product_advantage_ul li h4{font-size: 3.8vw;text-align: center;margin-top: 3.2vw;}
	.product_advantage_ul li p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.product_related_solution_box{padding: 8vw 0;}
	.product_related_solution_left_swiper{width: 92%;margin-top: 5.8vw;}
	.product_related_solution_swiper_right_ico{width: 18vw;}
	.product_related_solution_swiper_right_ico img{width: 52%;}
	.product_related_solution_swiper_right{padding: 5% 4%;}
	.product_related_solution_swiper_right h4{font-size: 4.2vw;margin-top: 3.2vw;}
	.product_related_solution_swiper_right p{margin-top: 3.6vw;font-size: 3.6vw;}
	.product_related_solution_swiper_btn_right, .product_related_solution_swiper_btn_left{display: none;}
	.product_faq_box{padding: 8vw 0;}
	.product_faq_content_left h4{font-size: 4.8vw;text-align: center;}
	.product_faq_content_left span{width: 12vw;height: 0.2vw;margin: 0px auto;margin-top: 3.2vw;}
	.product_faq_content_left p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.product_faq_content_right_top{padding: 5% 4%;}
	.product_faq_content_right_top_left img{width: 6vw;}
	.product_faq_content_right_top_left{align-items: flex-start;}
	.product_faq_content_right_top_right{font-size: 4.8vw;}
	.product_faq_content_right_bottom{padding: 5% 4%;padding-left: 15%;}
	.product_faq_content_right_bottom p{font-size: 3.6vw;}
	.product_faq_content_right_bottom:before{width: 6vw;left: 4%;top: 5%;}
	.product_faq_content_right_top_left h4{font-size: 3.6vw;margin-left: 1.8vw;}
	.product_send_box{padding: 8vw 0;}
	.product_send_content_txt h4{font-size: 4.2vw;line-height: 1.6;}
	.product_send_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_send_content_txt a{width: 52vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.product_send_content_info{padding: 5% 4%;border-radius: 0;margin-top: 5.8vw;}
	.product_send_content_info_con{width: 100%;}
	.product_send_content_info_con h4{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.product_send_content_info_con p{margin-top: 3.8vw;}
	.product_send_content_info_con p img{width: 4vw;margin-right: 1.8vw;}
	.product_send_content_info_con p a,.product_send_content_info_con p{font-size: 3.6vw;}
	.product_detial_butn_box{display: none;}
	.product_detial_info_box {padding: 8vw 0;}
	.product_detial_info_right{margin-top: 5.8vw;}
	.product_detial_info_right_title h1{font-size: 4.8vw;}
	.product_detial_info_right_title{padding-bottom: 1.8vw;}
	.product_detial_info_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_detial_info_right_butn{margin-top: 5.8vw;}
	.product_detial_info_right_butn a{height: 10.8vw;font-size: 3.8vw;border-radius: 0.6vw;}
	.product_detial_info_right_butn a img{width: 5vw;margin-right: 1.8vw;}
	.product_detial_content_list{margin-top: 8vw;}
	.product_detial_description_left{padding: 5% 4%;}
	.product_detial_description_left h4{font-size: 4.8vw;padding-bottom: 2.8vw;}
	.product_detial_description_left h4:after{width: 15vw;height: 0.4vw;}
	.product_detial_description_left p{margin-top: 3.6vw;font-size: 3.6vw;}
	.product_detial_content_list table{margin-top: 5.8vw;}
	.product_detial_content_list tr:nth-of-type(1){height: 10.8vw;}
	.product_detial_content_list td{font-size: 3.6vw;padding: 5px 1.2vw;}
	.product_detial_advantage_box{padding: 8vw 0;}
	.product_detial_advantage_ul{margin-top: 3.2vw;}
	.product_detial_advantage_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;border-width: 2vw;}
	.product_detial_advantage_ul li img{width: 20vw;}
	.product_detial_advantage_ul li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.product_detial_advantage_ul li p{font-size: 3.6vw;margin-top: 3.6vw;}
	.product_detial_more_details_box{padding: 8vw 0;}
	.product_detial_more_details_content{margin-top: 5.8vw;}
	.product_detial_related_box{padding: 8vw 0;}
	.product_detial_related_sw{margin-top: 5.8vw;}
	.product_detial_related_sw .swiper-slide{padding-bottom: 5.8vw;}
  .solution_content_box{padding: 8vw 0;}
  .solution_content_box .product_title{margin-top: 3.8vw;}
  .solution_content_btn li + li{margin-left: 0;}
  .solution_content_btn{justify-content: space-between;}
  .solution_content_btn li{width: 48.5%;height: 8.8vw;}
  .solution_content_btn li a{font-size: 3.6vw;}
  .solution_content_info{margin-top: 5.8vw;}
  .solution_content_info h1{font-size: 4.8vw;}
  .solution_content_info p{margin-top: 3.2vw;}
  .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
  .solution_content_ul a{flex-wrap: wrap;padding: 0;}
  .solution_content_ul_img{width: 100%;}
  .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
  .solution_content_ul_right h4{font-size: 3.6vw;}
  .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
  .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
  .solution_page{margin-top: 5.8vw;}
  .solution_page li.solution_page_prev, .solution_page li.solution_page_next{width: 6vw;font-size: 3.8vw;height: 6vw;}
  .solution_page li.solution_page_prev{margin-right: 3.2vw;}
  .solution_page li.solution_page_next{margin-left: 3.2vw;}
  .solution_page li a{font-size: 3.6vw;}
	.solution_detial_info_content_txt{position: relative;padding: 5% 0;}
	.solution_detial_info_txt{width: 100%;}
	.solution_detial_info_txt h1{font-size: 4.8vw;color: #000000;}
	.solution_detial_info_txt p{color: #000000;font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_banner_bottom_box{margin-top: 8vw;}
	.solution_banner_bottom_box p{font-size: 3.6vw;}
	.solution_detial_related_product_box{margin-top: 8vw;padding-bottom: 8vw;}
	.solution_detial_related_product_ul{margin-top: 3.2vw;flex-wrap: wrap; justify-content: space-between;}
	.solution_detial_related_product_ul li{width: 48.5%;margin-left: 0;margin-top: 3.8vw;font-size: 3.6vw;}
	.solution_detial_related_product_ul li + li{margin-left: 0;}
	.solution_detial_related_product_content{padding: 8vw 0;padding-top: 4.2vw;}
	.solution_detial_related_product_content_ul li{margin-top: 3.8vw;}
	.solution_detial_related_product_content_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.solutions_parts_box{padding: 8vw 0;}
	.solutions_parts_ul{margin-top: 3.2vw;}
	.solutions_parts_ul li{width: 100%;margin-top: 3.8vw;}
	.solutions_parts_ul_txt h4{font-size: 3.6vw;}
	.solution_detial_customer_box{padding: 8vw 0;}
	.solution_detial_customer_center_box{margin-top: 5.8vw;}
	.solution_detial_customer_sw_txt{margin-top: 5.8vw;padding: 0 4%;}
	.solution_detial_customer_sw_txt h4{font-size: 3.8vw;}
	.solution_detial_customer_sw_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_detial_customer_sw_txt:after{font-feature-settings: 3.8vw;bottom: -3.8vw;}
	.solution_detial_customer_sw_txt:before{font-size: 3.8vw;}
	.solution_detial_case_box{padding: 8vw 0;}
	.solution_detial_case_content_right_txt{width: 100%;padding: 5% 4%;}
	.solution_detial_case_content_right_txt h4{font-size: 3.8vw;}
	.solution_detial_case_content_right_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.solution_detial_case_content_right_txt a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.solution_detial_faq_box{padding: 8vw 0;}
	.solutions_parts_ul_bottom{padding: 5% 4%;}
	.solutions_parts_ul_bottom p{font-size: 3.6vw;}
	.service_manage_box{padding: 8vw 4%;}
	.service_title{width: 100%;}
	.service_title h4{font-size: 4.8vw;}
	.service_title span{width: 20vw;height: 0.2vw;margin-top: 3.2vw;}
	.service_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_manage_map_box img{margin-top: 5.8vw;}
	.service_partner_box{padding: 8vw 0;}
	.service_title.white{width: 100%;}
	.service_partner_content{margin-top: 5.8vw;}
	.service_partner_content_sw_right, .service_partner_content_sw_left{display: none;}
	.service_escort_box{padding: 8vw 0;}
	.service_escort_btn{margin-top: 5.8vw;}
	.service_escort_btn li{font-size: 3.6vw;padding-bottom: 1.8vw;}
	.service_escort_btn li + li{margin-left: 3.6vw;}
	.service_escort_content_list_ul{margin-top: 3.2vw;}
	.service_escort_content_list_ul li{width: 100%;margin-top: 3.8vw;}
	.service_escort_content_list_ul_ico{width: 25vw;}
	.service_escort_content_list_ul_ico img{width: 50%;}
	.service_escort_content_list_ul_title{font-size: 3.8vw;margin-top: 3.2vw;}
	.service_escort_content_list_ul_content{padding: 5% 4%;margin-top: 3.6vw;}
	.service_escort_content_list_ul_content p{margin-top: 0;font-size: 3.6vw;}
	.service_escort_content_list_ul_content a{font-size: 3.8vw;margin-top: 3.6vw;text-align: center;}
	.service_contact_box{padding: 8vw 0;}
	.service_contact_content{flex-wrap: wrap;}
	.service_contact_box{padding: 8vw 0;}
	.service_contact_content_left{width: 100%;}
	.service_contact_content_right{width: 100%;padding: 5% 4%;}
	.service_contact_content_right_form_box{width: 100%;}
	.service_contact_content_right_form_box h4{font-size: 3.8vw;}
	.service_contact_content_right_form_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_contact_content_right_form_ul{margin-top: 3.2vw;}
	.service_contact_content_right_form_ul li{width: 100%;margin-top: 3.2vw;}
	.service_contact_content_right_form_ul li input{font-size: 3.6vw;padding-left: 3.2vw;height: 8.8vw;}
	.service_contact_content_right_form_ul li textarea{padding: 3.2vw;font-size: 3.6vw;height: 24vw;}
	.service_contact_content_right_form_btn{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_video iframe{height: 62vw;}
	.about_info_video{border-width: 1.2vw;}
	.about_info_content{margin-top: 5.8vw;}
	.about_info_content_txt{margin-top: 3.8vw;}
	.about_info_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_speech_box{padding: 8vw 0;}
	.about_speech_content{width: 100%;padding: 0;}
	.about_speech_content_left{border-radius: 0;}
	.about_speech_content_right{padding: 5% 4%;}
	.about_speech_content_right h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.about_speech_content_right p strong{font-size: 3.6vw;}
	.about_speech_content_right p{font-size: 3.6vw;}
	.about_speech_content_right p:nth-last-of-type(1){margin-top: 3.8vw;}
	.about_culture_box{padding: 8vw 0;}
	.about_culture_txt{width: 100%;margin-top: 3.6vw;}
	.about_culture_txt p{font-size: 3.6vw;}
	.about_culture_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.about_culture_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.about_culture_ul li img{width: 12vw;}
	.about_culture_ul li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.about_culture_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_care_box{padding: 8vw 0;}
	.about_care_content_box{margin-top: 5.8vw;}
	.about_care_content_ul_top{padding: 0 3.2vw;height: 10.8vw;}
	.about_care_content_ul_top h4{font-size: 3.6vw;margin-left: 3.2vw;}
	.about_care_content_ul_top span{font-size: 4.8vw;}
	.about_care_content_ul li{border-radius: 0.8vw;}
	.about_care_content_ul_bottom{padding: 5% 4%;padding-top: 0;}
	.about_care_content_ul_bottom p{font-size: 3.6vw;}
	.about_dataization_box{padding: 8vw 0;}
	.about_dataization_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.about_dataization_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_history_box{padding: 8vw 0;}
	.about_history_top_sw{margin-top: 5.8vw;}
	.about_history_top_sw h4{font-size: 3.6vw;}
	.about_history_top_sw .swiper-slide.swiper-slide-thumb-active h4{font-size: 4.2vw;}
	.about_history_top_sw span{width: 4vw;height: 4vw;margin-top: 3.2vw;}
	.about_history_top_sw span:after{width: 2vw;height: 2vw;}
	.about_history_top_sw i{width: 3vw;margin-top: 2.2vw;}
	.about_history_top_sw .swiper-slide.swiper-slide-thumb-active span{margin-top: 2.2vw;}
	.about_history_top_sw:after{height: 0.4vw;top: 10.5vw;}
	.about_dataization_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
	.about_history_bottom_sw_content{width: 100%;}
	.about_history_bottom_sw{margin-top: 5.8vw;}
	.about_history_top_sw_img{width: 100%;border-width: 0.4vw;}
	.about_history_bottom_sw_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_certifications_box{padding: 8vw 0;}
	.about_certifications_ul{margin-top: 5.8vw;justify-content: space-between;}
	.about_certifications_ul li + li{margin-left: 0;}
	.about_certifications_ul li{width: 32%;font-size: 3.2vw;padding-bottom: 1.8vw;text-align: center;}
	.about_certifications_ul li:after{height: 0.4vw;bottom: -0.3vw;}
	.about_certifications_content{margin-top: 5.8vw;}
	.about_certifications_content_list_swiper .swiper-slide h4{font-size: 3.2vw;margin-top: 3.2vw;}
	.about_certifications_content_list_swiper_page span{width: 1.8vw;height: 1.8vw;}
	.about_certifications_content_list_swiper{padding-bottom: 8vw;}
	.service_development_platform_box{padding: 8vw 0;}
	.service_development_platform_ul{margin-top: 5.8vw;}
	.service_development_platform_ul li{flex-wrap: wrap;}
	.service_development_platform_ul_left{width: 100%;}
	.service_development_platform_ul_right{padding: 5% 4%;}
	.service_development_platform_ul_right_txt h4{font-size: 3.8vw;}
	.service_development_platform_ul_right_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_development_reduce_box{padding: 8vw 0;}
	.service_development_reduce_left_title h4{font-size: 4.8vw;text-align: center;}
	.service_development_reduce_left_title span{width: 20vw;height: 0.2vw;margin: 0px auto;margin-top: 3.2vw;}
	.service_development_reduce_left_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_development_reduce_right_list_txt{position: relative;width: 100%;}
	.service_development_reduce_left_btn li{padding: 1.8vw 0;}
	.service_development_reduce_left_btn li h4{font-size: 3.8vw;}
	.service_development_reduce_left_btn li span{width: 6.8vw;height: 6.8vw;font-size: 3.8vw;margin-left: 3.2vw;}
	.service_development_reduce_right_list_img{height: auto;}
	.service_development_reduce_right_list_txt{padding: 5% 4%;}
	.service_development_reduce_right_list_txt h4{font-size: 4.2vw;}
	.service_development_reduce_right_list_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.innovation_banner_content h4{font-size: 4.8vw;margin-top: 1.8vw;}
	.innovation_banner_content a{width: 11vw;}
	.innovation_info_box{padding: 8vw 0;}
	.innovation_info_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.innovation_info_content{margin-top: 3.2vw;}
	.innovation_rd_tem_top{padding: 8vw 0;}
	.innovation_rd_tem_top h4{font-size: 4.2vw;}
	.innovation_rd_tem_top p{font-size: 3.6vw;margin-top: 3.6vw;}
	.innovation_tem_top_sw .swiper-slide{flex-direction: column-reverse;}
	.innovation_tem_top_sw_right{width: 100%;}
	.innovation_tem_top{margin-top: 8vw;}
	.innovation_tem_top_sw_right_title h4{font-size: 4.2vw;}
	.innovation_tem_top_sw_right_title p{font-size: 3.6vw;margin-top: 1.8vw;}
	.innovation_tem_top_sw_right_title{padding-bottom: 1.8vw;}
	.innovation_tem_top_sw_right_txt{margin-top: 3.6vw;}
	.innovation_tem_top_sw_img{width: 52%;}
	.innovation_tem_top_sw_right_txt p{font-size: 3.6vw;}
	.innovation_tem_bottom_sw_img{border-width: 1vw;}
	.innovation_tem_bottom_sw .swiper-slide h4{font-size: 3.8vw;margin-top: 3.6vw;}
	.innovation_tem_bottom_sw_right, .innovation_tem_bottom_sw_left{font-size: 6.8vw;}
	.innovation_tem_box{padding: 8vw 0;}
	.innovation_patent_box{padding: 8vw 0;}
	.innovation_patent_sw{margin-top: 5.8vw;padding-bottom: 8vw;}
	.innovation_patent_sw_page span{width: 1.8vw;height: 1.8vw;}
	.innovation_patent_sw_page span + span{margin-left: 1.8vw;}
	.contact_word_map_box{padding: 8vw 0;}
	.contact_word_map_box img{margin-top: 5.8vw;}
	.contact_partners_box{padding: 8vw 0;}
	.contact_partners_btn{margin-top: 3.2vw;}
	.contact_partners_btn li{margin-top: 3.8vw;}
	.contact_partners_btn_ico{width: 13vw;border-radius: 0.6vw;}
	.contact_partners_btn_ico img{width: 60%;}
	.contact_partners_btn li h4{font-size: 2.7vw;margin-top: 2.2vw;}
	.contact_partners_btn li:after{width: 3vw;bottom: -2vw;}
	.contact_partners_content{margin-top: 5.8vw;}
	.contact_partners_content_list_left h4{font-size: 4.2vw;}
	.contact_partners_content_list_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.contact_partners_content_list_left p strong{font-size: 3.6vw;}
	.contact_partners_content_list_right{margin-top: 3.6vw;}
	.contact_process_box{padding: 8vw 0;}
	.contact_process_content{margin-top: 5.8vw;}
	.contact_process_content_right_ul_number{width: 8vw;font-size: 3.8vw;margin-top: 1.2vw;}
	.contact_process_content_right_ul_content{border-radius: 0.6vw;}
	.contact_process_content_right_ul_content_top{padding: 1.8vw 3.2vw;font-size: 3.8vw;}
	.contact_process_content_right_ul_content_top::after{border-width: 8px;}
	.contact_process_content_right_ul_content_top::before{border-width: 7px;}
	.contact_process_content_right_ul_content_bottom{padding: 5% 4%;padding-top: 0;}
	.contact_process_content_right_ul_content_bottom p{font-size: 3.6vw;}
	.contact_process_content_right_ul_content_bottom p + p{margin-top: 3.2vw;}
	.contact_process_content_right_ul_number_box{width: 8vw;}
	.contact_process_content_right_ul_number_box:after{height: calc(100% + 1.2vw);top: 9.2vw;}
	.contcat_training_content{margin-top: 5.8vw;}
	.contcat_training_content_left_top{padding: 1.8vw 0;}
	.contcat_training_content_left_top h4{font-size: 3.8vw;}
	.contcat_training_content_left_top span{font-size: 5.8vw;}
	.contcat_training_content_left_bottom p{font-size: 3.6vw;}
	.contcat_training_box{padding-bottom: 8vw;}
	.tem_showcase_box{padding-bottom: 8vw;}
	.tem_showcase_content_left_txt{padding: 5% 4%;}
	.tem_showcase_content_left li{height: 95vw;border-radius: 0.6vw;}
	.tem_showcase_content_left_img{height: 100%;}
	.tem_showcase_content_left_img img{height: 100%;object-fit: cover;}
	.tem_showcase_content_left_txt_title h4{font-size: 4.2vw;}
	.tem_showcase_content_left_txt_title span{width: 12vw;height: 0.4vw;margin-top: 1.2vw;}
	.tem_showcase_content_left_txt_con p{font-size: 3.6vw;}
	.tem_showcase_management_box{padding: 8vw 0;}
	.tem_showcase_management_content{margin-top: 5.8vw;padding-bottom: 10.8vw;}
	.tem_showcase_management_sw{overflow: hidden;}
	.tem_showcase_management_sw .swiper-slide.swiper-slide-active .tem_showcase_management_sw_img{height: 110vw;}
	.tem_showcase_management_sw_right{padding: 5% 4%;}
	.tem_showcase_management_sw_right_txt h4{font-size: 4.2vw;}
	.tem_showcase_management_sw_right_txt span{font-size: 3.6vw;margin-top: 1.2vw;}
	.tem_showcase_management_sw_right_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.tem_showcase_management_sw_btn{display: none;}
	.tem_showcase_management_sw_page span{width: 5vw;height: 5vw;font-size: 3.2vw;line-height: 5vw;}
	.tem_showcase_daily_box{padding: 8vw 0;padding-bottom: 0;}
	.tem_showcase_daily_txt{margin-top: 5.8vw;}
	.tem_showcase_daily_txt p{font-size: 3.6vw;}
	.tem_showcase_daily_content{margin-top: 5.8vw;padding: 5.8vw 0;padding-top: 2vw;}
	.tem_showcase_daily_content li{width: 100%;margin-top: 3.8vw;}
	.tem_showcase_build_box{padding: 8vw 0;}
	.tem_showcase_build_img{margin-top: 5.8vw;}
	.production_info_box{padding: 8vw 0;}
	.production_info_content{margin-top: 3.6vw;}
	.production_info_content p{font-size: 3.6vw;}
	.production_info_content_ul{flex-wrap: wrap;margin-top: 3.2vw;}
	.production_info_content_ul li{margin-top: 3.8vw;width: 100%;}
	.production_info_content_ul li h4{font-size: 4.8vw;}
	.production_info_content_ul li h4 sub{font-size: 3.8vw;}
	.production_info_content_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.production_equipments_left{padding: 8vw 4%;}
	.production_equipments_left_content_title{font-size: 4.8vw;}
	.production_equipments_left_content_ul_top{font-size: 3.8vw;}
	.production_equipments_left_content_ul_bottom p{font-size: 3.6vw;}
	.production_equipments_left_content_ul_bottom{padding-bottom: 3.6vw;}
	.production_test_box{padding: 8vw 0;}
	.production_test_content{margin-top: 5.8vw;}
	.production_test_content_content_img{clip-path: initial;}
	.production_test_content_content_title{height: 10.8vw;font-size: 3.6vw;width: 100%;}
	.production_test_content_sw_right, .production_test_content_sw_left{display: none;}
	.production_process_ul li.on,
	.production_process_ul li{width: 100%;}
	.production_process_ul{padding: 0 4%;}
	.production_process_ul_img img{width: 100%;}
	.production_process_ul_txt{padding: 5% 4%;position: relative;min-height: auto;bottom: auto;}
	.production_process_ul_txt_title{display: flex;justify-content: flex-start;align-items: center;}
	.production_process_ul li.on .production_process_ul_txt{padding: 5% 4%;}
	.production_process_ul_txt_con{display: block;}
	.production_process_ul_txt_title h4{color: #000000;margin-top: 0;}
	.production_process_ul_txt_title span{margin-right: 3.2vw;width: 6.8vw;height: 6.8vw;font-size: 3.8vw;}
	.production_process_ul li.on .production_process_ul_txt_title span{margin-right: 3.2vw;}
	.production_process_ul_txt_title h4{font-size: 3.8vw;}
	.production_process_ul_txt_con{width: 100%;margin-left: 0;padding-left: 10vw;}
	.production_process_ul_txt_con p{font-size: 3.6vw;}
	.production_process_box{padding-bottom: 8vw;}
	.production_quality_content{margin-top: 5.8vw;}
	.production_quality_content_center_ul{width: 100%;}
	.production_quality_content_right{width: 100%;}
	.production_quality_content_center_ul_top{padding: 1.8vw 3.2vw;font-size: 3.8vw;}
	.production_quality_content_center_ul_bottom{padding: 0 3.2vw;}
	.production_quality_content_center_ul_bottom p{font-size: 3.6vw;}
	.production_quality_content_center_ul_bottom p + p{margin-top: 1.8vw;}
	.production_quality_content_center_ul li:before{width: 0.6vw;height: 3vw;}
	.production_quality_content_center_ul li.on:after{display: none;}
	.production_quality_box{padding-bottom: 8vw;}
  .case_detial_box{padding: 8vw 0;}
  .case_detial_box h1{font-size: 4.8vw;padding-bottom: 1.8vw;margin-bottom: 3.2vw;}
  .case_detial_box p{font-size: 3.6vw;margin-top: 3.6vw;}
  .case_detial_box img{margin-top: 3.6vw;}
  .case_detial_box h4{font-size: 4.2vw;margin-top: 3.8vw;}
  .case_detial_box ul li{max-width: 100%;}
  .product_last_content p{font-size: 3.6vw;margin-top: 3.6vw;}
  .news_rel_content_left_content_time{font-size: 3.2vw;margin-top: 3.2vw;}
  .bauma_staff_box{padding: 8vw 0;}
	.bauma_staff_title h2{font-size: 4.8vw;}
	.bauma_staff_ul li{margin-top: 5.8vw;}
	.bauma_staff_ul_content{padding: 5% 4%;margin-top: -5vw;flex-wrap: wrap;}
	.bauma_staff_ul_content_left h2{font-size: 4.2vw;margin-bottom: 3.8vw;}
	.bauma_staff_ul_content_left p{font-size: 3.6vw;}
	.bauma_staff_ul_content_left{width: 100%;}
	.bauma_staff_ul_content_left p + p{margin-top: 3.6vw;}
	.bauma_staff_ul_content_left p img{width: 4.2vw;margin-right: 1.8vw;}
	.bauma_staff_ul_content_right{margin-top: 3.8vw;}
	.bauma_staff_ul_content_right_img{margin-top: 3.2vw;}
	.bauma_core_box{padding: 8vw 0;}
	.bauma_more{width: 40vw;height: 10.8vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.bauma_success_case_box{padding: 8vw 0;}
	.bauma_company_box{padding: 8vw 0;}
	.bauma_company_sw_content{margin-top: 5.8vw;}
	.bauma_company_sw_right, .bauma_company_sw_left{width: 6.8vw;height: 6.8vw;font-size: 3.6vw;}
	.bauma_company_sw_right{right: -3.4vw;}
	.bauma_company_sw_left{left: -3.4vw;}
	.bauma_form_box{padding-bottom: 8vw;}
	.bauma_form_content_box{padding: 5% 4%;}
	.bauma_form_content_left h3{font-size: 4.2vw;}
	.bauma_form_content_left h2{font-size: 4.8vw;}
	.bauma_form_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.bauma_form_content_right{margin-top: 3.8vw;}
	.bauma_form_content_right li{width: 100%;margin-bottom: 1.8vw;}
	.bauma_form_content_right_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.6vw;}
	.bauma_form_content_right_ul li select{height: 10.8vw;font-size: 3.6vw;padding-left: 3.2vw;}
	.bauma_form_content_right_ul li textarea{padding: 3.2vw;font-size: 3.6vw;}
	.bauma_form_content_right_ul_right{height: 10.8vw;}
	.bauma_form_content_btn{margin-top: 3.2vw;width: 38vw;height: 10.8vw;font-size: 3.6vw;}
}