@charset "utf-8";
.wrapper{
	overflow: hidden;
}
.header{
	margin: 0 auto;
	width: 1200px;
	height: 115px;
}
.header img{
	float: left;
	margin: 22px 0;
}
.header p{
	float: left;
	margin: 63px 0 0 50px;
	width: 920px;
	font-size: 20px;
	color: #8f908e;
}
.header p span+span{
	float: right;
}
.header p a{
	color: #72aa12;
}
.middle{
	position: relative;
}
.middle:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 1px;
	/* background: #fff; */
}
.footer{
	width: 100%;
	background: #242720;
}
.footer p{
	margin: 0 auto;
	width: 1200px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #fff;
}


