body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; font-family: "微软雅黑"; }
body { background:#fff; color:#000; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#000; text-decoration:none; }
a:hover { text-decoration:none;  }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
.clear{clear: both;}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    visibility: hidden;
}

.header{width: 100%;height: 160px;background: url(../img/tbbj.png)no-repeat;}
.headern{width: 1200px;height: 160px;margin: 0 auto;display: flex;flex-flow:wrap ;justify-content: space-between;align-items: center;}

.headernrs  ul{display: flex;flex-flow: wrap;justify-content: space-between;}



span.search {
 
position: relative;
 
display: inline-block;
 
width: 210px;
 
height: 30px;
 
border: 1px solid #215CC4;
 
background: #215CC4;
 margin: 10px 0;

}

.search-txt {
	
 width: 175px;
    height: 30px;
    margin-right: 4px;
    background: #FFFFFF;
    padding-left: 10px;
}

span.search input {
 border: none;
 outline: none;
 vertical-align: 0px;
 vertical-align: middle;
 float: left;
 
}

#search-bt {    
 width: 29px;
 height: 28px;
 text-indent: -999px;
 background: url(../img/ss.png) no-repeat center;
 overflow: hidden;
 cursor: pointer;
 
}

span.search input {
 border: none;
 outline: none;
 vertical-align: 0px;
 _vertical-align: middle;
 float: left;
}














.nav{width: 100%;min-height: 60px;background: #215CC4;}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hd-nav{width: 1200px;margin: 0 auto;background: #215CC4;align-items: center;
    min-height: 60px;}

.hd-nav li{font-size:20px;position:relative;width: 10%;text-align: center;font-weight: 600;min-height: 60px;
    /* line-height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;}


.hd-nav a{display:block;position:relative;color:#fff}

.hd-nav li:hover .subnav{display:block}
.subnav{
    display: none;
   
    background-color: rgb(33 92 196 / 0.8);
    
    width: 100%;
    position: absolute;z-index: 9;top:60px
    
   }
.subnav a{font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed rgb(255 255 255 / 0.2);
    line-height: 30px;color: #FFFFFF;
    }
	.subnav a:hover{background-color: rgb(33 92 196 / 70%);}
	


.mobNav{position:fixed;top: 42px;left:0;right:0;bottom:0;background:rgba(255,255,255,1);z-index:98;padding: 20px 6% 20px;display:none}
.mobNav ul{max-height:70vh;overflow:auto}
.mobNav ul::-webkit-scrollbar{display:none}
.mobNav ul li{padding:15px 0;border-bottom:1px solid #ddd}
.mobNav ul li .navp a{font-size: 16px;color:#3b7a9b;font-weight:700;background-size:auto 100%}
.mobNav ul li .navp i{display:block;width:16px;transition:.3s;transform-origin:center;margin-right:5px;height:16px;background:url(../images/more.png) center no-repeat;background-size:16px 16px}
.mobNav ul li.on .navp i{transform:rotate(-45deg)}
.mobNav ul li .subNavm{margin-top:10px;padding-left:10px;display:none}
.mobNav ul li .subNavm a{display:block;line-height:36px;font-size:16px}
.mobNav .toplink{margin-bottom: 10px;}
.mobNav .toplink:after{clear:both;content:' ';display:block}
.mobNav .toplink a i{font-size:24px}
.mobNav .toplink a{height: 36px;float: left;display: block;line-height: 36px;font-size: 13px;text-align:center;width: 23%;transition:.3s;color: #333;margin: 0 3px;border-bottom: 1px solid #ddd;}
.mobNav .toplink a span{width:100px;height:100px;background:#fff;top:100%;left:-15px;position:absolute;z-index:10;padding:3px;display:none}
.mobNav .toplink a:hover span{display:block}



/* banner */
.banner {
	width: 1200px;
	height: 460px;
	overflow: hidden;margin:0 auto;
}

.liturest2 {
	position: relative;height: 460px;
}

.banner .pic a {
	position: relative;
	display: block;
	height: 26vw;
	overflow: hidden;
	width: 100%;
}

.banner .item {
	position: relative;
	/* height: 100vh; */
	overflow: hidden;
}

.banner .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	object-fit: cover;
}

