@font-face{
     font-family: 'SourceHanSansCN-Bold';
     src: url('fonts/SourceHanSansCN-Bold.otf');
}
@font-face{
     font-family: 'SourceHanSansCN-ExtraLight';
     src: url('fonts/SourceHanSansCN-ExtraLight.otf');
}
@font-face{
     font-family: 'SourceHanSansCN-Heavy';
     src: url('fonts/SourceHanSansCN-Heavy.otf');
}
@font-face{
     font-family: 'SourceHanSansCN-Light';
     src: url('fonts/SourceHanSansCN-Light.otf');
}
@font-face{
     font-family: 'SourceHanSansCN-Medium';
     src: url('fonts/SourceHanSansCN-Medium.otf');
}
@font-face{
     font-family: 'Poppins-Medium';
     src: url('fonts/Poppins-Medium.ttf');
}
@font-face{
     font-family: 'SourceHanSansCN-Normal';
     src: url('fonts/SourceHanSansCN-Normal.otf');
}
@font-face{
     font-family: 'SourceHanSansCN-Regular';
     src: url('fonts/SourceHanSansCN-Regular.otf');
}
@font-face{
     font-family: 'Poppins-SemiBold';
     src: url('fonts/Poppins-SemiBold.ttf');
}
*{
  font-family: "SourceHanSansCN-Regular";
}
:root{
	--mainColor:#007aff;
}
.contentWH{width: 73.9%;height: auto;margin: 0px auto;position: relative;}
/*header start*/
.header{width: 100%;height: auto;background: rgba(51, 51, 51, 0.3);backdrop-filter: blur(60px) saturate(1.2);position: fixed;z-index: 999;transition: all 0.3s;top: 0;left: 0;}
.header.index_header{position: fixed;top: 0px;left: 0px;transition: all 0.3s;background: rgba(51, 51, 51, 0.35);}
.header.index_header.on{top: -58px;}
.header.fixed{top: -58px;}
.header_top_box{height: 128px;}
.header_content_box{width: 100%;height: 58px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 309px;height: auto;margin: 0px auto;}
.logo img{display: block;width: 100%;height: auto;}
.header_bottom_box{width: 100%;height: 70px;display: flex;justify-content: space-between;}
.header_bottom_box em{display: block;width: 153px;}
.header_nav_box{height: 100%;display: flex;justify-content: center;}
.header_nav_box li{height: 100%;}
.frist_link{display: flex;align-items: center;font-size: 18px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";height: 100%;}
.frist_link i{display: block;width: 10px;height: auto;margin-left: 10px;}
.frist_link i img{width: 100%;height: auto;display: block;}
.header_nav_box li + li{margin-left: 80px;}
.header_bottom_right_box{height: 100%;display: flex;justify-content: flex-end;align-items: center;width: 153px;}
.header_search_btn{width: 25px;height: auto;cursor: pointer;}
.header_search_btn img{width: 100%;height: auto;display: block;}
.header_bottom_right_box a{display: flex;justify-content: center;align-items: center;width: 80px;height: 30px;border-radius: 4px;background: #007aff;margin-left: 48px;color: #FFFFFF;font-size: 18px;}
.header-mask{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.3);z-index: 222;display: none;}
.header_nav_down_list{width: 100%;height: auto;border-top: 1px solid hsla(0, 0%, 100%, .2);padding-bottom: 36px;display: none;}
.header_nav_down_list_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.header_nav_down_list_content_left{border-right: 1px solid hsla(0, 0%, 100%, .2);}
.header_nav_down_list_content_left li{height: 158px;display: flex;align-items: center;padding-right: 50px;}
.header_nav_down_list_content_left li a{font-size: 20px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.header_nav_down_list_content_right{width: 84.7%;height: auto;}
.header_nav_down_list_content_right dd{display: flex;justify-content: flex-start;height: 158px;border-bottom: 1px solid hsla(0, 0%, 100%, .2);}
.header_nav_down_list_content_right_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header_nav_down_list_content_right_ul li{width: 16.82%;height: 100%;margin-left: 2%;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.header_nav_down_list_content_right_ul li:hover{opacity: 0.7;}
.header_nav_down_list_content_right_ul li:nth-of-type(4n+1){margin-left: 0;}
.header_nav_down_list_content_right_ul li a{display: block;width: 100%;height: auto;}
.header_nav_down_list_content_right_ul li img{display: block;width: 37.44%;height: auto;margin: 0px auto;}
.header_nav_down_list_content_right_ul li h2{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 16px;}
.header_other_nav{width: 100%;height: auto;display: flex;justify-content: center;padding: 40px 0;}
.header_kitchen_nav li img{display: block;width: 160px;height: auto;margin: 0px auto;}
.header_other_nav li{transition: all 0.3s;}
.header_other_nav li:hover{opacity: 0.7;}
.header_other_nav li img{width: 114px;}
.header_other_nav li h2{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 16px;}
.header_other_nav li + li{margin-left: 100px;}
.header_search_box{width: 100%;max-height: 0px;background: rgba(51, 51, 51, 0.35);backdrop-filter: blur(60px) saturate(1.2);position: absolute;left: 0px;top: 100%;z-index: 9999;overflow: hidden;transition: all 0.6s;}
.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:  #FFFFFF;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_search_btn.header_content_scarch{display: none;}
.header_mobile_nav{display: none;}
.header_hr{width: 100%;height: 128px;background: #333333;}
/*header end*/
.header_hr_box{height: 160px;background: #333333;}
.banner{width: 100%;height: auto;position: relative;}
.banner img{width: 100%;height: auto;display: block;}
.banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.banner_content h2{font-size: 56px;color: #FFFFFF;text-align: center;}
/*content start*/
.index_video{width: 100%;height: 100vh;position: relative;}
.index_video video{width: 100%;height: 100%;object-fit: cover;}
.overlay-video{position: absolute;right: 0;bottom: 0;top:0;right:0;width: 100%;height: 100%;background-size: 100% 100%;background-color: black;background-image: /* our video */;background-position: center center;background-size: cover;object-fit: cover;z-index: -100;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.index_mask_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;/*background: rgba(0,0,0,0.3);*/display:flex;align-items:flex-end;padding-bottom:50px;}
.index_mask_box .content_WH{display: flex;justify-content: flex-end;}
.index_mask_txt{display: flex;flex-direction: column;align-items: flex-end;}
.index_mask_txt h2{font-size: 60px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.index_mask_txt p{font-size: 30px;color: #FFFFFF;margin-top: 20px;}
.index_mask_txt a{display: flex;justify-content: center;align-items: center;width: 240px;height: 70px;background: #007aff;color: #FFFFFF;font-size: 24px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";margin-top: 40px;}
.index_mask_txt a img{display: block;width: 8px;height: auto;margin-left: 10px;}
.index_mask_box.section3 .index_mask_txt{align-items: flex-end;}
.index_mask_box.section4 .index_mask_txt{align-items: flex-end;}
.beer-slider[data-beer-label]:after{display: none;}
.beer-reveal[data-beer-label]:after{display: none;}
.index_mask_box.section5 .index_mask_txt{align-items: flex-start;}
.index_mask_box.section5 .index_mask_txt h2{color: #000000;}
.index_mask_box.section5 .index_mask_txt p{color: #000000;}
.index_mask_box.section5{min-width: 1920px;padding-top: 143px;}
.beer-slider{width: 100%;height: 100%;display: block;}
.beer-reveal{width: 100%;height: 100%;}
.beer-handle{animation:zoomInOut 1.2s infinite alternate;}
.beer-handle:hover{animation: none;}
@keyframes zoomInOut {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
.index_section6_sw_top{width: 100%;height: 100%;position:absolute;top:0;left:0;}
.index_section6_sw_top img{width: 100%;height: 100%;object-fit: cover;display: block;}
.index_section6_sw_bottom{width: 47.92%;height: auto;position: absolute;left: 50%;transform: translateX(-50%);bottom: 50px;z-index:2;}
.index_section6_sw_bottom .swiper-slide{cursor: pointer;border: 1px solid transparent;}
.index_section6_sw_bottom .swiper-slide.swiper-slide-thumb-active{border-color: var(--mainColor);}
.index_section6_sw_bottom img{width: 100%;height: auto;display: block;}
.index_section7_sw{width: 100%;height: 100%;position:absolute;left:0;top:0;}
.index_section7_sw img{width: 100%;height: 100%;display: block;object-fit: cover;}
.swiper_collector_box{width: 73.9%;height: auto;position: absolute;left: 50%;transform: translateX(-50%);bottom: 70px;display: flex;justify-content: space-between;z-index: 2;}
.swiper_collector_left{width: 11%;height: 50px;display: flex;justify-content: space-between;position: relative;}
.index_section7_sw_right,.index_section7_sw_left{width: 32.1%;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.index_section7_sw_right img,.index_section7_sw_left img{display: block;}
.index_section7_sw_right img{transform: rotateY(180deg);}
.index_section7_sw_right:hover,.index_section7_sw_left:hover{background: var(--mainColor);}
.index_section7_sw_right:hover img,.index_section7_sw_left:hover img{filter: brightness(0) invert(1);}
.swiper_collector_right{width: 87.1%;height: auto;position: relative;}
.index_section7_sw_page{width: 100%;height: 4px;background: #FFFFFF;border-radius: 3px;bottom: auto !important;top: 50%;transform: translateY(-50%);}
.index_section7_sw_page .swiper-pagination-progressbar-fill{background: var(--mainColor);border-radius: 3px;}
.beer-reveal > img:first-child{height: 100%;object-fit: cover;}
.beer-slider > img{height: 100%;object-fit: cover;}
/*product.html start*/
.content{width: 100%;height: auto;}
.product_content_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;}
.product_title_box{width: 100%;height: auto;position: relative;}
.product_title_box h3{font-size: 100px;font-family: "Poppins-SemiBold";color: rgba(188, 188, 188, 0.08);text-align: center;text-transform: uppercase;}
.product_title_box h1,.product_title_box h2{font-size: 50px;color: #FFFFFF;text-align: center;font-family: "SourceHanSansCN-Medium";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);display: block;width: 100%;}
.product_ul_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_ul_box li{width: 48.5%;height: auto;position: relative;margin-top: 34px;}
.product_ul_img{width: 100%;height: auto;}
.product_ul_img img{width: 100%;height: auto;display: block;}
.product_ul_img_hover{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: #545454;position: absolute;left: 0;top: 0;transition: all 0.3s;opacity: 0;}
.product_ul_img_hover img{display: block;max-width: 100%;height: auto;}
.product_ul_txt{width: 100%;height: auto;position: absolute;left: 0;bottom: 24px;display: flex;justify-content: space-between;align-items: center;padding: 0 30px;}
.product_ul_txt h2{font-size: 24px;color: #FFFFFF;}
.product_ul_txt span{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #FFFFFF;}
.product_ul_txt span img{display: block;margin-left: 5px;}
.product_ul_box li:hover .product_ul_img_hover{opacity: 1;}
/*product.html end*/
/*product_list.html start*/
.product_nav_box{background:#3F3F3F;padding-top:80px;}
.product_nav_ul{width: 100%;height:auto;display:flex;justify-content:flex-start;}
.product_nav_ul li{width:198px;height:48px;margin-left:30px;background:#545454;}
.product_nav_ul li.on,.product_nav_ul li:hover{background:#222;}
.product_nav_ul li:nth-of-type(1){margin-left:0;}
.product_nav_ul li a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;text-align:center:}
.product_list_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_list_box li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 40px;background: #545454;}
.product_list_box li:nth-of-type(4n+1){margin-left: 0;}
.product_list_img{width: 100%;height: auto;aspect-ratio:326/312;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.product_list_img img{max-width: 100%;height: auto;display: block;transition: all 0.3s;}
.product_list_content{width: 100%;height: 88px;margin-top: 16px;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: all 0.3s;}
.product_list_content h2{font-size: 18px;color: #FFFFFF;text-align: center;}
.product_list_content span{display: flex;justify-content: flex-start;align-items: center;font-size: 12px;color: #FFFFFF;margin-top: 15px;opacity: 0; transition: all 0.3s;width:88%;justify-content:flex-end;}
.product_list_content span img{display: block;margin-left: 5px;width:5px;}
.product_list_box li:hover .product_list_img img{transform: scale(1.1);}
.product_list_box li:hover .product_list_content{background: #222222;}
.product_list_box li:hover .product_list_content span{opacity: 1;}
/*product_list.html end*/
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;}
.about_info_content{width: 100%;height: auto;margin-top: 40px;}
.about_info_content p{font-size: 18px;color: #FFFFFF;line-height: 1.6;text-align: justify;}
.about_info_content_number{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;flex-wrap: wrap;}
.about_info_content_number li{margin-top: 70px;}
.about_info_content_number_top{display: flex;justify-content: center;align-items: flex-end;}
.about_info_content_number_top h2{font-size: 40px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.about_info_content_number_top h2 span{color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.about_info_content_number_top em{display: flex;justify-content: center;align-items: center;width: 22px;height: 22px;background: var(--mainColor);font-size: 14px;color: #FFFFFF;border-radius: 50%;margin-left: 10px;}
.about_info_content_number li p{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 14px;}
.about_info_box2{width: 100%;height: auto;padding: 80px 0;background: #333333;}
.about_info_box2 p{font-size: 18px;color: #FFFFFF;line-height: 1.6;text-align: justify;}
.about_info_box2 p img{display: block;width: 100%;margin-bottom: 50px;}
.about_advantage_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;}
.about_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.about_advantage_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 30px;background: #383838;padding: 40px 25px;transition: all 0.3s;}
.about_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.about_advantage_ul_ico{width: 72px;height: auto;margin: 0px auto;}
.about_advantage_ul_ico img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.about_advantage_ul li h2{font-size: 24px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.about_advantage_ul li p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;padding-left: 16px;text-align: justify;position: relative;}
.about_advantage_ul li p:before{content: "";display: block;width: 6px;height: 6px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 10px;transition: all 0.3s;}
.about_advantage_ul li:hover{background: var(--mainColor);}
.about_advantage_ul li:hover .about_advantage_ul_ico img{filter: brightness(0) invert(1);}
.about_advantage_ul li:hover p:before{background: #FFFFFF;}
/*about.html end*/
/*development.html start*/
.development_list_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;}
.development_list_ul{width: 100%;height: auto;}
.development_list_ul li{width: 100%;height: auto;margin-top: 80px;}
.development_list_ul_img{width: 100%;height: auto;overflow: hidden;position:relative;}
.development_list_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.development_list_ul_img_content{width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;left:0;top:0px;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:all 0.3s;}
.development_list_ul_img_content h3{font-size:22px;color:#fff;text-align:center;font-weight:500;}
.development_list_ul_img_content p{font-size:20px;color:#fff;text-align:center;font-weight:500;display:flex;justify-content:flex-start;align-items:center;margin-top:10px;}
.development_list_ul_img_content p img{display:block;width:6px;height:auto;margin-left:10px;}
.development_list_ul li:hover .development_list_ul_img_content{opacity:1;}
.development_list_ul li h2{font-size: 22px;color: #FFFFFF;text-align: center;margin-top: 30px;}
/*development.html end*/
/*development_detial.html start*/
.development_detial1_banner{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.development_detial1_banner h2{font-size: 56px;color: #FFFFFF;line-height: 1.2;text-align: center;}
.development_detial_box{width: 100%;height: auto;padding: 80px 0;}
.development_detial_title{width: 100%;height: auto;}
.development_detial_title h1{font-size: 50px;color: #FFFFFF;text-align: center;}
.development_detial_content{width: 81.1%;height: auto;margin: 0px auto;margin-top: 80px;}
.development_detial_content_list{width: 100%;height: 0;overflow: hidden;padding: 0 78px;position: relative;}
.development_detial_content_list_sw{width: 100%;height: auto;}
.development_detial_content_list_sw .swiper-slide{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.development_detial_content_list_sw_left{width: 38.6%;height: auto;}
.development_detial_content_list_sw_left img{width: 100%;height: auto;display: block;}
.development_detial_content_list_sw_right{width: 57.9%;height: auto;}
.development_detial_content_list_sw_right_bottom{width: 100%;height: auto;}
.development_detial_content_list_sw_right_top{width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px solid rgba(255,255,255,0.4);display: flex;justify-content: flex-start;align-items: center;} 
.development_detial_content_list_sw_right_top img{width: 120px;height: auto;display: block;margin-right: 30px;}
.development_detial_content_list_sw_right_top h2{font-size: 32px;color: var(--mainColor);}
.development_detial_content_list_sw_right_bottom{width: 100%;height: auto;margin-top: 20px;}
.development_detial_content_list_sw_right_bottom h3{font-size: 26px;color: #FFFFFF;}
.development_detial_content_list_sw_right_bottom p{font-size: 22px;color: #FFFFFF;margin-top: 10px;}
.development_detial_content_list_sw_btn_right,.development_detial_content_list_sw_btn_left{width: 50px;height: auto;cursor: pointer;}
.development_detial_content_list_sw_btn_right img,.development_detial_content_list_sw_btn_left img{width: 100%;height: auto;display: block;}
.development_detial_content_list_sw_btn_right{right: 0px;}
.development_detial_content_list_sw_btn_left{left: 0px;}
.development_detial_btn{width: 100%;height: auto;margin-top: 80px;display: flex;justify-content: space-between;padding: 0 80px;position: relative;}
.development_detial_btn:after{content: "";display: block;width: 100%;height: 1px;background: rgba(255,255,255,0.2);position: absolute;bottom: 14px;left: 0;}
.development_detial_btn li{cursor: pointer;}
.development_detial_btn li h2{font-size: 16px;color: #FFFFFF;text-align: center;transition: all 0.3s;display: block;height: 36px;}
.development_detial_bottom{width: 28px;height: 28px;border: 1px solid transparent;background: transparent;margin: 0px auto;margin-top: 10px;display: flex;justify-content: center;align-items: center;border-radius: 50%;position: relative;z-index: 2;}
.development_detial_bottom span{display: block;width: 14px;height: 14px;border: 1px solid #727272;border-radius: 50%;background: #a0a0a0;margin: 0px auto;position: relative;transition: all 0.3s;}
.development_detial_bottom span:after{content: "";display: block;width: 6px;height: 6px;background: #727272;position: absolute;left: 50%;top: 50%;border-radius: 50%;transform: translate(-50%, -50%);}
.development_detial_btn li.on h2,
.development_detial_btn li:hover h2{font-size: 24px;color: var(--mainColor);}
.development_detial_btn li.on .development_detial_bottom,
.development_detial_btn li:hover .development_detial_bottom{border-color: var(--mainColor);background: #2E4A61;}
.development_detial_btn li.on .development_detial_bottom span,
.development_detial_btn li:hover .development_detial_bottom span{border-color: var(--mainColor);background: var(--mainColor);}
.development_detial_btn li.on .development_detial_bottom span:after,
.development_detial_btn li:hover .development_detial_bottom span:after{background: var(--mainColor);}
.development_detial2_banner{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.development_detial2_banner h2{font-size: 56px;color: #FFFFFF;line-height:1.4;}
/*development_detial.html end*/
/*meida.html start*/
.meida_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.meida_banner_content h2{font-size: 30px;color: #FFFFFF;font-weight: 300;text-align: center;text-transform: uppercase;}
.meida_banner_content h1{font-size: 56px;color: #FFFFFF;text-align: center;margin-top: 10px;}
.meida_giory_box{width: 100%;height: auto;padding: 80px 0px;background: #3F3F3F;}
.meida_giory_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.meida_giory_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;}
.meida_giory_ul li:nth-of-type(3n+1){margin-left: 0;}
.meida_giory_ul li img{width: 100%;height: auto;display: block;}
.meida_btn{display: flex;justify-content: center;align-items: center;margin: 0px auto;margin-top: 40px;cursor: pointer;font-size: 20px;color: #FFFFFF;}
.meida_btn img{display: block;width: 26px;height: auto;margin-right: 12px;}
.meida_list_box{width: 100%;height: auto;padding: 80px 0px;background: #333333;padding-top: 40px;}
.meida_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.meida_list_ul li{width: 23.5%;height: auto;padding: 12px;background: #555555;margin-left: 2%;margin-top: 40px;}
.meida_list_ul li:nth-of-type(4n+1){margin-left: 0;}
.meida_list_ul li img{width: 100%;height: auto;display: block;}
.meida_jb_box{width: 100%;height: auto;padding: 80px 0px;background: #3F3F3F;}
.meida_jb_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.meida_jb_ul li{width: 23.5%;height: auto;padding: 12px;background: #333333;margin-left: 2%;margin-top: 40px;}
.meida_jb_ul li:nth-of-type(4n+1){margin-left: 0;}
.meida_jb_ul li img{width: 100%;height: auto;display: block;}
/*meida.html end*/
/*social.html start*/
.social_shze_box{width: 100%;height: auto;padding: 80px 0px;background: #3F3F3F;}
.social_shze_ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.social_shze_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 40px;}
.social_shze_ul li:nth-of-type(3n+1){margin-left: 0;}
.social_shze_ul li h2{display: flex;align-items: center;background: #333333;height: 70px;width: 100%;font-size: 24px;color: #FFFFFF;border: 1px solid transparent;text-align: center;justify-content: center;transition: all 0.3s;}
.social_shze_ul li p{display: flex;width: 100%;height: 70px;align-items: center;text-align: center;background: #444444;border: 1px solid #333333;font-size: 20px;color: #FFFFFF;text-align: center;justify-content: center;transition: all 0.3s;}
.social_shze_ul li:hover h2{background: var(--mainColor);}
.social_shze_ul li:hover p{border-color: var(--mainColor);}
.social_ryzs_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/social_bg.jpg) no-repeat center center;background-size: cover;}
.social_ryzs_sw{width: 100%;height: auto;padding-bottom: 44px;}
.social_ryzs_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.social_ryzs_sw .swiper-slide h2{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.social_ryzs_sw_page{width: 100%;height: auto;bottom: 0px !important;}
.social_ryzs_sw_page span{width: 14px;height: 14px;background: #FFFFFF;}
/*social.html end*/
/*engineering.html start*/
.engineering_info_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;position: relative;}
.engineering_info_txt{width: 100%;height: auto;margin-top: 30px;}
.engineering_info_txt p{font-size: 18px;color: #FFFFFF;text-align: center;line-height: 1.8;}
.engineering_info_txt p a{color: var(--mainColor);}
.engineering_info_sw{width: 100%;height: auto;margin-top: 40px;padding-bottom: 44px;}
.engineering_info_sw .swiper-slide img{width: 100%;height: auto;display: block;}
.engineering_info_sw_page{width: 100%;bottom: 0 !important;}
.engineering_info_sw_page span{width: 14px;height: 14px;background: #FFFFFF;}
.engineering_info_box:after{content: "";display: block;width: 100%;height: 298px;background: #333333;border-top: 1px solid #000000;position: absolute;left: 0;bottom: 0;}
.engineering_info_form_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/engineering_form_bg.jpg) no-repeat center center;background-size: cover;}
.engineering_info_form_title{width: 100%;height: auto;}
.engineering_info_form_title h2{font-size: 50px;color: #FFFFFF;text-align: center;}
.engineering_info_form_title h3{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 10px;}
.engineering_info_form_content{width: 62.86%;height: auto;margin: 0px auto;margin-top: 30px;}
.engineering_info_form_ul{width: 100%;height: auto;}
.engineering_info_form_ul li{width: 100%;height: auto;position: relative;margin-top: 30px;}
.engineering_info_form_ul li input{display: block;width: 100%;height: 72px;background: #444444;padding: 0 40px;font-size: 22px;color: #FFFFFF;border: none;outline: blanchedalmond;}
.engineering_info_form_ul li input::placeholder{color: rgba(255,255,255,0.6);}
.engineering_info_form_ul li.WH32{width: 32%;}
.city-picker-selector{display: flex;justify-content: space-between;}
.city-picker-selector .selector-item{width: 32%;height: 72px;border-radius: 0;border: none;background: #444444;}
.city-picker-selector .selector-name{height: 100%;border-radius: 0;display: flex;align-items: center;padding: 0 30px;color: rgba(255,255,255,0.8);}
.city-picker-selector .selector-name:hover{background: #444444;border-radius: 0;}
.city-picker-selector .selector-item:after{top: 50%;transform: translateY(-50%);right: 30px;}
.city-picker-selector .selector-list{top: 75px;}
.engineering_info_form_btn{width: 100%;height: 72px;cursor: pointer;display: block;background: var(--mainColor);font-size: 22px;color: #FFFFFF;cursor: pointer;margin-top: 30px;outline: none;border: none;}
/*engineering.html end*/
/*cooperation.html start*/
.cooperation_jxjm_box{width: 100%;height: auto;padding: 80px 0px;background: #3F3F3F;overflow: hidden;}
.cooperation_jxjm_info_box{width: 100%;height: auto;margin-top: 40px;}
.cooperation_jxjm_info_top{width: 100%;height: auto;display: flex;justify-content: space-between;}
.cooperation_jxjm_info_top_left{width: 158px;height: auto;}
.cooperation_jxjm_info_top_left li{font-size: 24px;color: #FFFFFF;}
.cooperation_jxjm_info_top_left li + li{margin-top: 40px;}
.cooperation_jxjm_info_top_left li span{color: var(--mainColor);font-size: 38px;margin-right: 5px;}
.cooperation_jxjm_info_top_right{width: 80.2%;height: auto;position: relative;}
.cooperation_jxjm_info_top_right:before{content: "";display: block;width: 1px;height: 100%;position: absolute;left: -5.5%;background: rgba(255,255,255,0.2);top: 0;}
.cooperation_jxjm_info_top_right p{font-size: 18px;color: #FFFFFF;line-height: 1.8;text-align: justify;}
.cooperation_jxjm_info_bottom{width: 100%;height: auto;margin-top: 60px;}
.cooperation_jxjm_info_bottom img{width: 100%;height: auto;display: block;}
.cooperation_story_box{width: 100%;height: auto;background: #3F3F3F;}
.cooperation_story_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;overflow: hidden;}
.cooperation_story_content_left{width: 50%;height: auto;background: #333333;display: flex;align-items: center;padding-left:13.05%;}
.cooperation_story_content_left_txt{width: 78.42%;height: auto;}
.cooperation_story_content_left_txt h2{display: flex;justify-content: center;align-items: center;width: 100%;height: 76px;border-radius: 0 30px 0 30px;background: var(--mainColor);font-size: 24px;color: #FFFFFF;text-align: center;margin-bottom: 46px;}
.cooperation_story_content_left_txt p{font-size: 18px;color: #FFFFFF;line-height: 1.6;}
.cooperation_story_content_right{width: 50%;height: auto;}
.cooperation_story_content_right img{width: 100%;height: auto;display: block;}
.cooperation_ten_box{padding: 80px 0;width: 100%;height: auto;background: #3F3F3F;}
.cooperation_ten_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.cooperation_ten_ul li{width: 18.5%;height: auto;padding: 40px 29px;background: #333333;margin-left: 1.875%;margin-top: 30px;transition: all 0.3s;}
.cooperation_ten_ul li:nth-of-type(5n+1){margin-left: 0;}
.cooperation_ten_ul_number{width: 52px;height: 52px;border: 1px solid var(--mainColor);border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.cooperation_ten_ul_number span{display: flex;justify-content: center;align-items: center;width: 42px;height: 42px;font-size: 26px;color: #FFFFFF;border-radius: 50%;background: var(--mainColor);transition: all 0.3s;}
.cooperation_ten_ul li p{font-size: 18px;color: #FFFFFF;line-height: 1.6;margin-top: 20px;text-align: justify;}
.cooperation_ten_ul li:hover{background: url(../images/cooperation_ten_ico.png) no-repeat right 16px bottom 20px var(--mainColor);}
.cooperation_ten_ul li:hover .cooperation_ten_ul_number{border-color: #FFFFFF;}
.cooperation_ten_ul li:hover .cooperation_ten_ul_number span{background: #FFFFFF;color: var(--mainColor);}
.cooperation_home_box{width: 100%;height: auto;padding-top: 80px;background: #333333;}
.cooperation_home_txt{width: 60.98%;height: auto;margin: 0px auto;margin-top: 40px;}
.cooperation_home_txt p{font-size: 20px;color: #FFFFFF;line-height: 1.6;text-align: center;}
.cooperation_home_sw{width: 100%;height: auto;}
.cooperation_home_sw .swiper-slide{width: 100%;height: auto;}
.cooperation_home_img{width: 100%;height: auto;margin-top: 60px;}
.cooperation_home_img img{width: 100%;height: auto;display: block;}
.copperation_jmtj_box{width: 100%;height: auto;padding: 80px 0px;background: #3F3F3F;}
.copperation_jmtj_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.copperation_jmtj_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 30px;padding: 40px 30px;background: #333333;}
.copperation_jmtj_ul li:nth-of-type(4n+1){margin-left: 0;}
.copperation_jmtj_ul_ico{width: 100%;height: auto;display: flex;justify-content: space-between;}
.copperation_jmtj_ul_ico img{width: 46px;height: auto;display: block;}
.copperation_jmtj_ul_ico span{font-size: 30px;color: rgba(255,255,255,0.6);}
.copperation_jmtj_ul li p{font-size: 18px;color: #FFFFFF;margin-top: 28px;line-height: 1.6;}
.copperation_jmtj_ul li:nth-last-of-type(1),.copperation_jmtj_ul li:nth-last-of-type(2),.copperation_jmtj_ul li:nth-last-of-type(3){width: 32%;}
.copperation_jmtj_lxfs_box{width: 100%;height: auto;margin-top: 50px;position: relative;}
.copperation_jmtj_lxfs_bg{width: 100%;height: auto;}
.copperation_jmtj_lxfs_bg img{width: 100%;height: auto;display: block;}
.copperation_jmtj_lxfs_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.copperation_jmtj_lxfs_content h2{font-size: 26px;color: #FFFFFF;text-align: center;}
.copperation_jmtj_lxfs_content h2 a{color: #FFFFFF;}
.copperation_jmtj_lxfs_content p{font-size: 22px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.copperation_process_box{width: 100%;height: auto;padding: 80px 0;background: #333333;}
.copperation_process_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;position: relative;}
.copperation_process_ul li{width: 10%;height: auto;margin-top: 30px;}
.copperation_process_ul_ico{width: 60px;height: auto;margin: 0px auto;}
.copperation_process_ul_number span{display: block;width: 6px;height: 6px;background: #FFFFFF;border-radius: 50%;margin: 0px auto;margin-top: 20px;}
.copperation_process_ul_number i{font-style: normal;display: block;font-size: 18px;text-align: center;margin-top: 20px;color: #FFFFFF;}
.copperation_process_ul li p{font-size: 18px;color: #FFFFFF;text-align: center;line-height: 1.6;margin-top: 10px;}
.copperation_process_ul:before{content: "";display: block;width: 100%;height: 1px;background: rgba(255,255,255,0.3);position: absolute;left: 0;top: 114px;}
/*cooperation.html end*/
/*contact.html start*/
.contact_box{width: 100%;height: auto;padding: 80px 0;background: #3f3f3f;}
.contact_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.contact_ul li{width: 23.5%;height: auto;padding: 50px;background: #333333;margin-left: 2%;margin-top: 40px;}
.contact_ul li:nth-of-type(4n+1){margin-left: 0;}
.contact_ul_ico{width: 58px;height: auto;margin: 0px auto;}
.contact_ul_ico img{width: 100%;height: auto;display: block;}
.contact_ul li h2{font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 30px;opacity: 0.8;}
.contact_ul li p{text-align: center;margin-top: 16px;color: #FFFFFF;font-size: 24px;line-height: 1.6;}
.contact_ul li p a{color: #FFFFFF;}
.contact_ul li p a:hover{text-decoration: underline;}
.contact_code_box{width: 100%;height: auto;padding: 40px;background: #333333;margin-top: 60px;}
.contact_code_title{width: 100%;height: auto;}
.contact_code_title h2{font-size: 24px;color: #FFFFFF;}
.contact_code_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_code_ul li{width: 15.72%;height: auto;background: #222;padding: 24px;margin-top: 30px;}
.contact_code_ul li img{width: 100%;height: auto;display: block;}
.contact_code_ul li h2{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.contact_map_box{width: 100%;height: auto;}
.contact_map_box img{width: 100%;height: auto;display: block;}
/*contact.html end*/
/*reports.html start*/
.reports_box{width: 100%;height: auto;padding: 80px 0;}
.reports_info_box{width: 100%;height: auto;position: relative;}
.reports_info_bg{width: 100%;height: auto;}
.reports_info_bg img{width: 100%;height: auto;display: block;}
.reports_info_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 80px;display: flex;flex-direction: column;justify-content: center;}
.reports_info_content h1{font-size: 26px;color: #FFFFFF;font-weight: 600;}
.reports_info_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.reports_info_content_ul li{margin-left: 161px;margin-top: 30px;}
.reports_info_content_ul li:nth-of-type(3n+1){margin-left: 0;}
.reports_info_content_ul li p{font-size: 20px;color: #FFFFFF;}
.reports_info_content_ul li p a{color: #FFFFFF;}
.reports_btn_box{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 60px;}
.reports_btn_box li{width: 150px;height: 46px;border: 1px solid #929292;transition: all 0.3s;}
.reports_btn_box li + li{margin-left: 20px;}
.reports_btn_box li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;color: #666666;}
.reports_btn_box li.on,.reports_btn_box li:hover{background: var(--mainColor);border-color: var(--mainColor);}
.reports_btn_box li.on a,.reports_btn_box li:hover a{color: #FFFFFF;}
.reports_list_ul{width: 100%;height: auto;margin-top: 50px;}
.reports_list_ul li{height: 110px;width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0 40px;background: #F9F9F9;}
.reports_list_ul li:nth-of-type(even){background: transparent;}
.reports_list_ul_left{display: flex;align-items: center;}
.reports_list_ul_left_time{font-size: 20px;color: #666666;margin-right: 60px;}
.reports_list_ul_left h2{font-size: 22px;color: #333333;}
.reports_list_ul_more{display: flex;justify-content: flex-end;align-items: center;font-size: 20px;color: var(--mainColor);}
.reports_list_ul_more img{display: block;margin-right: 10px;}
.page{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 50px;}
.page li{width: 36px;height: 36px;}
.page li + li{margin-left: 10px;}
.page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #f4f4f4;font-size: 20px;color: #999999;}
.page li:hover a,
.page li.on a{background: var(--mainColor);color: #FFFFFF;}
.page li.page_prev:hover img,
.page li.page_next:hover img{filter: brightness(0) invert(1);}
/*reports.html end*/
/*quotation.html start*/
.quotation_list_box{width: 100%;height: auto;padding: 80px 0;}
.product_title_box.black h3{color: rgba(188, 188, 188, 0.2);}
.product_title_box.black h2{color: #333333;}
.tzzyl_swiper{width: 100%;height: auto;}
.tzzyl_swiper img{width: 100%;height: auto;display: block;}
.quotation_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.quotation_list_ul li{width: 32%;height: auto;padding: 50px 27px 80px 27px;margin-left: 2%;background: url(../images/quotation_ico1.png) no-repeat top 40px left 40px #F3F5F8;box-shadow: 4px 7px 10px #F3F6FA;margin-top: 40px;display: flex;flex-direction: column;align-items: center;position: relative;}
.quotation_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.quotation_list_ul li h3{font-size: 20px;color: #333333;line-height: 1.6;display: block;width: auto;}
.quotation_list_ul li p{font-size: 16px;color: #666666;margin-top: 24px;display: block;width: auto;line-height: 1.6;text-align: justify;}
.quotation_list_ul li span{display: block;font-size: 20px;color: #333333;position: absolute;right: 40px;bottom: 28px;}
.quotaion_last_box{width: 100%;height: auto;padding: 80px 0;background: url(../images/quotation_bg.jpg) no-repeat center center;background-size: cover;}
.quotaion_last_left{width: 62.43%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.quotaion_last_left li{width: 132px;height: 42px;background: #FFFFFF;border-radius: 60px 60px 60px 2px;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 18px;color: #000000;transition: all 0.3s;margin-left: 42px;margin-bottom: 30px;}
.quotaion_last_left li.on,
.quotaion_last_left li:hover{background: var(--mainColor);color: #FFFFFF;}
.quotaion_last_left li img{display: block;margin-right: 16px;}
.quotaion_last_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.quotaion_last_left li:nth-of-type(4){margin-right: 128px;}
.quotaion_last_left li:nth-of-type(9){margin-right: 46px;}
.quotaion_last_left li:nth-of-type(10){margin-left: 46px;}
.quotaion_last_left li:nth-of-type(5),
.quotaion_last_left li:nth-of-type(15){margin-left: 0;}
.quotaion_last_left li:nth-of-type(19){margin-right: 46px;}
.quotaion_last_right{width: 31.86%;height: auto;}
.quotaion_last_right li{width: 100%;height: auto;background: url(../images/quotation_ico2.png) no-repeat right 30px bottom 30px var(--mainColor);position: relative;display: flex;flex-direction: column;align-items: center;padding: 50px 40px 182px 40px;display: none;}
.quotaion_last_right li h3{font-size: 20px;color: #FFFFFF;line-height: 1.6;display: block;width: auto;}
.quotaion_last_right li p{font-size: 16px;color: #FFFFFF;margin-top: 24px;display: block;width: auto;line-height: 1.6;text-align: justify;}
.quotaion_last_right li span{display: block;font-size: 20px;color: #FFFFFF;position: absolute;right: 40px;bottom: 28px;}
.quotaion_last_left li:nth-last-of-type(1),.quotaion_last_left li:nth-last-of-type(2),.quotaion_last_left li:nth-last-of-type(3),.quotaion_last_left li:nth-last-of-type(4),.quotaion_last_left li:nth-last-of-type(5){margin-bottom: 0;}
/*quotation.html end*/
/*outlets.html start*/
.outlets_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.outlets_banner_content{width: 57.9%;height: auto;margin: 0px auto;}
.outlets_banner_content h1{font-size: 50px;color: #FFFFFF;text-align: center;}
.outlets_banner_content_form_box{width: 100%;height: 60px;display: flex;justify-content: flex-start;margin-top: 40px;}
.outlets_banner_content_input{width: 87.7%;height: 100%;display: block;background: #FFFFFF;border-radius: 6px 0px 0px 6px;border: none;padding-left: 30px;font-size: 18px;color: #333333;outline: none;}
.outlets_banner_content_input::placeholder{color: #999999;}
.outlets_banner_content_btn{width: 12.3%;height: 100%;background: url(../images/outlets_search_ico.png) no-repeat center center var(--mainColor);background-size: 39% auto;border: none;border-radius: 0 6px 6px 0px;outline: none;cursor: pointer;}
.outlets_banner_content_form_div{display: flex;justify-content: flex-start;align-items: center;margin-top: 16px;}
.outlets_banner_content_form_div h2{font-size: 18px;color: #FFFFFF;}
.outlets_banner_content_form_div a{display: block;margin-left: 20px;color: #FFFFFF;font-size: 18px;}
.outlets_list_box{width: 100%;height: auto;padding: 80px 0;background: #3F3F3F;}
.outlets_list_title{width: 100%;height: auto;}
.outlets_list_title h2{font-size: 56px;color: #FFFFFF;text-align: center;}
.outlets_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;flex-wrap: wrap;}
.outlets_list_ul li{width: 48.72%;height: auto;padding: 40px 36px;display: flex;justify-content: space-between;align-items: center;background: #333333;margin-top: 40px;transition: all 0.3s;}
.outlets_list_ul_left{width: 72.1%;height: auto;}
.outlets_list_ul_left h3{font-size: 24px;color: #FFFFFF;}
.outlets_list_ul_left_dl{width: 100%;height: auto;}
.outlets_list_ul_left_dl dd{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 14px;}
.outlets_list_ul_left_dl dd img{display: block;width: 18px;height: auto;margin-right: 12px;margin-top: 5px;}
.outlets_list_ul_left_dl dd p{font-size: 18px;color: #FFFFFF;font-weight: 300;line-height: 1.6;}
.outlets_list_ul_left_dl dd a{color: #FFFFFF;font-weight: 300;}
.outlets_list_ul li:hover{background: var(--mainColor);}
/*outlets.html end*/
/*store.html start*/
.outlets_list_box .city-picker-selector{display: flex;justify-content: flex-start;margin-bottom: 70px;}
.outlets_list_box .city-picker-selector .selector-item{width: 200px;height: 60px;border: 1px solid #FFFFFF;background: none;}
.outlets_list_box .city-picker-selector .selector-name{padding: 0 20px;color: #FFFFFF;font-size: 18px;}
.outlets_list_box .city-picker-selector .selector-search{padding: 0;}
.outlets_list_ul_right{display: block;}
.outlets_list_ul_right img{display: block;margin: 0px auto;transition: all 0.3s;}
.outlets_list_ul_right p{font-size: 20px;color: #FFFFFF;text-align: center;margin-top: 16px;}
.outlets_list_ul li:hover .outlets_list_ul_right img{filter: brightness(0) invert(1);}
/*store.html end*/
/*service.html start*/
.service_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.service_banner_content h1{font-size: 50px;color: #FFFFFF;text-align: center;}
.service_banner_ul{display: flex;justify-content: center;margin-top: 30px;}
.service_banner_ul li{display: flex;justify-content: flex-start;align-items: center;font-size: 28px;color: #FFFFFF;}
.service_banner_ul li img{display: block;margin-right: 12px;width: 27px;}
.service_banner_ul li + li{margin-left: 50px;}
.service_box{width: 100%;height: auto;padding: 80px 0px;}
.service_info_box{width: 100%;height: auto;position: relative;}
.service_info_bg{width: 100%;height: auto;}
.service_info_bg img{width: 100%;height: auto;display: block;}
.service_info_content_box{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;display: flex;justify-content: center;align-items: center;}
.service_info_content{width: 43%;height: auto;}
.service_info_content h2{font-size: 30px;color: #FFFFFF;line-height: 1.4;text-align: center;display: block;width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px solid #FFFFFF;}
.service_info_content p{font-size: 26px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.service_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 40px;}
.service_list_ul li{width: 23.5%;height: auto;padding: 30px;background: #F8F8F8;margin-top: 30px;margin-left: 2%;}
.service_list_ul_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.service_list_ul_top h2{font-size: 22px;color: #000000;}
.service_list_ul_top img{display: block;width: 44px;height: auto;}
.service_list_ul li p{font-size: 20px;color: #000000;font-weight: 300;margin-top: 16px;}
.service_list_ul li:nth-of-type(4n+1){margin-left: 0;}
.service_list_ul li:nth-last-of-type(1),.service_list_ul li:nth-last-of-type(2),.service_list_ul li:nth-last-of-type(3){width: 32%;}
/*service.html end*/
/*notice.html start*/
.crumbs_box{width: 100%;height: auto;border-bottom: 1px solid #EEEEEE;}
.crumbs_ul{width: 100%;height: 80px;display: flex;justify-content: flex-start;align-items: center;}
.crumbs_ul li a,.crumbs_ul i{font-style: normal;font-size: 20px;color: #666666;}
.crumbs_ul i:nth-last-of-type(1){display: none;}
.notice_info_box{width: 100%;height: auto;padding: 80px 0;}
.notice_info_content{width: 100%;height: auto;margin-top: 40px;}
.notice_txt{width: 100%;height: auto;}
.notice_txt h2{font-size: 24px;color: var(--mainColor);margin-bottom: 30px;}
.notice_txt p{font-size: 18px;color: #333333;line-height: 1.8;}
.notice_bxfw_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F8F8;}
.notice_bxfw_last{width: 100%;height: auto;border-top: 1px solid #E3E3E3;margin-top: 50px;padding-top: 50px;}
.notice_bxfw_last h2{font-size: 24px;color: var(--mainColor);}
.notice_bxfw_last{font-size: 18px;color: #333333;line-height: 1.8;}
/*notice.html end*/
/*pices.html start*/
.pices_table_box{width: 100%;height: auto;overflow: hidden;overflow-x: auto;}
.pices_table_box th{height: 118px;border: 1px solid #e2e2e2;padding: 30px;font-size: 22px;color: #333333;background: #E5EBF4;}
.pices_table_box td{border: 1px solid #e2e2e2;padding: 30px;font-size: 18px;color: #666666;line-height: 1.6;}
.pices_table_box tr:nth-of-type(even){background: #f6f6f6;}
.pices_table_box th:nth-last-of-type(1){width: 30%;}
.pices_table_box th:nth-last-of-type(3){width: 30%;}
.pices_table_box td span{color: var(--mainColor);}
/*pices.html end*/
/*download.html start*/
.download_list_box{width: 100%;height: auto;padding: 80px 0px;}
.download_list_btn{display: flex;justify-content: flex-start;width: 100%;}
.download_list_btn li{width: 130px;height: 46px;border: 1px solid #929292;}
.download_list_btn li + li{margin-left: 20px;}
.download_list_btn li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 18px;color: #666666;}
.download_list_btn li.on,.download_list_btn li:hover{border-color: var(--mainColor);background: var(--mainColor);}
.download_list_btn li.on a,.download_list_btn li:hover a{color: #FFFFFF;}
.download_list_content{width: 100%;height: auto;margin-top: 20px;}
.download_list_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.download_list_content_ul li{width: 48.93%;height: auto;display: flex;justify-content: space-between;align-items: center; padding: 50px 40px;background: #F8F8F8;margin-top: 40px;transition: all 0.3s;}
.download_list_content_ul li:hover{background: var(--mainColor);}
.download_list_content_ul_left{width: 50.2%;height: auto;}
.download_list_content_ul_left h2{font-size: 24px;color: #333333;transition: all 0.3s;}
.download_list_content_ul li:hover .download_list_content_ul_left h2{color: #FFFFFF;}
.download_list_content_ul_left p{font-size: 16px;color: #333333;line-height: 1.6;margin-top: 20px;text-align: justify;transition: all 0.3s;}
.download_list_content_ul li:hover .download_list_content_ul_left p{color: #FFFFFF;}
.download_list_content_ul_left_link{display: flex;justify-content: flex-start;margin-top: 26px;}
.download_list_content_ul_left_link a{display: flex;justify-content: flex-start;align-items: center;color: #666666;font-size: 20px;transition: all 0.3s;}
.download_list_content_ul li:hover .download_list_content_ul_left_link a{color: #FFFFFF;}
.download_list_content_ul_left_link a img{display: block;width: 19px;margin-right: 10px;transition: all 0.3s;}
.download_list_content_ul li:hover .download_list_content_ul_left_link a img{filter: brightness(0) invert(1);}
.download_list_content_ul_left_link a + a{margin-left: 40px;}
.download_list_content_ul_img{width: 26.2%;height: auto;position: relative;}
.download_list_content_ul_img:before{content: "";display: block;width: 1px;height: 188px;position: absolute;top: 50%;transform: translateY(-50%);left: -38%;background: #E2E2E2;}
.download_list_content_ul_img img{width: 100%;height: auto;display: block;}
/*download.html end*/
/*hire.html start*/
.hire_box{width: 100%;height: auto;padding: 80px 0px;}
.hire_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.hire_ul li{width: 48.93%;height: auto;}
.hire_ul_img{width: 100%;height: auto;overflow: hidden;}
.hire_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.hire_ul li:hover .hire_ul_img img{transform: scale(1.1);}
.hire_ul_content{width: 100%;height: 172px;border: 1px solid #e2e2e2;padding: 40px;display: flex;justify-content: space-between;align-items: center;border-top: none;}
.hire_ul_content_left h2{color: #333333;font-size: 26px;}
.hire_ul_content_left p{font-size: 20px;color: #666666;font-weight: 300;margin-top: 16px;}
.hire_ul_content_right{display: flex;justify-content: flex-start;align-items: center;font-size: 20px;color: var(--mainColor);}
.hire_ul_content_right img{display: block;width: 6px;margin-left: 10px;}
/*hire.html end*/
/*recrumitment.html start*/
.recruitment_culture_box{width: 100%;height: auto;padding: 80px 0px;padding-bottom: 181px;overflow: hidden;background: url(../images/recruitment_culture_bg.jpg) no-repeat center bottom;background-size: 100% auto;}
.recruitment_culture_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;margin-top: 50px;}
.recruitment_culture_content_left{width: 314px;height: auto;margin-top: 59px;}
.recruitment_culture_content_left h2{font-size: 36px;color: var(--mainColor);display: block;padding-bottom: 14px;border-bottom: 3px solid var(--mainColor);font-family: "SourceHanSansCN-Medium";}
.recruitment_culture_content_left_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.recruitment_culture_content_left_ul li{font-size: 26px;color: #333333;margin-top: 30px;}
.recruitment_culture_content_left_ul li span{color: var(--mainColor);}
.recruitment_culture_content_right{width: 67.86%;height: auto;}
.recruitment_culture_content_right img{width: 100%;height: auto;display: block;}
.recruitment_team_box{padding: 80px 0px;overflow: hidden;}
.recruitment_team_txt{width: 76%;height: auto;margin: 0px auto;margin-top: 40px;}
.recruitment_team_txt p{font-size: 20px;color: #333333;line-height: 1.6;text-align: center;}
.recruitment_team_sw{width: 100%;height: auto;margin-top: 48px;padding-bottom: 50px;}
.recruitment_team_sw img{width: 100%;height: auto;display: block;}
.recruitment_team_sw_page{width: 100%;bottom: 0 !important;}
.recruitment_team_sw_page span{width: 12px;height: 12px;background: var(--mainColor);}
.recritment_list_box{width: 100%;height: auto;padding: 80px 0px;background: #F8F8F8;}
.recritment_list_ul{width: 100%;height: auto;margin-top: 10px;}
.recritment_list_ul li{width: 100%;margin-top: 30px;height: auto;}
.recritment_list_ul_top{width: 100%;height: 90px;background: #FFFFFF;padding: 0 40px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.recritment_list_ul_top h2{font-size: 22px;color: #000000;font-family: "SourceHanSansCN-Medium";}
.recritment_list_ul_top span{display: flex;width: 36px;height: 36px;background: var(--mainColor);border-radius: 50%;justify-content: center;align-items: center;transition: all 0.3s;}
.recritment_list_ul_top span img{display: block;transform: rotate(180deg);filter: brightness(0) invert(1);transition: all 0.3s;}
.recritment_list_ul_bottom{width: 100%;height: auto;padding: 40px;padding-bottom: 50px;position: relative;background: #FFFFFF;display: none;}
.recritment_list_ul_bottom_top{width: 100%;height: auto;display: flex;justify-content: space-between;}
.recritment_list_ul_bottom_top h3{font-size: 22px;color: #333333;font-family: "SourceHanSansCN-Medium";}
.recritment_list_ul_bottom_top span{color: #333333;font-family: "SourceHanSansCN-Medium";display: block;font-size: 22px;}
.recritment_list_ul_bottom_txt{width: 100%;height: auto;background: url(../images/recruitment_list_logo.png) no-repeat right 50px bottom 20px;background-size: 38.1% auto;}
.recritment_list_ul_bottom_txt h4{font-size: 18px;color: #333333;margin-top: 23px;margin-bottom: 10px;}
.recritment_list_ul_bottom_txt p{font-size: 18px;color: #666;line-height: 1.8;}
.recritment_list_ul_top.on{background: var(--mainColor);}
.recritment_list_ul_top.on h2{color: #FFFFFF;}
.recritment_list_ul_top.on span{background: #FFFFFF;}
.recritment_list_ul_top.on span img{filter: initial;transform: rotate(0deg);}
/*recrumitment.html end*/
/*kitchen.html start*/
.kitchen_advantage_box{width: 100%;height: auto;padding: 74px 0;background: url(../images/kitchen_advantage_bg.jpg) no-repeat center center;background-size: cover;}
.kitchen_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.kitchen_advantage_ul li{display: flex;align-items: center;}
.kitchen_advantage_ul_left{width: 107px;height: 107px;background: linear-gradient(-24deg, rgba(3, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.0) 100%), linear-gradient(#59a7ff,#007aff);box-shadow: 0px 9px 13px 0px rgba(0, 73, 180, 0.35);border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 56px;color: #FFFFFF;}
.kitchen_advantage_ul_left img{display: block;}
.kitchen_advantage_ul_right{margin-left: 20px;}
.kitchen_advantage_ul_right h2{font-size: 34px;color: #333333;font-family: "SourceHanSansCN-Bold";}
.kitchen_advantage_ul_right p{font-size: 22px;color: #666666;margin-top: 10px;}
.kitchen_advantage_ul_right_div{font-size: 24px;color: #333333;font-family: "SourceHanSansCN-Medium";margin-top: 12px;}
.kitchen_advantage_ul_right_div img:nth-of-type(1){margin-right: 22px;}
.kitchen_advantage_ul_right p span{font-size: 14px;color: #666666;font-family: "SourceHanSansCN-ExtraLight";}
.kitchen_advantage_ul_right p span + span{margin-left: 20px;}
.kitchen_process_box{width: 100%;height: auto;padding: 80px 0;}
.kitchen_process_title{width: 100%;height: auto;}
.kitchen_process_title img{width: 392px;height: auto;margin: 0px auto;display: block;}
.kitchen_process_title h2{font-size: 24px;color: #434343;text-align: center;margin-top: 18px;}
.kitchen_process_title2{display: flex;justify-content: center;align-items: center;margin-top: 80px;}
.kitchen_process_title2 span{font-size: 36px;color: #acacac;font-family: "SourceHanSansCN-ExtraLight";}
.kitchen_process_title2 h2{font-size: 36px;color: var(--mainColor);margin: 0 40px;font-family: "SourceHanSansCN-ExtraLight.";}
.kitchen_process_ul{width: 100%;height: auto;padding: 0 67px;display: flex;justify-content: space-between;position: relative;}
.kitchen_process_ul:after{content: "";display: block;width: 100%;height: 1px;background: var(--mainColor);opacity: 0.3;position: absolute;left: 0;bottom: 98px;}
.kitchen_process_ul li{width: 16.3%;height: auto;margin-top: 55px;}
.kitchen_process_ul_ico{width: 162px;height: auto;margin: 0px auto;}
.kitchen_process_ul_ico img{width: 100%;height: auto;display: block;}
.kitchen_process_ul li span{display: block;width: 27px;height: 27px;background: #FFFFFF;border-radius: 50%;border: 1px solid var(--mainColor);position: relative;margin: 0px auto;margin-top: 12px;}
.kitchen_process_ul li span:after{content: "";width: 11px;height: 11px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.kitchen_process_ul li p{font-size: 20px;color: #333333;line-height: 1.6;margin-top: 20px;text-align: center;}
.kitchen_form_box{width: 100%;height: auto;padding: 70px 100px;background: #edf2f5;margin-top: 60px;}
.kitchen_form_box h2{font-size: 36px;color: #333333;text-align: center;font-family: "SourceHanSansCN-Medium";}
.kitchen_form_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.kitchen_form_ul li{margin-top: 30px;}
.kitchen_form_input{width: 20%;height: auto;}
.kitchen_form_adrees{width: 40%;}
.kitchen_form_input input{width: 100%;height: 50px;background: #FFFFFF;border: none;outline: none;padding: 0 20px;color: #333333;font-family: "SourceHanSansCN-ExtraLight";}
.kitchen_form_input input::placeholder{color: #666666;}
.kitchen_form_btn{width: 12.5%;height: auto;}
.kitchen_form_btn input{display: block;width: 100%;height: 50px;background: var(--mainColor);font-size: 20px;color: #FFFFFF;cursor: pointer;outline: none;border: none;}
.kitchen_case_box{width: 100%;height: auto;padding: 80px 0;background: #F8F8F8;}
.kitchen_case_title{width: 100%;height: auto;}
.kitchen_case_title h2{font-size: 56px;color: #313131;font-family: "SourceHanSansCN-Bold";text-align: center;}
.kitchen_case_title p{font-size: 36px;color: #666666;text-align: center;margin-top: 18px;}
.kitchen_case_content_box{width: 100%;height: auto;margin-top: 66px;position: relative;}
.kitchen_case_content_sw{width: 100%;height: auto;}
.kitchen_case_content_sw img{width: 100%;height: auto;display: block;}
.kitchen_case_content_sw .swiper-slide{position: relative;}
.kitchen_case_content_sw h2{display: flex;width: 100%;height: 120px;background: url(../images/kitchen_swiper_title_bg.png) no-repeat center center;background-size: cover;display: flex;justify-content: center;align-items: center;font-size: 30px;color: #FFFFFF;}
.kitchen_case_content_sw_right,.kitchen_case_content_sw_left{background: none;width: 56px;height: auto;}
.kitchen_case_content_sw_right img,.kitchen_case_content_sw_left img{display: block;width: 100%;height: auto;}
.kitchen_case_content_sw_right{right: -86px;}
.kitchen_case_content_sw_left{left: -86px;}
/*kitchen.html end*/
/*scene.html start*/
.scene_box{width: 100%;height: auto;}
.scene_ul{width: 100%;height: auto;}
.scene_ul li{width: 100%;height: auto;position: relative;overflow: hidden;}
.scene_box img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.scene_ul li img:nth-of-type(2){position: absolute;left: 0;top: 0;}
/*scene.html end*/
/*news.html start*/
.news_box{width: 100%;height: auto;padding: 80px 0;}
.news_mbx{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.news_mbx a,.news_mbx i{display: block;font-size: 16px;color: #666666;font-style: normal;}
.news_mbx i{margin: 0 5px;}
.news_mbx a:hover{color: var(--mainColor);text-decoration: underline;}
.news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.news_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 46px;}
.news_ul li:nth-of-type(3n+1){margin-left: 0;}
.news_ul_img{width: 100%;height: auto;overflow: hidden;aspect-ratio: 9 / 6;}
.news_ul_img img{width: 100%;height: 100%;object-fit:cover; display: block;transition: all 0.3s;}
.news_ul_txt{width: 100%;height: auto;margin-top: 25px;}
.news_ul_txt_time{font-size: 16px;color: #333333;}
.news_ul_txt h2{font-size: 20px;color: #333333;margin-top: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.3s;}
.news_ul_txt p{font-size: 16px;color: #666666;line-height: 1.6;margin-top: 16px;text-align: justify;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news_ul li:hover .news_ul_img img{transform: scale(1.1);}
.news_ul li:hover .news_ul_txt h2{color: var(--mainColor);}
/*news.html end*/
/*video.html start*/
.video_content_top_box{width: 100%;height: auto;position: relative;margin-top: 60px;}
.video_content_top_box video{display: block;aspect-ratio: 14/6;width: 100%;object-fit: cover;}
.video_content_top_link{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;justify-content: flex-start;padding: 40px;font-size: 24px;color: #FFFFFF;}
.video_content_top_link:before{content: "";display: block;width: 88px;height: auto;aspect-ratio:1/1;background: url(../images/video_ico.png) no-repeat center center;background-size: 100% auto; position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.video_nav_box{display: flex;justify-content: flex-start;margin-top: 47px;}
.video_nav_box li{padding-bottom: 5px;border-bottom: 1px solid transparent;}
.video_nav_box li a{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #999999;}
.video_nav_box li a img{display: block;width: 17px;height: auto;margin-right: 5px;filter: grayscale(100%);}
.video_nav_box li + li{margin-left: 50px;}
.video_nav_box li.on,.video_nav_box li:hover{border-color: var(--mainColor);}
.video_nav_box li.on a,.video_nav_box li:hover a{color: var(--mainColor);}
.video_nav_box li.on a img,.video_nav_box li:hover a img{filter: initial;}
.video_list{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.video_list li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 50px;}
.video_list li:nth-of-type(4n+1){margin-left: 0;}
.video_list_img{width: 100%;height: auto;position: relative;}
.video_list_img img{width: 100%;height: auto;display: block;}
.video_list_img .video_content_top_link:before{width: 38px;}
.video_list li h2{font-size: 18px;color: #333333;text-align: center;margin-top: 15px;line-height: 1.6;}
.video_list li h2 a{color: #333333;}
.video_list li h2 a:hover{color: var(--mainColor);}
.video_detial_box{width: 100%;height: auto;padding: 80px 0;}
.video_detial_title{width: 100%;height: auto;}
.video_detial_title h1{font-size: 48px;color: #333333;font-weight: 500;text-align: center;}
.video_detial_type{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 20px;}
.video_detial_type p{font-size: 16px;color: #666666;}
.video_detial_type p + p{margin-left: 30px;}
.video_detial_content{width: 100%;height: auto;margin-top: 50px;}
.video_detial_content iframe{width: 100%;height: 100%;object-fit: cover;aspect-ratio:16/9;}
/*video.html end*/
.search_box{width: 100%;height: auto;padding: 80px 0;padding-top: 50px;}
.news_detial_box{width: 100%;height: auto;padding: 80px 0px;}
.news_detial_title{width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px solid #e5e5e5;}
.news_detial_title h1{font-size: 24px;color: #333;font-weight: 600;text-align: center;}
.news_detial_title p{font-size: 16px;color: #666;text-align: center;margin-top: 10px;}
.news_detial_content{width: 100%;height: auto;margin-top: 30px;}
.video_detial_content h2,
.news_detial_content h2{font-size: 18px;color: #333;margin-top: 10px;font-weight: 500;}
.video_detial_content p,
.news_detial_content p{font-size: 16px;color: #333;line-height: 1.6;text-align: justify;text-indent: 2em;margin-top: 10px;}
.news_detial_content p img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
/*content end*/
/*product_detial.html start*/
.product_detial_box{width: 100%;height: auto;padding: 80px 0;}
.product_detial_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_content_left{width: 50.4%;height: auto;}
.product_detial_content_left img{width: 100%;height: auto;display: block;}
.product_detial_content_right{width: 45.6%;height: auto;}
.product_detial_content_info{width: 100%;height: auto;position: sticky;top: 100px;}
.product_detial_content_info_txt{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #e5e5e5;}
.product_detial_content_info_txt h1{font-size: 24px;color: #333;font-family: "SourceHanSansCN-Bold";font-weight: 600;}
.product_detial_content_info_txt p{font-size: 16px;color: #333;line-height: 1.6;margin-top: 20px;}
.product_detial_content_info_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_detial_content_info_ul li{flex: 1;height: 80px;background: #f5f5f5;margin-top: 30px;}
.product_detial_content_info_ul li a{display: block;width: 100%;height: 100%;padding-top: 18px;}
.product_detial_content_info_ul li:not(:last-child){margin-right: 5px;}
.product_detial_content_info_ul li img{display: block;width: 24px;height: auto;margin: 0px auto;}
.product_detial_content_info_ul li h2{font-size: 12px;text-align: center;margin-top: 8px;}
.product_detial_size_box{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);padding-top: 70px;display: none;}
.product_detial_size_content{width: 50%;height: 68vh;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: calc(50% + 70px);transform: translate(-50%, -50%);padding: 60px;}
.product_detial_size_content_close{width: 24px;height: auto;position: absolute;right: 20px;top: 20px;cursor: pointer;}
.product_detial_size_content_close img{width: 100%;height: auto;display: block;}
.product_detial_size_content_txt{width: 100%;height: 100%;overflow: hidden;overflow-y: auto;}
.product_detial_size_content_txt img{max-width: 100%;height: auto;display: block;width: 100%;}
.product_detial_size_content_txt::-webkit-scrollbar{width: 5px;}
.product_detial_size_content_txt::-webkit-scrollbar-track{background: #f1f1f1;border-radius: 6px;}
.product_detial_size_content_txt::-webkit-scrollbar-thumb{background: #c1c1c1;border-radius: 6px;}


/*product_detial.html end*/
/*footer start*/
.footer_box{width: 100%;height: auto;padding-top: 70px;background: #333333;}
.footer_top_box{width: 100%;height: auto;padding-bottom: 36px;border-bottom: 1px solid rgba(255,255,255,0.7);}
.footer_nav_link{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_nav_link li h2{font-size: 18px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";margin-bottom: 40px;}
.footer_nav_link li a{display: block;font-size: 16px;color: rgba(255,255,255,0.8);line-height: 1.8;transition: all 0.3s;font-weight:100;}
.footer_nav_link li a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_bottom_box{width: 100%;height: auto;padding: 31px 0;display: flex;justify-content: space-between;align-items: center;}
.footer_bottom_left{display: flex;justify-content: flex-start;align-items: center;}
.footer_bottom_left h2{font-size: 16px;color: #FFFFFF;margin-right: 29px;}
.footer_bottom_left_share{display: flex;justify-content: flex-start;}
.footer_bottom_left_share li{width: 48px;height: 48px;border: 1px solid #FFFFFF;border-radius: 50%;overflow: hidden;transition: all 0.3s;}
.footer_bottom_left_share li img{display: block;}
.footer_bottom_left_share li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.footer_bottom_left_share li + li{margin-left: 16px;}
.footer_bottom_left_share li:hover{background: var(--mainColor);border-color: var(--mainColor);}
.footer_bottom_right{display: flex;flex-direction: column;align-items: flex-end;}
.footer_bottom_right_top{font-size: 16px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.footer_bottom_right_top a{color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
.footer_bottom_right_top i:nth-last-of-type(1){display: none;}
.footer_bottom_right p{color: #FFFFFF;font-size: 16px;color: #FFFFFF;font-family: "SourceHanSansCN-Medium";margin-top: 5px;}
.footer_bottom_right p a{color: #FFFFFF;font-family: "SourceHanSansCN-Medium";}
/*footer end*/
@media (max-width: 1768px) {
	.contentWH{width: 83.33%;}
	.header_bottom_right_box{width: 143px;}
	.header_nav_box li + li{margin-left: 50px;}
	.header_bottom_right_box a{margin-left: 38px;}
	.index_mask_box.section5{max-width: 1400px;}
	.cooperation_story_content_left_txt h2{font-size: 20px;}
	.cooperation_story_content_left{padding-left:8.335%;}
	.reports_info_content_ul li{margin-left: 80px;}
	.reports_list_ul_left h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.quotaion_last_left li{margin-left: 30px;margin-left: 30px !important;margin-right: 0 !important;}
	.quotaion_last_left li:nth-of-type(4n+1){margin-left: 0 !important;}
	.kitchen_advantage_ul_right p{font-size: 18px;}
	.kitchen_advantage_ul_right_div{font-size: 20px;}
	.kitchen_process_ul li p{font-size: 16px;}
}
@media(max-width:1400px){
	.header_nav_down_list_content_right dd{height: 172px;}
	.header_nav_down_list_content_left li{height: 172px;padding-right: 30px;}
	.header_nav_down_list_content_right{width: 80.7%;}
	.index_mask_box.section5{min-width: 1200px;}
	.product_list_content h2{font-size: 16px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
	.product_list_content{padding: 0 10px;}
	.copperation_process_ul li p{font-size: 14px;}
	.cooperation_story_content_left_txt{width: 90.42%;padding:30px 0;}
	.cooperation_story_content_right img{height:100%;object-fit:cover;}
	.reports_list_ul_left{width: 80%;}
	.reports_info_content{padding: 50px;}
	.reports_info_content_ul li{margin-left: 50px;}
	.recruitment_culture_content_right{width: 62.86%;}
	.kitchen_advantage_ul_right_div img{width: 40px;}
	.kitchen_advantage_ul_right_div img:nth-of-type(1){margin-right: 10px;}
     .product_detial_content_info_ul li p{font-size: 14px;}
	
}
@media (max-width: 1200px) {
	.contentWH{width: 92%;}
	.frist_link{font-size: 16px;}
	.header_nav_box li + li{margin-left: 30px;}
	.index_mask_box.section5{min-width: 990px;}
	.about_advantage_ul{justify-content: space-between;}
	.about_advantage_ul li{margin-left: 0;width: 48.5%;}
	.development_detial1_banner h2{font-size: 42px;}
	.development_detial_title h1{font-size: 42px;}
	.development_detial_content{width: 92%;}
	.development_detial_content_list_sw_right_top h2{font-size: 20px;}
	.development_detial_content_list_sw_right_top img{width: 80px;}
	.development_detial_content_list_sw_right_bottom h3{font-size: 20px;}
	.development_detial_content_list_sw_right_bottom p{font-size: 16px;}
	.cooperation_jxjm_info_top{flex-wrap: wrap;}
	.cooperation_jxjm_info_top_left{width: 100%;display: flex;justify-content: space-between;}
	.cooperation_jxjm_info_top_left li + li{margin-top: 0;}
	.cooperation_jxjm_info_top_right{width: 100%;margin-top: 30px;}
	.cooperation_story_content_left{padding-right: 20px;}
	.cooperation_story_content_left_txt{width: 91.42%;padding: 30px 0;}
	.cooperation_story_content_right img{height: 100%;object-fit: cover;}
	.cooperation_ten_ul li{width: 23.5%;margin-left: 2%;}
	.cooperation_ten_ul li:nth-of-type(5n+1){margin-left: 2%;}
	.cooperation_ten_ul li:nth-of-type(4n+1){margin-left: 0;}
	.contact_ul{justify-content: space-between;}
	.contact_ul li{margin-left: 0;width: 48.5%;}
	.reports_info_content_ul li p{font-size: 16px;}
	.quotaion_last_left li:nth-of-type(4n+1){margin-left: 30px !important;}
	.quotaion_last_left li:nth-of-type(3n+1){margin-left: 0 !important;}
	.quotaion_last_left li{margin-bottom: 20px;}
	.service_info_content {width: 60%;}
	.recruitment_team_box .product_title_box.black h3,
	.recruitment_culture_box .product_title_box.black h3{font-size: 80px;}
	.recruitment_culture_box{background: none;padding-bottom: 0px;}
	.kitchen_advantage_ul{flex-direction: column;align-items: center;}
	.kitchen_advantage_ul li{width: 50%;flex-direction: column;}
	.kitchen_advantage_ul li + li{margin-top: 30px;}
	.kitchen_advantage_ul_right{margin-left: 0;width: 100%;margin-top: 20px;}
	.kitchen_advantage_ul_right h2{text-align: center;}
	.kitchen_advantage_ul_right p{text-align: center;}
	.kitchen_advantage_ul_right_div{text-align: center}
	.kitchen_case_content_sw_right{right: 0;}
	.kitchen_case_content_sw_left{left: 0;}
}
@media (max-width: 990px) {
	.logo{margin-top: 0;}
	.header{background: transparent;backdrop-filter:initial;}
	.header_top_box{height: auto;}
	.header_content_top_box{height: auto;background: rgba(51, 51, 51, 0.35);backdrop-filter: blur(60px) saturate(1.2);}
	.header_content_box{height: 13.8vw;display: flex;justify-content: space-between;align-items: center;}
	.hd_btn{display: block;}
	.header_search_btn.header_content_scarch{display: block;}
	.header_content_bottom_box{display: none;}
	.header.index_header.on{top: 0px;}
	.header_bottom_right_box{display: none;}
	.header_bottom_box{margin-top: 0;height: auto;}
	.header_nav_box{width: 100%;}
	.header_mobile_nav{width: 100%;height: calc(100vh - 13.8vw);background: rgba(51, 51, 51, 0.35);backdrop-filter: blur(60px) saturate(1.2);padding: 20px 4%;display: block;}
	.header_mobile_nav_ul{width: 100%;height: 100%;overflow: hidden;overflow-y: auto;}
	.header_mobile_nav_ul li{width: 100%;height: auto;}
	.header_mobile_nav_top{width: 100%;height: auto;border-bottom: 1px solid rgba(255,255,255,0.5);}
	.header_mobile_nav_top a{display: flex;justify-content: space-between;align-items: center;height: 48px;}
	.header_mobile_nav_top h2{font-size: 18px;color: #FFFFFF;}
	.header_mobile_nav_top i{display: block;width: 10px;height: auto;transform: rotate(-90deg);transition: all 0.3s;}
	.header_mobile_nav_top i img{width: 100%;height: auto;display: block;}
	.header_mobile_nav_top.on i{transform: rotate(0);}
	.header_mobile_nav_bottom{width: 100%;height: auto;}
	.header_mobile_nav_bottom_list{width: 100%;height: auto;padding-bottom: 20px;border-bottom: 1px dashed rgba(255,255,255,0.5);margin-top: 20px;}
	.header_mobile_nav_bottom_list h2{font-size: 18px;color: #FFFFFF;}
	.header_mobile_nav_bottom_list_dl{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
	.header_mobile_nav_bottom_list_dl dd{width: 32%;height: auto;margin-left: 2%;margin-top: 20px;}
	.header_mobile_nav_bottom_list_dl dd:nth-of-type(3n+1){margin-left: 0;}
	.header_mobile_nav_bottom_list_dl dd img{display: block;max-width: 100%;margin: 0px auto;}
	.header_mobile_nav_bottom_list_dl dd p{font-size: 16px;color: #FFFFFF;text-align: center;margin-top: 8px;}
	.header_mobile_nav_bottom_list:nth-last-of-type(1){border-bottom: none;}
	.header_mobile_nav_bottom{display: none;}
	.header_mobile_nav{display: none;}
	.header_search_box{top: 13.8vw;}
	.index_mask_box.section5{min-width: 768px;}
	.swiper_collector_box{width: 92%;}
	.swiper_collector_left{width: 19%;}
	.swiper_collector_right{width: 79%;}
	.footer_bottom_box{flex-direction: column;align-items: center;}
	.footer_bottom_right{margin-top: 10px;align-items: center;}
	.product_list_box{justify-content: space-between;}
	.product_list_box li{width: 48.5%;margin-left: 0;}
	.social_shze_ul li h2{font-size: 18px;}
	.social_shze_ul li p{font-size: 16px;}
	.engineering_info_form_content{width: 100%;}
	.cooperation_ten_ul li{width: 32%;}
	.cooperation_ten_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.cooperation_ten_ul li:nth-of-type(3n+1){margin-left: 0;}
	.cooperation_home_txt{width: 92%;}
	.contact_code_ul{justify-content: flex-start;}
	.contact_code_ul li{width: 32%;margin-left: 2%;}
	.contact_code_ul li:nth-of-type(3n+1){margin-left: 0;}
	.reports_info_content_ul li{margin-left: 20px;}
	.reports_info_content{padding: 15px;}
	.quotation_list_ul{justify-content: space-between;}
	.quotation_list_ul li{margin-left: 0;width: 48.5%;}
	.quotaion_last_left li{margin-left: 15px !important;}
	.quotaion_last_left li:nth-of-type(4n+1){margin-left: 15px !important;}
	.quotaion_last_left li:nth-of-type(3n+1){margin-left: 0px !important;}
	.quotaion_last_right li{padding: 50px 24px 158px 24px;}
	.outlets_list_ul li{padding: 40px 20px;}
	.outlets_list_ul_left h3{font-size: 18px;}
	.outlets_list_ul_left_dl dd p{font-size: 16px;}
	.service_banner_ul li + li{margin-left: 20px;}
	.service_info_content{width: 92%;}
	.service_info_content h2{font-size: 20px;}
	.service_info_content p{font-size: 18px;}
	.download_list_content_ul li{flex-direction: column-reverse;}
	.download_list_content_ul_img{width: 100%;}
	.download_list_content_ul_img:before{display: none;}
	.download_list_content_ul_left{width: 100%;margin-top: 30px;}
	.hire_ul_content{padding: 30px 20px;}
	.recruitment_team_box .product_title_box.black h3,
	.recruitment_culture_box .product_title_box.black h3{font-size: 50px;}
	.recruitment_culture_content{flex-wrap: wrap;}
	.recruitment_culture_content_left{width: 100%;margin-top: 0;}
	.recruitment_culture_content_right{width: 100%;margin-top: 30px;}
	.recruitment_team_txt{width: 100%;}
	.kitchen_process_ul:after{display: none;}
	.kitchen_process_ul li span{display: none;}
	.kitchen_process_ul{justify-content: space-between;flex-wrap: wrap;}
	.kitchen_process_ul li{margin-left: 0;width: 48.5%;}
	.kitchen_form_box{padding: 50px;}
	.kitchen_form_ul{flex-direction: column;}
	.kitchen_form_ul li + li{margin-left: 0;}
	.kitchen_form_ul li{width: 100%;}
	.news_ul{justify-content: space-between;}
	.news_ul li{width: 48.5%;margin-left: 0;}
     .product_detial_content{flex-wrap: wrap;flex-direction: column-reverse;}
     .product_detial_content_left{width: 100%;margin-top: 30px;}
     .product_detial_content_right{width: 100%;}
	
}
@media(max-width: 768px) {
	.logo{width: 52vw;}
	.header_search_btn{width: 5vw;}
	.header_mobile_nav{padding: 5% 4%;}
	.header_mobile_nav_top h2{font-size: 3.8vw;}
	.header_mobile_nav_top a{height: 10.8vw;padding: 0 3.2vw;}
	.header_mobile_nav_bottom_list{padding: 0 3.2vw;margin-top: 3.2vw;padding-bottom: 3.2vw;}
	.header_mobile_nav_bottom_list h2{font-size: 3.6vw;}
	.header_mobile_nav_bottom_list_dl dd{margin-top: 3.2vw;}
	.header_mobile_nav_bottom_list_dl dd img{max-width: 75%;}
	.header_mobile_nav_bottom_list_dl dd p{font-size: 3.6vw;margin-top: 1.8vw;}
	.header_search_box.on{top: 13.8vw;}
	.header_search_box form{padding: 3.2vw;}
	.header_search_box input{width: 58.5%;padding: 0 1.2vw;margin: 0;font-size: 3.6vw;}
	.header_search_box input:nth-last-of-type(1){width: 38.5%;}
	.index_mask_box{padding-top: 5.8vw;}
	.index_mask_txt h2{font-size: 4.2vw;}
	.index_mask_txt p{font-size: 3.8vw;margin-top: 2.2vw;}
	.index_mask_txt a{width: 39vw;height: 10.8vw;font-size: 3.6vw;margin-top: 3.8vw;}
	.index_mask_txt a img{width: 1.2vw;margin-left: 1.6vw;}
	.index_mask_box.section5{padding-top: 18.8vw;}
	.index_section6_sw_top{position: relative;}
	.index_section7_sw{position: relative;}
	.index_section6_sw_bottom{width: 92%;}
	.swiper_collector_left{width: 23vw;height: auto;}
	.footer_nav_link li{width: 23.5%;margin-bottom: 3.2vw;}
	.footer_nav_link li h2{font-size: 3.8vw;margin-bottom: 3.8vw;}
	.footer_nav_link li a{font-size: 3.6vw;}
	.footer_box{padding-top: 8vw;}
	.footer_top_box{padding-bottom: 0vw;}
	.index_video{aspect-ratio:16/9;}
	.fp-tableCell,
	.fp-section.fp-table, .fp-slide.fp-table{height: auto !important;}
	.swiper_collector_box{bottom: 3.2vw;}
	.footer_bottom_box{padding: 2.2vw 0;}
	.footer_bottom_left{flex-direction: column;}
	.footer_bottom_left h2{font-size: 3.2vw;margin-right: 0;}
	.footer_bottom_left_share li{width: 5.8vw;height: 5.8vw;margin-top: 2.2vw;}
	.footer_bottom_left_share li + li{margin-left: 1.8vw;}
	.footer_bottom_left_share li img{width: 60%;}
	.footer_bottom_right_top{font-size: 3.2vw;margin-top: 2.2vw;}
	.footer_bottom_right p{font-size: 3.2vw;}
	.footer_bottom_right{margin-top: 0;}
	.header.fixed{top: 0;}
	.banner_content h2{font-size: 4.8vw;}
	.product_content_box{padding: 8vw 0;}
	.product_title_box h3{font-size: 7.8vw;}
	.product_title_box h1,.product_title_box h2{font-size: 4.8vw;}
	.product_ul_box li{width: 100%;margin-top: 3.8vw;}
	.product_ul_txt{padding: 0 4%;bottom: 3.2vw;}
	.product_ul_txt h2{font-size: 3.6vw;}
	.product_ul_txt span{font-size: 3.6vw;}
	.product_ul_txt span img{width: 1.6vw;margin-left: 1.2vw;}
	.header_hr{height: 13.8vw;}
	.product_nav_box{padding-top:8vw;}
	.product_nav_ul{justify-content:space-between;flex-wrap: wrap;}
	.product_nav_ul li{width: 48.5%;margin-bottom:3.8vw;margin-left:0;height:10.8vw;}
	.product_nav_ul li a{font-size:3.6vw;}
	.product_list_box li{width: 100%;margin-top: 3.8vw;}
	.product_list_content{height: 12.8vw;margin-top: 3.2vw;}
	.product_list_content h2{font-size: 3.8vw;}
	.product_list_content span{font-size: 3.2vw;margin-top: 1.2vw;}
	.product_list_content span img{width: 1.2vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_content p{font-size: 3.6vw;}
	.about_info_content{margin-top: 3.8vw;}
	.about_info_content_number{margin-top: 3.2vw;}
	.about_info_content_number li{margin-top: 3.8vw;width: 48.5%;}
	.about_info_content_number li:nth-of-type(1){width: 100%;}
	.about_info_content_number_top h2{font-size: 4.8vw;}
	.about_info_content_number_top em{width: 2.7vw;width: 4.8vw;height: 4.8vw;}
	.about_info_content_number li p{font-size: 3.6vw;margin-top: 1.8vw;}
	.about_info_box2{padding: 8vw 0;}
	.about_info_box2 p img{margin-bottom: 3.6vw;}
	.about_info_box2 p{font-size: 3.6vw;}
	.about_advantage_box{padding: 8vw 0;}
	.about_advantage_ul{margin-top: 3.2vw;}
	.about_advantage_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.about_advantage_ul_ico{width: 11vw;}
	.about_advantage_ul li h2{font-size: 4.8vw;margin-top: 2.2vw;}
	.about_advantage_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.development_list_ul_img_content h3{font-size:3.8vw;}
    .development_list_ul_img_content p{font-size:3.6vw;margin-top:3.2vw;}
    .development_list_ul_img_content p img{width:1vw;margin-left:1.8vw;}
	.development_list_box{padding: 8vw 0;}
	.development_list_ul li{margin-top: 5.8vw;}
	.development_list_ul li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.development_detial1_banner h2{font-size: 4.8vw;}
	.development_detial_box{padding: 8vw 0;}
	.development_detial_title h1{font-size: 4.8vw;}
	.development_detial_content{margin-top: 5.8vw;}
	.development_detial_content_list_sw_btn_right, .development_detial_content_list_sw_btn_left{width: 4.8vw;}
	.development_detial_content_list{padding: 0 8.8vw;}
	.development_detial_content_list_sw .swiper-slide{flex-wrap: wrap;}
	.development_detial_content_list_sw_left{width: 100%;}
	.development_detial_content_list_sw_right{width: 100%;margin-top: 3.2vw;}
	.development_detial_content_list_sw_right_top img{width: 11vw;margin-right: 1.8vw;}
	.development_detial_content_list_sw_right_top h2{font-size: 3.6vw;}
	.development_detial_content_list_sw_right_top{padding-bottom: 1.8vw;}
	.development_detial_content_list_sw_right_bottom{margin-top: 3.2vw;}
	.development_detial_content_list_sw_right_bottom h3{font-size: 4.8vw;}
	.development_detial_content_list_sw_right_bottom p{font-size: 3.6vw;margin-top: 2.2vw;}
	.development_detial_btn{margin-top: 5.8vw;padding: 0 2%;}
	.development_detial_btn li h2{font-size: 2.3vw;height: 3.8vw;}
	.development_detial_btn li.on h2, .development_detial_btn li:hover h2{font-size: 3.6vw;}
	.development_detial_bottom span{width: 2.6vw;height: 2.6vw;}
	.development_detial_bottom span:after{width: 1.2vw;height: 1.2vw;}
	.development_detial_bottom{width: 6.6vw;height: 6.6vw;margin-top: 2.2vw;}
	.development_detial2_banner h2{font-size: 4.8vw;}
	.meida_banner_content h2{font-size: 3.6vw;}
	.meida_banner_content h1{font-size: 4.8vw;}
	.meida_giory_box{padding: 8vw 0;}
	.meida_giory_ul{justify-content: space-between;}
	.meida_giory_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.meida_btn{margin-top: 3.8vw;font-size: 3.6vw;}
	.meida_btn img{width: 3.8vw;margin-right: 1.8vw;}
	.meida_list_box{padding: 8vw 0;padding-top: 3.2vw;}
	.meida_list_ul{justify-content: space-between;}
	.meida_list_ul li{width: 100%;padding: 2%;margin-top: 3.8vw;margin-left: 0;}
	.meida_jb_box{padding: 8vw 0;}
	.meida_jb_ul{justify-content: space-between;}
	.meida_jb_ul li{margin-left: 0;width: 100%;margin-top: 3.8vw;padding: 2%;}
	.social_shze_box{padding: 8vw 0;}
	.social_shze_ul{justify-content: space-between;margin-top: 3.2vw;}
	.social_shze_ul li{width: 48.5%;margin-left: 0;margin-top: 3.8vw;}
	.social_shze_ul li h2{font-size: 4.2vw;height: 10.8vw;}
	.social_shze_ul li p{font-size: 3.2vw;height: 10.8vw;}
	.social_ryzs_box{padding: 8vw 0;}
	.social_ryzs_sw .swiper-slide h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.social_ryzs_sw_page span{width: 1.8vw;height: 1.8vw;}
	.social_ryzs_sw{padding-bottom: 8vw;}
	.engineering_info_box{padding: 8vw 0;}
	.engineering_info_txt{margin-top: 3.2vw;}
	.engineering_info_txt p{font-size: 3.6vw;line-height: 1.6;}
	.engineering_info_sw{margin-top: 3.8vw;padding-bottom: 8vw;}
	.engineering_info_sw_page span{width: 1.8vw;height: 1.8vw;}
	.engineering_info_form_box{padding: 8vw 0;}
	.engineering_info_form_title h2{font-size: 4.8vw;}
	.engineering_info_form_title h3{font-size: 3.6vw;}
	.engineering_info_form_ul li{margin-top: 3.2vw;}
	.engineering_info_form_ul li input{height: 8.8vw;padding: 0 3.2vw;font-size: 3.2vw;}
	.city-picker-selector{flex-wrap: wrap;}
	.engineering_info_form_ul li:nth-of-type(3){margin-top: 0px;}
	.city-picker-selector .selector-item{width: 100%;height: 8.8vw;margin-left: 0;margin-top: 3.2vw;}
	.city-picker-selector .selector-name{padding: 0 3.2vw;font-size: 3.2vw;}
	.city-picker-selector .selector-item:after{right: 3.2vw;}
	.cooperation_jxjm_box{padding: 8vw 0;}
	.cooperation_jxjm_info_top_left li{font-size: 4.2vw;}
	.cooperation_jxjm_info_box{margin-top: 3.8vw;}
	.cooperation_jxjm_info_top_right{margin-top: 3.8vw;}
	.cooperation_jxjm_info_top_right p{font-size: 3.6vw;}
	.cooperation_jxjm_info_bottom{margin-top: 5.8vw;}
	.cooperation_story_box{padding-top: 8vw;}
	.cooperation_story_content{margin-top: 8vw;flex-wrap: wrap;}
	.cooperation_story_content_left{width: 100%;padding: 5% 4%;}
	.cooperation_story_content_left_txt{width: 100%;padding: 0;}
	.cooperation_story_content_left_txt h2{font-size: 4.2vw;height: 10.8vw;margin-bottom: 3.2vw;}
	.cooperation_story_content_left_txt p{font-size: 3.6vw;}
	.cooperation_story_content_right{width: 100%;}
	.cooperation_ten_box{padding: 8vw 0;}
	.cooperation_ten_ul{justify-content: space-between;}
	.cooperation_ten_ul li{width: 100%;margin-left: 0;padding: 5% 4%;margin-top: 3.8vw;}
	.cooperation_ten_ul_number{width: 5.8vw;height: 5.8vw;}
	.cooperation_ten_ul_number span{width: 3.8vw;font-size: 3.2vw;height: 3.8vw;}
	.cooperation_ten_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.cooperation_home_box{padding: 8vw 0;}
	.cooperation_home_txt{margin-top: 3.8vw;}
	.cooperation_home_txt p{font-size: 3.6vw;}
	.cooperation_home_img{margin-top: 5.8vw;}
	.copperation_jmtj_box{padding: 8vw 0;}
	.copperation_jmtj_ul{justify-content: space-between;margin-top: 3.2vw;}
	.copperation_jmtj_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;padding: 5% 4%;}
	.copperation_jmtj_ul_ico img{width: 11vw;}
	.copperation_jmtj_ul_ico span{font-size: 4.8vw;}
	.copperation_jmtj_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.copperation_jmtj_ul li:nth-last-of-type(1), .copperation_jmtj_ul li:nth-last-of-type(2), .copperation_jmtj_ul li:nth-last-of-type(3){width: 100%;}
	.copperation_jmtj_lxfs_content h2{font-size: 4.2vw;}
	.copperation_jmtj_lxfs_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.copperation_jmtj_lxfs_box{margin-top: 5.8vw;}
	.copperation_process_box{padding: 8vw 0;}
	.copperation_process_ul:before{display: none;}
	.copperation_process_ul li{width: 48.5%;margin-top: 5.8vw;}
	.copperation_process_ul_ico{width: 11vw;}
	.copperation_process_ul_number span{display: none;}
	.copperation_process_ul_number i{font-size: 3.8vw;margin-top: 3.2vw;}
	.copperation_process_ul li p{font-size: 3.6vw;margin-top: 1.8vw;}
	.copperation_process_ul{margin-top: 0;}
	.contact_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.contact_ul_ico{width: 11vw;height: auto;}
	.contact_ul li h2{font-size: 3.8vw;margin-top: 1.8vw;}
	.contact_ul li p{font-size: 4.2vw;margin-top: 1.8vw;}
	.contact_code_box{margin-top: 5.8vw;padding: 5% 4%;}
	.contact_code_title h2{font-size: 4.2vw;}
	.contact_code_ul li{width: 48.5%;padding: 5% 4%;margin-top: 3.8vw;margin-left: 0;}
	.contact_code_ul{justify-content: space-between;}
	.contact_code_ul li h2{font-size: 3.8vw;margin-top: 3.2vw;}
	.contact_box{padding: 8vw 0;}
	.reports_box{padding: 8vw 0;}
	.reports_info_content{padding: 5% 4%;}
	.reports_info_content h1{font-size: 4.8vw;}
	.reports_info_content_ul li{margin-top: 3.2vw;margin-left: 0;width: 100%;}
	.reports_info_content_ul li p{font-size: 3.6vw;}
	.reports_info_bg{height: 48vw;}
	.reports_info_bg img{height: 100%;object-fit: cover;}
	.reports_btn_box{margin-top: 5.8vw;}
	.reports_btn_box li a{font-size: 3.6vw;}
	.reports_btn_box li{width: 32%;height: 8.8vw;}
	.reports_btn_box li + li{margin-left: 2%;}
	.reports_list_ul{margin-top: 5.8vw;}
	.reports_list_ul li{height: auto;flex-direction: column;padding: 5% 4%;}
	.reports_list_ul_left{width: 100%;flex-direction: column;}
	.reports_list_ul_left_time{margin-right: 0;font-size: 3.8vw;}
	.reports_list_ul_left h2{display: block;width: 100%;margin-top: 3.2vw;font-size: 4.2vw;text-align: center;}
	.reports_list_ul_more{margin-top: 3.6vw;font-size: 3.6vw;}
	.reports_list_ul_more img{width: 3.6vw;margin-right: 1.2vw;}
	.page{margin-top: 5.8vw;}
	.page li{width: 4.8vw;height: 4.8vw;}
	.page li + li{margin-left: 1.2vw;}
	.page li a{font-size: 3.2vw;}
	.page li a img{width: 2.8vw;}
	.quotation_list_box{padding: 8vw 0;}
	.quotation_list_ul li{width: 100%;padding: 5% 4%;margin-top: 5.8vw;background-size: 10.8vw auto;}
	.quotation_list_ul li h3{font-size: 3.8vw;}
	.quotation_list_ul li p{font-size: 3.6vw;margin-top: 2.8vw;}
	.quotation_list_ul li span{font-size: 3.2vw;bottom: 2%;right: 4%;}
	.quotaion_last_box{padding: 8vw 0;}
	.quotaion_last_content{flex-wrap: wrap;}
	.quotaion_last_left{width: 100%;}
	.quotaion_last_left li{width: 32%;height: 8.8vw; margin-left: 2% !important;font-size: 3.2vw;}
	.quotaion_last_left li img{width: 2.8vw;margin-right: 1.4vw;}
	.quotaion_last_left li:nth-of-type(4n+1){margin-left: 2% !important;}
	.quotaion_last_left li:nth-of-type(3n+1){margin-left: 0 !important;}
	.quotaion_last_right{width: 100%;margin-top: 5.8vw;}
	.quotaion_last_right li{padding: 5% 4%;padding-bottom: 12vw;background-size: 10.8vw auto;}
	.quotaion_last_right li h3{font-size: 3.8vw;}
	.quotaion_last_right li p{font-size: 3.6vw;margin-top: 2.8vw;}
	.quotaion_last_right li span{font-size: 3.2vw;bottom: 2%;right: 4%;}
	.outlets_banner_content{width: 100%;}
	.outlets_banner_content h1{font-size: 4.8vw;}
	.outlets_banner_content_form_box{height: 10.8vw;margin-top: 3.2vw;}
	.outlets_banner_content_input{padding-left: 3.2vw;font-size: 3.2vw;}
	.outlets_banner_content_form_div h2{font-size: 3.2vw;}
	.outlets_banner_content_form_div a{font-size: 3.2vw;margin-left: 1.4vw;}
	.outlets_list_box{padding: 8vw 0;}
	.outlets_list_title h2{font-size: 4.8vw;}
	.outlets_list_ul{margin-top: 3.2vw;}
	.outlets_list_ul li{width: 100%;padding: 5% 4%;margin-top: 3.8vw;flex-wrap: wrap;}
	.outlets_list_ul_left{width: 100%;}
	.outlets_list_ul_left h3{font-size: 3.8vw;}
	.outlets_list_ul_left_dl dd p{font-size: 3.6vw;}
	.outlets_list_ul_left_dl dd{margin-top: 1.8vw;}
	.outlets_list_ul_left_dl dd img{margin-right: 1.8vw;}
	.outlets_list_ul_right{margin: 0px auto;margin-top: 1.8vw;}
	.outlets_list_ul_right img{width: 8.8vw;}
	.outlets_list_ul_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.outlets_list_box .city-picker-selector{margin-bottom: 5.8vw;justify-content: space-between;}
	.outlets_list_box .city-picker-selector .selector-item{width: 48.5%;margin-left: 0;height: 10.8vw;}
	.outlets_list_box .city-picker-selector .selector-name{padding: 0 2.8vw;font-size: 3.2vw;}
	.outlets_list_box .city-picker-selector .selector-list{top: 12.8vw;}
	.service_banner_content h1{font-size: 4.8vw;}
	.service_banner_ul{margin-top: 3.2vw;}
	.service_banner_ul li + li{margin-left: 2vw;}
	.service_banner_ul li{font-size: 3.2vw;}
	.service_banner_ul li img{width: 3.6vw;margin-right: 1.8vw;}
	.service_box{padding: 8vw 0;}
	.service_info_content h2{font-size: 4.2vw;padding-bottom: 1.8vw;}
	.service_info_content p{font-size: 3.6vw;margin-top: 1.8vw;}
	.service_info_bg{height: 32vw;}
	.service_info_bg img{height: 100%;object-fit: cover;}
	.service_list_ul{margin-top: 3.2vw;justify-content: space-between;}
	.service_list_ul li{width: 48.5%;margin-top: 3.8vw;padding: 5% 4%;margin-left: 0;}
	.service_list_ul_top h2{font-size: 4.8vw;}
	.service_list_ul_top img{width: 4.8vw;}
	.service_list_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.service_list_ul li:nth-last-of-type(1), .service_list_ul li:nth-last-of-type(2), .service_list_ul li:nth-last-of-type(3){width: 48.5%;}
	.service_list_ul li:nth-last-of-type(1){width: 100%;}
	.crumbs_ul{height: 8.8vw;}
	.crumbs_ul li a,.crumbs_ul i{font-size: 3.2vw;}
	.notice_info_box{padding: 8vw 0;}
	.notice_info_content{margin-top: 5.8vw;}
	.notice_txt h2{font-size: 4.2vw;margin-bottom: 3.8vw;}
	.notice_txt p{font-size: 3.6vw;}
	.notice_bxfw_box{padding: 8vw 0;}
	.notice_bxfw_last{margin-top: 5.8vw;padding-top: 5.8vw;}
	.notice_bxfw_last h2{font-size: 4.2vw;}
	.notice_bxfw_last p{font-size: 3.6vw;}
	.pices_table_box th{height: 10.8vw;padding: 2%;font-size: 3.8vw;}
	.pices_table_box td{padding: 2%;font-size: 3.2vw;}
	.pices_table_box table{min-width: 680px;}
	.pices_table_box th:nth-of-type(1){width:10%;}
	.pices_table_box th:nth-of-type(2){width:20%;}
	.pices_table_box th:nth-of-type(3){width:15%;}
	.download_list_box{padding: 8vw 0;}
	.download_list_btn{flex-wrap: wrap;justify-content: space-between;}
	.download_list_btn li{width: 48.5%;height: 8.8vw;font-size: 3.6vw;margin-bottom: 3.8vw;}
	.download_list_btn li + li{margin-left: 0;}
	.download_list_content{margin-top: 0;}
	.download_list_content_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.download_list_content_ul_left{margin-top: 3.8vw;}
	.download_list_content_ul_left h2{font-size: 4.2vw;}
	.download_list_content_ul_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.download_list_content_ul_left_link{margin-top: 3.2vw;}
	.download_list_content_ul_left_link a{font-size: 3.6vw;}
	.download_list_content_ul_left_link a img{width: 3.8vw;margin-right: 1.8vw;}
	.download_list_content_ul_left_link a + a{margin-left: 1.8vw;}
	.hire_box{padding: 8vw 0;}
	.hire_ul li{width: 100%;}
	.hire_ul li + li{margin-top: 3.8vw;}
	.hire_ul_content_left h2{font-size: 3.8vw;}
	.hire_ul_content_left p{font-size: 3.6vw;margin-top: 1.8vw;}
	.hire_ul_content_right{font-size: 3.6vw;}
	.hire_ul_content{padding: 5% 4%;height: 15.8vw;}
	.recruitment_culture_box{padding: 8vw 0;}
	.recruitment_team_box .product_title_box.black h3, .recruitment_culture_box .product_title_box.black h3{font-size: 7.8vw;}
	.recruitment_culture_content{margin-top: 5.8vw;}
	.recruitment_culture_content_left h2{font-size: 4.2vw;padding-bottom: 1.6vw;border-width: 0.3vw;} 
	.recruitment_culture_content_left_ul{margin-top: 3.2vw;}
	.recruitment_culture_content_left_ul li{font-size: 3.8vw;margin-top: 3.2vw;}
	.recruitment_team_box{padding-top: 0;padding-bottom: 8vw;}
	.recruitment_team_txt{margin-top: 5.8vw;}
	.recruitment_team_txt p{font-size: 3.6vw;}
	.recruitment_team_sw{margin-top: 5.8vw;padding-bottom: 8vw;}
	.recruitment_team_sw_page span{width: 1.8vw;height: 1.8vw;}
	.recritment_list_box{padding: 8vw 0;}
	.recritment_list_ul{margin-top: 3.2vw;}
	.recritment_list_ul li{margin-top: 3.8vw;}
	.recritment_list_ul_top{padding: 0 4%;height: 10.8vw;}
	.recritment_list_ul_top h2{font-size: 4.2vw;}
	.recritment_list_ul_top span{width: 4.8vw;height: 4.8vw;}
	.recritment_list_ul_top span img{width: 2.8vw;}
	.recritment_list_ul_bottom{padding: 5% 4%;}
	.recritment_list_ul_bottom_top h3{font-size: 3.8vw;}
	.recritment_list_ul_bottom_top span{font-size: 3.8vw;}
	.recritment_list_ul_bottom_txt h4{font-size: 3.6vw;margin-top: 5.8vw;}
	.recritment_list_ul_bottom_txt p{font-size: 3.6vw;}
	.kitchen_advantage_box{padding: 8vw 0;}
	.kitchen_advantage_ul_left{width: 16vw;height: 16vw;}
	.kitchen_advantage_ul_left img{width: 60%;}
	.kitchen_advantage_ul li{width: 100%;}
	.kitchen_advantage_ul_right h2{font-size: 4.8vw;margin-top: 3.2vw;}
	.kitchen_advantage_ul_right p{font-size: 3.6vw;margin-top: 2.2vw;}
	.kitchen_advantage_ul_right_div{font-size: 4.2vw;margin-top: 3.2vw;}
	.kitchen_process_box{padding: 8vw 0;}
	.kitchen_process_title img{width: 70%;}
	.kitchen_process_title h2{font-size: 4.2vw;margin-top: 2.8vw;}
	.kitchen_process_title2 span{display: none;}
	.kitchen_process_title2{margin-top: 8vw;}
	.kitchen_process_title2 h2{font-size: 4.8vw;}
	.kitchen_process_ul{padding: 0;margin-top: 3.2vw;}
	.kitchen_process_ul li{margin-top: 3.8vw;}
	.kitchen_process_ul_ico{width: 12vw;}
	.kitchen_process_ul li p{font-size: 3.6vw;margin-top: 3.6vw;}
	.kitchen_form_box{margin-top: 5.8vw;padding: 5% 4%;}
	.kitchen_form_box h2{font-size: 4.8vw;}
	.kitchen_form_ul{margin-top: 3.2vw;}
	.kitchen_form_ul li{margin-top: 3.8vw;}
	.kitchen_form_input input{height: 10.8vw;padding-left: 3.2vw;font-size: 3.6vw;}
	.kitchen_form_btn input{height: 10.8vw;font-size: 3.6vw;}
	.kitchen_case_box{padding: 8vw 0;}
	.kitchen_case_title h2{font-size: 4.8vw;}
	.kitchen_case_title p{font-size: 3.8vw;margin-top: 2.2vw;}
	.kitchen_case_content_box{margin-top: 5.8vw;}
	.kitchen_case_content_sw_right, .kitchen_case_content_sw_left{width: 5.8vw;}
	.kitchen_case_content_sw h2{height: 10.8vw;font-size: 3.8vw;}
	.news_box{padding: 8vw 0;}
	.news_mbx a, .news_mbx i{font-size: 3.2vw;}
	.news_ul{margin-top: 3.2vw;}
	.news_ul li{margin-top: 3.8vw;}
	.news_ul_txt{margin-top: 2.8vw;}
	.news_ul_txt_time{font-size: 2.7vw;}
	.news_ul_txt h2{font-size: 3.6vw;margin-top: 2.8vw;}
	.news_ul_txt p{font-size: 3.2vw;margin-top: 2.8vw;}
	.video_content_top_link{padding: 5% 4%;font-size: 4.2vw;}
	.video_content_top_link:before{width: 11vw;}
	.video_nav_box li + li{margin-left: 5.2vw;}
	.video_nav_box li a{font-size: 3.6vw;}
	.video_nav_box li a img{width: 3.6vw;}
	.video_list{justify-content: space-between;}
	.video_list li{width: 48.5%;margin-left: 0;margin-top: 3.8vw;}
	.video_list li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.video_detial_box{padding: 8vw 0;}
	.video_detial_title h1{font-size: 4.8vw;}
	.video_detial_type{margin-top: 3.2vw;}
	.video_detial_type p{font-size: 3.2vw;}
	.video_detial_type p + p{margin-left: 3.6vw;}
	.video_detial_content{margin-top: 5.8vw;}
     .search_box{padding: 8vw 0;padding-top: 4.2vw;}
     .news_detial_box{padding: 8vw 0px;}
     .news_detial_title{padding-bottom: 3.2vw;}
     .news_detial_title h1{font-size: 4.8vw;}
     .news_detial_title p{font-size: 3.6vw;margin-top: 2.2vw;}
     .news_detial_content{margin-top: 5.8vw;}
     .video_detial_content h2,
     .news_detial_content h2{font-size: 4.2vw;margin-top: 3.2vw;}
     .video_detial_content p,
     .news_detial_content p{font-size: 3.6vw;margin-top: 3.2vw;}
     .product_detial_box{padding: 8vw 0px;}
     .product_detial_content_info_txt h1{font-size: 4.8vw;}
     .product_detial_content_info_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
     .product_detial_content_info_txt{padding-bottom: 3.2vw;}
     .product_detial_content_info_ul li{margin-top: 3.6vw;padding-bottom: 3.2vw;}
     .product_detial_content_info_ul li h2{font-size: 3.6vw;}
     .product_detial_content_info_ul li p{font-size: 3.2vw;}
     .product_detial_size_content{width: 92%;padding: 5% 4%;border-radius: 2vw;top: 50%;}
     .product_detial_size_content_close{width: 4.2vw;top: 3.2vw;right: 3.2vw;}
}



















