/*header start*/
.header{width: 100%;height: auto;background: #FFFFFF;transition: all 0.6s;}
.header.indexHeader{position: fixed;top: 0;left: 0;z-index: 999;background: transparent;}
.header.indexHeader.fixed{background: #FFFFFF;transition: all 0.6s;}
.header.fixed{position: fixed;top: 0;left: 0;z-index: 999;}
.header .contentWH1400{height: 84px;display: flex;justify-content: space-between;align-items: center;}
.logo{height: auto;flex: 0 0 126px;}
.logo img{width: 100%;height: auto;display: block;}
.header_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.nav_box{height: 100%;display: flex;justify-content: flex-start;}
.nav_box li{position: relative;}
.nav_box li:after{content: "";display: block;width: 0;height: 3px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.3s;}
.nav_box li + li{margin-left: 64px;}
.firstLink{display: flex;align-items: center;height: 100%;font-size: 18px;color: #111827;font-family: "Inter-Medium";transition: all 0.3s;}
.nav_box li.on:after{width: 100%;}
.nav_list_box{width: 240px;height: auto;background: #FFFFFF;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);display: none;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 999;}
.nav_list_box a{display: block;width: 100%;height: auto;line-height: 45px;border-bottom: 1px solid #E5E5E5;padding: 0 10px;transition: all 0.3s;}
.nav_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_list_box a:nth-last-of-type(1){border-bottom: none;}
.nav_box li:hover .nav_list_box{display: block;}
.header_search_btn_ico{width: 16px;height: auto;margin-left: 30px;display: none;}
.header_search_btn_ico img{width: 100%;height: auto;display: block;}
.header_search_box{width: 274px;height: 36px;position: relative;margin-left: 96px;}
.header_search_box form{display: block;width: 100%;height: 100%;}
.header_search_txt{display: block;width: 100%;height: 100%;border-radius: 19px;padding: 0 14px;background: #f3f3f3;font-size: 14px;border: none;outline: none;}
.header_search_btn{display: block;width: 14px;height: 14px;border: none;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;right: 14px;top: 50%;transform: translateY(-50%);cursor: pointer;}
.header_inquire_btn{display: flex;justify-content: center;align-items: center;width: 152px;height: 36px;border-radius: 19px;background: var(--mainColor);color: #FFFFFF;font-size: 14px;font-family: "Inter-SemiBold";margin-left: 27px;transition: all 0.3s;}
.header_inquire_btn:hover{transform: scale(1.0);}
.header.indexHeader .logo img{filter: brightness(0) invert(1);}
/*.header.indexHeader .header_search_btn_ico img{filter: brightness(0) invert(1);}*/
.header.indexHeader.fixed .logo img{filter: initial;}
.header.indexHeader.fixed .header_search_btn_ico img{filter: initial;}
.header.indexHeader .firstLink{color: #FFFFFF;}
.header.indexHeader.fixed .firstLink{color: #111827;}
.header.indexHeader .nav_box li.on .firstLink,
.header.indexHeader .nav_box li:hover .firstLink,
.nav_box li.on .firstLink,
.nav_box li:hover .firstLink{color: var(--mainColor);}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  #333;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.indexHeader .hd_btn span{background: #FFFFFF;}
.header.indexHeader.fixed .hd_btn span{background: #333;}
.header_language_box{height: 100%;display: flex;align-items: center;cursor: pointer;position: relative;margin-left: 29px;}
.header_language_box span{display: flex;align-items: center;font-size: 16px;color: #333333;}
.header_language_box span img{display: block;margin-left: 4px;}
.header.indexHeader .header_language_box span{color: #FFFFFF;}
.header.indexHeader .header_language_box span img{filter: brightness(0) invert(1);}
.header_language_list_box{width: 160px;height: auto;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);background: #FFFFFF;display: none;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_language_list_box a{display: block;width: 100%;height: auto;line-height: 35px;border-bottom: 1px solid #E5E5E5;padding: 0 10px;}
.header_language_list_box a:nth-last-of-type(1){border: none;}
.header_language_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_language_box:hover .header_language_list_box{display: block;}
.header.indexHeader.fixed .header_language_box span{color: #333333;}
.header.indexHeader.fixed .header_language_box span img{filter: initial;}





/*header end*/
/*content start*/
.content{width: 100%;height: auto;}
/*index.html start*/
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper .swiper-slide{width: 100%;height: auto;}
.index_banner_bg{width: 100%;height: auto;}
.index_banner_bg img{width: 100%;height: auto;display: block;}
.index_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 84px;display: flex;align-items: center;
    background-color: rgb(13 74 40 / 16%);
}
.index_banner_content{width: 73%;height: auto;margin: 0px auto;}
.index_banner_content h1,.index_banner_content h2{font-size: 60px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;}
.index_banner_content p{font-size: 20px;color: #FFFFFF;font-family: "Inter-Medium";text-align: center;line-height: 1.8;margin-top: 20px;}
.index_banner_swiper_page{width: 100%;bottom: 58px !important;}
.index_banner_swiper_page span{background: #d1d5db;border:1px solid #d1d5db;opacity: 1;width: 12px;height: 12px;}
/*.index_banner_swiper_page span{background: #FFFFFF;opacity: 1;width: 12px;height: 12px;}*/
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);width: 32px;border-radius: 6px;}
.index_about_box{width: 100%;height: auto;padding: 80px 0;background: url(../images/index_about_bg.png) no-repeat left center;background-size: 12.24% auto;overflow: hidden;}
.index_about_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.index_about_left{width: 51.43%;height: auto;aspect-ratio:720/405;background: #000;}
.index_about_left img,
.index_about_left video{display: block;width: 100%;height: 100%;object-fit: cover;}
.index_about_right{width: 44.4%;height: auto;}
.index_about_right_title{width: 100%;height: auto;}
.index_about_right h1,
.index_about_right h2{font-size: 14px;color: var(--mainColor);font-family: "Inter-Bold";text-transform: capitalize;}
.index_about_right h3{font-size: 36px;color: #111827;font-family: "Inter-Bold";margin-top: 6px;}
.index_about_right li{margin-left:20px;}
.index_about_right p{font-size: 16px;color: #4B5563;line-height: 1.4;margin-top: 12px;}
.index_about_more{display: flex;justify-content: center;align-items: center;width: 274px;height: 48px;border-radius: 24px;background: var(--mainColor);color: #FFFFFF;margin-top: 28px;transition: all 0.3s;}
.index_about_more:hover{transform: scale(1.0);}
.index_about_advantage_box{width: 100%;height: auto;padding: 50px 16px;background: linear-gradient(#f9fafc, #f9fafc);margin-top: 48px;}
.index_about_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_about_advantage_ul li{width: 16.6%;height: auto;padding: 20px 13px;background: #FFFFFF;border-radius: 4px;box-shadow: 0px 0px 8px #00000026;}
.index_about_advantage_number{font-size: 28px;color: var(--mainColor);font-family: "Inter-Bold";text-align: center;}
.index_about_advantage_ul li p{font-size: 16px;color: #6B7280;font-family: "Inter-Medium";text-align: center;margin-top: 7px;}
.index_about_advantage_ul li:nth-of-type(1){width: 18.6%;}
.index_about_advantage_ul li:nth-of-type(2){width: 24.3%;}
.index_advantage_more{width: 274px;height: 48px;border-radius: 24px;border: 1px solid var(--mainColor);display: flex;justify-content: center;align-items: center;margin: 0px auto;margin-top: 28px;transition: all 0.3s;color: var(--mainColor);font-family: "Inter-SemiBold";}
.index_advantage_more:hover{background: var(--mainColor);color: #FFFFFF;}
.index_products_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F9F8;overflow: hidden;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h2{font-size: 36px;color: var(--mainColor);text-align: center;font-family: "Inter-Bold";}
.index_title_box p{font-size: 18px;color: #6B7280;text-align: center;margin-top: 14px;line-height: 1.6;}
.index_product_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 48px;}
.index_product_ul li{width: 23.5%;height: auto;overflow: hidden;border-radius: 8px;box-shadow: 0px 1px 2px #0000000d;background: #FFFFFF;margin-left: 1.875%;}
.index_product_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_product_ul li a{display: block;width: 100%;height: auto;}
.index_product_ul_img{width: 100%;height: auto;overflow: hidden;aspect-ratio:450/298;display: flex;justify-content: center;align-items: center;}
.index_product_ul_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_product_ul_content{padding: 26px 14px;width: 100%;height: auto;}
.index_product_ul_content h3{font-size: 18px;color: #1F2937;font-family: "Inter-Bold";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_product_ul_content p{font-size: 16px;color: #6B7280;line-height: 1.6;margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_product_ul_content span{display: flex;justify-content: center;align-items: center;width: 100%;height: 37px;border: 1px solid var(--mainColor);border-radius: 8px;font-size: 14px;color: var(--mainColor);font-family: "Inter-Medium";margin-top: 20px;transition: all 0.3s;}
.index_product_ul li:hover .index_product_ul_img img{transform: scale(1.0);}
.index_product_ul li:hover .index_product_ul_content span{background: var(--mainColor);color: #FFFFFF;}
.index_product_ul li:hover .index_product_ul_content h3{color: var(--mainColor);}
.index_why_choose_box{width: 100%;height: auto;padding: 80px 0;background: url(../images/index_why_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.index_title_box.white h2{color: #FFFFFF;}
.index_title_box.white p{color: #FFFFFF;padding: 0 28%;}
.index_why_choose_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_why_choose_ul li{width: 13.93%;height: 279px;background: #F9FAFB;border-radius: 8px;padding: 24px 10px;margin-top: 48px;overflow: hidden;transition: all 0.3s;position: relative;}
.index_why_choose_ul_ico{width: 40px;height: auto;aspect-ratio:1/1;background: #DCFCE7;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.index_why_choose_ul_ico img{display: block;width: 46%;height: auto;}
.index_why_choose_content{width: 100%;height: auto;margin-top: 16px;}
.index_why_choose_content h3{font-size: 18px;color: #1F2937;font-family: "Inter-Bold";}
.index_why_choose_content p{font-size: 16px;color: #6B7280;line-height: 1.6;margin-top: 6px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;position: relative;z-index: 2;}
.index_why_choose_ul li.on{width: 37.2%;padding: 24px;}
.index_why_choose_content span{display: block;font-size: 14px;color: var(--mainColor);font-family: "Inter-Medium";margin-top: 12px;}
.index_why_choose_ul li.on .index_why_choose_content p{-webkit-line-clamp: initial;}
.index_why_choose_ul li.on .index_why_choose_content span{display: none;}
.index_why_choose_ul_ico2{width: 120px;height: auto;position: absolute;right: -20px;bottom: -48px;opacity: 0;transition: all 0.3s;}
.index_why_choose_ul_ico2 img{display: block;height: auto;width: 100%;}
.index_why_choose_ul li.on .index_why_choose_ul_ico2{opacity: 0.5;}
.index_news_box{width: 100%;height: auto;padding: 80px 0;position: relative;background: #F9FAFB;overflow: hidden;}
.index_news_box:after{content: "";display: block;width: 15.21%;height: auto;aspect-ratio:1/1;background: url(../images/index_news_bg.png) no-repeat center center;background-size: 100% auto;position: absolute;right: 0;bottom: 0;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;position: relative;z-index: 2;}
.index_news_ul li{width: 32%;height: auto;overflow: hidden;border-radius: 8px;background: #FFFFFF;box-shadow: 0px 1px 2px #0000000d;border: 1px solid #f3f4f6;margin-top: 48px;margin-left: 2%;}
.index_news_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_news_ul li a{display: block;width: 100%;height: auto;}
.index_news_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_news_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_ul_content{width: 100%;height: auto;padding: 20px 25px;}
.index_news_ul_content h3{font-size: 12px;color: var(--mainColor);font-family: "Inter-Bold";text-transform: capitalize;}
.index_news_ul_content h4{font-size: 18px;color: #1F2937;font-family: "Inter-Bold";line-height: 1.6;margin-top: 8px;transition: all 0.3s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_ul_content p{font-size: 16px;color: #6B7280;line-height: 1.6;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_ul_content_data{width: 100%;height: auto;margin-top: 18px;padding-top: 18px;border-top: 1px solid #F3F4F6;}
.index_news_ul_content_data_title{font-size: 14px;color: #9CA3AF;font-family: "Inter-Medium";}
.index_news_ul_content_data_title span{display: block;color: #1F2937;font-family: "Inter-Medium";}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.0);}
.index_news_ul li:hover .index_news_ul_content h4{color: var(--mainColor);}
/*index.html end*/
/*products.html start*/
.product_banner_box{width: 100%;height: auto;padding: 30px 0;background: url(../images/products-bg-left.png) no-repeat left top 50% #F5F9F8;background-size: 12.24% auto;overflow: hidden;}
.crumbs_box{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;border: none;}
.crumbs_box i,
.crumbs_box a{display: block;font-size: 14px;color: #6B7280;font-family: "Inter-Medium";}
.crumbs_box img{display: block;width: 16px;height: auto;margin-right: 10px;}
.crumbs_box i{font-style: normal;margin: 0 5px;}
.product_banner_content_box{width: 100%;height: auto;display: flex;display: flex;justify-content: space-between;}
.product_banner_content_left{width: 46.21%;}
.product_banner_content_left_content{width: 100%;height: auto;margin-top: 0px;}
.product_banner_content_left_content h2{font-size: 14px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_banner_content_left_content h1{font-size: 36px;color: #111827;line-height: 1.2;font-family: "Inter-Bold";margin-top: 8px;}
.product_banner_content_left_content p{font-size: 16px;color: #4B5563;line-height: 1.6;margin-top: 16px;}
.product_banner_content_right{width: 42%;height: auto;}
.product_banner_content_right img{width: 100%;height: auto;display: block;}
.public_products_content_left_content{top: 84px;}
.product_list_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;position: relative;padding-bottom: 151px;}
.product_list_box:after{content: "";display: block;width: 15.21%;height: auto;aspect-ratio: 1 / 1;background: url(../images/index_news_bg.png) no-repeat center center;background-size: 100% auto;position: absolute;right: 0;bottom: 0;z-index: -1;}
.product_list_title_box{width: 51.4%;height: auto;margin: 0px auto;}
.product_list_title_box h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";text-align: center;text-transform: capitalize;}
.product_list_title_box p{font-size: 18px;color: #6B7280;line-height: 1.4;text-align: center;margin-top: 14px;}
.product_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 11px;}
.product_list_ul li{width: 32%;height: auto;overflow: hidden;border-radius: 12px;position: relative;margin-top: 25px;margin-left: 2%;}
.product_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_list_ul_img{width: 100%;height: auto;display: block;overflow: hidden;aspect-ratio: 450/298;}
.product_list_ul_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.product_list_ul_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 22px 24px;background: linear-gradient(180deg, #00000000 1.85%, #00000066 100%);display: flex;flex-direction: column;justify-content: flex-end;}
.product_list_ul_content h3{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";text-transform: capitalize;}
.product_list_ul_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;display: none;}
.product_list_ul_content span{display: block;font-size: 14px;color: #FFFFFF;font-family: "Inter-Medium";margin-top: 20px;}
.product_list_ul li:hover .product_list_ul_img img{transform: scale(1.0);}
.product_list_ul li:hover .product_list_ul_content p{display: block;display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow:hidden;
    
}
.product_shop_box{width: 100%;height: auto;padding: 80px 0;background: #f5f9f8;overflow: hidden;position: relative;}
.product_shop_content_box{width: 100%;height: auto;position: relative;margin-top: 70px;}
.product_shop_content_sw{width: 100%;height: auto;}
.product_shop_content_sw .swiper-slide{width: 100%;height: auto;}
.product_shop_content_sw_img{width: 100%;height: auto;aspect-ratio:1/1;padding:10px;display: flex;justify-content: center;align-items: center;overflow: hidden;background:#fff}
.product_shop_content_sw_img img{display: block;max-width: 100%;height: auto;transition: all 0.3s;}
.product_shop_content_sw .swiper-slide h3{font-size: 16px;color: #1F2937;font-family: "Inter-Medium";text-align: center;margin-top: 42px;}
.product_shop_content_sw .swiper-slide:hover .product_shop_content_sw_img img{transform: scale(1.0);}
.product_shop_content_sw_right,.product_shop_content_sw_left{width: 48px;height: auto;aspect-ratio:1/1;border-radius: 50%;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;display: flex;justify-content: center;align-items: center;background: #FFFFFF;}
.product_shop_content_sw_right img,.product_shop_content_sw_left img{display: block;}
.product_shop_content_sw_left img{transform: rotate(-180deg);}
.product_shop_content_sw_right{right: -96px;}
.product_shop_content_sw_left{left: -96px;}
/*products.html end*/
/*product_detial.html start*/
.product_detial_top_box{width: 100%;height: auto;padding: 36px 0 80px;background: url(../images/product_detial_top_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.product_detial_info_box{width: 100%;height: auto;margin-top: 44px;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_left{width: 44.3%;height: auto;display: block;}
.public_product_detial_info_content_left_sw .swiper-slide{border: none;border-radius: 12px;overflow: hidden;background:#fff}
.public_product_detial_info_content_left_bottom_sw .swiper-slide{border-radius: 8px;overflow: hidden;background:#fff}
.product_detial_info_right{width: 48.6%;height: auto;}
.product_detial_info_right_content{width: 100%;height: auto;}
.product_detial_info_right_content h2{font-size: 14px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_detial_info_right_content h1{font-size: 36px;color: #111827;font-family: "Inter-Bold";line-height: 1.2;margin-top: 8px;margin-bottom: 16px;}
.product_detial_info_right_content p{font-size: 16px;color: #374151;line-height: 1.6;}
.product_detial_info_right_btn{display: flex;justify-content: center;align-items: center;width: 146px;height: 40px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;border-radius: 8px;background: var(--mainColor);margin-top: 25px;transition: all 0.3s;}
.product_detial_info_right_btn img{display: block;width: 16px;height: auto;margin-right: 6px;}
.product_detial_info_right_btn:hover{transform: scale(1.0);}
.product_detial_info_right_share{width: 100%;height: auto;margin-top: 34px;padding-top: 17px;border-top: 1px solid #dddfe4;display: flex;justify-content: flex-start;align-items: center;}
.product_detial_info_right_share h2{font-size: 16px;color: #6B7280;margin-right: 14px;}
.product_detial_content_box{width: 100%;height: auto;margin-top: 80px;display: flex;justify-content: space-between;}
.product_detial_content_left{width: 45.9%;height: auto;}
.product_detial_content_left_feature{width: 100%;height: auto;background: #FFFFFF;border-radius: 8px;overflow: hidden;box-shadow: 0px 2px 6px -1px #00000040;}
.product_detial_content_left_feature_title{width: 100%;height: 72px;background: var(--mainColor);padding: 0 32px;display: flex;align-items: center;}
.product_detial_content_left_feature_title h2{font-size: 26px;color: #FFFFFF;font-family: "Inter-Bold";}
.product_detial_content_left_feature_content{width: 100%;height: auto;padding: 25px 32px 30px;}
.product_detial_content_left_feature_content_item{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.product_detial_content_left_feature_content_item_number{flex: 0 0 32px;aspect-ratio:1/1;display: flex;justify-content: center;align-items: center;background: rgba(3, 146, 66, 0.1);border-radius: 50%;font-size: 16px;margin-right: 14px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_detial_content_left_feature_content_item p{font-size: 18px;color: #4B5563;line-height: 1.4;}
.product_detial_content_left_feature_content_item + .product_detial_content_left_feature_content_item{margin-top: 25px;}
.product_detial_content_left_material{width: 100%;height: auto;background: #FFFFFF;border-radius: 8px;overflow: hidden;box-shadow: 0px 2px 6px -1px #00000040;margin-top: 32px;}
.product_detial_content_left_material_content{width: 100%;height: auto;padding: 25px 32px 30px;}
.product_detial_content_left_material_content p{font-size: 16px;color: #374151;line-height: 1.8;}
.product_detial_content_right{width: 52%;height: auto;border-radius: 8px;overflow: hidden;background: #FFFFFF;box-shadow: 0px 2px 6px -1px #00000040;}
.product_detial_content_right table{width: 100%;height: auto;}

/*.product_detial_content_right table th{height: 72px;background: var(--mainColor);padding: 0 32px;font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";}*/
.product_detial_content_right table td{padding: 0 2px;line-height: 1.6;height: 50px;font-size: 16px;color: #374151; vertical-align: top;}
/*.product_detial_content_right table tr:first-child td{height: 72px;background: var(--mainColor);padding: 0 32px;font-size: 30px;color: #FFFFFF;font-family: "Inter-Bold";}*/

.product_detial_content_right table td:first-child{min-width:130px;}

.product_detial_related_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 0;overflow: hidden;}
.product_detial_related_title{width: 100%;height: auto;}
.product_detial_related_title h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";}
.product_detial_related_sw{width: 100%;height: auto;padding-bottom: 80px;margin-top: 48px;}
.product_detial_related_sw .swiper-slide{width: 100%;height: auto;border-radius: 12px;border: 1px solid #efefef;overflow: hidden;}
.product_detial_related_sw_img{width: 100%;height: auto;overflow: hidden;position: relative;aspect-ratio:1/1;display: flex;align-items: center;justify-content: center;
/*background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);*/
}
.product_detial_related_sw_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_detial_related_sw_img span{display: flex;justify-content: center;align-items: center;width: 120px;height: 26px;background: #E62129;border-radius: 13px;position: absolute;left: 12px;top: 14px;font-size: 14px;color: #FFFFFF;}
.product_detial_related_sw_content{width: 100%;height: auto;padding: 19px 10px;}
.product_detial_related_sw_content h3{font-size: 16px;color: #1F2937;font-family: "Inter-SemiBold";line-height: 1.6;transition: all 0.3s;}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_img img{transform: scale(1.0);}
.product_detial_related_sw .swiper-slide:hover .product_detial_related_sw_content h3{color: var(--mainColor);}
.product_detial_related_sw_page{width: 100%;height: auto;bottom: 0 !important;}
.product_detial_related_sw_page span{width: 8px;height: 8px;background: #D1D5DB;opacity: 1;}
.product_detial_related_sw_page span.swiper-pagination-bullet-active{width: 24px;height: 8px;border-radius: 4px;background: var(--mainColor);}
/*product_detial.html end*/
/*about.html start*/
.about_info_box{padding-top: 30px;background: url(../images/index_about_bg.png) no-repeat left center #F2F7F6;}
.about_info_box .index_about_content{margin-top: 44px;}
.about_info_left{width: 100%;aspect-ratio: 5/2;}
.about_info_content{flex-wrap: wrap;}
.about_info_right{width: 100%;margin-top: 30px;}
.about_environmrnt_box{width: 100%;height: auto;padding: 80px 0px;background: #F9FAFB;overflow: hidden;}
.about_environmrnt_content_box{width: 100%;height: auto;position: relative;margin-top: 48px;}
.about_environmrnt_content_sw{width: 100%;height: auto;}
.about_environmrnt_content_sw .swiper-slide{width: 100%;height: auto;position: relative;overflow: hidden;}
.about_environmrnt_content_sw_img{width: 100%;height: auto;overflow: hidden;}
.about_environmrnt_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.about_environmrnt_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;background: linear-gradient(180deg, #00000026 0%, #00000026 100%);padding: 10px 12px;top: 100%;transition: all 0.3s;}
.about_environmrnt_content_sw_content h3{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";}
.about_environmrnt_content_sw_content p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 8px;}
.about_environmrnt_content_sw .swiper-slide:hover .about_environmrnt_content_sw_content{top: 0;}
.about_environmrnt_content_sw .swiper-slide:hover .about_environmrnt_content_sw_img img{transform: scale(1.0);}
.about_environmrnt_content_sw_right,.about_environmrnt_content_sw_left{width: 48px;height: auto;aspect-ratio:1/1;border-radius: 50%;background: #FFFFFF;display: flex;justify-content: center;align-items: center;box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;}
.about_environmrnt_content_sw_right img,.about_environmrnt_content_sw_left img{display: block;}
.about_environmrnt_content_sw_left img{transform: rotate(-180deg);}
.about_environmrnt_content_sw_left{left: -58px;}
.about_environmrnt_content_sw_right{right: -58px;}
.about_global_box{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.shphe_sales_wrap{position: relative;max-width: 1317px;margin: 80px auto;}
.shphe_sales_container .net_box{position: relative;}
.shphe_sales_container .net_box img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.shphe_sales_container .add_box{width: 100%;position: absolute;left: 0;top: 0;height: 100%;z-index: 5;}
.shphe_sales_container .add_li{position: absolute;cursor: pointer;text-align: center;}
.shphe_sales_container .add_li .add_name{color: #fff;font-size: 12px;padding-top: 12px;position: relative;color: #0D9649;}
.shphe_sales_container .add_li .add_name .name {opacity: 0}
.shphe_sales_container .add_name span.dian {position: absolute;top: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: 12px;height: 12px;border-radius: 50%;background: #0D9649;}
.shphe_sales_container .add_name span.dian:before {content: "";display: block;width: 24px;height: 24px;border-radius: 100%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: -1;border: 2px solid #fff;background: 0 0;}
.shphe_sales_container .add_li.Li0 .add_name span.dian {background: red;}
.shphe_sales_container .Li0 .add_name span.dian::before {content: "";display: block;width: 31px;height: 31px;background: url(../images/about_global_ico.png) no-repeat center center;background-size: 100% auto; border-radius: 100%;-webkit-animation: inner-ripple 3.5s linear infinite;animation: inner-ripple 3.5s linear infinite;position: absolute;left: 50%;top: 50%;border: 0;-webkit-animation: none;animation: none;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.shphe_sales_container .Li0 .add_name {padding-top: 0;padding-left: 23px}
.shphe_sales_container .Li0 .add_name span.dian {display: block;width: 18px;height: 18px;background: #fff;left: 0;top: 50%;-webkit-transform: translate(0,-50%);transform: translate(0,-50%)}
.shphe_sales_container .Li0 .add_name span.dian:after {content: "";display: block;width: 30px;height: 30px;background: rgba(255,255,255,.5);border-radius: 100%;-webkit-animation: inner-ripple 4.5s linear infinite;animation: inner-ripple 4.5s linear infinite;position: absolute;left: 9px;top: -6px;}
.shphe_sales_container .net_box svg {width: 100%;position: absolute;left: 0;top: 0;height: 100%;}
.shphe_sales_container .net_box svg .yund {stroke-dashoffset: 800px;stroke-dasharray: 800px;-webkit-animation: animation-line 15s ease-in forwards infinite;animation: animation-line 15s ease-in forwards infinite;stroke: #0D9649;}
@keyframes animation-line {
    0% {
        stroke-dashoffset: 800px
    }

    15.28571% {
        stroke-dashoffset: 0
    }

    20.28571% {
        stroke-dashoffset: 0
    }

    40.42857% {
        stroke-dashoffset: -800px
    }

    45.42857% {
        stroke-dashoffset: -800px
    }

    65.42857% {
        stroke-dashoffset: -1600px
    }

    70.42857% {
        stroke-dashoffset: -1600px
    }

    85.42857% {
        stroke-dashoffset: -2400px
    }

    to {
        stroke-dashoffset: -2400px
    }
}
@keyframes inner-ripple {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: .6
    }

    30% {
        transform: translateX(-50%) scale(1);
        opacity: .4
    }

    100% {
        transform: translateX(-50%) scale(6.5);
        opacity: 0
    }
}
.shphe_sales_container .shphe_sales_served {background-color: #fff;border: solid 1px #0D9649;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: absolute;bottom: 0;right: 10%;z-index: 99;}
.shphe_sales_container .shphe_sales_served .shphe_sales_num {font-family: "Inter-Black";font-size: 48px;font-weight: 700;line-height: .8;color: #0D9649;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;padding: 0 15px 0 25px;}
.shphe_sales_container .shphe_sales_served .shphe_sales_num sup {font-size: 24px;font-weight: 700;}
.shphe_sales_container .shphe_sales_served .shphe_sales_text {font-family: "Inter-Medium";font-size: 20px;line-height: 24px;font-weight: 400;color: #fff;text-transform: uppercase;background-color: #0D9649;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 234px;text-align: center;padding: 36px 5px;}
.about_certificate_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/about_certificate_bg.jpg) no-repeat center center;background-size: cover;overflow: hidden;}
.about_certificate_content_box{width: 100%;height: auto;margin-top: 48px;}
.about_certificate_content_sw{width: 100%;height: auto;}
.about_certificate_content_sw .swiper-slide{width: 32.8%;height: auto;}
.about_certificate_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.about_custom_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.about_certificate_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.about_certificate_content_left_box{width: 46.6%;height: auto;overflow: hidden;border-radius: 8px;box-shadow: 0px 20px 60px #00000026;}
.about_certificate_content_left_box img{width: 100%;height: auto;display: block;}
.about_certificate_content_right_box{width: 49.3%;height: auto;}
.about_certificate_content_right_title{width: 100%;height: auto;}
.about_certificate_content_right_title h2{font-size: 36px;color: var(--mainColor);font-family: "Inter-Bold";}
.about_certificate_content_right_title p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 18px;}
.about_certificate_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.about_certificate_content_right_ul li{width: 23.8%;height: auto;padding: 34px 21px;background: #F5F5F5;border-radius: 16px;}
.about_certificate_content_right_ul_ico{width: 50px;height: auto;margin: 0px auto;}
.about_certificate_content_right_ul_ico img{width: 100%;height: auto;display: block;}
.about_certificate_content_right_ul li h3{font-size: 18px;color: #111827;font-family: "Inter-SemiBold";text-align: center;margin-top: 10px;}
.about_certificate_content_right_ul li p{font-size: 14px;color: #666666;text-align: center;margin-top: 16px;}
.about_certificate_content_right_btn{width: 274px;height: 48px;border-radius: 24px;display: flex;justify-content: center;align-items: center;margin-top: 55px;background: var(--mainColor);font-size: 16px;font-family: "Inter-SemiBold";color: #FFFFFF;transition: all 0.3s;}
.about_certificate_content_right_btn:hover{transform: scale(1.0);}
/*about.html end*/
/*contact.html start*/
.crumbs_boxs{width: 100%;margin-top: 30px;}
.contact_info_box{width: 100%;height: auto;position: relative;padding-bottom:170px;}
.contact_info_bg{width: 100%;height: auto;}
.contact_info_bg img{width: 100%;height: auto;display: block;}
.contact_info_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-top: 30px;z-index: 2;}
.crumbs_box.white img{filter: brightness(0) invert(1);}
.crumbs_box.white a,.crumbs_box.white i{color: #FFFFFF;}
.contact_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 27px;}
.contact_info_content_left{width: 48.43%;height: auto;margin-top: 44px;}
.contact_info_content_left_txt{width: 100%;height: auto;}
.contact_info_content_left_txt h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";}
.contact_info_content_left_txt p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 18px;}
.contact_info_content_left_ul{width: 100%;height: auto;padding-top: 8px;}
.contact_info_content_left_ul li{display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 30px;}
.contact_info_content_left_ul li img{display: block;flex: 0 0 16px;height: auto;margin-right: 20px;}
.contact_info_content_left_ul li p{font-size: 16px;color: #FFFFFF;}
.contact_info_content_right{width: 45.5%;height: auto;padding: 40px;border-radius: 16px; box-shadow: 0px 4px 4px #0000001a;background: #FFFFFF;padding-bottom: 71px;position: relative;z-index: 2;}
.contact_info_content_right_title{font-size: 18px;color: #4B5563;}
.contact_info_content_right_ul{width: 100%;height: auto;}
.contact_info_content_right_ul li{width: 100%;height: auto;margin-top: 24px;}
.contact_info_content_right_ul_name{font-size: 16px;color: #374151;}
.contact_info_content_right_ul_name i{font-size: 14px;color: #E62129;font-style: normal;margin-left: 8px;}
.contact_info_content_right_ul_input{width: 100%;height: auto;margin-top: 12px;position: relative;}
.contact_info_content_right_ul_input img{display: block;position: absolute;left: 12px;top: 50%;transform: translateY(-50%);display: block;}
.contact_info_content_right_ul_input input{display: block;width: 100%;height: 36px;border: 1px solid #E4E4E7;border-radius: 6px; box-shadow: 0px 1px 2px #0000000d;padding-left: 41px;outline: none;font-size: 14px;}
.contact_info_content_right_ul_input input::placeholder{color: #71717A;}
.contact_info_content_right_ul_input textarea{display: block;width: 100%;height: 97px;border: 1px solid #E4E4E7;border-radius: 6px;outline: none;resize: none;padding: 9px 41px;box-shadow: 0px 1px 2px #0000000d;font-size: 14px;}
.contact_info_content_right_ul_input textarea::placeholder{color: #71717A;}
.contact_info_content_right_ul_input.textarea img{transform: none;top: 9px;}
.contact_info_content_right_ul_btn{width: 100%;height: 48px;display: flex;justify-content: center;align-items: center;margin-top: 22px;background: var(--mainColor);border-radius: 24px;font-size: 16px;color: #FFFFFF;font-family: "Inter-SemiBold";border: none;transition: all 0.3s;cursor: pointer;}
.contact_info_content_right_ul_btn img{display: block;margin-right: 16px;}
.contact_recent_news_box{padding-top: 182px;}
/*contact.html end*/
/*news.html start*/
.news_banner_box{width: 100%;height: auto;margin-top: 58px;}
.news_banner_title{width: 100%;height: auto;}
.news_banner_title h1{font-size: 48px;color: #333333;font-family: "Inter-Bold";text-align: center;}
.news_banner_title p{font-size: 20px;color: #666666;text-align: center;margin-top: 18px;}
.news_banner_content{width: 100%;height: auto;margin-top: 58px;padding-bottom: 50px;}
.news_banner_content_sw{width: 100%;height: auto;}
.news_banner_content_sw .swiper-slide{width: 100%;height: auto;}
.news_banner_content_sw .swiper-slide a{display: flex;justify-content: flex-start;flex-wrap: wrap;align-items: center;width: 100%;height: auto;}
.news_banner_content_sw_left{width: 40%;height: auto;padding: 30px;border-radius: 8px;background: #FFFFFF;position: relative;z-index: 2;}
.news_banner_content_sw_left h2{font-size: 14px;color: var(--mainColor);}
.news_banner_content_sw_left h3{font-size: 24px;color: #333333;font-family: "Inter-Bold";line-height: 1.4;margin-top: 18px;transition: all 0.3s;}
.news_banner_content_sw_left p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_banner_content_sw_left span{display: block;font-size: 16px;color: var(--mainColor);margin-top: 30px;}
.news_banner_content_sw_right{width: 70%;height: auto;margin-left: -10%;overflow: hidden;}
.news_banner_content_sw_right img{width: 100%;height: auto;transition: all 0.3s;display: block;}
.news_banner_content_sw .swiper-slide:hover .news_banner_content_sw_right img{transform: scale(1.0);}
.news_banner_content_sw .swiper-slide:hover .news_banner_content_sw_left h3{color: var(--mainColor);}
.news_banner_content_sw_left_btn,
.news_banner_content_sw_right_btn{width: 48px;height: 48px;border-radius: 0;background: var(--mainColor);top: auto;transform: none;bottom: 0;display: flex;justify-content: center;align-items: center;}
.news_banner_content_sw_left_btn img,
.news_banner_content_sw_right_btn img{display: block;filter: brightness(0) invert(1);}
.news_banner_content_sw_right_btn{right: 0;}
.news_banner_content_sw_left_btn{left: auto;right: 48px;}
.news_banner_content_sw_left_btn img{transform: rotate(-180deg);}
.news_list_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 50px;}
.public_products_content_right_img a{display: flex;justify-content: center;}
/*news.html end*/
















/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #1E201F;}
.footer_top_box{width: 100%;height: auto;padding: 64px 0;display: flex;justify-content: space-between;}
.footer_top_left{width: 19.21%;height: auto;}
.footer_top_left h2{font-size: 20px;color: #FFFFFF;font-family: "Inter-Bold";}
.footer_top_left p{font-size: 16px;color: #9CA3AF;line-height: 1.6;margin-top: 5px;}
.footer_top_left_ul{display: flex;justify-content: flex-start;margin-top: 14px;}
.footer_top_left_ul li{width: 18px;height: auto;transition: all 0.3s;}
.footer_top_left_ul li img{width: 100%;height: auto;display: block;}
.footer_top_left_ul li + li{margin-left: 10px;}
.footer_top_left_ul li:hover{transform: translateY(-4px);}
.footer_top_nav h2{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";margin-bottom: 6px;}
.footer_top_nav a{font-size: 16px;color: #9CA3AF;margin-top: 10px;display: block;transition: all 0.3s;}
.footer_top_nav a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_top_contact{width: 23.643%;height: auto;}
.footer_top_contact h2{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";padding-bottom: 9px;}
.footer_top_contact_ul{width: 100%;height: auto;}
.footer_top_contact_ul li{width: 100%;height: auto;display: flex;margin-top: 7px;display: flex;justify-content: flex-start;align-items: flex-start;}
.footer_top_contact_ul li img{display: block;flex: 0 0 14px;height: auto;margin-right: 10px;margin-top: 5px;}
.footer_top_contact_ul li p{font-size: 16px;color: #9CA3AF;line-height: 1.6;}
.footer_top_contact_ul li p a{color: #9CA3AF;transition: all 0.3s;}
.footer_top_contact_ul li p a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_bottom_box{width: 100%;height: auto;padding: 30px 0;border-top: 1px solid #374151;display: flex;justify-content: space-between;}
.footer_bottom_box p{font-size: 14px;color: #9CA3AF;display: flex;justify-content: flex-start;align-items: center;}
.footer_bottom_box p a{display: block;}
.footer_bottom_box p a + a{margin-left: 24px;}



/*footer end*/
/*media start*/
@media(max-width:1768px){
	.nav_box li + li{margin-left: 40px;}
	.header_search_box{margin-left: 40px;}
	.index_why_choose_ul li{height: 337px;}
	.product_banner_content_box{align-items: center;}
	.product_detial_info_right_content h1{font-size: 30px;}
	.product_detial_content_left_feature_title{height: 50px;}
	.product_detial_content_left_feature_title h2{font-size: 24px;}
	.product_detial_content_right table th{height: 50px;font-size: 24px;}
	/*.product_detial_content_right table tr:first-child td{height: 50px;font-size: 24px;}*/
	.product_detial_content_left_feature_content_item p{font-size: 16px;}
	.contact_info_bg{height: 600px;}
	.contact_info_bg img{height: 100%;object-fit: cover;}
}
@media(max-width: 1400px) {
	.nav_box li + li{margin-left: 30px;}
	.header_search_box{margin-left: 30px;}
	.header_inquire_btn{margin-left: 30px;}
	.news_banner_content_sw_left h3{font-size: 20px;}
	.news_banner_content_sw_left p{font-size: 16px;}
}
@media (max-width: 1200px) {
	.header_search_box{position: absolute;width: 100%;height: auto;padding: 20px 0;top: 100%;left: 0;margin-left: 0;border-radius: 0;background: #FFFFFF;display: none;}
	.header_search_box form{width: 60%;height: 48px;margin: 0px auto;position: relative;}
	.header_search_txt{border-radius: 99px;outline: none;}
	.index_banner_content h1, .index_banner_content h2{font-size: 40px;}
	.index_banner_content p{font-size: 16px;}
	.index_banner_swiper_page{bottom: 32px !important;}
	.index_why_choose_ul li{width:29.93%;height: 383px;}
	.header_search_btn_ico{display: block;}
	.header.indexHeader .header_search_btn_ico img{filter: brightness(0) invert(1);}
	.header.indexHeader.fixed .header_search_btn_ico img{filter: initial;}
	.product_banner_content_left_content h1{font-size: 24px;}
	.product_banner_content_left_content p{font-size: 14px;}
	.product_list_ul{justify-content: space-between;}
	.product_list_ul li{margin-left: 0;width: 48.5%;}
	.product_list_title_box{width: 100%;}
	.about_environmrnt_content_sw_right{right: -30px;}
	.about_environmrnt_content_sw_left{left: -30px;}
	.about_certificate_content_right_ul li{width: 48.5%;height: auto;margin-bottom: 20px;}
	.about_certificate_content_sw .swiper-slide{width: 36.5%;}
	.news_banner_content_sw_left{padding: 20px;}
	.news_banner_content_sw_left h3{font-size: 18px;margin-top: 10px;}
	.news_banner_content_sw_left p{margin-top: 10px;}
	.news_banner_content_sw_left span{margin-top: 10px;}
}
@media(max-width: 990px) {
	.header_inquire_btn{display: none;}
	.index_banner_content h1, .index_banner_content h2{font-size: 32px;}
	.index_banner_swiper_page{bottom: 15px !important;}
	.index_about_content{flex-wrap: wrap;}
	.index_about_left{width: 100%;}
	.index_about_right{width: 100%;margin-top: 50px;}
	.index_about_advantage_ul{flex-wrap: wrap;}
	.index_about_advantage_ul li:nth-of-type(1),.index_about_advantage_ul li:nth-of-type(2){width: 48.5%;}
	.index_about_advantage_ul li{width: 32%;margin-top: 20px;}
	.index_product_ul{flex-wrap: wrap;justify-content: space-between;}
	.index_product_ul li{width: 48.5%;margin-left: 0;margin-top: 30px;}
	.index_why_choose_ul li.on{width: 48.5%;}
	.index_why_choose_ul li{width: 48.5%;}
	.footer_top_box{flex-wrap: wrap;}
	.footer_top_left{width: 57.5%;}
	.footer_top_contact{width: 57.5%;margin-top: 20px;}
	.footer_top_nav:nth-child(3){margin-top: 20px;}
	.product_banner_content_box{flex-wrap: wrap;}
	.product_banner_content_left{width: 100%;}
	.product_banner_content_right{width: 80%;margin: 0px auto;margin-top: 30px;}
	.product_detial_info_box{flex-wrap: wrap;}
	.product_detial_info_left{width: 100%;}
	.product_detial_info_right{width: 100%;margin-top: 50px;}
	.product_detial_content_box{flex-wrap: wrap;}
	.product_detial_content_left{width: 100%;}
	.product_detial_content_right{width: 100%;margin-top: 32px;}
	.about_certificate_content{flex-wrap: wrap;}
	.about_certificate_content_left_box{width: 100%;}
	.about_certificate_content_right_box{width: 100%;margin-top: 50px;}
	.about_certificate_content_sw .swiper-slide{width: 38.5%;}
	.contact_info_content{flex-wrap: wrap;}
	.contact_info_box{padding-bottom:650px;}
	.contact_info_content_left{width: 100%;margin-top: 0;}
	.contact_info_content_right{width: 100%;padding: 5% 4%;margin-top: 30px;}
	.contact_recent_news_box{padding-top: 59vw;}
	.news_banner_content_sw_left{width: 100%;border-radius: 0;}
	.news_banner_content_sw_right{width: 100%;margin-left: 0;}
	
}
@media (max-width: 768px) {
	.header .contentWH1400{height: 13.8vw;}
	.logo{flex: 0 0 22vw;}
	.hd_btn{display: block;}
	.nav_box{position: absolute;left: 0;top: 13.8vw;height: calc(100vh - 13.8vw);width: 100%;background: #FFFFFF;z-index: 9;display: none;padding: 0 4%;}
	.nav_box li + li{margin-left: 0;}
	.header.indexHeader .firstLink{color: #333333;font-size: 3.8vw;}
	.firstLink{display: inline-block;line-height: 10.8vw;}
	.nav_box li:after{display: none;}
	.nav_list_box{position: relative;width: 100%;}
	.nav_list_box a{font-size: 3.8vw;line-height: 10.8vw;}
	.header_search_btn_ico{width: 4.2vw;margin-left: 5.8vw;display: block;}
	.header_search_box{padding: 1.8vw 0;}
	.header_search_box form{width: 92%;height: 10.8vw;font-size: 3.6vw;}
	.header_language_box{margin-left: 5.8vw;}
	.header_language_box span{font-size: 3.6vw;}
	.header_language_list_box{left: auto;transform: none;right: 0;}
	.header_language_list_box a{line-height: 8.8vw;font-size: 3.6vw;}
	.index_banner_bg{height: 92vw;}
	.index_banner_bg img{height: 100%;object-fit: cover;}
	.index_banner_content h1, .index_banner_content h2{font-size: 4.8vw;}
	.index_banner_content p{font-size: 3.6vw;margin-top: 3.2vw;line-height: 1.6;}
	.index_banner_content_box{padding-top: 13.8vw;}
	.index_banner_content{width: 92%;}
	.index_banner_swiper_page span{width: 1.4vw;height: 1.4vw;}
	.index_banner_swiper_page span.swiper-pagination-bullet-active{width: 8vw;}
	.index_banner_swiper_page{bottom: 3.2vw !important;}
	.index_about_box{padding: 8vw 0;}
	.index_about_right{margin-top: 5.8vw;}
	.index_about_right h1,
	.index_about_right h2{font-size: 3.2vw;}
	.index_about_right h3{font-size: 4.8vw;}
	.index_about_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_more{width: 58vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_about_advantage_box{padding: 6vw 0 8vw;}
	.index_about_advantage_number{font-size: 4.8vw;}
	.index_about_advantage_ul li p{font-size: 3.6vw;}
	.index_about_advantage_ul li{padding: 5% 4%;margin-top: 3.8vw;}
	.index_advantage_more{width: 58vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.index_products_box{padding: 8vw 0;}
	.index_title_box h2{font-size: 4.8vw;}
	.index_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_ul{padding-top: 3.2vw;margin-top: 0;}
	.index_product_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.index_product_ul_content{padding: 5% 4%;}
	.index_product_ul_content h3{font-size: 3.8vw;}
	.index_product_ul_content p{font-size: 3.6vw;}
	.index_product_ul_content span{height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.index_why_choose_box{padding: 8vw 0;}
	.index_title_box.white p{padding: 0;}
	.index_why_choose_ul{padding-top: 3.2vw;}
	.index_why_choose_ul li{width: 100%;margin-top: 3.8vw;height: auto;padding: 5% 4%;border-radius: 2vw;}
	.index_why_choose_ul li.on{width: 100%;}
	.index_why_choose_ul_ico{width: 12vw;}
	.index_why_choose_content h3{font-size: 4.2vw;margin-top: 3.2vw;}
	.index_why_choose_content p{font-size: 3.6vw;}
	.index_why_choose_ul_ico2{width: 25vw;right: -5vw;bottom: -5vw;}
	.index_news_box{padding: 8vw 0;}
	.index_news_ul{padding-top: 3.2vw;}
	.index_news_ul li{width: 100%;margin-top: 3.8vw;}
	.index_news_ul_content{padding: 5% 4%;}
	.index_news_ul_content h4{font-size: 3.8vw;}
	.index_news_ul_content p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_ul_content_data{margin-top: 2.8vw;padding-top: 2.8vw;}
	.footer_top_box{padding: 8vw 0;}
	.footer_top_left{width: 100%;}
	.footer_top_left h2{font-size: 4.8vw;}
	.footer_top_left p{font-size: 3.6vw;}
	.footer_top_nav{width: 48.5% !important;margin-top: 5.8vw !important;}
	.footer_top_nav h2{font-size: 3.2vw;}
	.footer_top_nav a{font-size: 3.6vw;}
	.footer_top_contact h2{font-size: 3.8vw;}
	.footer_top_contact{width: 100%;margin-top: 5.8vw;}
	.footer_top_contact_ul li p{font-size: 3.6vw;}
	.footer_bottom_box{flex-direction: column;align-items: center;padding: 2.8vw 0;}
	.footer_bottom_box p + p{margin-top: 1.8vw;}
	.footer_bottom_box p{font-size: 3.2vw;}
	.footer_bottom_box p a + a{margin-left: 3.2vw;}
	.product_banner_box{padding: 8vw 0;background-size: 35.24% auto;}
	.crumbs_box i, .crumbs_box a{font-size: 3.2vw;}
	.crumbs_box img{width: 3.6vw;margin-right: 1.8vw;}
	.product_banner_content_left_content h2{font-size: 3.2vw;}
	.product_banner_content_left_content{margin-top: 5.8vw;}
	.product_banner_content_left_content h1{font-size: 4.8vw;margin-top: 3.2vw;}
	.product_banner_content_left_content p{font-size: 3.6vw;margin-top: 3.8vw;}
	.product_banner_content_right{width: 90%;margin-top: 5.8vw;}
	.product_list_box{padding: 8vw 0;}
	.product_list_title_box h2{font-size: 4.8vw;}
	.product_list_title_box p{font-size: 3.6vw;margin-top: 1.8vw;}
	.product_list_ul{padding-top: 3.2vw;}
	.product_list_ul li{width: 100%;margin-top: 3.8vw;border-radius: 2vw;}
	.product_list_ul_content{padding: 4%;}
	.product_list_ul_content h3{font-size: 3.8vw;}
	.product_list_ul_content p{font-size: 3.6vw;}
	.product_list_ul_content span{font-size: 3.2vw;margin-top: 3.8vw;}
	.product_shop_box{padding: 8vw 0;}
	.product_shop_content_box{margin-top: 5.8vw;}
	.product_shop_content_sw .swiper-slide h3{font-size: 3.6vw;margin-top: 3.8vw;}
	.product_detial_top_box{padding: 8vw 0;}
	.product_detial_info_box{margin-top: 5.8vw;}
	.product_detial_info_right{margin-top: 5.8vw;}
	.product_detial_info_right_content h1{font-size: 4.8vw;margin-bottom: 3.2vw;}
	.product_detial_info_right_content h2{font-size: 3.2vw;}
	.product_detial_info_right_content p{font-size: 3.6vw;}
	.product_detial_info_right_btn{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;font-size: 3.6vw;}
	.product_detial_info_right_btn img{width: 3.6vw;}
	.product_detial_info_right_share{margin-top: 5.8vw;padding-top: 5.8vw;}
	.product_detial_info_right_share h2{font-size: 3.6vw;margin-right: 3.2vw;}
	.product_detial_content_box{margin-top: 8vw;}
	.product_detial_content_left_feature_title{padding: 0 4%;height: 10.8vw;}
	.product_detial_content_left_feature_title h2{font-size: 4.8vw;}
	.product_detial_content_left_feature_content{padding: 5% 4%;}
	.product_detial_content_left_feature_content_item_number{flex: 0 0 9vw;font-size: 3.2vw;margin-right: 3.2vw;}
	.product_detial_content_left_feature_content_item p{font-size: 3.6vw;}
	.product_detial_content_left_feature_content_item + .product_detial_content_left_feature_content_item{margin-top: 3.8vw;}
	.product_detial_content_left_material{margin-top: 5.8vw;}
	.product_detial_content_left_material_content{padding: 5% 4%;}
	.product_detial_content_left_material_content p{font-size: 3.6vw;}
	.product_detial_content_right{margin-top: 5.8vw;}
	/*.product_detial_content_right table th , .product_detial_content_right table tr:first-child td{height: 10.8vw;font-size: 4.8vw;padding: 0 4%;}*/
	.product_detial_content_right table td{padding: 3.2vw 1%;height: auto;font-size: 3.6vw;}
	.product_detial_related_box{padding: 8vw 0;padding-bottom: 0;}
	.product_detial_related_title h2{font-size: 4.8vw;}
	.product_detial_related_sw{margin-top: 5.8vw;padding-bottom: 8vw;}
	.product_detial_related_sw_img span{font-size: 3.2vw;width: 30vw;height: 8.8vw;border-radius: 4.4vw;left: 4%;top: 5%;}
	.product_detial_related_sw_content{padding: 5% 4%;}
	.product_detial_related_sw_content h3{font-size: 3.8vw;}
	.shphe_sales_container .shphe_sales_served .shphe_sales_num{font-size: 4.8vw;}
	.shphe_sales_container .shphe_sales_served .shphe_sales_text{font-size: 3.8vw;padding: 3.6vw 0;}
	.shphe_sales_container .shphe_sales_served .shphe_sales_num sup{font-size: 3.8vw;}
	.shphe_sales_container .shphe_sales_served{bottom: -16vw;}
	.about_info_box .index_about_content{margin-top: 5.8vw;}
    .about_info_left{aspect-ratio: 16/9;}
	.about_environmrnt_box{padding: 8vw 0;}
	.about_environmrnt_content_box{margin-top: 5.8vw;}
	.about_environmrnt_content_sw_content{padding: 2%;}
	.about_environmrnt_content_sw_content h3{font-size: 3.6vw;}
	.about_environmrnt_content_sw_content p{font-size: 3.2vw;margin-top: 1.2vw;}
	.about_environmrnt_content_sw_right, .about_environmrnt_content_sw_left{width: 5.8vw;}
	.about_environmrnt_content_sw_right img, .about_environmrnt_content_sw_left img{width: 40%;}
	.about_environmrnt_content_sw_right{right: 0;}
	.about_environmrnt_content_sw_left{left: 0;}
	.about_global_box{padding: 8vw 0;}
	.shphe_sales_wrap{margin: 8vw auto;}
	.about_certificate_box{padding: 8vw 0;}
	.about_certificate_content_sw .swiper-slide{width: 58%;}
	.about_custom_box{padding: 8vw 0;}
	.about_certificate_content_right_box{margin-top: 5.8vw;}
	.about_certificate_content_right_title h2{font-size: 4.8vw;}
	.about_certificate_content_right_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_certificate_content_right_ul{margin-top: 5.8vw;}
	.about_certificate_content_right_ul li{padding: 5% 4%;border-radius: 2vw;margin-bottom: 3.8vw;}
	.about_certificate_content_right_ul_ico{width: 11vw;}
	.about_certificate_content_right_ul li h3{font-size: 3.8vw;}
	.about_certificate_content_right_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.about_certificate_content_right_btn{width: 66vw;height: 10.8vw;font-size: 3.6vw;border-radius: 5.4vw;margin-top: 3.2vw;}
	.contact_info_content_box{padding-top: 8vw;}
	.contact_info_content{margin-top: 8vw;}
	.contact_info_box{padding-bottom:570px;}
	.contact_info_content_left_txt h2{font-size: 4.8vw;}
	.contact_info_content_left_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.contact_info_content_left_ul li{margin-top: 3.8vw;}
	.contact_info_content_left_ul li p{font-size: 3.6vw;}
	.contact_info_content_left_ul li img{margin-right: 3.2vw;}
	.contact_info_content_right{border-radius: 2vw;margin-top: 5.8vw;}
	.contact_info_content_right_title{font-size: 3.8vw;}
	.contact_info_content_right_ul li{margin-top: 3.8vw;}
	.contact_info_content_right_ul_name{font-size: 3.6vw;}
	.contact_info_content_right_ul_input input{height: 10.8vw;font-size: 3.2vw;}
	.contact_recent_news_box{padding-top: 82vw;}
	.contact_info_bg{height: 156vw;}
	.news_banner_box{margin-top: 5.8vw;}
	.news_banner_title h1{font-size: 4.8vw;}
	.news_banner_title p{font-size: 3.6vw;line-height: 1.6;margin-top: 3.2vw;}
	.news_banner_content{margin-top: 5.8vw;padding-bottom: 0;}
	.news_banner_content_sw_left{padding: 5% 4%;}
	.news_banner_content_sw_left h2{font-size: 3.2vw;}
	.news_banner_content_sw_left h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.news_banner_content_sw_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.news_banner_content_sw_left span{font-size: 3.6vw;margin-top: 3.2vw;}
	.news_banner_content_sw_left_btn, .news_banner_content_sw_right_btn{width: 11vw;height: 11vw;}
	.news_banner_content_sw_left_btn img, .news_banner_content_sw_right_btn img{width: 50%;}
	.news_banner_content_sw_left_btn{right: 11vw;}
	.news_list_box{padding: 8vw 0;padding-top: 3.2vw;}
}
/*media end*/