.footer {
    width: 100%;
    margin-top: 20px;
}

.footer p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Microsoft YaHei';
}

.footer .footer-bot {
    margin-bottom: 0;
}

.footer p img {
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: -10px;
}

.footer a {
    display: inline;
}

.footer .footer-bg {
    width: 100%;
    height: 50px;
    background: #ea220b url(../img/footer-bg.png) center center;
}