.footer {
    width: 100%;
    background: #222;
}
.footer .ft_nav {
	width: 100%;
	border-bottom: 1px solid #393939;
}
.footer .ft_nav li {
	float: left;
	height: 67px;
	margin: 0 55px;
}
.footer .ft_nav li>a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 67px;
}
.footer .ft_nav li>a:hover {
	color: #d70f0f;
}
.footer .f_con {
	width: 100%;
	padding-bottom: 34px;
	border-bottom: 1px solid #393939;
}
.f_con>div {
	float: left;
	margin-top: 31px;
	overflow: hidden;
}
.f_con>div>p:nth-of-type(1) {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 31px;
}
.f_con .f_left {
	width: 260px;
	margin-right: 40px;
}
.f_con .f_left .f_nav {
	float: left;
	width: 100px;
	margin-right: 28px;
}
.f_con .f_left a, .f_con>.f_mes>p {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}
.f_con .f_left a:hover {
	color: #ff0000;
}
.f_con>.f_mes {
	width: 450px;
	margin-left: 34px;
}
.f_con>.f_mes>p>span {
	display: inline-block;
	font-size: 14px;
	color: #ff0000;
	line-height: 14px;
}
.f_con>.f_code {
	float: right;
	line-height: 0;
	text-align: right;
}
.f_con>.f_code>div {
	float: left;
}
.f_con>.f_code .fc_txt {
	margin-top: 60px;
	margin-right: 18px;
}
.f_con>.f_code p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 21px;
}
.f_con>.f_code .f_ew {
	width: 170px;
	height: 170px;
	line-height: 0;
}
.f_con .f_ew>img {
	width: 100%;
	height: 100%;
}
.f_bottom {
	width: 100%;
}
.f_bottom>span {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	display: inline-block;
	margin: 20px 0 16px;
}
.f_bottom>span>a {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	display: inline-block;
}
.footer .f_bottom a:hover {
	color: #ff0000;
}
.footer .link {
	margin-bottom: 23px;
}
.footer .link>span, .footer .link>a {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	display: inline-block;
}
.footer .link>a {
	margin-right: 25px;
}
.footer .link>a:hover {
	color: #ff0000;
}