@import url("header.css");
@import url("footer.css");
@import url("brand.css");
@import url("contact.css");
@import url("index.css");
@import url("more.css");
@import url("positioin.css");
@import url("process.css");
@import url("seven.css");
@import url("uniform.css");
@import url("news.css");
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 12px;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;	
	margin-bottom: 28px;
}
li{
	list-style-type: none;
}
.banner img{
	width: 100%;
}
a{
	text-decoration: none;
}
.daoh{
	font-size: 18px;	
	color: rgba(0,0,0,.66);
	padding: 20px 0px 40px 0px;
}
.daoh a{
	line-height: 30px;
	display: inline-block;
	width: 50px;
	color: rgba(0,0,0,.66);
	background: url(../img/brand/daoh_05.png)no-repeat right center;
}
.colp-top{
	font-size: 14px;
	color: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
	margin-bottom: 40px;
	position: relative;
}
.colp{
	font-size: 14px;
	color: rgba(0,0,0,.5);
	line-height: 27px;
	text-indent: 2em;
	
}
.more{
	display: inline-block;
	background: url(../img/index/En_06.jpg) no-repeat center;
	width: 110px;
	height: 28px;
	margin-top: 65px;
	margin-bottom: 220px;
}