.footer{
	width:100%;
	height:80px;
	background:#4F536C;
	position: absolute;
	bottom:0; 
	left:0;
}
.footer .footer_centent{
	width:1100px;
	height:80px;
	margin:0 auto;
}
.footer .footer_centent .footer_centent_left{
    float: left;
    width: 670px;
    height:80px;
}
.footer_centent_left img{
	float:left;
	width:155px;
	height:26px;
	margin-top:25px;
}
.footer_centent .footer_centent_left ul{
	
}
.footer_centent .footer_centent_left ul li{
	float:left;
	height:13px;
	font-size:12px;
	padding:0 14px;
	border-right:1px #fff solid;
	margin-top: 33px;
	line-height:13px;
}
.footer_centent .footer_centent_left ul li:last-child{
	border:0;
}
.footer_centent .footer_centent_left ul li a{
	color:#fff;
}
.footer .footer_centent .footer_centent_right{
	float:right;
	width:400px;
	color:#fff;	
}
.footer .footer_centent .footer_centent_right p{
	line-height: 80px;
}
.footer .footer_centent .footer_centent_right p a{
	color:#fff;
}
