/* .link {
	width: 100%;
	background-color: #0196dd;
}
.link span, .link a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
} */

.footer {
    width: 100%;
	background-color: #222;
	overflow: hidden;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .f_con {
	width: 100%;
	overflow: hidden;
}
.footer .f_con .f_mes {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 26px;
	margin-bottom: 36px;
	overflow: hidden;
}
.footer .f_mes .fm_son {
	line-height: 0;
	overflow: hidden;
}
.footer .fm_son>img {
	float: left;
}
.footer .fm_son>div {
	float: left;
	margin-left: 13px;
	overflow: hidden;
}
.footer .fm_son>div>p:nth-of-type(1) {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.footer .fm_son>div>p:nth-of-type(2) {
	font-size: 14px;
	color: #888;
	line-height: 1;
	margin-top: 12px;
}
.footer .f_nav {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 38px 0 50px;
	border-bottom: 1px solid #5a5a5a;
}
.footer .f_nav>a {
	font-size: 15px;
	color: #fff;
	line-height: 1;
}
.f_bottom {
	width: 100%;
	padding: 16px 0;
	background-color: #0e0e0e;
	text-align: center;
}
.f_bottom p:nth-of-type(1) {
	margin-bottom: 8px;
}
.f_bottom p, .f_bottom a  {
	font-size: 13px;
	color: #999;
	line-height: 1;
}
/* .f_bottom span, .f_bottom a  {
	font-size: 12px;
	color: #999;
	line-height: 49px;
}
.f_bottom span:nth-of-type(1) {
	float: left;
}
.f_bottom span:nth-of-type(2) {
	float: right;
} */