.footer
{
    background-color: #026ABE;
    height: 100%;
    padding: 20px 0;
    min-width: 1260px;
}

.footerFlex
{
	display: flex;
	justify-content: center;
	
	align-items:center;
}

.footerMessage
{
	width:1260px;
	display: flex;
	justify-content: center;
	align-items:center;
	
}
.messageLeft{

}
.messageLeftZzq{
	margin-right: 12px;
    margin-top: -15px;
    margin-left: 8px;
}
.messageRight
{
	display: flex;
	flex-direction: column;
}
.messageRightZzq{
	padding-right: 60px;
	margin-top: -15px;
}

.footerFont
{
	font-size: 16px;
	color: white; 
	font-family: "microsoft yahei";
	display: flex;
	flex-wrap:nowrap ;
}

.footerFont a
{
	font-size: 16px;
	color: white; 
	font-family: "microsoft yahei";
}


.footerFont p
{
	margin: 10px 10px;
}
.messageRightZzq .footerFont p{
	margin: 11px 10px;
}

.footerFont img
{

	height: 17px;
	position:relative; 
	right: 5px;
}
/* 底部二维码 */
.messageEwm{
    display: flex;
    min-width: 300px;
    padding: 0px 0px 1px 60px;
    border-left: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.messageEwm .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 130px;
}
.messageEwm .item:last-child{
	margin-left: 30px;
}
.messageEwm .item .ewmname{
	width: 100%;
    text-align: center;
    padding: 5px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.messageEwm .item img{
	background-color: #fff;
	padding: 6px;
	width: 100px;
	height: 100px;
}

#goTop span
{
	font-size: 12px;
}

