.link {
	width: 100%;
	padding: 26px 0;
	background-color: #efefef;
	margin: 60px auto 0;
}
.link>div>span {
	font-size: 18px;
	font-weight: bold;
	color: #23a8a3;
	line-height: 18px;
}
.link span>span {
	font-size: 14px;
	color: #222;
	line-height: 16px;
}
.link>div>a {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	display: inline-block;
	margin-right: 26px;
}
.link>div>a:nth-of-type(1) {
	margin-left: 30px;
}
.link>div>a:hover {
	color: #23a8a3;
}

.footer {
    width: 100%;
	height: 250px;
    background: url(../images/f_bg.jpg) no-repeat center;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_nav {
	width: 100%;
	border-bottom: 1px solid #3f3f3f;
	overflow: hidden;
}
.footer .f_nav .fn_son {
	float: left;
	font-size: 14px;
	color: #888;
	line-height: 14px;
	margin-right: 95px;
	padding: 31px 0 35px;
}
.footer .f_nav .fn_son:hover, .footer .f_mes>p>a:hover {
	color: #23a8a3;
}
.footer .f_nav .fn_son:nth-of-type(6) {
	margin-right: 0;
}
.footer .f_nav .f_zixun {
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	width: 120px;
	height: 35px;
	background-color: #23a8a3;
	border-radius: 4px;
	text-align: center;
	margin-top: 22px;
}
.footer .f_con {
	width: 100%;
}
.footer .f_mes {
	float: left;
	max-width: 1060px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #888;
	line-height: 14px;
	margin-bottom: 16px;
}
.footer .f_mes>p>a {
	display: inline-block;
	font-size: 14px;
	color: #888;
	line-height: 14px;
	margin-right: 16px;
}
.footer .f_ew {
	float: right;
	width: 95px;
	text-align: center;
	line-height: 0;
	margin-top: 16px;
	margin-right: 11px;
}
.footer .f_ew>img {
	width: 100%;
	height: 100%;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #888;
	line-height: 14px;
	margin-top: 9px;
}

.f_bottom {
	width: 100%;
	background: #191919;
}
.f_bottom span, .f_bottom span>a {
	font-size: 14px;
	color: #777;
	line-height: 50px;
}
.f_bottom span:nth-of-type(1) {
	display: inline-block;
}
.f_bottom span:nth-of-type(2) {
	float: right;
}