<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{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;}

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-top{background-color: #f1f1f1;line-height: 40px;border-bottom:1px solid #dcdcdc;}
.h-top{display:flex;justify-content:space-between;font-size:14px;color:#222;}
.h-top span a{color:#222;}
.h-top span a:hover{color:#d70011;}

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

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

.header-nav{ width:100%;background:-webkit-linear-gradient(top,#1986cf 50%, #126dc0 50%);}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 7);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:50px;text-align:center;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background: #00a0e9;box-shadow: 0 0 10px inset rgba(255,255,255,0.5);}

.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:46px;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:#00a0e9;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:#00a0e9;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:#00a0e9}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.index-form{padding:0.18rem 0;}
.index-form .wrap{display: flex;justify-content: space-between;align-items: center;}
.index-form .wrap .t1{font-size:0.14rem;color:#333;}
.index-form .wrap .t1 a{color:#999;}
.index-form .wrap .t1 a:hover{text-decoration: underline !important;color:#d70011;}
.index-form .wrap form{width: 40%;display: flex;line-height: 0.4rem;font-size:0.14rem;color:#666;border-radius: 30px;background: #eee;}
.index-form .wrap form input[type=text]{width: calc(100% - 55px);padding-left: 24px;border-radius: 30px 0 0 30px;background: #eee;}
.index-form .wrap form input[type=submit]{width: 55px;background: url(../images/but.png) no-repeat center center;border-radius: 0 30px 30px 0;}

.title{padding-bottom: 0.28rem;background: url(../images/title.png) no-repeat bottom center;color:#2a83be;text-align: center;}
.title .t1{line-height: 0.48rem;font-size:0.3rem;font-weight: bold;}
.title .t2{line-height: 0.38rem;font-size:0.22rem;}

.hf1{position: relative;}
.hf1 .wrap{display: flex;flex-wrap: wrap;align-content: center;height: 2.1rem;}
.hf1 .t1{width:100%;line-height: 0.56rem;font-size:0.28rem;color:#fff;font-weight: bold;}
.hf1 .t2{width:100%;line-height: 0.64rem;font-size:0.32rem;color:#ff0000;font-weight: bold;text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;}


.ys{background: #f1f1f1;padding:0.24rem 0;}
.ys-bt {display: block;max-width: 100%;margin:0 auto 0.25rem auto;}
.ys .box{display: flex;justify-content: space-between;align-items: center;}
.ys .box .txt{width: 54%;display: flex;align-items: flex-start;}
.ys .box .txt img{display: block;max-width: 100%;width: 71px;margin-right: 29px;}
.ys .box .txt .bb{width: calc(100% - 100px);}
.ys .box .txt .bb .t1{line-height: 0.48rem;font-size:0.3rem;color:#1788dc;text-transform: uppercase;}
.ys .box .txt .bb .t1 span{display: block;line-height: 0.36rem;font-size:0.22rem;color:#868686;}
.ys .box .txt .bb .t2{line-height: 0.38rem;font-size:0.16rem;color:#444;}
.ys .box .pic{width: 43%;}
.ys .box .pic img{display: block;max-width: 100%;}
.ys .box:nth-child(even){flex-direction:row-reverse;}
.ys .box:nth-child(even) .txt{flex-direction: row-reverse;}
.ys .box:nth-child(even) .txt img{margin-left: 29px;margin-right: 0;}
.ys .box:nth-child(even) .txt .t1{text-align: right;}

.about{background: url(../images/bj3.jpg) no-repeat bottom center;padding:0.5rem 0 0.25rem 0;position: relative;z-index: 2;}
.about .box{display: flex;position: relative;margin-bottom: 0.24rem;}
.about .box .pic{width: 49%;position: relative;overflow: hidden;}
.about .box .pic::before{content:"";display: block;padding-top:65%;}
.about .box .txt{width: 51%;background: #fff;padding:0 0.22rem;display: flex;flex-wrap: wrap;align-content: space-around;}
.about .box .txt .t1{width:100%;text-transform: uppercase;font-size:0.4rem;color:#018ae4;font-family: "arial";}
.about .box .txt .t2{width: 100%;line-height:0.38rem;font-size:14px;color:#333;}
.about .box::before{content:"";display: block;width: 2.4rem;height: 2.4rem;background: #f19149;position: absolute;right: -10px;top:-10px;z-index: -1;}
.about a{display: block;width: 1.55rem;line-height: 0.44rem;text-align: center;background: #fff;border-radius: 30px;font-size:0.18rem;color:#018ae4;margin:0 auto;}
.about .box:hover .img_cover{transform: scale(1.1);}

.case{background:#edf0f4;padding:0.24rem 0;}
.swiper-case{padding:0.24rem 0}
.swiper-case a{display: block;border:5px solid #fff;border-bottom: none;background: #fff;color:#333;transition: 0.5s;}
.swiper-case a .pic{width:100%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content:"";display: block;padding-top:77%;}
.swiper-case a .txt{line-height: 0.42rem;text-align: center;font-size:0.14rem;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover{background: #016fb8;color:#fff;border-color: #016fb8;}

.hf2{text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;text-align: center;height: 2.3rem;}
.hf2 .t1{width:100%;line-height: 0.66rem;font-size:0.26rem;color:#fff;font-weight: bold;}
.hf2 .t2{width:100%;line-height: 0.42rem;font-size:0.22rem;color:#ff0000;font-weight: bold;text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;}

.news{padding:0.2rem 0 0.4rem 0;}
.news .box{display: flex;justify-content: space-between;padding-top:0.2rem;}
.news .box .bt{display: flex;justify-content: space-between;background: #f6f6f6;line-height: 0.32rem;}
.news .box .bt .t1{width: 1.1rem;text-align: center;background: #0283d8;font-size:0.2rem;color:#fff;}
.news .box .bt a{width: 0.4rem;background: #f19149;display: flex;justify-content:center;align-items: center;}
.news .box .bt a em{display: flex;justify-content: center;align-items: center;width: 0.26rem;height: 0.26rem; border:2px solid #fff;border-radius: 50%;font-size:0.22rem;color:#fff;padding-bottom: 3px;}
.news .box .left{width: 59%;}
.news .box .left .bb{display: flex;padding:0.2rem 0;}
.news .box .left .bb .pic{width: 2.2rem;position: relative;overflow: hidden;}
.news .box .left .bb .pic::before{content:"";display: block;padding-top:66%;}
.news .box .left .bb .txt{width: calc(100% - 2.2rem);padding:0 0.12rem;display: flex;flex-wrap: wrap;align-content: space-between;}
.news .box .left .bb .txt .t1{width: 100%;line-height: 0.24rem;font-size:0.16rem;color:#333;position: relative;padding-bottom: 0.12rem;}
.news .box .left .bb .txt .t1::before{content:"";display: block;width: 0.9rem;height: 1px;background: #004986;position: absolute;left: 0;bottom:0;transition: 0.5s;}
.news .box .left .bb .txt .t2{line-height: 0.28rem;font-size:0.14rem;color:#7b7b7b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .left .bb .txt .t3{display: flex;align-items: center;font-size:0.13rem;color:#9e9e9e;}
.news .box .left .bb .txt .t3 img{display: block;max-width: 100%;margin-right: 5px;}
.news .box .left .bb:hover .img_cover{transform: scale(1.1);}
.news .box .left .bb:hover .t1{color:#016fb8}
.news .box .left .bb:hover .t1::before{width: 100%;}
.news .box .left .links{position: relative;border-top: 1px dashed #dcdcdc;}
.news .box .left .links a{display: flex;justify-content: space-between;align-items:center;border-bottom: 1px dashed #dcdcdc;font-size:0.16rem;color:#666;padding:0.22rem 0;}
.news .box .left .links a span{font-size:0.13rem;color:#9e9e9e;}
.news .box .left .links a i{margin-right: 5px;font-size:0.2rem;}
.news .box .left .links a:hover{color:#016fb8;border-color: #016fb8;}
.news .box .right{width: 38%;}
.news .box .right .pic{width: 100%;position: relative;overflow: hidden;margin: 0.2rem 0 1px 0;}
.news .box .right .pic::before{content:"";display: block;padding-top:32%;}
.news .box .right .faq{display: block;padding:0.07rem 0;border-bottom: 1px dashed #dcdcdc;}
.news .box .right .faq .t1{margin:0.1rem 0;display: flex;align-items: center;}
.news .box .right .faq .t1 em{display: block;width: 0.25rem;line-height: 0.25rem;text-align: center;background: #0068b7;font-size:0.18rem;color:#fff;margin-right: 0.1rem;}
.news .box .right .faq .t1 span{width: calc(100% - 0.35rem);line-height: 0.25rem;font-size:0.16rem;color:#000;}
.news .box .right .faq .t2{display: flex;align-items: flex-start;}
.news .box .right .faq .t2 em{display: block;width: 0.25rem;line-height: 0.26rem;text-align: center;background: #f19149;font-size:0.18rem;color:#fff;margin-right: 0.1rem;margin-top: 5px;}
.news .box .right .faq .t2 span{width: calc(100% - 0.35rem);line-height: 0.25rem;font-size:0.14rem;color:#7b7b7b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .right .faq:hover .t1 span{color:#016fb8;font-weight: bold;}

footer{position: relative;}
footer .links{background: #eaeaea;font-size:0.14rem;color:#333;position: relative;line-height: 0.42rem;}
footer .links .wrap{display: flex;}
footer .links .wrap span{display: block;background: #016fb8;color:#fff;width: 140px;}
footer .links .wrap a{color:#333;margin:0 13px;}
footer .links .wrap a:hover{color:#000;text-decoration: underline !important;}
footer .links::before{content:"";display: block;width: calc((100% - 1200px) / 2);height: 100%;background: #016fb8;position: absolute;left: 0;top: 0;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:0.18rem 0;color:#fff;}
footer .box dl dt{line-height: 0.4rem;font-size:0.16rem;border-bottom: 1px dashed #fff;width: 90px;}
footer .box dl dd{display: flex;flex-wrap: wrap;margin-top: 0.16rem;width: 225px;}
footer .box dl dd a{display: block;line-height: 0.32rem;font-size:0.14rem;width: 50%;}
footer .box dl dd a i{margin-right: 6px;}
footer .box dl .lxfs{margin-top: 0.16rem;font-size:0.14rem;line-height: 0.26rem;}
footer .box .ewm{display: block;max-width: 100%;width: 150px;margin-top: 0.16rem;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.13rem 0;font-size:0.14rem;color:#fff;text-align: center;background: #016fb8;}

/**/
.page{background: #edf0f4;padding:0.25rem 0;position: relative;z-index: 2;}
.page .wrap{display: flex;}
.page-left{width: 270px;margin-right: 20px;}
.s-drop-wrap { width:100%; }
.s-drop-btn {background: url(../images/d1.png) no-repeat 35px center , url(../images/bj1.jpg) no-repeat center center; line-height:0.32rem; font-size:0.22rem;text-transform: uppercase; color: #fff; position:relative;padding:0.2rem 0 0.2rem 0.9rem;}
.s-drop-btn em{display: block;line-height: 0.24rem;font-size:0.16rem;font-family: "Arial";}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
/* .s-drop-btn.act{ } */

.s-drop-list {display: block;}
.s-drop-list li{ margin-top:10px;}
.aside-list-link{ font-size:16px; color:#fff;line-height:44px;display: flex;justify-content: space-between;align-items: center;background:url(../images/d3.png) no-repeat 6px center, -webkit-linear-gradient(top,#0080e2,#0865a3);padding:0 10px 0 30px;}
.aside-list-link em{display: flex;justify-content: center;align-items: center;width: 18px;height: 18px;border:1px solid #fff;border-radius: 50%;;}
.aside-list-link:hover, .aside-list-link.act{color:#fff;background: url(../images/d3.png) no-repeat 6px center,#00a0e9;box-shadow: 0 0 10px inset rgba(255,255,255,0.5);}

.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{background: #fff;margin-top: 10px;padding-bottom: 20px;}
.page-left .lxfs .bt{text-align: center;color:#fff;text-transform: uppercase;font-size:0.2rem;line-height: 30px;padding:0.25rem 0;}
.page-left .lxfs .nr{line-height: 30px;font-size:14px;color:#333;padding:12px;}
.page-left .lxfs .nr img{ max-width:100% !important; margin:0 auto; display:block;}
.page-left .lxfs .ewm{display: block;max-width: 100%;width: 200px;margin:0 auto;}

.page-right{width: calc(100% - 290px);}
.page-bt{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #b5b5b5;padding-bottom: 11px;}
.page-bt .t1{font-size:0.14rem;color:#676767;text-transform: uppercase;}
.page-bt .t1 b{font-size:0.18rem;color:#007edf;}
.page-bt a{font-size:12px;color:#222;}
.page-bt a:hover{color:#016fb8;}

.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;background: #fff;padding:8px 8px 0 8px;color:#222;transition: 0.5s;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:75%;}
.pro-ul li a .txt{text-align: center;line-height: 0.46rem;font-size:0.16rem;}
.pro-ul li a:hover{background: #016fb8;color:#fff;}

.product-show{position: relative;padding:0.3rem 0;min-height: 5rem;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:34px;}
.product-show .img{ text-align:center; max-width:100%; margin:10px auto; display:block;}
.product-show .img img{ max-width:100% !important; height:auto !important}
.product-show .t2{line-height: 0.3rem;font-size:0.16rem;} 
.product-show .t2 img{ max-width:100% !important; height:auto !important;}

.news-ul{display:block;padding:0.14rem 0}
.news-ul li{width:100%;padding:0.12rem;background:#f4f4f4;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);background: #fff;}
.news-ul li:hover a .img_cover{transform:scale(1.1);}
.news-ul li:hover a .txt .t1{color:#016fb8;}
.news-ul li:hover a .txt .t3 span{background:#016fb8;}

.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;} 




.hot{width:100%;background:#016fb8; 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;}



.pages{display: flex;flex-wrap: wrap;justify-content: center;margin: 30px 0;}
.pages li{margin: 2px;/* padding: 8px 14px; */border: 1px #cccccc solid;font-size: 16px;width: 40px;height: 40px;/* display: flex; *//* justify-content: center; *//* align-items: center; */}
.pages li a{color: #666;display: block;width: 100%;height: 100%;text-align: center;line-height: 40px;}
.pages li.active{background: #0865a3;border: 1px solid #0865a3;color: #fff;}
.pages li.active a{color: #fff;}
.pages li.sxy a{font-family: 宋体;font-weight: bold;}



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

@media (max-width:991px){
    .page .wrap{display: block;}
    .page-left{width: 100%;margin:0;}
    .s-drop-btn{background: #016fb8;padding:20px}
    .s-drop-list{display: none;}
    .page-right{width:100%;}
    .hf1, footer .links{display: none;}
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:240px;}
    .header-main{padding:15px 0;}
    .s-drop-btn{padding:5px 10px;}
    .pro-ul li{width: 48%;}
    .ys{display: none;}
    .about{padding:20px 0;}
    .about .box{display: block;}
    .about .box .pic{width: 100%;}
    .about .box .txt{width: 100%;padding:14px;}
    .about .box .txt .t2{font-size:13px;margin-top: 10px;}
    .hf2{display: none;}
    .news .box{display: block;}
    .news .box .left{width: 100%;}
    .news .box .left .bb .pic{width: 130px;}
    .news .box .left .bb .txt{width: calc(100% - 130px);padding-left: 8px;}
    .news .box .right{width: 100%;margin-top: 14px;}
    .news .box .left .links a{font-weight: bold;}
    .news .box .left .links a span{font-weight: normal;}
    footer .box{display: 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;}
    .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:30px;text-align:center;line-height:30px; padding-top:10px;}</pre></body></html>