.footer {
    width: 100%;
	background-color: #222;
	overflow: hidden;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .f_con {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.footer .f_con .f_logo {
	float: left;
	margin-top: 120px;
	margin-right: 105px;
	line-height: 0;
}
.footer .f_con .f_nav {
	float: left;
	width: 240px;
	margin-top: 72px;
	margin-right: 20px;
}
.footer .f_con .f_nav2 {
	width: 160px;
}
.footer .f_nav>p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 31px;
}
.footer .fn_div>div {
	float: left;
	margin-right: 36px;
}
.footer .f_nav a {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
	display: block;
	margin-bottom: 18px;
}
.footer .f_con .f_mes {
	float: left;
	width: 280px;
	margin-top: 72px;
}
.footer .f_mes>p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 31px;
}
.footer .f_mes>div>p {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
	display: block;
	margin-bottom: 18px;
}
.footer .f_con .f_ew {
	float: right;
	text-align: center;
	margin-top: 72px;
}
.footer .f_ew>img {
	width: 112px;
	height: 112px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
	margin-top: 22px;
}

.f_bottom {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #414141;
	text-align: center;
}
.f_bottom p, .f_bottom a  {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
	margin-bottom: 20px;
}

.link {
	width: 100%;
	background-color: #e62129;
	overflow: hidden;
}
.link .link_tit {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
}
.link a {
	font-size: 14px;
	color: #fff;
	line-height: 70px;
	float: left;
	margin-right: 24px;
}
.link a:hover {
	text-decoration: underline;
}