.footer {
	width: 100%;
	height: 50px;
	background: #153869;
	font-size: 12px;
	color: #fff;
}

.footer ul {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}
