/*header start*/
.header{width: 100%;height: auto;position: relative;}
.header.fixed{position: fixed;top: 0;left: 0;z-index: 999;background: #FFFFFF;box-shadow: 4px 4px 12px 0px rgba(175, 175, 175, 0.25);}
.header_content_box{width: 100%;height: 100px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 134px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_content_right_box{display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.nav_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.nav_box li{height: 100%;}
.nav_box li + li{margin-left: 38px;}
.nav_item{height: 100%;position: relative;}
.nav_item:after{content: "";display: block;width: 0;height: 2px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.3s;}
.nav_box li:hover .nav_item:after{width: 100%;}
.nav_frist_link{display: flex;align-items: center;height: 100%;font-size: 20px;color: var(--twoColor);font-family: "Inter-Medium";}
.header_bg{width: 100%;height: calc(100vh - 100px);position: absolute;left: 0;top: 100%;background: rgba(0,0,0,0.4);transition: all 0.3;display: none;z-index: 99;}
.header_nav_content_box{width: 100%;min-height: 400px;background: #FFFFFF;position: absolute;left: 0;top: 100%;z-index: 999;display: none;}
.header_nav_content_top{width: 100%;height: auto;background: #F9F9F9;}
.header_nav_content_top_ul{width: 100%;height: 68px;display: flex;justify-content: flex-start;align-items: center;}
.header_nav_content_top_ul li{height: 100%;display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #222;cursor: pointer;margin-left: 100px !important;text-transform: capitalize;position: relative;}
.header_nav_content_top_ul li:after{content: "";position: absolute;display: block;width: 0;height: 2px;background: var(--mainColor);left: 0;bottom: 0;overflow: hidden;transition: all 0.3s;}
.header_nav_content_top_ul li.on:after{width: 100%;}
.header_nav_content_top_ul li:nth-of-type(1){margin-left: 0 !important;}
.header_nav_content_bottom{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.header_nav_content_bottom_content{width: 100%;height: auto;}
.header_nav_content_bottom_content_list{width: 100%;height: auto;display: none;}
.header_nav_content_bottom .contentWH1600{display: flex;justify-content: flex-start;height: 480px;}
.header_nav_content_bottom_left{width: 14.75%;height: 100%;flex: 0 0 14.75%;border-right: 1px solid rgba(176, 201, 216, 0.4);overflow:hidden;overflow-y:auto;}
.header_nav_content_bottom_left::-webkit-scrollbar{width:2px;}
.header_nav_content_bottom_left::-webkit-scrollbar-thumb{background:var(--mainColor);}
.header_nav_content_bottom_left::-webkit-scrollbar-track{background:#f5f5f5;}
.header_nav_content_bottom_left_nav{width: 100%;height: auto;}
.header_nav_content_bottom_left_nav li{margin-top: 26px;margin-left: 0 !important;}
.header_nav_content_bottom_left_nav li a{display: inline-block;font-size: 18px;color: #222222;padding-bottom: 6px;position: relative;}
.header_nav_content_bottom_left_nav li.on a:after{content: "";display: block;width: 0;height: 2px;background: #FF6B35;position: absolute;left: 0;bottom: 0;overflow: hidden;transition: all 0.3s;}
.header_nav_content_bottom_left_nav li.on a:after{width: 100%;}
.header_nav_content_bottom_right{flex: 1;padding: 26px 76px;padding-top: 0;}
.header_nav_content_bottom_right_list{width: 100%;height: auto;display: none;}
.header_nav_content_bottom_right_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header_nav_content_bottom_right_list_ul li{width: 15.8%;height: auto;margin-top: 15px;margin-left: 1% !important;}
.header_nav_content_bottom_right_list_ul li:nth-of-type(6n+1){margin-left: 0 !important;}
.header_nav_content_bottom_right_list_ul_img{width: 75%;height: auto;overflow: hidden;margin: 0px auto;}
.header_nav_content_bottom_right_list_ul_img img{max-width: 100%;height: auto;display: block;margin: 0px auto;transition: all 0.3s;}
.header_nav_content_bottom_right_list_ul li p{font-size: 14px;color: #222222;text-align: center;}
.header_nav_content_bottom_right_list_ul li:hover .header_nav_content_bottom_right_list_ul_img img{transform: scale(1.1);}
.header_nav_content_other{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;padding: 23px 0;}
.header_nav_content_other_left{width: 64%;height: auto;}
.header_nav_content_other_left_title{width: 100%;height: 60px;border-bottom: 1px solid #B0C9D8;font-size: 22px;color: #272733;font-family: "Inter-SemiBold";display: flex;justify-content: flex-start;align-items: center;}
.header_nav_content_other_left_title img{display: block;margin-left: 5px;}
.header_nav_content_other_left_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.header_nav_content_other_left_content a{display: block;margin-right: 75px;font-size: 16px;color: #222222;margin-top: 30px;text-transform: capitalize;}
.header_nav_content_other_left_content a:hover{color: var(--mainColor);text-decoration: underline;}
.header_nav_content_other_right{width: 30.5%;height: 100%;}
.header_nav_content_other_right img{width: 100%;height: auto;display: block;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  #000;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_content_right_btn{margin-left: 36px;display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_content_right_left{display: flex;justify-content: flex-end;align-items: center;height: 100%;position: relative;}
.header_content_right_left:before{content: "";display: block;width: 1px;height: 20px;background: #1A2B56;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.header_search_btn{width: 24px;height: auto;cursor: pointer;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_language_btn{width: 24px;height: 100%;margin-left: 32px;position: relative;display: flex;align-items: center;cursor: pointer;}
.header_language_btn span{display: block;width: 100%;height: auto;}
.header_language_btn span img{width: 100%;height: auto;display: block;}
.header_content_right_language_list{width: 120px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);z-index: 999;display: none;}
.header_language_btn:hover .header_content_right_language_list{display: block;}
.header_content_right_language_list a{line-height: 35px;padding: 0 10px;border-bottom: 1px solid #E5E5E5;display: block;font-size: 16px;}
.header_content_right_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_content_right_language_list a:nth-last-of-type(1){border-bottom: none;}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: fixed;left: 0px;top: 80px;z-index: 9999;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 800px;}
.header_content_right_right{width: 144px;height: 48px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;border-radius: 24px;font-size: 18px;color: #FFFFFF;margin-left: 36px;}
/*header end*/
/*banner start*/
.index_banner_swiper{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{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.index_banner_swiper_content_txt{width: 46.75%;height: auto;padding: 64px 61px;background: rgba(255,255,255,0.7);}
.index_banner_swiper_content_txt h2{font-size: 20px;color: #D4AF37;font-family: "Inter-SemiBold";}
.index_banner_swiper_content_txt h1{font-size: 36px;color: #1A2B56;font-family: "Inter-SemiBold";margin-top: 10px;}
.index_banner_swiper_content_txt p{font-size: 20px;color: #1A2B56;line-height: 2;margin-top: 15px;}
.index_banner_swiper_page{width: 100%;height: auto;bottom: 50px !important;}
.index_banner_swiper_page span{background: #FFFFFF;width: 12px;height: 12px;}
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_product_box{width: 100%;height: auto;padding: 80px 0px;}
.index_title_box span{font-size: 14px;color: #D4AF37;text-transform: uppercase;display: block;}
.index_title_box h2{font-size: 72px;color: #1A2B56;font-family: "Inter-SemiBold";margin-top: 20px;}
.index_product_nav_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 32px;}
.index_product_nav_box li{flex: 1; height: auto;padding: 45px 40px;background: linear-gradient(180deg,rgba(0, 117, 190, 1) 0%, rgba(26, 43, 86, 1) 100%);cursor: pointer;position: relative;transition: all 0.3s;}
.index_product_nav_ico{width: 135px;height: auto;margin: 0px auto;}
.index_product_nav_ico img{width: 100%;height: auto;display: block;}
.index_product_nav_box li h3{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;margin-top: 20px;text-transform: uppercase;}
.index_product_nav_box li:after{content: "";display: block;width: 0;height: 0;border: 12px solid transparent;border-top-color: var(--mainColor);position: absolute;left: 50%;transform: translateX(-50%);top: 100%;opacity: 0;transition: all 0.3s;}
.index_product_nav_box li.on{background: var(--mainColor);}
.index_product_nav_box li.on:after{opacity: 1;}
.index_product_content{width: 100%;height: auto;margin-top: 58px;}
.index_product_content_list{width: 100%;height: 0;overflow: hidden;}
.index_product_content_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_product_content_list_content_left{width: 16.7%;height: auto;background: #F5F7FA;}
.index_product_content_list_content_left_title{font-size: 18px;color: #FFFFFF;display: flex;justify-content: flex-start;align-items: center;width: 100%;height: 72px;background: var(--mainColor);padding-left: 20px;}
.index_product_content_list_content_left_nav{width: 100%;height: auto;padding: 20px;}
.index_product_content_list_content_left_nav li{font-size: 16px;color: #222222;cursor: pointer;}
.index_product_content_list_content_left_nav li + li{margin-top: 18px;}
.index_product_content_list_content_left_nav li.on{color: var(--mainColor);}
.index_product_content_list_content_right{width: 81.2%;height: auto;}
.index_product_content_list_content_right_list{height: 0;width: 100%;overflow: hidden;}
.index_product_content_list_content_right_list_sw{width: 100%;height: auto;padding-bottom: 80px;}
.index_product_content_list_content_right_list_sw .swiper-slide{border: 1px solid #D9D9D9;}
.index_product_content_list_content_right_list_sw .swiper-slide a{display: block;padding: 13px 18px;}
.index_product_content_list_content_right_list_sw_img{width: 100%;height: auto;overflow: hidden;}
.index_product_content_list_content_right_list_sw_img img{max-width:100%;height: auto;display: block;margin: 0px auto;transition: all 0.3s;}
.index_product_content_list_content_right_list_sw_content{width: 100%;height: auto;}
.index_product_content_list_content_right_list_sw_content h4{font-size: 20px;color: #333333;font-family: "Inter-SemiBold";text-align: center;}
.index_product_content_list_content_right_list_sw_content p{font-size: 14px;color: #999899;line-height: 1.5;margin-top: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.index_product_content_list_content_right_list_sw .swiper-slide:hover .index_product_content_list_content_right_list_sw_img img{transform: scale(1.1);}
.index_product_content_list_content_right_list_sw .swiper-slide:hover .index_product_content_list_content_right_list_sw_content h4{color: var(--mainColor);}
.index_product_content_list_content_right_list_sw_page{width: 100%;bottom: 0 !important;}
.index_product_content_list_content_right_list_sw_page span{width: 13px;height: 13px;background: none;border: 1px solid #D4AF37;opacity: 1;}
.index_product_content_list_content_right_list_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
.index_system_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F7FA;padding-bottom: 158px;}
.index_title_box p{font-size: 18px;color: #222222;margin-top: 10px;}
.index_system_ul{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.index_system_ul li{padding: 0 12px; height: 64px;border-radius: 32px;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #D4AF37;border: 1px solid #D4AF37;margin-top: 30px;margin-right: 8px;cursor: pointer;}
.index_system_ul li:nth-of-type(1){width: 84px;}
.index_system_ul li.on{background: var(--mainColor);border-color: var(--mainColor);color: #FFFFFF;}
.index_system_content{width: 100%;height: auto;margin-top: 158px;}
.index_system_content_list{width: 100%;height: auto;display: none;}
.index_system_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_system_content_list_ul li{width: 48.5%;height: auto;position: relative;margin-top: 30px;aspect-ratio: 385/277;}
.index_system_content_list_ul_bg{width: 100%;height: 100%;overflow: hidden;}
.index_system_content_list_ul_bg img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.index_system_content_list_ul li:nth-of-type(1){width: 100%;margin-top: 0;aspect-ratio: 529/187;}
.index_system_content_list_ul_content{width: 65.3%;height: auto;padding: 48px;background: #1A2B56;position: absolute;left: 50%;transform: translateX(-50%);bottom: -74px;}
.index_system_content_list_ul li:nth-of-type(1) .index_system_content_list_ul_content{width: 37.5%;top: -74px;bottom: auto;left: 96px;transform: none;}
.index_system_content_list_ul_content span{display: block;font-size: 14px;color: #D4AF37;}
.index_system_content_list_ul_content h3{font-size: 26px;color: #FFFFFF;font-family: "Inter-SemiBold";margin-top: 12px;}
.index_system_content_list_ul_content i{display: flex;justify-content: flex-start;align-items: center;margin-top: 80px;font-size: 18px;color: #FF6B35;font-style: normal;}
.index_system_content_list_ul_content i img{display: block;margin-left: 8px;}
.index_system_content_list_ul li:hover .index_system_content_list_ul_bg img{transform: scale(1.1);}
.index_about_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_about_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_about_content_left{width: 55.5%;height: auto;}
.index_about_content_left_txt p{font-size: 26px;color: #222222;line-height: 1.4;margin-top: 30px;}
.index_about_content_right{width: 39%;height: auto;position: relative;}
.index_about_content_right img{display: block;height: auto;}
.index_about_content_right img:nth-of-type(1){width: 75.8%;}
.index_about_content_right img:nth-of-type(2){width: 47%;position: absolute;right: 0px;bottom: -53px;}
.index_about_content_left_txt a{display: flex;justify-content: center;align-items: center;width: 273px;height: 60px;background: var(--mainColor);font-size: 18px;color: #FFFFFF;margin-top: 80px;transition: all 0.3s;}
.index_about_content_left_txt a:hover{transform: scale(1.1);}
.index_about_news_box{width: 100%;height: auto;margin-top: 98px;overflow: hidden;}
.index_about_news_box .contentWH1600{position:relative;}
.index_about_news_sw{width: 81.7%;height: auto;overflow: unset;padding-bottom: 80px;margin-left: 0;}
.index_about_news_sw_img{width: 100%;height: auto;overflow: hidden;aspect-ratio:207/80;}
.index_about_news_sw_img img{width: 100%;height: 100%;object-fit:cover; display: block;transition: all 0.3s;}
.index_about_news_sw_txt{width: 100%;height: auto;margin-top: 20px;}
.index_about_news_sw_txt span{display: block;font-size: 14px;color: #D4AF37;}
.index_about_news_sw_txt h3{font-size: 26px;color: #1A2B56;font-family: "Inter-SemiBold";margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.4;}
.index_about_news_sw_txt p{font-size: 16px;color: #222222;line-height: 1.6;margin-top: 25px;padding-right: 60px;}
.index_about_news_sw_txt span{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;font-size: 18px;color: var(--mainColor);font-family: "Inter-SemiBold";}
.index_about_news_sw_txt span img{display: block;margin-left: 8px;}
.index_about_news_sw .swiper-slide:hover .index_about_news_sw_img img{transform: scale(1.1);}
.index_about_news_sw_page{width: 100%;bottom: 0 !important;}
.index_about_news_sw_page span{width: 13px;height: 13px;opacity: 1;border: 1px solid #D4AF37;background: none;margin-left:8px;}
.index_about_news_sw_page span:nth-of-type(1){margin-left:0px;}
.index_about_news_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);border-color: var(--mainColor);}
.index_news_box2{width: 100%;height: auto;padding: 80px 0;overflow: hidden;}
.index_news_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_news_content_left{width: 68.75%;height: auto;position: relative;}
.index_news_content_left_bg{width: 100%;height: auto;overflow: hidden;}
.index_news_content_left_bg img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_content_left:hover .index_news_content_left_bg img{transform: scale(1.1);}
.index_news_content_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 48px;display: flex;flex-direction: column;justify-content: flex-end;}
.index_news_content_left_content_txt{width: 68.3%;height: auto;}
.index_news_content_left_content_txt span{font-size: 14px;color: #E5F1F8;text-transform: uppercase;}
.index_news_content_left_content_txt h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-SemiBold";margin-top: 10px;line-height: 1.2;}
.index_news_content_left_content_txt p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 10px;}
.index_news_content_left_content_txt i{display: flex;justify-content: center;align-items: center;width: 155px;height: 52px;background: #FFFFFF;font-size: 18px;color: #002343;font-style: normal;margin-top: 40px;transition: all 0.3s;}
.index_news_content_left:hover .index_news_content_left_content_txt i{background: var(--mainColor);color: #FFFFFF;}
.index_news_content_right{width: 29.3%;height: auto;display: flex;flex-direction: column;justify-content: space-between;}
.index_news_content_right li{width: 100%;height: 48.5%;background: #1A2B56;}
.index_news_content_right li a{display: block;width: 100%;height: auto;padding: 48px;}
.index_news_content_right li span{display: block;font-size: 14px;color: #D4AF37;text-transform: uppercase;}
.index_news_content_right li h2{font-size: 26px;color: #FFFFFF;font-family: "Inter-SemiBold";margin-top: 20px;}
.index_news_content_right li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_content_right li i{display: flex;justify-content: flex-start;align-items: center;margin-top: 63px;font-size: 18px;color: var(--mainColor);font-style: normal;}
.index_news_content_right li i img{display: block;margin-left: 8px;transition: all 0.3s;}
.index_news_content_right li:hover i img{transform: translateX(10px);}
.index_advantage_box{width: 100%;height: auto;padding: 80px 0;background: #F5F7FA;}
.index_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_advantage_ul li{width: 24.9%;height: auto;position: relative;}
.index_advantage_ul li h2{font-size: 14px;color: #D4AF37;text-transform: uppercase;}
.index_advantage_ul li p{font-size: 26px;color: #1A2B56;line-height: 1.4;margin-top: 20px;}
.index_advantage_ul li:after{content: "";display: block;width: 1px;height: 90%;background: #B0C9D8;position: absolute;top: 0;right: -18%;}
.index_advantage_ul li:nth-last-of-type(1):after{display: none;}
.index_global_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.index_global_txt{width: 90.94%;height: auto;margin-top: 10px;}
.index_global_txt p{font-size: 26px;color: #222222;line-height: 1.4;}
.shphe_sales_wrap {position: relative;max-width: 1050px;margin: 30px 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: #1A2B56;}
.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: #1A2B56;}
.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 .add_li .add_name span.dian:after {content: "";display: block;width: 20px;height: 20px;background: rgba(255,255,255,.04);border-radius: 100%;-webkit-animation: inner-ripple 4.5s linear infinite;animation: inner-ripple 4.5s linear infinite;position: absolute;left: 50%;top: -7px;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.shphe_sales_container .Li0 .add_name span.dian::before {content: "";display: block;width: 24px;height: 24px;background: 0 0;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;border: 2px solid red;-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: #1A2B56;}
@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 #1A2B56;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: #1A2B56;-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: #1A2B56;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 234px;text-align: center;padding: 36px 5px;}
.index_service_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F7FA;overflow: hidden;}
.index_service_content{width: 100%;height: auto;margin-top: 22px;position:relative;}
/*product.html start*/
.product_banner_bg{width: 100%;height: 680px;}
.product_banner_bg img{width: 100%;height: 100%;object-fit: cover;display: block;}
.product_banner_content{width: 100%;height: 100%;display: flex;align-items: center;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.3);}
.product_banner_content h1{font-size: 48px;color: #FFFFFF;font-family: "Inter-Bold";text-transform: uppercase;}
.public_products_content_left_content{top: 100px;}
.public_products_content_right_img a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.inquire_box{width: 100%;height: auto;padding: 80px 0px;overflow: hidden;}
.inquire_content_box{width: 100%;height: auto;padding: 60px;border: 2px solid #f5f5f5;display: flex;justify-content: space-between;box-shadow: 4px 4px 12px 0px rgba(175, 175, 175, 0.25);}
.inquire_content_left{width: 50%;height: auto;padding: 45px;background: var(--mainColor);box-shadow: 4px 4px 12px 0px rgba(175, 175, 175, 0.25);}
.inquire_content_left_top{padding-bottom: 50px;border-bottom: 1px solid #FFFFFF;}
.inquire_content_left_top h3{font-size: 18px;color: #FFFFFF;font-family: "Inter-Medium";}
.inquire_content_left_top h2{font-size: 36px;color: #FFFFFF;font-family: "Inter-Bold";line-height: 1.2;margin-top: 20px;}
.inquire_content_left_top p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 30px;}
.inquire_content_left_bottom{width: 100%;height: auto;margin-top: 50px;}
.inquire_content_left_bottom li{display: flex;justify-content: flex-start;align-items: flex-start;}
.inquire_content_left_bottom li + li{margin-top: 13px;}
.inquire_content_left_bottom_ico{height: auto;margin-right: 10px;flex: 0 0 20px;}
.inquire_content_left_bottom_ico img{width: 100%;height: auto;display: block;filter: brightness(0) invert(1);}
.inquire_content_left_bottom li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;}
.inquire_content_left_bottom li p a{color: #FFFFFF;}
.inquire_content_left_bottom li p a:hover{text-decoration: underline;}
.inquire_content_right{width: 47.5%;height: auto;}
.inquire_content_right_top{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #E5E5E5;}
.inquire_content_right_top h2{font-size: 36px;color: #1A2B56;font-family: "Inter-Bold";}
.inquire_content_right_top p{font-size: 18px;color: #333333;line-height: 1.6;margin-top: 20px;}
.inquire_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;padding-top: 20px;flex-wrap: wrap;}
.inquire_content_right_ul li{width: 48.5%;height: auto;margin-top: 15px;position: relative;}
.inquire_content_right_ul li input{display: block;width: 100%;height: 45px;border: 1px solid #E5E5E5;border-radius: 5px;padding: 0 10px;font-size: 14px;outline: none;}
.inquire_content_right_ul li.textarea{width: 100%;height: auto;}
.inquire_content_right_ul li textarea{display: block;width: 100%;height: 98px;border: 1px solid #E5E5E5;resize: none;outline: none;padding: 10px;border-radius: 5px;font-size: 14px;}
.inquire_content_right_ul li img{display: block;position: absolute;right: 0;top: 0;height: 100%;border-radius: 0 5px 5px 0;}
.inquire_content_right_ul li p{font-size: 16px;color: #333333;line-height: 1.6;}
.inquire_content_right_ul li p a{text-decoration: underline;}
.inquire_content_right_ul li p a:hover{color: var(--mainColor);}
.inquire_btns{width: 240px;height: 45px;background: #1A2B56;color: #FFFFFF;border: none;border-radius: 5px;font-size: 16px;margin-top: 20px;cursor: pointer;outline: none;}
.inquire_btns:hover{background: var(--mainColor);color: #FFFFFF;}
/*product.html end*/
/*product_detial.html start*/
.product_detial_info_box{width: 100%;height: auto;padding-bottom: 80px;background: #F4F4F4;overflow: hidden;}
.product_detial_info_box .crumbs_box{background: none;}
.product_detial_info_content_box{width: 100%;height: auto;padding-top: 80px;display: flex;justify-content: space-between;align-items: center;}
.product_detial_info_content_left{width: 38.5%;height: auto;}
.product_detial_info_content_left h1{font-size: 32px;color: #000000;font-family: "Inter-Black";}
.product_detial_info_content_left p{font-size: 18px;color: #666666;line-height: 1.6;margin-top: 32px;}
.product_detial_info_content_left_link{display: flex;justify-content: flex-start;margin-top: 54px;}
.product_detial_info_content_left_link a{width: 180px;height: 46px;border-radius: 23px;display: flex;justify-content: center;align-items: center;border: 1px solid var(--twoColor);}
.product_detial_info_content_left_link a{border: 1px solid var(--mainColor);}
.product_detial_info_content_left_link a + a{margin-left: 32px;}
.product_detial_info_content_left_link a:nth-of-type(1){background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_left_link a:nth-of-type(1):hover{background: transparent;color: var(--mainColor);}
.product_detial_info_content_left_link a:nth-last-of-type(1){color: var(--mainColor);}
.product_detial_info_content_left_link a:nth-last-of-type(1):hover{background: var(--mainColor);color: #FFFFFF;}
.product_detial_info_content_left_link a.inquire{color:#fff;}
.product_detial_info_content_left_link a.inquire:hover{font-size:20px;}

.product_detial_info_content_right{width: 54.6%;height: auto;display: flex;justify-content: space-between;}
.product_detial_info_content_right_left{width: 79.74%;height: auto;}
.product_detial_info_content_right_left_sw{width: 100%;height: auto;aspect-ratio:1/1;}
.product_detial_info_content_right_left_sw .swiper-slide{width: 100%;height: 100%;border: 1px solid #DFDFDF;display: flex;justify-content: center;align-items: center;}
.product_detial_info_content_right_left_sw .swiper-slide img{display: block;max-width: 100%;height: auto;}
.product_detial_info_content_right_right{width: 18.5%;height: auto;aspect-ratio:145/430;overflow: hidden;}
.product_detial_info_content_right_right_sw{width: 100%;height: 100%;}
.product_detial_info_content_right_right_sw .swiper-slide{width: 100%;height: auto;border: 1px solid #DFDFDF;cursor: pointer;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.product_detial_info_content_right_right_sw .swiper-slide img{max-width: 100%;height: auto;display: block;}
.product_detial_info_content_right_right_sw .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.public_product_detial_content_description{width: 100%;height: auto;}
.public_product_detial_content_description li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.public_product_detial_content_description li:nth-of-type(even){flex-direction: row-reverse;}
.public_product_detial_content_description li + li{margin-top: 50px;}
.public_product_detial_content_description_img{width: 48.5%;height: auto;}
.public_product_detial_content_description_img img{width: 100%;height: auto;display: block;}
.public_product_detial_content_description_right{width: 48.5%;height: auto;}
.public_product_detial_content_description_right h3{font-size: 36px;color: #333333;font-family: "Inter-Bold";}
.public_product_detial_content_description_right p{font-size: 18px;color: #333333;line-height: 1.6;margin-top: 10px;}
.product_detial_title{width: 100%;height: auto;}
.product_detial_paramenters_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F8F8;}
.product_detial_paramenters_content h2{font-size: 48px;color: #333333;font-family: "Inter-Bold";text-align: center;text-transform: capitalize;margin-top: 58px;}
.product_detial_paramenters_content h3{font-size: 22px;color: #333333;font-family: "Inter-Bold";margin-top: 58px;margin-bottom:20px;}
.product_detial_paramenters_content h2:nth-of-type(1){margin-top: 0;}
.product_detial_paramenters_content{width: 100%;height: auto;}
.product_detial_paramenters_content p{font-size:18px;color:#333;line-height:1.6;margin-top:15px;}
.product_detial_paramenters_content table{width: 100%;height: auto;margin-top: 50px;border: 1px solid #E5E5E5;}
.product_detial_paramenters_content table th , .product_detial_paramenters_content table thead td{font-size: 20px;color: #FFFFFF;font-family: "Inter-Bold";text-align: center;background: var(--twoColor);height: 80px;border: 1px solid #E5E5E5;}
.product_detial_paramenters_content table td{font-size: 16px;color: #333333;border: 1px solid #E5E5E5;text-align: center;padding: 18px 20px;line-height: 1.6; vertical-align:middle;padding-left:10px;}
.product_detial_paramenters_content table tr:nth-of-type(even){background: #FFFFFF;}
.product_detial_paramenters_content table tr:nth-of-type(1) td{background:#1A2B56 !important;color:#fff !important;text-align:center}
.product_detial_paramenters_content table tr:nth-of-type(1) td *{color:#fff !important}
.product_detial_paramenters_content table p {margin-top:0;}

.product_category_related_solution_box{width: 100%;height: auto;padding: 80px 0;}
.product_category_related_solution_content_box{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 60px;}
.product_category_related_solution_content{width: 91.65%;height: auto;overflow: hidden;}
.product_detial_title{width: 100%;height: auto;}
.product_detial_title h2{font-size: 48px;color: #333333;text-align: center;font-family: "Inter-Bold";}
.product_category_related_solution_content_sw_con{width: 92.12%;}
.product_category_related_solution_content_sw{width: 100%;overflow: unset;padding-bottom: 60px;}
.product_category_related_solution_content_sw .swiper-slide{position: relative;}
.product_category_related_solution_content_sw_bg{width: 100%;height: auto;overflow: hidden;aspect-ratio:5/4;}
.product_category_related_solution_content_sw_bg img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.product_category_related_solution_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 30px;padding-bottom: 36px;display: flex;align-items: flex-end;background: rgba(0, 0, 0, 0.4);transition: all 0.3s;}
.product_category_related_solution_content_sw_content_txt{width: 100%;height: auto;}
.product_category_related_solution_content_sw_content_txt h3{font-size: 24px;color: #FFFFFF;font-family: "Inter-Medium";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_category_related_solution_content_sw_content_txt p{font-size: 14px;color: #FFFFFF;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.product_category_related_solution_content_sw_content_txt span{display: none;color: #FFFFFF;text-decoration: underline;margin-top: 10px;}
.product_category_related_solution_content_sw .swiper-slide:hover .product_category_related_solution_content_sw_bg img{transform: scale(1.1);}
.product_category_related_solution_content_sw .swiper-slide:hover .product_category_related_solution_content_sw_content{background: rgba(0, 112, 184, 0.6);}
.product_category_related_solution_content_sw .swiper-slide:after{content: "";display: block;width: 0;height: 11px;background: var(--mainColor);position: absolute;left: 0;bottom: 0;transition: 0.3s;}
.product_category_related_solution_content_sw .swiper-slide:hover:after{width: 100%;}
.product_category_related_solution_content_sw .swiper-slide:hover .product_category_related_solution_content_sw_content_txt span{display: block;}
.product_category_related_solution_content_sw_right,.product_category_related_solution_content_sw_left{width: 45px;height: 52px;background: rgba(0,0,0,0.56);display: flex;align-items: center;justify-content: center;font-size: 24px;color: #FFFFFF;font-family: "Poppins-Medium";}
.product_category_related_solution_content_sw_left{left: 0;}
.product_category_related_solution_content_sw_right{right: 0px;}
.product_category_related_solution_content_sw_right:hover,.product_category_related_solution_content_sw_left:hover{background: var(--mainColor);color: #FFFFFF;}
.product_category_related_solution_content_sw_page{width: 100%;height: auto;bottom: 0 !important;}
.product_category_related_solution_content_sw_page span{width: 36px;height: 3px;border-radius: 1px;background: #828282;opacity: 1;}
.product_category_related_solution_content_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.product_detial_faq_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F8F8;}
.product_detial_faq_ul{padding-top: 38px;}
.product_detial_table3_sw{width: 100% !important;height:auto;margin-top:58px;padding-bottom:80px;}
.product_detial_table3_sw img{width: 100%;height: auto;display: block;border-radius:5px;}
/*product_detial.html end*/
/*case.html start*/
.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/3;}
.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: 26px;color: #222;font-family: "Inter-Bold";}
.solution_content_ul_right p{font-size: 16px;color: #08122D;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);}
/*case.html end*/
/*case_list.html start*/
.case_list_box{width: 100%;height: auto;padding: 80px 0px;}
.case_list_btn{width: 100%;height: auto;display: flex;justify-content: center;flex-wrap: wrap;}
.case_list_btn li{width: 18.5%;height: 48px;border-radius: 5px;border: 1px solid var(--twoColor);color: var(--twoColor);margin-left: 1.85%;margin-bottom: 50px;transition: all 0.3s;}
.case_list_btn li a{display: flex;justify-content: center;align-items: center;padding: 0 10px;width: 100%;height: 100%;text-align: center;}
.case_list_btn li:nth-of-type(5n+1){margin-left: 0;}
.case_list_btn li.on,
.case_list_btn li:hover{background: var(--mainColor);border-color: var(--mainColor);}
.case_list_btn li.on a,
.case_list_btn li:hover a{color: #FFFFFF;}
.application_ul_box{width: 100%;height: auto;margin-top: 30px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.application_ul_box li{width: 32%;height: auto;margin-left: 2%;margin-top: 30px;background: #f8f8f8;overflow: hidden;border-radius: 5px;}
.application_ul_box li:nth-of-type(3n+1){margin-left: 0;}
.application_ul_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 5/3;}
.application_ul_img img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s;}
.application_ul_box li h2{font-size: 24px;color: #333333;font-family: "Inter-Bold";text-align: center;transition: all 0.3s;}
.application_ul_box li p{font-size: 16px;line-height: 1.6;text-align: center;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.application_ul_box li:hover .application_ul_img img{transform: scale(1.1);}
.application_ul_box li:hover h2{color: var(--mainColor);}
.application_ul_box li span{display: flex;justify-content: center;align-items: center;width: 148px;height: 42px;border: 1px solid var(--twoColor);color: var(--twoColor);margin: 0px auto;margin-top: 15px;border-radius: 5px;transition: all 0.3s;}
.application_ul_box li:hover span{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}
.application_ul_content{width: 100%;height: auto;padding: 30px 20px; }
/*case_list.html end*/
/*download.html start*/
.download_ul_left h2{font-family: "Inter-Medium";}
.public_about_title h1{font-size: 48px;color: #333333;font-family: "Inter-Bold";text-align: center;text-transform: uppercase;}
/*download.html end*/
/*company_team.html start*/
.company_team_box{width: 100%;height: auto;padding: 80px 0px;padding-top: 42px;}
.company_team_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.company_team_ul li{width: 48.5%;height: auto;display: flex;justify-content: space-between;background: #F8F8F8;border-radius: 10px;padding: 20px;align-items: center;transition: all 0.3s;margin-top: 38px;}
.company_team_ul_img{width: 32%;height: auto;overflow: hidden;border-radius: 10px;}
.company_team_ul_img img{width: 100%;height: auto;display: block;}
.company_team_ul_div{width: 65%;height: auto;}
.company_team_ul_div h2{font-size: 26px;color: #333333;font-family: "Inter-Bold";}
.company_team_ul_div h3{font-size: 20px;color: #333333;font-family: "Inter-Medium";margin-top: 8px;}
.company_team_ul_div p{font-size: 16px;color: #333333;line-height: 1.6;margin-top: 50px;}
.company_team_ul li:hover{box-shadow: 4px 4px 12px 0px rgba(175, 175, 175, 0.25);}
/*company_team.html end*/
/*exhibition.html start*/
.exhibition_sw{width: 100%;height: auto;margin-top: 80px;padding-bottom: 80px;}
.exhibition_sw img{width: 100%;height: auto;display: block;}
.exhibition_sw_page{bottom: 0;}
.exhibition_sw_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
/*exhibition.html end*/
/*news_list.html start*/
.application_box{width: 100%;height: auto;padding: 80px 0px;display: flex;justify-content: space-between;}
.application_left{width: 74.5%;height: auto;}
.news_list_box{width: 100%;height: auto;}
.news_list_box li{width: 100%;height: auto;display: flex;justify-content: space-between;box-shadow: 0px 0px 15px 0px rgba(215, 215, 215, .68);}
.news_list_img{flex: 0 0 300px;width: 300px;height: auto;overflow: hidden;}
.news_list_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.news_list_txt{flex: 1;padding: 25px;}
.news_list_time{display: flex;justify-content: flex-start;align-items: center;color: #555555;}
.news_list_time img{width: 16px;height: auto;display: block;margin-right: 8px;}
.news_list_txt h2{font-size: 18px;color: #000000;font-family: "PlusJakartaSans-SemiBold";margin: 15px 0;}
.news_list_txt h2 a{font-family: "PlusJakartaSans-SemiBold";}
.news_list_txt p{font-size: 16px;color: #000000;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news_list_box li:hover .news_list_img img{transform: scale(1.1);}
.news_list_txt h2 a:hover{color: var(--mainColor);}
.news_list_box li + li{margin-top: 50px;}
.product_content_left_search{width: 100%;height: auto;margin-top: 30px;}
.product_content_left_search form{width: 100%;height: 50px;border: 1px solid var(--mainColor);position: relative;display: flex;justify-content: space-between;}
.product_content_left_search_input{display: block;height: 100%;flex: 1;padding: 0 10px;font-size: 16px;border: none;outline: none;}
.product_content_left_search_btn{display: block;aspect-ratio:1/1;height: 100%;border: none;background: url(../images/product_search_btn.png) no-repeat center center var(--mainColor);outline: none;cursor: pointer;}
.product_content_left_related{width: 100%;height: auto;margin-top: 30px;}
.product_content_left_related_ul{width: 100%;height: auto;margin-top: 15px;}
.product_content_left_related_ul li{width: 100%;height: auto;margin-top: 15px;border-bottom: 1px solid #E5E5E5;}
.product_content_left_related_ul li a{display: flex;justify-content: space-between;align-items: center;padding-bottom: 15px;}
.product_content_left_related_ul_img{width: 24%;height: auto;aspect-ratio:1/1;overflow: hidden;}
.product_content_left_related_ul_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.product_content_left_related_ul li h2{flex: 1;display: block;font-size: 16px;margin-left: 10px;line-height: 1.6;transition: all 0.3s;}
.product_content_left_related_ul li:hover .product_content_left_related_ul_img img{transform: scale(1.1);}
.product_content_left_related_ul li:hover h2{color: var(--mainColor);}
.product_content_form{width: 100%;height: auto;margin-top: 30px;}
.product_content_form_ul{width: 100%;height: auto;margin-top: 30px;}
.product_content_form_ul li{width: 100%;height: auto;position: relative;}
.product_content_form_ul li + li{margin-top: 10px;}
.product_content_form_ul li input{display: block;width: 100%;height: 35px;border: 1px solid #E5E5E5;padding-left: 10px;outline: none;}
.product_content_form_ul li textarea{display: block;width: 100%;height: 80px;border: 1px solid #E5E5E5;padding: 10px;resize: none;outline: none;}
.product_content_form_btn{display: block;width: 50%;height: 48px;border: none;background: var(--mainColor);color: #FFFFFF;margin-top: 10px;cursor: pointer;border-radius: 4px;}
/*news_list.html end*/









/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;padding: 80px 0 0;background: #1A2B56;}
.footer_top_box{width: 100%;height: auto;}
.footer_top_box .contentWH1600{display: flex;justify-content: space-between;}
.footer_top_left h2{font-size: 26px;color: #FFFFFF;font-family: "Inter-Bold";}
.footer_top_left a{display: flex;justify-content: center;align-items: center;width: 140px;height: 44px;background: var(--mainColor);font-size: 18px;color: #FFFFFF;font-family: "Inter-Medium";margin-top: 14px;}
.footer_top_right_title{font-size: 26px;color: #FFFFFF;font-family: "Inter-Bold";text-align:right;}
.footer_top_right_ul{display: flex;justify-content: flex-end;margin-top: 14px;}
.footer_top_right_ul li{width: 39px;height: auto;}
.footer_top_right_ul li img{width: 100%;height: auto;display: block;border-radius:5px;}
.footer_top_right_ul li + li{margin-left: 28px;}
.footer_bottom_box{width: 100%;height: auto;margin-top: 67px;}
.footer_bottom_box .contentWH1600{display: flex;justify-content: space-between;}
.footer_bottom_nav_title{font-size: 20px;color: #FFFFFF;font-family: "Inter-Medium";text-transform: uppercase;padding-bottom: 10px;}
.footer_bottom_nav a{display: block;font-size: 16px;color: #FFFFFF;margin-top: 10px;text-transform: capitalize;}
.footer_bottom_nav a:hover{text-decoration: underline;}
.footer_info_box{width: 26%;}
.footer_info_ul{width: 100%;height: auto;}
.footer_info_ul li{margin-top: 15px;display: flex;justify-content: flex-start;align-items: flex-start;}
.footer_info_ul li img{width: 18px;height: auto;display: block;margin-right: 10px;filter: brightness(0) invert(1);}
.footer_info_ul li p{color: #fff;font-size: 16px;line-height: 1.4;text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);font-family: "Inter-Medium";}
.footer_info_ul li p a{color: #fff;text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);font-family: "Inter-Medium";}
.footer_info_ul li p a:hover{color: #FFFFFF;text-decoration: underline;}
.online_right_box{width: 80px;height: auto;position: fixed;right: 0;bottom: 80px;z-index: 998;}
.online_right_box li{width: 100%;height: auto;position: relative;cursor: pointer;}
.online_right_left{width: 100%;height: 72px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.online_right_left a{display:flex;flex-direction: column;justify-content: center;align-items: center;width:100%;height:100%;}
.online_right_left img{display: block;width: 30px;height: auto;}
.online_right_left p{font-size: 14px;color: #FFFFFF;text-align: center;margin-top: 4px;}
.online_right_right{height: 100%;display: flex;align-items: center;padding: 0 20px;right: 100%;position: absolute;top: 0;min-width: 230px;display: none;}
.online_right_right a{font-size: 18px;color: #FFFFFF;}
.online_right_box li:nth-of-type(1) .online_right_right,
.online_right_box li:nth-of-type(1){background: #D4AF37;}
.online_right_box li:nth-of-type(2) .online_right_right,
.online_right_box li:nth-of-type(2){background: #D8B74B;}
.online_right_box li:nth-of-type(3) .online_right_right,
.online_right_box li:nth-of-type(3){background: #DDBF5F;}
.online_right_box li:nth-of-type(4) .online_right_right,
.online_right_box li:nth-of-type(4){background: #E1C773;}
.online_right_box li:nth-of-type(5){background: #E5CF87;}
.online_right_box li:hover .online_right_right{display: flex;}
.online_right_box li:nth-of-type(3) .online_right_right{aspect-ratio:1/1;top:50%;transform:translateY(-50%);padding:20px;height:auto;}
.online_right_right img{display:block;width:100%;height:auto;}

.footer_last_box{width: 100%;height: auto;padding: 40px 0 0;}
.footer_last_box .contentWH1600{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
padding:10px 0;  border-top: 1px solid rgba(255,255,255,0.5);
}
.footer_last_box p{font-size: 16px;color: #97c4ff;}
.footer_last_box a{color: #97c4ff;}
.footer_last_box a:hover{color: #FFFFFF;text-decoration: underline;}


/*footer end*/
@media (max-width: 1768px) {
	.nav_box li + li{margin-left: 24px;}
	.nav_frist_link{font-size: 16px;}
	.header_content_right_btn{margin-left: 24px;}
	.index_system_ul li{font-size: 16px;}
	.index_system_content_list_ul_content h3{font-size: 20px;}
	.index_title_box h2{font-size: 48px;}
	.index_about_content_left_txt p{font-size: 20px;}
	.index_news_content_left_content_txt h2{font-size: 24px;}
	.index_news_content_left_content_txt p{font-size: 16px;}
	.index_news_content_left_bg{height: 100%;}
	.index_news_content_left_bg img{height: 100%;object-fit: cover;}
	.index_news_content_right li a{height: 100%;padding: 30px;}
	.index_news_content_right li i{margin-top: 16px;}
	.index_news_content_right li h2{font-size: 20px;}
	.index_advantage_ul li p{font-size: 20px;}
	.index_global_txt p{font-size: 20px;}
	.index_about_news_sw_txt p{margin-top: 20px;}
	.inquire_content_left_top h2{font-size: 26px;}
	.inquire_content_left_top h3{font-size: 16px;}
	.inquire_content_left_top{padding-bottom: 30px;}
	.inquire_content_left_bottom{margin-top: 30px;}
	.inquire_content_right_top h2{font-size: 26px;}
	.inquire_content_right_top p{font-size: 16px;}
	.product_detial_info_content_right_right{width: 18.2%;}
	.product_detial_info_content_left h1{font-size: 26px;}
	.product_detial_info_content_left p{font-size: 16px;margin-top: 10px;}
	.product_detial_info_content_left_link{margin-top: 25px;}
	.company_team_ul_div p{margin-top: 10px;}
	.index_product_nav_box li{padding: 20px;}
}
@media (max-width: 1400px) {
	.header_content_right_right{margin-left: 24px;}
	.index_banner_swiper_content_txt{width: 48%;padding: 30px;}
	.index_product_nav_box li h3{font-size: 14px;}
	.online_right_box{width: 72px;}
	.online_right_left{height: 74px;}
	.online_right_left p{margin-top: 2px;}
	.online_right_left img{width: 24px;}
	.index_system_ul li{font-size: 14px;}
	.inquire_content_box{padding: 30px;}
}
@media (max-width: 1200px) {
	.logo{width: 103px;}
	.nav_box li + li{margin-left: 16px;}
	.header_content_right_btn{margin-left: 16px;}
	.header_content_right_right{width: 116px;margin-left: 16px;font-size: 16px;}
	.header_search_btn{width: 18px;}
	.header_language_btn{width: 18px;}
	.nav_frist_link{font-size: 14px;}
	.index_product_nav_box{flex-wrap: wrap;}
	.index_product_nav_box li{width: calc(100% / 3);}
	.index_product_nav_box li:after{display: none;}
	.index_product_content_list_content{flex-wrap: wrap;}
	.index_product_content_list_content_left{width: 26.7%;}
	.index_product_content_list_content_right{width: 71.2%;}
	.index_title_box h2{font-size: 36px;}
	.index_about_content_left_txt p{font-size: 18px;}
	.index_about_news_sw_txt h3{font-size: 20px;}
	.footer_bottom_nav_title{font-size: 18px;}
	.footer_bottom_nav a{font-size: 14px;}
	.application_box{flex-wrap: wrap;}
	.public_products_content_left,
	.application_left{width: 100%;}
	.application_left{margin-top: 50px;}
}
@media (max-width: 990px) {
	.nav_box{position: absolute;width: 100%;height: calc(100vh - 80px);background: #FFFFFF;left: 0;top: 100%;z-index: 999;display: block;overflow: hidden;overflow-y: auto;display: none;}
	.header_content_box{height: 80px;}
	.nav_box li{height: auto;width: 100%;padding: 0 4%;position: relative;}
	.nav_box li + li{margin-left: 0;}
	.hd_btn{display: block;}
	.nav_frist_link{display: inline-block;line-height: 48px;font-size: 18px;}
	.header_nav_content_box{position: relative;}
	.header_nav_content_top_ul{overflow: hidden;overflow-x:auto;}
	.header_nav_content_top_ul li{padding: 0 !important;height: 100% !important;margin-left: 35px !important;}
	.header_nav_content_bottom .contentWH1600{width: 100%;flex-wrap: wrap;}
	.header_nav_content_bottom_left{flex: 0 0 27.75%;}
	.header_nav_content_bottom_right{padding: 26px 4%;}
	.header_nav_content_top_ul{padding: 0 4%;}
	.header_nav_content_top .contentWH1600{width: 100% !important;}
	.header_nav_content_bottom_right_list_ul{justify-content: space-between;}
	.header_nav_content_bottom_right_list_ul li{width: 48.5% !important;padding: 0 !important;margin-left: 0 !important;}
	.header_nav_content_box .contentWH1600{width: 100%;}
	.header_nav_content_box{min-height: auto;}
	.index_banner_swiper_content_txt h2{font-size: 16px;}
	.index_banner_swiper_content_txt h1{font-size: 24px;}
	.index_banner_swiper_content_txt p{font-size: 16px;}
	.index_system_content_list_ul_content{padding: 20px;}
	.index_system_content_list_ul_content i{margin-top: 30px;}
	.index_system_content_list_ul_content{width: 74.3%;}
	.index_about_content_box{align-items: flex-start;}
	.index_news_content_box{flex-wrap: wrap;}
	.index_news_content_left{width: 100%;}
	.index_news_content_right{display: flex;justify-content: space-between;width: 100%;flex-direction: row;}
	.index_news_content_right li{height: auto;width: 48.5%;margin-top: 30px;}
	.index_advantage_ul li p{font-size: 16px;}
	.index_global_txt p{font-size: 16px;}
	.footer_bottom_box .contentWH1600{flex-wrap: wrap;}
	.inquire_content_left{padding: 30px;}
	.product_detial_info_content_box{flex-direction: column;}
	.product_detial_info_content_right{width: 100%;}
	.product_detial_info_content_left{width: 100%;margin-top: 30px;}
	.product_detial_info_content_right_right_sw .swiper-slide img{height: 100%;object-fit: cover;}
	.public_product_detial_nav_ul li{font-size: 16px;}
	.public_product_detial_content_description li{flex-direction: column-reverse;}
	.public_product_detial_content_description_img{width: 100%;}
	.public_product_detial_content_description_right{width: 100%;margin-top: 20px;}
	.public_product_detial_content_description li:nth-of-type(even){flex-direction: column-reverse;}
	.public_product_detial_nav_box{top: 80px;}
	.application_ul_box{justify-content: space-between;}
	.application_ul_box li{width: 48.5%;margin-left: 0;}
	.company_team_ul li{flex-wrap: wrap;}
	.company_team_ul_img{width: 100%;}
	.company_team_ul_div{width: 100%;margin-top: 20px;}
}
@media (max-width: 768px) {
	.header_content_box{height: 13.8vw;}
	.logo{width: 18vw;}
	.nav_frist_link{font-size: 3.8vw;line-height: 10.8vw;}
	.header_nav_content_top_ul{min-height: 10.8vw;}
	.header_nav_content_top_ul li{font-size: 3.6vw;margin-left: 3.6vw !important;}
	.header_nav_content_box .contentWH1600{flex-wrap: wrap;height: auto;}
	.header_nav_content_bottom_right{display: none;}
	.header_nav_content_bottom_left{flex: 1;height: auto;border: none;}
	.header_nav_content_bottom_left_nav li a{font-size: 3.6vw;display: block;}
	.header_nav_content_bottom_left_nav li{margin-top: 3.2vw;}
	.header_nav_content_other{flex-wrap: wrap;}
	.header_nav_content_other_left{width: 100%;}
	.header_nav_content_other_left_title{display: none;}
	.header_nav_content_other_left_content{justify-content: space-between;}
	.header_nav_content_other_left_content a{width: 48.5%;margin: 0;margin-top: 3.6vw;font-size: 3.6vw;}
	.header_nav_content_other{padding: 0;}
	.header_nav_content_other_right{width: 100%;margin-top: 3.2vw;}
	.header_search_btn{width: 4.8vw;}
	.header_language_btn{width: 4.8vw;margin-left: 5.8vw;}
	.header_content_right_right{width: 26vw;height: 8.8vw;font-size: 3.6vw;margin-left: 3.6vw;}
	.index_banner_swiper_bg{height: 92vw;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_swiper_content_txt{width: 68%;}
	.index_banner_swiper_content_txt h2{font-size: 3.2vw;}
	.index_banner_swiper_content_txt h1{font-size: 4.8vw;}
	.index_banner_swiper_content_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_banner_swiper_content_txt{padding: 5% 4%;}
	.online_right_box{display: flex;justify-content: space-between;width: 100%;top: auto;transform: none;bottom: 0;}
	.online_right_box li{width: calc(100% / 3);}
	.online_right_box li:nth-last-of-type(3),
	.online_right_box li:nth-last-of-type(1){display: none;}
	.online_right_left img{width: 5.8vw;}
	.online_right_left{height: 13.8vw;}
	.online_right_left p{font-size: 3.6vw;margin-top: 0;}
	.online_right_right{display: none !important;}
	.index_product_box{padding: 8vw 0;}
	.index_title_box span{font-size: 3.2vw;}
	.index_title_box h2{font-size: 4.8vw;margin-top: 3.2vw;}
	.index_product_nav_box{margin-top: 3.8vw;}
	.index_product_nav_box li{padding: 5% 4%;}
	.index_product_nav_ico{width: 11.8vw;}
	.index_product_nav_box li h3{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_content{margin-top: 5.8vw;}
	.index_product_content_list_content_left{width: 100%;}
	.index_product_content_list_content_left_title{height: 10.8vw;font-size: 3.8vw;padding: 0 4%;}
	.index_product_content_list_content_left_nav{padding: 4%;}
	.index_product_content_list_content_left_nav li{font-size: 3.6vw;}
	.index_product_content_list_content_left_nav li + li{margin-top: 3.2vw;}
	.index_product_content_list_content_right{width: 100%;margin-top: 5.8vw;}
	.index_product_content_list_content_right_list_sw .swiper-slide a{padding: 4%;}
	.index_product_content_list_content_right_list_sw_content h4{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_product_content_list_content_right_list_sw_content p{font-size: 3.2vw;}
	.index_product_content_list_content_right_list_sw_page span{width: 1.4vw;height: 1.4vw;}
	.index_product_content_list_content_right_list_sw{padding-bottom: 8vw;}
	.index_system_box{padding: 8vw 0;}
	.index_title_box p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_system_ul li:nth-of-type(1){width: 32%;height: 8.8vw;}
	.index_system_ul{justify-content: space-between;}
	.index_system_ul li{font-size: 2.8vw;height: 8.8vw;padding: 0 2%;margin: 0;margin-top: 3.8vw;width: 32.5%;text-align: center;}
	.index_system_content{margin-top: 5.8vw;}
	.index_system_content_list_ul li{width: 100%;}
	.index_system_content_list_ul li:nth-of-type(1) .index_system_content_list_ul_content{width: 100%;position: relative;left: 0;top: 0;}
	.index_system_content_list_ul_content{padding: 5% 4%;}
	.index_system_content_list_ul_content span{font-size: 3.2vw;}
	.index_system_content_list_ul_content h3{font-size: 3.8vw;margin-top: 1.6vw;}
	.index_system_content_list_ul_content i{margin-top: 3.8vw;font-size: 3.6vw;}
	.index_system_content_list_ul_content i img{width: 3.8vw;}
	.index_system_content_list_ul li{margin-top: 3.8vw;}
	.index_system_content_list_ul_content{width: 100%;position: relative;left: 0;transform: none;bottom: 0;}
	.index_about_box{padding: 8vw 0;}
	.index_about_content_box{flex-wrap: wrap;}
	.index_about_content_left_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_about_content_left_txt a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.index_about_content_left{width: 100%;}
	.index_about_content_right{width: 100%;display: flex;justify-content: space-between;margin-top: 5.8vw;}
	.index_about_content_right img{width: 48.5% !important;}
	.index_about_content_right img:nth-of-type(2){position: relative;right: auto;bottom: auto;width: 48.5%;}
	.index_about_news_box{margin-top: 0;}
	.index_about_news_sw{width: 100%;overflow: hidden;}
	.index_about_news_sw_txt span{font-size: 3.2vw;margin-top: 2.6vw;}
	.index_about_news_sw_txt h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_about_news_sw_txt p{padding: 0;font-size: 3.6vw;margin-top: 3.2vw;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
	.index_about_news_sw_txt span img{width: 3.8vw;}
	.index_about_news_sw{padding-bottom: 8vw;}
	.index_about_news_sw_page span{width: 1.2vw;height: 1.2vw;}
	.index_news_box2{padding: 8vw 0;}
	.index_news_content_left_content{padding: 5% 4%;}
	.index_news_content_left_content_txt{width: 100%;}
	.index_news_content_left_content_txt span{font-size: 3.2vw;}
	.index_news_content_left_content_txt h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_news_content_left_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_content_left_content_txt i{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_news_content_right{flex-wrap: wrap;}
	.index_news_content_right li{width: 100%;margin-top: 3.8vw;}
	.index_news_content_right li a{padding: 5% 4%;}
	.index_news_content_right li span{font-size: 3.2vw;}
	.index_news_content_right li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.index_news_content_right li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_content_right li i{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_content_right li i img{width: 3.8vw;}
	.index_advantage_box{padding: 8vw 0;}
	.index_advantage_ul{flex-wrap: wrap;}
	.index_advantage_ul li:after{display: none;}
	.index_advantage_ul li{width: 100%;}
	.index_advantage_ul li + li{margin-top: 3.8vw;}
	.index_global_box{padding: 8vw 0;padding-bottom: 24vw;}
	.index_global_txt p{font-size: 3.6vw;}
	.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;}
	.footer{padding: 8vw 0;padding-bottom: 13.8vw;}
	.footer_top_box .contentWH1600{flex-wrap: wrap;}
	.footer_top_left{width: 100%;}
	.footer_top_left h2{font-size: 4.8vw;text-align: center;}
	.footer_top_left a{width: 42vw;height: 10.8vw;font-size: 3.6vw;margin: 0px auto;margin-top: 3.8vw;}
	.footer_top_right{width: 100%;margin-top: 5.8vw;}
	.footer_top_right_title{font-size: 4.8vw;text-align: center;}
	.footer_top_right_ul{justify-content: center;margin-top: 3.2vw;}
	.footer_top_right_ul li{width: 8.8vw;}
	.footer_top_right_ul li + li{margin-left: 3.2vw;}
	.footer_bottom_box{margin-top: 5.8vw;}
	.footer_bottom_nav{width: 48.5%;margin-top: 3.8vw;}
	.footer_bottom_nav_title{font-size: 3.8vw;padding-bottom: 1.8vw;}
	.footer_bottom_nav a{font-size: 3.2vw;margin-top: 1.8vw;}
	.footer_info_box{width:100%;margin-top:3.8vw;}
	.footer_info_ul li p{font-size:3.2vw;}
	.inquire_box{padding-bottom: 8vw;}
	.inquire_content_box{padding: 5% 4%;flex-wrap: wrap;}
	.inquire_content_left{width: 100%;padding: 5% 4%;}
	.inquire_content_left_top{padding-bottom: 3.2vw;}
	.inquire_content_left_top h3{font-size: 3.6vw;}
	.inquire_content_left_top h2{font-size: 4.8vw;margin-top: 3.6vw;}
	.inquire_content_left_top p{font-size: 3.2vw;margin-top: 3.6vw;}
	.inquire_content_left_bottom{margin-top: 3.2vw;}
	.inquire_content_left_bottom li p{font-size: 3.6vw;}
	.inquire_content_left_bottom li + li{margin-top: 3.2vw;}
	.inquire_content_right{width: 100%;margin-top: 5.8vw;}
	.inquire_content_right_top h2{font-size: 4.8vw;}
	.inquire_content_right_top p{font-size: 3.6vw;margin-top: 3.2vw;}
	.inquire_content_right_top{padding-bottom: 3.6vw;}
	.inquire_content_right_ul{padding-top: 1.8vw;}
	.inquire_content_right_ul li{width: 100%;margin-top: 3.2vw;}
	.inquire_content_right_ul li input{height: 10.8vw;}
	.inquire_content_right_ul li textarea{height: 28vw;}
	.inquire_content_right_ul li p{font-size: 3.6vw;}
	.inquire_btns{width: 100%;height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
	.product_banner_bg{height: auto;}
	.product_banner_content h1{font-size: 4.8vw;}
	.public_products_content_right_txt h2{height: auto;}
	.product_detial_info_content_box{padding-top: 0;padding-top: 8vw;}
	.product_detial_info_content_left{margin-top: 5.8vw;}
	.product_detial_info_content_left h1{font-size: 4.8vw;}
	.product_detial_info_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_info_content_left_link{margin-top: 0;}
	.product_detial_info_box{padding-bottom: 8vw;}
	.product_detial_info_content_left_link a{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 5.8vw;}
	.product_detial_info_content_left_link a + a{margin-left: 3.6vw;}
	.public_product_detial_content_description_right{margin-top: 5.8vw;}
	.public_product_detial_content_description_right h3{font-size: 4.8vw;}
	.public_product_detial_content_description_right p{font-size: 3.6vw;margin-top: 3.6vw;}
	.public_product_detial_content_description li + li{margin-top: 5.8vw;}
	.product_detial_paramenters_box{padding: 8vw 0;}
	.product_detial_paramenters_content h3{font-size: 4.8vw;margin-top: 5.8vw;margin-bottom:3.2vw;}
	.product_detial_paramenters_content h2{font-size: 4.8vw;margin-top: 5.8vw;}
	.product_detial_paramenters_content p{font-size:3.6vw;margin-top:3.2vw;}
	.product_detial_paramenters_content{overflow: hidden;overflow-x: auto;}
	.product_detial_paramenters_content table{margin-top: 3.6vw;min-width: 780px;}
	.product_detial_paramenters_content table th{font-size: 3.8vw;height: 10.8vw;padding: 1.8vw;}
	.product_detial_paramenters_content table td{padding: 1.8vw;font-size: 3.6vw;}
	.product_category_related_solution_box{padding: 8vw 0;}
	.product_detial_title h2{font-size: 4.8vw;}
	.product_category_related_solution_content_sw_con{width: 95%;}
	.product_category_related_solution_content_box{margin-top: 5.8vw;}
	.product_category_related_solution_content_sw_content{padding: 5% 4%;}
	.product_category_related_solution_content_sw_content_txt h3{font-size: 3.8vw;}
	.product_category_related_solution_content_sw_content_txt p{font-size: 3.2vw;margin-top: 1.8vw;}
	.product_category_related_solution_content_sw_right, .product_category_related_solution_content_sw_left{display: none;}
	.product_category_related_solution_content_sw{padding-bottom: 8vw;}
	.product_category_related_solution_content_sw_page span{width: 3vw;height: 0.3vw;}
	.product_detial_faq_box{padding: 8vw 0;}
	.product_detial_faq_ul{padding-top: 3.2vw;}
	.product_detial_table3_sw{padding-bottom: 12vw;margin-top:5.8vw;}
	.solution_content_box{padding: 8vw 0;}
    .solution_content_ul li{margin-top: 3.8vw;padding: 5% 4%;}
    .solution_content_ul a{flex-wrap: wrap;padding: 0;}
    .solution_content_ul_img{width: 100%;}
    .solution_content_ul_right{width: 100%;margin-top: 3.8vw;}
    .solution_content_ul_right h4{font-size: 3.6vw;}
    .solution_content_ul_right p{font-size: 3.2vw;margin-top: 1.8vw;}
    .solution_content_ul_right span{width: 38vw;height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
    .application_ul_box li{width: 100%;margin-top: 3.8vw;}
	.application_ul_box li h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.application_ul_box li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.case_info_box{margin-top: 5.8vw;}
	.application_ul_content{padding: 5% 4%;}
	.application_ul_box li span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw}
	.case_list_box{padding: 8vw 0;}
	.case_list_btn{justify-content: space-between;}
	.case_list_btn li{width: 48.5%;height: 10.8vw;margin-bottom: 3.8vw;font-size: 3.6vw;margin-left: 0;}
	.company_team_box{caption-side: 8vw 0;}
	.company_team_ul li{width: 100%;margin-top: 3.8vw;padding: 4%;}
	.company_team_ul_div{margin-top: 3.2vw;}
	.company_team_ul_div h2{font-size: 4.2vw;}
	.company_team_ul_div h3{font-size: 3.8vw;}
	.company_team_ul_div p{font-size: 3.6vw;margin-top: 3.6vw;}
	.exhibition_sw{margin-top: 8vw;padding-bottom: 12vw;}
	.application_box{padding: 8vw 0;}
	.product_content_left_search{margin-top: 5.8vw;}
	.product_content_left_search form{height: 10.8vw;}
	.product_content_left_search_input{font-size: 3.6vw;padding-left: 3.2vw;}
	.product_content_left_related_ul{margin-top: 3.2vw;}
	.product_content_left_related_ul li{margin-top: 3.2vw;}
	.product_content_left_related_ul li a{padding-bottom: 3.2vw;}
	.product_content_left_related_ul li h2{font-size: 3.6vw;}
	.product_content_form{margin-top: 5.8vw;}
	.product_content_form_ul{margin-top: 3.8vw;}
	.product_content_form_ul li input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.6vw;}
	.product_content_form_ul li textarea{height: 20vw;padding: 1.8vw;font-size: 3.6vw;}
	.product_content_form_btn{height: 10.8vw;font-size: 3.6vw;}
	.application_left{margin-top: 5.8vw;}
	.news_list_box li{flex-wrap: wrap;}
	.news_list_img{flex: auto;width: 100%;}
	.news_list_txt{padding: 5% 4%;}
	.news_list_time{font-size: 3.6vw;}
	.news_list_txt h2{font-size: 3.8vw;margin: 1.8vw 0;}
	.news_list_txt p{font-size: 3.6vw;}
	.news_list_box li + li{margin-top: 5.8vw;}
}


















