.footer{
	width:100%;
	height:80px;
	background:#4F536C;
	position: absolute;
	bottom:0;
}
.footer .footer_centent{
	width:1100px;
	height:80px;
	margin:0 auto;
}
.footer .footer_centent .footer_centent_left{
    float: left;
    width:500px;
    height:80px;
    background:url(../images/wujielogo.png)no-repeat 100px center;
}
.footer .footer_centent .footer_centent_right{
	float:right;
	width:400px;
	color:#fff;	
}
.footer .footer_centent .footer_centent_right p{
	line-height: 80px;
}