/* 导航 */
.is-footer {
	background: #1f5da4;
}
.footer-nav {
	border-bottom: 1px solid #5081b8;
}
.footer-nav .is-w {
	background: #1f5da4;
}
.footer-nav .is-w div {
	display:inline-block;
	width:16.3%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-nav .is-w div:hover {
	background: #1e77dd;
}
.footer-nav .is-w div a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
}

.footer-text {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-text p,
.footer-text span {
	font-size: 15px;
	color: #d0e5fd;
}
.footer-text p {
	margin-bottom: 20px;
}

