.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;}
.honor_list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}

.honor_list .page{
	width:785px;
	height:33px;
	margin:0 auto;
	margin-top:38px;
}
.honor_list .page ul{
	width:600px;
	height:33px;
	margin-left:230px;
	margin-top:5px;
	}
.honor_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;
	}
.honor_list .page ul a{
	color:#99a5ad;
	text-decoration:none;
	}
.honor_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;
}

.honor_list .page ul span{
	width:33px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	background:#f2f2f2;
	border-bottom: 1px solid #cccccc;
	
	color:#fff;
	background-color:#13227a;
}
.photo{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.column-clear{ clear:both;}
.wrapper{ margin:0px auto; padding:0px;width:1000px;}
.portfolio-content, .portfolio-area{width:840px;}



/**** portfolio *****/
.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:10px;}
.image-block{ display:block;position: relative;}
.image-block img{width:241px;
height:334px;border: 1px solid #d5d5d5;background:#FFFFFF;padding:3px;}
.image-block img:hover{border: 1px solid #13227a;box-shadow:0 0 5px #13227a;}
.portfolio-area li{float: left;margin: 0 25px 20px 0;overflow: hidden;width: 247px;padding:5px;}
.portfolio-area li p{margin-top:10px;text-align:center;font-size:18px;color:#000;}
.portfolio-area li:nth-child(3n){
	margin-right:0px;
}
.portfolio-area li:hover p{color:#13227a;}