.footer {
    width: 100%;
    background: #222;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin-top: 35px;
	margin-bottom: 44px;
}
.footer .f_mes {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #373737;
	overflow: hidden;
}
.footer .f_mes .fm_son {
	float: left;
	width: 270px;
	margin-right: 40px;
}
.footer .f_mes .fm_son:nth-of-type(4) {
	margin-right: 0;
}
.footer .fm_son>div:nth-of-type(1) {
	float: left;
	height: 38px;
	padding-left: 2px;
	padding-right: 14px;
	border-right: 2px solid #fb0000;
	line-height: 34px;
}
.footer .fm_son>div>img {
	vertical-align: middle;
}
.footer .fm_son>div:nth-of-type(2) {
	float: left;
	width: 200px;
	margin-left: 14px;
}
.footer .fm_son>div>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.footer .fm_son>div>p:nth-of-type(2) {
	color: #a2a2a2;
	margin-top: 12px;
}
.footer .f_bottom {
	margin-top: 47px;
}
.footer .link {
	float: left;
	width: 900px;
	font-size: 0;
}
.footer .link span, .footer .link a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-right: 26px;
	margin-bottom: 10px;
}
.footer .link a {
	color: #727272;
}
.footer .link a:hover {
	color: #fff;
}
.footer .f_ew {
	float: right;
}
.footer .f_ew>div {
	float: right;
	text-align: right;
	line-height: 0;
}
.footer .f_ew>div>img {
	width: 102px;
	height: 102px;
}
.footer .f_ew>div>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-right: 16px;
}
.footer .f_ew>div>p:nth-of-type(1) {
	margin-top: 31px;
}
.footer .f_ew>div>p:nth-of-type(2) {
	margin-top: 16px;
}
.bottom {
	width: 100%;
	background-color: #141414;
}
.bottom>.container>span:nth-of-type(1) {
	float: left;
}
.bottom>.container>span:nth-of-type(2) {
	float: right;
}
.bottom span, .bottom a {
	font-size: 13px;
	color: #ababab;
	line-height: 50px;
}
.bottom a:hover {
	color: #fb0000;
}