.footer{
	width: 100%;
	height: 70px;
	background-color: #626262;
	padding: 14px 0;
}
.footer_content{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.footer_content p{
	font-size: 12px;
	color: #fff;
	font-family: 微软雅黑;
	line-height: 21px;
}
.footer_content p a{
	font-size: 12px;
	color: #fff;
	font-family: 微软雅黑;
	line-height: 21px;
}
.footer_content p a:hover{
	font-size: 12px;
	color: #ff0;
	font-family: 微软雅黑;
}