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

.footer {
    width: 100%;
	background-color: #343742;
	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: 125px;
}
.footer .f_con .f_ew {
	float: right;
	text-align: center;
	margin-top: 77px;
}
.footer .f_ew>img {
	width: 116px;
	height: 116px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 13px;
}
.footer .f_con .f_mes {
	float: left;
	width: 795px;
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	margin-top: 57px;
	margin-left: 24px;
	overflow: hidden;
}
.footer .f_mes .fm_son {
	float: left;
	width: 160px;
	margin-left: 38px;
}
.footer .f_mes .fm_son2 {
	width: 120px;
	margin-left: 15px;
}
.footer .f_mes .fm_son3 {
	width: 360px;
	margin-left: 44px;
}
.footer .fm_son>a:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	display: block;
	padding-left: 11px;
	border-left: 3px solid #0196dd;
	margin-top: 10px;
}
.footer .fm_son>div {
	margin-top: 30px;
}
.footer .fm_son>div>a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-bottom: 16px;
	margin-right: 13px;
}
.footer .fm_son>div>p {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-bottom: 16px;
}
.f_bottom {
	width: 100%;
	border-top: 1px solid #4b4b4b;
}
.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;
}