/*页尾*/
.footer {
    width: 100%;
    margin-top: 32px;
    background-color: #01708b;
    background-size: 100% 100%;
}

.footer_0 {
    width: 1320px;
    /* height: 190px; */
    padding-top: 45px;
    margin: 0 auto;
}

.footer_0 .QRcode {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0 45px;
    background-color: #fff;
}

.footer_0 .QRcode img {
    width: 100%;
}

.footer_0 .footer_nav {
    width: 1000px;
    margin-left: 240px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.footer_0 .footer_nav .fn_1 {
    width: 350px;
    height: 60px;
    margin-left: 245px;
}

.footer_0 .footer_nav .fn_1 li {
    width: 86px;
    height: 14px;
    border-right: 1px solid #fff;
    float: left;
    text-align: center;
}

.footer_0 .footer_nav .fn_1 li:last-child {
    border: none;
}

.footer_0 .footer_nav .fn_1 li a {
    color: #fff;
}

.footer_0 .footer_nav .fn_2 {
    width: 850px;
    height: 60px;
    margin-left: 40px;
}

.footer_0 .footer_nav .fn_2 li {
    float: left;
    margin-left: 75px;
    line-height: 25px;
}

@media all and (min-width:0px) and (max-width:500px) {
    .footer {
        width: 1920px;
    }
}