* {font-family: 'microsoft yahei','Arial';}
html{background: white;color: black;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin: 0;padding: 0;}
body,button,input,select,textarea {font-size: 16px;}
table {border-collapse: collapse;border-spacing: 0;}
img {border: none;}
iframe{display: block;}
address,caption,cite,code,dfn,em,th,var {font-style: normal;font-weight: 500;}
ol,ul {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: 500;}
a:focus,
*:focus {outline: none;}
a{color: #000;text-decoration: none;}
img {border: 0px;vertical-align: top;border: none;}
button {border: 0;background-color: none;outline: none;-webkit-appearance: none;}
/* 清除浮动 */
.clearfix:before,
.clearfix:after{ content: ""; display: table;clear: both;overflow: hidden;}
.clearfix {zoom: 1;}
.clear {clear: both;display: block;font-size: 0;height: 0;line-height: 0;overflow: hidden;}
.hide {display: none;}
.block {display: block;}
.fl {float: left;}
.fr {float: right;}

.wrap{width: 1400px; min-width:1400px; margin: 0 auto;position: relative;transition:all .3s ease;}
.hovTxt a:hover{text-decoration: underline;color: #333;}

/* 头部样式 */
.header{width: 100%;}
.changed{background: rgb(27, 122, 218);transition: background-color 0.5s ease;}
.logo{height: 62px;width: auto;margin-top: 15px;}
.navCont{/* width:82.5%;float: right; */display: flex;justify-content: space-between;width: 81%;}
.navContUp{/* float: right; */width: 230px;height: 80px;line-height: 80px;margin-top: 0px;display: block;}
.navContUp a{display: inline-block;float: left;margin-left: 25px;}
.navContUp a img{vertical-align: middle;margin-top: -3px;}

.en{color: #ffffff;font-size: 24px;}
.searchInfor{width: 28px;height: 28px;overflow: hidden;background:none;margin-left:25px;vertical-align:middle;cursor: pointer;}
.searchInfor img{width: 94%;height: auto;}
.mobileNav{display: none;}
.navContList{/*width: 80.5%; display: none; float: right;*/margin-top: 0px;display: flex;justify-content: space-around;align-items: center;width: 76.2%;}
.navContList li{height: 80px;line-height: 80px;/* padding:0 2px;float: left;margin: 6px 15px 0; */font-size: 20px;font-weight: bold;color: #ffffff;position: relative;text-align: center;}
/* .navContList li:hover{background: rgba(34, 171, 410,0.5);} */
.navContList li.cur:after{content: "";position: absolute;width: 100%;height: 6px;background: #eca100;left: 0;bottom: 0rem;animation: navs .5s ease;}
@keyframes navs{
	0%{width: 0%;}
	100%{width: 100%;}
}
.navContList li a{color: #ffffff;}
/* .navDisBlock{display: block !important;} */
.sub-menu{position: absolute;background: rgba(29, 32, 136,0.3);top: 66px;left: 0;z-index: 999;}
.sub-menu a{width: 105px;height: 50px;line-height: 50px;display: block;}
.sub-menu a:hover{background: rgba(29, 32, 136,0.5);}

@media only screen and (max-width:1680px) {
.navContList{width: 80%;}
}

/* banner轮播图 */
.banner{width: 100%;height: auto;overflow: hidden;position: relative;min-width: 1400px;}
.swiperCont{text-align: center;}
.swiperCont img{width: 100%;height: auto;height: 100%;}
.swiperCont p{display:none;position: absolute;bottom: 0;left: 0;width: 1220px;height: 85px;line-height: 85px;font-size: 24px;font-weight: bold;color: #ffffff;text-align: center;background: url('../images/bannerTitBg.png') no-repeat left center;background-size: 100% 100%;}
.swiperCont a{color: #ffffff;position: relative;}
.swiperCont a span{margin-right: 20px;font-size: 24px;}
.swiperCont a::before{content: '';display: block;width: 0;height: 0;border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #ffffff;position: absolute;top: 5px;right: -15px;}
.swiper-banner-pagination{position: absolute;left: auto !important;right: 0;bottom: 30px !important;z-index: 99;width: 176px !important; }
.swiper-banner-pagination .swiper-pagination-bullet{width: 35px;border-radius: 10px;background: rgba(255, 255, 255, 0.8) !important;margin-right: 5px;}
.swiper-banner-pagination .swiper-pagination-bullet-active{width: 50px;border-radius: 10px;background: #ffffff !important;transition: all .4s ease;}
.mySwiperBanner{position: relative;}
.swiper-bannbButton-prev{display:none; width: 62px;height: 62px;background: url('../images/lbArrow.png') no-repeat top left;position: absolute;top: 50%;left: 20px;transform: translateY(-50%); z-index: 999;cursor: pointer;}
.swiper-bannbButton-next{display:none; width: 62px;height: 62px;background: url('../images/lbArrow.png') no-repeat top right;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);z-index: 999;cursor: pointer;}
.bannerTextBack{display:none; width: 1920px;height: 85px;background: url('../images/bannerTitBg.png') no-repeat left center;background-size: 100% 100%;position: absolute;left: 50%;bottom: 0;z-index: 100;transform: translate(-50%, 0);}
.bannerImgText{position: absolute;bottom: 0;left: 0%;height: 85px;z-index: 999;width: 100%;/* transform: translateX(-50%); */background: linear-gradient(to top, rgba(32, 32, 70, .7), rgba(29, 32, 136, 0));}
.bannerImgText p{width: 1400px;height: 85px;line-height: 85px;font-size: 16px;font-weight: bold;color: #ffffff;text-align: left;margin: 0 auto;}
.bannerImgText .lmMore{position: absolute;right: -50px;bottom: 10px;}
.bannerImgText a{color: #ffffff;position: relative;}
.bannerImgText a span{margin-right: 20px;font-size: 24px;}
.bannerImgText a::before{content: '';display: block;width: 0;height: 0;border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #ffffff;position: absolute;top: 5px;right: -15px;display: none; }
.m-banner{display: none;}


/* 模块一 */
.mod1{padding-top: 36px;}
.conLeft{width: 1000px;float: left;}
.conRight{width: 344px;float: right;}

.picNewsMob{display: none;}
.picNews{width: 500px;height: 450px;}
.picNews img{width: 500px;height: 334px;}
.picNews .swiper-slide{position: relative;}
.picNews .swiper-slide a{text-decoration: none;}
.picNews .swiper-slide .divp{position: relative;height: auto;color: #000;font-size: 18px;/* background: linear-gradient(to top, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .0)); */} 
.picNews .swiper-slide .divp p{line-height: 46px;height: 46px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #000;}
.picNews .swiper-slide .divp .zy{font-size: 16px;line-height: 30px;color: #999;height: 60px;overflow: hidden;}
.picNews .swiper-slide .divp .lm{display:none; position: absolute;left: 0%;top: -60%;color: #fff;text-align: center;font-weight: bold;border-radius:0 0 10px 0;font-size: 14px;width:110px;height: 30px;line-height: 30px;background: #00afec;}
.picNews .swiper-pagination{text-align: right;width: 100%;bottom: 116px;height: 30px;}
.picNews .swiper-pagination-bullet{background: rgba(255,255,255,.5);opacity: 1;width: 8px;height: 8px;border-radius: 8px;}
.picNews .swiper-pagination-bullet-active{background: #fff;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.picNews .swiper-button-prev,
.picNews .swiper-button-next{width: 18px;height: 34px;background: url(../images/lbArrow2.png) no-repeat left top;left: 18px;top: 150px;margin-top: 0;}
.picNews .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;left: auto;right: 18px;}
.picNews .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 10px 0 0;}

.lbtNews{width:450px;}
.lbtNews li{font-size: 18px;line-height: 30px;height: 60px;padding: 17px 0;border-top: 1px solid #eee;position: relative;}
.lbtNews li:first-child{padding-top: 0;border-top: 0;}
.lbtNews li a{}
.lbtNews li span.date{color: #63bddd;position: absolute;right: 0;bottom: 16px;}

.tong_tit{margin-bottom: 20px;}
.tong_tit .tTitbar{font-size: 30px;height: 42px;line-height: 42px;color: #000;position: relative;font-weight: bold;}
.tong_tit .tTitbar span:after{content: "";position: absolute;width: 25px;height: 4px;left: 130px;bottom: 4px;background: #00afec;}
.tong_tit .tTitbar span:before{content: "";position: absolute;width: 82px;height: 1px;background: #d7d7d7;left: auto;left: 130px;bottom: 4px;}
.tong_tit .ying{font-size: 13px;color: #00afec;text-align: right;width: 118px;padding-bottom: 6px;}
.t_more{font-size: 14px;color: #999;padding-right: 16px;position: relative;line-height: 44px;float: right;font-weight: normal;}
.t_more:after{content: "";position: absolute;width: 0;height: 0;border: 4px solid;right: -4px;top: 50%;margin-top: -4px;border-color: transparent transparent transparent #999;}

.conRight .tzggLis{box-shadow: -6px 8px 14px rgba(0, 0, 0, .05);padding-left: 30px;border-radius: 0 0 0 50px;min-height: 432px;}
.conRight .tzggLis ul{padding-top: 8px;}
.conRight .tzggLis li{border-left: 1px solid #eee;padding-bottom: 26px;padding-left: 26px;position: relative;}
.conRight .tzggLis li:before{content: "";position: absolute;left: -7px;top: -2px;width: 13px;height: 13px;background: #fff;}
.conRight .tzggLis li:after{content: "";position: absolute;left: -5px;top: 0;width: 5px;height: 5px;background: #fff;border: 2px solid #999;border-radius: 50%;}
.conRight .tzggLis li:first-child:after{content: "";border: 2px solid #00afec;}
.conRight .tzggLis li:last-child{border-left: 0;}
.conRight .tzggLis li .date{color: #63bddd;line-height: 10px;padding-bottom: 10px;font-size: 18px;}
.conRight .tzggLis li a{color: #666;line-height: 30px;height: 60px;font-size: 18px;}
.conRight .tzggLis li:first-child a{color: #000;}

/* 模块二 专题轮播 */
.mod2{margin: 30px auto;}
.picNews2{width: 1400px;height: 180px;}
.picNews2 img{width: 1400px;height: 180px;}
.picNews2 .swiper-pagination{text-align: right;width: 100%;bottom: 0px;height: 30px;}
.picNews2 .swiper-pagination-bullet{background: rgba(255,255,255,.5);opacity: 1;width: 8px;height: 8px;border-radius: 8px;}
.picNews2 .swiper-pagination-bullet-active{background: #fff;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.picNews2 .swiper-button-prev,
.picNews2 .swiper-button-next{width: 7px;height: 32px;background: url(../images/lbArrow2.png) no-repeat left top;left: 20px;top: 55%;background-size: cover;}
.picNews2 .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;left: auto;right: 20px;}
.picNews2 .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 10px 0 0;}

/* 模块三 工作动态 */
.gzdtBox{padding: 20px 0 58px;}
.gzdtCon .gzdtLis{margin-left: 80px;}
.gzdtCon .gzdtLis:first-child{margin-left: 0;}
.gzdtCon .gzdtLis .line{display: inline-block;width: 40px;height: 1px;background: #00afec;margin-top: -8px;margin-right: 15px;vertical-align: middle;}
.gzdtCon .gzdtLis .t_more{line-height: 30px;}
.gzdtCon .gzdtLis .gzdtTit{padding-bottom: 25px;}
.gzdtCon .gzdtLis .gzdtTit span{font-size: 20px;color: #000;font-weight: bold;}
.gzdtLis{width:410px;}
.gzdtLis li{font-size: 18px;line-height: 30px;height: 60px;padding: 11px 0;border-top: 1px solid #eee;position: relative;}
.gzdtLis li:first-child{padding-top: 0;border-top: 0;}
.gzdtLis li span.date{color: #63bddd;font-size: 18px;position: absolute;right: 0;bottom: 10px;}

/* 模块四 健康科普 */
.jkkpBox{height: 450px;background:url(../images/jkkpBg0904.png) no-repeat center top;overflow: hidden;min-width: 1400px;margin-bottom: 40px;}
.jkkpBox .tong_tit{padding: 30px 20px 0;margin-bottom: 5px;}
.jkkpBox .tong_tit .tTitbar{color: #fff;}
.jkkpBox .tong_tit .tTitbar span:before{width: 2px;height: 20px;left: 160px;bottom: 10px;background: #fff;display: none;}
.jkkpBox .tong_tit .tTitbar span:after{display: none;}
.jkkpBox .t_more{font-size: 14px;color: #fff;padding-right: 16px;position: relative;line-height: 44px;float: right;}
.jkkpBox .t_more:hover{color: #fff;}
.jkkpBox .t_more:after{content: "";position: absolute;width: 0;height: 0;border: 4px solid;right: -4px;top: 50%;margin-top: -4px;border-color: transparent transparent transparent #fff;}
.jkkpBox .swiper-container711{width: 1300px;height: 300px;margin: 0px auto;position: relative;padding: 20px 50px;overflow: hidden;}
.jkkpBox .swiper-container711 .swiper-wrapper{/* overflow: hidden; */}
.jkkpBox .swiper-container711 .swiper-slide {text-align: center;font-size: 18px;color: #000;/* font-weight: bold; */width: 100%;}
.jkkpBox .swiper-container711 .swiper-slide a{position: relative;display: inline-block;overflow: hidden;border-radius: 20px;transition: transform 0.3s ease-in-out;}
.jkkpBox .swiper-container711 .swiper-slide img{width: 372px;height: 248px;border-radius: 20px 20px 0 0;;}
.jkkpBox .swiper-container711 .swiper-slide a:hover{transform: scale(1.04);box-shadow: 0 0 12px 8px rgba(0,0,0,.3);/* box-shadow: 0 0 15px rgba(255,255,255,.9); */transition: .4s ease;}
.jkkpBox .swiper-container711 .swiper-slide p{line-height: 60px; display: inline-block;width: 372px;position: absolute;z-index: 2;left: 0;bottom: 0;background: rgba(0, 0, 0, .2);color: #fff;}
.jkkpBox .swiper-container711 .swiper-slide:hover p{font-weight: bold;text-shadow: 0 0 12px 8px rgba(0,0,0,.3);transition: .4s ease;}
.jkkpBox .swiper-container711 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.jkkpBox .swiper-container711 .swiper-button-prev,
.jkkpBox .swiper-container711 .swiper-button-next{width: 52px;height: 52px;background: url(../images/lbArrow.png) no-repeat left top;left: -44px;top: -170px;background-size: cover;opacity: 1;}
.jkkpBox .swiper-container711 .swiper-button-next{background: url(../images/lbArrow.png) no-repeat right top;left: auto;right:56px;background-size: cover;}
.jkkpBox .swiper-container711 .swiper-button-prev:hover{background: url(../images/lbArrow.png) no-repeat left top rgba(255,255,255,.2);background-size: cover;border-radius: 50%;}
.jkkpBox .swiper-container711 .swiper-button-next:hover{background: url(../images/lbArrow.png) no-repeat right top rgba(255,255,255,.2);background-size: cover;border-radius: 50%;}
.jkkpBox .swiper-container711 .swiper-pagination{display: none;}
.jkkpBox .swiper-container711 .swiper-button-prev:after{content:"";position: absolute;width: 120%;height: 280px;top: -140px;left: -10px;}
.jkkpBox .swiper-container711 .swiper-button-next:after{content:"";position: absolute;width: 120%;height: 280px;top: -140px;}

/* 模块五 健康数据 */
.jksjBox{overflow: hidden;}
.jksjCon{width: 110%;}
.jksjCon dl{overflow: hidden;float: left;margin-bottom: 55px;margin-right: 106px;}
.jksjCon dl dt{float: left;width: 200px;height: 336px;margin-right: 30px;background: url(../images/jksjBg1.png) no-repeat;text-align: right;}
.jksjCon dl:nth-child(2) dt{background: url(../images/jksjBg2.png) no-repeat;}
.jksjCon dl:nth-child(3) dt{background: url(../images/jksjBg3.png) no-repeat;}
.jksjCon dl:nth-child(4) dt{background: url(../images/jksjBg4.png) no-repeat;}
.jksjCon dl dt h6{font-size: 20px;color: #fff;font-weight: bold;line-height: 30px;padding: 30px 25px 10px 0;}
.jksjCon dl dt p{font-size: 10px;line-height: 22px;color: #b1dcf8;padding-right: 25px;}
.jksjCon dl dd{float: left;width:416px;}
.jksjCon dl dd li{font-size: 18px;line-height: 30px;height: 60px;padding: 6px 0;border-bottom: 1px solid #eee;position: relative;}
.jksjCon dl dd li span.date{color: #63bddd;font-size: 16px;position: absolute;right: 0;bottom: 10px;display: none;}

/* 模块六 科研成果 */
.kycgBox{height: 576px;padding-top: 40px;background: url(../images/kycgBg.jpg) no-repeat center top;/* margin-top: 90px; */}
.kycgCon{position: relative;}
.kycgCon:after{/* content: "";position: absolute;width: 888px;height: 58px;right: 0;top: -98px;background: url(../images/kycgTitbg.png) no-repeat right center; */}
.kycgCon .conTit{float: left;width: 470px;padding-top: 3px;position: relative;z-index: 2;}
.kycgCon .conTit li{line-height: 32px;padding: 18px 40px 18px 0px;cursor: pointer;transition:all .2s ease;}
.kycgCon .conTit li.cur{padding-right: 0;background: #fff;padding-left: 30px;color: #00afec;border-left: 3px solid;border-image: linear-gradient(to top, #00aeec, #1d2088) 1;}
.kycgCon .conBox{float: left;width: 930px;height: 525px;background: #fff;margin-top: -122px;box-shadow: -2px 4px 12px rgba(0, 0, 0, .03);}
.kycgCon .conBox .conlis{display: none;height: 525px;line-height: 525px;text-align: center;}
.kycgCon .conBox .conlis img{vertical-align: middle;}
.kycgCon .conBox .conlis.cur{display: block;}
/* .kycgCon .tong_tit .tTitbar span:before{width: 2px;height: 20px;left: 160px;bottom: 10px;}
.kycgCon .tong_tit .tTitbar span:after{display: none;} */
.kycgMob{display: none;}

.dg-container{position: relative;width: 1400px;height: 466px;overflow: hidden;}
.dg-container .swiper-wrapper{margin-top: 50px;}
.dg-container{margin:0 auto;position:relative;}
.dg-container a{display:block; position:relative;box-shadow:0 4px 12px 2px rgba(27,122,218,0.4);text-align: center;background: #fff;width:720px;height:360px;}
.dg-container a img{object-fit:cover;height:360px;max-width:720px;}
.dg-container a div{text-align:center;line-height:50px;background-color:rgba(27,122,218,0.8);color:#fff;font-size:18px;width:100%;bottom:0;padding: 0 15px;box-sizing: border-box;position:absolute;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dg-wrapper a.dg-center div{display:block;transition: all .5s ease;}
.dg-container .wrap{position: absolute;bottom: 46%;z-index: 2;}
.dg-container .wrap div{cursor:pointer;display:block;width:52px;height:52px;background: url(../images/lbArrow.png) no-repeat top left rgba(27,122,218,0.5);background-size:cover;border-radius: 50%;position: absolute;left: 10px;top: -40px;}
.dg-container .wrap div.dg-next{position:absolute;left: auto;right:10px;background-position:right;background-size:cover;}
.dg-container .wrap div:hover{background: url(../images/lbArrow.png) no-repeat top left rgba(27,122,218,0.8);background-size:cover;transition: .3s ease-in;}
.dg-container .wrap div.dg-next:hover{background: url(../images/lbArrow.png) no-repeat top right rgba(27,122,218,0.8);background-size:cover;transition: .3s ease-in;}

/* =======================尾部样式开始========================= */
.footer{width: 100%;height: auto;display: block;}
.footer a{color: #ffffff;}
.footerUpInfor{width:100%;height:205px;background: linear-gradient(to right, #1d2088, #00afec);display: block;min-width: 1400px;}
.watermark{height:205px;background: url('../images/footerLogo_white.png') no-repeat center center;background-size: 170px;padding: 40px 0;box-sizing: border-box;background-position-y: 20px;box-sizing: border-box;}
.footWebNav{display: inline-block;float: left;width: 730px;height: auto;}
.webNavTitle{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.moreLinks{width: 145px;height: 48px;line-height: 48px;border-bottom: 2px solid #3e83db;position: relative;float: left;margin-right: 40px;cursor: pointer;}
.moreLinks:last-child{margin-right: 0;}
.moreLinks::before{content: '';width: 0;height: 0;border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #8aa3d1;position: absolute;right: 0;top: 20px;}
.moreLinks ul{position: absolute;bottom: 48px;left: 0;width: 145px;height: 285px;overflow-x: hidden;background: rgba(29, 32, 136, 0.8);z-index: 999;overflow-y: scroll;scrollbar-width: thin;scrollbar-color: rgba(29, 32, 136,0.5) transparent;display: none;}
.moreLinks ul li{width:125px;height:35px;line-height:35px;padding: 0 10px;}
.moreLinks ul li:hover{background: rgba(62, 131, 219, 0.8);}
.moreLinks ul li a{width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* 相关链接 */
.relatedLink{display: inline-block;float: left;width: 400px;margin-left: 60px;}
.relatedLink a{display: inline-block;width: 282px;height: 30px;line-height: 30px;float: left;}
.relatedLink a:nth-child(odd){width: 110px;}
/* 公众号 */
.mediumCode{width: 210px;float: right;display: inline-block;text-align: center;}
.mediumCode img{width: 105px;height: auto;}
.mediumCode p{margin-top: 10px;}

/* 版权及其他信息 */
.copyrightOther{width: 100%;height: auto;padding: 15px 0 20px;background: linear-gradient(to right, #181c7f, #0098dd);text-align: center;color: #a7d0ff;min-width: 1400px;}
.copyrightOther a{color: #a7d0ff;}
.copyrightOther p{margin-top: 10px;}

.newRelatedLink{width: 690px;overflow: hidden;}
.newRelatedLink a{display: inline-block;width: 170px;height: 30px;line-height: 30px;float: left;}
/* =======================尾部样式结束========================= */




/* 二级页及文章页面样式 */
.goTop{position: fixed;right: 2%;bottom: 5%;cursor: pointer;opacity: .7;z-index: 5;}

.dqwz{font-size: 14px;line-height:56px;color: #838383;margin-bottom: 10px;}
.dqwz a{color: #838383;}

.dqLm{height: 48px;line-height: 48px;margin-top: -48px;font-size: 24px;font-weight: bold;color: #fff;background: url(../images/bannerTitBg2.png) no-repeat center top;display: none;}
.erjiBanner{height: 500px;background:url(../images/erjiBanner.jpg) no-repeat center top;}
.erjiCon{padding: 0px 0 60px;}
.erjiLeft .leftNavBar{width: 172px;border-top: 4px solid #00afec;border-radius: 5px;padding: 22px 0 166px;background: url(../images/leftNavLogo.png) no-repeat center 95% #1349b0;}
.erjiLeft .leftNavBar.kuan{width: 300px;}
.erjiLeft .leftNavBar dt{display: none;height: 81px;line-height: 81px;border-bottom:3px solid #c00;text-align:center;color: #fff;font-size: 22px; font-weight:normal; background: #c00;color:#fff;}
.erjiLeft .leftNavBar dd{border-top:0;font-size: 20px;}
.erjiLeft .leftNavBar dd a{color:#fff;display: block;margin:0 0 10px 10px;padding: 15px;border-radius: 10px 0 0 0;}
.erjiLeft .leftNavBar dd.cur a{color:#000;background: #fff;}
.erjiRight{width: 1160px;}
.erjiRight.kuan{width: 1032px;}
.erjiRight .erjiCurNav{color: #000;font-size: 30px;font-weight: bold;height: 80px;line-height: 80px;margin-top: -20px;}
.erjiRight .erjiCurNav span{border-bottom: 1px solid #d7d7d7;position: relative;display: inline-block;}
.erjiRight .erjiCurNav span:after{content: "";position: absolute;width: 25px;height: 4px;background: #00afec;left: 0;bottom: -1px;}
.xw_list{margin-top: 10px;}
.xw_list li{border-bottom:1px solid #eee; padding-bottom:15px; padding:22px 0px 19px 0px;font-size:18px;/* line-height: 46px; */overflow:hidden;}
.xw_list li:hover{box-shadow: 0 0 8px 8px rgba(0,0,0,.08);transition: .4s ease;}
.xw_list li dl{padding: 0 20px;border-left: 4px solid #fff;overflow: hidden;}
.xw_list li:hover dl{border-left: 4px solid;border-image: linear-gradient(to top, #1d2088, #105fb4, #00afec) 1;border-image-slice: 1;transition: .4s ease;}
.xw_list li dt{float: left;width: 242px;height: 156px;overflow: hidden;margin-right: 30px;}
.xw_list li dt img{width: 242px;}
.xw_list li dd a{display: block;margin-bottom: 14px;font-size: 18px;color: #010101;font-weight: bold;line-height: 46px;}
.xw_list li a{color: #333;}
.xw_list li:hover a{color: #184aa3;}
.xw_list li span{float:right; color:#63bddd;font-weight: normal;font-size: 16px;line-height: 28px;}
.xw_list li .zy{font-size: 16px;color: #999;line-height: 28px;text-indent: 2em;}
/* 
.pages{margin: 0px auto;height: 60px;color: #666;}
.pages a,.pages font{padding: 7px 14px;border: 1px solid #e4e4e4;border-radius: 3px;color: #666;margin: 0 1px;}
.pages a:first-child,.pages a:last-child{}
.pages font{color:#fff; background: #1349b0;border-radius: 3px;}
 */
.fya{margin-top: 50px;}
.fya a{display: inline-block; vertical-align: bottom;padding: 0px 13px; border: 1px solid #e4e4e4;color: #666;height: 33px;line-height: 31px;margin: 2px;opacity: 0.9; }
.fya a:hover{background-color:#4c94d1;color:#fff;}
.fya span{display: inline-block; vertical-align: bottom;padding: 0px 13px;border: 1px solid #1349b0;background:#1349b0;color:#fff;height: 32px;line-height: 32px;margin: 2px;}

.ldCon{margin-top: 20px;}
.ldCon dl{float: left;width: 380px;margin-top: 30px;min-height: 324px;}
.ldCon dl:first-child{margin-left: 182px;}
.ldCon dt{text-align: center;padding: 5px;}
.ldCon dd{text-align: center;line-height: 30px;min-height: 110px;}
.ldCon dd a{color: #000;font-size: 18px;}
.ldCon dd h6{font-size: 22px;font-weight: bold;line-height: 46px;margin-top: 10px;}

.xsqkCon{}
.xsqkCon .zb{width: 100%;}
.xsqkCon .titBar{font-size: 24px;height: 66px;line-height: 66px;margin-bottom: 20px;}
.xsqkCon .titBar span{border-bottom: 1px solid #d7d7d7;position: relative;display: block;}
.xsqkCon .titBar span:after{content: "";position: absolute;width: 25px;height: 4px;background: #00afec;left: 0;bottom: -1px;}
.xsqkCon li{float: left;width: 25%;text-align: center;padding-top: 20px;margin-top: 10px;}
.xsqkCon li .pic img{width: 140px;height: 200px;border: 1px solid #f0f0f0;}
.xsqkCon li p{font-size: 18px;padding: 20px 0;}
.xsqkCon li img:hover{box-shadow: 0 0 8px rgba(0,0,0,.2);transition: all .3s ease-out;}
.xsqkCon li:hover .pic img{transform:scale(1.05);transition: all .4s ease-in;}

.kxyjPage{overflow: hidden;}
.kxyjPage .gzdtCon{width: 105%;}
.kxyjPage .gzdtLis{width: 45%;margin-right: 5%;margin-left: 0;margin-top: 30px;border-bottom: 6px solid #f0f0f0;}

.zzjgPage{margin-top: 50px;}
.zzjgPage .titBar{font-size: 20px;height: 66px;line-height: 66px;margin-bottom: 20px;}
.zzjgPage .titBar span{position: relative;display: block;font-weight: bold;}
.zzjgPage .titBar span i{font-style: normal;font-size: 18px; padding-left: 10px;font-weight: normal;}
.zzjgPage .titBar span:after{content: "";position: absolute;width: 25px;height: 4px;background: #00afec;left: 0;bottom: -1px;}
/*.zzjgPage .listItem{overflow: hidden;padding-bottom: 20px;}
.zzjgPage .listItem dd{float: left;width: 30%;line-height: 40px;font-size: 18px;margin-bottom: 8px;text-align: center;}
.zzjgPage .listItem dd a{display: block;width: 96%;background: #e5e5fb;}
.zzjgPage .listItem dd:nth-child(3n+3){width: 40%;}
.zzjgPage .group-item:nth-child(2) .listItem dd a{background: #d5f1f3;}
.zzjgPage .group-item:nth-child(3) .listItem dd a{background: #fbf5e5;}
*/
/* .zzjgPage .titBar{font-size: 24px;height: 66px;line-height: 66px;margin-bottom: 20px;}
.zzjgPage .titBar span i{font-style: normal;font-size: 18px; padding-left: 10px;}
.zzjgPage .listItem{overflow: hidden;padding-bottom: 20px;} */
.zzjgPage .group-item {margin-bottom: 45px;}
.zzjgPage .group-item .titBar {width: 263px; height: 43px; margin: 0 auto; margin-bottom: 45px; border-radius: 4px; text-align: center;line-height: 43px; color: #fff;  background-color: #4686bf;}
.zzjgPage .group-item .titBar span {position: static;}
.zzjgPage .group-item .listItem dl {display: grid; grid-template-columns: repeat(4, 1fr); row-gap: 9px;-moz-column-gap: 10px;column-gap: 10px;justify-content: center;  align-content: center;}
.zzjgPage .group-item .listItem dl dd {display: flex;  height: 40px;  border-radius: 7px;  justify-content: center; align-items: center;  background-color: rgba(91, 156, 214, 0.8);  text-align: center;}
.zzjgPage .group-item .listItem dl dd a {padding: 0 28px;  font-size: 16px; color: #fff;}
.zzjgPage .group-item:nth-child(2) .titBar {background-color: #81a33f;}
.zzjgPage .group-item:nth-child(2) .listItem dl dd {background-color: rgba(140, 175, 71, 0.9);}
.zzjgPage .group-item:last-child .titBar {background-color: #cf8434;}
.zzjgPage .group-item:last-child .listItem dl dd {background-color: rgba(212, 134, 51, 0.9);}


/*
.jkyjBox{margin-bottom: 50px;}
.jkyjBox .searchBox{text-align: center;}
.jkyjBox .searchBox{margin:20px 0;}
.jkyjBox .searchBox .searchInput{width:900px;height: 20px;background-color: #ffffff;border: solid 2px #1e50b3; padding:10px 15px;}
.jkyjBox .searchBox .inputBtn{width: 82px;height: 44px;line-height: 44px;background-color: #1e50b3;border:none;padding:0;margin-left:-4px;margin-top:2px;cursor: pointer;}
.jkyjBox .searchBox .inputBtn img{vertical-align: middle;}
.jkyjCon ul li{width: 300px;height: auto;overflow: hidden;margin-right: 66px;float: left;margin-top: 30px;}
.jkyjCon ul li:nth-of-type(4n){margin-right: 0;}
.jkyjCon .newsContImg{width: 100%;height: 200px;overflow: hidden;text-align: center;background: #d5d9dd;}
.jkyjCon .newsContImg img{width: 100%;height: 100%;}
.jkyjCon .newsContInt{background: #f5f9fd;height: 64px;}
.jkyjCon .newsContInt h5{text-align: center;font-size: 20px;padding: 4px 0 2px;}
.jkyjCon .newsContInt .zlm{padding: 0 6px;text-align: center;}
.jkyjCon .newsContInt .zlm a{padding: 0 6px;color: #666;}
.jkyjCon .newsContInt .zlm span{color: #6a6a6b;font-size: 14px;display: inline-block;}
*/
.jkyj .jkyj-pc li {width: 100%; height: 515px;background: url(../images/jkyj-bg.png) no-repeat;background-size: 100% 100%;}
.jkyj .jkyj-pc li .left { width: 590px; margin-top: 40px; margin-left: 25px;}
.jkyj .jkyj-pc li .left .title a { display: inline-block;padding-bottom: 12px;border-bottom: 4px solid #1451aa; font-size: 20px; font-weight: bold;color: #1451aa;}
.jkyj .jkyj-pc li .left .con { margin-top: 40px;}
.jkyj .jkyj-pc li .left .con p { font-size: 18px; text-indent: 2em; color: #020202; line-height: 40px;}
.jkyj .jkyj-pc li .left .con-nav { margin-top: 45px;}
.jkyj .jkyj-pc li .left .con-nav a { display: inline-block; height: 18px; padding: 0 27px;border-left: 2px solid #6b6b6b; font-size: 18px; color: #6b6b6b;line-height: 18px;}
.jkyj .jkyj-pc li .left .con-nav a:first-child { padding-left: 0;border-left: none;}
.jkyj .jkyj-pc li .left .con-more { display: inline-block; width: 108px;  height: 38px; margin-top: 40px;border: 1px solid #1451aa; border-radius: 5px; text-align: center; font-size: 16px; color: #1451aa; line-height: 40px;}
.jkyj .jkyj-pc li .left .con-more:hover{transition:all .3s ease-in;background: rgb(27, 122, 218, .7);;color: #fff;}
.jkyj .jkyj-pc li .right {margin-top: 45px;  margin-right: 25px;}
.jkyj .jkyj-pc li .right a {display: block;  width: 649px;  height: 413px;  background: url(../images/jkyj-border.png) no-repeat;  background-size: 100% 100%;}
.jkyj .jkyj-pc li .right a img {display: block;  width: 627px;  height: 392px;  margin: 0 auto;  padding-top: 10.5px;  -o-object-fit: cover;    object-fit: cover;}
.jkyj .jkyj-pc li:last-child { margin-top: 37px;}
.jkyj .jkyj-m { display: none;}

.jypxBox{}
.jypxBox .infor{margin-top: 30px;}
.jypxBox .infor dt{float: left;width: 360px;}
.jypxBox .infor dt img{width: 100%;}
.jypxBox .infor dd{line-height: 34px;text-indent: 2em;color: #333;}
.jypxBox .infor .lj{color: blue;padding: 10px 0;}
.jypxBox .infor .lj a{color: blue;}
.jypxBox .jypxCon{margin-top: 30px;margin-bottom: 30px;}
.jypxBox .jypxCon li{width: 325px;float: left;text-align: center;line-height: 80px;font-size: 20px;margin: 20px 24px 0 0;cursor: pointer;transition:all .3s ease;box-shadow: 0px 0px 10px rgba(29, 32, 136, .04);/* border-bottom: 1px solid;border-left: 1px solid;
    border-image: linear-gradient(to right, #1d2088, #105fb4, #00afec) 1; */}
.jypxBox .jypxCon li a{display: block;}
.jypxBox .jypxCon li:hover{/* box-shadow: -5px 5px 5px rgba(29, 32, 136, .1); */box-shadow: 0px 0px 10px rgba(29, 32, 136, .2);font-weight: bold;}

.containerBox{}
.containerBox .left{width: 930px;}
.containerBox .left .wzFooter h6 { top: 25px;line-height: 25px;}
.containerBox .left .wzFooter h6::after { background: url();}
.containerBox .left .wzFooter ul {margin-top: 18px;}
.containerBox .left .wzFooter ul li a {font-size: 18px;}
.containerBox .right{ width: 365px; margin-top: 65px; background-color: #f7f7f7;}
.containerBox h5{font-size: 30px;font-weight: bold;color: #000000;line-height: 44px;text-align: center;padding: 0 0 10px;}
.containerBox .xqCon{line-height: 56px;border-bottom: 1px solid #eeeeee;color: #999;text-align: center;}
.containerBox .xqCon span{font-size: 16px;padding: 0 35px;}
.containerBox .xqCon span b{display: inline-block;width: 30px;height: 30px;line-height: 30px;background: #f2f2f2;cursor: pointer;margin: 0 4px;}
.containerBox .content{font-size: 18px;/* line-height: 32px; */padding: 20px 0;}
.containerBox .content p{/* padding: 10px 0px;text-indent: 2em;font-family: "SimSun"; */}
.containerBox .content p img{display: block;margin: 0 auto;max-width: 800px;}
.wzFooter{color: #000;font-size: 16px;border-top: 1px solid #eee;}
.wzFooter h6{font-size: 20px;font-weight: bold;line-height: 25px;position: relative;top:25px;}
.wzFooter h6 span img{margin-right:10px;}
.wzFooter h6:after{content: "";position: absolute;width: 25px;height: 4px;background: url();left: 0;top: 0;}
.wzFooter ul{margin-bottom: 60px;}
.wzFooter li{height: 60px;line-height: 30px;position: relative;padding: 4px 0;}
.wzFooter li span.date{color: #63bddd;font-size: 14px;position: absolute;right: 0;bottom: 2px;}
.containerBox .left .wzFooter li{height: auto;line-height: 30px;padding: 4px 0;}
.containerBox .left .wzFooter li a{color: #2540b3;font-size:18px;}
.containerBox .right .wzFooter { padding: 0 40px 0 30px;}
.containerBox .right .wzFooter h6 {display: inline-block;}
.containerBox .right .wzFooter h6::before { content: "";position: absolute; width: 82px; height: 1px; background: #d7d7d7; left: auto; left: 100px; bottom: 4px;}
.containerBox .right .wzFooter h6::after { top: auto;left: auto; bottom: 2px; right: -45px;background-color:#00afec;}
.containerBox .right .wzFooter ul { margin-bottom: 0;margin-top:45px;}
.containerBox .right .wzFooter ul li { height: auto; border-left: 1px solid #eee; padding-bottom: 26px;padding-left: 26px; position: relative;}
.containerBox .right .wzFooter ul li::before { content: ""; position: absolute; left: -7px; top: -2px; width: 13px; height: 13px; background: #fff;}
.containerBox .right .wzFooter ul li::after {position: absolute; content: ""; left: -5px;top: 0;width: 5px;height: 5px;background: #fff;border: 2px solid #999;border-radius: 50%;}
.containerBox .right .wzFooter ul li:first-child::after { border: 2px solid #00afec;}
.containerBox .right .wzFooter ul li:last-child { border-left: none;}
.containerBox .right .wzFooter ul li p { color: #63bddd; line-height: 10px;padding-bottom: 10px;font-size: 18px;}
.containerBox .right .wzFooter ul li a {line-height: 30px; height: 60px;color: #000; font-size: 18px;}


/* 传染病PC */
.infectiousCont .titBar{font-size:24px;height:66px;line-height:66px;margin-bottom:20px;}
.jf-titBar{border-bottom:1px solid #d7d7d7;position:relative;display:block;}
.infectiousCont .titBar span:after{content:"";position:absolute;width:25px;height:4px;background:#00afec;left:0;bottom:-1px;}
.crb-abstract{text-indent:2em;line-height:1.8;overflow:hidden;}
.paixu{width:100%;height:auto;overflow:hidden;margin:20px auto;}
.paixu>p{float:left;margin-right:15px;font-size:20px;font-weight:bold;}
.shortname{width:30px;height:30px;line-height:30px;text-align:center;background:#00afec;color:#ffffff;display:inline-block;border-radius:5px;margin-right:18px;float:left;}
.shortname:hover{background:#1349b0;font-weight:bold;}
.infectiousSort{width:100%;height:72px;line-height:70px;font-size:20px;font-weight:bold;border-bottom:1px solid #00afec;padding-left:30px;box-sizing:border-box;margin-bottom:30px;}
.infectiousSort p{display:inline-block;float:left;margin-right:50px;cursor:pointer;color:#6e707b;}
.InfectCurr{height:70px;line-height:70px;color:#1349b0 !important;border-bottom:2px solid #1349b0;}
.infectiousList li{border-bottom:1px solid #eee;padding:15px 0;overflow:hidden;display:block;}
.selectInfectious p{display:inline-block;width:180px;height:45px;font-size:19px;line-height:45px;text-align:center;color:#ffffff;margin-left:19px;cursor:pointer;font-weight:bold;background-color:#ddd;}
.selectInfectious{margin-bottom:30px;}
#infeSelect-2,#infeSelect-3{display:none;}
.infectiousRight{width:100%;}
.infectiousRightCont ul li{width:200px;height:60px;display:inline-block;line-height:60px;margin-right:20px;position:relative;padding-left:30px;box-sizing:border-box;border-bottom:1px solid #e4e4e4;}
.infectiousRightCont a::after{content:'>';width:20px;height:20px;position:absolute;top:0;left:10px;}
.infectiousRightCont a:hover{background:#00afec;border:0;color:#ffffff;}


/* 文章模板中-班车时刻表-table样式中取消文字空格两格，手机端样式会变形，需要控制宽度。*/
table tr td p span{ text-indent: 0;}
/* 这是文章中如果出现表格，表格原先会员宽度，会导致手机端出现页面出现问题 */
table {width: auto !important;}

.mySwiperBanner{position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;right: 0;margin: 0 auto;z-index: 0;}
.mySwiperBanner img {width: 100%;height: 100%;object-fit: cover;}
.main {position: relative;width: 100%;top: 100vh;background-color: #fff;z-index: 1;}


.banner{height: 756px;}
.mySwiperBanner{position: relative;width: auto;height: auto;/* top: 0;left: 0;right: 0;margin: 0 auto;z-index: 0; */}
.mySwiperBanner img {width: 100%;height: 756px;object-fit: cover;}
.main {position: relative;width: 100%;top: 0;}
.navContList li{font-size: 19px;font-weight: normal;}
.bannerImgText{background: linear-gradient(to top, rgba(32, 32, 70, .4), rgba(29, 32, 136, 0));}

@media only screen and (max-width:1024px) {

/* .main {top: 3rem;} */
.mySwiperBanner{position: inherit;width: 100%;height: auto;z-index: 0;}
.main{position: inherit;width: 100%;height: auto;top: inherit;margin-top: 0.2rem;}
.mod1,.mod2,.mod3,.mod4,.mod5,.mod6{max-width: 7.5rem;margin: 0 auto;font-size: 0.2rem;}
.wrap{width: auto; min-width:auto;}

/* 移动版头部适配样式 */
.header{width: 100%;height: auto;}
.nav {width: 100%;height: 1.2rem;position: fixed;left: 0;top: 0;right: 0;z-index: 9999;border-top: 0.05rem solid;border-image: linear-gradient(to right, #1d2088, #105fb4, #00afec) 1;border-image-slice: 1;background: rgb(17, 91, 178);/* background: linear-gradient(to bottom, #1d2088, rgba(29, 32, 136, 0)); */transition: background-color 0.5s ease;}
.nav .wrap{width: 100%;}
.changed{background: rgb(17, 91, 178);transition: background-color 0.5s ease;}
.logo{height: 1rem;width: auto;margin-top: 0.2rem;margin-left: 0.2rem;}
.navCont{width:100%;float: left;position: absolute;top: 0;left: 0;}
.navContUp{float: right;width: 1.7rem;height: 0.38rem;line-height: 0.38rem;margin-top: 0.4rem;display: block;position: absolute;top: 0;right: 0.2rem;}
.navContUp a{display: inline-block;float: left;position: relative;margin-left: .25rem;}
.navContUp .wechatIcon{display: none;}
.navContUp .maillInfor{display: none;}
.navContUp .en{display: none;}
.en{color: #ffffff;font-size: 0.34rem;}
.searchInfor{background:none;margin-left:0;vertical-align:middle;cursor: pointer;margin-top:-0.06rem;}
.searchInfor,
.maillInfor{width: 0.38rem;height: 0.38rem;margin-left: 0.32rem;overflow: hidden;}
.searchInfor img,
.maillInfor img{width: 100%;height: auto;}
.navContUp form{float: left;}
.mobileNav{display: block;width: 0.38rem;height: 0.38rem;background: url(../images/m-navIcon.png) no-repeat center center;float: left;margin-left: 0.48rem;background-size: 100%;cursor: pointer;}
.navActive{background: url(../images/m-close.png) no-repeat center center !important;}
.navDisBlock{display: block !important;}
.navContList{width: 100%;display: none;float: right;background: rgba(17, 91, 178 , 0.95);position: absolute;top: 1.2rem;right: 0;margin-top: 0;padding-bottom: 0.5rem;height:calc(100vh - 1.2rem);overflow-y: scroll;}
.navContList li{position: relative;width: 90%;/* height: 0.8rem; */height: auto;line-height: 0.8rem;float: none;font-size: 0.28rem;font-weight: normal;color: #ffffff;position: relative;text-align: left;margin:0 auto;border-bottom: 1px solid #4980c1;padding: 0;cursor: pointer;}
.navContList li:hover{/* background: rgba(29, 32, 136,0.5); */}
.navContList li:after{content: "";position: absolute;top: 0.28rem;right: 0.1rem;font-size: 0.3rem;color: #fff;transform-origin: center center;transition: all .4s ease;border: solid white;border-width: 0 1px 1px 0;display: inline-block;padding: 0.04rem;transform: rotate(45deg);/* transform: translateX(50%);border-top:0.08rem solid white;border-right:0.08rem solid transparent;border-left:0.08rem solid transparent;border-bottom:0.08rem solid transparent; */}
.navContList li:nth-child(1):after,
.navContList li:nth-child(6):after,
.navContList li:nth-child(10):after,
.navContList li:nth-child(11):after{display: none;}
.navContList li.on:after{transform:rotate(225deg);transform-origin: 50% 50%;perspective: 500px;}
.navContList li a{color: #ffffff;}
.navContList li.noLi{display: block;overflow: hidden;border: 0;padding-top: 0.3rem;}
.navContList li.noLi a{float:right;width: 0.42rem;display: inline-block;margin: 0 0.2rem;height: auto;}
.navContList li.noLi a img{vertical-align: middle;margin: 0;width: 100%;margin-top: -0.1rem;}
.sub-menu{/* width: 1.8rem; position: absolute;*/background: none;top: 0;/* left: -1.8rem; */z-index: 999;position: relative;text-indent: 1.2em;font-size: 0.26rem;padding-bottom: 0.2rem;}
.sub-menu a{width: 100%;height: 0.56rem;line-height: 0.56rem;display: block;}
.sub-menu a:hover{background: rgba(72, 127, 192,0.9);}
/* banner轮播图 */
.banner{width: 100%;height: auto;overflow: hidden;position: relative;min-width: auto;}
.swiperCont{text-align: center;}
.swiperCont img{width: 100%;height: auto;}
.swiperCont p{display:none;position: absolute;bottom: 0;left: 0;width: 5.6rem;height: 0.85rem;line-height: 0.85rem;font-size: 0.23rem;font-weight: bold;color: #ffffff;text-align: left;}
.swiperCont a{color: #ffffff;position: relative;}
.swiperCont a span{margin-right: 0.23rem;font-size: 0.23rem;}
.swiperCont a::before{content: '';display: block;width: 0;height: 0;border-top: 0.08rem solid transparent; border-bottom: 0.08rem solid transparent; border-left: 0.08rem solid #ffffff;position: absolute;top: 0.08rem;right: -0.18rem;}
.swiper-banner-pagination{position: absolute;left: auto !important;right: 0.8rem;bottom: 0.15rem !important;z-index: 99;width: 1rem !important;}
.swiper-banner-pagination .swiper-pagination-bullet{width: 0.08rem;height:0.08rem;border-radius: 0.08rem;background: rgba(255, 255, 255, 0.8) !important;margin-right: 0.1rem;}
.swiper-banner-pagination .swiper-pagination-bullet-active{width: 0.2rem;border-radius: 0.08rem;background: #ffffff !important;}
.mySwiperBanner{position: relative;}
.swiper-bannbButton-prev{display: none;width: 62px;height: 62px;background: url('../images/lbArrow.png') no-repeat top left;position: absolute;top: 50%;left: 20px;transform: translateY(-50%); z-index: 999;}
.swiper-bannbButton-next{display: none;width: 62px;height: 62px;background: url('../images/lbArrow.png') no-repeat top right;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);z-index: 999;}
.bannerTextBack{width: 100%;height: 0.55rem;background: url('../images/bannerTitBg.png') no-repeat left center;background-size: 100% 100%;position: absolute;left: 50%;bottom: 0;z-index: 100;transform: translate(-50%, 0);}
.bannerImgText .lmMore{position: absolute;right: 0.15rem;bottom:0.12rem;font-size: 0.26rem;}
.bannerImgText{position: absolute;bottom: 0;left: 0%;height: 0.55rem;z-index: 999;width: 100%;}
.bannerImgText p{width: 7.2rem;height: 0.55rem;line-height: 0.55rem;font-size: 0.18rem;font-weight: normal;color: #ffffff;text-align: left;margin: 0 auto;}
.bannerImgText a{color: #ffffff;position: relative;}
.bannerImgText a span{margin-right: 0.12rem;font-size: 0.28rem;display: inline-block;width: 4.4rem;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;float: left;}
.bannerImgText a::before{content: '';display: none;width: 0;height: 0;border-top: 0.05rem solid transparent; border-bottom: 0.05rem solid transparent; border-left: 0.05rem solid #ffffff;position: absolute;top: 0.08rem;right: -0.18rem;}
.bannerImgText a em{display: none;}
.m-banner{display: block;margin-top: 1.2rem;}
.p-banner{display: none;}

/* 移动版首页内容区域适配样式 */
.mod1,.mod2,.mod3,.mod4,.mod5,.mod6{padding: 0 0.3rem;}
.mod1{padding-top: .2rem;}
.conLeft{width: 100%;border-bottom: 1px solid #eee;margin-bottom: 0.6rem;}
.conRight{width: 100%;width: 100%;float: none;}
.conLeft .tong_tit{display: none;}

/* 移动版轮播图 */
.picNewsMob{display: block;width: 92%;height: auto;margin: 0.3rem auto 0.2rem;position: relative;max-width: 7.5rem;}
.picNewsMob img{width: 100%;max-height: 4.6rem;height: 4.6rem;}
.picNewsMob .swiper-slide .divp{height: 1.40rem;} 
.picNewsMob .swiper-slide .divp p{line-height: .54rem;margin-top: .15rem;font-size: .32rem;height: 0.54rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.picNewsMob .swiper-slide .divp .zy{font-size: .26rem;line-height: .44rem;color: #999;}
.picNewsMob .swiper-slide .divp .lm{display: none;position: absolute;left: 0%;top: 60%;border-radius:0 0 .1rem 0;font-size: .26rem;width:1.60rem;height: .5rem;line-height: .5rem;background: #00afec;text-align: center;color: #fff;font-weight: bold;}

.picNewsMob .swiper-pagination{width: 100%;bottom: 1.54rem;height: 0.54rem;}
.picNewsMob .swiper-pagination-bullet{background: rgba(255,255,255,.5);opacity: 1;width: 0.08rem;height: 0.08rem;border-radius: 0.08rem;}

.picNewsMob .swiper-pagination-bullet-active{background: #fff;width: 0.2rem;transition: all .4s ease;}
.picNewsMob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.picNewsMob .swiper-button-prev,
.picNewsMob .swiper-button-next{width: 18px;height: 34px;background: url(../images/lbArrow2.png) no-repeat left top;left: .18rem;top: 38%;}
.picNewsMob .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;left: auto;right: .18rem;}
.picNewsMob .swiper-pagination-bullets .swiper-pagination-bullet{margin: .10rem 0.04rem 0;}
 
.picNews{width: 4.90rem;height: 2.74rem; display: none;}
.picNews img{width: 4.90rem;height: 2.74rem;}
/*.picNews .swiper-slide p{height: .72rem;line-height: .72rem;font-size: .20rem;}
.picNews .swiper-pagination{height: .72rem;background: url(../images/lbTitBg.png) repeat-x;}
.picNews .swiper-pagination-bullet{height: .05rem;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: .45rem .05rem 0;}
.picNews .swiper-button-prev,
.picNews .swiper-button-next{width: .29rem;height: .29rem;left: 0;background: url(../images/lbArrow2.png) no-repeat left top;top: 2.0rem;background-size: cover;}
.picNews .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;background-size: cover;right:0;left: auto;}
.picNews .swiper-pagination-bullets .swiper-pagination-bullet{margin: .50rem .04rem 0;} */

.lbtNews{width:auto;}
.lbtNews li{font-size: .32rem;line-height: .5rem;height: 1rem;padding: .17rem 0;}
.lbtNews li span.date{bottom: .16rem;}

.tong_tit{margin-bottom: .20rem;}
.tong_tit .tTitbar{font-size: .36rem;height: .42rem;line-height: .42rem;}
.tong_tit .tTitbar span{border-bottom: 0px;}
.tong_tit .tTitbar span:after{content: "";width: 25px;height: 4px;left: 1.60rem;bottom: 0.06rem;}
.tong_tit .tTitbar span:before{content: "";position: absolute;width: 82px;height: 1px;left: 1.60rem;bottom: 0.06rem;}
.tong_tit .ying{font-size: .2rem;width: 3rem;padding-bottom: .06rem;text-align: left;}
.t_more{font-size: .26rem;padding-right: .26rem;position: relative;line-height: .44rem;font-weight: normal;}
.t_more:after{content: "";position: absolute;width: 0;height: 0;border: 0.08rem solid;right: -0.08rem;top: 50%;margin-top: -0.08rem;border-color: transparent transparent transparent #999;}

.conRight .tzggLis ul{padding-top: 0;}
.conRight .tzggLis ul:after{content: "";position: absolute;top: 0.14rem;height: 78%;border: 1px solid #eee;}
.conRight .tzggLis{min-height: auto;padding-left: 0rem;border-radius: 0px;box-shadow: none; display: none;}
.conRight .tzggLis li{/* border-left: 1px solid #eee; */border-left: 0;padding-bottom: .30rem;padding-left: .26rem;position: relative;min-height: 1rem;}
.conRight .tzggLis li:before{content: "";position: absolute;left: -0.14rem;top: 0.14rem;width: .26rem;height: .16rem;background: #fff;z-index: 2;}
.conRight .tzggLis li:after{content: "";position: absolute;left: -0.06rem;top: 0.14rem;width: 0.1rem;height: .1rem;background: #fff;border: 0.02rem solid #999;border-radius: 50%;z-index: 2;}
.conRight .tzggLis li:first-child:after{content: "";border: 0.04rem solid #00afec;}
.conRight .tzggLis li:last-child{border-left: 0;}
.conRight .tzggLis li .date{line-height: .26rem;padding-bottom: .1rem;font-size: 0.32rem;position: absolute;right: 0;bottom: 0.28rem;}
.conRight .tzggLis li a{line-height: .5rem;height: .60rem;font-size: 0.32rem;}
.conRight .tzggLisMob{display: block;position: relative;}

.mod2{margin: .30rem auto 0.6rem;}
.picNews2{width: 100%;/* height: 1.20rem; */}
.picNews2 img{width: 100%;/* height: 1.20rem; */}
.picNews2 .swiper-pagination{text-align: right;width: 100%;bottom: 0px;height: 0.4rem;}
.picNews2 .swiper-pagination-bullet{background: rgba(255,255,255,.5);opacity: 1;width: 0.08rem;height: 0.08rem;border-radius: 0.08rem;}
.picNews2 .swiper-pagination-bullet-active{background: #fff;width: 0.2rem;transition: all .4s ease;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.picNews2 .swiper-button-prev,
.picNews2 .swiper-button-next{width: 7px;height: 32px;background: url(../images/lbArrow2.png) no-repeat left top;left: .2rem;top: 60%;background-size: cover;}
.picNews2 .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;left: auto;right: .2rem;}
.picNews2 .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 0.12rem 0 0;}

.gzdtBox{/* padding: 20px 0 58px; */}
.gzdtCon .gzdtLis{margin-left: 0px;margin-bottom: 0.5rem;}
.gzdtCon .gzdtLis:first-child{margin-left: 0;}
.gzdtCon .gzdtLis .line{width: .4rem;height: 1px;margin-top: -0.08rem;margin-right: .15rem;}
.gzdtCon .gzdtLis .t_more{line-height: .30rem;}
.gzdtCon .gzdtLis .gzdtTit{padding-bottom: .25rem;}
.gzdtCon .gzdtLis .gzdtTit span{font-size: .32rem;}
.gzdtLis{width:100%;}
.gzdtLis li{font-size: .32rem;line-height: .5rem;height: 1rem;padding: .17rem 0;}
.gzdtLis li:first-child{padding-top: 0;border-top: 0;}
.gzdtLis li span.date{font-size: .26rem;bottom: .15rem;}

.gzdtBox .gzdtCon{display: none;}
.gzdtMobCon{display: block;}
.gzdtMobCon .conTit2{margin-bottom: 0.2rem;}
.gzdtMobCon .conTit2 li{float: left;font-size: 0.32rem;height: 0.6rem;line-height: 0.4rem;margin-right: 0.4rem;cursor: pointer;}
.gzdtMobCon .conTit2 li.cur{font-weight: bold;position: relative;}
.gzdtMobCon .conTit2 li.cur:after{content: "";position: absolute;width: 100%;height: 0.04rem;background: #01afec;left: 0;bottom: 0rem;animation: widths .5s;}
@keyframes widths{
	0%{width: 0%;}
	100%{width: 100%;}
}
.gzdtMobCon .conBox2{margin-bottom: 0.6rem;}
.gzdtMobCon .conBox2 .conlis{display: none;}
.gzdtMobCon .conBox2 .conlis.cur{display: block;}
.gzdtMobCon .conBox2 .conlis ol li{font-size: .32rem;line-height: .5rem;height: 1rem;padding: .17rem 0;border-bottom: 1px solid #eee;position: relative;}
.gzdtMobCon .conBox2 .conlis ol li span.date{line-height: .26rem;padding-bottom: .1rem;font-size: 0.32rem;position: absolute;right: 0;bottom: .16rem;color: #63bddd;}
.gzdtMobCon .conlisMore{overflow: hidden;margin-top: 0.12rem;}


.jkkpBox{height: 6.2rem;background: none;/* background:url(../images/jkkpBg2.png) no-repeat left top;background-size: 96%; */overflow: hidden;min-width: auto;padding-bottom: 0.2rem;margin-bottom: 0.4rem;}
.jkkpBox .tong_tit{width: auto;padding: 0rem;/* margin-bottom: .05rem; */}
.jkkpBox .tong_tit .tTitbar span:before{width: 2px;height: 0.2rem;left: 1.6rem;bottom: 0.1rem; content: "";position: absolute;width: 82px;height: 1px;left: 1.60rem;bottom: 0.06rem;background: #d7d7d7;display: block !important;}
.jkkpBox .tong_tit .tTitbar span:after{content: "";width: 25px;height: 4px;left: 1.60rem;bottom: 0.06rem;display: block !important;}
.jkkpBox .tong_tit .tTitbar span a{color: #000 !important;}
.jkkpBox .t_more{font-size: .26rem;padding-right: .26rem;line-height: .44rem;color: #999 !important; display: none;}
.jkkpBox .t_more:after{content: "";position: absolute;width: 0;height: 0;border: 0.08rem solid;right: -4px;top: 50%;margin-top: -4px;border-color: transparent transparent transparent #999;}
.jkkpBox .swiper-container711{width: 100%;height: auto;margin: .20rem auto;padding: 0;box-shadow: 0 0px 10px 0px rgba(0,0,0,.1);transition: .4s ease;border-radius: 0.2rem;}
.jkkpBox .swiper-container711 .swiper-slide {font-size: .28rem;}
.jkkpBox .swiper-container711 .swiper-slide img{width: 100%;height: 4.2rem;border-radius: 0.2rem;}
.jkkpBox .swiper-container711 .swiper-slide a{display: block;border-radius: none;}
.jkkpBox .swiper-container711 .swiper-slide a:hover{transform: scale(1);box-shadow: none;}
.jkkpBox .swiper-container711 .swiper-slide p{display: block;line-height: .5rem;padding:0.1rem 0 0.2rem 0.2rem;text-align: left; width: auto; position: relative; background: none;color: #000;}
.jkkpBox .swiper-container711 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 45px 5px 0;}
.jkkpBox .swiper-container711 .swiper-button-prev,
.jkkpBox .swiper-container711 .swiper-button-next{width: 0.52rem;height: .52rem;background: url(../images/lbArrow.png) no-repeat left top;left: 80%;top: -3.70rem;background-size: cover;opacity: 1;display: none;}
.jkkpBox .swiper-container711 .swiper-button-next{background: url(../images/lbArrow.png) no-repeat right top;left: 90%;background-size: cover;}
.jkkpBox .swiper-container711 .swiper-button-prev:hover{background: url(../images/lbArrow.png) no-repeat left top rgba(255,255,255,.2);background-size: cover;border-radius: 50%;}
.jkkpBox .swiper-container711 .swiper-button-next:hover{background: url(../images/lbArrow.png) no-repeat right top rgba(255,255,255,.2);background-size: cover;border-radius: 50%;}
.jkkpBox .swiper-container711 .swiper-pagination{display: block;text-align: right; bottom: 0.3rem; width: 3rem; right: 2%; left: auto;}
.jkkpBox .swiper-container711 .swiper-pagination-bullet-active{background: #6ad2f5;}
.jkkpBox .shadowDiv{position: relative;}
.jkkpBox .shadowDiv:before{content: "";position: absolute;width: 96%;height: 0.12rem;background: #d9e9f9;bottom: -0.12rem;left: 2%;border-radius: 0 0 0.1rem 0.1rem;}
.jkkpBox .shadowDiv:after{content: "";position: absolute;width: 92%;height: 0.12rem;background: #ebf2fa;bottom: -0.24rem;left: 4%;border-radius: 0 0 0.1rem 0.1rem;}

/* .jkkpBox .swiper-container711 .swiper-slide a:hover{transform: scale(1.04);box-shadow: 0 0 12px 8px rgba(0,0,0,.3);box-shadow: 0 0 15px rgba(255,255,255,.9);transition: .4s ease;}
.jkkpBox .swiper-container711 .swiper-slide p{line-height: 60px; display: inline-block;width: 372px;position: absolute;z-index: 2;left: 0;bottom: 0;background: rgba(0, 0, 0, .2);color: #fff;}
.jkkpBox .swiper-container711 .swiper-slide:hover p{font-weight: bold;text-shadow: 0 0 12px 8px rgba(0,0,0,.3);transition: .4s ease;}
 */
.jksjBox{}
.jksjCon{display: none;}
/* .jksjCon dl{margin-bottom: .55rem;margin-right: 0rem;float: none;width: 100%;}
.jksjCon dl dt{float: left;width: 2rem;height: 3.36rem;margin-right: .30rem;background: url(../images/jksjBg1.png) no-repeat;background-size: contain;}
.jksjCon dl:nth-child(2) dt{background: url(../images/jksjBg2.png) no-repeat;background-size: contain;}
.jksjCon dl:nth-child(3) dt{background: url(../images/jksjBg3.png) no-repeat;background-size: contain;}
.jksjCon dl:nth-child(4) dt{background: url(../images/jksjBg4.png) no-repeat;background-size: contain;}
.jksjCon dl dt h6{font-size: .24rem;line-height: .34rem;padding: .30rem .2rem .10rem 0;}
.jksjCon dl dt p{font-size: .2rem;line-height: .24rem;padding-right: .2rem;}
.jksjCon dl dd{width:4.58rem;}
.jksjCon dl dd li{font-size: .32rem;line-height: .5rem;height: auto;padding: .1rem 0;}
.jksjCon dl dd li span.date{color: #63bddd;font-size: .26rem;bottom: .06rem;} */
.mob_jksjCon{display: block;}
.mob_jksjCon dt{font-size: 0.32rem;line-height: 0.44rem;}
.mob_jksjCon dt h6{font-weight: bold;color: #000;}
.mob_jksjCon dd{margin-bottom: 0.56rem;}
.mob_jksjCon dd li{line-height: 0.5rem;border-bottom: 1px solid #ececec;font-size: 0.32rem;padding: 0.17rem 0;}
.mob_jksjCon dd li a{}

.dg-container{display: none;}
.kycgBox{height: auto;padding-top: .20rem;background: none;margin-top: 0rem;}
.kycgCon{position: relative;padding: 0 0rem;}
.kycgCon:after{ display: none;}
/* .kycgCon .conTit{float: left;width: 470px;padding-top: 3px;position: relative;z-index: 2;  display: none;}
.kycgCon .conTit li{line-height: 32px;padding: 18px 78px 18px 0px;cursor: pointer;transition:all .2s ease;}
.kycgCon .conTit li.cur{padding-right: 0;background: #fff;padding-left: 30px;color: #00afec;border-left: 3px solid;border-image: linear-gradient(to top, #00aeec, #1d2088) 1;}
.kycgCon .conBox{float: left;width: 930px;height: 525px;background: #fff;margin-top: -122px;box-shadow: -2px 4px 12px rgba(0, 0, 0, .03);   display: none;}
.kycgCon .conBox .conlis{display: none;height: 525px;line-height: 525px;text-align: center;}
.kycgCon .conBox .conlis img{vertical-align: middle;}
.kycgCon .conBox .conlis.cur{display: block;}
.kycgCon .tong_tit{width: auto;}
.kycgCon .tong_tit .tTitbar span:before{}
.kycgCon .tong_tit .tTitbar span:after{} */

.mod6{padding: 0 0.3rem;}
.kycgMobCon{/* padding: 0rem 0.3rem 0;box-shadow: 0 0 10px rgba(0,0,0,.1); */padding: 0;}
.kycgMobCon .mobTitbg{height: 0.5rem;background: url(../images/kycgTitbg.png) no-repeat right top;background-size: contain;display: none;}
.kycgMob{display: block; width: 100%;height: 6rem;margin-bottom: .4rem;}
.kycgMob img{width: 100%;height:4.2rem;}
.kycgMob .swiper-slide dt{padding: 0.12rem;background: linear-gradient(to bottom, rgba(237, 246, 255, 1), rgba(192, 222, 250, 1));}
.kycgMob .swiper-slide dd{height: auto;line-height: .4rem;font-size: .26rem;margin-top: 0.2rem;}
.kycgMob .swiper-pagination{height: auto;}
.kycgMob .swiper-pagination-bullet{background: #9ba8ad;opacity: 1;}
.kycgMob .swiper-pagination-bullet-active{background: #10219f;}
.kycgMob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: .45rem .05rem 0;}
.kycgMob .swiper-button-prev,
.kycgMob .swiper-button-next{width: .16rem;height: .29rem;left: 3%;background: url(../images/lbArrow2.png) no-repeat left top;top: 2.4rem;background-size: cover; display: none;}
.kycgMob .swiper-button-next{background: url(../images/lbArrow2.png) no-repeat right top;background-size: cover;right: 3%;left: auto;}
.kycgMob .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 .04rem;}


/* 移动版尾部适配样式 */
.footer{width: 100%;height: auto;display: block;color: #ffffff;}
.footer a{color: #ffffff;}
.footerUpInfor{width:100%;height:auto;background: linear-gradient(to right, #1d2088, #00afec);display: block;min-width: auto;}
.watermark{width: 100%;height:auto;min-height:3.7rem;display: block;background: none;background-size: 170px;padding: 0.4rem 0;box-sizing: border-box;background-position-y: 20px;box-sizing: border-box;}
.footWebNav{display: inline-block;float: left;width: 100%;height: auto;padding:0 0.3rem;box-sizing: border-box;}
.webNavTitle{font-size: 0.3rem;font-weight: bold;margin-bottom: 0.15rem;}
.moreLinks{width: 46%;height: 0.5rem;line-height: 0.5rem;border-bottom: 2px solid #3e83db;position: relative;float: none;margin-right: 0.3rem;cursor: pointer;padding:0;box-sizing: border-box;font-size: 0.28rem;margin-bottom: 0.2rem;display: inline-block;}
.moreLinks:nth-of-type(2n){margin-right: 0;}
.moreLinks::before{content: '';width: 0;height: 0;border-top: 0.08rem solid transparent; border-bottom: 0.08rem solid transparent; border-left: 0.08rem solid #8aa3d1;position: absolute;right: 0;top: 0.18rem;}
.moreLinks ul{position: absolute;bottom: 0.5rem;left: 0;width: 100%;height: 4.6rem;overflow-x: hidden;background: rgba(29, 32, 136, 0.8);z-index: 999;overflow-y: scroll;scrollbar-width: thin;scrollbar-color: rgba(29, 32, 136,0.5) transparent;display: none;}
.moreLinks ul li{width:100%;height:0.51rem;line-height:0.51rem;padding: 0 0.15rem;font-size: 0.28rem;box-sizing: border-box;}
.moreLinks ul li:hover{background: rgba(62, 131, 219, 0.8);}
.moreLinks ul li a{width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* 网站服务 */
.relatedLink{display: inline-block;float: none;width:100%;margin-left: 0;padding: 0 0.3rem; box-sizing: border-box;font-size: 0.28rem;margin-top: 0.2rem}
.relatedLink a{display: inline-block;width: 67%;height: 0.5rem;line-height: 0.5rem;margin-right: 0.15rem;float: left;}
.relatedLink a:nth-of-type(2n){margin-right: 0;width: 30%;}
/* 公众号 */
.mediumCode{width: 2.2rem;float: none;display: none;text-align: center;margin-top: 0.2rem;}
.mediumCode img{width: 1.1rem;height: auto;}
.mediumCode p{margin-top: 0.15rem;}

/* 版权及其他信息 */
.copyrightOther{width: 100%;height: auto;font-size: 0.26rem;padding: 0.2rem 0.3rem;box-sizing: border-box;background: linear-gradient(to right, #181c7f, #0098dd);text-align: center;color: #a7d0ff;min-width: auto;}
.copyrightOther a{color: #a7d0ff;line-height: 0.48rem;}
.copyrightOther p{margin-top: 0rem;display: none;line-height: 0.48rem;}
.copyrightOther p:nth-child(1){display: block;}
.copyrightOther p:nth-child(3){display: block;}

.newRelatedLink{width: 100%;}
.newRelatedLink a{width: 46%;height: 0.5rem;line-height: 0.5rem;font-size: 0.28rem;margin-right: 0.15rem;}

/* 手机版二级页及文章页面样式 */

.goTop,.goTop img{width: 0.64rem;height: 0.64rem;}

.dqwz{font-size: 0.26rem;line-height:0.64rem;background: #f5f9fd;padding-left: 0.3rem;/* margin-top: 1.5rem !important; */margin-bottom: 0;}

.dqLm{background: linear-gradient(to right, rgba(29,32,136,.7), rgba(0,175,236,.7));height: .68rem;line-height: .68rem;margin-top: -0.68rem;font-size: .32rem;padding-left: 0.3rem;display: none;}
.erjiLeft{width: 100%;}
.erjiLeft .leftNavBar{width: 100%;border-top: 2px solid #00afec;border-radius: 0px;background: #f5f9fd;padding: 0.1rem 0;overflow: hidden;}
.erjiLeft .leftNavBar dt{display: none;height: 81px;line-height: 81px;border-bottom:3px solid #c00;color: #fff;font-size: .22rem; background: #c00;}
.erjiLeft .leftNavBar dd{border-top:0;float: left;text-align: center;width: 33.33%;height: 1rem;display: table;font-size: 0.32rem;}
.erjiLeft .leftNavBar.kuan{width: 100%;}
.erjiLeft .leftNavBar.kuan dd{width: 50%;}
.erjiLeft .leftNavBar dd a{color:#000;display: table-cell;vertical-align: middle;width: 100%;margin: 0px;padding: 0px;border-radius: 0px;padding: 0 .12rem;}
.erjiLeft .leftNavBar dd.cur a{background: #00afec;color: #fff;}
.erjiLeft .leftNavBar.kuan dd.cur a{padding: 0 0.08rem;}

.erjiBanner{height: 3rem;background-size: cover;margin-top: 1.2rem;}
.erjiCon{padding: 0px 0 .60rem;}
.erjiRight{width: 100%;padding:0 0.3rem;box-sizing:border-box;}
.erjiRight.kuan{width: 100%;}
.erjiRight .erjiCurNav{font-size: .36rem;height: .80rem;line-height: .80rem;margin-top: 0;}
.erjiRight .erjiCurNav span{border-bottom: 0px;}
.erjiRight .erjiCurNav span:after{content: "";width: 25px;height: 4px;left: 108%;bottom: 0.2rem;}
.erjiRight .erjiCurNav span:before{content: "";position: absolute;width: 82px;height: 1px;background: #d7d7d7;left: auto;left: 108%;bottom: 0.2rem;}
.xw_list li{padding-bottom:.15rem; padding:.15rem 0 .18rem 0;font-size:.3rem;line-height: .5rem;}
.xw_list li .zy{display: none;}
.xw_list li dl{padding: 0;border-left: 0;}
.xw_list li dt{width: 2rem;height: auto;margin-right: 0.3rem;}
.xw_list li dt img{width: 2rem;}
.xw_list li dd a{padding-bottom: 0;font-weight: normal;margin-bottom: 0;font-size: 0.3rem;line-height: normal;}
.xw_list li span{font-size: 0.18rem;font-size: 0.24rem;line-height: 0.5rem;}
.fya{margin-top: .50rem;}
.fya a{padding: 0px .13rem;height: .32rem;line-height: .32rem;}
.fya span{padding: 0px .13rem;height: .32rem;line-height: .32rem;}
#pagenav_head,#pagenav_tail{display: none;}

.ldCon{margin-top: .20rem;}
.ldCon dl{float: left;width: 50%;margin-top: .30rem;min-height: 3.24rem;}
.ldCon dl:first-child{margin-left: 0rem;}
.ldCon dt{padding: .05rem;}
.ldCon dt img{width: 1.96rem;}
.ldCon dd{text-align: center;line-height: .40rem;min-height: 1.1rem;}
.ldCon dd a{color: #000;font-size: .3rem;}
.ldCon dd h6{font-weight: bold;line-height: .46rem;margin-top: .10rem;}
.ldCon dd p{font-size: .26rem;}

.xsqkCon{padding: 0 0.3rem;}
.xsqkCon .titBar{font-size: .32rem;height: .76rem;line-height: .76rem;margin-bottom: .2rem;}
.xsqkCon .titBar span:after{content: "";position: absolute;width: 25px;height: 4px;background: #00afec;left: 0;bottom: -1px;}
.xsqkCon li{width: 25%;padding-top: .2rem;margin-top: .1rem;}
.xsqkCon li .pic img{width: 1.40rem;height: 2rem;}
.xsqkCon li p{font-size: .16rem;padding: .20rem 0;}

.kxyjPage{overflow: hidden;padding: 0 0.3rem;}
.kxyjPage .gzdtCon{width: 105%;}
.kxyjPage .gzdtLis{width: 45%;margin-right: 5%;margin-left: 0;margin-top: .30rem;border-bottom: .06rem solid #f0f0f0;}
.kxyjPage .gzdtLis li{font-size: 0.16rem;}

.zzjgPage{margin-top: 0.4rem;}
.zzjgPage .group-item {margin-bottom: 0.5rem; }
.zzjgPage .group-item .titBar {width: 3.5rem; height: 0.8rem; margin-bottom: 0.5rem;line-height: 0.8rem; font-size:0.37rem; }
.zzjgPage .group-item .listItem dl {grid-template-columns: repeat(2, 1fr);row-gap: 0.2rem; -moz-column-gap: 0.3rem; column-gap: 0.3rem;  }
.zzjgPage .group-item .listItem dl dd a {padding: 0;font-size: 0.26rem; }


/*
.jkyjBox{margin-bottom: 0.5rem;}
.jkyjCon{padding: 0 0.3rem;text-align: center;}
.jkyjBox .searchBox{margin:.2rem 0;display: none;}
.jkyjCon ul li{float: none;display: inline-block;width: 100%;height: auto;margin: 0.3rem 0rem 0;}
.jkyjCon ul li:nth-of-type(4n){margin: 0.3rem 0.2rem 0;}
.jkyjCon .newsContImg{width: 100%;height: auto;}
.jkyjCon .newsContImg img{width: 100%;height: auto;}
.jkyjCon .newsContInt{height: .9rem;}
.jkyjCon .newsContInt h5{font-size: .26rem;padding: 0.04rem 0 0.02rem;}
.jkyjCon .newsContInt .zlm{padding: 0 0.06rem;}
.jkyjCon .newsContInt .zlm a{padding: 0 0.06rem;font-size: 0.26rem;}
.jkyjCon .newsContInt .zlm span{font-size: 0.24rem;}
*/
.jkyj .jkyj-pc {display: none; }
.jkyj .jkyj-m {display: block; }
.jkyj .jkyj-m li { padding: 0rem 0.3rem;margin-bottom: 0.7rem;background: url(../images/jkyj-bg-m.png) no-repeat;background-size: 100% 100%;background: none;}
.jkyj .jkyj-m li .title{margin-bottom: 0.2rem;}
.jkyj .jkyj-m li .title a {display: inline-block;padding-bottom: 0.12rem;border-bottom: 0.04rem solid #1451aa;   font-size: 0.3rem;font-weight: bold;color: #1451aa;}
.jkyj .jkyj-m li .jkyj-img {display: block;padding: 0.15rem; border-radius: 0.1rem; background: url(../images/jkyj-border.png) no-repeat;}
.jkyj .jkyj-m li .jkyj-img img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.jkyj .jkyj-m li .con {padding-bottom: 0.3rem;}
.jkyj .jkyj-m li .con p {margin-top: 0.3rem; font-size: 0.3rem;text-indent: 2em; color: #020202;  line-height: 0.5rem;}
.jkyj .jkyj-m li .con .con-nav {display: grid; margin-top: 0.3rem;  grid-template-columns: repeat(2, 1fr);}
.jkyj .jkyj-m li .con .con-nav a {padding: 0.1rem 0.2rem;  font-size: 0.3rem;color: #6b6b6b; }
.jkyj .jkyj-m li .con .con-more {display: block;width: 4rem;height: 0.7rem;margin: 0 auto;margin-top: 0.3rem;border: 1px solid #1451aa; border-radius: 5px;text-align: center; font-size: 0.3rem;    color: #1451aa;    line-height: 0.7rem;  }

.jypxBox{padding: 0 0.3rem;}
.jypxBox .infor{margin-top: .3rem;font-size: .28rem;}
.jypxBox .infor dt{width: 3.6rem;}
.jypxBox .infor dd{line-height: .46rem;}
.jypxBox .infor .lj{padding: .1rem 0;}
.jypxBox .jypxCon{margin: .3rem 0;}
.jypxBox .jypxCon li{width: 31.33%;line-height: .8rem;font-size: .3rem;margin: .2rem 1% 0;}
.jypxBox .jypxCon li:hover{box-shadow: 0px 0px 5px rgba(29, 32, 136, .2);font-weight: bold;}

.containerBox .left{width: 100%;}
.containerBox .right{width: 100%;margin-top: 0.5rem;}
.containerBox h5{font-size: .34rem;padding: .20rem 0;line-height: .66rem;padding: .32rem 0.2rem;}
.containerBox .xqCon{line-height: .54rem;}
.containerBox .xqCon span{font-size: .28rem;padding: 0 .2rem;}
.containerBox .xqCon span b{display: inline-block;width: .30rem;height: .30rem;line-height: .30rem;margin: 0 .04rem;}
.containerBox .content{font-size: .32rem !important;line-height: .52rem !important;padding: 0.2rem 0.2rem;}
.containerBox .content p{padding: .1rem 0rem !important;/* text-indent: 2em; */}
.containerBox .content p img{width: 100%;max-width:100%;}
.wzFooter{font-size: .25rem;margin: 0 0.3rem;}
.wzFooter h6{font-size: .3rem;line-height: .80rem;}
.wzFooter ul{margin-bottom: .60rem;}
.wzFooter li{height:0.86rem;line-height: .46rem;font-size: 0.28rem;position: relative;padding: 0.14rem 0;}
.wzFooter li span.date{font-size: 0.26rem;bottom: 0.1rem;}
.containerBox .xqCon .zh{display: none;}
.containerBox .left .wzFooter h6 span img{margin-right: 0.1rem;width: 0.5rem;}
.containerBox .left .wzFooter li{height: auto;line-height: 0.5rem;padding: 0.04rem 0;}
.containerBox { /* margin-top: 0.3rem;  */}
.containerBox .left .content {  padding: 0.2rem 0.3rem; }
.containerBox .left .wzFooter h6 span { font-size: 0.32rem; }
.containerBox .left .wzFooter ul {  margin-top: 0.6rem; }
.containerBox .right { width: 100%; margin-top: 0;background: none;margin-bottom: 0.3rem;}
.containerBox .right .wzFooter { padding: 0;}
.containerBox .right .wzFooter h6 { font-size: 0.32rem; }
.containerBox .right .wzFooter h6::before {left: 1.84rem;bottom: 0.24rem;}
.containerBox .right .wzFooter h6::after { height: 0.1rem; bottom: 0.24rem; right: -0.66rem;background-color:#00afec;}
.containerBox .right .wzFooter ul { margin-top: 0.6rem; }
.containerBox .right .wzFooter ul li { padding: 0 0 0.4rem 0.4rem;}
.containerBox .right .wzFooter ul li p { line-height: 0.3rem; padding-bottom: 0.1rem;}
.containerBox .right .wzFooter ul li a { line-height: 0.5rem;font-size: 0.32rem;}

.newsTong_tit{display: block;padding: 0.3rem 0.3rem 0;margin-bottom: 0rem;max-width: 7.5rem;margin:0 auto;}


/* ===========传染病========= */
.infectiousCont{padding:0 0.2rem;box-sizing:border-box;}
.infectiousCont .titBar{font-size:0.3rem;height:0.8rem;line-height:0.8rem;margin-bottom:0.25rem;}
.jf-titBar{border-bottom:1px solid #d7d7d7;position:relative;display:block;}
.infectiousCont .titBar span:after{content:"";position:absolute;width:0.3rem;height:0.06rem;background:#00afec;left:0;bottom:-0.02rem;}
.crb-abstract{text-indent:2em;line-height:1.8;overflow:hidden;}
.paixu{width:100%;height:auto;overflow:hidden;margin:0.25rem auto 0;}
.paixu>p{float:left;margin-right:0.2rem;font-size:0.26rem;font-weight:bold;}
.shortname{width:0.45rem;height:0.45rem;line-height:0.45rem;text-align:center;background:#00afec;color:#ffffff;display:inline-block;border-radius:0.05rem;margin-right:0.23rem;margin-bottom:0.3rem;float:left;}
.shortname:hover{background:#1349b0;font-weight:bold;}
.infectiousSort{width:100%;height:0.85rem;line-height:0.85rem;font-size:0.26rem;font-weight:bold;border-bottom:1px solid #00afec;padding-left:0.3rem;box-sizing:border-box;margin-bottom:0.3rem;}
.infectiousSort p{display:inline-block;float:left;margin-right:0.55rem;cursor:pointer;color:#6e707b;}
.InfectCurr{height:0.83rem;line-height:0.83rem;color:#1349b0 !important;border-bottom:2px solid #1349b0;}
.infectiousList li{border-bottom:1px solid #eee;padding:0.2rem 0;overflow:hidden;display:block;}
.selectInfectious p{display:inline-block;width:48%;height:0.6rem;font-size:0.28rem;line-height:0.6rem;text-align:center;color:#ffffff;margin-left:0;margin-right:0.15rem;margin-bottom:0.2rem;cursor:pointer;font-weight:bold;background-color:#ddd;float:left;}
.selectInfectious p:nth-of-type(2n){margin-right:0;}
.selectInfectious{margin-bottom:30px;}
#infeSelect-2,#infeSelect-3{display:none;}
.infectiousRight{width:100%;}
.infectiousRightCont ul li{width:46%;height:0.8rem;display:inline-block;line-height:0.8rem;margin-right:0.2rem;position:relative;padding-left:0.45rem;box-sizing:border-box;border-bottom:1px solid #e4e4e4;}
.infectiousRightCont a:nth-of-type(2n){margin-right:0;}
.infectiousRightCont a::after{content:'>';width:0.25rem;height:0.25rem;position:absolute;top:0;left:0.15rem;}
.infectiousRightCont a:hover{background:#00afec;border:0;color:#ffffff;}


}

@media only screen and (max-width:768px) {
	.xsqkCon li{width: 33.33%;}
	.xsqkCon li p{font-size: .15rem;padding: .20rem 0;}

	.kxyjPage .gzdtCon{width: 100%;}
	.kxyjPage .gzdtLis{width: 100%;margin-right: 0%;margin-left: 0;margin-top: .30rem;border-bottom: .06rem solid #f0f0f0;}
	.kxyjPage .gzdtLis li{font-size: 0.26rem;}
	.kxyjPage .gzdtLis li span.date{font-size: 0.26rem;}
	.kxyjPage .gzdtCon .gzdtLis .t_more{font-size: 0.24rem;}
}

@media only screen and (max-width:520px) {
	.xsqkCon li{width: 50%;}
	.xsqkCon li p{font-size: .28rem;height: 0.8rem;padding: 0.2rem 0.2rem 0;}
}



@media screen and (max-device-width:1024px){

}

@media screen and (max-device-width:768px){
	
}

@media screen and (max-device-width:640px){

}

@media screen and (max-device-width:540px){

}

@media screen and (max-device-width:414px){

}

@media screen and (max-device-width:375px){

}


.image_scal{overflow: hidden;}
.image_scal img{
  -webkit-transition:transform 1.3s;
  -moz-transition:transform 1.3s;
  -ms-transition:transform 1.3s;
  -o-transition:transform 1.3s;
  -webkit-perspective:1000;
  -webkit-backface-visibility:hidden;
  -moz-perspective:1000;
  -moz-backface-visibility:hidden;
  -ms-perspective:1000;
  -ms-backface-visibility:hidden;
  -o-perspective:1000;
  -o-backface-visibility:hidden;
}
.image_scal:hover img{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

