.link {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	line-height: 0;
}
.link .l_left {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 1;
}
.link a {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
	height: 240px;
	background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .f_con {
	width: 100%;
	overflow: hidden;
}
.footer .f_con .f_logo {
	font-family: "宋体";
	font-size: 32px;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 65px;
}
.footer .f_con .f_nav {
	width: 100%;
	overflow: hidden;
}
.footer .f_nav .fm_son {
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: 34px;
}
.footer .fm_son a {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 0 30px;
	border-left: 1px solid #fff;
}
.footer .fm_son a:nth-of-type(1) {
	border-left: 0;
}
.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: 20px 0;
	background-color: #462403;
	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;
}