.footer{
	height: 120px;
	width: 1038px;
}
.footer ul{
	height: 42px;
	background: #2c7ed5;
}
.footer ul li{
	height: 42px;
	line-height: 42px;
	float: left;
	background: url(../img/footer_li_bg.png) no-repeat right center;
	position: relative;
}
.footer ul li span{
	background: url(../img/footer_icon.png) no-repeat left center;
	position: absolute;
	width: 8px;
	height: 15px;
	display: block;
	top: 14px;
	right: 10px;
}
.footer ul li:last-child{
	background: none;
}
.footer ul li a{
	padding: 0 50px;
	color: #fff;
	font-size: 14px;
}
.footer p{
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #5C5C5D;
}