.banner .slick-arrow {
	color: transparent;
	position: absolute;
	width: 33px;
	top: 45%;
	background: url(../img/bannerleft.png) no-repeat left center;
	background-size: cover;
	height: 61px;
	z-index: 2;border: none;
}

.banner .slick-next {
	right: 3%;
	background: url(../img/bannerright.png) no-repeat left center;
	background-size: cover;
}

.banner .slick-prev {
	left: 3%;
}

.banner .pic,
.banner .slick-list {
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	right: 45%;
	bottom: 20px;
	z-index: 2;
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0px 7px;
}

.banner .slick-dots li button {
	color: transparent;
	width: 15px;
	height: 15px;
	background: url(../img/dot2.png) no-repeat left center;border: none;
}

.banner .slick-dots .slick-active button {
	width:60px;
	background: url(../img/dot1.png) no-repeat left center;
}

.banner .bannertitle {
	position: absolute;
	width: 100%;
	z-index: 9;
	bottom: 0rem;
	left: 0%;
	height:70px ;
	background: rgba(0,0,0,0.5);
}

.banner .bannertitle a {
	display: block;
	margin: auto;
	width:90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 70px;
	font-size: 18px;
	color: #ffffff;
} 


.main{width: 100%;min-height: 600px;background: url(../img/dbbj.png)no-repeat bottom;padding-bottom: 200px;}
.mainn{width: 1200px;margin: 0 auto;}
.mainn1,.mainn2,.mainn3{display: flex;flex-flow: wrap;justify-content: space-between;}

/* 新闻 */

