.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.layout {
    width: 1200px;
    margin: auto;
}
.foot {
    height: 126px;
    background-color: #4d4d4d;
    color: #c2c2c2;
    font-size: 12px;
    text-align: center;
    width:100%;
    margin-top: 20px;
}
.foot ul {
    width: 270px;
    margin: auto;
    padding: 15px 0 13px 0;
}
.foot ul li {
    float: left;
    border-right: 1px solid #acacac;
    width: 66px;
    text-align: center;
    cursor:pointer;
}
.foot ul li:last-child {
    border-right: none;
}
.foot ul li a{color:#c2c2c2;text-decoration:none;}
