body,
html {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	font-size: 14px;
	color: #333333;
	background: #e9f4fe;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	
}
.top{
	background: url(../img/topbg.png) no-repeat;
	background-size:100% 100%;
	padding:10px 0;
	color:#ffffff;
	font-size:16px;
	line-height:25px;
}
.header {
	padding: 22px 0 17px 0;
	position: relative;
	background: url(../img/headerbg.png) repeat-x left center;
	background-size:100% 100%;
}

.headerlink {
	margin-top: 20px;
}

.headerlink li {
	color: #ffffff;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #ffffff;
}

.headerlink li:first-of-type {
	border: none;
}
.ss-div {
	width: 160px;
	height: 25px;
	background: transparent;
	overflow: hidden;
	border:1px solid #ffffff;
	border-radius: 13px;
	margin-right:25px;
}
.ss-div .ss-btn {
	border: none;
	background: transparent url(../img/search.png) no-repeat center;
	width: 25px;
	height: 25px;
	color: #ffffff;
	line-height: 25px;
	cursor: pointer;
	padding:0;
}
.ss-div .ss-ipt {
	padding:0;
	padding-left: 10px;
	border: none;
	background: transparent;
	color: #ffffff;
	width: 125px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	border: 0;
	outline: none;
}
.ss-div .ss-ipt::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
}

/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	background: #ffffff;
	cursor: pointer;
border-radius: 50%;
}

.main-bullet-active {
	background: #054378;
}
.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{
	--swiper-theme-color: #ffffff;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !important;
}

/*导航*/
#nav {
	position: relative;
	z-index: 1000000;
	background: #ffffff;
}

.nav {
	font-size: 16px;
}

.fNav li {
	float: left;
	color: #333333;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	
}

.fNav li a {
	display: inline-block;
	padding: 13px 24px;
	position: relative;
	text-align: center;
	color: #333333;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-bottom:4px solid transparent;
}
/* .fNav>li.active>a {
	color:#ff6f6f;
	border-color: #ff6f6f;
}
.fNav>li:hover>a {
	
	color:#ff6f6f;
	border-color: #ff6f6f;
} */

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #ffffff;
	color: #333333;
	border:none;
}

.sNav li a {
	border: none;
	color: #333333;
	padding: 10px 0;
}

.sNav>li:hover {
	background: #ffffff;
}

.sNav li:hover>a {
	color: #333333;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #ffffff;
	color: #333333;
	border:none;
}

.tNav>li:hover {
	background: #ffffff;
}
.tNav li a {
	color: #333333;
}

.tNav li:hover a {
	color: #333333;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*主体*/
#body {
	position: relative;
	min-height: 800px;
}

.blog {
	padding: 0;
}

.imgtitle {
	text-align: center;
	margin-bottom: 40px;
}

.title {
	
	color:#00447d;
	border-bottom:1px solid #00447D;
}
.title>div{
	display: inline-block;
	padding: 10px 0;
	border-bottom:4px solid #00447D;
}
.title img,.title .tt{
	display: inline-block;
	vertical-align: middle;
}
.title p{
	font-size:30px;
	margin:0 5px;
}
.title span{
	display:block;
	font-size:18px;	
	line-height:18px;
	padding:2px 0;
}
.title span:last-of-type{
	font-size:14px;
}
.ot{
	margin-top:4px;
}
.more {
	position:absolute;
	right:30px;
	top:40px;
	color:#00447D;
	font-size:14px;
}

