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


body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:rgba(255,255,255,0.9);box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}
header.act .nav-ul li .nav_a {line-height: 90px;font-size: 16px;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}

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

.nav-ul {display: flex;width: 50%;}
.nav-ul li {position:relative;width:calc(100% / 6);}
.nav-ul li .nav_a {display:block;font-size:18px;color:#000;line-height:115px;text-align:center;transition: 0.5s;}
.nav-ul li .nav_a::before{content:"";display: block;width:0px;height: 2px;background: #0482c4;position: absolute;left:50%;bottom:25%;transition: 0.3s;z-index: -1;transform: translateX(-50%);}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #000;font-weight: bold;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 73%;}

.nav-ul .sub_ul {display: none;width: 100%;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:14px;line-height:40px;color:#333;display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom: 1px solid #999;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;background-color: #0482c4;}

.icon-menu{ cursor:pointer;z-index:999; width:120px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:3px;color:#0a8583; font-weight:bold;}
.icon-menu span { width:30px;height:3px;background:#0482c4;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#0482c4;}
.sjnav .list-inline-li.active .list-box .list-link{color:#0482c4;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#fff;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#0482c4;width: 30px;}
.prev-banner, .next-banner{height: 100%;width: 20%;background: none;top:0;display: flex;align-items: center;align-content: center;}
.prev-banner i, .next-banner i{ font-size:30px;;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;}

/* font-family:"SimSun" */

.prev-banner{left:-50%;}
.next-banner{right:-50%;justify-content:flex-end;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{font-size: 30rem;color:#333;line-height: 30rem;padding:65px 0 55px 0;text-align: center;}
.title a{color:#333}
.title a:hover{color:#333;}

.news{width: 100%;}
.news .box{display: flex;justify-content: space-between;}
.news .box .left{width: 49%;}
.news .box .left a{display: flex;align-items: flex-start;color:#444;}
.news .box .left a .date{width: 140px;line-height: 18px;border-left: 1px solid #7e7e7e;border-right: 1px solid #7e7e7e;text-align: center;margin-top:7px;font-size: 16rem; font-weight:bold;}
.news .box .left a .txt{width: calc(100% - 150px);padding:0 25px;letter-spacing: 3px;}
.news .box .left a .txt .t1{line-height: 30rem;font-size: 16rem; font-weight:bold;}
.news .box .left a .txt .t2{line-height:25rem;font-size: 14rem; height:25rem; overflow:hidden; font-weight:normal !important}
.news .box .left a:hover{color:#000;font-weight: bold;}
.news .box .left a + a{margin-top: 30rem;}
.news .box .right{width: 50%;}
/* .news .box .right .pic{width: 100%;position: relative;overflow: hidden;}
.news .box .right .pic::before{content: '';display: block;padding-top: calc(390/600*100%);} */

.swiper-news{width: 100%;margin:0;}
.swiper-news a{display: block;position: relative;overflow: hidden;}
.swiper-news a::before{content:"";display: block;padding-top:calc(390/600*100%)}
.swiper-news a .t1 {width: 100%;line-height: 50rem;text-align: center;font-size: 16rem;color: #fff;position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0,0.4);text-indent: 6px;}
.prev-news, .next-news{font-size:60rem;font-family: "SimSun";color:#fff;transform: translateY(-50%);background: none;width: 48rem;height: 48rem;}



.ywly{width: 100%;}
.swiper-ywly a{display: block;position: relative;}
.swiper-ywly a::before{content:"";display: block;padding-top: calc(90%);}
.swiper-ywly a .pic{width: 100%;position: absolute;overflow: hidden;left: 0;top:0;}
.swiper-ywly a .pic::before{content:"";display: block;padding-top: calc(90%);}
.swiper-ywly a .txt{position: absolute;left: 0;bottom: 0;padding:12rem 0 8rem 25rem;color:#fff;line-height: 26rem;font-size: 16rem;background-color: rgba(104,172,238,0.7);width: 100%;}
.swiper-ywly a .txt span{display: block;line-height: 21rem;font-size: 14rem;}
.swiper-ywly a:hover .img_cover{transform:scale(1.1);}

.pro{width: 100%;}
.swiper-pro a{display: block;position: relative;}
.swiper-pro a::before{content:"";display: block;padding-top: calc(100%);}
.swiper-pro a .pic{width: 100%;position: absolute;overflow: hidden;left: 0;top:0;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: calc(100%);}
.swiper-pro a .hover{width: 100%;height: 100%;background-color: rgba(25,106,185,0.7);position: absolute;left: 0;top:0;color:#fff;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;text-align: center;padding-top: 30rem;opacity: 0;}
.swiper-pro a .hover .t1{width: 100%;font-size: 25rem;line-height: 28rem;}
.swiper-pro a .hover .t2{width: 100%;font-size: 16rem;}
.swiper-pro a .hover img{display: block;max-width: 100%;margin:18rem auto 5rem auto;}
.swiper-pro a .hover::before, .swiper-pro a .hover::after{content:"";display: block;width: 86rem;height: 86rem;background: url(../images/xian.png) no-repeat center center;position: absolute;}
.swiper-pro a .hover::before{right: 0;top:0;}
.swiper-pro a .hover::after{left: 0;bottom: 0;}
.swiper-pro a:hover .img_cover{transform:scale(1.1);}
.swiper-pro a:hover .hover{opacity: 1;}
.swiper-pro a .more{width: 100%;height: 100%;position: absolute;left: 0;top:0;background-color: #dcdcdc;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;text-align: center;}
.swiper-pro a .more b{display: block;width: 100%;font-size: 25rem;color:#818181;line-height: 30rem;}
.swiper-pro a .more i{display: block;font-size: 41rem;color:#333;font-weight: bold;width: 100%;margin-top: 10rem;}
.swiper-pro a .hover2{width: 100%;height: 100%;background-color: rgba(25,106,185,0.7);position: absolute;left: 0;top:0;color:#fff;padding:20px 10px;opacity: 0;}
.swiper-pro a .hover2 .t1{width: 100%;font-size: 20rem;line-height: 28rem;padding-bottom: 8px;}
.swiper-pro a .hover2 .t2{width: 100%;font-size: 15rem;}
.swiper-pro a:hover .hover2{opacity: 1;}





.about{padding-bottom: 100rem;}
.about .txt{text-align: center;padding:0 0 60rem 0;font-size: 16rem;line-height: 30rem;color:#333;letter-spacing: 1px;}
.about .more{display: flex;justify-content: center;align-items: center;width: 160px;height: 50px;border:2px solid #333;font-size: 14rem;color:#333;margin:0 auto;transition: 0.5s;}
.about .more em{color:#ff0000;padding-left: 10rem;font-weight: bold;}
.about .more:hover{transform: translateY(-5px);box-shadow: 0 4px 4px rgba(0, 0, 0,0.2);}





footer{width: 100%;padding:40rem 0;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;}
footer .box .left{max-width: 56%;}
footer .box .left .follow{display: flex;align-items: center;line-height: 36rem;}
footer .box .left .follow .t1{font-family: "arial";font-size: 25rem;color:#333;text-transform: uppercase;}
footer .box .left .follow .links{display: flex;align-items: center;margin-left: 30rem;}
footer .box .left .follow .links a{display: block;padding:0 16px;}
footer .box .left .follow .links a img{display: block;max-width: 100%;}
footer .box .left .follow .links a .ewm{position: absolute;transform: translate(-38px, -140px);box-shadow: 0 5px 5px rgba(0, 0, 0,0.2);width: 100px;transition: 0.5s;opacity: 0;}
footer .box .left .follow .links a:hover .ewm{transform: translate(-38px, -150px);opacity: 1;}
footer .box .left .lxfs{font-size: 16rem;color:#333;line-height: 25rem;padding:16rem 0;letter-spacing: 1px;}
footer .box .left .txt{font-size: 14rem;color:#333;line-height: 24rem;letter-spacing: 1px;}
footer .box .left .txt a{color:#333;}
footer .box .left .txt a:hover{color:#333;text-decoration: underline !important;}
footer .box .right{max-width: 40%;padding-top: 40rem;}
footer .box .right .txt{font-size: 15px;color:#999;line-height: 20px;letter-spacing: 1px;}
footer .box .right .txt .t1 em{color:#f00;font-size: 18px;font-weight: bold;}
footer .box .right .txt .t1 span{display: block;font-family: "arial";padding-left: 40px;font-size: 14px;}
footer .box .right .txt .t1:nth-child(2){padding-left: 84px;padding-top: 10px;}






.foot-ul{display: block;padding-bottom: 10px;}
.foot-ul li{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);position: relative;padding:0 0 0 10px;}
.foot-ul li .list{display: flex;justify-content: space-between;line-height: 42px;font-size: 14px;}
.foot-ul li .list a{color:#fff; width:100%;}
.foot-ul li .list em{transition: 0.5s;font-size: 16px;width: 30px;display: flex;justify-content: center;}
.foot-ul li .floor2{width: 100%;padding-left: 10px;padding-bottom: 5px;display: none;}
.foot-ul li .floor2 a{display: flex;align-items: center;line-height: 30px;font-size: 12px;color:#fff;}
.foot-ul li .floor2 a i{margin-right: 5px;}
.foot-ul li.on .list em{transform: rotate(45deg);}

.up{display: flex;justify-content: center;align-items: center;align-content: center;line-height: 18px;padding:5px 0; position: fixed;right:calc((100% - 1200px) / 2);bottom: 10px;transition: 0.5s;opacity: 0;z-index: 99999;width: 46rem;background-color: #333;border-radius: 5px;color:#fff;text-align: center;cursor: pointer;}
.up.act{opacity: 1;}
.up i{width: 46rem;line-height: 46rem;background-color: #333;border-radius: 5px;font-size: 24rem;color:#fff;text-align: center;cursor: pointer;}

/**/
.page{padding:20rem 0 120rem 0;min-height: 600rem;}
.page-nav{border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;line-height: 30rem;padding:0 35rem;}
.page-nav a{color:#333;}
.page-nav a:hover{color:#0482c4;}

.page-box{display: flex;padding:40rem 0 0 0;}
.page-left{width: 200px;margin-right: 60px;}
.s-drop-wrap { width:100%; padding-left: 35px;}
.s-drop-btn {line-height:24px; font-size:25rem; color: #333; position:relative;padding-bottom: 24px;}
.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:block; }
.aside-list-link{ font-size:16px; color:#333;line-height:32px;font-weight: bold;}
.aside-list-link:hover, .aside-list-link.act{  color:#0482c4;}

.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-right{width: calc(100% - 260px);}
.page-bt{font-size: 20rem;color:#333;position: relative;padding-bottom: 10rem;margin-bottom: 15rem;line-height: 25px;}
.page-bt::before{content:"";display: block;width: 25px;height: 2px;background-color: #333;position: absolute;left: 0;bottom: 0;}

.page-xq{width: 100%;padding-bottom: 40rem;}
.page-xq .bt{background-color: #ededed;font-size: 16px;color:#333;line-height: 35px;padding:0 15rem;}
.page-xq .nr{font-size: 16px;color:#333;line-height: 26px;padding:24rem 0;letter-spacing: 1px;}
.page-xq .nr img{max-width: 100% !important; margin:10rem auto; height:auto !important;}
.page-xq .small{display: flex;background-color: #ededed;padding:20px;justify-content: space-between; margin-bottom:12px;}
.page-xq .small .pic{width: 36%;position: relative;overflow: hidden;}
.page-xq .small .pic::before{content:"";display: block;padding-top: calc(235/326*100%);}
.page-xq .small .nr{width: 100%;padding:0;}
.page-xq .small .nr img{ margin:10px auto;}

.fzlc-ul{margin:20rem 0;display: block;position: relative;}
.fzlc-ul li{display: flex;align-items: flex-start;padding:25rem 0;line-height: 26px;font-size: 16px;color:#333;}
.fzlc-ul li .t1{width: 100px;display: flex;justify-content: space-between;align-items: center;;position: relative;z-index: 2;}
.fzlc-ul li .t1 em{display: flex;justify-content: center;align-items: center;color:#fff;background-color: #4aaee2;border-radius: 50%;width: 19rem;height: 19rem;;}
.fzlc-ul li .t2{width: calc(100% - 100px);padding-left: 40px;}
.fzlc-ul li .t2 img{display: block;max-width: 100%;margin:0 auto;}
.fzlc-ul::before{content:"";display: block;width: 1px;height: 100%;background-color: #e3e3e3;position: absolute;left: 90px;top:0;}

.ppll-ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ppll-ul li{width: 46%;padding:10rem 0;}
.ppll-ul li .pic{width: 100%;position: relative;overflow: hidden;;}
.ppll-ul li .pic::before{content:"";display: block;padding-top: calc(188/423*100%);}
.ppll-ul li .pic .t1{width: 100px;height: 100px;border-radius: 50%;background-color: #fff;position: absolute;left: 50%;bottom: -60px;transform: translateX(-50%);z-index: 9;text-align: center;font-size: 20rem;color:#333;line-height: 60px;}
.ppll-ul li .txt{font-size: 14px;color:#333;line-height: 24px;padding:24rem 0;}
.ppll-ul li:first-child{width: 100%;}
.ppll-ul li:first-child .pic::before{padding-top: calc(188/932*100%);}

.honor-ul{display: flex;flex-wrap: wrap;margin:0 -1%;}
.honor-ul li{width: calc(100% / 4 - 2%);margin:1%;transition: 0.5s;}
.honor-ul li .pic{width: 100%;position: relative;overflow: hidden;;background-color: #fff;border:10px solid #fff;}
.honor-ul li .pic::before{content:"";display: block;padding-top: calc(138%);}
.honor-ul li .txt{text-align: center;line-height: 40rem;font-size: 15rem;color:#333;;}
.honor-ul li:hover{transform: translateY(-8px);}

.about-iframe{width: 100%;height: 320rem;margin:10rem 0;}
.about-lxfs{padding:30rem 0 0 0;display: flex;align-items: center;justify-content: center;}
.about-lxfs .ewm{width: 165px;display: block;max-width: 100%;margin-right: 30rem;}
.about-lxfs .txt{font-size: 20rem;color:#333;line-height: 36rem;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1% 1% 3% 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: calc(215/300*100%);}
.pro-ul li a .txt{border-bottom: 1px solid #d6d6d6;font-size: 16rem;color:#333;line-height: 49rem;}
.pro-ul li:hover .img_cover{transform: scale(1.1);}
.pro-ul li:hover .txt{color:#0482c4;}

.fy-ul{display: flex;flex-wrap: wrap;justify-content: center;}
.fy-ul li{width: 48rem;line-height: 32rem;}
.fy-ul li a{display: block;text-align: center;border:1px solid #e6e6e6;font-size: 14rem;color:#333;margin:1px;}
.fy-ul li a:hover, .fy-ul li a.on{background-color: #920d14;border-color: #920d14;color:#fff;}

.pro-show{width: 100%;}
.pro-show .bt{text-align: center;line-height: 30rem;font-size: 25rem;color:#333;padding:10rem 0 25rem 0;}

.gallery-top {width:100%;}
.gallery-top .swiper-slide .pic{display: block;position: relative;overflow: hidden;width: 100%;}
.gallery-top .swiper-slide .pic::before{content:"";display: block;padding-top:70%}
.gallery-top .swiper-slide .pic .t1{width: 100%;background-color: rgba(104,172,238,0.7);font-size: 16rem;color:#fff;line-height: 45rem;position: absolute;left: 0;bottom: 0;text-align: center;}

.thumbs-box{padding:0 20px;position: relative;}
.gallery-thumbs{width:100%;padding-top: 20rem;}
.gallery-thumbs .swiper-slide .pic{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;transition: 0.5s;}
.gallery-thumbs .swiper-slide .pic::before{content:"";display: block;padding-top:calc(75%)}
.gallery-thumbs .swiper-slide-thumb-active .pic{transform: translateY(-5px);}
.prev-thumbs, .next-thumbs{width:22px;height: 100%;display: flex;align-items: center;font-size:25rem;color:#000;position: absolute;top:0;}
.prev-thumbs{left:0;justify-content: flex-start;}
.next-thumbs{right: 0;justify-content: flex-end;}
.prev-thumbs:hover, .next-thumbs:hover{color:#0482c4;}

.prev-top, .next-top{width: 20%;height: 100%;background: none;position: absolute;top:0;z-index: 9;transition: 0.5s;display: flex;justify-content: flex-start;align-items: center;align-content: center;}
.prev-top span, .next-top span{font-size:60rem;font-family: "SimSun";color:#ccc;transform: translateY(-50%);background: none;width: 48rem;height: 48rem;position: absolute;top:50%;z-index: 9;display: flex;justify-content: center;align-items: center;}
.prev-top{left: 0;}
.next-top{right: 0;justify-content: flex-end;}
.prev-top:hover, .next-top:hover{background-color: rgba(0, 0, 0,0 );}

.news-ul{display: block;}
.news-ul li{padding-bottom: 16rem;}
.news-ul li a{display: flex;background-color: #ededed;}
.news-ul li a .pic{width: 240px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: 60%;}
.news-ul li a .txt{width: calc(100% - 240px);padding:0 20px;display: flex;flex-wrap:wrap;align-content: space-around;letter-spacing: 1px;}
.news-ul li a .txt .t1{width: 100%;font-size: 16px;color:#333;font-weight: bold;}
.news-ul li a .txt .t2{width: 100%;font-size: 14px;color:#666;line-height: 22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{font-size: 12px;color:#666;text-align: right;width: 100%;}
.news-ul li a:hover .img_cover{transform: scale(1.1);}

.news-show{background-color: #f8f8f8;margin:10rem 0;padding:25px;}
.news-show .bt{display: flex;justify-content: space-between;align-items: center;line-height: 26px;font-size: 24px;color:#333;}
.news-show .bt a{font-size: 14rem;color:#333;;}
.news-show .bt a:hover{color:#0482c4;}
.news-show .date{font-size: 14px;color:#333;padding:15rem 0 0 0;font-weight: bold;}
.news-show .box{border: 2px solid transparent;background-color: #fbfbfb;padding:25px;}
.news-show .box .t1{text-align: center;font-size: 20px;color:#333;line-height: 36rem;}
.news-show .box .t2{font-size: 16px;color:#333;line-height: 26px;padding:18rem 0;letter-spacing: 1px;}
.news-show .box .t2 img{ margin-top:5px; margin-bottom:5px; max-width:100% !important; height:auto !important;}
.news-links{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news-links a{font-size: 14rem;color:#333;padding:30rem 0;width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-links a:hover{color:#0482c4;}
.news-links a:nth-child(2){text-align: center;}

.sj-pro{display: block;}
.sj-pro li{width: 90%;margin:0 auto;padding:5px 0;}
.sj-pro li a{display: block;}
.sj-pro li a .pic{width: 100%;position: relative;overflow: hidden;;}
.sj-pro li a .pic::before{content:"";display: block;padding-top:75%;}
.sj-pro li a .t1{text-align: center;font-size: 14px;color:#333;font-weight: bold;padding:15px 0 5px 0;}





.hot{width:100%;background:#0482c4; 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);  transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:25px 30px 30px 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{ 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:25px;height: 25px; 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 a i{margin-right: 10px;}
.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){
  header.act .header-content .nav-ul{display: none;}
  .header-main{padding:20px 0;display: block;}
  .nav-ul{width: 100%;flex-wrap: wrap;margin-top: 10px;}
  .nav-ul li{width: calc(100% / 3);}
  .nav-ul li .nav_a{line-height: 40px;font-size: 14px;background-color: #f5f5f5;}
  header.act .header-box{display:block;}
  .news .box{display: block;}
  .news .box .left{width: 100%;}
  .news .box .right{width: 100%;margin-top: 30px;}
  footer .box .right{display: none;}
  footer .box .left{max-width: 100%;width: 100%;}
  /**/
  .page-nav{display: none;}
  .page-box{padding:0;display: block;}
  .page-left{width: 100%;margin:0;}
  .s-drop-wrap{padding:0;}
  .s-drop-list{display: none;padding:20px 0;}
  .s-drop-btn{padding:0;}
  .page-right{width: 100%;margin-top: 30px;}
}
 
@media (max-width:767px){
  main{padding:0 10px;}
  .header-main{padding:10px 0;}
  .header-main .logo{width:200px;}
  .title{padding:30px 0;font-size: 18px;}
  .news .box .left a .date{width: 80px;line-height: 16px;margin-top: 4px;}
  .news .box .left a .txt{width: calc(100% - 80px);padding:0 10px 0 20px;}
  .news .box .left a .txt .t1{ font-size:15px;}
  .news .box .left a + a{ margin-top:12rem;}
  .about .txt{padding:0 0 30px 0;font-size: 14px;}
  .about .more{width: 120px;height: 40px;}
  .about{padding-bottom: 30px;}
  footer{background-color: #0a8583;color:#fff !important;padding:10px 0 20px 0;}
  footer .box .left .follow{display: none;}
  footer .box .left .lxfs{font-size: 13px;line-height: 18px;color:#fff;}
  footer .box .left .lxfs a{color:#fff;}
  footer .box .left .txt{color:#fff;line-height: 18px;}
  footer .box .left .txt a{color:#fff;}
  /**/
  .page{padding:15px 10px 40px 10px;}
  .page-bt{font-weight: bold;}
  .s-drop-list{padding:10px 0; display:block;}
  .aside-list-link{font-size: 14px;border-bottom: 1px solid rgba(0, 0, 0,0.3);padding:2px 10px;}
  .page-xq .small{padding:10px;display: block;}
  .page-xq .small .pic{width: 100%;}
  .page-xq .small .nr{width: 100%;}
  .fzlc-ul li{font-size: 14px;line-height: 24px;padding:10px 0;}
  .fzlc-ul li .t1{width: 75px;}
  .fzlc-ul li .t2{width: calc(100% - 75px);padding-left: 20px;}
  .fzlc-ul::before{left: 68px;}
  .ppll-ul li .pic .t1{width:70px;height: 70px;bottom: -45px;line-height: 34px;}
  .ppll-ul li{width: 48%;}
  .ppll-ul li .txt{padding:10px 0 15px 0;font-size: 12px;line-height: 20px;}
  .ppll-ul li .txt img{ max-width:100% !important; height:auto !important;}
  .honor-ul li{width: 96%;}
  .honor-ul li .pic::before{content:"";display: block;padding-top: calc(100%);}
  .about-lxfs{display: block;}
  .about-lxfs .ewm{display: none;}
  .pro-ul li{width: 48%;}
  .news-ul li a{padding:0;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news-ul li a .txt .t2{line-height: 18px;font-size: 12px;margin:3px 0;}
  .news-ul li a .txt .t1{font-size: 14px;}
  .news-show{padding:10px;}
  .news-show .bt a{display: none;}
  .news-show .bt{font-size: 15px;}
  .news-show .date{padding:2px 0 15px 0}
  .news-show .box{padding:10px;}
  .news-show .box .t1{font-size: 16px;}
  .news-show .box .t2{font-size: 13px;line-height: 22px;}
  .swiper-pro a .hover img{width: 30px;}

}

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

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