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;
}
/*企业文化结构样式*/
.culture {
	width: 100%;
	background: no-repeat url(../images/culture_bg.png) center; 
	background-size: 150%; 
	border-bottom: 0.1em solid #f6c173;
}
.culture_af {
	width: 100%;
}
.culture_bf {
	width: 95%;
	margin: 0 auto 2em;
	/*border: 1px solid red;*/
}
.culture_bf img {
	width: 48%;
	float: left;
}
.culture1 {
	margin: 0 0.8em 0 0;
}