/**
@Author: yu_Wj
@Description：footer样式文件
*/

.footerTop{
	margin-top: 100px;
	padding: 30px 0;
	background: #666;
	overflow: hidden;
}
.footerTop,.footerTop a{color: #fff;}

.footer_1{
	width: 130px;
	float: left;
}
.footer_1 a{
	width: 130px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-align: center;
}
.footer_1 a:hover{background: #b4242f;}

.footer_2{
	float: left;
	line-height: 1.7;
	margin-left: 50px;
	color: #fff;
}

.footer_3{
	float: right;
	text-align: center;
}
.footer_3 aside{
	margin-left: 20px;
	float: left;
	line-height: 0;
}
.footer_3 aside p{
	line-height: 1;
	padding-top: 20px;
}

.footerBottom{
	color: #fff;
	height: 50px;
	line-height: 20px;
	text-align: center;
	background: #555;
}
