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;
}
/*企业荣誉结构样式*/
.test {
	width: 100%;
	background: #eaeaea;
	text-align: center;
	border: 0.1em solid #eaeaea;
}
.test_af {
	font-size: 0.8em;
	font-weight: 100;
	margin: 1em 0 0 0;
}
.test_bf {
	font-size: 1.2em;
	color: #a61b29;
}
.test_cf {
	width: 95%;
	margin: 2em auto;
	text-align: left;
	/*margin: 1em 0 0 0;*/
}
.test_cf h3 {
	font-size: 1.1em;
	color: #a61b29;
	line-height: 170%;
}
.test_cf span {
	font-size: 0.9em;
	line-height: 200%;
}
.test_cf img {
	width: 100%;
	margin: 1em 0;
}
.test_cf h4 {
	font-size: 1em;
	font-weight: 550;
	line-height: 200%;
}