footer.footer {
    width: 100%;
    color: #aaa;
    background: #555;
}

footer.footer ul {
    margin: 60px 0 30px 0;
    padding: 0;
}

footer.footer ul li {
    line-height: 26px;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.footer ul li a {color: #aaa;font-size:14px;}
footer.footer ul li a:hover {color: #aaa;text-decoration: underline !important;}
footer.footer ul li.f-tit {margin-bottom: 10px;font-size: 14px;color: #fff;}

footer.footer .address {
    line-height: 50px;
    text-align: center;
    background: #393939;
    margin: 0;
}

footer.footer .address a {color: #aaa;}
footer.footer .address a:hover {color: #fff;}

@media (max-width:767px) {
    footer.footer {
        overflow: hidden;
    }

    footer.footer .container {
        margin: 0 20px;
    }

    footer.footer ul {
        margin: 20px 0 10px 0;
    }

    footer.footer .address {
        line-height: 30px;
        padding: 10px;
    }
}

