/*header start*/
.header{width: 100%;height: auto;transition: all 0.6s;}
.header_top_box{width: 100%;height: 80px;}
.header.fixed{position: fixed;top: 0;left: 0;z-index: 999;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header.fixed.on{top: -146px;transition: all 0.6s;}
.header_top_box .contentWH1400{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 168px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.nav_box{width: 45.5%;height: 100%;display: flex;justify-content: space-between;}
.nav_box li{height: 100%;position: relative;}
.frist_nav_link{display: flex;align-items: center;height: 100%;font-size: 16px;color: var(--mainColor);font-family: "Inter-Medium";}
.nav_box li.on .frist_nav_link,
.nav_box li:hover .frist_nav_link{color: #E62129;}
.nav_list_box{width: 320px;height: auto;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);position: absolute;left: 50%;transform: translateX(-50%);top: 100%;display: none;z-index: 99;}
.nav_list_box a{display: block;line-height: 45px;font-size: 16px;border-bottom: 1px solid #E5E5E5;padding: 0 10px;transition: all 0.3s;}
.nav_list_box a:nth-last-of-type(1){border-bottom: none;}
.nav_list_box a:hover{background: #E62129;color: #FFFFFF;}
.nav_box li:hover .nav_list_box{display: block;}
.header_hot_ico{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #E62129;}
.header_hot_ico img{width: 11px;height: auto;display: block;margin-right: 10px;}
.header_language_box{height: 100%;display: flex;justify-content: flex-start;align-items: center;}
.header_language_box img{display: block;width: 16px;height: auto;margin-right: 10px;}
.header_language_box a{color: rgba(55, 65, 81, 0.7);font-size: 16px;display: block;}
.header_language_box span{display: block;color: rgba(55, 65, 81, 0.7);margin: 0 8px;}
.header_bottom_box{width: 100%;height: 66px;background: #F1F1F1;}
.header_bottom_box .contentWH1400{height: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;}
.header_product_btn{display: flex;justify-content: space-between;align-items: center;width: 19%;height: 40px;background: #E62129;padding: 0 16px;font-size: 18px;color: #FFFFFF;cursor: pointer;}
.header_product_btn i{display: block;width: 15px;height: auto;}
.header_product_btn i img{display: block;width: 100%;height: auto;}
.header_search_box{width: 37%;height: 40px;border: 1px solid #E5E7EB;position: relative;}
.header_search_box form{display: block;width: 100%;height: 100%;}
.header_search_txt{width: 100%;height: 100%;border: none;padding-left: 35px;background: #FFFFFF;font-size: 14px;display: block;outline: none;} 
.header_search_txt::placeholder{color: #9CA3AF;}
.header_search_btn{display: block;width: 16px;height: auto;aspect-ratio:1/1;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 100% auto;cursor: pointer;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);border: none;}
.header_info_box{display: flex;justify-content: flex-start;align-items: center;}
.header_info_box li{display: flex;justify-content: flex-start;align-items: center;}
.header_info_box li img{display: block;width: 16px;margin-right: 8px;}
.header_info_box li a{display: block;font-size: 16px;color: #4B5563;}
.header_info_box li a:hover{color: #E62129;text-decoration: underline;}
.header_info_box li + li{margin-left: 20px;}
.header_quote_btn{width: 10%;height: 40px;display: flex;justify-content: center;align-items: center;background: #E62129;color: #FFFFFF;font-size: 16px;font-family: "Inter-Medium";transition: all 0.3s;}
.header_quote_btn:hover{transform: scale(1.06);}
.header_product_list_nav_box{width: 100%;height: auto;padding: 16px;background: #FFFFFF;position: absolute;left: 0;top: 100%;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 999;display: none;}
.header_product_list_nav_ul{width: 100%;height: auto;position: relative;}
.header_product_list_nav_ul li{width: 24%;height: auto;padding-right: 2%;}
.header_product_list_nav_item{width: 100%;height: 50px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.header_product_list_nav_frist_link{display: block;font-size: 16px;transition: all 0.3s;}
.header_product_list_nav_item i{display: flex;justify-content: center;align-items: center;width: 20px;height: auto;aspect-ratio:1/1;}
.header_product_list_nav_item i img{display: block;filter: brightness(0);transition: all 0.3s;}
.header_product_list_nav_frist_link:hover{text-decoration: underline;}
.header_product_list_nav_ul li:hover .header_product_list_nav_item i img{filter: none;}
.header_product_list_nav_ul li:hover .header_product_list_nav_item .header_product_list_nav_frist_link{color: #E62129;}
.header_product_list_content{width: 76%;height: 100%;position: absolute;left: 24%;top: 0;border-left: 1px solid #E5E5E5;padding-left: 2%;display: none;}
.header_product_list_content_box{width: 100%;height: 100%;display: flex;justify-content: space-between;}
.header_product_list_content_dl{width: 30%;height: 100%;cursor: pointer;overflow: hidden;overflow-y: auto;border-right: 1px solid #E5E5E5;}
.header_product_list_content_dl::-webkit-scrollbar{width: 2px;}
.header_product_list_content_dl::-webkit-scrollbar-thumb{background: #E62129;}
.header_product_list_content_dl.element::-webkit-scrollbar-track{background: #F5F5F5;}
.header_product_list_content_dl dd{width: 100%;height: 50px;display: flex;justify-content: space-between;align-items: center;padding-right: 4%;}
.header_product_list_content_item_link{display: block;font-size: 16px;transition: all 0.3s;}
.header_product_list_content_dl dd span{display: flex;justify-content: center;align-items: center;width: 20px;height: auto;aspect-ratio:1/1;}
.header_product_list_content_dl dd span img{display: block;filter: brightness(0);transition: all 0.3s;}
.header_product_list_content_item_link:hover{text-decoration: underline;}
.header_product_list_content_dl dd.on  .header_product_list_content_item_link,
.header_product_list_content_dl dd:hover .header_product_list_content_item_link{color: #E62129;}
.header_product_list_content_dl dd.on span img,
.header_product_list_content_dl dd:hover span img{filter: none;}
.header_product_list_content_right{width: 34%;height: auto;}
.header_product_list_content_item_right{width: 100%;height: 100%;display: none;}
.header_product_list_content_item_right dd{width: 100%;height: 50px;display: flex;justify-content: space-between;align-items: center;padding-right: 4%;}
.header_product_list_content_item_right dd.on  .header_product_list_content_item_right_link,
.header_product_list_content_item_right dd:hover .header_product_list_content_item_right_link{color: #E62129;}
.header_product_list_content_item_right dd span{display: flex;justify-content: center;align-items: center;width: 20px;height: auto;aspect-ratio:1/1;}
.header_product_list_content_item_right dd span img{display: block;filter: brightness(0);transition: all 0.3s;}
.header_product_list_content_item_right dd.on span img,
.header_product_list_content_item_right dd:hover span img{filter: none;}
.header_product_list_content_item_right_link{display: block;font-size: 16px;transition: all 0.3s;text-transform: capitalize;}
.header_product_list_content_item_right_link:hover{color: #E62129;text-decoration: underline;}
.header_product_list_content_item:hover .header_product_list_content_item_right{display: block;}
.header_product_list_nav_ul li:hover .header_product_list_content{display: block;}
.header_product_list_content_last{width: 30%;height: auto;}
.header_product_list_content_last_item{width: 100%;height: 100%;display: none;overflow: hidden;overflow-y: auto;}
.header_product_list_content_last_item::-webkit-scrollbar{width: 2px;}
.header_product_list_content_last_item::-webkit-scrollbar-thumb{background: #E62129;}
.header_product_list_content_last_item::-webkit-scrollbar-track{background: #F5F5F5;}
.header_product_list_content_last a{display: block;font-size: 14px;line-height: 1.6;transition: all 0.3s;display: flex;align-items: center;height: 50px;}
.header_product_list_content_last a:hover{color: #E62129;text-decoration: underline;}





.hd_btn{display: none;position: relative;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  var(--mainColor);transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper .swiper-slide{width: 100%;height: auto;}
.index_banner_swiper_bg{width: 100%;height: auto;}
.index_banner_swiper_bg img{width: 100%;height: auto;display: block;}
.index_banner_swiper_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(90deg, #224371 0%, #22437100 100%);display: flex;align-items: center;}
.index_banner_swiper_content_txt{-webkit-animation-delay: 1s;}
.index_banner_swiper_content{width: 35%;height: auto;}
.index_banner_swiper_content_tag{width: 109px;height: 32px;background: #00A8E8;display: flex;justify-content: center;align-items: center;border-radius: 4px;font-size: 14px;color: #FFFFFF;font-family: "Inter-Medium";}
.index_banner_swiper_content h2,
.index_banner_swiper_content h1{font-size: 48px;color: #FFFFFF;font-family: "Inter-Bold";margin-top: 10px;}
.index_banner_swiper_content p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;}
.index_banner_swiper_btn{display: flex;justify-content: flex-start;margin-top: 30px;}
.index_banner_swiper_btn a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;font-family: "Inter-Medium";transition: all 0.3s;}
.index_banner_swiper_btn a:nth-of-type(1){width: 120px;height: 48px;background: #E62129;}
.index_banner_swiper_btn a:nth-of-type(2){width: 165px;height: 48px;border: 1px solid #FFFFFF;margin-left: 16px;}
.index_banner_swiper_btn a:nth-of-type(1):hover{background: #B11F23;}
.index_banner_swiper_btn a:nth-of-type(2):hover{background: #FFFFFF;color: #E62129;}
.index_swiper_btn_right,.index_swiper_btn_left{width: 48px;height: auto;aspect-ratio:1/1;background: rgba(255, 255, 255, 0.2);border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.index_swiper_btn_right img,.index_swiper_btn_left img{filter: brightness(0) invert(1);}
.index_swiper_btn_left img{transform: rotateY(-180deg);}
.index_banner_swiper_page{width: 100%;bottom: 32px !important;}
.index_banner_swiper_page span{width: 12px;height: 12px;background: rgba(255,255,255,0.5);opacity: 1;}
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: #0066CC;}
.index_banner_bottom{width: 100%;height: auto;background: #F1F1F1;}
.index_banner_btn_box{width: 100%;height: 58px;display: flex;justify-content: space-between;}
.index_banner_btn_box li{width: 20%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: var(--mainColor);position: relative;cursor: pointer;transition: all 0.3s;}
.index_banner_btn_box li.on,.index_banner_btn_box li:hover{background: #FFFFFF;color: #E62129;text-decoration: underline;}
.index_banner_btn_box li.on:after{content: "";display: block;width: 0;height: 0;border: 8px solid transparent;border-bottom-color: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);top: -15px;z-index: 99;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 80px 0px;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h2{font-size: 36px;color: #1F2937;font-family: "Inter-Bold";text-align: center;}
.index_title_box span{display: block;width: 64px;height: 4px;background: #E62129;margin: 0px auto;margin-top: 10px;}
.index_product_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 18px;}
.index_product_ul li{background: #F5F7FA;margin-top: 24px;padding: 30px 10px;width: 18.92%;}
.index_product_ul_img{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;aspect-ratio:286/103;overflow: hidden;}
.index_product_ul_img img{display: block;max-width: 100%;height: auto;transition: all 0.3s;}
.index_product_ul li h3{font-size: 16px;color: #1F2937;font-family: "Inter-Medium";text-align: center;margin-top: 10px;transition: all 0.3s;}
.index_product_ul li:nth-of-type(1),.index_product_ul li:nth-of-type(2),.index_product_ul li:nth-of-type(3),.index_product_ul li:nth-of-type(4){width: 23.52%;}
.index_product_ul li:hover .index_product_ul_img img{transform: scale(1.1);}
.index_product_ul li:hover h3{color: #E62129;}
.index_promotions_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F7FA;}
.index_promotions_title{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;}
.index_promotions_title_left h2{font-size: 36px;color: #333333;font-family: "Inter-Bold";}
.index_promotions_title_left p{font-size: 16px;color: #666666;margin-top: 10px;}
.index_promotions_title a{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: var(--mainColor);}
.index_promotions_title a img{display: block;margin-left: 6px;transition: all 0.3s;}
.index_promotions_title a:hover img{transform: translateX(8px);}
.index_promotions_content_box{width: 100%;height: auto;margin-top: 28px;position: relative;}
.index_promotions_swiper{width: 100%;height: auto;padding: 20px;}
.index_promotions_swiper .swiper-slide{border-radius: 12px;overflow: hidden;background: #FFFFFF;box-shadow: 0px 4px 20px #f2f2f2;}
.index_promotions_swiper_img{width: 100%;height: auto;overflow: hidden;}
.index_promotions_swiper_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_promotions_swiper .swiper-slide:hover .index_promotions_swiper_img img{transform: scale(1.1);}
.index_promotions_swiper_content{width: 100%;height: auto;padding: 20px;}
.index_promotions_swiper_content h3{font-size: 20px;color: #333333;font-family: "Inter-Bold";}
.index_promotions_swiper .swiper-slide:hover .index_promotions_swiper_content h3{color: #E62129;}
.index_promotions_swiper_content p{font-size: 14px;color: #666666;line-height: 1.4;margin-top: 8px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.index_promotions_swiper_content_bottom{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;align-items: center;}
.index_promotions_swiper_content_bottom_time{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #999999;}
.index_promotions_swiper_content_bottom_time img{display: block;width: 16px;height: auto;margin-right: 5px;}
.index_promotions_swiper_content_bottom_more{display: flex;justify-content: flex-end;align-items: center;font-size: 14px;color: #224371;}
.index_promotions_swiper_content_bottom_more img{display: block;width: 16px;height: auto;margin-left: 5px;transition: all 0.3s;}
.index_promotions_swiper .swiper-slide:hover .index_promotions_swiper_content_bottom_more img{transform: translateX(5px);}
.swiper_btn_right,.swiper_btn_left{width: 48px;height: auto;aspect-ratio:1/1;background: #FFFFFF;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.swiper_btn_right img,.swiper_btn_left img{display: block;transition: all 0.3s;}
.swiper_btn_left img{transform: rotateY(-180deg);}
.swiper_btn_right{right: -50px;}
.swiper_btn_left{left:-50px;}
.swiper_btn_right:hover,.swiper_btn_left:hover{background: #E62129;}
.swiper_btn_right:hover img,.swiper_btn_left:hover img{filter: brightness(0) invert(1);}
.index_featured_box{width: 100%;height: auto;padding: 80px 0px;}
.index_featured_content_box{width: 100%;height: auto;margin-top: 28px;position: relative;}
.index_featured_swiper{width: 100%;height: auto;padding: 20px;}
.index_featured_swiper .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_featured_swiper_left{width: 32.5%;height: auto;background: #FFFFFF;box-shadow: 0px 4px 20px #f3f3f3;overflow: hidden;border-radius: 12px;}
.index_featured_swiper_left_img{width: 100%;height: auto;overflow: hidden;}
.index_featured_swiper_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_featured_swiper_left_content{width: 100%;height: auto;margin-top: 26px;padding: 24px;}
.index_featured_swiper_left_content h3{font-size: 20px;color: #333333;font-family: "Inter-Bold";transition: all 0.3s;}
.index_featured_swiper_left_content h4{font-size: 16px;color: #666666;margin-top: 5px;}
.index_featured_swiper_left_content p{font-size: 14px;color: #9B9B9B;line-height: 1.4;margin-top: 4px;}
.index_featured_swiper_left_content span{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;font-size: 16 px;color: #224371;}
.index_featured_swiper_left_content span img{display: block;margin-left: 5px;transition: all 0.3s;}
.index_featured_swiper_left:hover .index_featured_swiper_left_img img{transform: scale(1.1);}
.index_featured_swiper_left:hover .index_featured_swiper_left_content span img{transform: translateX(5px);}
.index_featured_swiper_left:hover .index_featured_swiper_left_content h3{color: #E62129;}
.index_featured_swiper_ul{width: 66.25%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_featured_swiper_ul li{width: 49%;height: auto;background: #FFFFFF;border-radius: 12px;overflow: hidden;box-shadow: 0px 4px 20px #f3f3f3;margin-top: 23px;}
.index_featured_swiper_ul li:nth-of-type(1),.index_featured_swiper_ul li:nth-of-type(2){margin-top: 0;}
.index_featured_swiper_ul_img{width: 100%;height: auto;overflow: hidden;position: relative;aspect-ratio:396/192;}
.index_featured_swiper_ul_img img{width: 100%;height: 100%;object-fit:cover;display: block;transition: all 0.3s;}
.index_featured_swiper_ul_content{width: 100%;height: auto;padding: 20px;}
.index_featured_swiper_ul_content h3{font-size: 20px;color: #333333;font-family: "Inter-Bold";transition: all 0.3s;}
.index_featured_swiper_ul_content p{font-size: 14px;color: #666666;margin-top: 8px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_featured_swiper_ul_content span{display: flex;justify-content: flex-start;align-items: center;margin-top: 16px;font-size: 14px;color: #224371;}
.index_featured_swiper_ul_content span img{display: block;margin-left: 5px;transition: all 0.3s;}
.index_featured_swiper_ul li:hover .index_featured_swiper_ul_img img{transform: scale(1.1);}
.index_featured_swiper_ul li:hover .index_featured_swiper_ul_content span img{transform: translateX(5px);}
.index_featured_swiper_ul li:hover .index_featured_swiper_ul_content h3{color: #E62129;}
.index_featured_swiper_left_tag{width: 100px;height: 28px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;border-radius: 14px;background: #FBBF24;font-size: 14px;color: #FFFFFF;position: absolute;left: 16px;top: 16px;}
.index_featured_swiper_left_tag img{display: block;width: 15px;height: auto;display: block;margin-right: 5px;}
.index_global_box{width: 100%;height: auto;padding: 80px 0px;background: linear-gradient(114.8deg, #264c82 12.49%, #204881 90.98%);}
.index_global_title{width: 59.4%;height: auto;margin: 0px auto;}
.index_global_title h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;}
.index_global_title p{font-size: 20px;color: #FFFFFF;text-align: center;line-height: 1.6;padding: 0 22%;margin-top: 10px;}
.index_global_map_box{width: 1223px;height: auto;margin: 0px auto;margin-top: 60px;position: relative;}
.index_global_map_bg{width: 100%;height: auto;}
.index_global_map_bg img{width: 100%;height: auto;display: block;}
.index_global_map_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.index_global_map_content li{width: 28px;height: auto;aspect-ratio: 1/1;position: absolute;left:0;top:0;display: flex;justify-content: center;align-items: center;}
.index_global_map_content li a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
.index_global_map_content li span{display: block;width: 15px;height: auto;aspect-ratio:1/1;background: #FFF000;border-radius: 50%;position: relative;z-index: 2;transition: all 0.3s;}
.index_global_map_content li:after{content: "";display: block;width: 100%;height: 100%;background: rgba(255, 240, 0, 0.4);border-radius: 50%;position: absolute;left: 0;top: 0;z-index: 1;animation: indexGlobalBg 1s infinite ease-in-out;}
@keyframes indexGlobalBg{
	0%{transform: scale(0);}
	50%{transform: scale(1);}
	100%{transform: scale(0);}
}
.index_global_map_content_line{width: 113px;height: auto;position: absolute;left: 56%;top: -101%;overflow: hidden;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);transition: all 0.3s ease;}
.index_global_map_content_line img{display: block;width: 100%;height: auto;transition-delay: 0s;}
/*.index_global_map_content li:hover .index_global_map_content_line{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}*/
.index_global_map_content_txt_box{width: 239px;max-height: 800px;overflow: hidden;border-radius: 7px;background: #E13838;position: absolute;left: 120px;overflow: hidden;transition: all 0.5s ease;top: -50px;}
.index_global_map_content_txt{padding: 15px 6px;font-size: 16px;color: #FFFFFF;line-height: 1.6;}
/*.index_global_map_content li:hover .index_global_map_content_txt_box{max-height: 800px;transition-delay: 0.3s;}*/
.index_global_map_content li:nth-of-type(1) span,
.index_global_map_content li:hover span{background: #E13838;}
.index_global_map_content li:nth-of-type(1):after,
.index_global_map_content li:hover:after{background: rgba(225, 56, 56, 0.4);}
.index_global_map_content li:nth-of-type(1){right: 222px;top: 34%;left: auto;z-index: 3;}
.index_global_map_content li:nth-of-type(2){right: 219px;top: 32%;left: auto;}
.index_global_map_content li:nth-of-type(3){right: 219px;top: 36%;left: auto;}
.index_global_map_content li:nth-of-type(4){right: 148px;top: 30%;left: auto;z-index: 4;}
.index_global_map_content li:nth-of-type(5){left: 612px;top: 20%;}
.index_global_map_content li:nth-of-type(6){left: 285px;top: 33%;}
.index_global_map_content li:hover{z-index: 4;}
.index_certification_box{width: 100%;height: auto;margin-top: 56px;}
.index_certification_title{width: 100%;height: auto;}
.index_certification_title h3{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";}
.index_certification_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_certification_ul li{width: 15.7%;height: 70px;background: rgba(14, 49, 100, 1);border-radius: 6px;display: flex;justify-content: flex-start;align-items: center;padding: 0 13px;margin-top: 30px;}
.index_certification_ul li img{display: block;flex: 0 0 31px;margin-right: 8px;}
.index_certification_txt{font-size: 18px;color: #FFFFFF;}
.index_certification_txt strong{font-family: "Inter-Bold";}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;}
.index_certification_btn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 65px;}
.index_certification_btn a{width: 155px;height: 58px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;font-family: "Inter-Medium";transition: all 0.3s;}
.index_certification_btn a + a{margin-left: 16px;}
.index_certification_btn a img{display: block;margin-right: 10px;}
.index_certification_btn a:nth-of-type(1){border: 1px solid rgba(255, 255, 255, 0.3);background: rgba(255, 255, 255, 0.1);}
.index_certification_btn a:nth-of-type(1):hover{background: #e93d44;;}
.index_certification_btn a:nth-of-type(2){background: #e93d44;border: 1px solid rgba(255, 255, 255, 0.3);}
.index_certification_btn a:nth-of-type(2):hover{background: #B11F23;}
.index_news_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 42px;}
.index_news_left{width: 66%;height: 100%;display: flex;justify-content: space-between;}
.index_news_left li{width: 48.5%;height: 100%;background: #F5F5F5;}
.index_news_left_img{width: 100%;height: auto;overflow: hidden;}
.index_news_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_left_content{width: 100%;height: auto;padding: 24px;}
.index_news_left_content h3{font-size: 20px;color: #1F2937;font-family: "Inter-Bold";transition: all 0.3s;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_left_content_time{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #6B7280;margin-top: 8px;}
.index_news_left_content_time img{display: block;margin-right: 8px;}
.index_news_left_content p{font-size: 16px;color: #4B5563;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}
.index_news_left_content span{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: var(--mainColor);font-family: "Inter-Medium";margin-top: 20px;}
.index_news_left_content span img{display: block;width: 16px;height: auto;margin-left: 5px;transition: all 0.3s;}
.index_news_left li:hover .index_news_left_img img{transform: scale(1.1);}
.index_news_left li:hover h3{color: #E93D44;}
.index_news_left li:hover .index_news_left_content span img{transform: translateX(5px);}
.index_news_right{width: 32%;height: auto;padding: 30px 20px;background: #F5F5F5;}
.index_news_right_title{font-size: 24px;color: #1F2937;font-family: "Inter-Bold";}
.index_news_right_ul{width: 100%;height: auto;padding-top: 20px;}
.index_news_right_ul li{width: 100%;height: auto;margin-top: 24px;}
.index_news_right_ul li a{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;}
.index_news_right_ul_img{flex: 0 0 34px;margin-right: 15px;}
.index_news_right_ul_img img{width: 100%;height: auto;display: block;}
.index_news_right_ul_txt{flex: 1;margin-top: 5px;}
.index_news_right_ul_txt h3{font-size: 16px;color: #1F2937;font-family: "Inter-Medium";transition: all 0.3s;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_right_ul_txt span{display: block;font-size: 14px;color: #6B7280;margin-top: 8px;}
.index_news_right_ul li:hover .index_news_right_ul_txt h3{color: #e93d44;text-decoration: underline;}
.index_news_more{width: 180px;height: 56px;background: #E93D44;display: flex;justify-content: center;align-items: center;margin: 0px auto;margin-top: 64px;font-size: 16px;color: #FFFFFF;font-family: "Inter-Medium";transition: all 0.3s;}
.index_news_more:hover{background: #B11F23;}
.about_banner_bg{width: 100%;height: auto;}
.about_banner_bg img{width: 100%;height: auto;display: block;}
.about_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;background: rgba(34, 67, 113, 0.25);}
.about_banner_content_txt{width: 43.3%;height: auto;margin: 0px auto;}
.about_banner_content_txt h2,
.about_banner_content_txt h1{font-size: 52px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;}
.about_banner_content_txt p{font-size: 18px;color: #FFFFFF;line-height: 1.6;text-align: center;margin-top: 18px;}
.crumbs_content_box{width: 100%;height: auto;position: absolute;left: 0;top: 27px;}
.crumbs_content_box .contentWH1400{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.crumbs_content_box a{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: rgba(255, 255, 255, 0.7);}
.crumbs_content_box a img{display: block;width: 16px;height: auto;margin-right: 4px;}
.crumbs_content_box i{display: block;width: 16px;height: auto;margin: 0 4px;}
.crumbs_content_box i img{display: block;width: 100%;height: auto;}
.about_nav_box{width: 100%;height: auto;}
.about_nav_ul{width: 100%;height: 108px;display: flex;justify-content: center;align-items: center;}
.about_nav_ul li{width: 15.72%;height: 48px;}
.about_nav_ul li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border-radius: 30px;background: #F8F9FA;font-size: 16px;color: #1a1a1a;font-family: "Inter-Medium";transition: all 0.3s;}
.about_nav_ul li img{display: block;margin-right: 10px;width: 18px;height: auto;transition: all 0.3s;}
.about_nav_ul li.on a,
.about_nav_ul li:hover a{background: var(--twoColor);color: #FFFFFF;box-shadow: 0px 2px 4px #00000026;}
.about_nav_ul li.on img,
.about_nav_ul li:hover img{filter: brightness(0) invert(1);}
.about_nav_ul li + li{margin-left: 47px;}
.about_info_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.about_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;}
.about_info_left{width: 41.9%;height: auto;}
.about_info_left h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";}
.about_info_left p{font-size: 16px;color: #666666;line-height: 1.8;margin-top: 14px;}
.about_info_left p:nth-of-type(1){margin-top: 22px;}
.about_info_right{width: 50%;height: auto;overflow: hidden;border-radius: 16px;box-shadow: 0px 20px 60px #00000026;}
.about_info_right a:before{content: "";display: block;width: 80px;height: auto;aspect-ratio:1/1;background: url(../images/about_info_video_btn.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.about_info_right img{width: 100%;height: auto;display: block;}
.about_info_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.about_info_ul_title{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";}
.about_info_ul li p{font-size: 16px;color: #666666;margin-top: 5px;text-transform: capitalize;}
.index_business_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F9FA;}
.index_title_box p{font-size: 16px;color: #666666;text-align: center;line-height: 1.6;margin-top: 18px;}
.about_business_content_box{width: calc(73.33% + 20px);height: auto;position: relative;margin: 0px auto;margin-top: 18px;}
.about_business_content_sw{width: 100%;height: auto;padding: 30px 10px;}
.about_business_content_sw .swiper-slide{width: 100%;height: auto;overflow: hidden;border-radius: 16px;box-shadow: 0px 5px 10px #00000014;background: #FFFFFF;}
.about_business_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.about_business_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.about_business_content_sw_content{width: 100%;height: auto;padding: 28px;}
.about_business_content_sw_content h3{font-size: 20px;color: var(--mainColor);font-family: "Inter-SemiBold";transition: all 0.3s;}
.about_business_content_sw_content p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 10px;}
.about_business_content_sw_content span{display: flex;justify-content: flex-start;align-items: center;margin-top: 27px;color: var(--twoColor);}
.about_business_content_sw_content span img{display: block;margin-left: 10px;}
.about_business_content_sw_right_btn,.about_business_content_sw_left_btn{display: flex;justify-content: center;align-items: center;width: 48px;height: auto;aspect-ratio:1/1;background: #FFFFFF;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;border-radius: 50%;}
.about_business_content_sw_right_btn img,.about_business_content_sw_left_btn img{display: block;}
.about_business_content_sw_left_btn img{transform: rotateY(-180deg);}
.about_business_content_sw_right_btn{right: -57px;}
.about_business_content_sw_left_btn{left: -57px;}
.about_business_content_sw_right_btn:hover,.about_business_content_sw_left_btn:hover{background: var(--twoColor);}
.about_business_content_sw_right_btn:hover img,.about_business_content_sw_left_btn:hover img{filter: brightness(0) invert(1);}
.about_business_content_sw .swiper-slide:hover .about_business_content_sw_img img{transform: scale(1.1);}
.about_business_content_sw .swiper-slide:hover .about_business_content_sw_content h3{color: var(--twoColor);}
.about_brand_story_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.about_brand_story_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;margin-top: 68px;}
.about_brand_story_content_left_box{width: 50.1%;height: auto;position: relative;}
.about_brand_story_content_left_box h3{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";margin-bottom: 32px;}
.about_brand_story_content_left_box p{font-size: 16px;color: #666666;line-height: 1.6;}
.about_brand_story_content_right_box{width: 46.5%;height: auto;overflow: hidden;border-radius: 16px;}
.about_brand_story_content_right_box img{width: 100%;height: auto;display: block;}
.about_brand_story_content_left_box:after{content: "Brand Story";display: block;width: 62.5%;height: auto;position: absolute;right: -54px;top: -44px;font-size: 140px;font-family: "Inter-Bold";color: transparent;-webkit-text-stroke: 1px #22437133;z-index: -1;line-height: 1;}
.about_development_box{width: 100%;height: auto;padding: 162px 0 137px;background: url(../images/about_development_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.about_development_sw{width: 100%;height: auto;margin-top: 95px;}
.about_development_sw .swiper-slide{display: flex;justify-content: center;align-items: center;}
.about_development_sw_year{font-size: 64px;color: var(--mainColor);font-family: "Inter-Black";}
.about_development_sw_year span{color: #E62129;font-family: "Inter-Black";}
.about_development_sw_content{width: 401px;height: auto;margin-left: 200px;}
.about_development_sw_content p{font-size: 18px;color: #666666;line-height: 1.6;position: relative;padding-left: 29px;}
.about_development_sw_content p + p{margin-top: 43px;}
.about_development_sw_content p span{display: block;width: 18px;height: 18px;background: var(--twoColor);border-radius: 50%;position: absolute;left: 0;top: 5px;}
.about_development_sw_content p span:before{content: "";display: block;width: 9px;height: 9px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.about_development_bottom_box{position: relative;width: 100%;height: auto;margin-top: 100px;position: relative;}
.about_development_bottom_box:after{content: "";display: block;width: 100%;height: 1px;background: linear-gradient(90deg, #e6212926 0%, #e62129 100%);position: absolute;left: 0;top: 11px;}
.about_development_bottom_sw{width: 100%;height: auto;}
.about_development_bottom_sw_top{width: 22px;height: 22px;background: transparent;border-radius: 50%;margin: 0px auto;position: relative;}
.about_development_bottom_sw .swiper-slide{cursor: pointer;}
.about_development_bottom_sw_top i{display: block;width: 11px;height: 11px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.about_development_bottom_sw_top i:after{content: "";display: block;width: 5px;height: 5px;background: #E1E3E0;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.about_development_bottom_sw_top:after{content: "";display: block;width: 0;height: 0;border: 6px solid transparent;border-top-color: var(--twoColor);position: absolute;bottom: -18px;left: 50%;transform: translateX(-50%);opacity: 0;}
.about_development_bottom_sw_year{font-size: 18px;color: #000000;text-align: center;margin-top: 50px;}
.about_development_bottom_sw .swiper-slide.swiper-slide-thumb-active .about_development_bottom_sw_top{background: var(--twoColor);}
.about_development_bottom_sw .swiper-slide.swiper-slide-thumb-active .about_development_bottom_sw_top i:after{opacity: 0;}
.about_development_bottom_sw .swiper-slide.swiper-slide-thumb-active .about_development_bottom_sw_top:after{opacity: 1;}
.about_development_bottom_sw_right_btn,.about_development_bottom_sw_left_btn{display: flex;justify-content: center;align-items: center;width: 48px;height: auto;aspect-ratio:1/1;background: #FFFFFF;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;border-radius: 50%;top: 10px;transform: none;}
.about_development_bottom_sw_right_btn img,.about_development_bottom_sw_left_btn img{display: block;}
.about_development_bottom_sw_left_btn img{transform: rotateY(-180deg);}
.about_development_bottom_sw_right_btn{right: -57px;}
.about_development_bottom_sw_left_btn{left: -57px;}
.about_development_bottom_sw_right_btn:hover,.about_development_bottom_sw_left_btn:hover{background: var(--twoColor);}
.about_development_bottom_sw_right_btn:hover img,.about_development_bottom_sw_left_btn:hover img{filter: brightness(0) invert(1);}
.about_certified_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.about_certified_sw{width: 100%;height: auto;margin-top: 80px;padding-bottom: 15px;}
.about_certified_sw .swiper-slide{display: flex;justify-content: center;align-items: flex-end;aspect-ratio:167/236;}
.about_certified_sw .swiper-slide img{width: 80%;height: auto;display: block;margin: 0px auto;box-shadow: 0px 4px 13px #00000040;transition: all 0.3s;}
.about_certified_sw .swiper-slide.swiper-slide-active img{width: 100%;}
.about_certified_content{width: 100%;height: auto;}
.about_certified_content_list{width: 100%;height: 0;overflow: hidden;}
.about_certified_btn{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 65px;}
.about_certified_btn li{width: 32%;height: 64px;border: 2px solid #e5e5e5;border-radius: 8px;font-size: 18px;color: #1A1A1A;font-family: "Inter-Bold";text-align: center;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.3s;}
.about_certified_btn li.on,.about_certified_btn li:hover{border-color: #224371;background: #2243710d;}
.about_last_box{width: 100%;height: auto;padding: 80px 0;background: var(--mainColor);}
.about_last_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.about_last_ul li{width: 23.5%;height: auto;border: 1px solid #ffffff1a;background: #ffffff1a;border-radius: 16px;}
.about_last_ul li a{display: block;width: 100%;height: auto;padding: 30px;}
.about_last_ul_ico{width: 50px;height: auto;margin: 0px auto;}
.about_last_ul_ico img{width: 100%;height: auto;display: block;}
.about_last_ul li h2{font-size: 32px;color: #FFFFFF;font-family: "Inter-SemiBold";text-align: center;margin-top: 14px;}
.about_last_ul li p{font-size: 14px;color: #FFFFFF;text-align: center;line-height: 1.6;margin-top: 12px;padding: 0 15%;text-transform: capitalize;}
.product_banner_box{width: 100%;height: auto;background: var(--mainColor);background-size: 100% auto;aspect-ratio:1920/633;padding-top: 117px;}
.product_banner_box .contentWH1400{display: flex;justify-content: space-between;align-items:center;}
.product_banner_left{width: 38.4%;height: auto;color: #FFFFFF;}
.product_banner_left_ico{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #FFFFFF;text-transform: uppercase;}
.product_banner_left_ico span{display: flex;justify-content: center;align-items: center;width: 48px;height: auto;aspect-ratio:1/1;}
.product_banner_left_ico span img{display: block;}
.product_banner_left h1{font-size: 48px;color: #FFFFFF;font-family: "Inter-Bold";margin-top: 24px;}
.product_banner_left p {font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 22px;}
.product_banner_right{width: 51.72%;height: auto;position: relative;}
.product_banner_right:after{content: "";display: block;width: 96px;height: auto;aspect-ratio:1/1;border: 2px solid #ffffff33;border-radius: 12px;position: absolute;top: -20px;right: -20px;}
.product_banner_right img{width: 100%;height: auto;display: block;position: relative;z-index: 2;border-radius: 16px;}
.public_products_title h3{font-size: 20px;color: var(--mainColor);font-family: "Inter-Bold";margin-top: 20px;}
.public_products_title p{margin-top: 10px;}
.public_products_content_more:hover{background: var(--twoColor);color: #fff;}
.public_products_content_left_content_ul_top h3 a:hover{color: var(--twoColor);text-decoration: underline;}
.public_products_content_left_content_ul li.on .public_products_content_left_content_ul_top h3 a:hover{color: #fff;}
/*.public_products_box{padding-top: 0px;}*/
.public_products_content_right_img a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.public_products_content_right_txt h4{height: auto;}
.public_products_content_left_content_ul li.on .public_products_content_left_content_ul_top{background: var(--twoColor);}
.product_top_box{width: calc(73.33% + 142px);height: auto;margin: 0px auto;margin-top: 38px;padding: 0 71px;position: relative;}
.product_top_sw{width: 100%;height: auto;padding-bottom: 60px;}
.product_top_sw .swiper-slide{width: 100%;height: auto;border-radius: 12px;overflow: hidden;border: 1px solid #f3f4f6;}
.product_top_img{width: 100%;height: auto;overflow: hidden;}
.product_top_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_top_sw_txt{width: 100%;height: auto;padding: 16px;}
.product_top_sw_txt h2{font-size: 16px;color: var(--mainColor);font-family: "Inter-Bold";line-height: 1.4;}
.product_top_sw_right_btn,.product_top_sw_left_btn{display: flex;justify-content: center;align-items: center;width: 48px;height: auto;aspect-ratio:1/1;background: #FFFFFF;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;border-radius: 50%;}
.product_top_sw_right_btn img,.product_top_sw_left_btn img{display: block;}
.product_top_sw_left_btn img{transform: rotateY(-180deg);}
.product_top_sw_right_btn{right: 0px;}
.product_top_sw_left_btn{left: 0px;}
.product_top_sw_right_btn:hover,.product_top_sw_left_btn:hover{background: var(--twoColor);}
.product_top_sw_right_btn:hover img,.product_top_sw_left_btn:hover img{filter: brightness(0) invert(1);}
.product_top_sw .swiper-slide:hover .product_top_img img{transform: scale(1.1);}
.product_top_sw_page{width: 100%;bottom: 0;}
.product_top_sw_page span{width: 8px;height: 8px;background: #d1d5db;opacity: 1;}
.product_top_sw_page span + span{margin-left: 8px;}
.product_top_sw_page span.swiper-pagination-bullet-active{width: 24px;border-radius: 4px;background: #224371;}
.product_content_box{width: 100%;height: auto;margin-top: 46px;padding-bottom: 80px;}
.product_content_box .contentWH1400{display: flex;justify-content: space-between;}
.product_content_left_box{width: 21.2%;height: auto;}
.product_content_left{position: sticky;top: 0;width: 100%;height: auto;border: 1px solid #f3f4f6;border-radius: 12px;background: #FFFFFF;box-shadow: 0px 1px 2px #0000000d;transition: all 0.3s;}
.product_content_left.on{top: 146px;transition: all 0.3s;}
.product_content_left_top{width: 100%;height: 57px;display: flex;justify-content: space-between;padding: 0 17px;border-bottom: 1px solid #f3f4f6;}
.product_content_left_title{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #111827;font-family: "Inter-Medium";}
.product_content_left_title img{width: 19px;height: auto;display: block;margin-right: 8px;}
.product_content_left_clear{display: flex;justify-content: flex-end;align-items: center;cursor: pointer;font-size: 16px;color: var(--twoColor);font-family: "Inter-Medium";}
.product_content_left_clear img{display: block;width: 14px;height: auto;display: block;transition: all 0.6s;margin-right: 12px;}
.product_content_left_clear:hover img{transform: rotate(360deg);}
.product_content_left_ul{width: 100%;height: auto;}
.product_content_left_ul li{width: 100%;height: auto;border-bottom: 1px solid #f3f4f6;}
.product_content_left_ul li:nth-last-of-type(1){border-bottom: none;}
.product_content_left_ul_top{width: 100%;height: 44px;padding: 0 17px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product_content_left_ul_top_title{font-size: 16px;color: #374151;font-family: "Inter-Medium";}
.product_content_left_ul_top span{display: block;width: 16px;height: auto;transition: transform 0.3s ease;}
.product_content_left_ul_top span.collapsed-icon{transform: rotate(180deg);}
.product_content_left_ul_top span img{display: block;width: 100%;height: auto;}
.product_content_left_ul_bottom{width: 100%;height: auto;padding: 14px 17px;}
.product_content_left_ul_bottom dd{display: flex;justify-content: flex-start;align-items: center;width: 100%;height: auto;cursor: pointer;font-size: 16px;color: #4B5563;font-family: "Inter-Medium";}
.product_content_left_ul_bottom dd + dd{margin-top: 14px;}
.product_content_left_ul_bottom dd i{display: block;width: 18px;height: auto;aspect-ratio:1/1;background: url(../images/product_type_selected_ico.png) no-repeat center center;background-size: 100% auto;margin-right: 12px;}
.product_content_left_ul_bottom dd.on i{background: url(../images/product_type_selected_icos.png) no-repeat center center;background-size: 100% auto;}
.product_content_right_box{width: 77.2%;height: auto;}
.product_content_right_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_content_right_ul li{width: 32%;height: auto;margin-left: 2%;margin-bottom: 19px;overflow: hidden;border-radius: 12px;border: 1px solid #F3F4F6;}
.product_content_right_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_content_right_ul_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 7/5;}
.product_content_right_ul_img img{width: 100%;height: 100%;display: block;transition: all 0.3s;object-fit: cover}
.product_content_right_ul_img:hover img{transform: scale(1.1);}
.product_content_right_ul_content{width: 100%;height: auto;padding: 27px 18px;}
.product_content_right_ul_content h2{font-size: 18px;color: #224371;font-family: "Inter-Bold";display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.product_content_right_ul_content p{font-size: 14px;color: #666666;line-height: 1.4;margin-top: 7px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_content_right_ul_content_btn{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 18px;padding-top: 16px;border-top: 1px solid #F3F4F6;}
.product_content_right_ul_content_inquire{display: flex;justify-content: flex-start;align-items: center;width: 79.9%;height: 40px;background: var(--twoColor);font-size: 16px;color: #FFFFFF;justify-content: center;border-radius: 8px;} 
.product_content_right_ul_content_inquire img{display: block;width: 16px;height: auto;margin-right: 6px;}
.product_content_right_ul_content_more{width: 41px;height: auto;aspect-ratio:1/1;border: 1px solid #E5E7EB;border-radius: 8px;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.product_content_right_ul_content_more img{display: block;width: 20px;height: auto;transition: all 0.3s;}
.product_content_right_ul_content_more:hover{background: var(--twoColor);border-color: var(--twoColor);}
.product_content_right_ul_content_more:hover img{filter: brightness(0) invert(1);}
.product_category_third_box{width: 100%;height: auto;display: none;}
.product_category_third_item{width: 100%;height: auto;}
.product_category_third_item_top{width: 100%;height: 45px;display: flex;justify-content: space-between;align-items: center;padding: 0 20px;border-bottom: 1px solid #E5E5E5;}
.product_category_third_item_top a{font-size: 14px;}
.product_category_third_item_top a:hover{color: var(--twoColor);}
.product_category_third_item_top a.on{color: var(--twoColor);text-decoration: underline;}
.public_products_content_left_content_ul_top_btn3{width: 18px;height: auto;transform: rotate(-90deg);cursor: pointer;}
.public_products_content_left_content_ul_top_btn3 img{width: 100%;height: auto;display: block;}
.product_category_third_item_top.on,
.public_products_content_left_content_ul_bottom_list_top.on{background: var(--twoColor);}
.product_category_third_item_top.on a,
.public_products_content_left_content_ul_bottom_list_top.on h3 a{color: #fff;}
.product_category_third_item_top.on .public_products_content_left_content_ul_top_btn3 img{filter: brightness(0) invert(1);transform: rotate(90deg);}
.public_products_content_left_content_ul_bottom_list_top.on .public_products_content_left_content_ul_top_btn2 img{filter: brightness(0) invert(1);}

.product_recommended_box{width: 100%;height: auto;padding: 80px 0;background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);}
.product_recommended_top_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_recommended_top_left_tag{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: var(--twoColor);}
.product_recommended_top_left_tag img{display: block;width: 20px;height: auto;margin-right: 8px;}
.product_recommended_top_left h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";margin-top: 10px;}
.product_recommended_top_btn{display: flex;justify-content: flex-end;align-items: center;}
.product_recommended_top_swiper_btn{width: 42px;height: auto;display: flex;justify-content: center;align-items: center;aspect-ratio:1/1;border-radius: 50%;border: 1px solid #f3f4f6;background: #F3F4F6;cursor: pointer;transition: all 0.3s;}
.product_recommended_top_swiper_btn img{display: block;transition: all 0.3s;}
.product_recommended_top_swiper_btn:hover{background: var(--twoColor);border-color: var(--twoColor);}
.product_recommended_top_swiper_btn:hover img{filter: brightness(0) invert(1);}
.product_recommended_top_swiper_left_btn img{transform: rotateY(-180deg);}
.product_recommended_top_swiper_left_btn{margin-right: 8px;}
.product_recommended_sw{width: 100%;height: auto;margin-top: 48px;padding-bottom: 80px;}
.product_recommended_sw .swiper-slide{width: 100%;height: auto;border-radius: 12px;overflow: hidden;border: 1px solid #f3f4f6;background: #FFFFFF;}
.product_recommended_sw_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.product_recommended_sw_img span{display: block;padding: 5px 10px;background: var(--twoColor);font-size: 14px;color: #FFF;position: absolute;left: 12px;top: 19px;border-radius: 50px;}
.product_recommended_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_recommended_sw_content{width: 100%;height: auto;padding: 24px 12px;}
.product_recommended_sw_content h3{font-size: 16px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_recommended_sw_content p{font-size: 14px;line-height: 1.4;color: #666666;margin-top: 7px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.product_recommended_sw .swiper-slide:hover .product_recommended_sw_img img{transform: scale(1.1);}
.product_recommended_sw_page{width: 100%;bottom: 0;}
.product_recommended_sw_page span{width: 8px;height: 8px;background: #d1d5db;opacity: 1;}
.product_recommended_sw_page span.swiper-pagination-bullet-active{width: 24px;border-radius: 4px;background: #224371;}
#st-1{z-index: 2 !important;}
.news_page li:hover img{filter: brightness(0) invert(1);}
/*.news_page li.prev img{transform: rotate(-180deg);}*/
/*product_detial.html*/
.crumbs_content_box.black{position: relative;top: auto;left: auto;padding: 24px 0;}
.crumbs_content_box.black a img{filter: brightness(30%);}
.crumbs_content_box.black a{color: #6B7280;}
.crumbs_content_box.black i img{filter: brightness(30%);}
.crumbs_content_box.black a:hover{color: var(--mainColor);}
.product_detial_info_box{width: 100%;height: auto;padding: 24px 0 80px;overflow: hidden;}
.product_detial_info_box .contentWH1400{display: flex;justify-content: space-between;}
.product_detial_info_left{width: 44.3%;height: auto;}
.product_detial_info_left_sw_top{width: 100%;height: auto;aspect-ratio:620/438;}
.product_detial_info_left_sw_top .swiper-slide{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;border-radius: 12px;border: 1px solid rgba(0,0,0,0.25);}
.product_detial_info_left_sw_top .swiper-slide img{max-width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_bottom{width: 100%;height: auto;margin-top: 22px;}
.product_detial_info_left_sw_bottom .swiper-slide{width: 100%;height: auto;border: 2px solid #e5e7eb;overflow: hidden;border-radius: 8px;}
.product_detial_info_left_sw_bottom .swiper-slide img{width: 100%;height: auto;display: block;}
.product_detial_info_left_sw_bottom .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.product_detial_info_right{width: 52.1%;height: auto;}
.product_detial_info_right_txt h1{font-size: 48px;color: var(--mainColor);font-family: "Inter-Bold";margin-bottom: 20px;}
.product_detial_info_right_txt p{font-size: 18px;color: #4B5563;line-height: 1.6;}
.product_detial_info_right_txt a{display: flex;justify-content: center;align-items: center;width: 146px;height: 40px;background: var(--twoColor);border-radius: 8px;font-size: 16px;color: #FFFFFF;margin-top: 28px;transition: all 0.3s;}
.product_detial_info_right_txt a img{display: block;margin-right: 8px;}
.product_detial_info_right_txt a:hover{transform: scale(1.1);}
.product_detial_info_right_share{display: flex;align-items: center;width: 100%;height: 52px;border-top: 1px solid #F3F4F6;margin-top: 34px;padding-top: 34px;}
.product_detial_info_right_share_title{font-size: 16px;color: #6B7280;margin-right: 10px;}
.product_detial_btn_box{width: 100%;height: auto;background: #F1F1F1;position: sticky;top: 146px;transition: all 0.3s;z-index: 999;}
.product_detial_btn_box.on{top: 0;}
.product_detial_btn_ul{width: 100%;height: 58px;display: flex;justify-content: space-between;}
.product_detial_btn_ul li{width: 25%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: var(--mainColor);cursor: pointer;position: relative;}
.product_detial_btn_ul li.active,
.product_detial_btn_ul li:hover{background: #FFFFFF;color: var(--twoColor);}
.product_detial_btn_ul li.active:after{content: "";display: block;width: 32px;height: 2px;background: var(--twoColor);position: absolute;left: 50%;transform: translateX(-50%);bottom: 7px;}
.product_detial_content{width: 100%;height: auto;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 80px;overflow: hidden;}
.product_detial_overiew_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_overiew_left{width: 43.72%;height: auto;}
.product_detial_overiew_left_txt{width: 100%;height: auto;}
.product_detial_overiew_left_txt h2{font-size: 48px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_detial_overiew_left_txt p{font-size: 18px;color: #4B5563;line-height: 1.6;margin-top: 20px;}
.product_detial_overiew_left_ul{width: 100%;height: auto;}
.product_detial_overiew_left_ul li{margin-top: 16px;height: auto;padding: 16px;background: #F9FAFB;border-radius: 12px;width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;}
.product_detial_overiew_left_ul_ico{flex: 0 0 48px;height: auto;aspect-ratio:1/1;display: flex;justify-content: center;align-items: center;background: rgba(34, 67, 113, 0.1);border-radius: 8px;margin-right: 16px;}
.product_detial_overiew_left_ul_ico img{display: block;}
.product_detial_overiew_left_ul_txt{flex: 1;}
.product_detial_overiew_left_ul_txt h3{font-size: 16px;color: #224371;font-family: "Inter-Bold";}
.product_detial_overiew_left_ul_txt p{font-size: 14px;color: #4B5563;margin-top: 8px;}
.product_detial_overiew_right{width: 52.5%;height: auto;overflow: hidden;border-radius: 12px 12px 0 0;}
.product_detial_overiew_right table{width: 100%;height: auto;}
.product_detial_overiew_right table tr{border-bottom: 1px solid #F3F4F6;}
.product_detial_overiew_right table th{height: 56px;background: var(--mainColor);padding-left: 44px;font-size: 16px;color: #FFFFFF;font-family: "Inter-Bold";}
.product_detial_overiew_right table td{height: 56px;padding: 0 20px 0 44px;font-size: 14px;color: #374151;border:1px #e4e4e4 solid;}
.product_detial_video_box{width: 100%;height: auto;padding: 80px 0;background: #F9FAFB;}
.product_detial_video_box .index_title_box h2{color: var(--mainColor);}
.product_detial_video_content{width: 100%;height: auto;position: relative;margin-top: 73px;overflow: hidden;border-radius: 16px;box-shadow: 0px 25px 50px -12px #00000040;}
.product_detial_video_content img{width: 100%;height: auto;display: block;}
.product_detial_video_content a:before{background: url(../images/about_info_video_btn.png) no-repeat center center;}
.product_detial_documents_box{width: 100%;height: auto;}
.product_detial_documents_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 48px;}
.product_detial_documents_content_list{width: 19%;height: auto;border: 1px solid #F3F4F6;border-radius: 12px;box-shadow: 0px 1px 2px #0000000d;padding: 24px 20px;}
.product_detial_documents_content_list_ico{width: 56px;height: 56px;display: flex;justify-content: center;align-items: center;border-radius: 12px;background: rgba(34, 67, 113, 0.1);}
.product_detial_documents_content_list_ico img{display: block;}
.product_detial_documents_content_list_title{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.product_detial_documents_content_list_title h3{font-size: 18px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_detial_documents_content_list_title span{display: flex;justify-content: center;align-items: center;padding: 3px 12px;background: var(--twoColor);border-radius: 99px;font-size: 16px;color: #FFFFFF;margin-left: 8px;}
.product_detial_documents_content_list_title span.on{background: #E8ECF0;color: var(--mainColor);}
.product_detial_documents_content_list_dl dd{width: 100%;height: auto;margin-top: 16px;}
.product_detial_documents_content_list_dl dd a{font-size: 16px;color: #4B5563;display: flex;justify-content: space-between;align-items: center;transition: all 0.3s;}
.product_detial_documents_content_list_dl dd img{display: block;}
.product_detial_documents_content_list_dl dd a:hover{color: var(--twoColor);text-decoration: underline;}
.product_detial_documents_content_list_txt{font-size: 16px;color: #4B5563;line-height: 1.6;margin-top: 16px;}
.product_documents_last_box{width: 100%;height: auto;padding: 32px 20px;display: flex;justify-content: space-between;border-radius: 16px;background: #2243710d;align-items: center;margin-top: 58px;}
.product_documents_last_left h3{font-size: 20px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_documents_last_left p{font-size: 16px;color: #4B5563;margin-top: 8px;}
.product_documents_last_more{width: 143px;height: 36px;display: flex;justify-content: center;align-items: center;background: var(--mainColor);border-radius: 6px;font-size: 14px;color: #FFFFFF;transition: all 0.3s;}
.product_documents_last_more:hover{transform: scale(1.1);}
/*application.html*/
.application_top_box{width: 100%;height: auto;}
.esg_nav_box,
.application_nav_box{width: 100%;height: auto;border-bottom: 1px solid #E5E5E5;position: sticky;top: 146px;background: #FFFFFF;z-index: 99;transition: all 0.6s;}
.esg_nav_box.on,
.application_nav_box.on{top: 0px;transition: all 0.6s;}
.esg_nav_ul li a, .application_nav_ul li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.esg_nav_ul,
.application_nav_ul{height: 108px;width: 100%;display: flex;justify-content: center;align-items: center;}
.esg_nav_ul li,
.application_nav_ul li{width: 220px;height: 48px;background: #f8f9fa;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #1A1A1A;font-family: "Inter-Medium";border-radius: 24px;background: #f8f9fa;cursor: pointer;transition: all 0.3s;}
.esg_nav_ul li.on,
.esg_nav_ul li:hover,
.application_nav_ul li.on,
.application_nav_ul li:hover{background: var(--twoColor);color: #FFFFFF;}
.esg_nav_ul li + li,
.application_nav_ul li + li{margin-left: 46px;}
.esg_nav_ul li.on,
.application_nav_ul li.on{box-shadow: 0px 2px 4px #00000026}
.application_content{width: 100%;height: auto;}
.application_content_list{width: 100%;height: auto;padding: 80px 0;}
.application_content_list .contentWH1400{display: flex;justify-content: space-between;}
.application_content_list_left{width: 44.43%;height: auto;}
.application_content_list_left h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";margin-bottom: 7px;}
.application_content_list_left p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 14px;}
.application_list_more{width: 146px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 8px;background: var(--twoColor);font-size: 16px;color: #FFFFFF;transition: all 0.3s;margin-top: 48px;}
.application_list_more img{display: block;filter: brightness(0) invert(1);margin-left: 10px;}
.application_list_more:hover{transform: scale(1.1);}
.application_content_list_right{width: 50%;height: auto;}
.application_content_list_right li{width: 100%;height: auto;overflow: hidden;border-radius: 16px;position: relative;box-shadow: 0px 20px 60px #00000026;}
.application_content_list_right_bg{width: 100%;height: auto;}
.application_content_list_right_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.application_content_list_right_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 15px;display: flex;flex-direction: column;justify-content: flex-end;}
.application_content_list_right_content h3{font-size: 20px;color: #FFFFFF;font-family: "Inter-Bold";}
.application_content_list_right_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 10px;padding-right: 10%;}
.application_content_list_right li:hover .application_content_list_right_bg img{transform: scale(1.1);}
.application_content_list_right li + li{margin-top: 15px;}
.application_content_list:nth-of-type(even){background: #F5F7FA;}
.application_guide_box{width: 100%;height: auto;padding: 80px 0;background: #F5F7FA;}
.application_guide_title{width: 100%;height: auto;}
.application_guide_title h2{font-size: 48px;color: var(--mainColor);font-family: "Inter-Bold";text-transform: uppercase;}
.application_guide_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 46px;}
.application_guide_ul li{width: 23.5%;height: auto;margin-left: 1.875%;margin-top: 22px;background: #FFFFFF;border-radius: 16px;transition: all 0.3s;}
.application_guide_ul li:nth-of-type(4n+1){margin-left: 0;}
.application_guide_ul li a{display: block;padding: 30px 40px;width: 100%;height: auto;}
.application_guide_ul li h3{font-size: 20px;color: var(--mainColor);text-align: center;font-family: "Inter-SemiBold";transition: all 0.3s;}
.application_guide_ul li p{font-size: 14px;color: #666666;text-align: center;line-height: 1.6;margin-top: 12px;padding: 0 10%;}
.application_guide_ul li:hover h3{color: var(--twoColor);}
.application_guide_ul li:hover{box-shadow: 0px 4px 4px #00000026;}
.application_box{width: 100%;height: auto;padding: 80px 0px;}
.solution_content_ul{width: 100%;height: auto;}
.solution_content_ul li{width: 100%;height: auto;margin-top: 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border: 1px solid #EEEEEE;padding: 14px;}
.solution_content_ul a{display: flex;justify-content: space-between;width: 100%;padding-right: 34px;align-items: center;}
.solution_content_ul_img{width: 43.1%;height: auto;overflow: hidden;aspect-ratio:5/2;}
.solution_content_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.solution_content_ul_right{width: 46.84%;height: auto;}
.solution_content_ul_right h2{font-size: 20px;color: #222;font-weight: 600;}
.solution_content_ul_right p{font-size: 16px;color: #08122D;font-weight: 300;line-height: 1.6;margin-top: 12px;}
.solution_content_ul_right span{display: flex;justify-content: center;align-items: center;width: 182px;height: 46px;background: var(--mainColor);font-size: 14px;color: #FFFFFF;font-weight: 400;text-align: center;border-radius: 5px;margin-top: 28px;}
.solution_content_ul li:hover .solution_content_ul_img img{transform: scale(1.1);}
.solution_content_ul li:hover .solution_content_ul_right span{background: var(--twoColor);}
.solution_content_ul li:nth-of-type(1){margin-top: 0;}
.application_guide_detial_box .news_detial_content_left{width: 70%;}
.application_guide_detial_box .news_detial_content_right{width: 25%;}
.application_guide_detial_box .public_products_content_left_content_ul li.on a,
.application_guide_detial_box .public_products_content_left_content_ul li:hover a{color: #FFFFFF;}
.application_guide_detial_box .public_products_content_left_content_ul li.on .public_products_content_left_content_ul_top,
.application_guide_detial_box .public_products_content_left_content_ul li:hover .public_products_content_left_content_ul_top{background: var(--twoColor);}
.application_care_box{width: 100%;height: auto;padding: 80px 0;background: var(--mainColor);}
.application_care_box h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;}
.application_care_box p{font-size: 18px;color: rgba(255,255,255,0.8);text-align: center;margin-top: 14px;}
.application_care_box a{display: flex;justify-content: center;align-items: center;width: 146px;height: 40px;border-radius: 8px;background: var(--twoColor);margin: 0px auto;margin-top: 24px;font-size: 16px;color: #FFFFFF;}
.application_care_box a img{display: block;margin-right: 8px;}
/*contact.html*/
.contact_banner_box{padding-top: 109px;padding-bottom: 80px;width: 100%;height: auto;background: linear-gradient(114.8deg, #264c82 12.49%, #204881 90.98%);}
.contact_banner_box .index_global_box{background: none;}
.index_contact_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_contact_box .contentWH1600{display: flex;justify-content: space-between;}
.index_contact_left{width: 38%;height: auto;overflow: hidden;border-radius: 16px;position: relative;box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1);}
.index_contact_left_bg{width: 100%;height: 100%;}
.index_contact_left_bg img{width: 100%;height: 100%;object-fit: cover;display: block;}
.index_contact_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(0deg, #000000b3 0%, #0000004d 50%, #00000000 100%);padding: 32px;display: flex;flex-direction: column;justify-content: flex-end;}
.index_contact_left_content h2{font-size: 24px;color: #FFFFFF;font-family: "Inter-Bold";}
.index_contact_left_content p{font-size: 16px;color: #E5E7EB;line-height: 1.6;margin-top: 6px;}
.index_contact_right{width: 60.4%;height: auto;padding: 40px;background: #F9FAFB;border-radius: 16px;}
.index_contact_right_title{width: 100%;height: auto;}
.index_contact_right_title h2{font-size: 14px;color: var(--mainColor);font-family: "Inter-Bold";text-transform: uppercase;}
.index_contact_right_title h3{font-size: 30px;color: #111827;font-family: "Inter-Bold";margin-top: 8px;}
.index_contact_right_title p{font-size: 16px;color: #4B5563;}
.index_contact_right_ul{width: 100%;height: auto;padding-top: 12px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_contact_right_ul li{width: 100%;height: auto;margin-top: 20px;}
.index_contact_right_ul li:nth-of-type(1),.index_contact_right_ul li:nth-of-type(2){width: 48.5%;}
.index_contact_right_name{font-size: 14px;color: #374151;}
.index_contact_right_name span{color: var(--mainColor);padding-left: 5px;}
.index_contact_right_input{width: 100%;height: auto;position: relative;}
.index_contact_right_input span{display: block;width: 20px;height: auto;position: absolute;left: 10px;top: 8px;}
.index_contact_right_input span img{width: 100%;height: auto;display: block;}
.index_contact_right_input input{display: block;width: 100%;height: 36px;border: 1px solid #E4E4E7;border-radius: 6px;padding-left: 40px;font-size: 14px;outline: none;margin-top: 8px;}
.index_contact_right_input input::placeholder{color: #71717A;}
.index_contact_right_input textarea{display: block;width: 100%;height: 97px;border: 1px solid #E4E4E7;border-radius: 6px;padding: 8px;padding-left: 40px;resize: none;outline: none;margin-top: 8px;}
.index_contact_right_verification{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 8px;}
.index_contact_right_verification_img{width: 86px;height: auto;overflow: hidden;border-radius: 6px;background: #fff;}
.index_contact_right_verification_img img{width: 100%;height: 100%;display: block;}
.index_contact_right_verification_input{width: 88%;height: auto;position: relative;}
.index_contact_right_verification_input input{width: 100%;height: 44px;border: 1px solid #E4E4E7;border-radius: 6px;padding-left: 13px;outline: none;font-size: 14px;display: block;}
.index_contact_right_verification_input input::placeholder{color: #71717A;}
.index_contact_right_ul li p{font-size: 12px;color: #6B7280;margin-top: 8px;}
.index_contact_right_btn{width: 100%;height: 48px;margin-top: 30px;display: flex;justify-content: center;align-items: center;background: var(--twoColor);font-size: 16px;color: #FFFFFF;outline: none;border: none;border-radius: 6px;cursor: pointer;transition: all 0.3s;}
.index_contact_right_btn img{display: block;margin-right: 8px;}
.index_contact_right_btn:hover{background: var(--mainColor);}
.index_form_txt{font-size: 12px;color: #6B7280;text-align: center;margin-top: 20px;}
.index_form_txt a{text-decoration: underline;}
.index_form_txt a:hover{text-decoration: underline;color: var(--mainColor);}
.news_list_top_box .contentWH1400{display: flex;justify-content: space-between;}
.news_list_bottom_box{margin-top: 0;}
.news_list_bottom_box li a{justify-content: flex-start;padding: 24px;align-items: initial;}
.news_list_top_sw_right span{width: 130px;height: 36px;margin-top: 15px;font-size: 16px;border-radius: 5px;}
.news_list_top_sw_img{flex: 0 0 27.86%;aspect-ratio: 450/220;overflow: hidden;}
.news_list_top_sw_img img{width: 100%;height: auto;display: block;}
.news_list_top_sw_right_time{font-size: 14px;}
.news_list_top_sw_right h4{font-size: 20px;margin-top: 15px;-webkit-line-clamp: 1;}
.news_list_top_sw_right p{font-size: 16px;-webkit-line-clamp: 1;margin-top: 15px;}
.news_list_top_sw_right{flex: 1;}
.news_list_bottom_box li{margin-bottom: 30px;margin-top: 0;border-radius: 8px;}
.news_detial_content_right_box{transition: all 0.6s;}
.news_detial_content_right_box.on{top: 146px;transition: all 0.6s;}
.news_list_bottom_box li:hover .news_list_top_sw_img img{transform: scale(1.1);}
.news_list_bottom_box li:hover .news_list_top_sw_right h4{color: var(--twoColor);}
.news_list_bottom_box li:hover .news_list_top_sw_right span{background: var(--twoColor);color: #fff;border-color: var(--twoColor);}
.news_list_top_sw_right h4{font-family: "Inter-Medium";}
.news_list_top_sw_img img{height: 100%;object-fit: cover;}
/*ESG.html*/
.esg_info_box{width: 100%;height: auto;padding: 80px 0;}
.esg_business_title p{padding: 0 15%;}
.esg_info_box{background: #f8f8f8;}
.esg_content_list{width: 100%;height: auto;margin-top: 80px;overflow: hidden;}
.esg_business_title h2{font-size: 32px;}
.esg_list_box{width: 100%;height: auto;padding: 80px 0px;}
.esg_list_box .contentWH1400{display: flex;justify-content: space-between;}
.esg_list_ul{width: 100%;height: auto;}
.esg_list_ul li{width: 100%;height: auto;overflow: hidden;box-shadow: 0px 1px 2px #0000000d;border-radius: 8px;margin-bottom: 30px;}
.esg_list_ul li a{display: flex;justify-content: flex-start;align-items: center;}
.esg_list_ul_img{height: auto;flex: 0 0 30.65%;overflow: hidden;}
.esg_list_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.esg_list_ul li:hover .esg_list_ul_img img{transform: scale(1.1);}
.esg_list_ul_content{flex: 1;padding: 20px 24px;}
.esg_list_ul_content h3{font-size: 20px;color: var(--mainColor);font-family: "Inter-Bold";display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.esg_list_ul_content p{font-size: 16px;color: #666;line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.esg_list_ul_content span{display: flex;justify-content: flex-start;align-items: center;margin-top: 10px;color: var(--twoColor);}
.esg_list_ul_content span img{display: block;margin-left: 10px;}
.esg_list_ul li:hover .esg_list_ul_content h3{color: var(--twoColor);}





/*social.html start*/
.social_box{width: 100%;height: auto;padding: 50px 0 80px;}
.social_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.social_ul li{width: 23.5%;height: auto;border-radius: 10px;border: 1px solid #E5E5E5;margin-top: 30px;background: #FFFFFF;transition: all 0.3s;padding: 24px;}
.social_ul li:nth-last-of-type(1),
.social_ul li:nth-of-type(1){display: flex;justify-content: space-between;align-items: center;width: 49%}
.social_ul_left{width: 100%;height: auto;}
.social_ul li:nth-last-of-type(1) .social_ul_left{width: 48.5%;}
.social_ul li:nth-of-type(1) .social_ul_left{width: 48.5%;height: auto;}
.social_ul_ico{width: 48px;height: auto;margin: 0px auto;}
.social_ul_ico img{width: 100%;height: auto;display: block;}
.social_ul li h3{font-size: 20px;color: #333333;font-family: "Inter-Bold";text-align: center;margin-top: 18px;}
.social_ul_left p{font-size: 16px;line-height: 1.6;margin-top: 10px;text-align: center;}
.social_ul_code{height: auto;display: flex;justify-content: center;margin: 0px auto; margin-top: 20px;}
.social_ul_code dd{width: 110px;}
.social_ul_code img{display: block;width: 100%;}
.social_ul_code dd + dd{margin-left: 10px;}
.social_ul li:nth-last-of-type(1) .social_ul_code,
.social_ul li:nth-of-type(1) .social_ul_code{width: 48.5%;}
/*join.html start*/
.join_work_box{width: 100%;height: auto;padding: 80px 0;background: #F8F9FA;}
.join_benefitsoin_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.join_benefitsoin_title{width: 100%;height: auto;}
.join_benefitsoin_title h2{font-size: 36px;color: #032C59;font-family: "Inter-Bold";}
.join_benefitsoin_div{width: 100%;height: auto;margin-top: 48px;overflow: hidden;border-radius: 16px;position: relative;}
.join_benefitsoin_div_bg{width: 100%;height: auto;}
.join_benefitsoin_div_bg img{width: 100%;height: auto;display: block;}
.join_benefitsoin_div_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(248, 249, 250, 0.85);backdrop-filter: blur(4px);padding: 80px 46px;}
.join_benefitsoin_div_content h3{font-size: 28px;color: var(--mainColor);font-family: "Inter-Bold"}
.join_benefitsoin_div_content p{font-size: 18px;color: #666;line-height: 1.4;margin-top: 22px;padding-right: 10%;}
.join_benefitsoin_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 8px;}
.join_benefitsoin_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 24px;position: relative;}
.join_benefitsoin_ul li:nth-of-type(3n+1){margin-left: 0;}
.join_benefitsoin_ul_img{width: 100%;height: auto;}
.join_benefitsoin_ul_img img{width: 100%;height: auto;display: block;}
.join_benefitsoin_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 35px 30px;}
.join_benefitsoin_ul_content h3{font-size: 20px;color: #fff;font-family: "Inter-Bold";text-transform: capitalize;}
.join_benefitsoin_ul_content span{display: block;width: 82px;height: 4px;background: #fff;margin-top: 16px}
.join_benefitsoin_ul_content p{font-size: 16px;color: #fff;line-height: 1.6;margin-top: 20px;}
.join_career_box{width: 100%;height: 145px;border-radius: 12px;background: linear-gradient(98.35deg, #224371 0%, #1a3355 348.17%);display: flex;justify-content: center;align-items: center;padding: 0 2%;font-size: 24px;color: #fff;font-family: "Inter-Bold";margin-top: 32px;}
.join_job_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F9FA;overflow: hidden;}
.join_job_box .contentWH1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.join_openings_title{width: 100%;background: var(--mainColor);font-size: 16px;color: #FFFFFF;display: flex;font-family: "Inter-Bold";border-radius: 16px 16px 0 0;}
.join_openings_title_item{width: 15%;height: 55px;display: flex;align-items: center;font-size: 16px;}
.join_openings_title_item:nth-child(1){width: 38%;text-align: left;padding-left: 44px;}
.join_openings_title_item:nth-child(2){width: 15%;}
.join_openings_title_item:nth-child(3){width: 22%;}
.join_openings_title_item:nth-last-child(1){width: 10%}
.join_openings_list_box{width: 100%;height: auto;}
.join_openings_list{width: 100%;height: auto;}
.join_openings_list li{width: 100%;height: auto;}
.join_openings_list_title{width: 100%;height: auto;background: #FFFFFF;font-size: 18px;color: #333;display: flex;font-family: "Inter-Bold";border-bottom: 1px solid #E5E5E5;}
.join_openings_title_item_btn{width: 26px;height: auto;border: 1px solid #333333;border-radius: 50%;aspect-ratio:1/1;display: flex;justify-content: center;align-items: center;transition: all 0.3s;margin: 0px auto;cursor: pointer;}
.join_openings_title_item_btn img{display: block;width: 48%;height: auto;transition: all 0.3s;}
.join_openings_title_item_btn:hover,.join_openings_title_item_btn.on{border-color: var(--twoColor);background: var(--twoColor);}
.join_openings_title_item_btn.on img{transform: rotate(-180deg);}
.join_openings_title_item_btn:hover img,.join_openings_title_item_btn.on img{filter: brightness(0) invert(1);}
.join_openings_list_content{width: 100%;height: auto;background: #FFFFFF;padding: 20px 44px;display: none;}
.join_openings_list_content h3{font-size: 20px;font-family: "Inter-Bold";}
.join_openings_list_content h4{font-size: 18px;color: var(--mainColor);margin-top: 10px;}
.join_openings_list_content h5{font-size: 18px;color: var(--mainColor);margin-top: 20px;font-family: "Inter-Bold";}
.join_openings_list_content p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 10px;}
.join_openings_list_content p a{color: var(--mainColor);text-decoration: underline;}
.join_openings_list_content_more{display: flex;justify-content: center;align-items: center;width: 292px;height: 40px;background: var(--twoColor);border-radius: 8px;margin-top: 32px;font-size: 16px;color: #fff;}
.join_openings_list_content_more img{display: block;margin-left: 10px;filter: brightness(0) invert(1);}



/*download.html*/
.download_box .contentWH1400{display: flex;justify-content: space-between;}
.download_left_box{width: 23.5%;height: auto;}
.download_left_nav{width: 100%;height: auto;margin-top: 10px}
.download_left_nav li{width: 100%;height: auto;border-bottom: 1px solid #e5e5e5;}
.download_left_nav li a{display: flex;align-items: center;padding: 0 15px;height: 45px;transition: all 0.3s;}
.download_left_nav li.on a,.download_left_nav li:hover a{background: var(--twoColor);color: #fff;}
.download_right_box{width: 74.5%;height: auto;}
.download_right_ul{width: 100%;height: auto;}
.download_right_ul li{width: 100%;height: auto;border-bottom: 1px solid #e5e5e5;}
.download_right_ul li a{display: flex;justify-content: space-between;align-items: center;width: 100%;height: auto;padding: 16px 0;}
.download_right_ul_left{display: flex;justify-content: flex-start;align-items: center;}
.download_right_ul_left_ico{width: 36px;height: auto;aspect-ratio:1/1;background: #F3F3F7;display: flex;justify-content: center;align-items: center;border-radius: 50%;transition: all 0.3s;}
.download_right_ul_left_ico img{display: block;width: 48%;height: auto;transition: all 0.3s;}
.download_right_ul_left h3{font-size: 14px;color: #333;font-family: "Inter-Bold";margin-left: 10px;transition: all 0.3s;}
.download_right_ul_right{font-size: 14px;color: #333;font-family: "Inter-Bold";transition: all 0.3s;}
.download_right_ul li:hover .download_right_ul_left_ico{background: var(--twoColor);}
.download_right_ul li:hover .download_right_ul_left_ico img{filter: brightness(0) invert(1);}
.download_right_ul li:hover .download_right_ul_right,
.download_right_ul li:hover .download_right_ul_left h3{color: var(--twoColor);}
/*Global start*/
.global_box{width: 100%;height: auto;padding: 80px 0px;}
.global_box .contentWH1400{display: flex;justify-content: space-between;align-items: flex-start;}
.global_content_box{width: 74.5%;height: auto;}
.global_content_box h1{font-size: 48px;color: #333;font-family: "Inter-Bold"}
.global_content_box p{font-size: 16px;color: #333333;line-height: 1.6;margin-top: 15px;}
.global_content_box h2{font-size: 18px;color: #333333;margin-top: 15px;font-weight: 600;}
.global_content_box p img{display: block;max-width: 100%;height: auto;margin: 0px auto;}













/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #1F2937;}
.footer_top_box{width: 100%;height: auto;padding: 80px 0;display: flex;justify-content: space-between;}
.footer_top_left{width: 24.97%;height: auto;}
.footer_logo{width: 144px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_left p{font-size: 16px;color: #9CA3AF;line-height: 1.6;margin-top: 15px;}
.footer_share_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 20px;}
.footer_share_ul li{width: 40px;height: auto;display: flex;justify-content: center;align-items: center;aspect-ratio:1/1;border-radius: 50%;background: #374151;transition: all 0.3s;}
.footer_share_ul li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.footer_share_ul li a img{display: block;max-width: 100%;}
.footer_share_ul li:hover{background: #E93D44;}
.footer_share_ul li + li{margin-left: 12px;}
.footer_info_box h2,
.footer_nav_box h2{font-size: 20px;color: #FFFFFF;font-family: "Inter-SemiBold";margin-bottom: 5px;}
.footer_nav_box a{display: block;font-size: 16px;color: #9CA3AF;transition: all 0.3s;margin-top: 15px;}
.footer_nav_box a:hover{color: #E93D44;text-decoration: underline;}
.footer_info_box{width: 22%;height: auto;}
.footer_info_ul{width: 100%;height: auto;}
.footer_info_ul li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 15px;}
.footer_info_ul li img{display: block;flex: 0 0 14px;margin-right: 8px;margin-top: 6px;}
.footer_info_ul li p{display: block;flex: 1;font-size: 16px;color: #9CA3AF;line-height: 1.6;}
.footer_info_ul li a:hover{color: #E93D44;text-decoration: underline;}
.footer_bottom_box{width: 100%;height: auto;padding: 26px 0;border-top: 1px solid #374151;}
.footer_bottom_box .contentWH1400{display: flex;justify-content: space-between;align-items: center;}
.footer_bottom_box p{font-size: 14px;color: #9CA3AF;}
.footer_bottom_right{display: flex;justify-content: flex-end;}
.footer_bottom_right a{display: block;font-size: 14px;color: #9CA3AF;transition: all 0.3s;}
.footer_bottom_right a:hover{color: #E93D44;text-decoration: underline;}
.footer_bottom_right a + a{margin-left: 23px;}
/*footer end*/
@media (max-width: 1768px) {
	.frist_nav_link{font-size: 16px;}
	.header_search_box{width: 30%;}
	.index_featured_swiper_left_content p{display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;}
	.index_featured_swiper_left_content h3{font-size: 20px;}
	.index_featured_swiper_left_content h4{font-size: 16px;}
	.index_featured_swiper_ul_content h3{font-size: 20px;}
	.index_global_title{width: 90%;}
	.index_global_map_content_txt_box{width: 189px;}
	.index_global_map_content_txt{font-size: 16px;}
	.index_certification_txt{font-size: 16px;}
	.index_news_right_ul li{margin-top: 16px;}
	.product_banner_right{width: 41.72%;}
	.product_detial_info_right_txt h1{font-size: 40px;}
	.product_detial_overiew_right table th{padding-left: 20px;}
	.product_detial_overiew_right table td{padding: 0 20px;}
	.product_detial_documents_content_list_title h3{font-size: 16px;}
	.product_detial_documents_content_list_dl dd a{font-size: 14px;}
	.index_contact_right{width: 54.4%;}
	.index_contact_left{width: 43%;}
	.join_openings_title_item:nth-child(1){padding-left: 30px;}
	.join_openings_list_content{padding-left: 30px;}

}
@media (max-width: 1400px) {
	.index_banner_swiper_content h2,
	.index_banner_swiper_content h1{font-size: 48px;}
	.index_banner_swiper_content_txt{padding-left: 8%;}
	.swiper_btn_right{right: -40px;}
	.swiper_btn_left{left: -40px;}
	.index_global_map_box{width: 82%;}
	.index_global_map_content li:nth-of-type(1){right: 14.8vw;top: 13.2vw;}
	.index_global_map_content_txt_box{left: 106px;}
	.index_global_map_content li:nth-of-type(2){right: 14.5vw;top: 12.6vw;}
	.index_global_map_content li:nth-of-type(3){right: 14.5vw;top: 13.7vw;}
	.index_global_map_content li:nth-of-type(4){right: 9.8vw;top: 11.5vw;}
	.index_global_map_content li:nth-of-type(5){left: 41vw;top: 7.8vw;}
	.index_global_map_content li:nth-of-type(6){left: 18.7vw;top: 11.5vw;}
	.about_nav_ul li{width: 18.72%;}
	.about_development_bottom_sw_left_btn{left: -40px;}
	.about_development_bottom_sw_right_btn{right: -40px;}
	.product_banner_box{padding-top: 76px;}
	.product_banner_left h1{font-size: 42px;margin-top: 15px;}
	.product_banner_left p{margin-top: 15px;}
	.application_guide_ul li{width: 32%;margin-left: 2%;}
	.application_guide_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.application_guide_ul li:nth-of-type(3n+1){margin-left: 0;}

	
}
@media (max-width: 1200px) {
	.header_top_box{position: relative;}
	.nav_box{position: absolute;left: 0;top: 100%;width: 100%;z-index: 999;height: calc(100vh - 80px);background: #FFFFFF;display: block;display: none;}
	.nav_box li{height: auto;padding: 0 4%;}
	.frist_nav_link{display: inline-block;line-height: 50px;font-size: 18px;}
	.nav_list_box{width: 100%;position: relative;top: 0;}
	.hd_btn{display: block;height: 4vw;width: 5vw;}
	.hd_btn .s3{top: 1.5vw;}
	.hd_btn .s2{top: 3vw;}
	.header_info_box li a{font-size: 14px;}
	.header_search_box{width: 26%;}
	.header_quote_btn{width: 13%;font-size: 14px;}
	.index_banner_swiper_content_box{z-index: 99;}
	.index_banner_swiper_content{width: 46%;}
	.index_banner_swiper_content h2,
	.index_banner_swiper_content h1{font-size: 36px;line-height: 1.2;}
	.index_banner_swiper_content p{font-size: 16px;margin-top: 10px;}
	.index_banner_swiper_btn{margin-top: 20px;}
	.index_banner_swiper_page{z-index: 2 !important;}
	.index_global_title h2{font-size: 36px;}
	.index_global_map_content_txt_box{left: 93px;width: 148px;}
	.index_certification_ul li{width: 32%;}
	.index_news_content{flex-wrap: wrap;}
	.index_news_left{width: 100%;}
	.index_news_right{width: 100%;margin-top: 30px;}
	.header_product_list_nav_frist_link{font-size: 14px;width: 80%;}
	.header_product_list_content_item_link{font-size: 14px;}
	.header_product_list_content_item_right_link{font-size: 14px;}
	.about_nav_ul li{width: 22.72%;}
	.about_nav_ul li + li{margin-left: 20px;}
	.about_info_content{flex-wrap: wrap;}
	.about_info_left{width: 100%;}
	.about_info_right{width: 100%;margin-top: 30px;}
	.about_info_ul_title{font-size: 26px;}
	.about_business_content_box{width: calc(83.33% + 20px);}
	.about_brand_story_content{flex-wrap: wrap;}
	.about_brand_story_content_left_box{width: 100%;}
	.about_brand_story_content_right_box{width: 100%;margin-top: 30px;}
	.about_development_sw_content{margin-left: 80px;}
	.about_last_ul li h2{font-size: 24px;}
	.about_last_ul li p{padding: 0;}
	.about_last_ul li a{padding: 16px;}
	.about_banner_content_txt{width: 53.33%;}
	.product_banner_box{aspect-ratio:initial;padding-bottom: 80px;background: var(--mainColor);}
	.product_banner_right{width: 51.72%;}
	.product_content_right_ul{justify-content: space-between;}
	.product_content_right_ul li{width: 48.5%;margin-left: 0;}
	.product_content_right_box{width: 64.2%;}
	.product_content_left_box {width: 33.2%;}
	.product_detial_documents_content_list{width: 32%;margin-left: 2%;margin-bottom: 30px;}
	.product_detial_documents_content_list:nth-of-type(3n+1){margin-left: 0;}
	.product_detial_documents_content{flex-wrap: wrap;justify-content: flex-start;}
	.social_ul_code dd{width: 110px;}
	.download_left_box{width: 26.5%;}
	.download_right_box{width: 69.5%;}
	.news_list_top_sw_img{height: auto;}
	.join_benefitsoin_div_content{padding: 5% 4%;}
	.join_benefitsoin_div_content h3{font-size: 24px;}
	.join_benefitsoin_div_content p{font-size: 16px;padding: 0;}
	.join_benefitsoin_ul_content{padding: 20px;}
	.join_benefitsoin_ul_content h3{font-size: 20px;}
	.join_benefitsoin_ul_content span{margin-top: 8px;}
	.join_benefitsoin_ul_content p{margin-top: 10px;}
	.join_career_box{text-align: center;}
	.global_box .contentWH1400{flex-wrap: wrap;}
	.download_left_box{width: 100%;height: auto;}
	.global_content_box{width: 100%;margin-top: 50px;}
	
}
@media (max-width: 990px) {
	.header_info_box{display: none;}
	.header_quote_btn{display: none;}
	.header_product_btn{width: 34%;}
	.header_search_box {width: 52%;}
	.index_banner_swiper_bg{height: 380px;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_btn_box li{padding: 0 2%;text-align: center;}
	.header_product_list_nav_ul{overflow: hidden;overflow-y: auto;height: 520px;}
	.header_product_list_nav_ul li{width: 100%;height: auto;}
	.header_product_list_content{position: relative;left: 0;top: 0;width: 100%;padding-left: 0;border-left: none;}
	.header_product_list_content_last,
	.header_product_list_content_right,
	.header_product_list_content_dl{width: 32%;}
	.index_product_ul li:nth-of-type(1), .index_product_ul li:nth-of-type(2), .index_product_ul li:nth-of-type(3), .index_product_ul li:nth-of-type(4){width: 48.5%;}
	.index_product_ul li{width: 48.5%;}
	.index_promotions_title_left{width: 60%;}
	.swiper_btn_right{right: -19px;}
	.swiper_btn_left{left: -19px;}
	.index_featured_swiper .swiper-slide{flex-wrap: wrap;}
	.index_featured_swiper_left{width: 100%;}
	.index_featured_swiper_ul{width: 100%;margin-top: 23px;}
	.index_global_map_content_txt_box{display: none;}
	.index_global_map_content_line{display: none;}
	.footer_top_box{flex-wrap: wrap;}
	.footer_top_left{width: 48.5%;}
	.footer_info_box{width: 100%;margin-top: 50px;}
	.about_nav_ul{flex-wrap: wrap;padding-top: 15px;}
	.about_nav_ul li{width: 48.5%;margin-top: 15px;}
	.about_nav_ul li + li{margin-left: 0;}
	.about_banner_content_txt h2,
	.about_banner_content_txt h1{font-size: 32px;}
	.about_business_content_sw_left_btn{left: -45px;}
	.about_business_content_sw_right_btn{right: -45px;}
	.about_business_content_sw_content h3{font-size: 20px;}
	.about_business_content_sw_content p{font-size: 14px;}
	.about_development_sw .swiper-slide{flex-wrap: wrap;}
	.about_development_sw_year{width: 100%;text-align: center;}
	.about_development_sw_content{width: 100%;margin-left: 0;margin-top: 30px;}
	.about_last_ul{flex-wrap: wrap;}
	.about_last_ul li{width: 48.5%;margin-bottom: 30px;}
	.about_last_box{padding-bottom: 50px;}
	.about_development_bottom_sw_right_btn{right: -15px;}
	.about_development_bottom_sw_left_btn{left: -15px;}
	.product_top_box{width: 92%;padding: 0;}
	.product_content_box .contentWH1400{flex-wrap: wrap;}
	.product_content_left_box{width: 100%;}
	.product_content_right_box{width: 100%;margin-top: 30px;}
	.product_detial_info_box .contentWH1400{flex-wrap: wrap;}
	.product_detial_info_left{width: 100%;}
	.product_detial_info_right{width: 100%;margin-top: 30px;}
	.product_detial_overiew_box{flex-wrap: wrap;}
	.product_detial_overiew_left{width: 100%;}
	.product_detial_overiew_right{width: 100%;margin-top: 30px;}
	.product_detial_documents_content{justify-content: space-between;}
	.product_detial_documents_content_list{width: 48.5%;margin-left: 0;}
	.application_nav_ul{height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-bottom: 16px;}
	.application_nav_ul li + li{margin-left: 0;}
	.application_nav_ul li{width: 32%;margin-left: 2% !important;margin-top: 16px;}
	.esg_list_box .contentWH1400{flex-wrap: wrap;}
	.application_nav_ul li:nth-of-type(3n+1){margin-left: 0 !important;}
	.application_content_list .contentWH1400{flex-wrap: wrap;}
	.application_content_list_left{width: 100%;}
	.application_content_list_right{width: 100%;margin-top: 30px;}
	.application_guide_ul{justify-content: space-between;}
	.application_guide_ul li{margin-left: 0;width: 48.5%;}
	.application_guide_detial_box .news_detial_content_right{width: 100%;margin-top: 0;}
	.application_guide_detial_box .news_detial_content_left{width: 100%;margin-top: 50px;}
	.index_contact_box .contentWH1600{flex-wrap: wrap;}
	.index_contact_left{width: 100%;}
	.index_contact_left_bg{height: 450px;}
	.index_contact_right{width: 100%;margin-top: 30px;}
	.social_ul{justify-content: space-between;}
	.social_ul li:nth-last-of-type(1), .social_ul li:nth-of-type(1){flex-wrap: wrap;}
	.social_ul li:nth-of-type(1) .social_ul_left{width: 100%;}
	.social_ul li:nth-last-of-type(1) .social_ul_left{width: 100%;}
	.social_ul li{width: 48.5%;margin-left: 0;}
	.join_openings_title_item{font-size: 14px;}
	.download_box .contentWH1400{flex-wrap: wrap;}
	.download_left_box{width: 100%;}
	.download_right_box{width: 100%;margin-top: 50px;}
	.news_list_top_box .contentWH1400{flex-wrap: wrap;}
	.join_benefitsoin_ul{justify-content: space-between;}
	.join_benefitsoin_ul li{width: 48.5%;margin-left: 0;}
	.social_ul li:nth-last-of-type(1) .social_ul_code, .social_ul li:nth-of-type(1) .social_ul_code{width: 100%;}
	.social_ul_left p{display: none;}
}
@media (max-width: 768px) {
	.header_hot_ico{display: none;}
	.logo{width: 24vw;}
	.header_language_box a{font-size: 3.2vw;}
	.header_language_box img{width: 2.8vw;margin-right: 1.2vw;}
	.header_language_box span{font-size: 3.2vw;margin: 0 1.2vw;}
	.header_top_box{height: 13.8vw;}
	.nav_box{height: calc(100vh - 13.8vw);}
	.header_product_list_nav_ul{height: calc(100vh - 26.6vw);}
	.frist_nav_link{font-size: 3.8vw;line-height: 10.8vw;}
	.nav_list_box a{font-size: 3.8vw;line-height: 10.8vw;}
	.header_product_list_nav_box.on{top: 22.8vw;}
	.header_product_btn{width: 42vw;height: 8.8vw;font-size: 3.6vw;padding: 0 2%;}
	.header_product_btn i{width: 2.8vw;}
	.header_bottom_box{height: 12.8vw;}
	.header_product_list_content_last{display: none !important;}
	.header_product_list_content_right, .header_product_list_content_dl{width: 48.5%;}
	.header_search_box{width: 46vw;height: 8.8vw;}
	.header_search_txt{padding-left: 5.8vw;font-size: 3.2vw;}
	.header_search_btn{width: 2.8vw;}
	.index_banner_swiper_content{width: 100%;}
	.index_banner_swiper_content_tag{width: 23vw;height: 7.8vw;font-size: 3.2vw;}
	.index_banner_swiper_content h2,
	.index_banner_swiper_content h1{font-size: 4.8vw;}
	.index_banner_swiper_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_swiper_btn_right, .index_swiper_btn_left{width: 6.8vw;}
	.index_swiper_btn_right img, .index_swiper_btn_left img{width: 23%;display: block;}
	.index_banner_swiper_btn{margin-top: 5.8vw;}
	.index_banner_swiper_btn a:nth-of-type(1){width: 32vw;height: 8.8vw;font-size: 3.6vw;}
	.index_banner_swiper_btn a:nth-of-type(2){width: 42vw;height: 8.8vw;font-size: 3.6vw;margin-left: 3.2vw;}
	.index_banner_swiper_page span{width: 1.6vw;height: 1.6vw;}
	.index_banner_swiper_page{bottom: 5vw !important;}
	.index_banner_swiper_bg{height: 68vw;}
	.index_banner_bottom{display: none;}
	.index_product_box{padding: 8vw 0;}
	.index_title_box h2{font-size: 4.8vw;}
	.index_title_box span{width: 6vw;height: 0.6vw;margin-top: 1.8vw;}
	.index_product_ul{margin-top: 3.2vw;}
	.index_product_ul li{width: 100% !important;margin-top: 3.8vw;padding: 5% 4%;}
	.index_product_ul li h3{font-size: 3.8vw;margin-top: 1.8vw;}
	.index_promotions_box{padding: 8vw 0;}
	.index_promotions_title{flex-wrap: wrap;}
	.index_promotions_title_left{width: 100%;}
	.index_promotions_title_left h2{font-size: 4.8vw;text-align: center;}
	.index_promotions_title_left p{font-size: 3.2vw;margin-top: 1.8vw;text-align: center;}
	.index_promotions_title a{margin: 0px auto;margin-top: 3.8vw;font-size: 3.6vw;}
	.index_promotions_title a img{width: 3.2vw;}
	.swiper_btn_right, .swiper_btn_left{width: 6.8vw;}
	.swiper_btn_right img, .swiper_btn_left img{width: 23%;}
	.swiper_btn_right{right: 0;}
	.swiper_btn_left{left: 0;}
	.index_promotions_content_box{margin-top: 5.8vw;}
	.index_promotions_swiper{padding: 5px;}
	.index_promotions_swiper .swiper-slide{box-shadow: 0px 4px 4px #f2f2f2;}
	.index_promotions_swiper_content{padding: 4%;}
	.index_promotions_swiper_content h3{font-size: 4.2vw;}
	.index_promotions_swiper_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_promotions_swiper_content_bottom{margin-top: 3.8vw;}
	.index_promotions_swiper_content_bottom_time{font-size: 3.6vw;}
	.index_promotions_swiper_content_bottom_time img{width: 3.2vw;}
	.index_promotions_swiper_content_bottom_more{font-size: 3.6vw;}
	.index_promotions_swiper_content_bottom_more img{width: 3.2vw;}
	.index_featured_box{padding: 8vw 0;}
	.index_featured_content_box{margin-top: 5.8vw;}
	.index_featured_swiper{padding: 5px;}
	.index_featured_swiper .swiper-slide{box-shadow: 0px 4px 4px #f2f2f2;}
	.index_featured_swiper_left_tag{width: 27vw;height: 6.8vw;font-size: 3.2vw;}
	.index_featured_swiper_left_tag img{width: 3.2vw;}
	.index_featured_swiper_left_content{margin-top: 0;padding: 4%;}
	.index_featured_swiper_left_content h3{font-size: 4.2vw;}
	.index_featured_swiper_left_content h4{font-size: 3.6vw;}
	.index_featured_swiper_left_content p{font-size: 3.6vw;}
	.index_featured_swiper_left_content span{font-size: 3.2vw;margin-top: 3.8vw;}
	.index_featured_swiper_left_content span img{width: 3.2vw;}
	.index_featured_swiper_ul{margin-top: 3.8vw;}
	.index_featured_swiper_ul li{width: 100%;margin-top: 3.8vw;}
	.index_featured_swiper_ul_content{padding: 4%;}
	.index_featured_swiper_ul_content h3{font-size: 4.2vw;}
	.index_featured_swiper_ul_content p{font-size: 3.6vw;}
	.index_featured_swiper_ul_content span{font-size: 3.2vw;margin-top: 3.8vw;}
	.index_featured_swiper_ul_content span img{width: 3.2vw;}
	.index_global_box{padding: 8vw 0;}
	.index_global_title h2{font-size: 4.8vw;}
	.index_global_title p{font-size: 3.6vw;margin-top: 1.8vw;padding: 0;}
	.index_global_map_box{width: 92%;margin-top: 5.8vw;}
	.index_global_map_content li span{width: 1.8vw;}
	.index_global_map_content li{width: 3.2vw;}
	.index_global_map_content li:nth-of-type(5){left: 45vw;}
	.index_certification_box{margin-top: 5.8vw;}
	.index_certification_title h3{font-size: 4.8vw;}
	.index_certification_ul li{margin-top: 3.8vw;width: 48.5%;}
	.index_certification_txt{font-size: 3.6vw;}
	.index_certification_btn{margin-top: 5.8vw;}
	.index_certification_btn a{height: 10.8vw;font-size: 3.6vw;width: 36vw;}
	.index_certification_btn a img{width: 3.8vw;}
	.index_news_box{padding: 8vw 0;}
	.index_news_content{margin-top: 3.2vw;}
	.index_news_left{flex-wrap: wrap;}
	.index_news_left li{width: 100%;margin-top: 3.8vw;}
	.index_news_left_content{padding: 4%;}
	.index_news_left_content h3{font-size: 4.2vw;}
	.index_news_left_content_time{font-size: 3.2vw;}
	.index_news_left_content_time img{width: 3.2vw;}
	.index_news_left_content p{font-size: 3.6vw;}
	.index_news_left_content span{font-size: 3.6vw;margin-top: 3.8vw;}
	.index_news_left_content span img{width: 3.2vw;}
	.index_news_right{margin-top: 5.8vw;padding: 5% 4%;}
	.index_news_right_title{font-size: 4.2vw;}
	.index_news_right_ul{padding-top: 3.2vw;}
	.index_news_right_ul li{margin-top: 3.8vw;}
	.index_news_right_ul_img{flex: 0 0 4.8vw;margin-right: 3.2vw;margin-top: 1.6vw;}
	.index_news_right_ul_txt h3{font-size: 3.8vw;}
	.index_news_right_ul_txt span{font-size: 2.8vw;}
	.index_news_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_top_left{width: 100%;}
	.footer_logo{width: 26vw;margin: 0px auto;}
	.footer_top_left p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.footer_share_ul{justify-content: center;margin-top: 3.8vw;}
	.footer_nav_box{margin-top: 5.8vw;}
	.footer_info_box h2, .footer_nav_box h2{font-size: 4.2vw;}
	.footer_nav_box a{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_info_box{margin-top: 5.8vw;}
	.footer_info_ul li p{font-size: 3.6vw;}
	.footer_info_ul li{margin-top: 3.2vw;}
	.footer_bottom_box{padding: 1.8vw 0;}
	.footer_bottom_box .contentWH1400{flex-direction: column;align-items: center;}
	.footer_bottom_box p{font-size: 3.2vw;}
	.footer_bottom_right{margin-top: 1.2vw;}
	.footer_bottom_right a{font-size: 3.2vw;}
	.index_global_map_content li:nth-of-type(6){left: 19.7vw;top: 12.5vw;}
	.about_banner_content_txt h2,
	.about_banner_content_txt h1{font-size: 4.8vw;}
	.about_banner_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_banner_bg{height: 58vw;}
	.about_banner_bg img{height: 100%;object-fit: cover;}
	.about_banner_content_txt{width: 85.33%;}
	.crumbs_content_box{top: 3.2vw;}
	.about_nav_ul{padding-top: 3.2vw;justify-content: space-between;height: auto;}
	.about_nav_ul li{margin-top: 3.8vw;}
	.about_nav_ul li a{font-size: 3.6vw;}
	.about_nav_ul li img{width: 2.8vw;margin-right: 1.8vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_left h2{font-size: 4.8vw;text-align: center;}
	.about_info_left p:nth-of-type(1){margin-top: 5.8vw;}
	.about_info_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_right{margin-top: 5.8vw;border-radius: 2vw;}
	.about_info_right a:before{width: 11vw;}
	.about_info_ul_title{font-size: 4.8vw;}
	.about_info_ul{flex-wrap: wrap;padding-top: 3.2vw;margin-top: 0;}
	.about_info_ul li{width: 48.5%;margin-top: 3.8vw;}
	.about_info_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_business_box{padding: 8vw 0;}
	.index_title_box p{font-size: 3.2vw;}
	.about_business_content_box{width: calc(92% + 20px);margin-top: 2vw;}
	.about_business_content_sw{padding: 5.8vw 10px;}
	.about_business_content_sw .swiper-slide{border-radius: 2vw;}
	.about_business_content_sw_content{padding: 5% 4%;}
	.about_business_content_sw_content h3{font-size: 4.2vw;}
	.about_business_content_sw_content span{font-size: 3.6vw;margin-top: 3.8vw;}
	.about_business_content_sw_right_btn, .about_business_content_sw_left_btn{width: 6.8vw;}
	.about_business_content_sw_right_btn img, .about_business_content_sw_left_btn img{width: 20%;}
	.about_business_content_sw_right_btn{right: 10px;}
	.about_business_content_sw_left_btn{left: 10px;}
	.about_brand_story_box{padding: 8vw 0;}
	.about_brand_story_box{padding: 8vw 0;}
	.about_brand_story_content{margin-top: 5.8vw;}
	.about_brand_story_content_left_box h3{font-size: 4.8vw;margin-bottom: 3.6vw;}
	.about_brand_story_content_left_box:after{top: -1%;right: -20%;font-size: 11.8vw;}
	.about_brand_story_content_left_box p{font-size: 3.6vw;}
	.about_brand_story_content_right_box{margin-top: 5.8vw;border-radius: 2vw;}
	.about_development_box{padding: 8vw 0;}
	.about_development_sw{margin-top: 8vw;}
	.about_development_sw_year{font-size: 6.8vw;}
	.about_development_sw_year{font-size: 3.6vw;}
	.about_development_sw_content p{font-size: 3.8vw;padding-left: 5.8vw;}
	.about_development_sw_content p + p{margin-top: 3.8vw;}
	.about_development_sw_content p span{width: 2.8vw;height: 2.8vw;}
	.about_development_sw_content p span:before{width: 50%;height: 50%;}
	.about_development_bottom_box{margin-top: 8vw;}
	.about_development_bottom_sw_year{font-size: 3.8vw;margin-top: 5.8vw;}
	.about_development_bottom_sw_right_btn, .about_development_bottom_sw_left_btn{width: 6.8vw;top: 5.2vw;}
	.about_development_bottom_sw_right_btn img, .about_development_bottom_sw_left_btn img{width: 20%;}
	.about_certified_box{padding: 8vw 0;}
	.about_certified_box{padding: 8vw 0;}
	.about_certified_sw{margin-top: 5.8vw;}
	.about_certified_btn{margin-top: 5.8vw;}
	.about_certified_btn li{height: 10.8vw;font-size: 3.2vw;}
	.about_last_box{padding: 8vw 0;}
	.about_last_ul_ico{width: 11vw;}
	.about_last_ul li h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.about_last_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_last_ul li a{padding: 5% 4%;}
	.about_last_ul li{margin-bottom: 3.8vw;border-radius: 2vw;}
	.product_banner_box .contentWH1400{flex-wrap: wrap;}
	.product_banner_left{width: 100%;}
	.product_banner_right{width: 100%;margin-top: 5.8vw;}
	.product_banner_right img{border-radius: 2vw;}
	.product_banner_right:after{top: -5vw;right: -2vw;border-radius: 2vw;width: 12vw;}
	.product_banner_left_ico{font-size: 3.6vw;}
	.product_banner_left_ico span img{width: 100%;}
	.product_banner_left_ico span{width: 4vw;margin-right: 1.2vw;}
	.product_banner_left h1{font-size: 4.8vw;margin-top: 3.2vw;}
	.product_banner_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_banner_box{padding: 8vw 0;padding-top: 16vw;}
	.product_top_box{margin-top: 5.8vw;}
	.product_top_sw .swiper-slide{border-radius: 2vw;}
	.product_top_sw_right_btn, .product_top_sw_left_btn{width: 6.8vw;}
	.product_top_sw_right_btn img, .product_top_sw_left_btn img{width: 20%;}
	.product_top_sw_txt h2{font-size: 3.6vw;}
	.product_top_sw_txt{padding: 3.2vw;}
	.product_top_sw{padding-bottom: 11vw;}
	.product_content_box{margin-top: 5.8vw;padding-bottom: 8vw;}
	.product_content_left{border-radius: 2vw;}
	.product_content_left_top{padding: 0 4%;height: 12vw;}
	.product_content_left_title img{width: 3.6vw;margin-right: 1.2vw;}
	.product_content_left_title{font-size: 3.8vw;}
	.product_content_left_clear{font-size: 3.6vw;}
	.product_content_left_clear img{width: 3.6vw;margin-right: 1.8vw;}
	.product_content_left_ul_top{padding: 0 4%;height: 10.8vw;}
	.product_content_left_ul_top_title{font-size: 3.6vw;}
	.product_content_left_ul_top span{width: 3.8vw;}
	.product_content_left_ul_bottom{padding: 4%;}
	.product_content_left_ul_bottom dd i{width: 3.2vw;margin-right: 1.8vw;}
	.product_content_left_ul_bottom dd{font-size: 3.6vw;}
	.product_content_right_box{margin-top: 5.8vw;}
	.product_content_right_ul li{width: 100%;margin-bottom: 3.8vw;border-radius: 2vw;}
	.product_content_right_ul_content{padding: 5% 4%;}
	.product_content_right_ul_content h2{font-size: 3.8vw;}
	.product_content_right_ul_content p{font-size: 3.6vw;}
	.product_content_right_ul_content_btn{margin-top: 3.2vw;padding-top: 3.2vw;}
	.product_content_right_ul_content_inquire{height: 10.8vw;font-size: 3.6vw;}
	.product_content_right_ul_content_inquire img{width: 3.6vw;margin-right: 1.8vw;}
	.product_content_right_ul_content_more{aspect-ratio: initial;}
	.product_recommended_box{padding: 8vw 0;}
	.product_recommended_top_left_tag img{width: 3.6vw;margin-right: 1.6vw;}
	.product_recommended_top_left_tag{font-size: 3.6vw;}
	.product_recommended_top_left h2{font-size: 4.8vw;}
	.product_recommended_top_swiper_btn{width: 6.8vw;}
	.product_recommended_top_swiper_btn img{width: 20%;}
	.product_recommended_sw{margin-top: 5.8vw;}
	.product_recommended_sw_img span{font-size: 3.6vw;}
	.product_recommended_sw_content{padding: 5% 4%;}
	.product_recommended_sw_content h3{font-size: 3.6vw;}
	.product_recommended_sw{padding-bottom: 10.8vw;}
	.crumbs_content_box.black{padding: 2.8vw 0;}
	.product_detial_info_box{padding: 5.2vw 0 0vw;}
	.product_detial_info_left_sw_top .swiper-slide{border-radius: 2vw;}
	.product_detial_info_left_sw_bottom .swiper-slide{border-width: 1px;border-radius: 2vw;}
	.product_detial_info_left_sw_bottom{margin-top: 3.2vw;}
	.product_detial_info_right{margin-top: 5.8vw;}
	.product_detial_info_right_txt h1{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.product_detial_info_right_txt p{font-size: 3.6vw;}
	.product_detial_info_right_txt a{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.product_detial_info_right_share{padding-top: 3.8vw;margin-top: 3.8vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_content_list{margin-top: 8vw;}
	.product_detial_overiew_left_txt h2{font-size: 4.8vw;}
	.product_detial_overiew_left_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_overiew_left_ul li{padding: 5% 4%;border-radius: 2vw;margin-top: 3.8vw;}
	.product_detial_overiew_left_ul_ico{flex: 0 0 8vw;margin-right: 3.2vw;}
	.product_detial_overiew_left_ul_ico img{width: 40%;}
	.product_detial_overiew_left_ul_txt h3{font-size: 3.8vw;}
	.product_detial_overiew_left_ul_txt p{font-size: 3.6vw;margin-top: 1.8vw;}
	.product_detial_overiew_right{margin-top: 5.8vw;border-radius: 2vw 2vw 0 0;}
	.product_detial_overiew_right table th{height: 10.8vw;font-size: 3.8vw;padding-left: 3.2vw;}
	.product_detial_overiew_right table td{padding: 3.2vw;font-size: 3.6vw;}
	.product_detial_video_box{padding: 8vw 0;}
	.product_detial_video_content{margin-top: 5.8vw;border-radius: 2vw;}
	.product_detial_video_content a:before{background-size: 100% auto;width: 11vw;height: 11vw; position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
	.product_detial_documents_content{margin-top: 5.8vw;}
	.product_detial_documents_content_list{width: 100%;margin-bottom: 3.8vw;padding: 5% 4%;}
	.product_detial_documents_content_list_ico{width: 12vw;height: 12vw;border-radius: 2vw;}
	.product_detial_documents_content_list_ico img{width: 50%;}
	.product_detial_documents_content_list_title h3{font-size: 3.8vw;}
	.product_detial_documents_content_list_title span{font-size: 3.6vw;}
	.product_detial_documents_content_list_dl dd{margin-top: 3.8vw;}
	.product_documents_last_box{margin-top: 5.8vw;border-radius: 2vw;flex-wrap: wrap;padding: 5% 4%;}
	.product_documents_last_left h3{font-size: 4.2vw;}
	.product_documents_last_left p{font-size: 3.6vw;margin-top: 3.8vw;}
	.product_documents_last_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.esg_nav_ul,
	.application_nav_ul{justify-content: space-between;padding-bottom: 3.2vw;}
	.esg_nav_ul li,
	.application_nav_ul li{width: 48.5%;margin-left: 0 !important;margin-top: 3.2vw;font-size: 3.6vw;height: 10.8vw;}
	.esg_nav_box,
	.application_nav_box{position: relative;top: 0;}
	.application_content_list{padding: 8vw 0;}
	.application_content_list_left h2{font-size: 4.8vw;}
	.application_content_list_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.application_list_more{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;border-radius: 1.2vw;}
	.application_content_list_right{margin-top: 3.8vw;}
	.application_content_list_right li{border-radius: 2vw;}
	.application_content_list_right li + li{margin-top: 3.8vw;}
	.application_content_list_right_bg{height: 42vw;}
	.application_content_list_right_bg img{height: 100%;object-fit: cover;}
	.application_content_list_right_content{padding: 4%;}
	.application_content_list_right_content h3{font-size: 3.8vw;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
	.application_content_list_right_content p{font-size: 3.6vw;margin-top: 1.8vw;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
	.application_guide_box{padding: 8vw 0;}
	.application_guide_title h2{font-size: 4.8vw;}
	.application_guide_ul{padding-top: 3.2vw;}
	.application_guide_ul li{margin-top: 3.8vw;border-radius: 1.2vw;}
	.application_guide_ul li a{padding: 5% 4%;}
	.application_guide_ul li h3{font-size: 3.8vw;}
	.application_guide_ul li p{padding: 0;font-size: 3.2vw;margin-top: 1.6vw;}
	.application_box{padding: 8vw 0;}
	.solution_content_ul li{padding: 0;margin-top: 3.8vw;}
	.solution_content_ul li:nth-of-type(1){margin-top: 0;}
	.solution_content_ul a{flex-direction: column;padding: 5% 4%;}
	.solution_content_ul_img{width: 100%;}
	.solution_content_ul_right{width: 100%;margin-top: 3.2vw}
	.solution_content_ul_right h2{font-size: 4.2vw;}
	.solution_content_ul_right p{font-size: 3.6vw;margin-top: 2.8vw;}
	.solution_content_ul_right span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.6vw;}
	.application_guide_detial_box .news_detial_content_left{margin-top: 5.8vw;}
	.application_guide_detial_box .news_detial_content_left h3{font-size: 4.2vw;margin-top: 3.2vw;}
	.application_care_box{padding: 8vw 4%;}
	.application_care_box h2{font-size: 4.8vw;}
	.application_care_box p{font-size: 3.6vw;line-height: 1.6;margin-top: 3.8vw;}
	.application_care_box a{width: 38vw;font-size: 3.6vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.index_contact_box{padding: 8vw 0;}
	.index_contact_left{border-radius: 1.2vw;}
	.index_contact_left_content{padding: 5% 4%;}
	.index_contact_left_bg{height: auto;}
	.index_contact_left_content h2{font-size: 4.2vw;}
	.index_contact_left_content p{font-size: 3.6vw;}
	.index_contact_right{margin-top: 5.8vw;padding: 5% 4%;border-radius: 1.2vw;}
	.index_contact_right_title h3{font-size: 4.8vw;}
	.index_contact_right_title p{font-size: 3.6vw;}
	.index_contact_right_ul{padding-top: 3.2vw;}
	.index_contact_right_ul li{margin-top: 3.2vw;}
	.index_contact_right_ul li:nth-of-type(1), .index_contact_right_ul li:nth-of-type(2){width: 100%;}
	.index_contact_right_verification_input{width: 70%;}
	.index_contact_right_btn{margin-top: 3.8vw;}
	.index_form_txt{margin-top: 3.6vw;}
	.news_detial_content_right_box.on{top: 0;}
	.esg_list_box{padding: 8vw 0;}
	.esg_list_ul li a{flex-wrap: wrap;}
	.esg_list_ul_img{flex: initial;width: 100%;}
	.esg_list_ul_content{padding: 5% 4%;}
	.esg_list_ul_content h3{font-size: 4.2vw;}
	.esg_list_ul_content p{font-size: 3.6vw;}
	.esg_list_ul_content span{font-size: 3.6vw;}
	.esg_list_ul li{margin-bottom: 3.8vw;}
	.esg_business_title p{padding: 0;}
	.social_box{padding: 4.2vw 0 8vw;}
	.social_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.social_ul li:nth-last-of-type(1), .social_ul li:nth-of-type(1){width: 100%;}
	.social_ul_ico{width: 12vw;}
	.social_ul li h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.social_ul_code{margin-top: 3.6vw;}
	.join_work_box{padding: 8vw 0;}
	.join_benefitsoin_box{padding: 8vw 0;}
	.join_benefitsoin_title h2{font-size: 4.8vw;}
	.join_benefitsoin_div{margin-top: 5.8vw;}
	.join_benefitsoin_div{border-radius: 2vw;}
	.join_benefitsoin_div_content h3{font-size: 4.2vw;}
	.join_benefitsoin_div_content p{font-size: 3.6vw;line-height: 1.6;margin-top: 3.2vw;}
	.join_benefitsoin_div_bg{height: 48vw;}
	.join_benefitsoin_div_bg img{object-fit: cover;height: 100%;}
	.join_benefitsoin_ul{flex-wrap: wrap;padding-top: 3.2vw;}
	.join_benefitsoin_ul li{width: 100%;margin-top: 3.8vw;}
	.join_benefitsoin_ul_content{padding: 5% 4%;}
	.join_benefitsoin_ul_content h3{font-size: 4.2vw;}
	.join_benefitsoin_ul_content span{width: 24vw;height: 0.4vw;}
	.join_benefitsoin_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.join_career_box{border-radius: 2vw;height: auto;padding: 5% 4%;font-size: 3.8vw;margin-top: 5.8vw;}
	.join_job_box{padding: 8vw 0;}

	.join_list_ul{flex-wrap: wrap;}
	.join_list_box{padding: 4.2vw 0 8vw;}
	.join_list_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.join_list_ul_content{padding: 5% 4%;}
	.join_list_ul_content h2{font-size: 4.2vw;}
	.join_list_ul_content p{font-size: 3.6vw;margin-top: 2.8vw;}
	.join_openings_box{padding: 8vw 0;}

	.join_openings_title{margin-top: 5.8vw;border-radius: 2vw 2vw 0 0;}
	.join_openings_title_item{height: auto;}
	.join_openings_title_item:nth-child(2){display: none;}
	.join_openings_title_item:nth-child(3){display: none;}
	.join_openings_title_item{font-size: 3.6vw;padding: 1.8vw;display: flex;align-items: center;}
	.join_openings_title_item_btn{width: 5.8vw;}
	.join_openings_title_item:nth-child(1){width: 52%;padding-left: 1.8vw;}
	.join_openings_title_item:nth-child(4){width: 28%;}
	.join_openings_list_content{padding: 5% 4%;}
	.join_openings_list_content h3{font-size: 4.2vw;}
	.join_openings_list_content h4{font-size: 3.8vw;margin-top: 1.8vw;}
	.join_openings_list_content h5{font-size: 3.8vw;margin-top: 3.8vw;}
	.join_openings_list_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.download_left_nav li a{height: 10.8vw;font-size: 3.6vw;padding: 0 2%;}
	.download_left_nav{margin-top: 1.8vw;}
	.download_right_box{margin-top: 3.2vw;}
	.download_right_ul li a{flex-direction: column;align-items: flex-start;padding: 1.8vw 0;}
	.download_right_ul_left{flex-direction: column;align-items: flex-start;}
	.download_right_ul_left h3{font-size: 3.8vw;margin-left: 0;}
	.download_right_ul_right{font-size: 3.6vw;margin-top: 1.2vw;}
	.download_right_ul_left_ico{display: none;}
	.news_list_top_sw_img{flex: initial;width: 100%;}
	.news_list_top_sw_right span{width: 32vw;height: 8.8vw;font-size: 3.6vw;}
	.news_list_bottom_box li a{padding: 5% 4%;}
	.news_list_bottom_box li{border-radius: 2vw;margin-bottom: 3.8vw;}
	.join_openings_list_content_more{width: 58vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;border-radius: 2vw;}
	.join_openings_list_content_more img{margin-left: 1.8vw;}
	.public_products_title h3{font-size: 3.8vw;margin-top: 3.6vw;}
	.public_products_title p{margin-top: 3.2vw;}
	.product_category_third_item_top{height: 10.8vw;padding: 0 2%;}
	.product_category_third_item_top a{font-size: 3.6vw;}
	.global_content_box{margin-top: 5.8vw;}
	.global_content_box h1{font-size: 4.8vw;}
	.global_content_box h2{font-size: 4.2vw;margin-top: 3.6vw;}
	.global_content_box p{font-size: 3.6vw;margin-top: 3.6vw;}
}














