.footer {
    width: 100%;
    background: #2d2d2e;
	border-top: 10px solid #158eeb;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.link {
	width: 1200px;
	padding: 30px 0 26px;
	border-bottom: 1px solid #414145;
	margin: 0 auto;
	overflow: hidden;
}
.link span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.link a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin: 0 10px;
}
.link a:hover {
	text-decoration: underline;
}
.footer .f_con {
	padding: 60px 0;
	border-top: 1px solid #151515;
}
.footer .f_nav {
	float: left;
}
.footer .f_nav>p {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
}
.footer .f_nav>div {
	float: left;
	max-width: 120px;
	margin-right: 20px;
}
.footer .f_nav a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-bottom: 16px;
}
.footer .f_nav2 {
	margin-left: 50px;
}
.footer .f_mes {
	float: left;
	width: 400px;
	margin-left: 70px;
}
.footer .f_mes>p:nth-of-type(1) {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-bottom: 16px;
}
.footer .f_ew {
	float: right;
	width: 112px;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 100%;
	height: 112px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 18px;
}

.f_bottom {
	padding: 18px 0 6px;
	background-color: #212121;
	text-align: center;
}
.f_bottom p {
	margin-bottom: 16px;
}
.f_bottom p, .f_bottom span, .f_bottom a {
	font-size: 14px;
	color: #afafaf;
	line-height: 1;
}