﻿*{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; color:#222}
a:hover{ color:#f00}
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;height: 140px;width: 100%;}
header.act .header-content{animation:searchTop 0.5s ease-in-out !important;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}
header.act .header-main{padding:15px 0;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}
.header-top{background-color: #4c4948;line-height: 44px;}
.h-top{display:flex;justify-content:space-between;font-size:14px;color:#d8d8d8;}
.h-top span{display: flex;align-items: center;}
.h-top span img{display: block;max-width: 100%;margin-right: 9px;}
.h-top .bb{display: flex;}
.h-top .bb b{color:#e60000;}
.h-top .bb span{margin-left: 18px;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:20px 0;transition: 0.5s;}
.header-main .logo img{ max-width:100%; display:block;}

.nav-ul {display: flex;width: 66%;}
.nav-ul li {position:relative;width:calc(100% / 6);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:44px;text-align:center;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #e60000;font-weight: bold;background: url(../images/nav.png) no-repeat bottom center;}

.nav-ul .sub_ul {display: none;width: 110%;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:15px;line-height:38px;color:#1d1e20;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: #fff;background:#e60000;}

.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:#e60000;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:#e60000;}
.sjnav .list-inline-li.active .list-box .list-link{color:#e60000;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:10px; opacity:1; border-radius:2px; background:#000;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#e60000;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;}

.header-bb{width: 100%;background-color: #fff;}
.header-bb .wrap{display: flex;justify-content: space-between;align-items: center;height: 60px;}
.header-bb .wrap .left{font-size:16px;color:#333;}
.header-bb .wrap .left a{font-size:14px;margin-right: 10px;color:#333;}
.header-bb .wrap .left a:hover{color:#e60000;}
.header-bb .wrap .right{width: 350px;}
.header-bb .wrap .right form{display: flex;border-radius: 30px;background-color: #f5f5f5;padding:4px;line-height: 32px;font-size:14px;color:#333;}
.header-bb .wrap .right form input[type=text]{width: calc(100% - 70px);border-radius: 30px 0 0 30px;background-color: #f5f5f5;padding-left: 10px;}
.header-bb .wrap .right form input[type=submit]{width: 70px;border-radius: 30px;background: #e60000; color: #fff;}

.title{text-align: center;}
.title .t1{line-height: 0.48rem;font-size:0.3rem;color:#333;font-weight:bold;}
.title .t1 b{padding:0 5px;}
.title .t2{line-height: 0.34rem;font-size:0.16rem;color:#666;display: inline-block;position: relative;padding:0 1.15rem;}
.title .t2::before, .title .t2::after{content:"";display: block;width: 93px;height:17px;background: url(../images/title.png) no-repeat center center;position: absolute;top:50%;transform: translateY(-50%);}
.title .t2::before{left: 0;}
.title .t2::after{right:0;transform: translateY(-50%) scale(-1,-1);}

.why{background-color: #f5f5f5;padding:0.8rem 0;}
.why .wrap{display: flex;justify-content: space-between;}
.why .wrap .box{width: 32%;display: block;}
.why .wrap .box .txt .t1{font-size:16px;color:#666;font-weight: bold;}
.why .wrap .box .txt .t2{font-size:30px;color:#333;font-weight: bold;line-height: 0.7rem;}
.why .wrap .box .txt .t3{font-size:14px;color:#666;line-height: 26px;}
.why .wrap .box .txt .t4{font-size:14px;color:#fff;background-color: #4c4948;border-radius: 30px;width: 2.2rem;line-height: 0.4rem;text-align: center;margin-top: 0.25rem;}
.why .wrap .box .pic{width: 100%;position: relative;overflow: hidden;;}
.why .wrap .box .pic::before{content:"";display: block;padding-top:calc(200 / 380 * 100%);}
.why .wrap .box .js{text-align: center;background-color: #fff;line-height: 0.24rem;font-size:0.14rem;color:#666;padding:0.2rem 0;}
.why .wrap .box .js b{display: block;line-height: 0.28rem;font-size:0.16rem;color:#333; padding-bottom:10px;}
.why .wrap .box:hover .img_cover{transform: scale(1.1);}
.why .wrap .box:hover .js, .why .wrap .box:hover .js b{color:#e60000;}




.pro{padding:0.6rem 0;}
.pro .wrap{max-width: 1520px;}
.pro .tabs{display: flex;position: relative;background-color: #4c4948;margin-top: 0.25rem;padding-right: 0rem;height: 0.6rem;overflow: hidden; justify-content: space-between; width: 100%;}
.pro .tabs a{display: block;font-size:16px;color:#fff;width: calc(100% / 12);line-height: 0.6rem;text-align: center;}
/*.pro .tabs a:last-child{position: absolute;right: 0;}*/
.pro .tabs a:hover{background-color: #e60000;color:#fff;box-shadow: 0 0 4px rgba(0, 0, 0,0.3);}
.pro .box{background-color: #f5f5f5;padding:30px;}
.pro .box a{display: block;}
.pro .box a .pic{width: 100%;position: relative;overflow: hidden;}
.pro .box a .pic::before{content:"";display: block;padding-top:calc(260 / 350 * 100%);}
.pro .box a .txt{font-size:14px;color:#333;text-align: center;padding:0.14rem 0 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden; height: 84px; line-height: 24px;}
.pro .box a:hover .img_cover{transform: scale(1.1);}
.pro .box a:hover .txt{color:#e60000;}

.about{padding:0.7rem 0;}
.about .box{background-color: #fff;padding:0.4rem;}
.about .box .bb{display: flex;padding:0.4rem 0 0 0;justify-content: space-between;}
.about .box .bb .left{width: 47%;position: relative;;}
.about .box .bb .left .pic{width: 100%;position: relative;overflow: hidden;z-index: 9;}
.about .box .bb .left .pic::before{content:"";display: block;padding-top:calc(300 / 520 * 100%);}
.about .box .bb .left::before, .about .box .bb .left::after{content:"";display: block;width: 0.7rem;height: 0.6rem;background-color: #e60000;position: absolute;}
.about .box .bb .left::before{left:-7px;top:-7px}
.about .box .bb .left::after{right:-7px;bottom:-7px}
.about .box .bb .right{width: 48%;}
.about .box .bb .right .txt{font-size:14px;color:#666;line-height: 30px;height: 210px;overflow: hidden;}
.about .box .bb .right .links{padding-top: 0.2rem;display: flex;}
.about .box .bb .right .links a{display: flex;justify-content: center;width: 1.8rem;line-height: 0.6rem;font-size:0.16rem;margin-right: 10px;align-items: center;transition: 0.5s;}
.about .box .bb .right .links a img{display: block;max-width: 100%;margin-right: 0.1rem;}
.about .box .bb .right .links a:nth-child(1){background-color: #e60000;color:#fff;}
.about .box .bb .right .links a:nth-child(2){background-color: #4c4948;color:#fff;}
.about .box .bb .right .links a:hover{transform: translateY(-5px);box-shadow: 4px 4px 3px rgba(0, 0, 0,0.3);}

.ys{padding:0.6rem 0;}
.ys .bt{text-align: center;}
.ys .bt .t1{line-height: 0.4em;font-size:0.3rem;color:#333;display: inline-block;position: relative;padding:0 1.15rem;font-weight: bold;}
.ys .bt .t1::before, .ys .bt .t1::after{content:"";display: block;width: 93px;height:17px;background: url(../images/title.png) no-repeat center center;position: absolute;top:50%;transform: translateY(-50%);}
.ys .bt .t1::before{left: 0;}
.ys .bt .t1::after{right:0;transform: translateY(-50%) scale(-1,-1);}
.ys .bt .t2{line-height: 0.26rem;font-size:0.18rem;color:#e60000;text-transform: uppercase;}
.ys .bigbox{padding:0.1rem 0 0 0;}
.ys .bigbox .box{display: flex;margin-top: 0.2rem;}
.ys .bigbox .box .left{width: 40%;background-color: #f8f6ef;padding:30px;}
.ys .bigbox .box .left .txt{background: url(../images/d6.png) no-repeat left 15px;padding:7px 0 7px 40px}
.ys .bigbox .box .left .txt .t1{line-height: 0.42rem;font-size:0.22rem;color:#333;font-weight: bold;}
.ys .bigbox .box .left .txt .t2{line-height: 0.24rem;font-size:0.14rem;color:#666;}
.ys .bigbox .box .right{width: 60%;}
.ys .bigbox .box .right .pic{width: 100%;position: relative;overflow: hidden;}
.ys .bigbox .box .right .pic::before{content:"";display: block;padding-top:calc(300 / 700 * 100%);}
.ys .bigbox .box:nth-child(even){flex-direction: row-reverse;}


.hf{width: 100%;height: 262px;}
.hf .wrap{display: flex;flex-direction: row-reverse;height: 100%;align-items: center;}
.hf .wrap .tel{text-align: center;padding-right: 5%;}
.hf .wrap .tel img{display: block;max-width: 100%;margin:0 auto;}
.hf .wrap .tel .t1{font-size:0.3rem;color:#fff;padding:0.2rem 0 0.1rem 0;font-weight: bold;font-family: "arial";}
.hf .wrap .tel a{display: block;width:2rem;line-height: 0.4rem;text-align: center;background-color: #f71737;border-radius: 5px;font-size:0.24rem;color:#fff;}

.case{background-color: #f5f5f5;padding:0.7rem 0 0.5rem 0;margin-top: -30px;}
.case .wrap{max-width: 1520px;}
.case ul{display: flex;flex-wrap: wrap;margin:0 -0.5%;padding:0.1rem 0 0 0;}
.case ul li{width: calc(100% / 4 - 1%);margin:0.5%;}
.case ul li a{display: block;position: relative;}
.case ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.case ul li a .pic::before{content:"";display: block;padding-top:calc(342 / 365 * 100%);}
.case ul li a .txt{font-size:0.16rem;color:#fff;background-color: #e60000;line-height: 0.4rem;padding:0 0.18rem;display: inline-block;position: absolute;left: 5%;bottom: 5%;}
.case ul li:first-child{width: calc(100% / 2 - 1%);}
.case ul li:first-child a .pic::before{padding-top:calc(346 / 750 * 100%);}
.case ul li:hover .img_cover{transform: scale(1.1);}


.news{padding:0.6rem 0;}
.news .box{display: flex;padding:0.2rem 0 0 0;justify-content: space-between;}
.news .box .bt{display: flex;justify-content: space-between;align-items: center;color:#2e2e2e;text-transform: uppercase;position: relative;z-index: 2;}
.news .box .bt .bb{display: flex;align-items: center;}
.news .box .bt .t1{line-height: 0.3rem;font-size:0.18rem;margin-right: 0.1rem;}

.news .box .bt .t2{line-height: 0.17rem;font-size:0.14rem;color:#e60000; display: none;}
.news .box .bt a{font-size:0.14rem;color:#666;}
.news .box .bt:hover a{color:#e60000;}

.news .box .txt{padding:0.18rem 0 0 0;display: block;}
.news .box .txt .t1{font-size:16px;color:#333;line-height: 38px;}
.news .box .txt .t2{font-size:14px;color:#666;line-height: 24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news .box .txt .t3{display: flex;justify-content: space-between;align-items: center;font-size:14px;color:#666;height: 0.44rem;}
.news .box .txt .t3 em{display: block;width: 0.8rem;height: 1px;background-color: #dcdcdc;}
.news .box .txt .t4{font-size:14px;color:#333;line-height: 0.44rem;}

.news .box .left{width: 33%;padding:0.3rem;background-color: #f8f6ef;position: relative;}
.news .box .left .links{padding:0.24rem 0 0 0;display: block;}
.news .box .left .links .pic{width: 100%;position: relative;overflow: hidden;}
.news .box .left .links .pic::before{content:"";display: block;padding-top:calc(270 / 340 * 100%);}
.news .box .left:hover .img_cover{transform: scale(1.1);}
.news .box .left:hover .txt .t1{color:#e60000;font-weight: bold;}
.news .box .left::before{content:"";display: block;width:100%;height: 40%;background:#4c4948;position: absolute;left: 0;top:0;}
.news .box .left .bt{color:#fff;}
.news .box .left .bt a{color:#fff;border-color: #fff;}
.news .box .left .bt:hover a{color:#e60000;background-color: #fff;}

.news .box .right{width: 65%;display: flex;flex-wrap: wrap;align-content: space-between;}
.news .box .right .bt{border-bottom: 1px solid #e5e5e5;padding-bottom: 0.1rem;}
.news .box .right .top{background-color: #f8f6ef;padding:25px;width: 100%;}
.news .box .right .top .txt-box{display: flex;justify-content: space-between;}
.news .box .right .top .txt-box .txt{width: 48%;}
.news .box .right .top .txt-box .txt .t2{-webkit-line-clamp:2;}
.news .box .right .top .txt-box .txt .t4{line-height: 20px;}
.news .box .right .top .txt-box .txt:hover .t1{color:#e60000;font-weight: bold;}

.news .box .right .bottom{background-color: #f8f6ef;padding:25px;width: 100%;}
.news .box .right .bottom .links{width: 100%;padding:0.1rem 0 0 0;}
.news .box .right .bottom .links a{display: block;padding:0.15rem 0;}
.news .box .right .bottom .links a + a{border-top:1px solid #e5e5e5}
.news .box .right .bottom .links a .t1{font-size:0.14rem;color:#333;font-weight: bold;}
.news .box .right .bottom .links a .t2{font-size:0.14rem;color:#666;line-height: 0.24rem;}
.news .box .right .bottom .links a:hover .t1{color:#e60000;}


.partner{background-color: #4c4948;padding:0.6rem 0;}
.partner .wrap{position: relative;}
.swiper-partner{width: 100%;}
.swiper-partner a {display: block;}
.swiper-partner a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff; border:1px solid #CCCCCC;}
.swiper-partner a .pic::before{content:"";display: block;padding-top:calc(130 / 190 * 100%);}
.swiper-partner a:hover .img_cover{transform: scale(1.1);}
.swiper-partner a .title{ font-size:15px; line-height:40px; background:#CCCCCC;}
.prev-partner, .next-partner{position: absolute;top:50%;transform: translateY(-50%);color:#fff;font-size:0.24rem;}
.prev-partner{left:-30px}
.next-partner{right:-30px}
.prev-partner:hover, .next-partner:hover{color:#e60000;}


footer{background:#f5f5f5;}
footer .box{padding:0.2rem 0;display: flex;justify-content: space-between;}
footer .box dl dt{line-height: 0.52rem;font-size:16px;color:#333;font-weight: normal;}
footer .box dl dd a{display: block;font-size:14px;color:#333;line-height: 24px;}
footer .box dl dd a:hover{color:#e60000;}
footer .box dl .dd-a{display: flex;flex-wrap: wrap;width: 220px;}
footer .box dl .dd-a a{display: block;width: 50%;}
footer .box dl .lxfs{font-size:14px;color:#333;line-height: 28px;}
footer .box dl .lxfs span a{color:#e60000;}
footer .box .ewm{display: flex;}
footer .box .ewm .bb{width: 120px;text-align: center;}
footer .box .ewm .bb img{display: block;max-width: 100%;width: 100%;}
footer .box .ewm .bb span{display: block;font-size:14px;color:#333;padding-top: 10px;}
footer .box .ewm .bb + .bb{margin-left: 20px;}
.foot-txt{padding:0.15rem 0;font-size:0.14rem;color:#333;text-align: center;background-color: #fff;}
.foot-txt a{color:#333;}
.foot-txt a:hover{text-decoration: underline !important;}

/**/
.page{padding:0.4rem 0;}
.page .wrap{display: flex;}
.page-left{width: 280px;margin-right: 30px;background-color: #f5f5f5;border-bottom: 1px solid #e60000;}

.s-drop-wrap { width:100%; }
.s-drop-btn { background:#e60000;padding:20px 30px;position: relative;}
.s-drop-btn em{display: inline-block; line-height:0.56rem; font-size:0.3rem; color: #fff;font-weight: bold; position:relative;border-bottom: 1px solid #fff;}
.s-drop-btn em::after{content:"";display: block;width: 0.7rem;height: 1px;background-color: #333;position: absolute;left: 0;bottom: -1px;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%); font-size:18px;}
.s-drop-btn.act{ background:#e60000;}

.s-drop-list {display: block;padding:0.12rem 0;}
.s-drop-list li a{ display:block; font-size:15px;}
.s-drop-list li a.act{ color:#fff; font-size:15px;}
.aside-list-link{ font-size:14px; line-height:40px;font-weight: bold;padding-left: 40px; color:#222;}
.aside-list-link:hover, .aside-list-link.act{ background:#e60000;color:#fff;}


.s-drop-list li .aside-sublist{ width:100%; padding-top:0px; padding-bottom:0px;}
/* .s-drop-list li:first-child .aside-sublist{display:block;} */
.s-drop-list li .aside-sublist li a{ color:#333; line-height:30px;  font-size:14px;padding:0 0 0 56px;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{color:#e60000;}

.page-right{width: calc(100% - 310px);}
.page-bt{display: flex;justify-content: space-between;width: 100%;height: 54px;font-size:14px;color:#333;align-items: center;border-bottom: 1px solid #eee;}
.page-bt b{font-size:16px;}
.page-bt a{color:#333;}
.page-bt em{color:#e60000;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%; min-height:400px;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.hz-ul li{width: calc(100% / 6 - 2%);margin:1%;}
.pro-ul li a{display: block;transition: 0.5s;border:10px solid #f5f5f5;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:calc(215 / 265 * 100%);}
.hz-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.hz-ul li a .pic::before{content:"";display: block;padding-top:calc(120 / 190 * 100%);}
.pro-ul li a .txt{font-size:14px;color:#333;text-align: center;line-height: 28px; background-color: #fff; height: 84px; overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.pro-ul li a:hover{border-color: #e60000;}
.pro-ul li a:hover .txt{background-color: #e60000; color: #fff;}
.pro-ul li a:hover .img_cover{transform: scale(1.06);}

.product-show{position: relative;padding:0.24rem 0;min-height: 5rem;}
.product-show .t1{font-size:18px;color:#333;text-align: center;line-height:34px;}
.product-show .img{ text-align:center}
.product-show .img img{display:block;width:100%;margin:15px auto;}
.product-show .t2{line-height: 0.3rem;font-size:16px;} 
.product-show .t2 img{ width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.product-show .t2 table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.product-show .t2 table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

.news-ul{display:block;padding:0.15rem 0}
.news-ul li{width:100%;padding:0.12rem;background:#fff;border:1px solid #dcdcdc;margin-bottom:0.13rem;transition: all 0.5s;}
.news-ul li a{display:flex;}
.news-ul li a .pic{width:215px;position:relative;overflow:hidden;}
.news-ul li a .pic:before{content:"";display:block;padding-top:70%;}
.news-ul li a .txt{width:calc(100% - 215px);display:flex;flex-wrap:wrap;align-content: space-around;padding-left:25px;}
.news-ul li a .txt .t1{width:100%;font-size:16px;color:#333;font-weight:bold;} 
.news-ul li a .txt .t2{width:100;line-height:22px;font-size:14px;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9a9a9a;width:100%;}
.news-ul li a .txt .t3 span{line-height:0.28rem;text-align: center;width:0.8rem;border-radius:5px;background:#2b2b2b;color:#fff;}
.news-ul li:hover {transform:translateY(-6px);box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.news-ul li:hover a .img_cover{transform:scale(1.1);}
.news-ul li:hover a .txt .t1{color:#e60000;}
.news-ul li:hover a .txt .t3 span{background:#e60000;}

.news-show{min-height:5rem;padding:0.15rem 0;}  
.news-show .t1{text-align: center;font-size:20px;color:#333; line-height: 1.6;}
.news-show .date{display:block;text-align:center;font-size:13px;color:#999;padding-top: 0.1rem;} 
.news-show .t2{font-size:15px;color:#333;line-height: 0.28rem; margin-top:0.1rem;}
.news-show .img{ text-align:center}
.news-show .img img{display:block;max-width:100%;margin:15px auto;}
.news-show .t2 img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.news-show .t2 table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.news-show .t2 table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

.hot{width:100%;background:#c9982d; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
    height: calc(58px +  constant(safe-area-inset-bottom));height: calc(58px +  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;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.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); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 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{ margin-bottom: 15px; 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:30px;height: 30px; 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 .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}
  .prev-partner, .next-partner{display: none;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  header::before {height: 90px;}
  .pro .tabs a{width: calc(100% / 4); line-height: 0.3rem; font-size: 14px;}
  .about .box .bb{display: block;}
  .about .box .bb .left{width: 100%;}
  .about .box .bb .right{width: 100%;margin-top: 15px;}
  .ys{display: none;}
  .news .box .left{padding:10px;}
  /**/
  .page .wrap{width: 100%;display: block;;}
  .page-left{width: 100%;margin:0;}
  .s-drop-list{display: none;}
  .page-right{width: 100%;padding:2%;}
}
 
@media (max-width:767px){
  .header-main .logo{width:280px;}
  .title .t1{font-size:22px;line-height: 30px;}
  .title .t2{padding:0;}
  .title .t2::before, .title .t2::after{display: none;}
  .pro, .about, .partner{padding:30px 0;}
  .pro .tabs{display: flex; flex-wrap: wrap; height: 1.2rem; width: 100%; padding-top:0.1rem;}
  .pro .box{padding:20px 0 0 0;background: none;}
  .about .box{padding:10px;}
  .case{padding:30px 0;margin:0;}
  .case ul li{width: 49%;}
  .case ul li:first-child{width: 100%;}
  .news{padding:30px 0 10px 0;}
  .news .box{display: block;}
  .news .box .bt .t1{font-size:16px;}
  .news .box .left{width: 100%;}
  .news .box .right{width: 100%;margin:14px 0 0 0;}
  .news .box .right .top, .news .box .right .bottom{padding:13px;}
  .news .box .txt .t2{font-size:12px;line-height: 20px;}
  .news .box .txt .t1{font-size:15px;font-weight: bold;}
  .news .box .txt .t3{font-size:12px;padding-top:5px;}
  /**/
  .page{padding:14px 0;}
  .s-drop-btn{padding:4px 10px 10px 10px;}
  .s-drop-btn em{font-size:20px;}
  .pro-ul li{width: 48%;}
  .hz-ul li{width: 48%;}
  .pro-ul li a{border:none;}
  .news-ul li{padding:5px;}
  .news-ul li a .pic{width:120px;}
  .news-ul li a .pic:before{padding-top:80%;}
  .news-ul li a .txt{width:calc(100% - 120px);padding-left:10px;}
  .news-ul li a .txt .t1{font-size:14px;}
  .news-ul li a .txt .t2{line-height:16px;margin:3px 0;font-size:12px;}
  .product-show .t2, .news-show .t2{font-size:14px;line-height: 24px;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
.fenye{float: left; margin: auto; width: 100%; height: 36px; text-align: center; line-height: 36px; font-size: 14px; margin-bottom: 5px; color: #333; margin-top: 5px;}
.fenye a{color: #333}
.fenye a:hover{color: #f00}