.footer {
    width: 100%;
	border-top: 2px solid #e6ddcc;
	overflow: hidden;
}
.footer a:hover {
	color: #e7141a !important;
}
.footer .f_con {
	width: 1200px;
	margin: 27px auto 20px;
}
.footer .f_con .f_cat {
	float: left;
}
.footer .f_con>div>p:nth-of-type(1) {
	height: 22px;
	line-height: 0;
	margin-bottom: 32px;
}
.footer .f_cat>p {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-bottom: 23px;
}
.footer .f_cat>div {
	width: 49px;
	border-bottom: 2px solid #bdbdbd;
	padding-top: 4px;
    margin-bottom: 26px;
}
.footer .f_cat>p>span {
	font-size: 14px;
	color: #e7141a;
	line-height: 14px;
}
.footer .f_con .f_nav {
	float: left;
	margin-left: 100px;
}
.footer .f_nav>a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-bottom: 21px;
}
.footer .f_con .f_nav2 {
	margin-top: 54px;
	margin-left: -5px;
}
.footer .f_con .f_link {
	float: left;
	margin-left: 125px;
}
.footer .f_link>a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-bottom: 21px;
}
.footer .f_con .f_ew {
	float: right;
	line-height: 0;
	margin-right: 5px;
}
.footer .f_ew>div {
	width: 132px;
	text-align: center;
	overflow: hidden;
}
.footer .f_ew>div img {
	width: 120px;
	height: 120px;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.footer .f_ew>div p {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}

.f_bottom {
	width: 100%;
	height: 50px;
	background: #151515;
	margin: 0 auto;
	overflow: hidden;
}
.f_bottom span, .f_bottom span>a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}
.f_bottom span>a:hover {
	color: #e7141a;
}
.f_bottom span:nth-of-type(1) {
	display: inline-block;
	max-width: 60%;
}
.f_bottom span:nth-of-type(2) {
	float: right;
}