img { border: 0 none; vertical-align: center; }
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
/*企业荣誉结构样式*/
.honour {
	width: 100%;
	background: #eaeaea;
	text-align: center;
	border-bottom: 0.1em solid #eaeaea;
}
.honour_af {
	width: 95%;
	margin: 1em 0;
}
.honour_bf {
	width: 95%;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
.honour_bf li {
	width: 48.5%;
	float: left;
	margin: 0 0 0.5em 0;
}
.honour_bf li:nth-child(odd) {
	margin: 0 0.5em 0.5em 0.1em;
}
.honour_bf li img {
	width: 100%;
}
.honour_bf li span {
	font-size: 0.6em;
	line-height: 200%;
	color: #666666;
}
.honour_cf {
	width: 95%;
	margin: 0 auto 2em;
	text-align: left;
	background: #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.honour_article {
	width: 95%;
	margin: 1em auto 2em;
}
.honour_article li {
	width: 100%;
	margin: 0 0 1em 0;
	border-bottom: 0.05em dashed black;
}
.honour_article li h1 {
	font-size: 1em ;
	line-height: 200%;
}
.honour_article li p {
	font-size: 0.8em;
	line-height: 170%;
	margin: 0 0 2em 0;
}
.honour_article li:last-child {
	border-bottom: 0;
}