.site-footer {
	background: linear-gradient(to bottom, #f8fafc 0%, #eef3f8 100%);
	border-top: 3px solid #006CBC;
	padding: 22px 20px 18px;
	text-align: center;
	font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
}

.site-footer-nav {
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.6;
}

.site-footer-nav a {
	display: inline-block;
	color: #555;
	font-size: 13px;
	text-decoration: none;
	padding: 0 16px;
	border-right: 1px solid #d0dce8;
	transition: color 0.2s;
}

.site-footer-nav a.last {
	border-right: none;
}

.site-footer-nav a:hover {
	color: #006CBC;
}

.site-footer-contact {
	color: #666;
	font-size: 12px;
	line-height: 1.9;
	margin-bottom: 8px;
}

.site-footer-contact span {
	display: inline-block;
	margin: 0 14px;
}

.site-footer-contact a {
	color: #006CBC;
	text-decoration: none;
}

.site-footer-contact a:hover {
	color: #F9B333;
}

.site-footer-copy {
	color: #999;
	font-size: 12px;
	line-height: 1.6;
}
