.bannerbox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:350px;
}
.banner {
	width:1920px; /*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px; /*图片宽度的一半*/
}
.center{
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:40px auto 50px auto;
}
.left{
	width:249px;
	height:auto;
	overflow:hidden;
	float:left;
}
.left_top .top_title{
	width:100%;
	height:115px;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	text-align:center;
	background:url(../images/slide_bg.png)no-repeat;
}
.left_top .top_title p{
	font-weight:500;
	font-family:"黑体";
	margin-top:16px;
}
.left_top .top_title span{
	font-size: 18px;
    margin-top: 5px;
    display: block;
}
.slide_nav{
	border:14px solid #13227a;
	border-top:none;
	border-bottom:none;
	width:221px;
}
.slide_nav p{
	width:188px;
	height:35px;
	color:#fff;
	background:#13227a;
	text-align:center;
	margin:0 auto;
	line-height:35px;
	font-size:16px;
}
.slide_nav ul{
	width:190px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0px 30px 0px;
}
.slide_nav ul li{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-bottom:10px;
	background:url(../images/li_bg.png)no-repeat center bottom;
}
.slide_nav ul li:hover a{
	color:#fe9603;
}
.slide_nav ul li:hover{
	background:url(../images/li_hover.png)no-repeat center bottom;
}

.slide1{
	padding-bottom:62px;
	background:url(../images/slide_bg1.png)no-repeat center bottom;
}
.slide1 ul{
	padding-bottom:20px;
}
.left_bottom{
	width:245px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	border:2px solid #13227a;
	padding-bottom:30px;
}
.left_bottom p{
	width:100%;
	height:62px;
	background:#13227a;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:62px;
	font-family:"黑体";
}	
.left_bottom img{
	margin:24px auto;
	display:block;
}
.left_bottom span{
	width:100%;
	display:block;
	font-size:26px;
	font-weight:600;
	letter-spacing:-0.05em;
}
.left_bottom ul li{
	font-size:16px;
	line-height:40px;
	color:#000;
	padding-left:20px;
}
.right{
	width:820px;
	height:auto;
	overflow:hidden;
	float:right;
}
.localtion{
	width:100%;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #989494;
}
.localtion ul li{
	float:left;
	color:#7c7a7a;
}
.localtion ul li a{	color:#7c7a7a;}
.localtion ul li span{padding:0px 6px;}
.localtion ul li.active a{color:#13227a;}
.localtion ul li a:hover{color:#13227a;}
.new_list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.new_list .new_item li{
	width:780px;
	padding:10px 20px 0px 20px;
	height:auto;
	overflow:hidden;
	margin-bottom:24px;
}
.new_list .new_item li:nth-child(odd){
	background:#f2f2f2;
}
.new_list .new_item li p{
	font-size:17px;
	line-height:36px;
	color:#000;
	border-bottom:1px dashed #b1aeae;
}
.new_list .new_item li p span{
	float:right;
}
.new_list .new_item li .detail{
	position:relative;
	font-size:16px;
	line-height:32px;
	color:#706d6d;
	margin-top:14px;
	padding-bottom:15px;
}
.new_list .new_item li .detail span img{
	position:absolute;
	bottom:15px;
	right:0px;
	display:block;
}
.new_list .page{
	width:785px;
	height:33px;
	margin:0 auto;
	margin-top:38px;
}
.new_list .page ul{
	width:600px;
	height:33px;
	margin-left:230px;
	margin-top:5px;
	}
.new_list .page ul a{
	width:60px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	background:#f2f2f2;
	border-bottom: 1px solid #cccccc;
	}
.new_list .page ul a{
	color:#99a5ad;
	text-decoration:none;
	}
.new_list .page ul a:hover{
	display:block;
	color:#fff;
	background-color:#13227a;
	-webkit-transition: all 0.5s ease-in-out 0s;
	border-bottom: 1px solid #000932;
}

.new_list .page span{
	width:33px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	
	border-bottom: 1px solid #cccccc;
	
	color:#fff;
	background-color:#13227a;
}
/* ========详情============ */
.new_detail{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:30px;
}
.new_detail h1{
	font-weight:600;
	font-size:24px;
	text-align:center;
	line-height:48px;
}
.new_detail .inform{
	width:100%;
	height:30px;
	line-height:30px;
	color:#626465;
	font-size:15px;
	text-align:center;
	margin-top:18px;
}
.new_detail .inform span{
	padding-left:30px;
}
.detail_text{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	font-size:16px;
	line-height:30px;
	color:#322c2c;
}
.new_detail .page{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
	border-top:1px dashed #ccc;
}
.new_detail .page ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-left:0px;
}
.new_detail .page ul li{
	line-height:36px;
	font-size:16px;
	background:#fff;
	float:left;
	width:48%;
	text-align:left;
}
.new_detail .page ul li:nth-child(2){float:right;text-align:right;}
.new_detail .page ul li a{
	color:#322c2c;
}
.new_detail .page ul li a:hover{
	color:#13227a;
	background-color:#fff;
}
.wq1 {
    background: #ff6124!important;
}
.slide_nav p:hover{
	background: #ff6124!important;
}