﻿.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;
	
}

.messageRight
{
	display: flex;
	flex-direction: column;
}

.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;
}

.footerFont img
{

	height: 17px;
	position:relative; 
	right: 5px;
}

#goTop span
{
	font-size: 12px;
}

