.footer {
    width: 100%;
    float: left;
    background: #363636;
    text-align: center;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .f_nav {
	height: 78px;
	border-bottom: 1px dashed #fff;
}
.footer .f_nav>li {
	float: left;
	height: 20px;
	margin-top: 41px;
	margin-bottom: 13px;
	border-right: 2px solid #fff;
}
.f_nav>li>a {
	font-family: "微软雅黑";
	font-size: 17px;
	color: #fff;
	margin: 0 25px;	
}
.footer .f_con {
	width: 100%;
	height: 215px;
}
.f_con>div {
	float: left;
	height: 80px;
}
.f_con .f_left {
	width: 520px;
	text-align: left;
	margin-left: 40px;
}
.f_con .f_left p {
	font-family: "微软雅黑";
	color: #fffefe;
}
.f_left .f_mes {
	margin-top: 15px;
}
.f_left .f_mes>li {
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;	
	color: #fff;
}
.f_con>.f_code {
	width: 156px;
	height: 156px;
	margin-top: 20px;
	background: url(../images/ew_bg.jpg) no-repeat center;
}
.f_con>.f_code>div {
	width: 142px;
	height: 142px;
	margin: 7px;
}
.f_con>.f_code img {
	max-width: 100%;
	max-height: 100%;
	line-height: 0;
}
.f_con>.f_code p {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.f_con>.f_friend {
	margin-left: 155px;
	margin-top: 40px;
}
.f_con>.f_friend>div {
	float: left;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 19px;
	line-height: 35px;	
	color: #fff;
}
.f_friend>div>a {
	display: block;
	font-family: "微软雅黑";
	font-size: 19px;
	line-height: 35px;
	color: #fff;
}
.f_bottom {
	background: #2a2a2a;
}
.f_bottom, .f_bottom>a {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 39px;
	color: #fff;
}
