.footer {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	height: 90px;
	text-align: center;
	background-color: #3a3a39;
	/*position: fixed;*/
	position: relative;
	bottom: 0;
}
.gover {
	display: block;
	position: absolute;
	margin-left: 180px;
	z-index: 999;
}
.box-kill {
	overflow: hidden;
	zoom: 1;
	width: 972px;
	margin: 15px auto 0;
	display: inline-block;
	font-size: 14px;
}
.kill-title {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
}
.kill-list {
	overflow: hidden;
	float: left;
	width: 872px;
}
.kill-list ul {
	margin-left: -10px;
	list-style: none;
	display: inline;
}
.kill-list ul li {
	/* width: 0px !important; */

	display: inline-table;
	font-size: 12px;
}
.kill-list ul li a {
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 0 18px;
	color: #ffffff;
	border-left: 1px solid #ffffff;
}
.footer .footer_line {
	margin: 0px auto;
	background: #484848;
	height: 1px;
	width: 400px;
	margin-top: 40px;
	color: #ffffff;
}
.fobtm {
	color: #ffffff;
	font-size: 12px;
	font-family: "微软雅黑";
}
.fobtm span {
	margin-left: 20px;
}
.fobtm span a {
	color: #888;
	display: inline-block;
	text-decoration: none;
	height: 15px;
	line-height: 20px;
}
.fobtm span a img {
	float: left;
}
.fobtm span a hr {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 5px;
	color: #939393;
}