/* 底部 */
.foot-select-box {
	border-top: 3px solid #0269b7;
	background-color: #f5f5f5;
}
.foot-select-box > div {
	padding: 20px 0;
}
.foot-select-box a {
	color: #ae1f2e;
	background-color: #fff;
	display: inline-block;
	width: 300px;
	line-height: 40px;
	text-align: center;
	margin-right: 61px;
}
.foot-select-box select {
	width: 300px;
	height: 40px;
	margin-right: 61px;
	border: 0;
	margin-top: -3px;
	vertical-align: middle;
}
.foot-select-box select:last-child {
	margin-right: 0;
}
.footer {
	background-color: #0269b7;
}
.footer > div {
	padding: 40px 0;
}
.footer .dzjg {
	float: left;
	margin-top: 80px;
	margin-left: 40px;
}
.footer .jiucuo {
	float: right;
	margin-top: 80px;
	margin-right: 40px;
}
.footer-center {
	width: 480px;
	margin: 0 auto;
}
.footer-center ul {
	margin-bottom: 30px;
}
.footer-center li {
	list-style: none;
	float: left;
	margin-bottom: 30px;
	width: 240px;
	text-align: center;
}
.footer-center li a {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
}
.footer-center p {
	margin-bottom: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer-center span {
	display: inline-block;
	width: 238px;
	/* font-size: 12px;
	color: #fff; */
	/* text-align: center; */
}
.footer-center span a {
	color: #fff;
}
.footer-center span:last-child {
	margin-right: 0;
}
/* 底部 */