
*{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;}

header{position:relative;width:100%;z-index: 9999;}   
.header-top{background-color: #f2f2f2;line-height: 40px;}
.h-top{display:flex;justify-content:space-between;font-size:14px;color:#333;}
.h-top span a{color:#333;}
.h-top span a:hover{color:#d70011;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.3rem 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:62px;} 
header .tel p{line-height:26px;font-size:16px;color:#333;}
header .tel b{display:block;color:#ff8400;font-size:24px;line-height:28px;font-family:"Arial";}

.header-nav{ width:100%;background:#0b984f;border-top:1px solid #39ec8f;border-bottom: 1px solid #39ec8f;position: relative;}
.header-nav::before, .header-nav::after{content:"";display: block;width: 100%;height: 1px;background:#0b984f;position: absolute;left: 0;;}
.header-nav::before{top:-2px}
.header-nav::after{bottom:-2px;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:14.28%;} 
.nav-ul li .nav_a {display:block;font-size:18px;color:#fff;line-height:50px;text-align:center;border-right:1px solid rgba(255,255,255,0.3);}
.nav-ul li .nav_a:first-child{border-left:1px solid rgba(255,255,255,0.3);}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background:#ff8400;}
.nav-ul .sub_ul {display: none;width: 100%;position: absolute; padding:0;z-index:999;background:rgba(255,255,255,0.8);box-shadow:0 5px 10px rgba(0,0,0,0.3);}
.nav-ul .sub_ul li{width:100%;padding:5px;}
.nav-ul .sub_ul li .nav_a2{font-size:13px;line-height:34px;text-align: center;color:#0b984f;display:block;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {background: #0b984f;color: #fff;}

/*移动端导航*/
.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:#0b984f;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.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);}

.sjnav{ width:50%; position:absolute;right:0%;z-index:9999;display: block;right: -100%;transition: all 0.5s;}
.sjnav.click{right:0;}
.sjnav.click li a{transform:translateX(0);opacity: 1;}
.sjnav ul{ padding:0; margin:0;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:44px;  font-size:15px; color:#fff;border-bottom: 1px solid #ddd;text-align: center;transform:translateX(100%);transition: all 0.3s;background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;opacity: 0;}
.sjnav li a:hover, .sjnav li.active a{background:#0b984f; color:#fff;}

/*大图滚动开始*/
.banner{position: relative;}
.ban-img{display: block;max-width: 100%;object-fit: none;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#0b984f}
.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;}

.page-top{padding:15px 0;background:#c7c7c7;}
.page-top .wrap{display: flex;justify-content: space-between;align-items: center;}
.page-top .link{font-size:15px;color:#666;}
.page-top .link a{color:#666;margin-left: 0.1rem;}
.page-top .link b{font-weight: bold;}
.page-top .link a:hover{color:#0b984f;font-weight: bold;text-decoration: underline !important;}
.page-top form{width:360px;display: flex;background:none;border-bottom: 2px solid #0b984f;}
.page-top form input[type="text"]{width:calc(100% - 50px);border-right: none;padding-left: 0.15rem;font-size:16px;color:#fff;line-height: 0.46rem;outline: none;background:none;}
.page-top form input[type="button"]{width:50px;background: url(../images/but.png) no-repeat center center;outline: none;}
.page-top form input[type="submit"]{width:50px;background: url(../images/but.png) no-repeat center center;outline: none;}

.title{text-align: center;color:#333;position: relative;padding-bottom: 0.15rem;}
.title .t1{line-height: 0.42rem;font-size:0.28rem;font-weight: bold;}
.title .t2{line-height: 0.25rem;font-size:0.14rem;font-family: "arial";text-transform: uppercase;}
.title .t3{line-height: 0.26rem;font-size:0.16rem;}
.title:before{content:"";display:block;width:0.35rem;height: 3px;background:#0b984f;position: absolute;left: 50%;bottom:0;transform: translateX(-50%);}

.more{display:block;text-align: center;font-size:0.14rem;color:#fff;background:#0b984f;border-radius: 30px;width:1.33rem;line-height:0.36rem;margin:0 auto;}
.more:hover{background:#ff8400;color:#fff;}

.product{padding:0.4rem 0;background:#eef6f2;}
.pro-tabs{padding:0.45rem 0;display:flex;justify-content: center;}
.pro-tabs a{display:block;font-size:0.2rem;color:#fff;background:#0b984f;border-radius: 30px;padding:0 0.4rem;line-height: 0.46rem;margin:0 0.12rem;}
.pro-tabs a:hover, .pro-tabs a.on{background:#ff8400;}
.pro-ul{display:flex;flex-wrap: wrap;margin:0 -1%;padding:0.1rem 0 0 0;}
.pro-ul li{width: 23%;margin:1%;border:2px solid #e7e7e7;}
.pro-ul li a{display:block;background:#fff;transition:0.5s;padding:2px;}
.pro-ul li a .pic{width:100%;position: relative;overflow: hidden;border:1px solid #efefef;}
.pro-ul li a .pic:before{content:"";display:block;padding-top:85%;}
.pro-ul li a .txt{text-align: center;line-height: 0.52rem;font-size:0.16rem;color:#333;}
.pro-ul li a:hover{background:#0b984f;}
.pro-ul li a:hover .txt{color:#fff;}
.pro-ul li:hover .img_cover{transform:scale(1.1);}

.about{background:#0b984f;padding:0.24rem 0 0 0;}
.about .bt{text-align: center;line-height: 0.4rem;font-size:0.25rem;color:#fff;}
.about .bt span{display:block;line-height: 0.28rem;font-size:0.14rem;color:#fff;}
.about .hf-ul{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.5);display:flex;position: relative;z-index: 2;margin-top: 0.2rem;}
.about .hf-ul li{width:25%;text-align: center;border:1px solid #e7e7e7;padding:0.4rem 0;}
.about .hf-ul li img{display: block;max-width: 100%;margin:0 auto;transition:all 0.5s;}
.about .hf-ul li span{display:block;line-height: 0.42rem;font-size:0.16rem;color:#333;}
.about .hf-ul li:hover img{transform:rotateY(360deg);}
.about-main{display:flex;margin-top:-1rem;}
.about-main .pic{width:50%;position: relative;overflow: hidden;}
.about-main .pic:before{content:"";display:block;padding-top:60%;}
.about-main .pic ul{display:flex;flex-wrap: wrap;width:62%;position: absolute;right:1%;top:1.2rem;}
.about-main .pic ul li{width:45%;margin:1.5%;background:url(../images/border.png) no-repeat center center;padding:0.1rem;}
.about-main .pic ul li .zizhi{width:100%;position: relative;overflow: hidden;}
.about-main .pic ul li .zizhi:before{content:"";display:block;padding-top:72%;}

.about-main .content{width:50%;background-image:url(../images/bj1.jpg);padding:1.2rem 0 0.3rem 0;}
.about-main .content .txt{max-width: 600px;padding-left: 0.3rem;}
.about-main .content .txt .t1{line-height: 0.72rem;font-size:0.2rem;color:#0b984f;font-weight: bold;}
.about-main .content .txt .t2{line-height: 0.3rem;font-size:0.16rem;color:#333;height: 2.7rem;overflow: hidden;}
.about-main .content .txt .more{margin:0.24rem 0 0 0;}

.case{padding:0.4rem 0;background:#eef6f2;}
.swiper-case{padding:0.5rem 0 0 0;}
.swiper-case a{display:block;}
.swiper-case a .pic{width:100%;position: relative;overflow: hidden;}
.swiper-case a .pic:before{content:"";display:block;padding-top:82%;}
.swiper-case a .txt{text-align: center;background:#0b984f;font-size:0.16rem;color:#fff;line-height: 0.46rem;margin-top: 5px;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover .txt{background:#ff8400;color:#fff;}
.prev-case, .next-case{width: 55px;height: 55px;border-radius: 50%;border:3px solid #0b984f;background:#fff;font-size:0.4rem;color:#0b984f;position: absolute;top:50%;transform:translateY(-50%);display:flex;align-items: center;justify-content: center;outline: none;}
.prev-case{left:-85px;}
.next-case{right:-85px;}
.prev-case:hover, .next-case:hover{background:#0b984f;color:#fff;}

.ys{position: relative;padding:0.2rem 0 0 0;}
.ys-bt{display:block;max-width: 100%;margin:0 auto;}
.ys-box{display:flex;justify-content:space-between;align-items: flex-start;}
.ys-box .content{width:50%;}
.ys-box .content .bt{display:flex;align-items: center;}
.ys-box .content .bt .nubmer{line-height: 0.5rem;font-size:0.54rem;color:#f6bc00;font-family: "arial";font-weight: bold;width:0.8rem}
.ys-box .content .bt b{display:block;line-height: 0.34rem;font-size:0.26rem;color:#0b984f;}
.ys-box .content .bt span{display:block;line-height: 0.18rem;font-size:0.15rem;color:#acacac;font-family: "arial";text-transform: uppercase;}
.ys-box .content .t2{line-height: 0.3rem;font-size:0.16rem;color:#333;padding:0.2rem 0;}
.ys-box .content .t2 span{color:#0b984f;font-weight: bold;margin-right: 5px;}
.ys-box .pic{width:50%;}
.ys-box .pic img{display:block;max-width:100%;margin:0 auto;}
.ys .wrap .ys-box:nth-child(2){flex-direction: row-reverse;margin: -0.35rem 0 0.35rem 0;align-items: center;}


.partner{background-image: url(../images/bj2.jpg);padding:0.4rem 0;}
.partner .title{color:#fff;}
.partner .title::before{background:#fff;}
.swiper-partner{background:#fff;margin:0.5rem 0 0 0;padding:0.25rem 0;}
.swiper-partner a{display:block;position: relative;overflow: hidden;}
.swiper-partner a:before{content:"";display:block;padding-top:70%;}
.prev-partner, .next-partner{width: 47px;height: 47px;background:#ff8400;font-size:0.34rem;color:#fff;position: absolute;top:50%;transform:translateY(-50%);display:flex;align-items: center;justify-content: center;outline: none;}
.prev-partner{left:-47px;}
.next-partner{right:-47px;}

.news{padding:0.4rem 0;background:#eef6f2;}
.news .news-main{padding:0.5rem 0;display: flex;align-items: center;justify-content: space-between;}
.news .wrap .news-box{width:49%;}
.news .wrap .news-box a{display: flex;align-items: center;}
.news .wrap .news-box a .date{width: 1.15rem;font-size:0.14rem;color:#333;font-family: "Arial";line-height: 22px;}
.news .wrap .news-box a .date b{display: block;font-size:0.24rem;line-height: 0.3rem;}
.news .wrap .news-box a .content{width:calc(100% - 1.15rem);padding:0.1rem 0.25rem 0.35rem 0.25rem;position: relative;background:#fff;}
.news .wrap .news-box a .content .t1{line-height: 0.45rem;font-size:0.2rem;color:#333;}
.news .wrap .news-box a .content .t2{line-height: 0.3rem;font-size:0.16rem;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position: relative;}
.news .wrap .news-box a .content:before ,.news .wrap .news-box a .content::after{content:"";display: block;position: absolute;left: 25px;bottom:15px;transition: 0.5s;}
.news .wrap .news-box a .content:before{width:calc(100% - 0.25rem);height: 2px;background-color: #f0f0f2;}
.news .wrap .news-box a .content::after{width:0.5rem;height: 2px;background-color: #0b984f;}
/* .news .wrap .news-box a:first-child .content{border-top: 3px solid #f0f0f2;}
.news .wrap .news-box a:last-child .content{border-bottom: 3px solid #f0f0f2;} */
.news .wrap .news-box a:hover  .content::after{left: calc(100% - 0.5rem)}
.news .wrap .news-box a:hover .date{display: flex;align-items: center;background-color: #0b984f;color:#fff;justify-content: center;}
.news .wrap .news-box a:hover .date b{padding-right: 6px;}
.news .wrap .pic{width:49%;position: relative;overflow: hidden;}
.news .wrap .pic::before{display:block;content:"";padding-top:82%;}

.contact{background-image: url(../images/bj3.jpg);padding:0.4rem 0;}
.contact .title{color:#fff;}
.contact .title::before{background:#fff;}
.contact-box{padding-top: 0.4rem;display: flex;justify-content: space-between;}
.contact-box .map{width:50%;height: 250px;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.contact-box form{width: 48%;color:#333;font-size:0.14rem;}
.contact-box form label{font-size:0.16rem;margin-bottom: 15px;color:#fff;}
.contact-box form input[type="text"], .contact-box form textarea{width:100%;line-height: 38px;background-color: #fff;border:1px solid #ebebeb;padding-left: 13px;margin-bottom: 7px;outline: none;}
.contact-box form textarea{height: 72px;}
.contact-box form input[type="button"]{width:100px;line-height: 34px;text-align: center;background-color: #ff8400;color:#fff;outline: none;}

footer{background:#212121;}
footer .foot-box{display:flex;justify-content:space-between;align-items: flex-start;padding:0.4rem 0 0.25rem 0;color:#999;line-height:30px;font-size:14px;}
footer .foot-box dl dt{font-size:0.16rem;color:#fff;padding-bottom: 0.24rem;position: relative;}
footer .foot-box dl dt::before{content:"";display:block;width:0.6rem;height: 1px;border-bottom: 2px dashed #fff;position: absolute;left: 0;bottom:0;}
footer .foot-box dl dd{padding-top: 0.18rem;}
footer .foot-box dl dd a{display:block;line-height: 0.3rem;font-size:0.14rem;color:#999;}
footer .foot-box .erweima{display:flex;align-items: flex-start;margin-bottom: 0.22rem;}
footer .foot-box .erweima .ewx-box{width:100px;text-align:center;margin:0 0.15rem 0 0;}
footer .foot-box .erweima .ewx-box img{display:block;;max-width:100%;width: 100px;}
footer .foot-box .erweima .ewx-box span{display:block;}
footer .foot-box .lxfs .tel{display:flex;justify-content:space-between;font-size: 0.24rem;color:#fff;font-family: "arial";margin-bottom: 0.1rem;}
footer .foot-box .lxfs .tel div{display:flex;align-items:center;}
footer .foot-box .lxfs .tel div img{margin-right: 7px;}
footer .foot-box .lxfs .tel div + div{margin-left: 0.24rem;}
.foot-txt{padding:0.15rem 0;font-size:0.14rem;color:#999;text-align: center;border-top:1px solid rgba(255,255,255,.1)}
.foot-txt a{color:#999;}
footer .foot-box dl dd a:hover, .foot-txt a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{background:#eef6f2;padding:0.1rem 0;min-height: 6rem;}
.page .wrap{display:flex;}
.page-left{width:250px;margin-right: 50px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#0b984f; line-height:0.9rem; font-size:0.3rem; color: #fff; text-align:center;position:relative;font-weight: bold;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#0b984f;}

.s-drop-list {display: block;padding:5px;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,.3);}
.s-drop-list li + li{margin-top:2px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:0.16rem; color:#fff;line-height:0.45rem; background:#0b984f;padding-left: 10px;}
.aside-list-link:hover, .aside-list-link.act{ background:#ff8400; 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{font-size:0.16rem;color:#333;line-height: 0.3rem;}
.page-left .lxfs img{display:block;max-width:100%;}
.page-left .lxfs .box{padding:10px 10px 30px 10px;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,.3);}
.page-left .lxfs .t1{padding:10px 5px;}
.page-left .lxfs .erweima{text-align: center;padding:0.2rem 0 0 0;}
.page-left .lxfs .erweima img{max-width: 120px;margin:0 auto;}
.page-left .lxfs .erweima span{display:block;line-height:0.4rem}
.page-left .lxfs .tel{display:flex;align-items: center;font-size:0.3rem;color:#0b984f;font-family:"Impact";justify-content: center;}
.page-left .lxfs .tel img{margin-right:10px;}

.page-right{width:calc(100% - 300px);}
.page-bt{border:1px solid #ddd;font-size:14px;color:#999;padding-right: 25px;line-height: 0.45rem; display:flex;justify-content: space-between;align-items: center;background:linear-gradient(top,#fff,#ebebeb);background:-webkit-linear-gradient(top,#fff,#ebebeb);background:-moz-linear-gradient(top,#fff,#ebebeb);background:-o-linear-gradient(top,#fff,#ebebeb);}
.page-bt span{display:block; width: 130px;text-align: center;border-right:1px solid #ddd;background:#0b984f;font-size:18px;color:#fff;}
.page-bt a{color:#999;}
.page-bt a:hover{color:#0b984f;}
.page-right .pro-ul li{width:31.333%;}

.product-show{padding:0.2rem;background:#fff;min-height: 5rem;margin-top: 0.2rem;border:1px solid #eee;height:calc(100% - 0.67rem);}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:30px;}
.product-show img{display:block;max-width:80%;margin:15px auto;}
.product-show .t2{line-height: 0.3rem;font-size:0.16rem;}

.news-ul{display:block;padding:0.2rem 0;}
.news-ul li{width:100%;margin-bottom:0.2rem;border: 1px solid #d2d2d2;background-color: #fff;padding:0.15rem;}
.news-ul li a{display:flex;color:#333;}
.news-ul li a .pic{width:2rem;position:relative;overflow:hidden;}
.news-ul li a .pic:before{padding-top:71%;display:block;content:"";}
.news-ul li a .txt{width:calc(100% - 2rem);padding:0 0.1rem 0 0.2rem;display:flex;flex-wrap:wrap;align-content: space-around;}
.news-ul li a .txt .txt-bt{position:relative;display:flex;justify-content:space-between;width:100%;}
.news-ul li a .txt .txt-bt .t1{font-size:18px;font-weight:bold;}
.news-ul li a .txt .txt-bt .t2{font-size:12px;}
.news-ul li a .txt .txt-nr{line-height:22px;font-size:0.14rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;}
.news-ul li a h5{width:100px;line-height: 32px;font-size:12px;color:#fff;background: #c5c5c5;text-align: center;transition: 0.5s;}
.news-ul li:hover .img_cover{transform:scale(1.1);}
.news-ul li:hover{transform:translateY(-5px);box-shadow:0 0 5px #999;}
.news-ul li:hover .txt-bt .t1{color:#0b984f;}
.news-ul li:hover h5{background: #0b984f;color:#fff;}

.news-show { width:100%; text-align:center;padding-top:0.2rem;min-height: 6rem;}
.news-show img {  display:block; max-width:100%; margin:2% auto;}
.news-show .txt-bt {  display:block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-nr {  display:block;line-height:30px; font-size:14px; color:#444; text-align:left;}
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; margin-top:2%; text-align:right;}

.partner-ul{display:flex;flex-wrap: wrap;margin:0 -1%;padding:0.2rem 0;}
.partner-ul li{width:23%;margin:1%;background:#fff;}
.partner-ul li a{display:block;position: relative;overflow: hidden;}
.partner-ul li a:before{content:"";display:block;padding-top:75%;}
.partner-ul li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}


/*手机底部*/
.hot{width:100%; height:58px; 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;}
.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;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ margin-bottom: 10px; 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{ margin: 0 auto; width:130px; font-size: 14px; color: #fff; line-height: 30px; background: #ea142d; border-radius: 5px;}
.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;}

.contact_map1{width:100%; overflow: hidden; height:250px; border:none; }
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

@media (max-width:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    .prev-case, .next-case, .prev-partner, .next-partner{display:none;}
    }

@media (max-width:991px) and (min-width:768px){
    .about-main .content .txt{padding:0 2%;}
    .about-main .pic ul, .ys{display:none;}
    .news .wrap .news-box{width:100%;}    
    /**/
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align:left;padding:0 20px;}
    .s-drop-list{display:none;}
    .page-right{width:100%;margin:0;}
    .pro-tabs{flex-wrap:wrap;margin:0 -1%;}
    .pro-tabs a{width:31.33%;margin:1%;}
}
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main{padding:10px 0;}
    .header-main .logo{width:250px;}
    .about-main .pic ul, .ys{display:none;}
    .pro-tabs{flex-wrap:wrap;margin:0 -1%;padding:20px 0;justify-content: flex-start;}
    .pro-tabs a{width:31.33%;margin:1%;padding:0;text-align: center; }
    .pro-ul li, .partner-ul li {width:48% !important;}
    .about ul{display:none;}
    .about .hf-ul li{padding:12px 0;}
    .about .hf-ul li img{max-width: 65%;}
    .about-main{display:block;margin:15px 0 0 0;}
    .about-main .pic, .news .wrap .news-box, footer .wrap .foor-right, .ys .wrap .ys-left, .contact-box .map{width:100%;}
    .about-main .content, .about-main .content .txt{width:100%;padding:2%;}
    .contact-box form{width:100%;padding:15px 0 0 0;}
    .contact-box{display:block; }
    footer .foot-box dl{display:none;}
    /**/
    .news-show .txt-nr p img {height:auto !important;}
    .product-show img{display:block;max-width:100%;margin:15px auto;}
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align:left;padding:0 20px;line-height: 50px;font-size:20px;}
    .s-drop-list{display:none;}
    .page-right{width:100%;margin:0;}

    .news-ul li{padding:1.5%;}
    .news-ul li a .pic{width: 130px;}
    .news-ul li a .txt{padding:0 0 0 10px;width: calc(100% - 130px);}
    .news-ul li a .txt .txt-bt .t1{font-size:15px;}
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 200;
        font-size:14px;
    font-family:'微软雅黑';
}	
.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 0px 20px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 160px;
    height:200px;
    line-height:30px
}

.dock ul.icons li.im p {
    width: 140px;
    height:200px;
    line-height:30px
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 170px;
    height:200px;
    text-align: center;
    line-height: 200px;
}

.dock ul.icons li.wechat p img {
    
    border: 2px solid #000;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 252px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(../images/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}
	
	
	
	
	
	