
*{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;}

header{position:relative;width:100%;z-index: 9999;}   
header .wrap{max-width: 1400px;}
.header-top{line-height: 30px;border-bottom:1px solid #dfdfdf;position: relative;}
.header-top::before{content:"";display: block;width: calc((100% - 1200px) / 2);height: 100%;background: #00a6d2;position: absolute;left: 0;top:0;}
.h-top{display:flex;justify-content:space-between;}
.h-top .t1{position: relative;color:#fff;background: #00a6d2;width: 33%;clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 100% 100%, 0% 100%);}
.h-top .t2{color:#333;}
.h-top .t2 a{color:#333;}
.h-top .t2 a:hover{color:#d70011;}

.header-box{position: relative;}
.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-main form{width: 3.3rem;display: flex;border:2px solid #00a088;line-height: 0.38rem;font-size:0.14rem;color:#333;}
.header-main form input[type=text]{width: calc(100% - 0.4rem);padding-left: 10px;}
.header-main form input[type=submit]{width: 0.4rem;background: url(../images/but.png) no-repeat center center, #00a088;}

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:53px;}
header .tel p{line-height:22px;font-size:16px;color:#333;}
header .tel b{display:block;color:#fe0000;font-size:28px;line-height:28px;font-family:"Arial";}

.header-nav{ width:100%;background:#00a6cf;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 12);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:50px;text-align:center;background: url(../images/shu.png) no-repeat right center;}
.nav-ul li:hover{color: #fff;background: #0088ac;}
/*.nav-ul li.active .nav_a {color: #fff;background: #0088ac;}*/

.nav-ul .sub_ul {display: none;width: 150%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:15px;line-height:40px;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;transform: scale(1.1);background:#58add8;}

.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:#00a6cf;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:49px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover{color:#00a6cf;font-weight: bold;}
/*.sjnav li.active a{color:#00a6cf;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:#00a6cf}
.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;position: relative;color:#333;}
.title .t1{line-height: 0.42rem;font-size:0.26rem;font-weight: bold;}
.title .t1 b{color:#00a6d2;}
.title .t2{line-height: 0.32rem;font-size:0.16rem;}
.title::before, .title::after{content:"";display: block;width: calc(50% - 1.3rem);position: absolute;top:50%;transform: translateY(-50%);height: 1px;border:1px dashed #dcdcdc;}
.title::before{left: 0;}
.title::after{right: 0;}

.index-tabs{display: flex;justify-content: center;padding:0.4rem 0 0 0;}
.index-tabs a{display: block;width: 1.6rem;line-height: 0.38rem;text-align: center;background: #fff;border:1px solid #e5e5e6; font-size:0.16rem;color:#333;margin:0 3px;transition: 0.5s;}
.index-tabs a:hover{transform: translateY(-8px);background: #00a6cd;color:#fff;}

.index-box1{padding:0.45rem 0;}
.index-box1 .title::before, .index-box1 .title::after{top:80%;}
.index-box1 ul{display: flex;padding:0.4rem 0 0 0;}
.index-box1 ul li{width: 25%;text-align: center;transition: 0.5s;}
.index-box1 ul li img{display: block;max-width: 100%;margin:8px auto;}
.index-box1 ul li span{display: block;line-height: 0.4rem;font-size:0.16rem;color:#333;}
.index-box1 ul li:hover{transform: translateY(-10px);}

.pro{position: relative;}
.pro .bt{background: url(../images/bj2.png) no-repeat center center;height: 168px;position: relative;color:#fff;font-weight: bold;text-transform: uppercase;text-align: center;padding:0.26rem 0 0 0;text-align: center;}
.pro .bt .bb{display: flex;align-items: center;justify-content: center;}
.pro .bt b{font-family:"Arial";font-size:0.9rem;display: block;line-height: 0.7rem;transform: translate(30px, -5px);}
.pro .bt .t1{line-height: 0.37rem;font-size:0.26rem;padding-left: 1%;}
.pro .bt .t2{line-height: 0.27rem;font-size:0.2rem;font-family: "Arial";}
.pro .bj{background: #f0f0f0;}

.pro .page{padding:0;}
.page{position: relative;z-index: 9;padding:0.4rem 0;}
.page .wrap{display: flex;}
.page-left{width: 245px;margin-right: 25px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:url(../images/d4.png) no-repeat 0.25rem center, #00a6cd; line-height:0.7rem; font-size:0.24rem; color: #fff;position:relative;font-weight: bold;padding-left: 0.65rem;;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{background: #00a6cd;}

.page-left .box{margin-top: 8px;background: -webkit-linear-gradient(top,#00a6cd,#00a194);padding:0.2rem;}

.s-drop-list {display: block;}
.s-drop-list li {margin-bottom: 0.1rem;box-shadow: 0 0 10px rgba(0,137,209,1);}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:0.16rem; color:#fff;font-weight: bold; line-height:0.4rem; background:url(../images/d5.png) no-repeat 0.2rem center, #44c6e4;padding-left: 0.5rem; }
.aside-list-link:hover, .aside-list-link.act{background:url(../images/d5.png) no-repeat 0.2rem center, #0088ac; 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:10px;}
.s-drop-list li .aside-sublist li a{ color:#333; line-height:0.4rem; font-size:0.14rem;background:url(../images/d5.png) no-repeat 0.2rem center, #fff;padding-left: 0.5rem;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:url(../images/d5.png) no-repeat 0.2rem center, #44c6e4;color:#fff;}

.page-right{width: calc(100% - 270px);}
.page-right .bb{padding:0.35rem 0;display: flex;justify-content: space-between;align-items: center;}
.page-right .bb .t1{line-height: 0.3rem;font-size:0.16rem;color:#00a6cd;font-weight: bold;}
.page-right .bb .t2{line-height: 0.3rem;font-size:0.16rem;color:#333;}
.page-right .bb a{display: flex;justify-content: center;align-items: center;width: 0.3rem;height: 0.3rem;border-radius: 50%;background: #00a6cd;font-size:0.26rem;color:#fff;padding-bottom:0.03rem;}
.pro-ul{display: flex;flex-wrap: wrap;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;;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:100%;}
.pro-ul li a .pic .txt{width: 100%;position: absolute;left:0;bottom:0;display: flex;justify-content: space-between;align-items: center;padding:0 0.15rem;line-height: 0.56rem;font-size:0.16rem;color:#fff;background: rgba(0, 0, 0,0.3);border-top: 1px solid rgba(255,255,255,0.7);}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}


.about{background: url(../images/bj3.png) no-repeat top center, #f5f5f5;padding:0.5rem 0;}
.about .pic{width: 100%;position: relative;border:5px solid #fff;}
.about .pic::before{content: "";display: block;padding-top:30%;}
.about .pic img{display: block;max-width: 100%;position: absolute;left: 50%;bottom: -45px;transform: translateX(-50%);}
.about .nr{text-align: center;color:#fff;line-height: 0.3rem;font-size:0.16rem;padding:0.65rem 0 0.55rem 0;}
.about .more{display: block;width: 1.7rem;line-height: 0.42rem;background: #ffc705;text-align: center;font-size:0.14rem;color:#fff;border-radius: 30px;margin:0 auto;text-transform: uppercase;}
.about .more:hover{transform: translateY(-10px);}
.about ul{display: flex;justify-content: space-between;padding:0.95rem 0 0 0;}
.about ul li{text-align: center;}
.about ul li img{display: block;max-width: 100%;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0,0.2);transition: 0.5s;}
.about ul li span{display: flex;justify-content: center;align-items: center;height: 0.5rem;font-size:0.14rem;color:#333;}
.about ul li:hover img{transform: rotateY(360deg);}
.about ul li i{height: 1rem;display: flex;justify-content: center;align-items: center;font-size:0.34rem;color:#e0e0e0;}

.ys{background: #f5f5f5;padding:0 0 1rem 0;}
.ys-bt{display: block;max-width: 100%;margin:0 auto 0.6rem auto;}
.ys .bigbox{position: relative;}
.ys .bigbox::before{content:"";display: block;width: 57px;height: 57px;background: url(../images/d2.jpg) no-repeat center center;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.ys .box{display: flex;flex-direction:row-reverse;position: relative;}
.ys .box .pic{width: 50%;position: relative;overflow: hidden;}
.ys .box .pic::before{content:"";display: block;padding-top:3.9rem;}
.ys .box .wrap{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);height: 100%;}
.ys .box .wrap .bb{width: 46%;display: flex;flex-wrap: wrap;align-content: space-around;height: 100%;}
.ys .box .wrap .bb .txt{width:100%;padding:0.14rem 0 0 0.25rem;background: url(../images/d1.png) no-repeat top left;}
.ys .box .wrap .bb .txt .t1{line-height: 0.4rem;font-size:0.4rem;color:#00a6cd;font-family: "Impact";}
.ys .box .wrap .bb .txt .t2{line-height: 0.25rem;font-size:0.16rem;color:#00a6cd;font-weight: bold;}
.ys .box .wrap .bb .txt .t3{line-height: 0.25rem;font-size:0.14rem;color:#333;padding:0.15rem 0 0 0.45rem;}
.ys .box:nth-child(even){display: block;}
.ys .box:nth-child(even) .wrap{display: flex;flex-direction:row-reverse;}

.case{padding:0.4rem 0;}
.case ul{display: block;padding:0.45rem 0 0 0;margin:0 -0.5%;}
.case ul li{width: 32%;margin:0.5%;float:left;}
.case ul li a{display: block;}
.case ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.case ul li a .pic::before{content:"";display: block;padding-top:60%;}
.case ul li a .pic .hover{width: 100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,166,205,0.7);display: flex;justify-content: center;align-items: center;opacity: 0;}
.case ul li a .pic .hover .bb{border:1px solid #fff;padding:15px;}
.case ul li a .pic .hover .bb .t1{line-height: 0.26rem;font-size:0.16rem;color:#fff;font-weight: bold;}
.case ul li a .pic .hover .bb img{display: block;max-width: 100%;margin:8px auto;}
.case ul li:first-child{width: 65.8%;}
.case ul li:hover a .pic .hover{opacity: 1;}
.case ul li:hover a .img_cover{transform: scale(1.1);}

.news{padding:0.4rem 0;}
.news .title{color:#fff;}
.news .box{display: flex;justify-content: space-between;padding:0.4rem 0 0 0;}
.news .box .left{display: block;width: 49%;}
.news .box .left .pic{width: 100%;position: relative;overflow: hidden;margin-bottom: 10px;border:0.1rem solid #fff;}
.news .box .left .pic::before{content:"";display: block;padding-top:49%;}
.news .box .right{width: 50%;display: flex;flex-wrap: wrap;align-content: space-between;}
.news .box a{display: block;}
.news .box a .bb{display: flex;padding: 0.1rem;background: #fff;border-bottom: 1px solid #e4e4e4;}
.news .box a .bb .img{width: 1.75rem;position: relative;overflow: hidden;;}
.news .box a .bb .img::before{content:"";display: block;padding-top:66%;}
.news .box a .bb .txt{color:#333;width: calc(100% - 1.75rem);padding:0 0.2rem;display: flex;flex-wrap: wrap;align-content: space-around;}
.news .box a .bb .txt .bt{width: 100%;display: flex;justify-content: space-between;align-items: center;font-size:0.16rem;}
.news .box a .bb .txt .bt span{font-size:12px;color:#999;}
.news .box a .bb .txt .nr{width: 100%;font-size:0.14rem;line-height: 0.22rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#666;}
.news .box a .bb .txt .more{font-size:12px;color:#666;text-transform: uppercase;width: 100%;}
.news .box a .bb:hover .txt .bt, .news .box a .bb:hover .txt .more{color:#00a6cd}
.news .box a .bb:hover .txt .bt .t1{font-weight: bold;}
.news .box a .bb:hover .img_cover{transform: scale(1.1);}

.partner{position: relative;}
.partner .title{padding:0.4rem 0;}
.partner .bj{background: #f1f1f1;}
.swiper-partner{padding:0.35rem 0;}
.swiper-partner a{display: block;background: #fff;border:1px solid #e9e9e9;position: relative;overflow: hidden;transition: 0.5s;}
.swiper-partner a::before{content:"";display: block;padding-top:57%;}
.swiper-partner a:hover{border-color: #00a6cf;}
.swiper-partner a:hover .img_cover{transform: scale(1.1);}

footer{background:#00a6cd;}
.foot-box{display: flex;justify-content: space-between;background: url(../images/bj5.png) no-repeat right center;padding-right: 10%;}
.foot-box dl{border-left: 1px solid rgba(255,255,255,0.3);padding:0.35rem;}
.foot-box dl dt{line-height: 0.96rem;font-size:0.2rem;color:#dce9f1;position: relative;}
.foot-box dl dt img{display: block;max-width: 100%;position: absolute;left: -0.5rem;top:50%;transform: translateY(-50%);transition: 0.5s;}
.foot-box dl dd, .foot-box dl dd a{line-height: 0.3rem;font-size:0.14rem;color:#fff;display: block;}
.foot-box dl .ewm{text-align: center;float: left;margin-right: 10px;}
.foot-box dl .ewm img{display: block;max-width: 100%;width: 100px;}
.foot-box dl .ewm span{display: block;padding-top: 15px;color:#fff;}
.foot-box dl:hover dt img{transform: translateY(-50%) rotateY(360deg);}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{font-size:0.14rem;color:#fff;background: #126798;padding:0.2rem 0 0.1rem 0;line-height: 0.3rem;}
.foot-txt .links{display: flex;align-items: flex-start;margin-bottom: 0.24rem;}
.foot-txt .links .t2{width: calc(100% - 75px);}
.foot-txt .links .t2 a{margin:0 8px}

.page-left .lxfs{padding:0.3rem 0 0 0;}
.page-left .lxfs .t1{font-size:14px;color:#fff;line-height: 28px;}
.page-left .lxfs img{display: block;max-width: 100%;margin:20px auto;border:2px solid #fff;}
.page-left .lxfs .t2{font-size:0.26rem;font-weight: bold;color:#fff;}

.page-bt{background: #eaeaea;padding-right: 10px;line-height: 0.44rem;font-size:0.14rem;color:#333;display: flex;justify-content: space-between;align-items: center;margin-bottom: 6px;}
.page-bt span{display: block;font-size:0.2rem;color:#fff;padding:0 0.4rem;background: #00a6cd;}
.page-bt a{color:#333;}
.page-bt:hover a{color:#00a6cf;text-decoration: underline !important;}

.product-show{position: relative;padding:0.14rem 0;min-height: 5rem;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:34px;}
.product-show img{display:block;max-width:100%;margin:15px auto;}
.product-show .t2{line-height: 0.3rem;font-size:0.16rem;} 

.news-ul{display:block;padding:0.14rem 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:0.16rem;color:#333;font-weight:bold;} 
.news-ul li a .txt .t2{width:100;line-height:22px;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:#00a6cf;}
.news-ul li:hover a .txt .t3 span{background:#00a6cf;}

.news-show{min-height:5rem;padding:0.15rem 0;}  
.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:0.16rem;color:#333;line-height: 0.3rem;}
.news-show .date{display:block;text-align:center;font-size:0.13rem;color:#999;padding-top: 0.1rem;} 



.page-map{background: #cfe1e5;padding:0.1rem 0.25rem;height: calc(100% - 0.78rem);margin-top: 0.34rem;}
.page-map .box .bt{line-height: 0.48rem;font-size:0.16rem;color:#00a6cd;font-weight: bold;}
.page-map .box .dh{background: #fff;display: flex;flex-wrap: wrap;padding:0.16rem 5px;}
.page-map .box .dh a{line-height: 0.35rem;font-size:0.16rem;color:#333;margin:0 10px;display: block;}
.page-map .box .dh a:hover{color:#00a6cf;text-decoration: underline !important;}






.hot{width:100%;background:#126798; 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:1400px){
	header .wrap{ width:96%}
    .header-top::before{width: 2%;}
    }
@media (max-width:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    }

@media (max-width:991px){
    header.act .header-box{display: block;}
    .header-main{padding:15px 0;}
    .page .wrap{display: block;width: 100%;}
    .page-left{width: 100%;margin:0;}
    .page-left .box{display: none;}
    .page-right{width: 100%;padding:2%;}
    .about ul li:nth-child(even){display: none;}
    .about ul li img{width: 80px;}
    .ys{display: none;}
    .news .box .left{display: none;}
    .news .box .right{width: 100%;display: block;}
    .news .box a{margin-bottom: 10px;}
    .foot-box{padding:0;}
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .title .t1{font-size:18px;}
    .index-box1, .about, .partner .title{padding:24px 0;}
    .index-box1 ul{padding:15px 0 0 0;}
    .index-box1 ul li img{width: 70px;margin:0 auto;}
    .index-box1 ul li span{line-height: 18px;padding:10px 0 0 0;}
    .pro .bt{display: none;}
    .s-drop-btn{background: #00a6cd;padding-left: 20px;}
    .page-right .bb{display: none;} 
    .pro-ul li{width: 48%;}
    .pro-ul li a .pic .txt{display: block;text-align: center;line-height: 38px;}
    .pro-ul li a .pic .txt span, .about .pic img, .about ul{display: none;}
    .about .pic::before{padding-top: 60%;}
    .about .nr{font-size:14px;line-height: 26px;padding:20px 0;}
    .index-tabs, .case ul{padding:20px 0 0 0;}
    .news .box a .bb .txt .bt{display: block;font-weight: bold;font-size:14px;}
    .news .box a .bb .txt .bt span{display: none;}
    .case ul li:first-child{width: 99%;}
    .case ul li{width: 49%;}
    .foot-box, .foot-txt .links{display: none;}
    .page{padding:15px 0;}
    .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;}
    .product-show .t2, .news-show .t2{font-size:14px;line-height: 24px;}
    .page-map{margin:0;padding:8px;}
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }


.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;}

.map {
    width: 100%;
    height: 400px;
    margin-top: 18px;
}
	
	
	
	
	
	
	