footer {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    background: url("/views/img/footer.png");
    overflow: hidden;
    height: 362px;
}

footer .footer-main {
    width: 1000px;
    height: auto;
    margin: -19px auto 5px;
    padding: 71px 0 5px;
    overflow: hidden;
}

footer .footer-main .footer-qr {
    float: left;
    width: 250px;
    overflow: hidden
}

footer .footer-main .footer-qr .footer-qr-head {
    height: 49px;
    margin-bottom: 15px;
    text-align: center;
}

footer .footer-main .footer-qr .footer-qr-head img {
    width: 170px;
}

footer .footer-main .footer-qr .footer-qr-img {
    width: 100%;
    text-align: center
}

footer .footer-main .footer-qr .footer-qr-img img {
    width: 170px;
    height: 170px;
}

footer .footer-main .footer-qr .footer-qr-foot {
    font-size: 12px;
    text-align: center;
    margin-top: 3px;
    padding-top: 5px;
    line-height: 23px
}

footer .footer-main .footer-nav {
    float: right;
    width: 720px;
    overflow: hidden;
    margin-top: 50px;
}

footer .footer-main .footer-nav .footer-nav-item {
    float: left;
    width: 180px
}

footer .footer-main .footer-nav .footer-nav-item h2 {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 100;
    color: #333;
    margin-bottom: 15px;
}

footer .footer-main .footer-nav .footer-nav-item h2 i {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 3px
}

footer .footer-main .footer-nav .footer-nav-item ul li {
    width: 100%;
    height: 30px;
    line-height: 30px
}

footer .footer-main .footer-nav .footer-nav-item ul li a {
    font-size: 16px;
    color: #666;
}
/*
footer .footer-main .footer-nav .footer-nav-item ul li a:hover {
    color: #ff9300;
    text-decoration: underline
}*/

footer .footer-main .footer-nav .footer-nav-item:first-child ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #666
}

footer .footer-main .footer-nav .footer-nav-item:first-child ul li i {
    float: left;
    width: 30px;
    margin-top: 7px;
    color: #888
}

.footer-icon-list {
    width: 100%;
    padding-top: 20px;
    text-align: center
}

.footer-icon-list li {
    display: inline-block;
    margin: 0 2px;
    padding: 0 2px
}

.footer-icon-list li img {
    width: 120px;
    height: 45px
}

.footer_copyright {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px
}

.footer_copyright p {
    font-size: 14px;
    color: #000;
}