
.footer{	
	width: 100%;
	height: 680px;
}
.footer .f_center{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.footer .f_center .f_item{
	width: 20%;
	height: 100%;
	float: left;
}

.footer .f_center .f_item .f_title{
	font-size: 16px;color: #fff;line-height: 60px;
}
.footer .f_center .f_item .f_text{color:#ef2a26;}
.footer .f_center .f_item .f_title_a{
	line-height: 40px;
}
.footer .f_center .f_item .f_title_a a{
	color: #a9a9a9;font-size: 15px;cursor: pointer;
}

.footer .f_center .f_item .f_title_a a:HOVER{
	color: #ddd;
}

.f_bottom{
	width: 100%;
	height: 130px;
}

.f_bottom .f_center{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	border-top: 1px solid #424242;
}

.f_info{color:#dbdbdb;line-height:30px;width: 100%;float: left;font-size: 14px;}
.f_info a{color:#a9a9a9;cursor: pointer;font-size: 14px;}
.f_info .f_mail{color:#a9a9a9;}