footer .top {
	background-image: url(../image/footerBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding:15px 0;
}

footer .wrap{
	display: flex;
	align-items: center;
}

footer .top .text {
	font-size: 24px;
	color: #fff;
	width:90%;
}

footer .top .text .color {
	color: #59c0c3;
}

footer .top .btn {
	color: #fff;
	background-color:rgba(0,0,0,0);
	border: 1px solid #fff;
	text-align: right;
	padding: 10px 20px;
}
footer .bottom .wrap{
	display: flex;
	align-items: center;
}
footer .bottom{
	background-color:#2e3c56;
	padding: 10px 0;
}
footer .bottom .footerLogo img{
	width: 90%;
}
.footerText{
	color:#cccccc;
	font-size:14px;
	line-height: 24px;
	margin-left:10px;
}