.footer {
    width: 100%;
    height: 300px;
    background-color: #0a7305;
    overflow: hidden;
}
.footer .friend {
	width: 100%;
	height: 78px;
	border-bottom: 1px solid #0aa20a;
}
.footer .friend, .footer .friend a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 78px;
}
.footer .friend a:hover {
	text-decoration: underline;
}
.footer .fCon {
	width: 100%;
    height: 220px;
}
.footer .fCon>div {
	margin-top: 34px;
}
.footer .fCon>.f_logo {
	float: left;	
	padding-right: 25px;
	border-right: 1px solid #fff;
}
.footer .f_mes {
	float: left;	
	margin-left: 36px;
}
.footer .f_mes>.fr_nav {
	height: 20px;
}
.footer .fCon .f_li {
	float: left;
	margin-right: 21px;
}
.footer .f_mes>.fr_txt {
	margin-top: 16px;
}
.footer .f_mes>.fr_txt>p {
	line-height: 28px;	
}
.footer .f_mes>.fr_txt>p>span {
	font-size: 22px;
	font-weight: bold;
	color: #faf701;
}
.footer .fCon span, .footer .fCon p, .footer .fCon a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}
.footer .fCon a:hover {
	text-decoration: underline;
}
.footer .f_code {
	float: right;
}
