
	
.foot{
	background:#1a1a1a;
	padding: 20px 0 70px 0;
    border-top: 3px solid #e50012;
	}
.foot_bot{
	color:#ccc;
	text-align:center;
	font-size:16px;
	}
.foot_bot h4{
	font-size:14px;
	line-height: 26px;
	}
.foot_bot span{
	font-weight:normal;
	color:#f35f2a;
	}
	
.foot-top{
	background:#fff;
	width:100%;
	height:15px;
}

.foot-float {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #272727;
    height: 60px;
	z-index:999;

}
.foot-float  li {
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
	padding-top:6px;
}
.foot-float li a {
    color: #fff;
}

