.link {
	width: 100%;
	padding: 25px 0;
}
.link .l_left {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #1e4890;
	line-height: 1;
}
.link a {
	font-size: 14px;
	color: #555;
	line-height: 1;
	display: inline-block;
	margin-right: 9px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
	background-color: #161616;
	overflow: hidden;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .f_con {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.footer .f_con .f_logo {
	float: left;
	line-height: 0;
}
.footer .fl_mes>p:nth-of-type(1) {
	font-family: arial;
	font-size: 24px;
	color: #1f66de;
	line-height: 1;
	margin: 30px 0 15px;
}
.footer .fl_mes>p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #b5b5b5;
	line-height: 1;
	margin-bottom: 14px;
}
.footer .f_con .f_ew {
	float: right;
	text-align: center;
}
.footer .f_ew>img {
	width: 116px;
	height: 116px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #b5b5b5;
	line-height: 1;
	margin-top: 13px;
}
.footer .f_con .f_nav {
	float: left;
	width: 560px;
	margin-left: 115px;
	overflow: hidden;
}
.footer .f_nav .fm_son {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.footer .fm_son>a:nth-of-type(1) {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	display: block;
	margin-bottom: 30px;
}
.footer .fm_son>div>a {
	display: block;
	font-size: 14px;
	color: #b5b5b5;
	line-height: 1;
	margin-bottom: 18px;
}
.footer .f_nav .fm_son2 {
	width: 260px;
	margin-right: 25px;
}
.footer .fm_son2>div {
	float: left;
	min-width: 86px;
}
.footer .f_nav .fm_son3 {
	width: 100px;
}

.f_bottom {
	width: 100%;
	padding: 17px 0 21px;
	background-color: #161616;
	border-top: 1px solid #2e2e2e;
	text-align: center;
}
.f_bottom>.container>span:nth-of-type(1) {
	float: left;
}
.f_bottom>.container>span:nth-of-type(2) {
	float: right;
}
.f_bottom span, .f_bottom a  {
	font-size: 12px;
	color: #fff;
	line-height: 1;
}