.footer {
	margin-top: 89px;
	background: #264d90;
}

.footer .w {
	width: 1198px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-left {
	margin-left: 52px;
	margin-bottom: 15px;
}

.footer-left h2 {
	font-size: 19px;
	padding-top: 58px;
}

.footer-left p {
	margin-top: 25px;
}

.footer-center {
	margin-bottom: 15px;
}

.footer-center p {
	margin-top: 25px;
}

.footer-right {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer-right img {
	width: 105px;
	height: 105px;
	margin-left: 27px;
	margin-right: 13px;
}

.footer-bottom {
	width: 100%;
	margin-top: 36px;
	border-top: 1px solid #346b9f;
	font-size: 14px;
	padding: 18px 0 30px 20px;
}

.footer-bottom a {
	color: #fff;
	margin: 0 28px;
}
