

/*底部*/
.footer{
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #1A1312;
	color: #c99059;
	position: relative;
}
.footer ul{
	position: absolute;
    top:25px;
    height: 30px;
    left: 50%;
    margin-left: -275px;
}
.footer li{
	float: left;
	line-height: 30px;

}
.footer li a{
	color: #c99059;
	margin:0 5px;
	text-decoration: none;
}