.footer {
    width: 100%;
	height: 220px;
	background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}

.footer .f_nav {
	width: 100%;
	border-bottom: 1px dashed #860006;
	margin-bottom: 44px;
}
.footer .f_nav a {
	float: left;
	width: 148px;
	border-left: 1px solid #920007;
	border-right: 1px solid #cd0009;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 74px;
}
.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
.footer p>a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}