.footer {
    width: 100%;
	background-color: #37393b;
	overflow: hidden;
}
.footer a:hover {
	text-decoration: underline;
}
.link {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}
.link .link_tit {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	float: left;
}
.link a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}
.link a:hover {
	text-decoration: underline;
}
.footer .f_nav {
	background-color: #0b841c;
	border-radius: 33px;
	margin-top: 30px;
	overflow: hidden;
}
.footer .f_nav a {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 66px;
}
.footer .f_con {
	width: 100%;
	border-bottom: 1px solid #46484a;
	overflow: hidden;
}
.footer .f_con .f_mes {
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
	margin-bottom: 16px;
	overflow: hidden;
}
.footer .f_mes .f_p {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-top: 38px;
}
.footer .f_con .f_ew {
	text-align: center;
}
.footer .f_ew>img {
	width: 90px;
	height: 90px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
}
.f_bottom {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #1b1c1d;
	text-align: center;
}
.f_bottom p {
	margin-bottom: 14px;
}
.f_bottom p, .f_bottom a  {
	font-size: 14px;
	color: #fefefe;
	line-height: 1;
}