footer {
	width: 100%;
	background: #00A5FF;
}

.footer-downs {
	border-top: 1px solid white;
	width: 100%;
}

.footer-down {
	width: 100%;
	padding: 45px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: white;
}

.footer-tops {
	width: 100%;
}

.footer-top {
	width: 100%;
	margin: 30px auto;
}

.footer-top1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: white;
}

.footer-top1 img {
	width: 60px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.footer-top1 span {
	display: inline-block;
	vertical-align: middle;
}

.footer-top2 {
	width: 100%;
	text-align: center;
}

.footer-top2 a {
	margin-top: 55px;
	margin-right: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: white;
}

.footer-top2 a:last-child {
	margin-right: 0;
}

.footer-top3 {
	width: 100%;
	margin-top: 60px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: white;
}

.footer-top3 a {
	border-right: 1px solid white;
	display: inline-block;
	padding: 0 25px;
}

.footer-top3 a:last-child {
	border-right: 0;
}