.news-title{/* line-height: 52px; */border-top: 1px solid #215CC4;margin-bottom: 20px;}
.news-title>h2{
	font-size: 18px;
    font-weight: normal;
    color: #666666;
    
    float: left;
  
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.news-title>h2.active{
	color: #0057a0;
	background-color: #215CC4;
	background-image:url(../img/dqlmbj.png) ;
	background-repeat:no-repeat ;
	background-position:center bottom;color: #FFFFFF;
	
}
.pic-news{
	width: 48.5%;
	height: 435px;
	margin-top: 30px;
}
.pic-news .item{position: relative;}
.pic-news .pic{
	width: 100%;
	height: 435px;
	overflow: hidden;
	position: relative;
}
.pic-news .pic img{width: 100%;height: 100%;}
.pic-news .pic-title{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 60px;
	
	background: url(../img/titlebg.png) no-repeat left bottom;
}
.pic-news .pic-title a{
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.pic-news .slick-dots{
	position: absolute;
	top: 15px;
	right: 20px;
}
.pic-news .slick-dots button{
	color: transparent;
	background: none;border: none;
}
.pic-news .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: url(../img/dot4.png) no-repeat center;
}
.pic-news .slick-dots .slick-active{
	background: url(../img/dot3.png) no-repeat center;
}
.news-right{
	width: 48.5%;
	margin-top: 30px;
}
.news-right .tab-bd>div{display:none;}
.news-right .tab-bd>div.active{display:block;}
.news-right .tab-bd>div>a{float:right;margin-top: -59px;color: #666666;font-size: 16px;}
.news-list{
	width: 100%;
}
.news-first{
		border-bottom: 1px dashed #e5e5e5;
		padding-bottom: 15px;
}
.news-first .date{
	width: 60px;
	height: 60px;
	background-color: #0172D2;
	text-align: center;
	border-radius: 5px;
}
.news-first .date p{
	color: #fff;
	line-height: 1.5;
	font-size:22px ;
	font-weight: bold;
}
.news-first .date div{
	color: #fff;
	font-size: 14px;
}
.newsfirst-title{
	width: 100%;
}
.newsfirst-title h2{
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.newsfirst-title div{
	font-size: 14px;
	color: #828282;
	line-height: 1.5;text-indent: 2em;
}
.news-list ul{
	/* margin-top: 20px; */
}
.news-list ul li{
	padding: 9px 0;
    overflow: hidden;
}
.news-list ul li a{
	float: left;
	width: 77%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 18px;
	background: url(../img/hyd.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
}
.news-list ul li .date{float: right;}
.news-list ul li:hover a,.notice-list ul li:hover a,.media-list ul li:hover a{
	color: #0172d2;
}

.foots{width: 100%;height: 170px;background: url(../img/yqljbj.png)no-repeat;display: flex;flex-flow: wrap;align-items: center;justify-content: center;}
.footx{width: 100%;height: 70px;background: #0D46A9;display: flex;flex-flow: wrap;align-items: center;justify-content: center;color: #FFFFFF;text-align: center;}
.footx p{line-height: 25px;}


.footsn{width: 1200px;color: #FFFFFF;}
.footsn h2{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.footsn ul li{float: left;padding-right: 30px;margin-bottom: 10px;}
.footsn ul li a{color: #FFFFFF;font-size: 16px;}



.mainnyz{width: 1200px;margin: 50px auto;}
.mainnyl{float: left;
    width: 225px;
    
    margin-right: 40px;}

.mainnyl h2{line-height: 100px;
    color: #fff;
    background: #215CC4;
    font-size: 30px;
    overflow: hidden;
    text-align: center;}
.position {
	padding-top: 13px;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 66px;
	border-bottom: 1px solid #215CC4;
}

.position h3 {
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: left;
	bottom: 0;
	left: 0;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #215CC4;
	z-index: 9;
}

.position span {
	color: #8c9396;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 14px;
	color: #8c9396;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #0166b3;
}

.mainnyr{width: 930px;float: right;}



.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #d9d9d9;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	margin: 0 10px;
}

.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 32px;
	color: #555555;
}

.pnext p a {
	font-size: 15px;
	color: #555555;
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #215CC4;
}

.text-list ul li {
	padding-left: 15px;
	padding-right: 110px;
	position: relative;
	line-height: 62px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url(../img/hdian.png) no-repeat;
	background-position: left center;
}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-list ul li span {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: 16px;
}

.text-list ul li:hover a {
	color: #215CC4;
}

.text-list ul li:hover span {
	color: #215CC4;
}


 .leftNav {
	float: left;
	
	position: relative;
	margin-right: 40px;
}

.leftNav>h2 {
	line-height: 75px;
	color: #fff;
	background: #215CC4;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
}

 .leftNav>h2 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

 .leftNav p {
	margin-left: 20px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
}

 .leftNav>ul {
	border-right: 1px solid rgba(203,203,235,0.6);
	background: #fff;
	padding-bottom: 150px;
	/* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}

 .leftNav>ul>li {
	position: relative;
	border-bottom: 1px dotted #b0bdcb;
}

 .leftNav>ul>li:first-child {
	border-top: none;
}

 .leftNav ul li a {
	display: block;
	font-size: 20px;
	line-height: 65px;
	padding-left: 45px;
}

 .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(../img/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
}

 .leftNav>ul>li.on>span {
	transform: rotate(90deg);
}

 .leftNav>ul>li.on>a {
	background: rgba(7, 49, 144, 0.04);
	color: #215CC4;
	font-weight: 600;
}

 .leftNav>ul>li.activ {
	background: #dadada;
}

 .leftNav>ul>li.active>a {
	color: #215CC4;
	font-weight: 600;
}

 .leftNav ul li:hover {}

 .leftNav ul li.active {
	/*border-left: 3px solid #215CC4;*/
}

 .leftNav ul li.active ul {
	display: block;
}

 .leftNav ul li a:hover {
	background-position: 31px center;
	color: #215CC4;
}

 .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

 .leftNav>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 64px;
	border-top: 1px solid #eeeeee;
	padding-left: 65px;
	color: #666666;
}