#footer {
    display:none;
}

.footer {
    background-color: #333;
    line-height: 46px;
    margin-top: 50px;
    height: 46px;
    color: #fff;
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
}

.footer .cnts {
    height: 46px;
    width: 1000px;
    margin: 0 auto;
}

.footer .fl {
    float: left;
}

.footer p a {
    margin-right: 30px;
    color: white;
}

.footer .fr {
    float: right;
}

.footer .fr li {
    list-style: none outside none;
    margin: 7px 0 0 10px;
    float: left;
}

.footer .fr li a {
    width: 32px;
    height: 32px;
    display: block;
}

.footer .fr li img {
    width: 32px;
    height: 32px;
    display: block;
    border: 0;
}