@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
footer.footer {
	margin: 0px auto;
	background: #fff;
}

.footer_top {
	text-align: center;
	line-height: 35px;
	height: 35px;
	padding-top: 12px;
}

.footer_top a {
	color: #555;
	font-size: 20px;
	font-family: "微软雅黑";
}

.footer_top span {
	color: #555;
	margin: 0px 15px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.footer_bottom {
	text-align: center;
	line-height: 35px;
	color: #555555;
	font-size: 20px;
	font-family: "微软雅黑";
	height: 35px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.footer_cent {
	text-align: center;
	height: 65px;
	line-height: 65px;
	background: #eeeeee;
}

.footer_cent a {
	color: #555;
	font-size: 25px;
	font-family: "微软雅黑";
	margin: 0px 40px;
}