body{
	margin: 0;
	padding: 0;
	background: #02105b;
	padding-top: 50px;
	color: #faf43d;
}
.con{
	width: 667px;
	overflow: hidden;
	margin: 0 auto;
}
.about{
	margin: 50px auto;
}
.about p{
	margin: 10px 0 0;
}
.conleft,.concenter,.conright{
	width: 149px;
	float: left;
	overflow: hidden;
}
.conleft,.concenter{
	margin-right: 110px;
}
.conleft a,.concenter a,.conright a{
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #faf43d;
}
.footer{
	background: #1d4d8f;
	width: 100%;
	height: 80px;
	/*position: fixed;
	bottom: 0;*/
}
.footer p{
	width: 667px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	line-height: 80px;
	height: 80px;
}
.footer img{
	width: 14px;
	height: 14px;
}
.footer a,.footer a:hover{
	color: #FAF43D;
	text-decoration: none;

}
