*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1200px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}


body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:10px 0 15px 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel p{line-height:24px;font-size:14px;color:#666;background:url(../images/tel.png) no-repeat left center;padding-left:30px;}
header .tel b{display:block;color:#ffaf50;font-size:24px;line-height:30px;font-family:"Arial";}

.header-nav{ width:100%;background:#ffaf50;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 8);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:50px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content: "";display: block;width: 1px;height: 30%;background-color: #fff;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {font-weight: bold;color:#222;background-color: #fff;}

.nav-ul .sub_ul {display: none;width: 100%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:36px;color:#909399;font-weight: bold; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #ffaf50;}

.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#ffaf50;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#ffaf50;}
.sjnav .list-inline-li.active .list-box .list-link{color:#ffaf50;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#fff;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#ffaf50;width: 30px;}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}


.index-box{padding:10px 0;background-color: #f5f5f5;}
.index-box .wrap{display: flex;justify-content: space-between;align-items: center;}
.index-box .left{display: flex;align-items: center;}
.index-box .left .t1{font-size: 16px;color:#333;font-weight: bold;}
.index-box .left .t2{display: flex;padding:0 10px;border-radius: 5px;line-height: 40px;}
.index-box .left .t2 a{display: block;margin:0 8px;font-size: 13px;color:#666;;}
.index-box .left .t2 a:hover{color:#000;text-decoration: underline !important;}
.index-box .right{display: flex;}
.index-box .right form{width: 300px;background-color: #ffaf50;display: flex;}
.index-box .right form input[type=text]{width: calc(100% - 46px);line-height: 40px;padding-left: 15px;background-color: #ffaf50;color:#fff;}
.index-box .right form input[type=submit]{width: 46px;line-height: 40px;background:url(../images/but.png) no-repeat center center;}

.index-box .right form input[type=text]::-webkit-input-placeholder { color:#fff;}
.index-box .right form input[type=text]::-moz-placeholder { color:#fff;}
.index-box .right form input[type=text]:-ms-input-placeholder{color:#fff; }

.title{text-align: left;color:#333;}
.title .t1{line-height: 30px;font-size: 30px;opacity: 0.1;}
.title .t2{line-height: 30px;font-size: 24px}
.title img{display: block;max-width: 100%;margin:7px 0 0 0;}

.pro{padding:70px 0;}
.pro .box{margin-top: 12px;background-repeat: no-repeat;background-position: top center;}
.tabs{display: flex;justify-content: center;padding:20px 0 0 0;}
.tabs a{display: block;text-align: center;font-size: 13px;color:#fff;border-radius: 30px;width: 130px;line-height: 28px;border:2px solid #ffaf50;margin:0 5px;;}
.tabs a:hover, .tabs a.on{background-color: #ffaf50;color:#fff;}
.swiper-pro{padding:40px 0;}
.swiper-pro a{display: block;border:1px solid #f2f2f2;background-color: #f2f2f2;color:#333;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: calc(220/285*100%);}
.swiper-pro a .txt{text-align: center;font-size: 14px;line-height: 24px;padding:10px 0;;}
.swiper-pro a .txt b{display: block;}
.swiper-pro a:hover{background-color: #ffaf50;color:#fff;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}
.swiper-pro .swiper-pagination{bottom: 0;}
.swiper-pro .swiper-pagination-bullet{width:5px; height:5px; opacity:1;background:#ffaf50;transition: 0.5s;border-radius: 50%;}
.swiper-pro .swiper-pagination-bullet-active{background:#ffaf50;width: 30px;border-radius: 10px;}



.about{width: 100%;position: relative;;}
.about .box{display: flex;justify-content: space-between;padding-bottom: 40px;}
.about .box .left{width: 72%;padding:20px 0 0 0;}
.about .box .left .nr{width: 100%;font-size: 14px;color:#333;line-height: 30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;margin:20px 0;}
.about .box .left a{font-size: 13px;color:#333;border-radius: 30px;width:130px;line-height: 30px;text-align: center;background-color: #ffaf50;display: block;transition: 0.5s;}
.about .box .left a:hover{transform: translateY(-5px);color:#333;box-shadow: 3px 3px 3px rgba(0, 0, 0,0.2);}
.about .box .right{width: 260px;}
.about .box .right a{width: 100%;display: block;text-align: center;color:#fff;position: relative;border-bottom: 5px solid #ffaf50;}
.about .box .right a::before{content:"";display: block;padding-top:calc(187/260*100%);}
.about .box .right a .txt{width: 100%;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.about .box .right a .txt .t1{line-height: 30px;font-size: 20px;}
.about .box .right a .txt .t2{line-height: 24px;font-size: 14px;}
.about .box .right a .txt img{display: block;max-width: 100%;margin: 0 auto 8px auto;transition: 0.5s;}
.about .box .right a + a{margin-top: 25px;}
.about .box .right a:hover .txt img{transform: rotateY(360deg);}

.about .box2{display: flex;align-items: flex-start;position: relative;z-index: 2;}
.about .box2 .pic{width: 48%;position: relative;overflow: hidden;margin-top: -90px;}
.about .box2 .pic::before{content:"";display: block;padding-top: calc(558/919*100%);}
.about .box2 .right{width: 52%;background-color: #f2f2f2;padding-left: 7%;padding-top:20px;padding-bottom: 20px;}
.about .box2 .right .txt{display: flex;align-items: center;width: 400px;padding:10px 0;}
.about .box2 .right .txt img{display: block;max-width: 100%;}
.about .box2 .right .txt .tt{width: calc(100% - 75px);padding-left: 40px;line-height: 20px;font-size: 14px;color:#bababa;}
.about .box2 .right .txt .tt b{display: block;line-height: 32px;font-size: 20px;color:#333;}

.about .box3{padding:120px 0 60px 0;margin-top: -50px;}
.about .box3 .wrap{display: flex;justify-content: space-around;}
.about .box3 .wrap .txt{width: 29%;border:2px solid #747474;transition: 0.5s;}
.about .box3 .wrap .txt .bb{border:3px solid #775e3f;}
.about .box3 .wrap .txt .bb .bb2{border:2px solid #fff; background-color: #ffaf50;display: flex;align-items: center;justify-content: center;color:#fff;padding:15px 0;}
.about .box3 .wrap .txt .bb .bb2 img{display: block;max-width: 100%;}
.about .box3 .wrap .txt .bb .bb2 .tt{font-size: 14px;line-height: 24px;padding-left: 15px;}
.about .box3 .wrap .txt .bb .bb2 .tt b{display: block;line-height: 32px;font-size: 20px;}
.about .box3 .wrap .txt:hover{transform: translateY(-8px);}

.news{padding:50px 0;}
.news .wrap{padding: 25rem 0 0 0;display: flex;justify-content: space-between;}
.news .wrap .box{width: 44%;border:1px solid #e5e5e5;border-bottom-width: 2px;padding:0 20px;transition: 0.5s;background-color: #fff;position: relative;}
.news .wrap .box:last-child{width: 53%;}
.news .wrap .box .bt{line-height: 66rem;display: flex;align-items: center;font-size: 24rem;color:#333;margin-top:10rem ;position: relative;}
.news .wrap .box .bt img{margin-left: 20rem;}
.news .wrap .box .bt em{margin-left: 20rem;width: 95rem;height: 3px;background-color: #ffaf50;}
.news .wrap .box .max{display: block;width: 100%;height: 300rem;overflow: hidden;margin-bottom: 10rem;}
.news .wrap .box .max .pic{width: 100%;position: relative;overflow: hidden;}
.news .wrap .box .max .pic::before{content:"";display: block;padding-top: calc(150/400*100%);}
.news .wrap .box .max .txt{padding:11rem 0 0 0;}
.news .wrap .box .max .txt .t1{line-height: 38rem;font-size: 16rem;color:#333;font-weight: bold;display: flex;align-items: center;justify-content: space-between;}
.news .wrap .box .max .txt .t1 i{font-size: 24rem;margin-right: 20rem;}
.news .wrap .box .max .txt .t2{line-height: 30rem;font-size: 14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height: 90rem;}
.news .wrap .box .max:hover .t1{color:#ffaf50;}
.news .wrap .box .max:hover .img_cover{transform: scale(1.1);}
.news .wrap .box .links{display: flex;justify-content: space-between;align-items: center;padding:0 20rem;line-height: 50rem;border-top: 1px solid #e5e5e5;font-size:13rem;color:#666;font-weight: bold;}
.news .wrap .box .links em{display: flex;align-items: center;justify-content: center;width: 16px;height: 16px;border:1px solid #333;border-radius: 50%;color:#333;}
.news .wrap .box .links:hover{color:#ffaf50;}
.news .wrap .box:last-child .max .txt{padding:0;}
.news .wrap .box:last-child .max .txt .t2{display: block;height: calc(100% - 38rem);} 
.news .wrap .box:hover{border-bottom-color: #ffaf50;}
.news .wrap .box::before, .news .wrap .box::after{content: "";display: block;width: 0px;height: 0px;position: absolute;}
.news .wrap .box::before{left: 0;top:0;border-top: 13px solid #ffaf50;border-right: 13px solid transparent;}
.news .wrap .box::after{right: 0;bottom:0;border-bottom: 13px solid #ffaf50;border-left: 13px solid transparent;}
.news-title{text-align: center;color:#333;}
.news-title .t1{opacity: 0.1;font-size: 60px;font-weight: bold;text-transform: uppercase;}
.news-title .t2{font-size: 24px;;}
.news-title img{display: block;max-width: 100%;margin:20px auto 0 auto;}

.partner{background-color: #eee;padding:50px 0;}
.partner .box{display: flex;justify-content: space-between;align-items: center;}
.partner .right{width: calc(100% - 160px);padding:0 30px;position: relative;}
.partner .right a{display: block;}
.partner .right a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;border:1px solid #d2d2d2}
.partner .right a .pic::before{content:"";display: block;padding-top: calc(110/150*100%);}
.prev-partner, .next-partner{width: 10px;height: 20px;color:#969696;font-size: 30px;position: absolute;top:50%;transform: translateY(-50%);}
.prev-partner{left: 0;;}
.next-partner{right: 0;}
.prev-partner:hover, .next-partner:hover{color:#ffaf50;}

footer{width: 100%;background-color: #ffaf50;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:35px 0;}
footer .box dl dt{position: relative;line-height: 40px;font-size: 16px;color:#fff;}
footer .box dl dt::before{content:"";display: block;width: 65px;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
footer .box dl dt::after{content:"";display: block;width: 35px;height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
footer .box dl dd{width: 320px;display: flex;flex-wrap: wrap;padding-top: 30px;}
footer .box dl dd a{display: block;width: calc(100% / 3);font-size:14px;color:#fff;padding:12px 0;}
footer .box dl dd a:hover{color:#fff; text-decoration: underline !important;}
footer .box .lxfs{font-size: 14px;color:#fff;line-height: 28px;padding-top: 25px;}
footer .box .ewm{display: flex;border:1px solid rgba(255,255,255,0.3);padding:10px;justify-content: space-between;align-items: center;font-size: 13px;color:#fff;margin-top: 30px;}
footer .box .ewm img{display: block;width: 100px;margin-right: 20px;}
footer .links{display: flex;align-items: center;padding:10px 0;border-top:1px solid rgba(255,255,255,0.3);}
footer .links .t1{text-transform: uppercase;font-size: 14px;color:#fff;line-height: 46px;position: relative;margin-right: 15px;font-weight: bold;}
footer .links .t2{display: flex;}
footer .links .t2 a{display: block;font-size:14px;color:#fff;margin-right: 24px;}
footer .links .t2 a:hover{color:#fff;text-decoration: underline !important;}
.foot-txt{padding:20px 0;font-size:14px;color:#333;text-align: center;background-color: #fff;}
.foot-txt .wrap{display: flex;justify-content: space-between;align-items: center;}
.foot-txt .wrap a{color:#333;}
.foot-txt .wrap a:hover{color:#333;text-decoration: underline !important;}

/**/
.page{padding:40px 0;}
.page .wrap{display: flex;}
.page-left{width:280px;margin-right:20px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#f2f6ee; line-height:32px; font-size:24px; color: #333;font-weight: bold; position:relative;padding:30px 0 25px 55px;border-bottom:5px solid #ffaf50;}
.s-drop-btn em{display: block;font-weight: normal;line-height: 21px;font-size:14px;color:#333;text-transform: uppercase;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#f2f6ee;}

.s-drop-list {display: block;}
.s-drop-list li{ margin-top:10px;}
.s-drop-list li a{ display:flex;align-items: center; }
.aside-list-link{ font-size:16px; color:#333;line-height:50px; background:#f2f6ee;padding-left: 25px; }
.aside-list-link i{margin-right: 10px;}
.aside-list-link:hover, .aside-list-link.act{ background:#ffaf50; color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#860000;}

.page-left .lxfs{margin-top: 22px;height: 380px;padding:100px 0 0 45px; }
.page-left .lxfs .tel .t1{line-height: 25px;font-size: 16px;color:#ffaf50;font-weight: bold;}
.page-left .lxfs .tel .t2{line-height: 40px;font-size: 24px;color:#333;font-weight: bold;}
.page-left .lxfs .tel{padding-bottom: 40px;}
.page-left .lxfs .ewm{display: flex;align-items: center;border:1px solid #d2d2d2;width:200px;}
.page-left .lxfs .ewm img{display: block;width:95px;height: 100px;}
.page-left .lxfs .ewm .t1{width: calc(100% - 95px);display: flex;justify-content: center;align-items: center;font-size:13px;color:#333;font-weight:bold;}

.page-right{width:calc(100% - 300px);}
.page-bt{display:flex;align-items: center;border-bottom:1px solid #d6d6d6;line-height: 43px;font-size:18px;color:#333;padding-top: 28px;display: flex;justify-content: space-between;}
.page-bt .t1{font-size: 22px;position: relative;;}
.page-bt .t1::before{content: "";display: block;width: 100%;height: 2px;background-color: #ffaf50;position: absolute;left: 0;bottom: -1px;}
.page-bt .t2{font-size:14px;}
.page-bt .t2 span{color:#ffaf50;}

.pro-ul{padding:10px 0;display:flex;flex-wrap:wrap;margin:0 -1%;}
.pro-ul li{width:calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;border:1px solid #f2f2f2;background-color: #f2f2f2;color:#333;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(220/285*100%);}
.pro-ul li a .txt{text-align: center;font-size: 14px;line-height: 40px;font-weight: bold;}
.pro-ul li a:hover{background-color: #ffaf50;color:#fff;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

.news-ul{display: block;padding:20px 0;}
.news-ul li{background-color: #f6f6f6;padding:15px;width: 100%;margin:0 0 20px 0;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 190px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(130/190*100%);}
.news-ul li a .txt{width: calc(100% - 190px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news-ul li a .txt .t1{width:100%;font-size:18px;color:#333;font-weight: bold;}
.news-ul li a .txt .t2{width:100%;font-size:15px;color:#777;line-height: 24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size:14px;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#ca964d}

.news-show{padding:20px;}  
.news-show .bt{border-bottom: 1px dotted #dadada;padding-bottom:15px;text-align: center;margin-bottom: 20px;}
.news-show .bt b{display: block;line-height: 36px;font-size: 20px;color:#333;}
.news-show .bt span{display: block;line-height: 25px;font-size: 14px;color:#888;}
.news-show .nr{font-size: 16px;color:#555;line-height: 28px;}
.news-show img{display: block;max-width: 100%;margin:20px auto;}

.partner-ul{padding:10px 0;display:flex;flex-wrap:wrap;margin:0 -1%;}
.partner-ul li{width:calc(100% / 4 - 2%);margin:1%;}
.partner-ul li a{display: block;}
.partner-ul li a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;border:1px solid #d2d2d2;transition: 0.5s;}
.partner-ul li a .pic::before{content:"";display: block;padding-top: calc(110/150*100%);}
.partner-ul li a:hover .pic{border-color: #ffaf50;}
.partner-ul li a:hover .img_cover{transform: scale(1.1);}


.hot{width:100%;background:#ffaf50; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
	height: calc(54px +  constant(safe-area-inset-bottom));height: calc(54px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;margin: 0;color:#fff;}
.hot ul{display: flex;}
.hot ul li{width: 25%;border-right: 1px solid rgba(255,255,255,0.3);text-align: center;}
.hot ul li .decoration{ display:block; color:#fff; padding:7px 0;}

.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1);  transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:25px 30px 30px 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:25px;height: 25px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma a i{margin-right: 10px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1200px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  footer .links{display: none;}
  .news .wrap{display: block;}
  .news .wrap .box{width: 100% !important;}
  .news .wrap .box .max{height: initial;}
  .about .box2{display: block;}
  .about .box2 .pic{width: 100%;margin:0;;}
  .about .box2 .right{width: 100%;}
  .about .box3{display: none;}
  /**/
  .page .wrap{display: block;width:100%;}
  .page-left{width:100%;margin:0;}
  .s-drop-list{display:none;}
  .page-right{width:100%;padding:0 2%;}
}
 
@media (max-width:767px){
  .header-main{padding:10px 0;}
  .header-main .logo{width:250px;}
  .news-title .t1{font-size: 30px;}
  .news-title img, .title img{display: none;}
  .news-title .t2, .title .t2{font-size: 20px;}
  .title{text-align: center;}
  .pro, .news, .partner{padding:25px 0;}
  .swiper-pro{padding:20px 0 40px 0;}
  .about .box{display: block;padding-bottom: 20px;}
  .about .box .left{width: 100%;padding:0;}
  .about .box .right{display: flex;justify-content: space-between;width: 100%;padding-top: 16px;}
  .about .box .right a + a{margin: 0;}
  .about .box .right a{width: 48%;}
  .about .box .right a .txt img{width: 30px;}
  .about .box .right a .txt .t1{font-size: 16px;line-height: 26px;}
  .about .box .right a .txt .t2{font-size: 12px;}
  .about .box2 .right{padding:20px;}
  .about .box2 .right .txt{width: 100%;}
  .about .box2 .right .txt img{width: 50px;}
  .about .box2 .right .txt .tt{width: calc(100% - 50px);padding-left: 20px;font-size: 12px;line-height: 16px;}
  .about .box2 .right .txt .tt b{font-size: 16px;line-height: 28px;}
  .news .wrap .box + .box{margin-top:10px;}
  .partner .box{display: block;}
  .partner .right{width: 100%;padding:20px 0 0 0;}
  .prev-partner, .next-partner{display: none;}
  footer .box{display: block;padding:5px 0 10px 0;}
  .foot-txt{font-size: 12px;line-height: 20px;padding:10px 0;}
  footer .box .lxfs{padding-top: 10px;}
  .foot-txt .wrap{display: block;}
  .foot-txt .wrap div{display: initial;}
  /**/
  .page{padding:20px 0;}
  .s-drop-btn{padding:15px 0 10px 20px;font-size:20px;line-height:26px;}
  .s-drop-btn em{font-size: 12px;line-height: 18px;}
  .pro-ul li, .case-ul li{width:48%}
  .news-ul{padding:15px 0;}
  .news-ul li{padding:5px;margin-bottom: 14px;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .pic::before{padding-top: 75%;}
  .news-ul li a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news-ul li a .txt .t1{font-size: 15px;;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;font-size: 13px;line-height: 20px;} 
  .news-ul li a .txt .t3{font-size:12px;}
  .news-show{padding:20px 0}
  .news-show .bt{text-align: left;padding-bottom: 10px;margin-bottom: 10px;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .news-show .nr{font-size: 14px;line-height: 24px;}
  .partner-ul li{width: calc(100% / 3 - 2%);}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	