/* 清除默认样式 */
@font-face{
     font-family: 'dengxian'; 
     src: url('../fonts/DengXian.ttf');
}
@font-face{
     font-family: 'msyh'; 
     src: url('../fonts/msyh.ttf');
}
@font-face{
     font-family: 'msyhbd'; 
     src: url('../fonts/msyhbd.ttf');
}
@font-face{
     font-family: 'Calibri'; 
     src: url('../fonts/Calibri.ttf');
}
*{
	margin:0;
	padding:0;
	font-family: 'msyh';
}
p{
	margin:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

li{
	list-style:none;
}

img{
	vertical-align:top;
	border:none;
}
.w1200{
	width:1200px;
	margin:auto;
}
.clear{ clear:both} 
@media (max-width:1199px){
	body{
		margin:auto;
		width: 1200px;
	}
	#nav{
		margin: auto;
		width:1200px;
	}
	footer{
		margin: auto;
		width:1200px;
	}
}

/* 头部 */

.top{
	background:url(../images/top_bg.jpg);
	height: 107px;
}
.top .topnr_l{
	float:left;
}
.top .topnr_r{
	float:right;
}
.xxzy{
	color:#666666;
	margin-right:8px;
	font-family: 'dengxian';
	margin-top: 32px;
	float:left;
	font-size: 16px;
}
#searchform{
	float:left;
}
.top .topnr_r .searchform{
	float:left;
	margin-top:32px;
	font-size: 16px;
}
.top .topnr_r .searchform #key{
	border-radius:3px;
	border:solid 1px #666;
	text-indent: 5px;
}
.top .topnr_r .searchform #button{
	margin-left:8px;
}
.searchform #key{
	display:none;
}
#searchform:hover #key{
	display: initial;
}
#nav{
	background-color: #00519C;
	border:none;
	margin-bottom:0;
	min-height:40px;
}
#nav > div > ul > li > a{
	color:#fff;
	font-size:18px;
	padding: 0 32px;
	height:40px;
	line-height:40px;
	font-family: 'microsoft yahei';
	font-weight:bold;
}
#nav > div > ul > li{
	float:left;
}
#nav > div > ul > li > a:hover{
	background:#fff;
	color:#003b78;
}
.navbar-nav{
	margin:0;
}
/* 主体 */
.container1 img{
	width:100%;
}
.container2{
	margin-top:48px;
	overflow: hidden;
}
.container2	.container2_l{
	width:575px;
	float:left;
}
.container2	.container2_l_title{
	border-bottom:solid 1px #BFBFBF;
	margin-bottom: 10px;
}
.container2	.container2_l h3,
.container2 .container2_r h3{
	color:#00519C;
	margin:0;
	padding-bottom:10px;
}
.shu_icon{
	background:url(../images/shu_icon.jpg) no-repeat;
	width:3px;
	height:20px;
	display: inline-block;
	margin-right:8px;
	position: relative;
	top: 1px;
}
.yousanjiao_icon{
	background:url(../images/yousanjiao_icon.png) no-repeat;
	width:4px;
	height:8px;
	display: inline-block;
	margin-right:4px;
}
.container2	.container2_l h3 span,
.container2 .container2_r h3 span{
	color:#cccccc;
	font-size:18px;
	font-family:'Calibri';
	margin-left: 5px;
	text-transform: uppercase;
}
.title{
	color: #00519C;
}
.more{
	float:right;
	color:#ec7600;
	font-size:14px;
	margin-top: 10px;
	font-family:'Calibri';
}
.container2_l_nr ul li{
	clear: both;
	margin-bottom:10px;
	overflow: hidden;
}
.container2_l_nr ul li a{
	color:#666666;
}
.container2_l_nr ul li span{
	float:right;
}
.container2_l_nr_l{
	float:left;
	margin-right:20px;
}
.container2_l_nr_l img{
	width:247px;
	height:158px;
}
.container2_l_nr_r{
	float:right;
	margin-left:20px;
}
.container2_l_nr_l{
	float:left;
}
.container2_l_nr_title{
	color:#00468e !important;
	font-size:16px;
	font-family: 'msyhbd';
}
.container2_l_nr_text{
	margin-top:5px;
	color:#999999;
	font-size:14px;
	margin-bottom:10px;
}
.container2_l_nr_text a{
	color:#ec7600 !important;
	margin-left:5px;
}
.container2_l_nr_sj{
	color:#999999;
	font-size:12px;
	font-family:'Arial';
	float: left !important;
}
.container2_r{
	width:575px;
	float:right;
}
.container3{
	margin-top:33px;
	overflow:hidden;
}
.container4{
	margin-top:33px;
	overflow:hidden;
}
.container4_title{
	border-bottom: solid 1px #BFBFBF;
	margin-bottom: 10px;
}
.container4_title h3{
	color:#00519c;
	font-size:24px;
	margin-top:0;
}
.container4_title h3 span{
	color: #cccccc;
	font-size: 18px;
	font-family: 'Calibri';
	margin-left: 5px;
	text-transform: uppercase;
}
.container4_nr ul li{
	float:left;
	margin: 0 10px 0 0;
}
/* .container4_nr li:nth-child(5){
	margin:0;
} */
.container4_nr ul li a img{
	width:232px;
	height:180px;
}
.container4_nr ul li:hover img{
	border:solid 5px #00468E;
	width:232px;
	height:180px;
}

