
.footer{
	width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.footer ul li{
	width:400px;
	height: 150px;
	float: left;
	text-align: center;
}

.footer p{
	width:100%;
	padding: 10px 0;
	font-size: 20px;
	color:#3578b4;
}


.bottom{
	clear:both;
	width: 100%;
	background:#12b8f6;
	line-height:60px;
	margin-top: 20px;
}
.bottom ul{
	width: 1200px;
	margin: 0 auto;
}
.bottom ul li{
	float: left;
	width: 115px;
	text-align: center;
}
.bottom ul li a{
	color:#fff;
	font-size: 14px;
}
