.link {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.link span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #222;
	line-height: 24px;
}
.link a {
	display: inline-block;
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-right: 28px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
	height: 290px;
    background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin-top: 80px;
}
.footer .f_mes {
	float: left;
	width: 750px;
	margin-left: 5px;
}
.footer .f_mes>p {
	line-height: 0;
	margin-bottom: 12px;
}
.footer .f_mes img {
	margin-right: 18px;
	position: relative;
	top: 3px;
}
.footer .f_mes a, .footer .f_mes span {
	display: inline-block;
	font-size: 14px;
	color: #d3d3d3;
	line-height: 18px;
}
.footer .f_nav {
	float: left;
}
.footer .f_nav>a {
	display: block;
	font-size: 14px;
	color: #d3d3d3;
	line-height: 1;
	margin-bottom: 21px;
}
.footer .f_ew {
	float: right;
	width: 122px;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 100%;
	height: 122px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 1;
	margin-top: 13px;
}