/* 底部 */
footer{
	background:#00468E;
	margin-top:47px;
	overflow: hidden;
}
.footer1,
.footer2,
.footer3{
	padding:46px 0;
	float:left;
}
.footer1{
	width:523px;
}
.footer2{
	width:405px;
}
.footer1 span,
.footer2 span,
.footer3 span{
	color:#fff;
	font-size:16px;
	font-family:'msyhbd';
}
.footer1 li,
.footer2 li,
.footer3 li{
	margin-top:10px;
	color:#fff;
}
.footer1 li a,
.footer2 li a,
.footer3 li a{
	color:#fff;
	font-size:14px;
	
}
.footer2 a{
	width:100%;
	color:#fff;
	font-size:14px;
	margin-top:10px;
}
.footer{
	margin:21px 0;
}
.footer p{
	text-align:center;
	color:#666666;
	font-size:14px;
}
.footer_text1 span{
	font-family:'msyhbd';
}
.footer_text2{
	font-family:'Calibri';
}
.ny_container_l{
	width:215px;
	margin-top:63px;
	margin-right:15px;
	float: left;
}
.ny_container_l_title{
	color:#00468e;
	font-size:24px;
	font-family: 'msyhbd';
}
.ny_container_l_title2{
	color:#666666;
	font-size:20px;
	border-bottom:solid 3px #00468E;
	padding-bottom: 4px;
}
.ny_container_l li{
	border-bottom:solid 1px #CCCCCC;
	padding:14px 0 5px 0;
}
.ny_container_l li:hover a{
	color:#003b78;
}
.ny_container_l li:hover::after{
	content:"";
	display:inline-block;
	background:url(../images/youjianjiao_icon.png);
	width:9px;
	height:17px;
	float:right;
	position:relative;
	top:5px;
}
.ny_container_l li a{
	color:#666;
	font-size:18px;
}
.ny_container_r{
	width: 970px;
	margin-top: 105px;
	float:left;
	background:#fafafa;
}
.dqwz{
	text-align:right;
	border-bottom:solid 1px #BFBFBF;
	padding-bottom:5px;
	color:#666666;
	font-size:14px;
	background: #fff;
}
.dqwz a{
	color:#666666;
}
.dqwz a:nth-child(3){
	color:#e28c1c;
}
.ny_container_r_title{
	text-align:center;
	font-size:24px;
	color:#151515;
	margin:24px 0 34px 0;
}
.ny_container_r_title2{
	text-align:center;
	color:#bfbfbf;
	font-size:14px;
	padding-bottom:31px;
	border-bottom:solid 1px #E1E1E1;
	margin: 0 20px 26px 20px;
}
.ny_container_r_title2 p span{
	margin-right:23px;
}
.ny_container_r_text{
	padding:0 16px;
	text-align: justify;
	line-height: 24px;
	padding-bottom: 80px;
}
.ny_news > li:nth-child(even){
	background:#fff;
}
.ny_news > li{
	padding:12px 9px;
}
.ny_news > li > a{
	color:#151515;
	font-size:14px;
}
.ny_news > li > a > i > b{
	font-weight:normal;
}
.ny_news > li > a > i{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:800px;
	font-style: normal;
	display: inline-block;
}
.ny_news > li > a > span{
	float: right;
	font-family:'Arial';
}
.ny_yjcg{
	margin-top: -26px;
}
.ny_yjcg > li{
	padding:20px 20px;
}
.ny_yjcg > li:nth-child(even){
	background:#fff;
}
.ny_yjcg > li > p > a > span{
	float:right;
	font-size:14px;
	color:#e28c1c;
}
.ny_yjcg_xmtitle > a{
	font-family: 'msyhbd';
	font-size: 16px;
	color:#333333;
}
.ny_yjcg_xmmc,
.ny_yjcg_wcdw,
.ny_yjcg_zywcr{
	margin-top:18px;
	font-size:16px;
	color:#333333;
}
.ny_yjtd{
	margin-top: -26px;
}
.ny_yjtd > li{
	border-bottom: solid 1px #E1E1E1;
	overflow: hidden;
	margin: 0 22px;
	padding: 22px 0;
}
.ny_yjtd > li > a{
	float:left;
}
.ny_yjtd > li > a > img{
	width:120px;
	height:167px;
}
.ny_yjtd_right{
	float:left;
}
.ny_yjtd_xmtitle{
	margin-left:20px;
}
.ny_yjtd_xmtitle > a{
	font-size:16px;
	color:#222222;
	font-weight: bold;
}
.ny_yjtd_xmmc,
.ny_yjtd_wcdw,
.ny_yjtd_zywcr,
.ny_yjtd_more{
	margin-left:20px;
	margin-top:16px;
	font-size:14px;
}
.ny_yjtd_more a{
	font-size:12px;
	color:#e28c1c;
}
.ny_yjtd2{
	margin:0 20px;
}
.ny_yjtd2 > li{
	border-bottom:solid 1px #E1E1E1;
	margin-top:20px;
	padding-bottom:20px;
}
.ny_yjtd2 li a img{
	width:149px;
	height:210px;
}
.ny_yjtd2_right{
	float: right;
	width: 760px;
	margin-left: 17px;
	text-align: justify;
}

