
*{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;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}
header.act .header-top, header.act .header-box{display: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;}



.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}




header{position:relative;width:100%;z-index: 9999;}   
.header-top{line-height: 37px;border-bottom:1px solid #e6e6e6}
.h-top{display:flex;justify-content:space-between;font-size:12px;color:#999;}
.h-top .right{display: flex;align-items: center;}
.h-top .right form{width: 2.2rem;border:1px solid #d8d8d8;display: flex;font-size:13px;color:#333;line-height: 24px;margin-right:15px;}
.h-top .right form input[type=text]{width: calc(100% - 30px);padding-left: 10px;}
.h-top .right form input[type=submit]{width: 30px;background: url(../images/but.png) no-repeat center center;}
.h-top .right a{color:#999;}
.h-top .right span{padding:0 5px;}
.h-top .right a:hover{color:#d70011;}

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

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:28px;font-size:12px;color:#111;display: flex;align-items: center;float: right;line-height:40px;}
header .tel span{display:block;color:#ed6c33;font-size:24px;font-family:"Impact";}

.nav-ul {display: flex;width: 100%;}
.nav-ul li {position:relative;width:calc(100% / 7);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#010101;line-height:40px;text-align:center;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #ed6c33;}

.nav-ul .sub_ul {display: none;width: 150%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 6px rgba(0, 0, 0,0.2);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:35px;color:#333;display:block;text-align:center;transition: all 0.3s;border-bottom: 1px solid #e6e6e6;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;transform: scale(1.1);background:#ed6c33;}

.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:#ed6c33;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 ul{ 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 li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:59px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover, .sjnav li.active a{color:#ed6c33;font-weight: bold;}
.sjnav.click ul{transform:translateX(0);opacity: 1;right:0;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#ed6c33}
.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;}

.title{text-align: center;}
.title .t1{line-height: 0.44rem;font-size:0.3rem;color:#222;background: url(../images/title.png) no-repeat center center;}
.title .t2{line-height: 0.3rem;font-size:0.18rem;color:#999;font-family: "Arial";text-transform: uppercase;}

.pro{padding:0.3rem 0;}
.pro .tabs{display: flex;justify-content: center;padding:0.24rem 0;}
.pro .tabs a{display: block;font-size:0.16rem;color:#666;background: #eee;border-radius: 10px;line-height: 0.44rem;text-align: center;width: 1.4rem;margin:4px;}
.pro .tabs a:hover ,.news .tabs a.on{background: #ed6c33;color:#fff;}
.swiper-pro{overflow: hidden;}
.swiper-pro a{display: block;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;background: #f5f5f5;}
.swiper-pro a .pic::before{content:"";display: block;padding-top:77%;}
.swiper-pro a .pic .hover{width: 100%;height: 100%;background: rgba(237,108,51,0.8);display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top:0;opacity: 0;}
.swiper-pro a .txt{width: 100%;text-align: center;font-size:0.16rem;color:#666;padding:0.2rem 0 0 0;}
.swiper-pro a:hover .img_cover{transform:scale(1.1);}
.swiper-pro a:hover .hover{opacity: 1;}
.swiper-pro a:hover .txt{color:#ed6c33;}


.about{background: url(../images/bj1.jpg) no-repeat top center;border-top:3px solid #ed6c33;}
.about .bt{text-align: center;position: relative;}
.about .bt img{display: block;max-width: 100%;margin:0 auto;}
.about .bt span{display: block;font-size:0.3rem;color:#fff;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.about .box{display: flex;justify-content: space-between;position: relative;margin:0.35rem 0 0 0;}
.about .box .pic{width: 50%;position: relative;overflow: hidden;}
.about .box .pic::before{content:"";display: block;padding-top:62%;}
.about .box .txt{width: 50%;background: #fff;padding:0.24rem;color:#333;display: flex;flex-wrap: wrap;align-content: space-around;position: relative;z-index: 2;}
.about .box .txt .t1{width:100%;font-size:0.18rem;}
.about .box .txt .t2{width:100%;font-size:0.14rem;line-height: 0.3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;}
.about .box .txt a{display: block;width: 1rem;line-height: 0.38rem;text-align: center;background: #ed6c33;font-size:0.14rem;color:#fff;transition: 0.5s;}
.about .box:hover .img_cover{transform:scale(1.1);}
.about .box .txt a:hover{transform:scale(1.1);}
.about .box::before, .about .box::after{content:"";display: block;width: 0.84rem;height: 0.84rem;background: rgba(237,108,51,0.3);position: absolute;}
.about .box::before{left: -12px;top:-12px;}
.about .box::after{right: -12px;bottom:-12px;}

.ys{padding:0.8rem 0;}
.ys-bt{display: block;max-width: 100%;margin:0 auto;}
.ys .box{display: flex;justify-content: space-between;padding:0.35rem 0 0 0;}
.ys .box .pic{width: 50%;position: relative;overflow: hidden;}
.ys .box .pic img{display: block;max-width: 100%;}
.ys .box .right{width: 46%;display:flex;flex-wrap: wrap;align-content: space-around;}
.ys .box .right .txt{width: 100%;}
.ys .box .right .txt .top{display: flex;align-items: flex-end;}
.ys .box .right .txt .top .number{width: 72px;line-height: 55px;background: url(../images/d1.png) no-repeat center center;font-size:0.36rem;color:#fff;font-family: "Calibri";font-style: oblique;padding-left: 8px;margin-right: 13px;}
.ys .box .right .txt .top .t1{line-height: 0.42rem;font-size:0.18rem;color:#ed6c33;font-weight: bold;border-bottom: 1px dashed #00458e;width: calc(100% - 85px);}
.ys .box .right .txt .t2{line-height: 0.3rem;font-size:0.14rem;color:#111;position: relative;padding-left:0.3rem;margin-top:0.14rem;}
.ys .box .right .txt .t2::before{content:"";display: block;position: absolute;left:0.11rem;top:0.11rem;width: 0.08rem;height: 0.08rem;background: #ed6c33;border-radius: 50%;;}

.hf{padding:0.55rem 0;text-align: center;color:#fff;}
.hf .t1{line-height: 0.58rem;font-size:0.34rem;font-weight: bold;}
.hf .t2{line-height: 0.48rem;font-size:0.22rem;}
.hf .t3{display: flex;justify-content: center;border-radius: 10px;margin:0.12rem 0 0 0;}
.hf .t3 .box{background: #fff;padding:0 0.2rem;line-height: 0.52rem;font-size:0.18rem;color:#3d3d3d;border-radius: 10px;display: flex;justify-content: center;align-items: center;}
.hf .t3 img{display: block;max-width: 100%;margin-right: 0.15rem;}
.hf .t3 span{padding-left: 0.2rem;font-size:0.32rem;color:#ed6c33;font-family: "Impact";}

.news{padding:0.5rem 0 0.6rem 0;}
.news .tabs{display: flex;justify-content: center;padding:0.24rem 0;}
.news .tabs a{display: block;font-size:0.16rem;color:#666;background: #eee;border-radius: 10px;line-height: 0.44rem;text-align: center;width: 1.4rem;margin:4px;}
.news .tabs a:hover ,.news .tabs a.on{background: #ed6c33;color:#fff;}
.news .box{display: flex;justify-content: space-between;}
.news .box ul{width: 32%;}
.news .box ul li{width: 100%;}
.news .box ul li a{display: flex;border:1px solid #eee;justify-content: space-between;}
.news .box ul li a .pic{width: 35%;position: relative;overflow: hidden;}
.news .box ul li a .pic::before{content:"";display: block;padding-top:103%}
.news .box ul li a .txt{width: 61%;display: flex;flex-wrap: wrap;align-content: center;padding-right: 2%;}
.news .box ul li a .txt .t1{width: 100%;display: flex;justify-content: space-between;align-items: center;line-height: 0.38rem;font-size:0.16rem;color:#666;}
.news .box ul li a .txt .t2{width: 100%;font-size:0.14rem;color:#b0b0b0;line-height: 0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box ul li a .txt .t3{width: 100%;font-size:0.12rem;color:#b0b0b0;line-height: 0.24rem;padding-top: 5px;}
.news .box ul li a:hover .img_cover{transform: scale(1.1);}
.news .box ul li a:hover .txt .t1{color:#ed6c33;}
.news .box ul li  + li{padding-top:0.22rem;}
.news .box .bb{width: 32%;position: relative;overflow: hidden;}
.news .box .bb:before{content:"";display: block;padding-top:124%}
.news .box .bb .txt{position: absolute;left: 0;bottom:0;width: 100%;background: rgba(237,108,51,0.8);color:#fff;padding:0.15rem;}
.news .box .bb .txt .t1{display: flex;justify-content: space-between;align-items: center;line-height: 0.28rem;font-size:0.16rem;}
.news .box .bb .txt .t2{line-height: 0.26rem;font-size:0.14rem;}
.news .box .bb:hover .img_cover{transform: scale(1.1);}

.case{padding:0.5rem 0;}
.swiper-case{padding:0.15rem 0;overflow: hidden;}
.swiper-case a{display: block;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;border:1px solid #eee;border-bottom: none;background: #fff;}
.swiper-case a .pic::before{content:"";display: block;padding-top:67%}
.swiper-case a .txt{background: #5c5c5c;line-height: 0.4rem;text-align: center;font-size:0.16rem;color:#fff;width: 100%;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover .txt{background: #f1895c;color:#fff;}


footer{background:#3a3a3a;}
footer .links{background: #f26920;color:#fff;}
footer .links .wrap{display: flex;flex-wrap: wrap;overflow: hidden;height: 54px;align-items: center;}
footer .links .wrap .t1{font-size:0.18rem;line-height: 0.2rem;border-right: 1px solid rgba(255,255,255,0.5);}
footer .links .wrap .t1 span{text-transform: uppercase;font-size:0.2rem;font-family: "Arial";padding:0 0.2rem 0 0.18rem;}
footer .links .wrap a{font-size:0.16rem;color:#fff;margin:0 0.13rem;}
footer .links .wrap a:hover{text-decoration:underline !important;color:#fff;}
footer .box{display: flex;justify-content: space-between;padding:0.3rem 0;}
footer .box .left{border-right:1px solid rgba(255,255,255,0.3);padding-right: 4%;}
footer .box .left img{display: block;max-width: 100%;padding-bottom: 0.34rem;border-bottom:1px solid rgba(255,255,255,0.3);}
footer .box .left .t1{line-height: 0.36rem;font-size:14px;color:#fff;padding-top:0.2rem}
footer .box dl dt{line-height: 0.41rem;font-size:0.16rem;color:#fff;border-bottom: 1px solid #fff;margin-bottom: 0.1rem;display:inline-block;}
footer .box dl dd, footer .box dl dd a{display: block;line-height: 0.36rem;font-size:0.14rem;color:#cdcdcd;}
footer .box dl:nth-child(2){width: 17%;}
footer .box dl:nth-child(2) dd{display: flex;flex-wrap: wrap;}
footer .box dl:nth-child(2) dd a{width: 50%;}
footer .box dl span{font-size:0.24rem;font-family: "Impact";color:#fff;}
footer .box dl span:hover{color:#ed6c33;}
footer .box .ewm{display: flex;align-items: center;}
footer a{color:#fff;}
footer .box dl dd a:hover{text-decoration:underline !important;color:#fff;}
footer .box .left .t1 a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{padding:0.5rem 0;}
.page .wrap{display: flex;}
.page-left{width: 265px;margin-right: 25px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:url(../images/d2.png) no-repeat right top, #3a3a3a; line-height:0.4rem; font-size:0.3rem;font-weight: bold; color: #fff; position:relative;padding:0.25rem 0 0.25rem 0.2rem;}
.s-drop-btn em{display: block;text-transform: uppercase;line-height: 0.25rem;font-size:0.18rem;font-family: "Arial";}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#bb242b;}

.s-drop-list {display: block;}
.s-drop-list li a{ display:flex;justify-content: space-between;align-items: center; }
.aside-list-link{ font-size:0.16rem; color:#404040;line-height:0.48rem; background:#efefef;border-top:1px solid #fff;padding:0 0.2rem; }
.aside-list-link:hover, .aside-list-link.act{ background:#ed6c33; 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 .lxwm{padding:0.3rem 0 0 0;}
.page-left .lxwm img{display: block;max-width: 100%;width: 100%;}
.page-left .lxwm .t1{background: #f6f6f6;font-size:0.14rem;color:#444;padding:0.15rem;line-height: 0.3rem;}

.page-right{width: calc(100% - 290px);}
.page-bt {line-height: 0.5rem;border-bottom: 1px solid #e3e3e3;display: flex;justify-content: space-between;align-items: center;font-size:0.16rem;color:#333;}
.page-bt .t2{border-bottom: 1px solid #ed6c33;font-size:0.14rem;color:#999;}
.page-bt .t2 span{color:#ed6c33;}

.pro-ul{display: flex;flex-wrap: wrap;padding:0.24rem 0;margin:0 -1%;}
.pro-ul li{width:calc((100% / 3) - 2%);margin:1%;}
.pro-ul li a{display: block;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;/*border:1px solid #ccc;*/background:#f5f5f5;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:77%;}
.pro-ul li a .pic .hover{width: 100%;height: 100%;background: rgba(237,108,51,0.8);display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top:0;opacity: 0;}
.pro-ul li a .txt{width: 100%;text-align: center;font-size:0.16rem;color:#666;padding:0.2rem 0 0 0;}
.pro-ul li a:hover .img_cover{transform:scale(1.1);}
.pro-ul li a:hover .hover{opacity: 1;}
.pro-ul li a:hover .txt{color:#ed6c33;}



.pro-ul1{display: flex;flex-wrap: wrap;padding:0.24rem 0;margin:0 -1%;}
.pro-ul1 li{width:calc((100% / 3) - 2%);margin:1%;}
.pro-ul1 li a{display: block;}
.pro-ul1 li a .pic{width: 100%;position: relative;overflow: hidden;box-shadow: 0 0 6px rgba(0,0,0,0.2)}
.pro-ul1 li a .pic::before{content:"";display: block;padding-top:77%;}
.pro-ul1 li a .pic .hover{width: 100%;height: 100%;background: rgba(237,108,51,0.8);display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top:0;opacity: 0;}
.pro-ul1 li a .txt{width: 100%;text-align: center;font-size:0.16rem;color:#666;padding:0.2rem 0 0 0;}
.pro-ul1 li a:hover .img_cover{transform:scale(1.1);}
.pro-ul1 li a:hover .hover{opacity: 1;}
.pro-ul1 li a:hover .txt{color:#ed6c33;}



.pro-show{padding:0.28rem 0;}
.pro-show .left{width: 50%;float: left;margin-right: 3%}
.gallery-top2{width: 100%;box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}
.gallery-top2 .swiper-slide::before{content:"";display: block;padding-top:67%;}
.gallery-thumbs2{width: calc(100% + 10px);padding:5px;margin:10px -5px 0 -5px;}
.gallery-thumbs2 .swiper-slide{border:2px solid #fff;box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}
.gallery-thumbs2 .swiper-slide::before{content:"";display: block;padding-top:65%;}
.gallery-thumbs2 .swiper-slide-thumb-active{border-color: #ed6c33;}

.pro-show .right{width:100%;}
.pro-show .right .t1{line-height: 0.56rem;font-size:0.2rem;color:#333;}
.pro-show .right .t2{line-height: 0.32rem;font-size:0.16rem;color:#333;}

.show-xq{/*margin-top:0.35rem;*/}
.show-xq .t1{display: flex;background: #ed6c33;}
.show-xq .t1 span{font-size:16px;color:#fff;background: #ed6c33;display: block;text-align: center;line-height: 0.48rem;padding:0 0.2rem;}
.show-xq .t2{font-size:14px;color:#333;line-height: 0.32rem;padding:0.2rem 0;min-height: 2rem;}
.show-xq .t2 img{max-width: 100%;height: auto;}
.show-xq .t2 table{width: 100%!important;}

 
.news-ul{display:block;padding:0.2rem 0 0 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:75%;}
.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:0.16rem;color:#333;font-weight:bold;} 
.news-ul li a .txt .t2{width:100;line-height:0.22rem;font-size:0.14rem;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:#ed6c33;}
.news-ul li:hover a .txt .t3 span{background:#ed6c33;}

.news-show{padding:0.2rem 0;min-height:5rem;} 
.news-show .t1{text-align: center;font-size:17px;color:#333;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}
.news-show .t2{font-size:14px;color:#333;line-height:30px;}
.news-show .date{display:block;text-align:center;font-size:0.13rem;color:#999;padding-top: 0.1rem;}
.news-show .t2 img{max-width: 100%;height: auto;}

.case-ul{display: flex;flex-wrap: wrap;padding:0.2rem 0;margin:0 -1%;}
.case-ul li{width:calc((100% / 3) - 2%);margin:1%;}
.case-ul li a{display: block;}
.case-ul li a .pic{width: 100%;position: relative;overflow: hidden;border:1px solid #eee;border-bottom: none;background: #fff;}
.case-ul li a .pic::before{content:"";display: block;padding-top:67%}
.case-ul li a .txt{background: #5c5c5c;line-height: 0.4rem;text-align: center;font-size:0.16rem;color:#fff;width: 100%;}
.case-ul li a:hover .img_cover{transform: scale(1.1);}
.case-ul li a:hover .txt{background: #f1895c;color:#fff;}











.hot{width:100%;background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.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}
    }

@media (max-width:991px){
    /**/
    .page{padding:24px 0;}
    .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){
	.show-xq .t2 video{width: 100%!important;}
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .pro .tabs{flex-wrap: wrap;padding:10px 0;}
    .pro .tabs a{width: calc((100% / 3) - 2%);margin:1%;}
    .about .bt img{max-width: 60%;}    
    .about .bt span{font-size:18px;}
    .about .box{display: block;overflow: hidden;}
    .about .box .pic{width: 100%;}
    .about .box .txt{width: 100%;padding:10px;}
    .about .box .txt .t1{font-weight: bold;font-size:15px;}
    .about .box .txt .t2{font-size:13px;margin:10px 0;}
    .ys{display: none;}
    .hf{padding:30px 0;}
    .hf .t1{font-size:18px;line-height: 26px;}
    .hf .t2{font-size:15px;line-height: 20px;padding:10px 0;}
    .hf .t3 .box{font-size:13px;}
    .hf .t3 span{font-size:16px;padding-left: 6px;}
    .hf .t3 img{max-width: 6%;}
    .news, .case{padding:24px 0 } 
    .news .box{display: block;}
    .news .box ul{width: 100%;}
    .news .box .bb{display: none;}
    .news .box ul li a .txt .t1{font-size:15px;font-weight: bold;}
    .news .box ul li a .txt{align-content: space-around;}
    .news .box ul li a .pic::before{padding-top:94%}
    footer .box{padding:6px 0;}
    footer .links{display: none;}
    footer .box dl, footer .box .left img{display: none;}
    footer .box .left{width: 100%;border:none;padding:0;}
    footer .box .left .t1{padding:0;font-size:12px;line-height: 24px;text-align: center;}
    /**/
    .s-drop-btn{padding:10px;font-size:18px;}
    .pro-ul li, .case-ul li{width: 48%;}
    .pro-ul li a .txt{padding:10px 0 0 0;font-weight: bold;font-size:13px;}
    .pro-ul1 li, .case-ul li{width: 48%;}
    .pro-ul1 li a .txt{padding:10px 0 0 0;font-weight: bold;font-size:13px;}
    .pro-show{display: block;}
    .pro-show .left{width: 100%;margin:0;}
    .pro-show .right{width: 100%;}
    .show-xq{margin:0;}
    .show-xq .t2{padding:13px 0;font-size:13px;}
    .news-ul li{padding:5px;}
    .news-ul li a .pic{width:130px;}
    .news-ul li a .txt{width:calc(100% - 130px);padding-left:10px;}
    .news-ul li a .txt .t1{font-size:14px;}
    .news-ul li a .txt .t2{margin:3px 0}
    .pro .tabs a:nth-child(n+7){display:none;}


}

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

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


