@font-face{
     font-family: 'Cabin-Bold';
     src: url('fonts/Cabin-Bold.ttf');
}
@font-face{
     font-family: 'Cabin-Medium';
     src: url('fonts/Cabin-Medium.ttf');
}
@font-face{
     font-family: 'Cabin-Regular';
     src: url('fonts/Cabin-Regular.ttf');
}
@font-face{
     font-family: 'Cabin-SemiBold';
     src: url('fonts/Cabin-SemiBold.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Araboto-Black';
     src: url('fonts/Araboto-Black.ttf');
}
@font-face{
     font-family: 'Araboto-Bold';
     src: url('fonts/Araboto-Bold.ttf');
}
@font-face{
     font-family: 'Araboto-Light';
     src: url('fonts/Araboto-Light.ttf');
}
@font-face{
     font-family: 'Inter-Black';
     src: url('fonts/Inter-Black.ttf');
}
@font-face{
     font-family: 'Inter-Bold';
     src: url('fonts/Inter-Bold.ttf');
}
@font-face{
     font-family: 'Inter-ExtraBold';
     src: url('fonts/Inter-ExtraBold.ttf');
}
@font-face{
     font-family: 'Inter-ExtraLight';
     src: url('fonts/Inter-ExtraLight.ttf');
}
@font-face{
     font-family: 'Inter-Medium';
     src: url('fonts/Inter-Medium.ttf');
}
@font-face{
     font-family: 'Inter-Light';
     src: url('fonts/Inter-Light.ttf');
}
@font-face{
     font-family: 'Inter-Medium';
     src: url('fonts/Inter-Medium.ttf');
}
@font-face{
     font-family: 'Inter-Regular';
     src: url('fonts/Inter-Regular.ttf');
}
@font-face{
     font-family: 'Inter-SemiBold';
     src: url('fonts/Inter-SemiBold.ttf');
}
@font-face{
     font-family: 'Inter-Thin';
     src: url('fonts/Inter-Thin.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-Light';
     src: url('fonts/Poppins-Light.ttf');
}
*{
  font-family: "Inter-Regular";
}
:root{
     --mainColor:#44b679;
}
/*header start*/
.header{width: 100%;height: auto;transition: all 0.3s;background: var(--mainColor);}
.header .contentWH1600{position: relative;}
.header:hover{background: var(--mainColor);}
.header.indexHeader{width: 100%;height: auto;position: absolute;left: 0;top: 0;z-index: 99;background: transparent;}
.header.indexHeader:hover{background: var(--mainColor);}
.header.fixed{background: var(--mainColor);position: fixed;top: 0;left: 0;z-index: 99;}
.header_content_box{width: 100%;height: 80px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 71px;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_box li + li{margin-left: 58px;}
.fristLink{display: flex;height: 100%;align-items: center;font-size: 18px;color: #FFFFFF;font-family: "Inter-SemiBold";text-transform: uppercase;}
.nav_list_box{width: 240px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: linear-gradient(-173deg, rgba(68, 182, 121, 0.9) 0%, rgba(87, 54, 192, 0.9) 20%, rgba(17, 54, 71, 0.9) 59%, rgba(24, 25, 48, 0.9) 100%);z-index: 3;display: none;}
.nav_box li:nth-of-type(1),
.nav_box li:nth-of-type(2){position: initial;}
.nav_box li:nth-of-type(2) .nav_list_box,
.nav_box li:nth-of-type(1) .nav_list_box{width: 83.33%;}
.nav_list_dl{width: 92%;height: auto;margin: 0px auto;padding: 20px 0 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.nav_list_dl dd{width: 24%;height: auto;margin-top: 30px;}
/* .nav_box li:nth-of-type(2) .nav_list_dl dd{width: 19.2%;} */
.nav_list_dl dd:nth-of-type(1){margin-left: 0;}
.nav_list_dl_top{width: 100%;height: auto;position: relative;border-bottom: 1px solid #fff;}
.nav_list_dl_top a{display: block;padding-bottom: 18px;font-size: 20px;color:#fff;font-family: "Inter-Bold"}
.nav_list_dl_top a:hover{color: var(--mainColor);text-decoration: underline;}
.nav_list_dl_top a:after{content: "";display: block;width: 48px;height: 5px;background: var(--mainColor);border-radius: 5px 0px 0px 0px;position: absolute;left: 0;bottom: -1px;}
.nav_list_dl_bottom{width: 100%;height: auto;margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.nav_list_dl_bottom a{display: block;line-height: 1.8;font-size: 14px;color: #fff;width: 49%;}
.nav_list_dl_bottom a:hover{color: var(--mainColor);text-decoration: underline;}
.nav_two_list_box{width: 100%;height: auto;border-bottom: 1px solid #E5E5E5;}
.nav_three_list_box{width: 100%;height: 100%;background: linear-gradient(-173deg, rgba(68, 182, 121, 0.9) 0%, rgba(87, 54, 192, 0.9) 20%, rgba(17, 54, 71, 0.9) 59%, rgba(24, 25, 48, 0.9) 100%);position: absolute;left: 100%;top: 0;display: none;border-left: 1px solid #E5E5E5;}
.nav_three_list_box a,
.twoLink{display: block;width: 100%;line-height: 45px;padding-left: 15px;font-size: 18px;color: #FFFFFF;font-family: "Inter-SemiBold";transition: all 0.3s;}
.nav_three_list_box a{border-bottom: 1px solid #E5E5E5;}
.nav_three_list_box a:nth-last-of-type(1),
.nav_two_list_box:nth-last-of-type(1){border-bottom: none;}
.nav_box li:hover .nav_list_box{display: block;}
.nav_two_list_box:hover .nav_three_list_box{display: block;}
.nav_three_list_box a:hover,
.twoLink:hover{background: #FFFFFF;color: var(--mainColor);}
.header_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.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:  #FFFFFF;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_search_btn{width: 20px;height: auto;display: block;cursor: pointer;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_language_box{height: 100%;position: relative;margin-left: 33px;display: flex;align-items: center;}
.header_language_box span{display: block;width: 20px;height: auto;}
.header_language_box span img{width: 100%;height: auto;display: block;}
.header_language_list_box{width: 120px;height: auto;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #181930;display: none;z-index: 3;}
.header_language_list_box a{line-height: 45px;color: #FFFFFF;display: block;padding-left: 15px;font-size: 16px;color: #FFFFFF;font-family: "Inter-SemiBold";transition: all 0.3s;border-bottom: 1px solid #E5E5E5;}
.header_language_list_box a:hover{background: #FFFFFF;color: #000000;}
.header_language_list_box a:nth-last-of-type(1){border-bottom: none;}
.header_language_box:hover .header_language_list_box{display: block;}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 100%;z-index: 9999;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 800px;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;overflow: hidden;}
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_bg{width: 100%;height: auto;display: block;}
.index_banner_bg img{width: 100%;height: auto;display: block;}
.index_banner_swiper_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;display: flex;align-items: center;}
.index_banner_swiper_content_left{width: 48.44%;height: auto;-webkit-animation-delay: 1s;}
.index_banner_swiper_content_left h2{font-size: 90px;color: #FFFFFF;font-family: "Inter-SemiBold";text-shadow: 0 0 65px #1d372a;}
.index_banner_swiper_content_left p{font-size: 30px;color: #FFFFFF;line-height: 1.4;font-family: "Inter-SemiBold";margin-top: 10px;}
.index_banner_swiper_content_left_more{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 75px;}
.index_banner_swiper_content_left_more a{display: flex;height: 45px;justify-content: center;align-items: center;border-radius: 5px;font-size: 16px;transition: all 0.3s;}
.index_inquiry{width: 130px;background: var(--mainColor);color: #FFFFFF;}
.index_inquiry:hover{background: #FFFFFF;color: var(--mainColor);}
.index_video{width: 200px;background: #FFFFFF;color: #000000;margin-left: 10px;}
.index_video:after{display: none;}
.index_video img{display: block;width: 24px;height: auto;margin-right: 10px;transition: all 0.3s;}
.index_video:hover{background: var(--mainColor);color: #FFFFFF;}
.index_video:hover img{filter: brightness(0) invert(1);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_solution_box{width: 100%;height: auto;padding: 40px 0px;background: url(../images/index_solution_bg.jpg) no-repeat center center;background-size: cover;}
.index_solution_content_box{width: 85.1%;height: auto;margin: 0px auto;}
.index_solution_content_btn{width: 100%;height: auto;display: flex;justify-content: center;}
.index_solution_content_btn li{cursor: pointer;}
.index_solution_content_btn_img{width: 50px;height: auto;aspect-ratio:1/1;border-radius: 11px;background: rgba(68, 182, 121, 0.1);display: flex;justify-content: center;align-items: center;margin: 0px auto;transition: all 0.3s;}
.index_solution_content_btn_img img{width: 50px;height: auto;display: block;filter: brightness(0) invert(1);}
.index_solution_content_btn li h4{font-size: 22px;color: #FFFFFF;font-family: "Inter-SemiBold";text-align: center;margin-top: 20px;transition: all 0.3s;text-transform: uppercase;}
.index_solution_content_btn li.on .index_solution_content_btn_img,
.index_solution_content_btn li:hover .index_solution_content_btn_img{background: var(--mainColor);}
.index_solution_content_btn li.on h4,
.index_solution_content_btn li:hover h4{color: var(--mainColor);}
.index_solution_content_btn li + li{margin-left: 90px;}
.index_solution_content{width: 100%;height: auto;margin-top: 40px;}
.index_solution_contentlist{width: 100%;height: auto;display: flex;justify-content: space-between;display: none;}
.index_solution_contentlist_left{width: 60.93%;height: auto;}
.index_solution_contentlist_left img{width: 100%;height: 100%;object-fit: cover;display: block;}
.index_solution_contentlist_right{flex: 1;margin-left: 46px;}
.index_solution_contentlist_right_info{width: 100%;height: auto;}
.index_solution_contentlist_right_info h2{font-size: 18px;color: #f3f3f3;}
.index_solution_contentlist_right_info h3{font-size: 58px;color: #F3F3F3;font-family: "Araboto-Black";text-transform: uppercase;}
.index_solution_contentlist_right_info p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 15px;padding-right: 18%;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_solution_contentlist_right_info a{display: flex;justify-content: center;align-items: center;width: 204px;height: 52px;background: var(--mainColor);color: #FFFFFF;border-radius: 5px;margin-top: 15px;transition: all 0.3s;}
.index_solution_contentlist_right_info a:hover{background: #FFFFFF;color: var(--mainColor);}
.index_solution_contentlist_right_ul{width: 100%;height: auto;}
.index_solution_contentlist_right_ul li{width: 100%;height: auto;padding: 10px;border-bottom: 1px solid rgba(255,255,255,0.1);margin-top: 5px;transition: all 0.3s;}
.index_solution_contentlist_right_ul li a{display: block;width: 100%;height: auto;padding: 12px;}
.index_solution_contentlist_right_ul li h4{font-size: 24px;color: #FFFFFF;font-family: "Inter-Regular";transition: all 0.3s;text-transform: uppercase;}
.index_solution_contentlist_right_ul li p{font-size: 18px;color: #FFFFFF;line-height: 1.6;font-family: "Inter-Light";margin-top: 10px;transition: all 0.3s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_solution_contentlist_right_ul li:hover{background: #FFFFFF;border-radius: 5px;box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.8);}
.index_solution_contentlist_right_ul li:hover h4{color: #000000;}
.index_solution_contentlist_right_ul li:hover p{color: #000000;font-family: "Inter-Bold";}
.index_product_categories_box{width: 100%;height: auto;padding: 40px 0px;background: #f5f5f5;padding-bottom: 40px;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h2{font-size: 70px;color: #1b1b1b;font-family: "Araboto-Black";text-align: center;line-height: 1;}
.index_product_categories_content{width: 100%;height: auto;overflow: hidden;margin-top: 25px;}
.index_product_categories_content_sw{width: 100%;height: auto;overflow: unset;padding: 20px 0;}
/* .index_product_categories_content_sw .swiper-wrapper{transition-timing-function: linear !important;} */
.index_product_categories_content_sw .swiper-slide{background: #FFFFFF;border-radius: 11px;box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.1);height: auto;}
.index_product_categories_content_sw .swiper-slide a{padding: 15px 18px;padding-bottom: 38px;display: block;}
.index_product_categories_content_sw_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.index_product_categories_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_categories_content_sw .swiper-slide:hover .index_product_categories_content_sw_img img{transform: scale(1.1);}
.index_product_categories_content_sw_txt{width: 100%;height: auto;margin-top: 22px;}
.index_product_categories_content_sw_txt h3{font-size: 24px;color: #000000;font-family: "Inter-Bold";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_product_categories_content_sw_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_product_categories_content_sw_more{font-size: 16px;color: #000000;display: flex;justify-content: flex-end;align-items: center;position: absolute;right: 0;bottom: 0;opacity: 0;transition: all 0.3s;}
.index_product_categories_content_sw_more img{display: block;width: 46px;height: auto;margin-left: 5px;}
.index_product_categories_content_sw .swiper-slide:hover .index_product_categories_content_sw_more img{transform: scale(1)}
.index_product_categories_content_sw .swiper-slide:hover .index_product_categories_content_sw_more{opacity: 1;}
.index_product_categories_content_sw_right_btn,.index_product_categories_content_sw_left_btn{background: none;font-size: 48px;color: #000000;font-family: "Poppins-Regular";transform: none;top: 217px;}
.index_product_categories_content_sw .swiper-slide.swiper-slide-prev,
.index_product_categories_content_sw .swiper-slide.swiper-slide-duplicate-active{opacity: 0.4;}
.index_product_categories_content_sw_right_btn{right: -78px;}
.index_product_categories_content_sw_left_btn{left: -78px;}
.index_about_box{width: 100%;height: auto;position: relative;}
.index_about_bg{width: 100%;height: auto;}
.index_about_bg img{width: 100%;height: auto;display: block;}
.index_about_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding-bottom: 39px;}
.index_about_content_txt{width: 100%;height: auto;}
.index_about_content_txt h2{font-size: 150px;color: #FFFFFF;text-shadow: 0 0 24px rgba(0,0,0,0.39);font-family: "Araboto-Black";line-height: 1;}
.index_about_content_txt p{font-size: 36px;color: #FFFFFF;margin-top: 30px;}
.index_about_content_txt .index_banner_swiper_content_left_more{margin-top: 37px;}
.index_about_number_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 132px;}
.index_about_number_ul li{width: 23.2%;height: 290px;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 22px;background: rgba(0,0,0,0.5);position: relative;}
.index_about_number_ul li h4{text-align: center;color: #FFFFFF;font-size: 40px;font-family: "Araboto-Black";line-height: 1;display: flex;align-items: flex-start;position: relative;z-index: 2;}
.index_about_number_ul li h4 sup{font-family: "Araboto-Black";display: block;}
.index_about_number_ul li h4 span{color: #FFFFFF;font-family: "Araboto-Black";font-size: 60px;display: block;}
.index_about_number_ul li p{font-size: 16px;color: #FFFFFF;margin-top: 30px;text-align: center;position: relative;z-index: 2;}
.index_about_number_ul li:after{content: "";display: block;width: 100%;height: 6px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.6s;}
.index_about_number_ul li:hover:after{height: 100%;}
.index_advantage_box{width: 100%;height: auto;padding: 50px 0px;background: url(../images/index_advantage_bg.jpg) no-repeat center center;background-size: cover;}
.index_advantage_content_box{width: 84.53%;height: auto;margin: 0px auto;display: flex;align-items: center;justify-content: space-between;}
.index_advantage_content_left{width: 48.6%;height: auto;}
.index_advantage_content_left img{width: 100%;height: auto;display: block;}
.index_advantage_content_right{flex: 1;margin-left: 80px;}
.index_advantage_content_right_txt{width: 100%;height: auto;}
.index_advantage_content_right_txt h2{font-size: 24px;color: var(--mainColor);font-family: "Inter-Bold";}
.index_advantage_content_right_txt h3{font-size: 71px;color: #000000;font-family: "Araboto-Black";line-height: 1;margin-top: 14px;}
.index_advantage_content_right_txt h4{font-size: 24px;color: #000000;margin-top: 14px;}
.index_advantage_content_right_txt p{font-size: 18px;color: #171717;line-height: 1.6;margin-top: 19px;}
.index_advantage_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 31px;}
.index_advantage_content_right_ul li{width: 48.5%;height: auto;display: flex;align-items: center;justify-content: flex-start;margin-top: 17px;}
.index_advantage_content_right_ul_img{width: 96px;height: auto;aspect-ratio:1/1;background: #FFFFFF;box-shadow: 0px 0px 49px 0px rgba(29, 55, 42, 0.21);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.index_advantage_content_right_ul_img img{display: block;}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(5px); }
}
.index_advantage_content_right_ul li h4{font-size: 18px;color: #000000;font-family: "Inter-Bold";margin-left: 21px;}
.index_advantage_content_right_ul li:hover .index_advantage_content_right_ul_img{animation: shake 0.5s;animation-iteration-count: 1;}
.index_advantage_more{width: 260px;height: 52px;display: flex;justify-content: center;align-items: center;border-radius: 5px;background: var(--mainColor);margin-top: 52px;font-size: 16px;color: #FFFFFF;transition: all 0.3s;border: 1px solid transparent;}
.index_advantage_more:hover{background: transparent;color: var(--mainColor);border-color: var(--mainColor);}
.index_news_box{width: 100%;height: auto;padding: 50px 0px;background: url(../images/index_news_bg.jpg) no-repeat center center;background-size: cover;}
.index_news_title_box{width: 100%;height: 143px;justify-content: center;align-items: center;position: relative;overflow: hidden;}
.index_news_title_bg{width: 200%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/index_news_bg1.png) no-repeat left bottom;background-size: cover;animation: move_wave 100s linear infinite;}
.index_news_title_box h2{font-size: 72px;color: #FFFFFF;font-family: "Araboto-Black";text-align: center;position: relative;z-index: 2;}
@keyframes move_wave {
     0% {
          transform: translateX(0) translateZ(0);
     }
     50% {
          transform: translateX(-25%) translateZ(0);
     }
     100% {
          transform: translateX(-50%) translateZ(0);
     }
}
.index_news_content_box{width: 100%;height: 900px;margin-top: 50px;display: flex;justify-content: space-between;}
.index_news_content_left{width: 49.9%;height: auto;position: relative;overflow: hidden;border-radius: 12px;}
.index_news_content_left_img{width: 100%;height: auto;overflow: hidden;}
.index_news_content_left_img img{width: 100%;height: 100%;object-fit: cover; display: block;}
.index_news_content_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0px;display: flex;flex-direction: column;justify-content: space-between;padding: 30px;}
.index_news_content_left_content_nav{width: 150px;height: 45px;overflow: hidden;border-radius: 23px;}
.index_news_content_left_content_nav a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;color: var(--mainColor);font-family: "Araboto-Bold";font-weight: 400;background: #FFFFFF;transition: all 0.3s;}
.index_news_content_left_content_nav a:hover{background: var(--mainColor);color: #FFFFFF;}
.index_news_content_left_content_bottom{width: 100%;height: auto;}
.index_news_content_left_content_time{font-size: 16px;color: #FFFFFF;}
.index_news_content_left_content_bottom h3{font-size: 20px;color: #FFFFFF;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.6;margin-top: 16px;}
.index_news_content_left_content_bottom h3 a:hover{color: var(--mainColor);}
.index_news_content_left_content_bottom_more{display: flex;justify-content: center;align-items: center;width: 194px;height: 45px;background: var(--mainColor);border-radius: 5px;margin-top: 10px;color: #FFFFFF;}
.index_news_content_left_content_bottom_more:hover{background: #FFFFFF;color: var(--mainColor);}
.index_news_content_right{width: 48.44%;height: auto;}
.index_news_content_right li{width: 100%;height: calc((100% - 20px) / 2);position: relative;overflow: hidden;border-radius: 12px;}
.index_news_content_right li + li{margin-top: 20px;}
.index_news_rfid_box{width: 100%;height: auto;padding: 45px 0px;}
.index_title_box p{font-size: 16px;color: #44b679;text-align: center;margin-top: 20px;}
.index_news_rfid_box .index_title_box{padding: 0 12%;}
.index_news_rfid_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 20px;padding: 30px 0;position: relative;}
.index_news_rfid_content_left{width: 64.9%;height: auto;border-radius: 5px;background: #FFFFFF;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);display: flex;justify-content: space-between;position: relative;}
.index_news_rfid_content_left:after{content: "";display: block;width: 1px;height: calc(100% - 60px);position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);background: #e6e6e6;}
.index_news_rfid_content_left_list{width: 50%;height: auto;padding: 24px 54px;position: relative;}
.index_news_rfid_content_left_list:nth-of-type(1){padding-left: 84px;}
.index_news_rfid_content_left_list h4{font-size: 16px;color: #0d132a;}
.index_news_rfid_content_left_list h3{font-size: 36px;color: #0d132a;font-family: "Araboto-Black";margin-top: 12px;line-height: 1;}
.index_news_rfid_content_left_list_ul{width: 100%;height: auto;margin-top: 56px;}
.index_news_rfid_content_left_list_ul li{font-size: 18px;padding-left: 27px;position: relative;color: #0d132a;line-height: 2.7;}
.index_news_rfid_content_left_list_ul li:before{content: "";display: block;width: 16px;height: auto;aspect-ratio:16/12;background: url(../images/index_quote_ico.png) no-repeat center center;background-size: 16px auto;position: absolute;left: 0;top: 17px;}
.index_news_rfid_content_left_list a{display: flex;justify-content: center;align-items: center;width: 134px;height: 45px;background: var(--mainColor);border-radius: 5px;font-size: 18px;color: #FFFFFF;border: 1px solid transparent;transition: all 0.3s;position: absolute;left: 84px;bottom: 54px;}
.index_news_rfid_content_left_list a:hover{background: transparent;border-color: var(--mainColor);color: var(--mainColor);}
.index_news_rfid_content_left_list:nth-last-of-type(1){display: flex;flex-direction: column;justify-content: space-between;}
.index_news_rfid_content_left_list_top p{font-size: 24px;color: #0D121A;margin-top: 20px;}
.index_news_rfid_content_left_list a.index_news_rfid_content_left_list_more{display: flex;justify-content: center;align-items: center;width: 164px;height: 45px;background: #2a2b3d;border-radius: 5px;color: #FFFFFF;border: 1px solid transparent;position: absolute;left: 54px;bottom: 54px;}
.index_news_rfid_content_left_list a.index_news_rfid_content_left_list_more:hover{border-color: #2a2b3d;background: transparent;color: #2a2b3d;}
.index_news_rfid_content_right{width: 34.7%;height: auto;background: url(../images/index_form_bg.jpg) no-repeat center center;background-size: cover;padding: 42px;border-radius: 5px;position: relative;padding-bottom: 125px;}
.index_news_rfid_content_right h2{font-size: 48px;color: var(--mainColor);font-family: "Araboto-Black";}
.index_news_rfid_content_right_ul{width: 100%;height: auto;margin-top: 10px;}
.index_news_rfid_content_right_ul li{width: 100%;height: auto;position: relative;margin-top: 14px;}
.index_news_rfid_content_right_ul li input{width: 100%;height: 42px;border: none;border-bottom: 1px solid rgba(255,255,255,0.3);background: none;outline: none;font-size: 14px;color: #FFFFFF;}
.index_news_rfid_content_right_ul li img{display: block;width: 26px;position: absolute;right: 0;top: 10px;}
.index_news_rfid_content_right_ul li textarea::placeholder,
.index_news_rfid_content_right_ul li input::placeholder{color: #FFFFFF;}
.index_news_rfid_content_right_ul li textarea{width: 100%;height: 88px;border: none;border-bottom: 1px solid rgba(255,255,255,0.3);background: none;outline: none;font-size: 14px;color: #FFFFFF;resize: none;padding-top: 12px;}
.index_news_rfid_content_right_ul li .tips{right: 32px;}
.index_news_rfid_content_right p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 18px;}
.index_news_rfid_content_right p a{color: var(--mainColor);text-decoration: underline;}
.index_news_rfid_content_right_ul li.Verify img{width: 120px;background: #fff;top: -4px;}
.index_news_rfid_content_right_ul_btn{width: 76.53%;height: 50px;border-radius: 5px;margin-top: 15px;color: #FFFFFF;font-size: 18px;cursor: pointer;background: var(--mainColor);transition: all 0.3s;border: none;position: absolute;bottom: 54px;left: 42px;}
.index_news_rfid_content_right_ul_btn:hover{background: #FFFFFF;color: var(--mainColor);}
/*products.html start*/
.products_banner{width: 100%;height: auto;}
.products_banner img{width: 100%;height: auto;display: block;}
.products_info_box{width: 100%;height: auto;position: relative;}
.products_info_bg{width: 100%;height: auto;}
.products_info_bg img{width: 100%;height: auto;display: block;}
.products_info_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.crumbs_box{padding: 14px 25px;background: rgba(24, 25, 48,0.1);border-radius: 22px;width: auto;height: auto;display: inline-block;margin-top: 22px;}
.crumbs_box img{width: 22px;height: auto;display: block;margin-right: 10px;}
.crumbs_box a{display: flex !important;align-items: center;}
.crumbs_box li span{color: var(--mainColor) !important;}
.products_info_txt{width: 34.4%;height: auto;margin-top: 185px;}
.products_info_txt h1{font-size: 48px;color: #181930;font-family: "Araboto-Black";text-transform: uppercase;}
.products_info_txt p{font-size: 18px;color: #000000;line-height: 1.6;margin-top: 30px;}
.products_list_box{width: 100%;height: auto;padding-bottom: 103px;background: #f7f7f7;}
.products_list_uls{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.products_list_uls li{width: 24.74%;height: auto;position: relative;border-radius: 15px;overflow: hidden;margin-left: 0.26%;margin-top: 5px;box-shadow: 0px 4px 5px 0px rgba(2, 23, 70, 0.68);}
.products_list_ul_imgs{width: 100%;height: auto;overflow: hidden;aspect-ratio: 5/4;}
.products_list_ul_imgs img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.products_list_uls li:hover .products_list_ul_imgs img{transform: scale(1.1);}
.products_list_ul_contents{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;padding: 23px 36px;}
.products_list_u_content_txts{width: 100%;height: auto;}
.products_list_u_content_txts h2{font-size: 30px;color: #f6f7f8;font-family: "Araboto-Black";text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);}
.products_list_u_content_txts p{font-size: 16px;color: #F6F7F8;text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);}
.products_list_u_content_txts span{display: flex;justify-content: center;align-items: center;width: 140px;height: 40px;border: 1px solid #FFFFFF;border-radius: 4px;margin-top: 20px;font-size: 16px;color: #FFFFFF;transition: all 0.3s;}
.products_list_u_content_txts span img{display: block;margin-left: 7px;}
.products_list_uls li:hover .products_list_u_content_txts span{background: var(--mainColor);border-color: var(--mainColor);}
.products_arrivals_box{width: 100%;height: auto;padding: 80px 0px;border-bottom: 9px solid #f4f4f4;}
.products_arrivals_content{width: 62.88%;height: auto;margin: 0px auto;position: relative;}
.products_arrivals_content_sw{width: 100%;height: auto;}
.products_arrivals_content_sw .swiper-slide{display: flex;justify-content: space-between;align-items: center;}
.products_arrivals_content_left{width: 42.45%;height: auto;-webkit-animation-delay: 1s;}
.products_arrivals_content_left img{width: 100%;height: auto;display: block;}
.products_arrivals_content_right{width: 40.73%;height: auto;-webkit-animation-delay: 1s;}
.products_arrivals_content_right h2{font-size: 48px;color: #181930;font-family: "Araboto-Black";display: block;border-bottom: 1px solid rgba(24, 25, 48, 0.1);padding-bottom: 17px;}
.products_arrivals_content_right h3{font-size: 36px;color: #000000;font-family: "Araboto-Black";margin-top: 17px;}
.products_arrivals_content_right p{font-size: 18px;color: #000000;line-height: 1.6;margin-top: 17px;}
.products_arrivals_content_right a{display: flex;justify-content: center;align-items: center;width: 184px;height: 60px;background: var(--mainColor);border-radius: 4px;margin-top: 20px;font-size: 16px;color: #FFFFFF;transition: all 0.3s;}
.products_arrivals_content_right a img{display: block;margin-left: 7px;}
.products_arrivals_content_right a:hover{background: #181930;}
.products_arrivals_content_sw_right,.products_arrivals_content_sw_left{width: 46px;height: 46px;background: #e7e7e7;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size: 30px;color: #000000;font-family: "Poppins-Regular";}
.products_arrivals_content_sw_right:hover,.products_arrivals_content_sw_left:hover{background: linear-gradient(0deg, #44b679 0%, #3ae087 100%), linear-gradient(#44b679, #44b679);color: #FFFFFF;}
.products_arrivals_content_sw_right{right: -165px;}
.products_arrivals_content_sw_left{left: -165px;}
/*products.html end*/
/*products_list.html start*/
.products_list_banner_bg{width: 100%;height: auto;}
.products_list_banner_bg img{width: 100%;height: auto;display: block;}
.products_list_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 100px;display: flex;justify-content: flex-end;padding-right: 17px;}
.products_list_banner_content{width: 91%;height: auto;display: flex;justify-content:space-between;align-items: flex-start;}
.products_list_banner_content_left{width: 23.4%;height: auto;padding-top: 138px;}
.products_list_banner_content_left h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";line-height: 1.2;}
.products_list_banner_content_left p{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";line-height: 1.6;margin-top: 15px;}
.products_list_banner_content_left p strong{font-size: 30px;}
.products_list_banner_content_right{width: 64.7%;height: auto;}
.products_list_banner_content_right img{display: block;width: 100%;height: auto;}
.products_list_info_box{width: 100%;height: auto;padding-bottom: 20px;background: url(../images/products_list_info_bg.jpg) no-repeat center center;background-size: cover;}
.products_list_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.products_list_info_content_left{width: 36.32%;height: auto;}
.products_list_info_content_left h1{font-size: 48px;color: #000000;font-family: "Araboto-Black";}
.products_list_info_content_left p{font-size: 16px;color: #000000;margin-top: 24px;line-height: 1.6;}
.products_list_info_content_right{width: 55.4%;height: auto;border-radius: 10px;border: 24px solid #F4F4F4;}
.products_list_info_content_right iframe{width: 100%;height: 500px;display: block;}
.products_list_info_content_right a:after{background: url(../images/products_list_video_btn.png) no-repeat center center;background-size: 66px auto;}
.products_list_btn{width: 100%;height: auto;padding: 97px 0 29px;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.09);}
.products_list_btn_content{width: 100%;height: auto;position: relative;}
.products_list_btn_content_sw{width: 94.94%;margin: 0px auto;padding: 9px;}
.products_list_btn_content_sw .swiper-slide{width: auto;border-radius: 5px;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);transition: all 0.3s;}
.products_list_btn_content_sw .swiper-slide a{line-height: 50px;display: inherit;padding: 0 34px;transition: all 0.3s;}
.products_list_btn_content_sw .swiper-slide.on,
.products_list_btn_content_sw .swiper-slide:hover{background: var(--mainColor);color: #FFFFFF;}
.products_list_btn_content_sw .swiper-slide.on a,
.products_list_btn_content_sw .swiper-slide:hover a{color: #FFFFFF;}
.products_list_btn_content_sw_right,.products_list_btn_content_sw_left{width: 46px;height: 46px;border-radius: 5px;background: #E7E7E7;display: flex;align-items: center;justify-content: center;font-size: 30px;color: #000000;font-family: "Poppins-Regular";transition: all 0.3s;}
.products_list_btn_content_sw_right:hover,.products_list_btn_content_sw_left:hover{background: linear-gradient(0deg, #44b679 0%, #3ae087 100%), linear-gradient(#44b679, #44b679);color: #FFFFFF;}
.products_list_btn_content_sw_right{right: -20px;}
.products_list_btn_content_sw_left{left: -20px;}
.products_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.products_list_ul li{width: 24.1%;height: auto;background: #FFFFFF;box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.1);border-radius: 20px;margin-top: 47px;margin-left: 1.2%;}
.products_list_ul li:nth-of-type(4n+1){margin-left: 0;}
.products_list_ul li a{display: block;width: 100%;height: auto;padding: 15px 18px;padding-bottom: 38px;display: block;}
.products_list_ul li:hover .index_product_categories_content_sw_img img{transform: scale(1.1);}
.products_list_ul li:hover .index_product_categories_content_sw_more{opacity: 1;}
.products_list_ul li:hover .index_product_categories_content_sw_more img{transform: scale(1)}
.products_list_ul li:hover .index_product_categories_content_sw_more{display: flex;}
.product_page{display: flex;justify-content: center;align-items: center;margin-top: 58px;}
.product_page li + li{margin-left: 15px;}
.product_page li a{font-size: 16px;color: #a7a7a7;}
.product_page li.active a{color: var(--mainColor);}
.product_page li.product_page_prev,.product_page li.product_page_next{width: 46px;height: 46px;border-radius: 5px;}
.product_page li.product_page_prev a,.product_page li.product_page_next a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-family: "Poppins-Regular";font-size: 30px;color: #000000;background: #e7e7e7;}
.product_page li.product_page_next a:hover,
.product_page li.product_page_prev a:hover{background: linear-gradient(0deg, #44b679 0%, #3ae087 100%), linear-gradient(#44b679, #44b679);color: #FFFFFF;}
.products_list_advantages_box{width: 100%;height: auto;padding: 80px 0px;background: linear-gradient(263deg, #44b679 0%, #5736c0 20%, #343684 40%, #113647 59%, #181930 100%);}
.products_list_advantages_title{width: 100%;height: auto;}
.products_list_advantages_title h2{font-size: 48px;color: #FFFFFF;font-family: "Araboto-Black";text-align: center;line-height: 1;}
.products_list_advantages_title p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 17px;}
.products_list_advantages_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.products_list_advantages_ul li{width: 23.5%;height: auto;padding: 63px 32px;background: rgba(255,255,255,0.2);box-shadow: 0px 17px 13px 0px rgba(0, 0, 0, 0.1);margin-top: 63px;border-radius: 40px;margin-left: 2%;}
.products_list_advantages_ul li:nth-of-type(4n+1){margin-left: 0;}
.products_list_advantages_ul_ico{width: 75px;height: auto;margin: 0px auto;transition: all 0.3s;}
.products_list_advantages_ul_ico img{width: 100%;height: auto;display: block;}
.products_list_advantages_ul li:hover .products_list_advantages_ul_ico{transform: translateY(-10px);}
.products_list_advantages_ul li h3{font-size: 24px;color: #FFFFFF;font-family: "Araboto-Bold";margin-top: 53px;}
.products_list_advantages_ul li p{font-size: 20px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;}
.products_list_related_solution_box{width: 100%;height: auto;padding: 80px 0;}
.products_list_related_solution_title{width: 100%;height: auto;}
.products_list_related_solution_title h2{font-size: 48px;color: #000000;font-family: "Araboto-Black";text-align: center;line-height: 1;}
.products_list_related_solution_title p{font-size: 18px;color: #000000;text-align: center;margin-top: 18px;}
.products_list_related_solution_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 20px;}
.products_list_related_solution_ul li{width: 22.8%;height: auto;position: relative;transition: all 0.6s;}
.products_list_related_solution_ul_img{width: 100%;height: auto;overflow: hidden;}
.products_list_related_solution_ul_img img{display: block;}
.products_list_related_solution_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 43px 30px;display: flex;flex-direction: column;justify-content: flex-end;}
.products_list_related_solution_ul_txt_left h3{font-size: 24px;color: #ffffff;font-family: "Araboto-Black";text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.2);}
.products_list_related_solution_ul_txt_left p{font-size: 16px;color: #FFFFFF;margin-top: 10px;display: none;}
.products_list_related_solution_ul_txt_right{font-size: 36px;color: #FFFFFF;font-family: "Poppins-Light";}
.products_list_related_solution_ul li.on{width: 53.91%;}
.products_list_related_solution_ul li.on .products_list_related_solution_ul_txt{display: flex;justify-content: space-between;align-items: center;}
.products_list_related_solution_ul li.on .products_list_related_solution_ul_txt_left p{display: block;}
.products_list_related_solution_ul li.on .products_list_related_solution_ul_txt_right{font-family: "Poppins-Regular";color: var(--mainColor);}
.products_list_faq_box{width: 100%;height: auto;padding: 80px 0px;background: #f6f6f6;}
.products_list_faq_ul{width: 100%;height: auto;margin-top: 65px;}
.products_list_faq_ul li{width: 100%;height: auto;}
.products_list_faq_ul_top{width: 100%;height: 75px;border-bottom: 1px solid  #d9d9d9;padding: 0 36px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.products_list_faq_ul_top_left{display: flex;justify-content: flex-start;align-items: center;}
.products_list_faq_ul_top_left img{width: 64px;height: auto;display: block;}
.products_list_faq_ul_top_left h3{font-size: 24px;color: var(--mainColor);margin-left: 10px;}
.products_list_faq_ul_top_right{font-size: 36px;color: #000000;font-family: "Poppins-Light";}
.products_list_faq_ul_bottom{width: 100%;height: auto;padding: 20px 36px;display: none;}
.products_list_faq_ul_bottom_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;}
.products_list_faq_ul_bottom_content img{width: 64px;height: auto;display: block;}
.products_list_faq_ul_bottom_content p{font-size: 24px;color: #181930;margin-left: 10px;margin-top: 15px;flex: 1;display: block;}
.products_list_faq_ul li.on{padding: 0 36px;background: #FFFFFF;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);margin-bottom: 51px;}
.products_list_faq_ul li.on .products_list_faq_ul_top_right{color: var(--mainColor);}
.products_list_faq_ul li.on .products_list_faq_ul_bottom,
.products_list_faq_ul li.on .products_list_faq_ul_top{padding: 0;}
/*products_list.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding-bottom: 30px;}
.product_detial_info_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 40px;}
.product_detial_info_content_left{width: 47.88%;height: auto;display: flex;justify-content: space-between;}
/* .product_detial_info_content_left_top{width: 100%;height: auto;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);}
.product_detial_info_content_left_sw_top{width: 100%;height: auto;}
.product_detial_info_content_left_sw_top .swiper-slide img{width: 100%;height: auto;}
.product_detial_info_content_left_sw_bottom{width: 100%;height: auto;margin-top: 10px;}
.product_detial_info_content_left_sw_bottom .swiper-slide{border: 1px solid #e5e5e5;cursor: pointer;}
.product_detial_info_content_left_sw_bottom .swiper-slide img{width: 100%;height: auto;display: block;} */
.product_detial_info_content_left_small_img{width: 14.2%;height: auto;display: flex;flex-direction: column;justify-content: space-between;}
.product_detial_info_content_left_small_img li{width: 100%;height: auto;border: 1px solid #eee;aspect-ratio: 1/1;overflow: hidden;display: flex;align-items: center;cursor: pointer;}
.product_detial_info_content_left_small_img li img{width: 100%;height: auto;display: block;}
.product_detial_info_content_left_big_img{flex: 1;margin-left: 6px;position: relative;border: 1px solid #eee;overflow: hidden;aspect-ratio: 1/1;}
.product_detial_info_content_left_big_img img{width: 100%;height: auto;display: block}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product_detial_info_content_left_small_img li.on{border-color: var(--mainColor);}
.product_detial_info_content_right{width: 49.1%;height: auto;}
.product_detial_info_content_right_txt{width: 100%;height: auto;}
.product_detial_info_content_right_txt h1{font-size: 45px;color: #000000;font-family: "Araboto-Black";margin-bottom: 15px;line-height: 1.2;}
.product_detial_info_content_right_txt{font-size: 16px;color: #000000;line-height: 1.8;}
.product_detial_info_content_right_txt p strong{font-family: "Inter-Bold";}
.product_detial_info_content_right_txt a{width: 275px;height: 50px;display: flex;justify-content: flex-start;align-items: center;justify-content: center; background: var(--mainColor);border-radius: 5px;margin-top: 20px;font-size: 18px;color: #FFFFFF;transition: all 0.3s;border: 1px solid transparent;}
.product_detial_info_content_right_txt a:hover{background: transparent;color: var(--mainColor);border-color: var(--mainColor);}
.product_detial_info_content_right_download{width: 100%;height: auto;margin-top: 35px;}
.product_detial_info_content_right_download li{width: 100%;height: 78px;border: 1px solid #F6F6F6;border-bottom: none;}
.product_detial_info_content_right_download li:nth-last-of-type(1){border-bottom: 1px solid #F6F6F6;}
.product_detial_info_content_right_download li a{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: 100%;}
.product_detial_info_content_right_download_left{flex: 1;margin-right: 30px;height: 100%;display: flex;align-items: center;}
.product_detial_info_content_right_download_left_img{width: 14.7%;height: 100%;display: flex;align-items: center;justify-content: center;border-right: 1px solid #F6F6F6;}
.product_detial_info_content_right_download_left_img img{width: 50%;height: auto;display: block;}
.product_detial_info_content_right_download_left h4{display: block;flex: 1;margin-left: 26px;font-size: 16px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_detial_info_content_right_download li span{display: flex;justify-content: center;align-items: center;width: 142px;height: 42px;margin-right: 30px;font-size: 16px;color: var(--mainColor);border: solid 1px #e5e5e5;border-radius: 5px;transition: all 0.3s;}
.product_detial_info_content_right_download li span img{display: block;margin-right: 6px;transition: all 0.3s;width: 18px;}
.product_detial_info_content_right_download li:hover span{background: var(--mainColor);border-color: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_right_download li:hover span img{filter: brightness(0) invert(1);}
.product_detial_btn_box{width: 100%;background: #FFFFFF;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);position: sticky;top: 80px;z-index: 9;}
.product_detial_btn_ul{display: flex;justify-content: flex-start;width: 100%;height: 80px;padding-top: 20px;}
.product_detial_btn_ul li{font-size: 24px;color: #181930;position: relative;height: 100%;position: relative;cursor: pointer;}
.product_detial_btn_ul li + li{margin-left: 60px;}
.product_detial_btn_ul li.on{color: var(--mainColor);}
.product_detial_btn_ul li.on:after{content: "";display: block;width: 100%;height: 5px;background: var(--mainColor);border-radius: 2px;position: absolute;left: 0;bottom: 20;}
.product_detial_content_box{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 20px;}
.product_detial_feature_box{width: 100%;height: auto;display: flex;justify-content: space-between;padding-bottom: 20px;border-bottom: 1px solid rgba(24, 25, 48, 0.1);}
.product_detial_content_list_title{width: 100%;height: auto;}
.product_detial_content_list_title h2{font-size: 48px;color: #000000;font-family: "Araboto-Black";}
.product_detial_feature_left{width: 42.1%;}
.product_detial_feature_left ul{width: 100%;height: auto;margin-top: 20px;}
.product_detial_feature_left ul li{font-size: 16px;color: #000000;font-family: "Inter-Bold";line-height: 1.8;position: relative;padding-left: 19px;}
.product_detial_feature_left ul li:before{content: "";display: block;width: 10px;height: 10px;border-radius: 50%;background: var(--mainColor);position: absolute;left: 0;top: 8px;}
.product_detial_feature_left p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 20px;}
.product_detial_feature_right{width: 45.6%;height: auto;margin-right: 4.6%;}
.product_detial_feature_right img{width: 100%;height: auto;display: block;}
.product_detial_partmeter_box{width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px solid rgba(24, 25, 48, 0.1);}
.product_detial_partmeter_box table{width: 100%;height: auto;margin-top: 20px;display: block;}
.product_detial_partmeter_box table th{height: 48px;padding: 0 30px;background: var(--mainColor);color: #FFFFFF;font-size: 16px;border: 1px solid #FFFFFF;}
.product_detial_partmeter_box table td{height: 40px;padding: 0 30px;font-size: 16px;color: #000000;border: 1px solid #FFFFFF;}
.product_detial_partmeter_box table tr{background: #f1f1f1;}
.product_detial_partmeter_box table tr:nth-of-type(even){background: #e5e5e5;}
.product_detial_details_box{width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px solid rgba(24, 25, 48, 0.1);}
.product_detial_details_content{width: 100%;height: auto;padding-bottom: 80px;position: relative;}
.product_detial_details_content_txt{width: 100%;height: auto;padding: 0 20px;}
.product_detial_details_content_txt p{font-size: 16px;line-height: 1.6;color: #000;}
.product_detial_details_sw{width: 100%;height: auto;padding: 20px 20px 20px 20px;}
.product_detial_details_sw .swiper-slide{border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);}
.product_detial_details_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_details_sw_right,.product_detial_details_sw_left{background: none;font-size: 60px;color: rgba(0,0,0,0.2);opacity: 1;font-family: "Poppins-Light";top: auto;transform: none;bottom: 0;display: flex;align-items: center;line-height: normal;z-index: 3;}
.product_detial_details_sw_right:hover,.product_detial_details_sw_left:hover{color: var(--mainColor);}
.product_detial_details_sw_page{z-index: 2;width: 100%;bottom: 12px !important;}
.product_detial_details_sw_page span{background: #d8d8d8;margin-left: 24px;opacity: 1;}
.product_detial_details_sw_page span:nth-of-type(1){margin-left: 0;}
.product_detial_details_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.product_detial_details_sw_right{right: 40%;}
.product_detial_details_sw_left{left: 40%;}
.product_detial_related_solutions_box{width: 100%;height: auto;padding-bottom: 20px;}
.product_detial_related_product_box{width: 100%;height: auto;padding: 80px 0px;background: #f1f1f1;}
.product_detial_related_product_content{width: 100%;height: auto;overflow: hidden;margin-top: 39px;}
/*product_detial.html end*/
/*about.html start*/
.about_banner_bg{width: 100%;height: auto;}
.about_banner_bg img{width: 100%;height: auto;display: block;}
.about_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.about_banner_content_box h2{display: block;width: 46.75%;height: auto;font-size: 72px;color: #FFFFFF;line-height: 1.2;font-family: "Araboto-Black";}
.about_crumbs_box{width: 100%;height: 56px;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);background: #FFFFFF;padding: 0;margin-top: 0;border-radius: 0;display: flex;align-items: center;}
.about_info_box{width: 100%;height: auto;padding: 80px 0px;}
.about_info_content_box{width: 73.3%;height: auto;margin: 0px auto;}
.about_info_content_box h1{font-size: 72px;color: #000000;font-family: "Araboto-Black";line-height: 1.2;}
.about_info_content_box p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 20px;}
.about_info_content_box p strong{font-size: 24px;color: #000000;font-family: "Araboto-Bold";}
.about_info_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.about_info_content_ul li{width: 23.13%;height: auto;background: #f0f7f4;border-radius: 10px;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.26);position: relative;padding: 85px 0;margin-top: 74px;}
.about_info_content_ul li h4{display: flex;justify-content: center;align-items: flex-start;}
.about_info_content_ul li h4 span{font-size: 60px;color: var(--mainColor);font-family: "Araboto-Black";}
.about_info_content_ul li h4 sup{font-size: 40px;color: var(--mainColor);font-family: "Araboto-Black";}
.about_info_content_ul li p{font-size: 16px;color: #000000;text-align: center;margin-top: 26px;}
.about_info_content_ul li:after{content: "";display: block;width: 100%;height: 4px;background: linear-gradient(263deg, #44b679 0%, #113647 100%), linear-gradient(#44b679, #44b679);border-radius: 2px;position: absolute;bottom: 0;left: 0;}
.about_provide_box{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.about_provide_left{width: 59.6%;height: auto;}
.about_provide_left img{width: 100%;height: auto;display: block;}
.about_provide_right{flex: 1;background: url(../images/about_provide_bg.jpg) no-repeat center center;display: flex;align-items: center;padding-left: 45px;}
.about_provide_right_txt{width: 69.7%;height: auto;}
.about_provide_right_txt h2{font-size: 48px;color: #FFFFFF;line-height: 1.2;font-family: "Araboto-Black";}
.about_provide_right_txt a{display: flex;justify-content: center;align-items: center;width: 246px;height: 59px;background: var(--mainColor);border-radius: 5px;font-size: 18px;color: #FFFFFF;font-family: "Araboto-Black";margin-top: 60px;transition: all 0.3s;}
.about_provide_right_txt a:hover{background: #FFFFFF;color: var(--mainColor);}
.about_culture_box{width: 100%;height: auto;padding: 80px 0px;}
.about_culture_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 80px;}
.about_culture_content_left{width: 28.3%;height: auto;}
.about_culture_content_list{width: 100%;height: auto;padding: 40px 33px;background: #f4f4f4;border-radius: 11px;transition: all 0.3s;}
.about_culture_content_list_ico{width: 100px;height: auto;margin: 0px auto;}
.about_culture_content_list_ico img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.about_culture_content_list h3{font-size: 22px;color: var(--mainColor);font-family: "Araboto-Black";text-align: center;margin-top: 10px;transition: all 0.3s;}
.about_culture_content_list p{font-size: 16px;color: #000000;text-align: center;line-height: 1.6;margin-top: 16px;transition: all 0.3s;}
.about_culture_content_list + .about_culture_content_list{margin-top: 10px;}
.about_culture_content_list:hover{background: linear-gradient(263deg, #44b679 0%, #113647 100%);}
.about_culture_content_list:hover .about_culture_content_list_ico img{filter: brightness(0) invert(1);}
.about_culture_content_list:hover h3{color: #FFFFFF;}
.about_culture_content_list:hover p{color: #FFFFFF;}
.about_culture_content_center{width: 44.1%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.about_culture_content_center .about_culture_content_list{width: 49.22%;padding: 31px 33px;}
.about_culture_content_center .about_culture_content_list:nth-of-type(1){width: 100%;}
.about_culture_content_right{width: 26.5%;height: auto;}
.about_culture_content_right .about_culture_content_list{padding: 25px 25px;}
.about_development_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/about_development_bg.jpg) no-repeat center center;background-size: cover;}
.about_development_box .index_title_box h2{color: var(--mainColor);}
.about_development_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.about_development_content_left{width: 45px;overflow: hidden;}
.about_development_content_sw .swiper-slide{font-size: 18px;font-family: "Araboto-Black";text-align: center;height: auto;cursor: pointer;color: #FFFFFF;}
.about_development_content_sw .swiper-slide.swiper-slide-thumb-active{color: var(--mainColor);}
.about_development_content_right{width: 88.6%;height: auto;}
.about_development_content_right_sw{width: 100%;height: auto;position: sticky;top: 160px;}
.about_development_content_right_sw .swiper-slide{opacity: 0 !important;}
.about_development_content_right_sw .swiper-slide.swiper-slide-active{opacity: 1 !important;}
.about_development_content_right_sw_content_title{font-size: 36px;color: var(--mainColor);font-family: "Araboto-Black";}
.about_development_content_right_sw_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 39px;}
.about_development_content_right_sw_content_left{width: 55.1%;height: auto;}
.about_development_content_right_sw_content_left p{font-size: 16px;color: #fff;line-height: 1.6;}
.about_development_content_right_sw_content_right{width: 41.3%;height: auto;overflow: hidden;}
.about_development_content_right_sw_content_right img{width: 100%;height: auto;display: block;}
.about_development_content_right_sw_scrollbar{height: 1px !important;background: #FFFFFF;bottom: auto;left: 0;top: 16% !important;}
.about_development_content_right_sw_scrollbar .swiper-pagination-progressbar-fill{background: var(--mainColor);}
.about_tem_box{width: 100%;height: auto;padding: 30px 0px;}
.about_tem_btn_box{width: 100%;height: auto;margin-top: 25px;border-bottom: 5px solid #f4f4f4;}
.about_tem_btn_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.about_tem_btn_ul li{font-size: 24px;color: #181930;font-family: "Araboto-Bold";cursor: pointer;padding-bottom: 15px;position: relative;}
.about_tem_btn_ul li.on{color: var(--mainColor);}
.about_tem_btn_ul li.on:after{content: "";display: block;width: 100%;height: 5px;background: var(--mainColor);position: absolute;left: 0;bottom: -5px;border-radius: 2px;}
.about_tem_content_box{width: 100%;height: auto;margin-top: 10px;}
.about_tem_content_list{width: 100%;height: 0;overflow: hidden;}
.about_tem_content_list_sw{width: 100%;height: auto;display: block;}
.about_tem_content_list_sw img{width: 100%;height: auto;display: block;margin: 0px auto;}
.about_tem_content_list_sw_bottom{width: 100%;height: auto;margin: 0px auto;margin-top: 30px;padding-bottom: 20px;}
.about_tem_content_list_sw_bottom .swiper-slide{box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.66);overflow: hidden;border-radius: 11px;}
.about_tem_content_list_sw_bottom .swiper-slide img{width: 100%;height: auto;display: block;}
.about_tem_content_list_sw_bottom .swiper-slide{cursor: pointer;}
.about_tem_content_list_sw_right,.about_tem_content_list_sw_left{width: 45px;height: 50px;background: rgba(255, 255, 255, 0.6);font-family: "Poppins-Light";font-size: 48px;color: #000;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.about_tem_content_list_sw_right{right: 0;}
.about_tem_content_list_sw_left{left: 0;}
.about_tem_content_list_sw_right:hover,.about_tem_content_list_sw_left:hover{background: var(--mainColor);color: #fff;}
.about_video_box{width: 100%;height: auto;padding: 80px 0px;background: #f4f4f4;}
.about_video_bg{width: 100%;height: auto;margin-top: 60px;position: relative;border: 25px solid #FFFFFF;box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.17);}
.about_video_bg iframe{width: 100%;height: 758px;display: block;}
.about_video_bg a:after{background: url(../images/about_video_btn.png) no-repeat center center;background-size: 97px auto;}
.about_customization_box{width: 100%;height: auto;padding: 80px 0px;background: linear-gradient(263deg,#44b679 0%, #5736c0 20%, #343684 40%, #113647 59%, #181930 100%);}
.about_customization_box .index_title_box h2{color: #FFFFFF;}
.about_customization_sw{width: 100%;height: auto;margin-top: 80px;}
.about_customization_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 11px;}
.about_customization_sw_img img{width: 100%;height: auto;display: block;}
.about_customization_sw .swiper-slide h3{font-size: 24px;color: #FFFFFF;text-align: center;margin-top: 11px;font-family: "Araboto-Black";}
.about_customization_sw .swiper-slide p{font-size: 16px;color: #FFFFFF;margin-top: 10px;text-align: center;}
.about_customization_bottom{width: 100%;height: auto;margin-top: 50px;position: relative;}
.about_customization_page{width: 95.4%;height: 1px;background: rgba(244, 244, 244, 0.5);bottom: -6px;}
.about_customization_page .swiper-pagination-progressbar-fill{background: var(--mainColor);}
.about_customization_left,.about_customization_right{background: none;font-size: 36px;color: #FFFFFF;font-family: "Poppins-Regular";height: auto;line-height: normal;width: auto;}
.about_customization_left:hover,.about_customization_right:hover{color: var(--mainColor);}
.about_customization_right{right: 0;}
.about_customization_left{left: auto;right: 20px;}
.about_certificate_box{width: 100%;height: auto;padding: 80px 0px;background: #f4f4f4;}
.about_certificate_sw{width: 100%;height: auto;padding-bottom: 100px;margin-top: 80px;}
.about_certificate_sw img{width: 100%;height: auto;display: block;}
.about_certificate_sw_page{width: 100%;bottom: 0;}
.about_certificate_sw_page span{width: 28px;height: 5px;background: #868686;border-radius: 2px;opacity: 1;}
.about_certificate_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
/*about.html end*/
/*solution.html start*/
.solution_banner{width: 100%;height: auto;}
.solution_banner img{width: 100%;height: auto;display: block;}
.solution_btn_box{width: 100%;height: auto;border-bottom: 1px solid rgba(24, 25, 48, 0.1);position: sticky;top: 80px;background: #fff;z-index: 3;}
.solution_btn_ul{width: 100%;height: auto;display: flex;justify-content: space-between;padding-top:30px;}
.solution_btn_ul_img{width: 50px;height: auto;aspect-ratio:1/1;box-shadow: 0px 0px 15px 1px rgba(101, 101, 101, 0.14);border-radius: 11px;display: flex;justify-content: center;align-items: center;transition: all 0.3s;margin: 0px auto;}
.solution_btn_ul_img img{width: 80%;height: auto;display: block;transition: all 0.3s;}
.solution_btn_ul li a{padding-bottom: 10px;position: relative;display: block;}
.solution_btn_ul li h4{font-size: 18px;color: #181930;text-align: center;margin-top: 15px;transition: all 0.3s;}
.solution_btn_ul li.on h4,
.solution_btn_ul li:hover h4{color: var(--mainColor);}
.solution_btn_ul li.on a:after,
.solution_btn_ul li:hover a:after{content: "";display: block;width: 100%;height: 1px;background: var(--mainColor);position: absolute;left: 0;bottom: -1px;}
.solution_btn_ul li.on .solution_btn_ul_img,
.solution_btn_ul li:hover .solution_btn_ul_img{background: var(--mainColor);}
.solution_btn_ul li.on .solution_btn_ul_img img,
.solution_btn_ul li:hover .solution_btn_ul_img img{filter: brightness(0) invert(1);}
.solution_info_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_info_box h1{font-size: 72px;color: #181930;font-family: "Araboto-Black";line-height: 1;text-align: center;}
.solution_info_box p{font-size: 18px;color: #181930;text-align: center;line-height: 1.6;margin-top: 20px;padding: 0 13%;}
.solution_list_box{width: 100%;height: auto;margin-top: 80px;}
.solution_list_box li{width: 100%;height: auto;position: relative;}
.solution_list_bg{width: 100%;height: auto;}
.solution_list_bg img{width: 100%;height: auto;display: block;}
.solution_list_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.solution_list_content_box .contentWH1600{display: flex;justify-content: flex-end;align-items: center;min-height: 88.742%;}
.solution_list_content{width: 44.4%;height: 100%;background: rgba(255,255,255,0.9);border-radius: 10px;overflow: hidden;}
.solution_list_content a{width: 100%;height: 100%;padding: 37px 47px;display: block;}
.solution_list_content_info{width: 100%;height: auto;}
.solution_list_content_info h2{font-size: 48px;color: #181930;font-family: "Araboto-Black";line-height: 1;}
.solution_list_content_info p{font-size: 18px;color: #181930;line-height: 1.6;margin-top: 18px;}
.solution_list_content dl{width: 100%;height: auto;margin-top: 34px;}
.solution_list_content dl dd{width: 100%;height: 70px;border: 1px solid transparent;border-radius: 10px;background: rgba(255,255,255,0.9);display: flex;justify-content: space-between;align-items: center;padding: 0 26px;transition: all 0.3s;}
.solution_list_content_dl_left{display: flex;align-items: center;justify-content: flex-start;}
.solution_list_content_dl_left img{width: 54px;height: auto;display: block;filter: brightness(0);transition: all 0.3s;}
.solution_list_content_dl_left h3{font-size: 20px;margin-left: 30px; color: #181930;transition: all 0.3s;}
.solution_list_content dl dd + dd{margin-top: 1px;}
.solution_list_content_dl_right{font-size: 36px;color: #6c6c6c;font-family: "Poppins-Regular";}
.solution_list_content dl dd:hover{border-color: var(--mainColor);box-shadow: 0px 0px 57px 0px rgba(108, 108, 108, 0.14);}
.solution_list_content dl dd:hover .solution_list_content_dl_right{color: var(--mainColor);}
.solution_list_content dl dd:hover .solution_list_content_dl_left h3{color: var(--mainColor);}
.solution_list_content_dl_left img{filter: initial;}
.solution_list_content_more{display: flex;width: 204px;height: 52px;border-radius: 5px;background: var(--mainColor);margin-top: 30px;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;transition: all 0.3s;border: 1px solid var(--mainColor);}
.solution_list_content_more:hover{background: transparent;color: var(--mainColor);}
.solution_list_box li + li{margin-top: 40px;}
.solution_list_box li:nth-of-type(even) .solution_list_content_box .contentWH1600{justify-content: flex-start;}
.solution_list_box li:nth-last-of-type(1) .solution_list_content a{padding: 25px 47px;}
.solution_related_news_box{width: 100%;height: 935px;padding: 80px 0px;background: linear-gradient(263deg, #44b679 0%, #5736c0 20%,#343684 40%, #113647 59%, #181930 100%), linear-gradient(#cf4428, #cf4428);margin-top: 80px;}
.solution_related_news_box .index_title_box h2{color: #FFFFFF;font-size: 48px;}
.solution_related_news_content_box{width: 100%;height: auto;margin-top: 80px;display: flex;justify-content: flex-end;}
.solution_related_news_content{width: 92.2%;height: auto;overflow: hidden;}
.solution_related_news_content_sw{width: 94%;margin-left: 0;overflow: unset;padding: 20px 0;}
.solution_related_news_content_sw .swiper-slide{width: 100%;height: auto;transition: all 0.3s;border-radius: 10px;}
.solution_related_news_content_sw .swiper-slide a{display: block;width: 100%;padding: 10px;}
.solution_related_news_content_sw_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 383/264;}
.solution_related_news_content_sw_img img{width: 100%;height: 100%;display: block;object-fit: cover;}
.solution_related_news_content_sw_txt{width: 100%;height: auto;padding: 30px;background: #FFFFFF;}
.solution_related_news_content_sw_time{font-size: 14px;color: #000000;}
.solution_related_news_content_sw_txt h3{font-size: 20px;color: #303030;line-height: 1.4;margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.solution_related_news_content_sw_txt p{font-size: 16px;color: #181930;line-height: 1.6;margin-top: 9px;margin-top: 8px;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;display: none;}
.solution_related_news_content_sw_txt span{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #161616;margin-top: 40px;}
.solution_related_news_content_sw_txt span img{display: block;margin-left: 10px;filter: brightness(0);}
.solution_related_news_content_sw_right,.solution_related_news_content_sw_left{width: 40px;height: 50px;display: flex;align-items: center;background: rgba(0,0,0,0.6);font-size: 48px;color: #FFFFFF;font-family: "Poppins-Regular";justify-content: center;top: 240px;}
.solution_related_news_content_sw_right:hover,.solution_related_news_content_sw_left:hover{background: var(--mainColor);}
.solution_related_news_content_sw_right{right: 10px;}
.solution_related_news_content_sw_left{left: 10px;}
.solution_related_news_content_sw .swiper-slide:hover{background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.84);}
.solution_related_news_content_sw .swiper-slide:hover .solution_related_news_content_sw_txt h3{color: var(--mainColor);}
.solution_related_news_content_sw .swiper-slide:hover .solution_related_news_content_sw_txt span{color: var(--mainColor);}
.solution_related_news_content_sw .swiper-slide:hover .solution_related_news_content_sw_txt span img{filter: initial;}
.solution_related_news_content_sw .swiper-slide:hover .solution_related_news_content_sw_txt p{display: -webkit-box;}
/*solution.html end*/
/*solution_detial.html start*/
.solution_detial_bnaner{width: 100%;height: auto;}
.solution_detial_bnaner img{width: 100%;height: auto;display: block;}
.solution_detial_bnaner_content{width: 100%;height: 100%;display: flex;align-items: center;position: absolute;left: 0;top: 0;}
.solution_detial_bnaner_content_txt{width: 37.1%;height: auto;}
.solution_detial_bnaner_content_txt h1{font-size: 48px;color: #FFFFFF;font-family: "Araboto-Black";}
.solution_detial_bnaner_content_txt p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 15px;}
.solution_detial_bnaner_content_txt a{display: flex;justify-content: center;align-items: center;width: 134px;height: 45px;background: var(--mainColor);border-radius: 5px;margin-top: 20px;font-size: 18px;color: #FFFFFF;transition: all 0.3s;}
.solution_detial_bnaner_content_txt a:hover{background: #FFFFFF;color: var(--mainColor);}
.solution_detial_info_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.solution_detial_info_content_left{width: 48.5%;}
.solution_detial_info_content_left img{display: block;width: 100%;height: auto;}
.solution_detial_info_content_right{width: 48.5%;height: auto;}
.solution_detial_info_content_right h2{font-size: 18px;color: var(--mainColor);}
.solution_detial_info_content_right h3{font-size: 48px;color: #070707;font-family: "Araboto-Black";}
.solution_detial_info_content_right p{font-size: 18px;color: #070707;line-height: 1.6;margin-top: 27px;}
.solution_detial_info_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;}
.solution_detial_info_ul li{width: 49.4%;height: auto;position: relative;margin-top: 19px;}
/* .solution_detial_info_ul li:nth-last-of-type(1){width: 100%;} */
.solution_detial_info_ul_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.solution_detial_info_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_detial_info_ul li:hover .solution_detial_info_ul_img img{transform: scale(1.1);}
.solution_detial_info_ul_content{width: 100%;height: 100%;display: flex;align-items: flex-end;padding: 43px 60px;position: absolute;left: 0;top: 0;}
.solution_detial_info_ul_content_txt h4{font-size: 24px;color: var(--mainColor);font-family: "Araboto-Black";}
.solution_detial_info_ul_content_txt p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;}
/*solution_detial.html end*/
/*solution_list.html start*/
.solution_detial_list_box{width: 100%;height: auto;padding: 50px 0 80px;background: #F4F4F4;}
.solution_detial_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.solution_detial_list_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 30px;}
.solution_detial_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.solution_detial_list_ul_img{width: 100%;height: auto;overflow: hidden;}
.solution_detial_list_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.solution_detial_list_ul_txt{width: 100%;height: auto;padding: 35px;padding-bottom: 0;}
.solution_detial_list_ul_txt h2{font-size: 24px;color: var(--mainColor);font-family: "Araboto-Black";text-align: center;}
.solution_detial_list_ul_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 20px;}
.solution_detial_list_ul li:hover .solution_detial_list_ul_img img{transform: scale(1.1);}
.solution_detial_service_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_detial_service_title_box{width: 100%;height: auto;}
.solution_detial_service_title_box h2{font-size: 72px;color: #000000;font-family: "Araboto-Black";text-align: center;}
.solution_detial_service_title_box p{font-size: 18px;color: #070707;line-height: 1.6;text-align: center;padding: 0 22%;margin-top: 20px;}
.solution_detial_service_title_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.solution_detial_service_title_ul li{width: 25%;height: auto;padding: 0 62px;border-right: 1px solid rgba(0,0,0,0.1);margin-top: 80px;}
.solution_detial_service_title_ul li:nth-of-type(1){padding-left: 0;}
.solution_detial_service_title_ul li:nth-last-of-type(1){padding-right: 0;border-right: none;}
.solution_detial_service_title_ul_ico{width: 85px;height: auto;transition: all 0.3s;}
.solution_detial_service_title_ul_ico img{width: 100%;height: auto;display: block;}
.solution_detial_service_title_ul li h2{font-size: 24px;color: #000000;font-family: "Araboto-Black";margin-top: 20px;}
.solution_detial_service_title_ul li p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 18px;}
.solution_detial_service_title_ul li:hover .solution_detial_service_title_ul_ico{transform: translateY(-5px);}
/*solution_list.html end*/
.news_top_box{background: #f8f8f8;}
.news_nav_box{width: 100%;height: auto;display: flex;padding-bottom: 27px;border-bottom: 1px solid rgba(24, 25, 48, 0.1);}
.news_nav_box li{width: 9.5%;height: 50px;border-radius: 5px;margin-left: 30px;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);}
.news_nav_box li:nth-of-type(1){margin-left: 0;}
.news_nav_box li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;text-align: center;color: #000;font-size: 20px;}
.news_nav_box li.on,.news_nav_box li:hover{background: var(--mainColor);}
.news_nav_box li.on a,.news_nav_box li:hover a{color: #fff;}
.news_list_ul{display: block;padding-top: 25px;}
.news_list_ul li{width: 100%;margin-top: 30px;padding-bottom: 30px;border-bottom: 1px solid rgba(24, 25, 48, 0.1);margin-left: 0;}
.news_list_ul li a{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.news_list_ul_img{width: 32.6%;height: 420px;aspect-ratio: 522/420;}
.news_list_ul_img img{width: 100%;height: 100%;display: block;object-fit: cover;}
.news_list_ul_txt{flex: 1;margin-left: 92px;padding: 0;padding-right: 5%;}
.news_list_ul li h4{text-align: left;font-size: 30px;font-family: "Inter-Bold";line-height: 1.2;}
.news_list_ul li p{display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;}
.news_list_ul li:hover{box-shadow: none;}
.time{font-size: 20px;color: #000;font-family: "Inter-SemiBold";margin-top: 20px;}
.news_list_ul_txt span{display: block;color: rgba(0, 0, 0, 0.5);font-family: "Inter-SemiBold";margin-top: 20px;}
.news_list_ul li:hover .news_list_ul_txt span{color: var(--mainColor);}
.download_list_content{display: flex;width: 100%;height: auto;justify-content: flex-start;flex-wrap: wrap;margin-top: 15px;}
.download_list_content li{width: 18.1%;height: auto;margin-top: 40px;margin-left: 2.3%;}
.download_list_content li:nth-of-type(5n+1){margin-left: 0;}
.download_list_content li a{display: block;}
.download_list_content_left{width: 100%;}
.download_list_content_img{width: 100%;height: auto;aspect-ratio: 289/226;overflow: hidden;}
.download_list_content_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.download_list_content li:hover .download_list_content_img img:nth-of-type(1){display: block;transform: scale(1.1)}
.download_list_content li:nth-of-type(1){margin-top: 40px;}
.download_list_content_right{margin-left: 0;width: 100%;height: auto;padding: 30px 26px;}
.download_list_content_right h4{font-size: 16px;height: 44px; color: #000;font-family: "Inter-SemiBold";display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.download_last{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.download_list_content_right p{color: #000;}
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #181930;}
.footer_top_box{width: 100%;height: auto;padding: 53px 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer_top_content_box{width: 84.5%;height: auto;margin: 0px auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_logo{width: 71px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_content_left h2{font-size: 16px;color: #FFFFFF;margin-top: 10px;}
.footer_top_content_left h4{font-size: 16px;color: #FFFFFF;margin-top: 50px;font-family: "Araboto-Black";}
.footer_top_content_left_link{display: flex;justify-content: flex-start;margin-top: 23px;}
.footer_top_content_left_link li{width: 28px;height: 28px;border: 1px solid #FFFFFF;border-radius: 50%;overflow: hidden;transition: all 0.3s;}
.footer_top_content_left_link li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.footer_top_content_left_link li a img{display: block;}
.footer_top_content_left_link li + li{margin-left: 10px;}
.footer_top_content_left_link li:hover{background: var(--mainColor);border-color: var(--mainColor);}
.footer_top_content_nav_title{font-size: 16px;color: #FFFFFF;font-family: "Araboto-Black";margin-bottom: 34px;}
.footer_solution_nav{height: 220px;overflow: hidden;}
.footer_top_content_nav a{display: block;font-size: 16px;color: rgba(255,255,255,0.6);transition: all 0.3s;line-height: 2;}
.footer_top_content_nav a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_top_content_info{width: 20%;}
.footer_top_content_info_ul li{display: flex;justify-content: flex-start;align-items: flex-start;}
.footer_top_content_info_ul li img{display: block;font-size: 16px;margin-right: 16px;}
.footer_top_content_info_ul li a,.footer_top_content_info_ul li p{font-size: 16px;color: rgba(255,255,255,0.6);transition: all 0.3s;}
.footer_top_content_info_ul li a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_top_content_info_ul li + li{margin-top: 16px;}
.footer_last_box{padding: 18px 0;}
.footer_last_box p{font-size: 16px;color: #FFFFFF;display: flex;align-items: center;}
.footer_last_box p img{margin-left: 10px;}
/*footer end*/
@media(max-width:1768px){
     .index_banner_swiper_content_left h2{font-size: 62px;}
     .index_banner_swiper_content_left p{font-size: 24px;}
     .index_solution_contentlist_right_info h3{font-size: 48px;}
     .index_solution_contentlist_right_info p{padding-right: 0;font-size: 16px;margin-top: 8px;}
     .index_solution_contentlist_right_ul li{margin-top: 15px;}
     .index_solution_contentlist_right_ul li a{padding: 15px;}
     .index_about_content_txt h2{font-size: 90px;}
     .index_about_content_txt p{font-size: 24px;margin-top: 24px;}
     .index_about_number_ul{margin-top: 60px;}
     .footer_top_content_info{width: 23%;}
     .index_advantage_content_right_txt h3{font-size: 48px;}
     .index_advantage_content_right_ul_img{width: 72px;}
     .index_advantage_content_right_ul_img img{width: 60%;}
     .products_info_txt{margin-top: 80px;}
     .products_list_ul_content{padding: 20px;}
     .products_list_banner_content_left h2{font-size: 25px;}
     .products_list_banner_content_left p strong{font-size: 20px;}
     .product_detial_info_content_right_txt h1{line-height: 1.2;font-size: 32px;}
     .product_detial_info_content_right_download{margin-top: 38px;}
     .product_detial_info_content_right_download li{height: 68px;}
     .about_banner_content_box h2{font-size: 53px;}
     .about_info_content_box{width: 80.3%;}
     .about_info_content_ul li{padding: 85px 15px;}
     .about_provide_right_txt h2{font-size: 34px;}
     .about_culture_content_list h3{font-size: 18px;}
     .about_culture_content_list{padding: 31px 33px;}
     .about_culture_content_right .about_culture_content_list{padding: 18px 33px;}
     .solution_info_box h1{font-size: 60px;}
     .solution_info_box p{padding: 0 8%;}
     .solution_list_bg{height: 680px;}
     .solution_list_bg img{height: 100%;object-fit: cover;}
     .solution_list_box li:nth-last-of-type(1) .solution_list_bg{height: 786px;}
     .nav_list_dl{width: 94%;}
     .solution_detial_service_title_ul li{padding: 0 32px;}
     .solution_detial_list_ul_txt{padding: 25px;}
     .news_nav_box li{width: 14.5%;}
	 .index_news_content_box,.news_list_ul_img{height: auto;}
}
@media (max-width: 1400px) {
     .nav_list_dl{justify-content: flex-start;}
     .nav_list_dl dd{width: 32%;margin-left: 2%;}
     .nav_list_dl dd:nth-of-type(3n+1){margin-left: 0;}
     .nav_box li:nth-of-type(1) .nav_list_box{height: calc(100vh - 100px);overflow: hidden;overflow-y: auto;}
     .index_solution_content_btn li h4{font-size: 20px;}
     .index_solution_contentlist_right_info h3{font-size: 40px;}
     .index_product_categories_content_sw_txt h3{font-size: 18px;}
     .index_about_content_txt h2{font-size: 70px;}
     .index_about_content_txt p{font-size: 18px;}
     .index_about_number_ul li{height: 208px;}
     .index_advantage_content_right_txt h3{font-size: 40px;}
     .index_advantage_content_right_ul li h4{font-size: 16px;margin-left: 16px;}
     .index_advantage_content_right_ul_img{width: 54px;}
     .footer_top_content_info{width: 26%;}
     .index_title_box h2{font-size: 52px;}
     .index_news_rfid_content_left_list h3{font-size: 32px;}
     .index_news_rfid_content_left_list_top p{font-size: 20px;}
     .products_info_txt{margin-top: 45px;width: 42.4%;}
     .products_arrivals_content_right h2{font-size: 40px;}
     .products_arrivals_content_right h3{font-size: 30px;}
     .products_arrivals_content_right p{font-size: 16px;}
     .products_arrivals_content_right{width: 46.73%;}
     .products_arrivals_content{width: 67.88%;}
     .about_provide_right_txt{width: 82.7%;}
     .about_culture_content_right .about_culture_content_list{padding: 18px 23px;}
     .solution_list_content{width: 60.4%;}
     .download_list_content li{width: 23.5%;margin-left: 2%;}
     .download_list_content li:nth-of-type(5n+1){margin-left: 2%;}
     .download_list_content li:nth-of-type(4n+1){margin-left: 0;}
}
@media (max-width: 1200px) {
     .nav_list_dl_top a{font-size: 16px;}
     .nav_list_dl dd{width: 23.4%;}
/*      .nav_box li:nth-of-type(2) .nav_list_dl dd{width: 19.5%;} */
     .nav_list_dl_bottom a{font-size: 15px;}
     .index_banner_swiper_content_left h2{font-size: 48px;}
     .index_banner_swiper_content_left p{font-size: 18px;}
     .index_banner_swiper_content_left_more{margin-top: 40px;}
     .index_solution_content_btn_img img{width: 80%;}
     .index_solution_content_btn li + li{margin-left: 50px;}
     .index_solution_content_btn li h4{font-size: 18px;}
     .index_solution_contentlist{flex-wrap: wrap;}
     .index_solution_contentlist_left{width: 100%;}
     .index_solution_contentlist_right{margin-left: 0;margin-top: 40px;}
     .index_about_number_ul li{height: auto;padding: 35px 22px;justify-content: flex-start;}
     .index_about_number_ul{margin-top: 40px;}
     .index_advantage_content_box{width: 92%;flex-wrap: wrap;}
     .index_advantage_content_left{width: 100%;}
     .index_advantage_content_right{margin-left: 0;margin-top: 30px;}
     .index_news_content_left_content_bottom h3{font-size: 16px;}
     .index_news_content_left_content{padding: 10px;}
     .index_news_rfid_content{flex-wrap: wrap;}
     .index_news_rfid_content_left{width: 100%;}
     .index_news_rfid_content_right{width: 100%;margin-top: 10px;}
     .index_news_rfid_content_left_list:nth-of-type(1){padding-bottom: 120px;}
     .footer_top_content_nav{width: 24%;}
     .footer_top_content_info{width: 59%;}
     .products_list_u_content_txt h2{font-size: 24px;}
     .products_info_txt{margin-top: 20px;}
     .products_info_txt h1{font-size: 32px;}
     .products_info_txt p{font-size: 16px;margin-top: 20px;}
     .products_list_banner_content_left{padding-top: 60px;}
     .products_list_advantages_ul{flex-wrap: wrap;justify-content: space-between;}
     .products_list_advantages_ul li{width: 48.5%;margin-left: 0;}
     .products_list_related_solution_ul_txt_left h3{font-size: 18px;}
     .product_detial_info_content_box{flex-wrap: wrap;}
     .product_detial_info_content_left{width: 100%;}
     .about_banner_content_box h2{font-size: 41px;}
     .about_info_content_box{width: 100%;}
     .about_provide_right_txt h2{font-size: 25px;}
     .solution_detial_bnaner_content_txt h1{font-size: 42px;}
     .product_detial_info_content_right{width: 100%;margin-top: 50px;}
     .nav_list_dl{justify-content: space-between;}
     .nav_list_dl dd{width: 48.5%;margin-left: 0;}
     .download_list_content li{width: 32%;margin-left: 2%;}
     .download_list_content li:nth-of-type(4n+1){margin-left: 2%;}
     .download_list_content li:nth-of-type(3n+1){margin-left: 0;}
}
@media (max-width: 990px) {
     .nav_list_dl_top a{font-size: 14px;}
     .nav_list_dl_bottom a{font-size: 12px;}
     .nav_box li + li{margin-left: 20px;}
     .fristLink{font-size: 16px;}
     .index_solution_content_btn_img{width: 66px;}
     .index_solution_content_btn li + li{margin-left: 20px;}
     .index_solution_content_btn li h4{font-size: 16px;margin-top: 10px;}
     .index_banner_swiper_content_left{width: 72.44%;}
     .index_banner_swiper_content_box{padding-top: 100px;}
     .index_about_bg{height: 552px;}
     .index_about_bg img{height: 100%;object-fit: cover;}
     .index_news_content_box{flex-wrap: wrap;}
     .index_news_content_left{width: 100%;}
     .index_news_content_right{width: 100%;}
     .index_news_content_right li{margin-top: 30px;}
     .index_title_box h2{font-size: 48px;}
     .index_news_rfid_box .index_title_box{padding: 0 6%;}
     .footer_top_content_nav{width: 26%;}
     .products_info_bg{height: 340px;}
     .products_info_bg img{height: 100%;object-fit: cover;}
     .products_list_ul{justify-content: space-between;}
     .products_list_ul li{width: 49.5%;margin-left: 0;}
     .products_arrivals_content{width: 92%;}
     .products_arrivals_content_sw_right, .products_arrivals_content_sw_left{display: none;}
     .products_list_banner_bg{height: 480px;}
     .products_list_banner_bg img{height: 100%;object-fit: cover;}
     .products_list_banner_content_box{justify-content: center;padding-right: 0;}
     .products_list_banner_content{width: 92%;}
     .products_list_related_solution_ul{flex-wrap: wrap;}
     .products_list_related_solution_ul li{width: 100%;margin-top: 10px;}
     .products_list_related_solution_ul li.on{width: 100%;}
     .products_list_related_solution_ul li .products_list_related_solution_ul_txt{display: flex;justify-content: space-between;align-items: center;}
     .products_list_related_solution_ul_txt_left p{display: block;}
     .products_list_faq_ul_top_left h3{font-size: 20px;}
     .products_list_faq_ul_bottom_content p{font-size: 18px;}
     .product_detial_info_content_box{flex-wrap: wrap;}
     .crumbs_box ul{flex-wrap: wrap;}
     .product_detial_info_content_left{width: 100%;}
     .product_detial_info_content_right{width: 100%;margin-top: 30px;}
     .product_detial_feature_box{flex-direction: column-reverse;}
     .product_detial_feature_right{width: 100%;margin-right: 0;}
     .product_detial_feature_left{width: 100%;margin-top: 30px;}
     .about_banner_content_box h2{width: 60.75%;}
     .about_info_content_ul{flex-wrap: wrap;}
     .about_info_content_ul li{width: 49%;}
     .about_provide_box{flex-wrap: wrap;}
     .about_provide_left{width: 100%;}
     .about_provide_right{width: 100%;padding: 5% 4%;flex: auto;}
     .about_culture_content_box{flex-wrap: wrap;}
     .about_culture_content_left{width: 100%;}
     .about_culture_content_center{width: 100%;margin-top: 10px;}
     .about_culture_content_right{width: 100%;margin-top: 10px;}
     .about_development_content_right_sw_scrollbar{top: 24% !important;}
     .about_tem_btn_ul li{font-size: 24px;}
     .solution_list_content_box{position: relative;}
     .solution_list_content{width: 100%;}
     .solution_list_bg{height: auto !important;}
     .solution_detial_bnaner_content_txt h1{font-size: 34px;}
     .solution_detial_bnaner_content_txt{width: 80.1%;}
     .solution_detial_info_ul li{width: 100%;}
     .solution_detial_list_ul_txt h2{font-size: 20px;}
     .solution_detial_list_ul_txt{padding: 20px 15px;}
     .solution_detial_service_title_box p{padding: 0;}
     .solution_detial_service_title_ul{margin-top: 50px;flex-wrap: wrap;}
     .solution_detial_service_title_ul li{padding: 0;width: 48.5%;border: none;margin-top: 30px;}
     .news_nav_box li{width: 21.5%;}
     .download_list_content{justify-content: space-between;}
     .download_list_content li{width: 48.5%;margin-left: 0;}
     .download_list_content li:nth-of-type(4n+1){margin-left: 0;}
}
@media (max-width: 768px) {
     .header_content_box{height: 13.8vw;}
     .logo{width: 10vw;}
     .header_search_btn{width: 4vw;}
     .header_language_box span{width: 4vw;}
     .header_language_box{margin-left: 3.6vw;}
     .hd_btn{display: block;margin-right: 3.6vw;}
     .nav_box{position: absolute;left: 0;top: 100%;height: calc(100vh - 13.8vw);width: 100%;z-index: 99;background: #181930;display: none;padding-left: 3.8vw;overflow: hidden;overflow-y: auto;}
     .nav_box li{height: auto;display: block;}
     .nav_box li + li{margin-left: 0;}
     .nav_box li:nth-of-type(2) .nav_list_box, .nav_box li:nth-of-type(1) .nav_list_box{width: 100%;}
     .nav_list_box{height: 48vh;}
     .nav_list_dl{padding: 5% 0;flex-wrap: wrap;}
     .nav_list_dl dd{width: 48.5%;margin-top: 3.8vw;}
     .nav_list_dl_top a{font-size: 3.6vw;padding-bottom: 1.8vw;}
/*      .nav_box li:nth-of-type(2) .nav_list_dl dd{width: 48.5%;} */
     .fristLink{font-size: 3.8vw;line-height: 10.8vw;display: inline-block;}
     .nav_list_box{position: relative;width: 100%;}
     .nav_list_dl_top a:after{width: 20vw;height: 0.4vw;}
     .nav_list_dl_bottom{margin-top: 3.6vw;}
     .nav_list_dl_bottom a{font-size: 3.6vw;width: 100%;}
     .nav_three_list_box a, .twoLink{font-size: 3.6vw;padding-left: 3.6vw;line-height: 10.8vw;display: inline-block;}
     .nav_three_list_box{position: relative;left: 0;border-left: none;}
     .index_banner_bg,.banner .bg{height: 62vw;}
     .index_banner_bg img{height: 100%;object-fit: cover;}
     .index_banner_swiper_content_box{padding-top: 13.8vw;}
     .index_banner_swiper_content_left h2{font-size: 4.8vw;}
     .index_banner_swiper_content_left p{font-size: 3.6vw;}
     .index_banner_swiper_content_left_more{margin-top: 3.8vw;}
     .index_banner_swiper_content_left_more a{height: 10.8vw;font-size: 3.6vw;}
     .index_inquiry{width: 32vw;}
     .index_video{width: 48vw;}
     .index_video img{width: 5vw;margin-right: 1.8vw;}
     .index_solution_box{padding: 8vw 0;}
     .index_solution_content_box{width: 92%;}
     .index_solution_content_btn{flex-wrap: wrap;justify-content: space-between;}
     .index_solution_content_btn li{width: 48.5%;margin-bottom: 3.8vw;}
     .index_solution_content_btn li + li{margin-left: 0;}
     .index_solution_content_btn_img{width: 18vw;}
     .index_solution_content_btn li h4{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_solution_content{margin-top: 4vw;}
     .index_solution_contentlist_right{margin-top: 5.8vw;}
     .index_solution_contentlist_right_info h2{font-size: 3.2vw;}
     .index_solution_contentlist_right_info h3{font-size: 4.8vw;}
     .index_solution_contentlist_right_info p{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_solution_contentlist_right_info a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .index_solution_contentlist_right_ul li{margin-top: 3.8vw;}
     .index_solution_contentlist_right_ul li a{padding: 4%;}
     .index_solution_contentlist_right_ul li h4{font-size: 3.8vw;}
     .index_solution_contentlist_right_ul li p{font-size: 3.6vw;}
     .index_product_categories_box{height: auto;padding: 8vw 0;}
     .index_title_box h2{font-size: 4.8vw;}
     .index_product_categories_content{margin-top: 0;}
     .index_product_categories_content_sw .swiper-slide{border-radius: 2vw;}
     .index_product_categories_content_sw .swiper-slide a{padding: 5% 4%;}
     .index_product_categories_content_sw_txt{margin-top: 3.6vw;}
     .index_product_categories_content_sw_txt h3{font-size: 3.8vw;}
     .index_product_categories_content_sw_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
     .index_product_categories_content_sw_more img{width: 6.8vw;}
     .index_product_categories_content_sw_more{font-size: 3.6vw;}
     .index_about_content_txt h2{font-size: 4.8vw;}
     .index_about_content_txt p{font-size: 3.6vw;margin-top: 2.2vw;}
     .index_about_content_txt .index_banner_swiper_content_left_more{margin-top: 3.8vw;}
     .index_about_number_ul{flex-wrap: wrap;margin-top: 4.8vw;}
     .index_about_number_ul li{width: 49%;padding: 5% 4%;margin-top: 3.8vw;}
     .index_about_number_ul li h4 span{font-size: 4.8vw;}
     .index_about_number_ul li h4 sup{font-size: 3.8vw;}
     .index_about_number_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_about_content_box{padding-bottom: 4%;}
     .index_about_bg{height: 120vw;}
     .index_advantage_box{padding: 8vw 0;}
     .index_advantage_content_right{margin-top: 5.8vw;}
     .index_advantage_content_right_txt h2{font-size: 3.8vw;}
     .index_advantage_content_right_txt h3{font-size: 4.8vw;margin-top: 3.2vw;}
     .index_advantage_content_right_txt h4{font-size: 3.8vw;margin-top: 3.2vw;}
     .index_advantage_content_right_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
     .index_advantage_content_right_ul{margin-top: 3.2vw;}
     .index_advantage_content_right_ul li{flex-direction: column;align-items: center;margin-top: 3.8vw;}
     .index_advantage_content_right_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;margin-left: 0;}
     .index_advantage_more{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .index_news_box{padding: 8vw 0;}
     .index_news_title_box h2{font-size: 4.8vw;line-height: 1.4;}
     .index_news_title_box{height: 8.8vw;}
     .index_news_content_box{margin-top: 5.8vw;}
     .index_news_content_left{border-radius: 2vw;}
     .index_news_content_left_content_nav a{width: 32vw;height: 8.8vw;border-radius: 4.4vw;font-size: 3.6vw;}
     .index_news_content_left_content_time{font-size: 3.2vw;}
     .index_news_content_left_content_bottom h3{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_news_content_left_content_bottom_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 1.8vw;}
     .index_news_content_right li{margin-top: 3.8vw;border-radius: 2vw;}
     .index_news_content_right li + li{margin-top: 3.8vw;}
     .index_news_rfid_box{padding: 8vw 0;}
     .index_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_news_rfid_content{margin-top: 5.8vw;padding: 0;}
     .index_news_rfid_content_left{width: 100%;flex-wrap: wrap;}
     .index_news_rfid_content_left_list{width: 100%;padding: 5% 4% !important;}
     .index_news_rfid_content_left:after{display: none;}
     .index_news_rfid_content_left_list h4{font-size: 3.2vw;}
     .index_news_rfid_content_left_list h3{font-size: 4.2vw;margin-top: 1.8vw;}
     .index_news_rfid_content_left_list_ul{margin-top: 5.8vw;}
     .index_news_rfid_content_left_list_ul li{font-size: 3.6vw;line-height: 1.6;margin-top: 3.2vw;padding-left: 5vw;}
     .index_news_rfid_content_left_list_ul li:before{width: 2.2vw;background-size: 100% auto;top: 2vw;}
     .index_news_rfid_content_left_list a{width: 32vw;height: 10.8vw;margin-top: 3.6vw;font-size: 3.6vw;position: relative;bottom: 0;left: 0;}
     .index_news_rfid_content_left_list_top p{font-size: 3.6vw;margin-top: 3.6vw;}
     .index_news_rfid_content_left_list a.index_news_rfid_content_left_list_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 1.8vw;position: relative;bottom: 0;left: 0;}
     .index_news_rfid_content_right{padding: 5% 4%;}
     .index_news_rfid_content_right h2{font-size: 4.8vw;}
     .index_news_rfid_content_right_ul li input{height: 10.8vw;font-size: 3.2vw;}
     .index_news_rfid_content_right_ul li img{width: 4vw;top: 5vw;}
     .index_news_rfid_content_right_ul li textarea{font-size: 3.2vw;padding-top: 3.2vw;height: 18vw;}
     .index_news_rfid_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
     .index_news_rfid_content_right_ul_btn{height: 10.8vw;font-size: 3.8vw;position: relative;left: 0;bottom: 0;}
     .footer_top_content_box{width: 92%;}
     .footer_top_box{padding: 8vw 0;}
     .footer_top_content_left{width: 100%;}
     .footer_logo{width: 18vw;margin: 0px auto;}
     .footer_top_content_left h2{font-size: 3.6vw;text-align: center;}
     .footer_top_content_left h4{margin-top: 5.8vw;}
     .footer_top_content_nav{width: 32.5%;margin-top: 5.8vw;}
     .footer_top_content_nav_title{font-size: 3.8vw;margin-bottom: 3.6vw;}
     .footer_top_content_nav a{font-size: 3.2vw;line-height: 1.6;margin-bottom: 1.8vw;}
     .footer_top_content_info{width: 100%;margin-top: 4vw;}
     .footer_top_content_info_ul li a, .footer_top_content_info_ul li p{font-size: 3.6vw;}
     .footer_top_content_info_ul li img{width: 3vw;margin-right: 1.8vw;}
     .footer_solution_nav{height: 52vw;}
     .footer_last_box{padding: 1.8vw 0;}
     .footer_top_content_box{justify-content: center;}
     .footer_last_box p{font-size: 3.2vw;text-align: center;}
     .crumbs_box{padding: 1.8vw 3.2vw;margin-top: 3.6vw;}
     .crumbs_box img{width: 3.2vw;margin-right: 1.8vw;}
     .products_info_txt{width: 100%;margin-top: 3.6vw;}
     .products_info_txt h1{font-size: 4.8vw;}
     .products_info_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .products_info_bg{height: 52vw;}
     .products_list_uls li{width: 100%;}
     .products_list_ul_contents{padding: 5% 4%;}
     .products_list_u_content_txts h2{font-size: 3.8vw;}
     .products_list_u_content_txts p{font-size: 3.6vw;margin-top: 1.8vw;}
     .products_list_u_content_txts span{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .products_list_box{padding-bottom: 8vw;}
     .products_arrivals_box{padding: 8vw 0;}
     .products_arrivals_content_sw .swiper-slide{flex-wrap: wrap;}
     .products_arrivals_content_left{width: 100%;}
     .products_arrivals_content_right{width: 100%;margin-top: 3.8vw;}
     .products_arrivals_content_right h2{font-size: 4.8vw;padding-bottom: 1.8vw;}
     .products_arrivals_content_right h3{font-size: 4.2vw;margin-top: 1.8vw;}
     .products_arrivals_content_right p{font-size: 3.6vw;margin-top: 1.8vw;}
     .products_arrivals_content_right a{width: 42vwvw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
     .products_list_banner_content{flex-wrap: wrap;}
     .products_list_banner_content_left{width: 100%;padding-top: 3.8vw;}
     .products_list_banner_content_right{width: 100%;}
     .products_list_banner_content_left h2{font-size: 4.2vw;}
     .products_list_banner_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
     .products_list_banner_content_left p strong{font-size: 3.8vw;}
     .products_list_banner_content_box{padding-top: 13.8vw;}
     .products_list_banner_bg{height: 108vw;}
     .products_list_info_content{flex-wrap: wrap;}
     .products_list_info_content_left{width: 100%;margin-top: 3.8vw;}
     .products_list_info_content_left h1{font-size: 4.8vw;}
     .products_list_info_content_left p{font-size: 3.6vw;margin-top: 3.6vw;}
     .products_list_info_content_right{width: 100%;margin-top: 3.8vw;border-width: 2.3vw;border-radius: 2vw;}
     .products_list_info_content_right a:after{background-size: 11vw auto;}
     .products_list_btn{padding-top: 8vw;padding-bottom: 5.8vw;}
     .products_list_btn_content_sw .swiper-slide a{line-height: 10.8vw;font-size: 3.6vw;padding: 0 3.6vw;}
     .products_list_btn_content_sw_right, .products_list_btn_content_sw_left{display: none;}
     .products_list_btn_content_sw{width: 100%;}
     .products_list_ul li a{padding: 4%;}
     .products_list_ul li{border-radius: 2vw;margin-top: 3.8vw;}
     .product_page{margin-top: 5.8vw;}
     .product_page li.product_page_prev, .product_page li.product_page_next{width: 6.8vw;height: 6.8vw;border-radius: 1.2vw;}
     .product_page li.product_page_prev a, .product_page li.product_page_next a{font-size: 3.8vw;}
     .product_page li + li{margin-left: 1.8vw;}
     .product_page li a{font-size: 3.6vw;}
     .products_list_advantages_box{padding: 8vw 0;}
     .products_list_advantages_title h2{font-size: 4.8vw;}
     .products_list_advantages_title p{font-size: 3.6vw;margin-top: 3.2vw;}
     .products_list_advantages_ul li{width: 100%;border-radius: 2vw;padding: 5% 4%;margin-top: 3.8vw;}
     .products_list_advantages_ul_ico{width: 17vw;}
     .products_list_advantages_ul li h3{font-size: 4.2vw;margin-top: 3.2vw;text-align: center;}
     .products_list_advantages_ul li p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
     .products_list_related_solution_box{padding: 8vw 0;}
     .products_list_related_solution_title h2{font-size: 4.8vw;}
     .products_list_related_solution_title p{font-size: 3.6vw;margin-top: 3.2vw;}
     .products_list_related_solution_ul{margin-top: 3.2vw;}
     .products_list_related_solution_ul li{margin-top: 3.8vw;}
     .products_list_related_solution_ul_img img{width: 100%;}
     .products_list_related_solution_ul_content{padding: 5% 4%;}
     .products_list_related_solution_ul li.on .products_list_related_solution_ul_txt,
     .products_list_related_solution_ul li .products_list_related_solution_ul_txt{flex-direction: column;align-items: flex-start;}
     .products_list_related_solution_ul_txt_left h3{font-size: 3.6vw;}
     .products_list_related_solution_ul_txt_left p{font-size: 3.6vw;margin-top: 1.8vw;}
     .products_list_related_solution_ul_txt_right{font-size: 4.8vw;color: var(--mainColor);}
     .products_list_faq_box{padding: 8vw 0;}
     .products_list_faq_ul{margin-top: 5.8vw;}
     .products_list_faq_ul li.on{padding: 0 4%;}
     .products_list_faq_ul_top_left img{width: 7vw;}
     .products_list_faq_ul_bottom_content img{width: 7vw;}
     .products_list_faq_ul_top_left h3{font-size: 3.6vw;}
     .products_list_faq_ul_bottom_content p{font-size: 3.6vw;margin-top: 1.2vw;}
     .products_list_faq_ul li .products_list_faq_ul_top_right{font-size: 4.8vw;}
     .products_list_faq_ul_bottom{padding-bottom: 3.2vw !important;}
     .products_list_faq_ul li.on{margin-bottom: 3.8vw;}
     .products_list_faq_ul_top{padding: 0 4%;}
     .products_list_faq_ul_bottom{padding: 0 4%;}
     .products_list_faq_ul_top{height: 11.8vw;}
     .product_detial_btn_box{display: none;}
     .product_detial_info_content_box{margin-top: 5.8vw;}
     .product_detial_info_content_right_txt h1{font-size: 4.8vw;margin-bottom: 1.8vw;}
     .product_detial_info_content_right{margin-top: 5.8vw;}
     .product_detial_info_content_right_txt{font-size: 3.6vw;}
     .product_detial_info_content_right_txt a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .product_detial_info_content_right_download{margin-top: 3.6vw;}
     .product_detial_info_content_right_download li{height: auto;}
     .product_detial_info_content_right_download li a{flex-wrap: wrap;}
     .product_detial_info_content_right_download_left{margin-right: 0;flex: auto;width: 100%;}
     .product_detial_info_content_right_download_left{height: 15vw;border-bottom: 1px solid #F6F6F6;}
     .product_detial_info_content_right_download_left h4{font-size: 3.6vw;margin-left: 1.8vw;}
     .product_detial_info_content_right_download li span{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin: 3.8vw auto;}
     .product_detial_info_content_right_download li span img{width: 3.8vw;}
     .product_detial_info_box{padding-bottom: 8vw;}
     .product_detial_content_list{margin-top: 8vw;}
     .product_detial_feature_box{padding-bottom: 8vw;}
     .product_detial_feature_left{margin-top: 3.6vw;}
     .product_detial_content_list_title h2{font-size: 4.8vw;}
     .product_detial_feature_left ul{margin-top: 3.8vw;}
     .product_detial_feature_left ul li{font-size: 3.6vw;}
     .product_detial_feature_left p{font-size: 3.6vw;margin-top: 3.2vw;}
     .product_detial_partmeter_box{padding-bottom: 8vw;}
     .product_detial_partmeter_box table th{height: 10.8vw;padding: 0 1.8vw;font-size: 3.8vw;}
     .product_detial_partmeter_box table{margin-top: 5.8vw;}
     .product_detial_partmeter_box table td{height: 10.8vw;font-size: 3.6vw;padding: 0 1.8vw;}
     .product_detial_details_box{padding-bottom: 8vw;}
     .product_detial_details_sw{padding: 8vw 0;padding-bottom: 0;}
     .product_detial_details_sw_right, .product_detial_details_sw_left,
     .product_detial_details_sw_page{display: none;}
     .product_detial_details_content_txt{margin-top: 5.8vw;padding: 0;}
     .product_detial_details_content_txt p{font-size: 3.6vw;}
     .product_detial_details_content{padding-bottom: 0;}
     .product_detial_related_solutions_box{padding-bottom: 8vw;}
     .product_detial_related_product_box{padding: 8vw 0;}
     .product_detial_related_product_content{margin-top: 0;}
     .about_development_content_left{position: absolute;opacity: 0;z-index: -2;}
     .about_development_content_right{width: 100%;}
     .about_development_content_right_sw_content_title{font-size: 5.8vw;}
     .about_development_content_right_sw_content_box{flex-wrap: wrap;margin-top: 5.8vw;}
     .about_development_content_right_sw_content_left{width: 100%;}
     .about_development_content_right_sw_content_right{width: 100%;border-radius: 0;margin-top: 5.8vw;}
     .about_development_content_right_sw_content_left p{font-size: 3.6vw;}
     .about_development_content_right_sw_content_left h4{font-size: 3.8vw;margin-top: 1.8vw;}
     .about_development_content_right_sw_scrollbar{top: 10vw !important;}
     .about_banner_content_box h2{width: 100%;font-size: 4.8vw;}
     .about_crumbs_box{height: auto;margin-top: 0;}
     .about_info_box{padding: 8vw 0;}
     .about_info_content_box h1{font-size: 4.8vw;}
     .about_info_content_box p{font-size: 3.6vw;margin-top: 3.6vw;}
     .about_info_content_box p strong{font-size: 3.8vw;}
     .about_info_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
     .about_info_content_ul li h4 span{font-size: 4.8vw;}
     .about_info_content_ul li h4 sup{font-size: 3.8vw;}
     .about_info_content_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
     .about_provide_right_txt h2{font-size: 4.8vw;}
     .about_provide_right_txt a{width: 48vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .about_culture_box{padding: 8vw 0;}
     .about_culture_content_box{margin-top: 5.8vw;}
     .about_culture_content_list{padding: 5% 4%;width: 100% !important;}
     .about_culture_content_list_ico{width: 20vw;}
     .about_culture_content_list h3{font-size: 4.2vw;margin-top: 1.8vw;}
     .about_culture_content_list p{font-size: 3.6vw;margin-top: 1.8vw;}
     .about_development_box{padding: 8vw 0;}
     .about_development_content_box{margin-top: 5.8vw;}
     .about_tem_box{padding: 8vw 0;}
     .about_tem_btn_box{margin-top: 5.8vw;border-width: 0.4vw;}
     .about_tem_btn_ul li{font-size: 3.2vw;padding-bottom: 3.2vw;}
     .about_tem_btn_ul li.on:after{height: 0.4vw;bottom: -0.4vw;}
     .about_tem_content_box{margin-top: 5.8vw;}
     .about_tem_content_list_sw_bottom{margin-top: 5.8vw;}
     .about_tem_content_list_sw_bottom .swiper-slide{border-radius: 2vw;}
     .about_tem_content_list_sw_right, .about_tem_content_list_sw_left{width: 6vw;height: 6.8vw;font-size: 4.8vw}
     .about_video_box{padding: 8vw 0;}
     .about_video_bg{margin-top: 5.8vw;border-width: 2.4vw;}
     .about_video_bg a:after{background-size: 11vw auto;}
     .about_video_bg iframe{height: 60vw;}
     .about_customization_box{padding: 8vw 0;}
     .about_customization_sw{margin-top: 5.8vw;}
     .about_customization_sw .swiper-slide h3{font-size: 4.2vw;}
     .about_customization_sw .swiper-slide p{font-size: 3.6vw;margin-top: 1.8vw;}
     .about_customization_page{width: 86%;}
     .about_customization_bottom{margin-top: 5.8vw;}
     .about_certificate_box{padding: 8vw 0;}
     .about_certificate_sw{margin-top: 5.8vw;padding-bottom: 8vw;}
     .about_certificate_sw_page span{width: 4vw;height: 1vw;}
     .solution_related_news_box{height: auto;}
     .solution_btn_ul{margin-top: 5.8vw;flex-wrap: wrap;padding-top: 0;}
     .solution_btn_ul li{width: 49%;margin-top: 3.8vw;}
     .solution_btn_ul_img{width: 16vw;}
     .solution_btn_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_btn_ul li:hover a:after{display: none;}
     .solution_info_box{padding: 8vw 0;}
     .solution_info_box h1{font-size: 4.8vw;}
     .solution_info_box p{padding: 0;font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_list_content a{padding:5% 0;}
     .solution_list_content_info h2{font-size: 4.8vw;}
     .solution_list_content_info p{font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_list_content dl dd{height: 10.8vw;padding: 0;}
     .solution_list_content_dl_left img{width: 8vw;}
     .solution_list_content_dl_left h3{font-size: 3.8vw;margin-left: 1.8vw;}
     .solution_list_content_dl_right{font-size: 4.8vw;}
     .solution_list_content_more{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
     .solution_list_box{margin-top: 8vw;}
     .solution_list_box li + li{margin-top: 3.8vw;}
     .solution_list_box li:nth-last-of-type(1) .solution_list_content a{padding: 5% 0;}
     .solution_related_news_box{margin-top: 8vw;padding: 8vw 0;}
     .solution_related_news_box .index_title_box h2{font-size: 4.8vw;}
     .solution_related_news_content_box{margin-top: 5.8vw;}
     .solution_related_news_content_box{justify-content: center;}
     .solution_related_news_content_sw{width: 100%;}
     .solution_related_news_content_sw_txt{padding: 5% 4%;}
     .solution_related_news_content_sw_time{font-size: 3.2vw;}
     .solution_related_news_content_sw_txt h3{font-size: 3.8vw;margin-top: 1.8vw;}
     .solution_related_news_content_sw_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
     .solution_related_news_content_sw_txt span{font-size: 3.6vw;margin-top: 5.8vw;}
     .solution_related_news_content_sw_txt span img{width: 2.8vw;}
     .solution_detial_bnaner{height: 80vw;}
     .solution_detial_bnaner img{height: 100%;object-fit: cover;}
     .solution_detial_bnaner_content_txt h1{font-size: 4.8vw;}
     .solution_detial_bnaner_content_txt p{font-size: 3.6vw;}
     .solution_detial_bnaner_content_txt a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
     .solution_detial_info_box{padding: 8vw 0;}
     .solution_detial_info_content{flex-wrap: wrap;}
     .solution_detial_info_content_left{margin: 0px auto;width: 100%;flex: auto;}
/*      .solution_detial_info_content_left img{width: 20vw;} */
     .solution_detial_info_content_right{width: 100%;margin-top: 5.8vw;padding-left: 0;}
     .solution_detial_info_content_right h2{font-size: 3.6vw;text-align: center;}
     .solution_detial_info_content_right h3{font-size: 4.8vw;text-align: center;}
     .solution_detial_info_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
     .solution_detial_info_ul{margin-top: 5.8vw;}
     .solution_detial_info_ul_img{border-radius: 2vw;}
     .solution_detial_info_ul_content{padding: 5% 4%;}
     .solution_detial_info_ul_content_txt h4{font-size: 4.2vw;}
     .solution_detial_info_ul_content_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
     .solution_detial_info_ul li{margin-top: 3.8vw;}
     .solution_detial_info_ul li:nth-last-of-type(1) .solution_detial_info_ul_img{height: 60vw;}
     .solution_detial_info_ul li:nth-last-of-type(1) .solution_detial_info_ul_img img{height: 100%;object-fit: cover;}
     .solution_btn_box{position: relative;top: 0;}
     .solution_detial_list_box{padding: 8vw 0;}
    .solution_detial_list_ul li{width: 100%;margin-top: 3.8vw;}
    .solution_detial_list_ul li:nth-of-type(1){margin-top: 0;}
    .solution_detial_list_ul_txt{padding: 5% 4%;}
    .solution_detial_list_ul_txt h2{font-size: 4.2vw;}
    .solution_detial_list_ul_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
    .solution_detial_service_box{padding: 8vw 0;}
    .solution_detial_service_title_box h2{font-size: 4.8vw;}
    .solution_detial_service_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
    .solution_detial_service_title_ul{margin-top: 3.2vw;}
    .solution_detial_service_title_ul li{width: 100%;margin-top: 3.8vw;}
    .solution_detial_service_title_ul_ico{width: 12vw;margin: 0px auto;}
    .solution_detial_service_title_ul li h2{font-size: 4.2vw;text-align: center;margin-top: 3.2vw;}
    .solution_detial_service_title_ul li p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
    .news_nav_box li{width: 32%;margin-left: 2%;height: 10.8vw;}
    .news_nav_box li a{font-size: 3.6vw;}
    .news_list_ul li a{flex-wrap: wrap;}
    .news_list_ul_img{width: 100%;}
    .news_list_ul_txt{flex: auto;margin-left: 0;width: 100%;padding-right: 0;}
    .news_list_ul li h4{font-size: 4.2vw;}
    .time{font-size: 3.8vw;margin-top: 3.2vw;}
    .news_list_ul_txt span{font-size: 3.6vw;margin-top: 3.2vw;}
    .news_list_ul li{margin-left: 0;margin-top: 3.8vw;padding-bottom: 3.8vw;}
    .download_list_content{margin-top: 3.2vw;}
    .download_list_content li:nth-of-type(1){margin-top: 3.8vw;}
    .download_list_content li{width: 100%;margin-top: 3.8vw;}
    .download_last span{font-size: 3.2vw;}
    .download_list_content_right{padding: 5% 4%;}
    .download_last{margin-top: 5.8vw;}
    .download_list_content_right h4{font-size: 3.6vw;height: auto;}
}