.ny_yjtd2_xmtitle{
	margin-bottom: 23px;
}
.ny_yjtd2_xmtitle a{
	color:#2b2b2b;
	font-size:16px;
	font-family: 'msyhbd';
}
.ny_yjtd2_text{
	color:#2b2b2b;
	font-size:16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	height:165px;
}
.ny_yjtd2_more{
	margin-left: 40px;
	color:#e28c1c;
	font-size:14px;
}
.ny_yjtd2_more:hover{
	color:#e28c1c;
}
.grjl_left > img{
	margin:28px 0 0 0;
	width:215px;
	height:304px;
}
.grjl_left .grjl_title{
	margin:17px 0 0 0;
	color:#003b78;
	font-size:24px;
}
.grjl_left .grjl_email{
	font-size:14px;
	letter-spacing:-1px;
}
.grjl_left > p{
	margin: 10px 0 0 0;
	color:#333333;
	font-size:16px;
}
.ny_grjl{
	padding:0 20px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}
.ny_grjl > p{
	font-size:16px;
	color:#333333;
	line-height: 25px;
	text-align: justify;
}
.ny_grjl .pages{
	font-size:18px;
	line-height:34px;
	margin-top: 50px;
	color:#666;
	padding-bottom: 80px;
}
.ny_grjl .pages > a{
	font-size:18px;
	color:#666;
}

.left_highlight::after{
	content: "";
	display: inline-block;
	background: url(../images/youjianjiao_icon.png);
	width: 9px;
	height: 17px;
	float: right;
	position: relative;
	top: 5px;
}
.ny_container_l .left_highlight > a{
	color: #003b78;
}
.nav .nav_highlight{
	background:#fff !important;
	color:#003b78 !important;
}

/* 列表分页 */

.dede_pages{
	margin-top: 45px;
	margin-right:15px;
	padding-bottom: 80px;
}
.dede_pages ul{
	float:right;
	padding:0;
	margin:0;
}
.dede_pages ul li{
	float: left;
	font-family: Tahoma;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
	padding: 0 6px;
	height: 28px;
	line-height: 28px;
}
.dede_pages ul li a{
	float:left;
	color:#151515;
	display:block;
	font-size:14px;
}
.dede_pages ul li:hover{
	background-color: #00468E;
}
.dede_pages ul li:hover a{
	color: #fff;
	text-decoration:none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color: #00468E;
	color: #fff;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding: 0px 5px 0px 5px;
	color:#151515;
}
.dede_pages .pageinfo strong{
	color:#151515;
	font-weight:normal;
	margin:0px 2px;
}
.pagelist > li > select{
	padding: 0;
}
.pageinfo:hover{
	color:#fff;
}
.pageinfo:hover strong{
	color:#fff;
}
.carousel-indicators{
	bottom:0;
}