@charset "utf-8";
/*css footer*/
footer {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #D00001;
    color: #BBB;
}

footer .foot {
    width: 1100px;
    height: 70px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    color: #AAA;
}
footer .foot p {
    height: 26px;
    line-height: 26px;
}

footer .foot p span {
    padding: 0 8px;
}
footer .foot p span a {
    color: #AAA;
}
footer .foot p span a:hover {
    color: #D00001;
}