/*正文第一部分*/
.blog1{
	padding:30px 0;
	background: #eaf4fe;
}
.blog1>div{
	position: relative;
}
.blog1 ul{
	padding:30px 0;
}
.blog1 li{
	width:362px;
	float:left;
	margin-left:57px;
	color:#00447D;
}
.blog1 li:first-of-type{
	margin-left:0;
}
.blog1 li img{
	width:362px;
	height:128px;
}
.blog1 li p{
	font-size:16px;
	font-weight: bold;
	padding:10px 0;
height: 60px;
	letter-spacing:1px;
}
.blog1 li span{
	font-size:15px;
	width:362px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom:5px;
}
/*正文第二块*/
.blog2{
	padding:30px 0;
background: #ffffff;
}
.blog2-1,.blog2-2,.blog2-3{
	width:362px;
	position: relative;
}
.blog2-1{
	margin-right:57px;
}
.blog2-box ul li{
	padding:15px 0;
	/*border-bottom:2px solid #999999;*/
	overflow: hidden;
	font-size:0;
}
.blog2-box ul li a{
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
	width:285px;
	box-sizing: border-box;
	padding-left:30px;
	background: url(../img/liststyle.png) no-repeat 10px center;
}
.blog2-box ul li span{
	display: inline-block;
	vertical-align: middle;
	width:77px;
	text-align: right;
	font-size:14px;
	color:	#999999;
}
/*.blog2-1 ul li:first-of-type a{
	width:100%;
	background:none;
	padding:0;
}
.blog2-1 ul li:first-of-type img{
	width:220px;
	height:130px;
}
.blog2-1 ul li:first-of-type div{
	width:120px;
	color:#02467f;
	font-size:14px;
}
.blog2-1 ul li:first-of-type div p{
	margin:15px 0;
}*/
/*第三部分 */
.blog3{
	position: relative;
	background: #eaf4fe;
	padding:50px 0;
}
.blog3 a{
	float:left;
	width:285px;
	margin-left:20px;
	border-radius: 18px;
	box-shadow:0 0 10px #00447d;
}
.blog3 a img{
	display: block;
	width:285px;
	height:244px;
}
.blog3 a:first-of-type{
	margin-left:0;
}
/*第四部分 */
.blog4{
	padding:50px 40px;
	overflow: hidden;
background: #ffffff;
}
.run-swiper{
	overflow: unset !important; 
}
.run-swiper img{
	width:100%;
}
/*底部*/
.footer::after{
	content:'';
	position: absolute;
	width:100%;
	height:2px;
	background: #FFFFFF;
	left:0;
	top:190px;
}
.footer {
	background: url(../img/footerbg.png) no-repeat;
	background-size:100% 100%;
	position: relative;
	padding: 20px 0;
	color: #ffffff;
}
.footerlogo{
	width:361px;
	height:75px;
	display: block;
	margin-right:120px;
	margin-top:40px;
}
.links{
	width:280px;
}
.links p{
	padding:15px 0;
	font-size:18px;
}
.links li{
	width:280px;
	padding:5px 0;
}
.erCode{
	text-align: center;
}
.erCode>p{
	padding:15px 0;
	text-align: left;font-size:18px;
	margin-bottom: 5px;
}
.erCode div{
	margin-right:20px;
}
.copy{
	margin-top:50px;
	line-height:2;
	padding:8px 0;
	text-align: center;
}

/*二级页面*/
.erBody {}

.erimg {
	width: 100%;
}
.erimg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 40px;
	background: #ffffff;
	border:1px solid #bee1fe;
}

.list-location {
	width: 270px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	color: #ffffff;
	background: #00447D;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #00447D;
}

.list-ul li {
	width: 270px;
	color: #333333;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	border:1px solid #bee1fe;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul li a {
	height: 55px;
	line-height: 55px;
	padding: 0 40px;
	display: block;
}

.list-ul li.active>a {
	background: #bee1fe;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 910px;
	background: transparent;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1400px;
	background: transparent;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 700px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #333333;
	font-size: 14px;
	padding:0 20px;
	margin: 20px 30px;
}
.right-location{
	padding:10px 0;
	font-size:18px;
	margin: 0 50px;
	border-bottom:1px solid #a3a4a5;
}

.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
}

.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}
/*现任领导*/
.xrld1,.xrld2{
	text-align: center;
}
.xrld1 a{
	display: inline-block;
	margin:30px ;
	width:190px;
	line-height:1.5;
}
.xrld1 .border1{
	border:5px solid #064277;
	width:180px;
	height:210px;
}
.xrld1 .border2{
	width:170px;
	height:200px;
	border:5px solid #2a5885;
	background: #bee1fe;
}
.xrld1 p,.xrld2 p{
	font-size:16px;
	color:#064378;
	font-weight: bold;
	margin-top:15px;
}
.xrld1 span,.xrld2 span{
	display: block;
}
.xrld2 a{
	display: inline-block;
	margin:30px 14px ;
	line-height:1.5;
	width:130px;
}
.xrld2 .border1{
	border:5px solid #064277;
	width:120px;
	height:160px;
}
.xrld2 .border2{
	width:110px;
	height:150px;
	border:5px solid #2a5885;
	background: #bee1fe;
}
/*联系我们*/
.lxwm>div{
	width:390px;
	margin-bottom:20px;
	border:1px solid #00447D;
}
.lxwm>div:nth-of-type(2n+1){
	float:left;
}
.lxwm>div:nth-of-type(2n){
	float:right;
}
.lxwm p{
	padding:8px 0;
}
.lxwmtop{
	color:#ffffff;
	background: #00447D;
	padding:10px 20px;
}
.lxwmbottom{
	background: #ffffff;
	color:#00447D;
	padding:10px 20px;
}
/*历任领导*/
.lrld>div{
	margin-bottom:50px;
}
.lrldtitle{
	padding:15px 30px;
	background: #00447D;
	color:#ffffff;
	font-size:18px;
}
.lrld ul{
	padding:10px 30px 20px 30px;
	background: #FFFFFF;
}
.lrld li{
	padding:6px 0;
}
.lrld li span{
	display: inline-block;
	width:250px;
	box-sizing: border-box;
	padding:0 6px;
	color:#00447D;
	text-align: center;
}
.lrld li span:first-of-type{
	text-align: left;
}
.lrld li span:last-of-type{
	text-align: right;
}
.lrld li:first-of-type{
	padding:10px 0;
	border-bottom:1px solid #999999;
}
.lrld li:first-of-type span{
	font-size:20px;
}

#js1069601jsclock{
  float:left;
}