.footer {
    width: 100%;
    height: 248px;
    background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin-top: 50px;
}
.footer .f_ew {
	float: left;
	width: 120px;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 100%;
	height: 120px;
}
.footer .f_right {
	float: right;
	width: 1010px;
}
.footer .f_nav {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.footer .f_nav>a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin: 3px 23px;
}
.footer .fr_name {
	float: left;
	line-height: 0;
	margin-top: 55px;
}
.footer .fr_name>img {
	width: 100%;
}
.footer .fr_mes {
	float: right;
	width: 506px;
	height: 67px;
	border-left: 1px solid #454545;
	margin-top: 50px;
}
.footer .fr_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-left: 110px;
	margin-bottom: 10px;
}

.f_bottom {
	width: 100%;
	background-color: #202020;
}
.f_bottom .fb_left {
	float: left;
}
.f_bottom .fb_right {
	float: right;
}
.f_bottom span, .f_bottom a {
	font-size: 13px;
	color: #ababab;
	line-height: 45px;
}