body{background: #fff;}
.header{
	width:100%;
	background: url(../images/about/banner.jpg) no-repeat center center;
	background-size: auto 100%;
	color: #fff;
	padding-top: 20px;
}
.header .head_info{
	padding: 0px 3%;
}
.header h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}
.header i{
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 16px 0px;
}
.header p{
	width: 25px;
	height: 25px;
	border-radius: 18px;
	border: 1px solid #fff;
	text-align: center;
	margin: 12px 0px;
	line-height: 25px;
}
.header p b{
	animation: myani 2s infinite;
	position: relative;
}
@keyframes myani{
	0%{top:-5px;}
	75%{top:5px;}
	100%{top:-5px;}
}
.header .about_nav{
	width: 100%;
	height: 45px;
	margin-top: 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}
.header .about_nav ul{
	white-space: nowrap;
	line-height: 45px;
	position: relative;
}
.header .about_nav ul li{
	display: inline-block;
	width: 22%;
	text-align: center;
	color: #fff;
}
.header .about_nav ul li a{
	color: #eee;
	display: block;
}
.header .about_nav ul li.on a{
	/* color: #1C6CC3; */
	background: #1C6CC3;
}
/* 企业荣誉 */
.honor{
	position: relative;
}
.honor_head{
	text-align: center;
	padding-bottom: 25px;
}
.honor_head .h_word,.honor_head .h_wz{
	display: inline-block;
	vertical-align: middle;
}
.honor_head .h_word{
	font-size:48px;
	color: #ccc;
}
.honor_head .h_wz p{
	font-size: 20px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 12px;
}

.honor .honor_nav{
	position: absolute;
	top: 0px;
	right:10px;
}
.honor .honor_nav ul li{
	border: 1px solid #ccc;
	margin-top: 10px;
	border-radius: 4px;
	line-height: 25px;
}
.honor .honor_nav ul li.on{
	border: 1px solid #1C6CC3;
}

.honor .honor_nav ul li a{
	padding: 0px 10px;
}
.honor .honor_nav ul li.on a{
	color:#1C6CC3;
}
.news_list{
	padding: 15px 3%;
}
.news_list ul li{
	width: 48%;
	float: left;
	margin: 0px 1% 10px;
}
.news_list ul li p{
	border: 1px solid #eee;
}
.news_list ul li p img{
	width:100%;
	float: left;
	height: 125px;
}
.news_list ul li span{
	display: block;
	line-height: 20px;
	height: 40px;
	margin: 5px 0px;
	overflow: hidden;
}

/* 分页 */
.pagination{
	width: 100%;margin: 0px auto;padding-bottom: 18px;text-align: center;
}
.pagination li{
	display: inline-block;
	width: 35px;
	height: 25px;
	background:#1C6CC3;
	margin: 0px 5px;
	line-height: 25px;
	color: #fff;
}
.pagination li.active{
	background: #aaa;
}
.pagination li a{color:#fff;}