.footer {
    width: 100%;
	height: 160px;
	padding-top: 160px;
	padding-bottom: 80px;
    background: url(../images/f_bg.jpg) no-repeat center;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	overflow: hidden;
}
.footer .f_tit {
	margin-bottom: 28px;
	overflow: hidden;
}
.footer .f_tit>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.footer .f_mes {
	float: left;
	margin-right: 115px;
}
.footer .f_mes .f_name>p:nth-of-type(1) {
	font-size: 35px;
	color: #fff;
	line-height: 27px;
}
.footer .f_mes .f_name>p:nth-of-type(2) {
	font-size: 40px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
}
.footer .f_mes>p:nth-of-type(1) {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 28px;
}
.footer .f_mes>p:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
}

.footer .f_nav {
	float: left;
	width: 200px;
	margin-right: 38px;
}
.footer .f_nav .fn_son {
	float: left;
	margin-right: 30px;
}
.footer .fn_son>a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 18px;
}
.footer .f_nav2 {
	width: 360px;
}

.footer .f_ew {
	float: right;
}
.footer .f_ew .fe_con {
	line-height: 0;
}
.footer .fe_con>img {
	float: left;
	width: 107px;
	height: 107px;
}

.f_bottom {
	width: 100%;
	padding: 24px 0 0;
	background-color: #fff;
	text-align: center;
}
.f_bottom>p:nth-of-type(1) {
	margin-bottom: 17px;
}
.f_bottom>p, .f_bottom>p a, .f_bottom>p span {
	font-size: 14px;
	color: #555;
	line-height: 1;
}

.link {
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-bottom: 100px;
	overflow: hidden;
}
.link span {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 70px;
}
.link a {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 70px;
}
.link a:hover {
	text-decoration: underline;
}

.f_float {
	width: 100%;
	height: 100px;
	background: url(../images/f_float.jpg) no-repeat center;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
.f_float p {
	float: right;
	margin-top: 40px;
	/* margin-right: 12px; */
	font-size: 18px;
	color: #009944;
	line-height: 1;
}