@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
body{ 
	font-family:'微软雅黑'; 
	font-style:normal; 
	font-weight:normal; 
	font-size:14px; 
	background:#fff;

}

a:link{color:#646464; text-decoration:none;}
a:hover{color:#01528f; text-decoration:none;}
a:active{color:#646464; text-decoration:none;}
a:visited{color:#646464; text-decoration:none;}
img{ border:0;}

li{
	list-style:none;padding: 0; margin:0;
}

.f_r{float: right;}
.f_l{float: left;}
.n_bg{background-image: none;}
a.more{color: #1ba598;}
.m{
	margin: auto;
	width: 1200px;	
	clear: both;
}
.imgb{
	/*border: 3px #e4e4e4 solid;*/
}
.imgb:hover{
	/*border: 3px #0192d7 solid;*/
	box-shadow: 3px 3px 5px #558683;

}
/*顶部黑边*/
.top_hei{
	margin: auto;
	width: 100%;	
	/*max-width: 1440px;*/
	clear: both;
	height: 30px;
	background: #222222;
	color: #fff;
}
.top_link{
	width: 340px;
	height: 30px;
	float: right;
	position: relative;
}
.top_link a{
	line-height: 30px;
	margin: 0 5px;
	color: #fff;
}
.top_link a i{
	margin: 0 5px 0 0;
}
.top_link a:hover{
	color: #eee;
}

.top_link .erweima{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 30px;
	left: 120px;
	display: none;
}
.top_link .erweima img{
	width: 120px;
	height: 120px;
}

.top{
	margin: auto;
	width: 100%;	
	/*max-width: 1440px;*/
	clear: both;
	height: 150px;
	background: #fff;
}
.logo_top{
	width: 1200px;
	height: 150px;
}
.logo{
	width: 800px;
	height: 130px;
	float: left;
	margin:15px 0 0 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	
}

/*主导航*/
.menu_top{
	margin: auto;
	width: 100%;	
	/*max-width: 1440px;*/
	clear: both;
	height: 40px;
	background: #00518e;
}
.menu{
	width: 1200px;
	height: 40px;	
	position: relative;
	z-index: 100;
	background: #00518e;
}
.menu ul{
	margin:0;
	padding: 0 0 0 30px;
}
.menu ul li{
	width:140px;
	height: 40px;
	float: left;
}
.menu ul li a.tou{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: '微软雅黑';	
	width: 140px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
}

.menu ul li a:hover{
	text-decoration: none;
	background: #085aa0;
}
.mj_hover_menu a.tou{
	background: #f2f3f1;
}

.menu li .submenu {
    display: none;
    position: absolute;
    top: 40px;
    left: -120px;
    width: 1440px;
    height: 200px;
    background: url('../img/submenu.png') ;
    padding: 0px 0 0 0;
}
.menu li .submenu .tu{
	width: 350px;
	height: 200px;
	float: left;
	padding: 20px 0 0 30px;
}
.menu li .submenu .tu img{
	width: 300px;
	height: 150px;
}
.menu li .submenu .wen{
	float: left;
	min-width: 80px;
	margin: 20px 30px 0 20px;
}
.menu li .submenu .wen a{
	padding: 0 5px;
}
.menu li .submenu .wen h3{
	margin: 0 0 10px 0;
}
.menu li .submenu .wen h3 a{
	color: #000;
	font-size: 16px;
}
.menu li .submenu .wen p{
	margin: 0 0 5px 0;
}
.menu li .submenu .wen p a{
	color: #555;
	font-size: 14px;

}

.menu li .submenu .xian{
	float: left;
	width: 1px;
	height: 130px;
	border-right: 2px solid #a0a0a0;
	margin: 30px 0 0 0;
}



/*轮播banner*/

.banner_p{
	width: 100%;
}
.unslider{
	position: relative;
	overflow: auto;
	max-width: 1440px;
	margin: 0 auto;
	height: 400px;
}
.unslider-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
}
.unslider-nav ol li{
	width: 15px;
	height: 15px;
}
.unslider-arrow{
	bottom: 20px;
		display: none;
		width: 20px;
		height: 20px;
		overflow: hidden;
		background: url('../img/zuo.png') 2px 2px no-repeat ;
		/*background-size: 7px 11px;*/
		text-indent: -999em;
		left: auto;
		right: 94px;
}
.unslider-arrow.next{
	background-image: url('../img/you.png');

}

.banner {
	width: 100%;
	height: 400px;
}
	.banner ul {
		list-style: none;
		width: 500%;
		margin: 0;
	}
	.banner ul li {
	height: 400px;
	width: 1440px;
		display: block;
		float: left;
		background-position: center top;
  		background-repeat: no-repeat;

	}
	.banner ul li a{
		width: 100%;
		display: block;
	height: 400px;
	}


/*banner轮播结束*/

/*首页主体部分*/

.ind2{
	width: 1200px;
	height: 550px;
	margin-top: 20px;
	overflow: hidden;
}
.ind2 .more{
	float: right;
	padding: 3px 0 0 0;
}
.ind2 .more a{
	width: 40px;
	height: 20px;
	float: right;
	color: #01528f;
	font-weight: bold;
	font-size: 16px;
}
.ind2_l{
	float: left;
	width: 880px;
	height: 550px;
	margin-right: 40px;
}
.ind2 .tit{
	padding: 5px 10px 0 5px;
	height: 36px;
	border-bottom: 2px solid #00518e;
}
.ind2 .tit .title{
	color: #01528f;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.ind2 .tit .title i{
	margin: 0 10px 0 0;
}


.ind2_l_zxdt{
	padding: 20px 10px 0 10px;
}
ul.news_ul{
	width: 860px;
	height: 450px;
	overflow: hidden;
}
ul.news_ul li{
	height: 90px;
	line-height: 20px;
	overflow: hidden;
	margin: 0px 0 0px 0;

}
ul.news_ul li h4{
	height: 20px;
	line-height: 20px;
	overflow: hidden;

}
ul.news_ul li h4 a{	
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
ul.news_ul li h4 a i{
	color: #01528f;
	margin: 0 5px 0 0;
}
ul.news_ul li span{
	float: right;
	color: #666;
	height: 20px;
	font-size: 14px;
}
ul.news_ul li span i{
	margin: 0 3px 0 0;
}

ul.news_ul li p{
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

.ind2_r{
	float: left;
	width: 280px;
	height: 780px;
}

.ind2_r_zxcy{
	margin: 30px 0 0 0;

}
	.zxcy ul {
		width: 260px;
		height: 480px;
		overflow: hidden;
	}
	.zxcy ul li {
		height: 260px;
		width: 250px;
		display: block;
		margin: 0 0 0px 20px;
		text-align: center;
	}


.zxcy li .tu img{
	width: 150px;
	height: 200px;
	border: 1px solid #ccc;
}

.zxcy li .wenzi{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
.zxcy li .wenzi a{	
	color: #01528f;
}

.ind3{
	width: 1200px;
	height: 300px;
	margin-top: 20px;
	overflow: hidden;
}
.ind3 .more{
	float: right;
	padding: 3px 0 0 0;
}
.ind3 .more a{
	width: 40px;
	height: 20px;
	float: right;
	color: #5bc0de;
	font-weight: bold;
	font-size: 16px;
}
.ind3_l{
	float: left;
	width: 380px;
	height: 300px;
	margin-right: 30px;
}
.ind3_m{
	float: left;
	width: 380px;
	height: 300px;
	margin-right: 30px;
}
.ind3_r{
	float: left;
	width: 380px;
	height: 300px;
}
.ind3 .tit{
	padding: 5px 10px 0 5px;
	height: 36px;
	border-bottom: 2px solid #5bc0de;
}
.ind3 .tit .title{
	color: #5bc0de;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.ind3 .tit .title i{
	margin: 0 10px 0 0;
}
.ind3 .body{
	padding: 10px 0 0 0;
}

.ind3 .body ul li{
	border-bottom: 1px #e0e0e0 solid;
	box-shadow:0px 1px 1px #fff;
	line-height: 30px;
	width: 380px;
	height: 32px;
	background: url('../img/jiantou1.png') 5px 8px no-repeat;
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	float: left;
}
.ind3 .body ul li a{
	float: left;
	width: 240px;
	line-height: 30px;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
}
.ind3 .body ul li span{
	float: right;
}
/*不同颜色*/
.ind3 .ind3_m .tit{
	border-bottom: 2px solid #4cae4c;
}
.ind3 .ind3_m .tit .title{
	color: #4cae4c;
}
.ind3 .ind3_m .tit .more a{
	color: #4cae4c;
}
.ind3 .ind3_r .tit{
	border-bottom: 2px solid #eea236;
}
.ind3 .ind3_r .tit .title{
	color: #eea236;
}
.ind3 .ind3_r .tit .more a{
	color: #eea236;
}
/*天大景色*/
.ind4_js{
	width: 100%;
	height: 320px;
	background: #eee;
}
.ind4 {
	width: 1200px;
	height: 320px;
}
.ind4 .jingse{
	padding: 15px 40px;
}
.ind4 .jingse li{
	width: 200px;
	height: 130px;
	float: left;
	margin: 8px 10px;
}
.ind4 .jingse li img{
	width: 200px;
	height: 125px;
}

/*footer*/
.footm{
		margin: auto;
	width: 100%;	
	/*max-width: 1440px;*/
	clear: both;
	height: 120px;
	background: #1b1b1b;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot p{
	line-height: 26px;
}

.foot p.banquan{
	padding: 26px 0 0 0;
	margin: 0;
	text-align: center;
	color: #999;
}
.foot p.dizhi{
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	color: #999;
}


/*文章列表页面css*/

.mbx{
	height: 30px;
	padding: 10px 0 0 30px;
}

/*内页中间部分*/
.con_ny{
	width: 1200px;
	min-height: 400px;
	float: left;
	margin: 10px 0 0 0;
}
.con_ny_l{
	width: 210px;
	float: left;
}
.con_ny_l .nav_head{
	width: 190px;
	height: 40px;
	color: #fff;
	font-family: '微软雅黑';
	font-weight: bold;
	font-size: 16px;
	text-shadow: 2px 1px 1px #666;
	text-align: center;
	line-height: 40px;
	padding: 2px 0 0 0;
	background: #00518e;
}
.con_ny_l .nav_body{ 
	width: 190px;
	overflow: hidden;
}
.subNavBox{width:190px;}
.subNav{
	margin: 1px 0;
	text-align: center;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	color:#999;
	line-height:36px;
	height: 36px;
	background:#ebebeb url('../img/jiantou1.png') no-repeat;
	background-position:95% 50%;
}
.subNav:hover{
	color:#fff;
	background: #00518e  url('../img/jiantou2.png') no-repeat;
	background-position:95% 50%;
}
.subNav2{
	margin: 1px 0;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	color:#999;
	line-height:36px;
	height: 36px;
	background:#ebebeb;
}
.subNav2:hover{
	color:#fff;
	background: #00518e;
}
.subNav2 a{
	width: 190px;
	height: 36px;
	color: #999;
	float: left;
}
.subNav2 a:hover{
	color:#fff;
}
.subNavnow {
	color:#fff;
	background: #00518e;
}
.subNavnow a{
	color: #fff;
}

.currentDd{
	color:#fff;
	background: #00518e;
}
.currentDt{
	background: #00518e  url('../img/jiantou3.png') no-repeat;	
	background-position:95% 50%;
}
.navContent{display: none;margin: 0;}
.navContent li {
	border-bottom: 1px solid #ebebeb;
	background: url('../img/jiantou1.png') 5px 7px no-repeat;
	padding: 0 0 0 30px;
}
.navContent li a{
	display:block;height:36px;font-size:14px;line-height:36px;color:#333

}
.navContent li a:hover{color:#00518e;}



/*左侧快捷导航*/
.con_ny_l .zb_kjdh{
	margin: 20px 0 0 0;
	width: 190px;
	text-align: center;
}
.con_ny_l .zb_kjdh img{
	width: 120px;
	height: 120px;
}
.zb_kjdh p{
	margin: 10px 0 0px 0;
}


/*左边结束*/


.con_ny_r{
	width: 990px;
	float: left;
}

/*列表*/
.con_list{
	width: 982px;
	border: 1px #00518e solid;
	box-shadow:1px 1px 1px 1px #fff inset;
	/*padding:5px 15px 40px 15px;*/
	margin: 0 6px 10px 0;
	min-height: 500px;
	/*height: 650px;*/
	float: left;
}
.con_list_tit{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding: 0px 0 0 20px;
	background: #00518e;
	height: 40px;
}

.xueshu_list_ul{
	padding: 10px 0 30px 10px;
	float: left;
	min-height: 500px;
}
.xueshu_list_ul li{
	border-bottom: 1px #e0e0e0 solid;
	box-shadow:0px 1px 1px #fff;
	line-height: 30px;
	width: 930px;
	height: 32px;
	background: url('../img/jiantou1.png') 5px 8px no-repeat;
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	float: left;
}
.xueshu_list_ul li a{
	float: left;
	width: 750px;
	line-height: 30px;
	font-size: 16px;
}
.xueshu_list_ul li span{
	float: right;
}


/*图片新闻类表*/

.con_list_body ul.news_list_ul{
	padding: 0 10px 0 20px;
	margin: 0;
}
.con_list_body ul.news_list_ul li{
	position: relative;
	/*width: 720px;*/
	height: 160px;
	border-bottom: 1px #e0e0e0 solid;
	box-shadow:0px 1px 1px #fff;
	overflow: hidden;
	padding: 20px 10px 10px 0;
}
.con_list_body ul.news_list_ul li img{
	float: left;
	width: 160px;
	height: 120px;
	margin-right: 25px;
	border: 1px #ccc solid;
}
.con_list_body ul.news_list_ul li h5{
	float: left;
	margin: 2px 0 7px 0;
}
.con_list_body ul.news_list_ul li h5 a{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.con_list_body ul.news_list_ul li h5 a:hover{
	color: #00518e;
}
.con_list_body ul.news_list_ul li p.fbt{
	text-align: right;
	color: #00518e;
	height: 24px;
}
.con_list_body ul.news_list_ul li p.fbt span{
	color: #333;
	margin: 0 0 0 20px;
}
.con_list_body ul.news_list_ul li p{
	float: left;
	margin: 0;
	width: 720px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}



/*分页*/
.pageNav {
	text-align: center;
	clear: both;
	height: 32px;
	margin: 28px 0 0 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
}
.pageNav a {
	color: #00518e;
	height: 20px;
	line-height: 22px;
	border: 1px solid #00518e;
	/*display: block;
	float: left;*/
	padding: 2px 8px;
	overflow: hidden;
	margin-right: 5px;

}
.pageNav a.now{
	font-weight: bold;
	background: #00518e;
	color: #fff;
}



/*新闻内容页*/
.con_news_body{
	padding: 5px 20px 10px 20px;
	background: #fff;
	min-height: 500px;
}
.news_tit{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 15px 0;

}

.news_info{
	color:#888;
	line-height: 20px;
	text-align: right;
	padding:10px 0 10px 0;

}
.news_info span i{margin: 0 7px 0 0;}
.content{
line-height: 200%;
padding: 20px 20px;
overflow: hidden;
font-size: 14px;
}
.content img{
	max-width: 890px;
	/*width: 100%;
	height: 100%;*/
}

/*上一篇*/
.shangyipian{
	margin: 10px 0 0 0;
	padding: 20px 0 10px 20px;
	border-top: 1px #ddd solid;
	text-align: center;
}
.shangyipian a{
	    color: #00518e;
    height: 20px;
    line-height: 22px;
    border: 1px solid #00518e;
    padding: 2px 8px;
    overflow: hidden;
    margin-right: 5px;
}
.shangyipian p a{
	color: #888;
}
/*中心成员*/
.zxcy_list_ul {
	min-height: 600px;
	padding: 10px 0 0 10px;
}
.zxcy_list_ul li{
	width: 150px;
	height: 260px;
	float: left;
	margin: 20px 10px;
}
.zxcy_list_ul li img{
	width: 150px;
	height: 200px;
	border: 1px #ccc solid;
}
.zxcy_list_ul li h5{
	margin: 10px 0 0 0;
  text-align: center;
}
.zxcy_list_ul li h5 a{
	  overflow: hidden;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #01528f;
}