/*header start*/
.header{width: 100%;height: auto;background: radial-gradient(circle,rgba(25, 63, 110, 1) 0%, rgba(25, 62, 114, 1) 100%);position: relative;}
.header.indexHeader{position: fixed;top: 0;left: 0;background: transparent;z-index: 999;}
.header.fixed{position: fixed;top: 0;left: 0;z-index: 999;background: radial-gradient(circle,rgba(25, 63, 110, 1) 0%, rgba(25, 62, 114, 1) 100%);}
.header.indexHeader.fixed{background: radial-gradient(circle,rgba(25, 63, 110, 1) 0%, rgba(25, 62, 114, 1) 100%);}
.header_content_box{width: 100%;height: 100px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 87px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_content_right_nav{display: flex;height: 100%;display: flex;justify-content: flex-end;}
.header_content_right_nav li{height: 100%;display: flex;align-items: center;position: relative;}
.header_content_right_nav li + li{margin-left: 68px;}
.nav_frist_link{display: flex;align-items: center;height: 100%;font-family: "Inter-Medium";color: #FFFFFF;font-size: 20px;text-transform: uppercase;}
.nav_list_box{width: 268px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;z-index: 99;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;}
.nav_list_item{width: 100%;height: auto;border-bottom: 1px solid #E5E5E5;}
.nav_list_box .nav_list_item:nth-last-of-type(1){border-bottom: none;}
.nav_two_link{display: flex;height: 45px;align-items: center;line-height: 1.6; padding: 0 10px;font-size: 16px;transition: all 0.3s;}
.nav_two_link:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_list_content{width: 100%;min-height: 100%;background: #FFFFFF;position: absolute;left: 100%;top: 0;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);display: none;}
.nav_list_content a{display: flex;height: 45px;align-items:center;border-bottom: 1px solid #E5E5E5;transition: all 0.3s;padding: 0 10px;}
.nav_list_content a:nth-last-of-type(1){border-bottom: none;}
.nav_list_content a:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_list_item:hover .nav_list_content{display: block;}
.header_content_right_nav li:hover .nav_list_box{display: block;}
.header_content_right{display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header_content_right_btn{width: 80px;height: 100%;display: flex;justify-content: space-between;align-items: center;margin-left: 78px;position: relative;}
.header_content_right_search_btn{width: 24px;height: auto;cursor: pointer;}
.header_content_right_search_btn img{width: 100%;height: auto;display: block;}
.header_content_right_language_btn{width: 24px;height: 100%;position: relative;display: flex;align-items: center;}
.header_content_right_language_btn span{display: block;width: 100%;height: auto;}
.header_content_right_language_btn span img{width: 100%;height: auto;display: block;}
.header_content_right_language_list{width: 98px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #FFFFFF;display: none;}
.header_content_right_language_list a{display: block;line-height: 45px;padding: 0 8px;border-bottom: 1px solid #E5E5E5;}
.header_content_right_language_list a:nth-last-of-type(1){border-bottom: none;}
.header_content_right_language_list a:hover{background: var(--mainColor);color: #FFFFFF;}
.header_content_right_language_btn:hover .header_content_right_language_list{display: block;}
.header_content_right_btn:after{content: "";display: block;width: 1px;height: 30px;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);top: 50%;transform: translateY(-50%);}
.header_search_box{width: 100%;max-height: 0px;background: #FFFFFF;position: absolute;left: 0px;top: 100%;z-index: 9999;overflow: hidden;transition: all 0.6s;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);}
.header_search_box form{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.header_search_box input{width: 400px;height: 42px;display: block;outline: none;background: #FFFFFF;color: #333333;padding: 0 18px;border: none;font-size: 18px;margin: 30px 0;border-bottom: 1px solid #E5E5E5;}
.header_search_box input:nth-last-of-type(1){border-radius: 8px;width: 150px;margin-left: 15px;background: var(--mainColor);color: #FFFFFF;cursor: pointer;}
.header_search_box.on{max-height: 800px;}
.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:  #fff;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.index_banner_swiper{width: 100%;height: auto;}
.index_banner_swiper_bg{width: 100%;height: auto;}
.index_banner_swiper_bg img{width: 100%;height: auto;display: block;}
.index_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;display: flex;align-items: center;overflow: hidden;}
.index_banner_content_box .contentWH1600{display: flex;justify-content: space-between;align-items: center;}
.index_banner_content_left{width: 46.9%;height: auto;}
.index_banner_content_left h1,.index_banner_content_left h2{font-size: 68px;color: #FFFFFF;font-family: "Inter-Bold";}
.index_banner_content_left p{font-size: 32px;color: #FFFFFF;margin-top: 16px;font-family: "Inter-Medium";line-height: 88px;}
.index_banner_more{width: 198px;height: 60px;background: #E09617;display: flex;justify-content: center;align-items: center;font-family: "Inter-Medium";margin-top: 32px;border-radius: 8px;color: #FFFFFF;text-transform: capitalize;transition: all 0.3s;}
.index_banner_more:hover{transform: scale(1.1);}
.index_banner_content_right{width: 41.11%;height: auto;margin-top: 174px;}
.index_banner_content_right img{width: 100%;height: auto;display: block;}
.index_banner_swiper_page{width: 100%;height: auto;}
.index_banner_swiper_page{width: 100%;height: auto;bottom: 55px !important;}
.index_banner_swiper_page span{width: 20px;height: 20px;background: #66769A;position: relative;opacity: 1;}
.index_banner_swiper_page span.swiper-pagination-bullet-active{background: var(--mainColor);}
.index_banner_swiper_page span.swiper-pagination-bullet-active:after{content: "";display: block;width: 10px;height: 10px;background: #FFFFFF;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
/*banner end*/
/*content start*/

.content{width: 100%;height: auto;}
.index_content_box{width: 100%;height: auto;padding: 80px 0px;background: linear-gradient(180deg,rgba(19, 33, 67, 1) 0%, rgba(20, 33, 67, 1) 100%);padding-top: 230px;margin-top: -150px;overflow: hidden;}
.index_content_list{width: 100%;height: auto;display: flex;justify-content: space-between;}
.index_content_list_left{width: 71%;height: auto;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h2{font-size: 44px;color: #FFFFFF;font-family: "Inter-Bold";text-transform: uppercase;}
.index_content_list_news{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_content_list_news li{width: 48.5%;height: auto;margin-top: 26px;}
.index_content_list_news_img{width: 100%;height: auto;overflow: hidden;border-radius: 8px;}
.index_content_list_news_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_content_list_news li span{display: block;margin-top: 22px;font-size: 16px;color: var(--mainColor);font-family: "Inter-Bold";text-transform: uppercase;}
.index_content_list_news li h3{font-size: 18px;color: #FFFFFF;font-family: "Inter-Bold";line-height: 1.4;margin-top: 12px;}
.index_content_list_news li p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 12px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.index_content_list_news_time{font-size: 14px;color: #FFFFFF;margin-top: 20px;}
.index_content_list_news li:hover .index_content_list_news_img img{transform: scale(1.1);}
.index_content_list_right{width: 27.81%;height: auto;}
.index_media_sw{width: 100%;height: auto;margin-top: 27px;aspect-ratio: 451/1353;}
.index_media_sw .swiper-slide{aspect-ratio:1/1;overflow: hidden;}
.index_media_sw img{display: block;width: 100%;height: auto;transition: all 0.3s;}
.index_media_sw .swiper-slide:hover img{ transform: scale(1.1);}
.index_model_box{width: 100%;height: auto;padding-bottom: 80px;background: url(../images/index_vs_bg.png) no-repeat center bottom 48px rgba(20, 33, 67, 1);background-size: 100% auto;}
.index_model_content{width: 100%;height: auto;}
.beer-handle{background: var(--mainColor);color: #FFFFFF;}
.beer-handle:hover{background: var(--mainColor);}
.index_model_content img{display: block;}
.index_last_box{width: 100%;height: 147px;background: var(--mainColor);display: flex;justify-content: center;align-items: center;}
.index_last_box a{display: flex;justify-content: center;align-items: center;text-align: center;width: 170px;height: 47px;border: 2px solid #FFFFFF;border-radius: 8px;color: #FFFFFF;font-family: "Inter-Bold";transition: all 0.3s;}
.index_last_box a + a{margin-left: 16px;}
.index_last_box a:hover{background: #FFFFFF;color: #273452;}
/*product.html start*/
.public_products_content_left_content{top: 120px;}
.public_product_detial_nav_box{top: 100px;}
/*product.html end*/
/*technology.html start*/
.technology_box{width: 100%;height: auto;padding: 80px 0;}
.technology_ul{width: 100%;height: auto;}
.technology_ul li.wow{width: 100%;height: auto;background: #f5f5f5;border-radius: 8px;padding: 20px;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.technology_ul_img{width: 48.5%;height: auto;overflow: hidden;border-radius: 8px;}
.technology_ul_img img{width: 100%;height: auto;display: block;}
.technology_ul_content{width: 48.5%;height: auto;}
.technology_ul_content h2{font-size: 36px;color: #000000;font-family: "Inter-Bold";}
.technology_ul_content h3{font-size: 20px;color: var(--mainColor);margin-top: 10px;line-height: 1.4;}
.technology_ul_content p{font-size: 18px;color: #333333;line-height: 1.6;margin-top: 20px;}
.technology_ul_content li{padding:0}
.technology_ul_content li p{margin-top:0;}
.technology_ul li:nth-of-type(even){flex-direction: row-reverse;}
.news_detial_content_left_bottom table{line-height: 1.6;margin-top: 20px;width: 100%;}
.news_detial_content_left_bottom table td{padding: 8px 10px;}
/*technology.html end*/
/*case.html start*/
.case_box{width: 100%;height: auto;padding: 80px 0px;}
.application_ul_box{width: 100%;height: auto;margin-bottom: 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:3/2;}
.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;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.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(--mainColor);color: var(--mainColor);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; }
.banner_content{background: rgba(0,0,0,0.2);}
/*case.html end*/
/*about.html start*/
.about_tem_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;overflow: hidden;}
.about_tem_btn_box{width: 66.6%;height: auto;display: flex;justify-content: center;border-bottom: 2px solid #cfcfcf;margin: 0px auto;margin-top: 40px;}
.about_tem_btn_box li{font-size: 18px;color: #000000;font-family: "PlusJakartaSans-Medium";padding-bottom: 17px;position: relative;cursor: pointer;}
.about_tem_btn_box li + li{margin-left: 30px;}
.about_tem_btn_box li.on{color: var(--mainColor);}
.about_tem_btn_box li.on:after{content: "";display: block;width: 100%;height: 2px;background: var(--mainColor);position: absolute;left: 0;bottom: -2px;}
.about_tem_content_box{width: 100%;height: auto;margin-top: 70px;}
.about_tem_content_list{width: 100%;overflow: hidden;height: 0;}
.about_tem_content_sw{width: 100%;height: auto;margin: 0px auto;}
.about_tem_content_sw .swiper-slide{border-radius: 10px;overflow: hidden;}
.about_tem_content_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.public_certification_box{background: none;}
.public_about_partner_box{background: #F8F8F8;}
/*about.html end*/
/*content end*/
body{background: linear-gradient(180deg,rgba(19, 33, 67, 1) 0%, rgba(20, 33, 67, 1) 100%);}
.public_products_content_left_content_ul_top_btn2 img,
.public_products_content_left_content_ul_top_btn img,
.crumbs_content img{filter: brightness(0) invert(1);}
.about_tem_box,
.public_about_culture_box{background: none;padding-bottom: 0;}
.public_product_detial_content_list_description p,
.public_product_detial_content_list_description tr,
.public_product_detial_content_list_title h2,
.public_product_detial_info_content_right_share h2,
.public_product_detial_info_content_right_content p,
.public_product_detial_info_content_right_content h1,
.public_products_content_left_content_ul_bottom_list_top h3,
.public_products_content_left_content_ul_top h3,
.public_products_title p,
.public_products_title h1, .public_products_title h2,
.public_about_development_bottom_sw h3,
.public_about_development_top_right p,
.public_about_title h2,
.public_about_info_left_ul li p,
.public_about_info_left_txt p,
.public_about_info_left_txt h2,
.crumbs_content a, .crumbs_content i{color: #FFFFFF;}
.public_about_partner_box{background: none;padding: 0;}
.news_detial_box{padding-bottom: 0;background: none;}
.public_products_content_right li{background: #FFFFFF;}
.public_products_box{padding-bottom: 0;}
.public_product_detial_info_box{background: none;}
.public_product_detial_info_content_left_bottom_sw .swiper-slide,
.public_product_detial_info_content_left_sw .swiper-slide{background: none;}
.public_product_detial_content_list_specification_box{background: none;padding: 0;}

/*.public_product_detial_info_content_left_sw .swiper-slide{background:none;}*/

.public_product_detial_content_box table{width:100%;}
.public_product_detial_content_box tr{color:#000;}
.public_product_detial_content_box table tr:nth-of-type(odd){background: #F8F8F8;}
.public_product_detial_content_box table tr:nth-child(1){background:auto;}
.public_product_detial_content_box table tr td{padding:0 10px;}
.public_product_detial_content_box table th  , .public_product_detial_content_box table tr:first-child 
{height: 68px;background: #005D82;color: #FFFFFF;padding: 0 20px;border: 0px solid #efefef;font-size: 22px;font-weight: 600;font-weight:600;}
.public_product_detial_content_box table th td  , .public_product_detial_content_box table tr:first-child td{color:#fff;}

.public_product_detial_content_list_specification_table table tr:nth-of-type(odd){background: #F8F8F8;}
.public_product_detial_content_list_specification_table table tr:nth-child(1){background:auto;}
.public_product_detial_content_list_specification_table table tr td{padding:0 10px;}
.public_product_detial_related_box{background: none;padding: 0;margin-top:50px;}

.public_product_detial_content_list_specification_table table th  , .public_product_detial_content_list_specification_table table tr:first-child 
{height: 68px;background: #005D82;color: #FFFFFF;padding: 0 20px;border: 0px solid #efefef;font-size: 22px;font-weight: 600;font-weight:600;}

.public_product_detial_content_box li{margin-left:30px;color:#fff;}
.public_product_detial_feature_ul li{margin-left:0;}
.public_product_detial_content_list_description li{margin-left:30px;color:#fff;}

/*footer start*/
.footer{width: 100%;height: auto;padding: 80px 0px;background: url(../images/footer_bg.png) no-repeat left bottom #142143;}
.footer_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_content_left{width: 25.1%;height: auto;position: relative;}
.footer_content_left:after{content: "";display: block;width: 1px;height: 276px;background: #333639;position: absolute;right: 0px;top: 0px;}
.footer_logo{width: 82px;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_content_left_bottom{width: 100%;height: auto;margin-top: 24px;}
.footer_content_left_bottom_info{width: 100%;height: auto;}
.footer_content_left_bottom_info li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.footer_content_left_bottom_info li img{display: block;width: 12px;height: auto;}
.footer_content_left_bottom_info li a{display: block;font-size: 16px;color: #FFFFFF;font-family: "Inter-Medium";margin-left: 10px;}
.footer_content_left_bottom_info li a:hover{text-decoration: underline;}
.footer_content_left_bottom_info li + li{margin-top: 22px;}
.footer_share_ul{width: 100%;height: auto;margin-top: 24px;display: flex;justify-content: flex-start;align-items: center;}
.footer_share_ul li{width: 40px;height: auto;aspect-ratio:1/1;}
.footer_share_ul li a{display: block;width: 100%;height: 100%;border: 2px solid #666666;border-radius: 50%;padding: 5px;transition: all 0.3s;}
.footer_share_ul_div{width: 100%;height: 100%;background: #FFFFFF;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.footer_share_ul_div img{display: block;transition: all 0.3s;}
.footer_share_ul li + li{margin-left: 18px;}
.footer_share_ul li:hover a{border-color: var(--mainColor);}
.footer_share_ul li:hover .footer_share_ul_div{background: var(--mainColor);}
.footer_share_ul li:hover .footer_share_ul_div img{filter: brightness(0) invert(1);}
.footer_content_right{width: 62.95%;height: auto;}
.footer_content_right_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_content_right_item_title{font-size: 18px;color: #FFFFFF;}
.footer_content_right_item_link{width: 100%;height: auto;margin-top: 6px;}
.footer_content_right_item_link a{display: block;font-size: 16px;color: rgba(255,255,255,0.7);margin-top: 16px;}
.footer_content_right_item_link a:hover{color: #FFFFFF;text-decoration: underline;}
.footer_content_right_bootm{width: 100%;height: auto;margin-top: 44px;display: flex;justify-content: flex-end;align-items: center;}
.footer_content_right_bootm p{font-size: 16px;color: rgba(255,255,255,0.7);}
.footer_content_right_bootm a{display: block;font-size: 16px;color: rgba(255,255,255,0.7);margin-left: 8px;}
.footer_content_right_bootm a:hover{text-decoration: underline;color: #FFFFFF;}
.footer_content_right_bootm p:nth-last-of-type(1){margin-left: 8px;}
/*footer end*/
@media(max-width: 1768px) {
	.index_banner_content_left h1, .index_banner_content_left h2{font-size: 48px;}
	.index_banner_content_left p{font-size: 24px;}
	.index_content_list_news li p{-webkit-line-clamp: 2;}
	.footer_content_right_bootm{flex-wrap: wrap;}
	.index_content_list_news li h3{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
}
@media(max-width: 1400px) {
	.index_banner_content_right{margin-top: 10px;}
	.index_title_box h2{font-size: 28px;}
	
}
@media (max-width: 1200px) {
	.footer_content_right{width: 70.95%;}
	.index_banner_content_left p{font-size: 18px;}
	.index_banner_content_left h1, .index_banner_content_left h2{font-size: 36px;}
	.nav_frist_link{font-size: 16px;}
	.header_content_right_nav li + li{margin-left: 40px;}
	.header_content_right_btn{margin-left: 40px;}
	.technology_ul li{ align-items: inherit;}
	.technology_ul_img img{height: 100%;object-fit: cover;}
}
@media (max-width: 990px) {
	.index_banner_content_left p{font-size: 16px;line-height: 1.6;}
	.header_content_right_nav li + li{margin-left: 20px;}
	.header_content_right_btn{margin-left: 20px;}
	.index_content_list{flex-wrap: wrap;}
	.index_content_list_left{width: 100%;}
	.index_content_list_right{width: 100%;margin-top: 80px;}
	.footer_content_box{flex-wrap: wrap;}
	.footer_content_left{width: 32%;}
	.footer_content_left:after{display: none;}
	.footer_content_right{width: 100%;margin-top: 58px;}
	.footer_content_right_bootm{justify-content: center;}
	.footer_content_left{margin: 0px auto;}
	.footer_logo{margin: 0px auto;}
	.beer-handle{width: 32px;height: 32px;}
	.beer-handle:before, .beer-handle:after{width: 5px;height: 5px;}
	.beer-handle:before{left: 6px;}
	.technology_ul_content h2{font-size: 24px;}
	.technology_ul_content h3{font-size: 18px;}
	.technology_ul_content p{font-size: 16px;}
	.application_ul_box{justify-content: space-between;}
	.application_ul_box li{width: 48.5%;margin-left: 0;}
}
@media (max-width: 768px) {
	.hd_btn{display: block;}
	.header_content_box{height: 13.8vw;}
	.header_content_right_nav{width: 100%;height: calc(100vh - 13.8vw);position: absolute;top: 13.8vw;left: 0;z-index: 999;background: rgba(20, 33, 67, 1);overflow: hidden;overflow-y: auto;display: none;}
	.logo{width: 11vw;}
	.header_content_right_nav li{width: 100%;height: auto;display: block;}
	.nav_frist_link{display: inline-block;line-height: 10.8vw;}
	.header_content_right_nav li:nth-of-type(1){margin-left: 4%;}
	.header_content_right_nav li + li{margin-left: 4%;}
	.nav_list_box{width: 92%;left: 0;transform: none;position: relative;}
	.nav_two_link{height: auto;line-height: 10vw;display: inline-block;}
	.nav_list_content{position: relative;left: 0;}
	.nav_list_content a{height: 10.8vw;}
	.header_content_right_search_btn{width: 4.8vw;}
	.header_content_right_language_btn{width: 4.8vw;}
	.header_content_right_btn:after{height: 4vw;}
	.header_content_right_btn{width: 15vw;margin-left: 3.2vw;}
	.index_banner_swiper_bg{height: 117vw;}
	.index_banner_swiper_bg img{height: 100%;object-fit: cover;}
	.index_banner_content_box{padding-top: 13.8vw;}
	.index_banner_content_box .contentWH1600{flex-direction: column-reverse;}
	.index_banner_content_left{width: 100%;margin-top: 3.6vw;}
	.index_banner_content_left h1, .index_banner_content_left h2{font-size: 4.8vw;text-align: center;}
	.index_banner_content_left p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.index_banner_content_right{margin-top: 0;width: 60vw;}
	.index_banner_swiper_page{bottom: 3.8vw !important;}
	.index_banner_swiper_page span{width: 3.2vw;height: 3.2vw;}
	.index_banner_swiper_page span.swiper-pagination-bullet-active:after{width: 1.2vw;height: 1.2vw;}
	.index_banner_more{width: 32vw;height: 8.8vw;font-size: 3.6vw;margin: 0px auto;margin-top: 3.8vw;}
	.index_content_box{padding: 48vw 0 8vw;}
	.index_title_box h2{font-size: 4.8vw;text-align: center;}
	.index_content_list_news{margin-top: 3.2vw;}
	.index_content_list_news li{width: 100%;margin-top: 3.8vw;}
	.index_content_list_news_img{border-radius: 1.2vw;}
	.index_content_list_news li span{font-size: 3.2vw;margin-top: 3.2vw;}
	.index_content_list_news li h3{font-size: 3.8vw;margin-top: 1.8vw;}
	.index_content_list_news li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_content_list_news_time{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_content_list_right{margin-top: 8vw;}
	.index_media_sw{margin-top: 5.8vw;}
	.index_model_box{padding: 8vw 0;}
	.beer-handle{width: 3.8vw;height: 3.8vw;}
	.beer-handle:before, .beer-handle:after{width: 1vw;height: 1vw;}
	.beer-handle:before{left: 0.3vw;}
	.beer-handle:after{right: -0.5vw;}
	.index_last_box{height: 24vw;}
	.index_last_box a{width: 32vw;height: 10.8vw;font-size: 3.6vw;border-width: 0.2vw;}
	.footer{padding: 8vw 0;}
	.footer_content_left{width: 100%;}
	.footer_logo{width: 15vw;}
	.footer_content_left_bottom_info li{justify-content: center;}
	.footer_content_left_bottom{margin-top: 3.2vw;}
	.footer_content_left_bottom_info li a{font-size: 3.6vw;margin-left: 1.2vw;}
	.footer_content_left_bottom_info li + li{margin-top: 3.2vw;}
	.footer_share_ul{justify-content: center;margin-top: 3.2vw;}
	.footer_content_right{margin-top: 5.8vw;}
	.footer_content_right_content{flex-wrap: wrap;}
	.footer_content_right_item{width: 48.5%;margin-bottom: 5.8vw;}
	.footer_content_right_item_title{font-size: 4.2vw;}
	.footer_content_right_item_link a{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_content_right_bootm{margin-top: 5.8vw;justify-content: center;text-align: center;}
	.footer_content_right_bootm a,
	.footer_content_right_bootm p{font-size: 3.2vw;}
	.header_content_right_language_list{position: absolute;left: auto;transform: none;right: 0;}
	.header_content_right_language_list a{font-size: 3.6vw;line-height: 8.8vw;}
	.technology_box{padding: 8vw 0;}
	.technology_ul{padding-top: 3.2vw;}
	.technology_ul li{margin-top: 3.8vw;flex-direction: column;padding: 5% 4%;border-radius: 1.2vw;}
	.technology_ul li:nth-of-type(even){flex-direction: column;}
	.technology_ul_img{width: 100%;}
	.technology_ul_content{width: 100%;p-top: 3.2vw;}
	.technology_ul_content h2{font-size: 4.2vw;}
	.technology_ul_content h3{font-size: 3.8vw;margin-top: 3.2vw;}
	.technology_ul_content p{font-size: 3.6vw;margin-top: 3.6vw;}
	.news_detial_content_left_bottom table{font-size: 3.6vw;margin-top: 3.6vw;}
	.news_detial_content_left_bottom table td{padding: 1.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;}
	.application_ul_content{padding: 5% 4%;}
	.application_ul_box li span{width: 38vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw}
	.about_tem_box{padding: 8vw 0;}
	.about_tem_box,
	.public_about_culture_box{padding-bottom: 0;}
	.public_about_partner_box{padding: 0;}
	.public_products_box，
	.news_detial_box{padding-bottom: 0;}
	.public_product_detial_content_list_specification_box{padding: 0;}
	.public_product_detial_related_box{padding: 0;}
}













