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;}


.header{width: 100%;height: 141px;background: url(../img/topbj.png)no-repeat;}
.headers,.headerx{width: 1300px;margin: 0 auto;}
.headersl,.headerxl{float: left;}
.headersr,.headerxr{float: right;    display: flex;
    margin: 50px 0;
}
.headers{height: 50px;line-height: 50px;}
.headersl{font-size: 14px;color: #666;}
.headersr ul li{float: left;margin: 0 10px;}
.headersr ul li a{color: #666;}
.headerx{height: 141px;}
.headerxl{margin: 28px 0;}

span.search {
 
position: relative;
 
display: inline-block;
 
width: 150px;
 
height: 30px;
 
border: 1px solid #fff;
 
background: #fff;
 
border-radius: 20px;
}

.headerxr ul{margin-right: 10px;}
.headerxr ul li{float: left;margin: 0 10px;line-height: 30px;position: relative;}
.tbdh1:after{position: absolute;right: -11px;top: 8px;width: 2px;height: 50%;content: "";background: #FFFFFF;}
.headerxr ul li a{color: #FFFFFF;font-size: 16px;}

.search-txt {
	
width: 115px;
	
height: 30px;
	
margin-right: 4px;
	
background: #FFFFFF;
	
padding-left: 10px;
	
border-radius: 20px;
}

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: 50px;background: #fff;box-shadow: 0 5px 12px rgb(0 0 0 / 30%);}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hd-nav{width: 1300px;margin: 0 auto;background: #fff;}

.hd-nav li{line-height: 50px;font-size: 18px;position:relative;width: 10%;text-align: center;/* font-weight: bold; */}
.hd-nav li:after{position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
    background: url(../img/dhbj.png) no-repeat center;
    right: 0px;
   }

.hd-nav a{display:block;line-height: 50px;position:relative;color: #333333;}

.hd-nav li:hover .subnav{display:block}
.subnav{
    display: none;
    background-color: rgb(18 48 96 / 0.8);
    width: 100%;
    position: absolute;
    z-index: 9;
   }
.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(12 48 96 / 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: 1300px;
	height: 100%;
	overflow: hidden;margin:0 auto;
}

.liturest2 {
	position: relative;
}

.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;
} 


.mainn{width: 1300px;margin: 0 auto;}
.mainn1,.mainn3{margin: 30px 0;}
.mainn1l{float: left;width: 66%;}
.mainn1ll{float: left;width: 48.5%;}
.mainn1lr{float: right;width: 48.5%;}
.mainn1r{float: right;width: 32%;}

.news-title{/* line-height: 52px; */border-bottom: 2px solid #0c3060;margin-bottom: 20px;box-sizing: border-box;}
.news-title>h2{
	font-size: 22px;
	font-weight: normal;
	width: 142px;
	height: 39px;
	margin-right: 27px;
	float: left;
	line-height: 40px;
	text-indent:1em;
	color: #fff;
	font-weight: bold;
	background: url(../img/lmbj.png) no-repeat center top;
}
.news-title a{
    float: right;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.pic-news{
	width: 100%;
	height: 460px;
	
}
.pic-news .item{position: relative;}
.pic-news .pic{
	width: 100%;
	height: 460px;
	/* overflow: hidden; */
	position: relative;
}
.pic-news .pic img{width: 100%;height: 100%;}
.pic-news .pic-title{
	width: 100%;
	height: 120px;
	position: relative;
	left: 0;
	/* bottom: 0; */
	z-index: 999;
	/* line-height: 40px; */
	background: #EEF1F4;    padding: 20px;
    box-sizing: border-box;
}
.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;
    bottom: -30px;
    text-align: right;
    right: 10px;
	
}
.pic-news .slick-dots button{
	color: transparent;
	background: none;border: none;
}
.pic-news .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius:8px ;
	border: 2px solid #0c3060;
}
.pic-news .slick-dots .slick-active{
	background: #0c3060;
}

.mainn1{height: 650px;}
.rl{width: 75px;height: 75px;position: absolute;
    top: -35px;}
    
.pic-title h2{padding-left: 70px;color: #333333;font-size: 20px;font-weight: bold;}
.pic-title p{

       font-size: 13px;
    color: #848484;
    padding-top: 10px;
    
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    line-height: 20px;}


.rl .r{width: 100%;height: 45px;font-size: 30px;background: #0C3060;line-height: 45px;color: #FFFFFF;}
.rl .ny{width: 100%;height: 30px;line-height: 30px;background: #7E242D;color: #FFFFFF;}
.mainn1lrsl{float: left;width: 60px;height: 60px;background: #0B2E60;color: #FFFFFF;border-radius:10px ;}
.r{height: 30px;line-height: 30px;text-align: center;font-size: 22px;font-weight: bold;}
.ny{height: 30px;line-height: 30px;font-size: 14px;text-align: center;}
.mainn1lrsr{float: right;width: 80%;height: 60px;font-size: 18px;font-weight: bold;display: flex;align-items: center;}
.mainn1lrs{padding-bottom: 10px;border-bottom: 1px dashed #C0C0C0;}
.mainn1lr ul li{height: 50px;
    line-height: 50px;
    margin-bottom: 8px;;border-bottom: 1px dashed #C0C0C0;text-indent:1em ;background: url(../img/lmd.png)no-repeat 0;}
.mainn1lr ul li small{float: right;font-size: 14px;color: #666666;}

.mainn1lr ul li a{font-size: 16px;}


.mainn1r ul li{
    padding-bottom: 15px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #C0C0C0;
}
.mainn1rl{float: left;width: 60px;height: 60px;border-right:1px solid  #DDDFE1 ;}
.mainn1rl .r{height: 30px;line-height: 30px;text-align: center;font-size: 22px;font-weight: bold;color: #0c3060;}
.mainn1rl .ny{height: 30px;line-height: 30px;font-size: 14px;text-align: center;}
.mainn1rr{float: right;width: 80%;height: 60px;font-size: 16px;display: flex;align-items: center;}



.mainn2{width: 1300px;height: 140px;margin: 0 auto;background: url(../img/zhhqbj.png)no-repeat;padding-left: 200px;padding-right: 30px;box-sizing: border-box;}

.mainn2 ul{display: flex;align-items: center;height: 140px;justify-content: space-between;
    flex-wrap: wrap;}
.mainn2 ul li{width: 150px;display: flex;justify-content: center;text-align: center;color: #fff;position: relative;}
.mainn2 ul li::before{content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 25%;
    width: 1px;
    height: 60px;
    background: #29855E;}
.mainn2 ul li p{color: #FFFFFF;padding-top: 5px;}

.mainn2 ul li:nth-child(6)::before{display: none;}

.mainn3{display: flex;justify-content: space-between;
    flex-wrap: wrap;}
.mainn31,.mainn32,.mainn33{width: 32%;}
.mainn31 ul li,.mainn32 ul li{height: 50px;
    line-height: 50px;
    ;border-bottom: 1px dashed #C0C0C0;text-indent:1em ;background: url(../img/btjt.png)no-repeat 0;}
.mainn31 ul li small,.mainn32 ul li small{float: right;font-size: 14px;color: #666666;}

.mainn31 ul li a,.mainn32 ul li a{font-size: 16px;}

.mainn33s img{width: 100%;}
.mainn33 ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.mainn33 ul li{width: 48%;
    height: 54px;
    margin-top: 10px;
    line-height: 54px;
    text-indent: 3em;background-image:url(../img/lmd.png) ;background-repeat:no-repeat ;background-position: 10%;}
.mainn33 ul li:nth-child(1){background-color: #E7EFEC;}
.mainn33 ul li:nth-child(2){background-color: #E7ECEF;}
.mainn33 ul li:nth-child(3){background-color: #EFECE7;}
.mainn33 ul li:nth-child(4){background-color: #E7E8EF;}
.mainn33 ul li:nth-child(5){background-color: #EAEFE7;}
.mainn33 ul li:nth-child(6){background-color: #EFE7EC;}
.mainn33 ul li:nth-child(7){background-color: #EFECE7;}
.mainn33 ul li:nth-child(8){background-color: #E8E7EF;}

.announcement-carousel{padding-bottom:40px;}
.announcement-carousel li{    font-size: 20px;
    background: url(../img/xqtzxtbj.png)no-repeat bottom;
    background-size: 100%;}
.announcement-item{background:#fff;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s;box-sizing: border-box;}
.announcement-item:hover{box-shadow:5px 5px 15px rgba(0,0,0,.2)}

.announcement-carousel li img{width: 100%;height: 193px;display: block;}
.announcement-carousel li p{width: 100%;height: 50px;text-align: center;font-size: 16px;font-weight: bold;background: #FFFFFF;line-height: 50px;}
.announcement-item .date{margin-bottom:5px;background: url(../img/xqggrqbj.png)no-repeat;width: 98px;height: 34px;}
.announcement-item .date span{    font-size: 17px;
    color: #fff;
    width: 55px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.announcement-item .date i{font-style: normal;
    font-size: 16px;
    padding-left: 2px;
    color: #fff;
    width: 40px;
    line-height: 35px;
    
    display: inline-block;
    height: 34px;
    float: right;}
.announcement-item .content h1{margin: 20px 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    min-height: 54px;
    font-weight: 100;}
.announcement-item .content span{display:block;text-align:right;font-size:14px}
.announcement-item .content span img{position:relative;top:-2px;margin-left:3px}
.announcement-item .more{text-align: left;
    padding: 10px;
    min-height: 130px;}
.announcement-item .more h1{margin:5px 0;padding:0;font-size:33px;line-height:1.5;color:#000}
.announcement-item .more span{display:block;text-align:left;font-size:14px}
.announcement-item .more span img{position:relative;top:-2px;margin-left:3px}


.announcement-carousel .swiper-pagination-bullet{width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
  background: #E6F2FB;
    border: 1px solid #1B6BCE;
    
    margin: 0 5px;}
 .announcement-carousel .swiper-pagination{margin-top: 10px;}
 .announcement-carousel .swiper-pagination-bullet-active{background: #1B6BCE;}


.mainn33 ul li a{font-size: 18px;}

.foot{width: 100%;height: 100px;background: #0B2E60;border-top:5px solid #072041 ;margin-top: 60px;}


.footn{width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;flex-flow: wrap;color: #FFFFFF;height: 75px;}
.footn1{width: 800px;display: flex;height: 30px;}
.footn1 h2{margin-right: 30px;line-height: 30px;}
.footn1 select{    margin-right: 30px;
    background: #0B2E60;
    color: #fff;
    padding: 0 15px;}
.footn h2{font-size: 16px;}
.footn1 ul li{float: left;margin:5px 0;}
.footn1 ul li a{color: #FFFFFF;border-right:1px solid #FFFFFF ;padding:0 10px;}
.footn2 p{line-height: 30px;}


.mainnyz{width: 1300px;margin: 50px auto;}
.mainnyl{float: left;
    width: 275px;
    
    margin-right: 40px;}

.mainnyl h2{line-height: 100px;
    color: #fff;
    background: #0B2E60;
    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 #0B2E60;
}

.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: #0B2E60;
	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: 975px;float: right;}
.mainnyl ul li{line-height: 65px;border-bottom: 1px dashed #3333;text-align: center;}
.mainnyl ul li a{font-size:18px ;}


.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: 20px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
}

.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: #09519c;
}

.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: #0B2E60;
}

.text-list ul li:hover span {
	color: #0B2E60;
}