.common-width {
    width: 1200px;
    margin: auto;
}

/* --- footer --- start */
footer {
    background-color: #333333;
    padding: 20px 0;
}

.footer-top {
    margin-top: 40px;
}

.footer-top-logo .logo-img {
    display: block;
   height: 45px;
    margin-bottom: 10px;
}

.footer-top-logo p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 36px;
}

.footer-top-list {
    margin-top: 20px;
}

.footer-top-list h5 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-top-list p {
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #999999;
}

.footer-top-list p>a {
    color: #999999;
}

.gdhz .swhz {
    position: relative;
    cursor: pointer;
}

.gdhz .hz-wxcode {
    display: block;
    position: absolute;
    top: -75px;
    right: 80px;
    display: none;
}

.gdhz .swhz:hover .hz-wxcode {
    display: block;
}

.lxwm {
    margin-left: 160px;
}

.footer-center {
    margin-top: 60px;
    position: relative;
    padding-top: 25px;
}

.footer-center::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer-center h5 {
    width: 86px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    line-height: 46px;
}

.footer-center img {
    float: left;
    display: block;
    width: 124px;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.24;
    margin-left: 15px;
}

.footer-bottom {
    margin-top: 40px;
}

.footer-bottom-left .left-head {
    width: 300px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.footer-bottom-left .img-list {
    margin-top: 30px;
}

.footer-bottom-left .img-list a {
    margin-right: 15px;
}

.footer-bottom-right {
    display: flex;
}

.footer-bottom-right li {
    width: 140px;
    margin-left: 20px;
}

.footer-bottom-right li img {
    display: block;
    width: 140px;
    height: 140px;
    background-color: #ffffff;
}

.footer-bottom-right li p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    margin-top: 15px;
}

.yt-icp {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
}

.yt-icp a{
    color: #999999;
}

/* --- footer --- end */



/* -----------------------------------  media -------------------------- */

@media only screen and (max-width:960px) {

    .common-width {
        width: auto;
        margin: auto 15px;
    }

    /* --- footer --- start */
    footer {
        background-color: #333333;
        padding: 20px 0;
    }

    .footer-top {
        margin-top: 10px;
        position: relative;
    }

    .footer-top-logo {
        float: none;
    }

    .footer-top-logo .logo-img {
        display: block;
       height: 35px;
        margin-bottom: 6px;
    }

    .footer-top-logo p {
        font-size: 14px;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 24px;
    }

    .footer-top-list {
        margin-top: 40px;
    }

    .footer-top-list h5 {
        font-size: 14px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .footer-top-list p {
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #999999;
    }

    .footer-top-list.lxwm {
        float: none;
        margin-left: 0;
    }

    .footer-top-list.gdhz {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 30px;
    }

    .footer-center {
        margin-top: 20px;
        position: relative;
        padding-top: 15px;
    }

    .footer-center::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #4d4d4d;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .footer-center h5 {
        letter-spacing: 0px;
        color: #ffffff;
        float: none;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-center img {
        float: left;
        display: block;
        width: 23%;
        max-width: 120px;
        background-color: #ffffff;
        border-radius: 4px;
        opacity: 0.24;
        margin-left: 0;
        margin-right: 1.2%;
        margin-bottom: 10px;
    }

    .footer-bottom {
        margin-top: 15px;
        padding-bottom: 80px;
        position: relative;
    }

    .footer-bottom-left {
        float: none;
    }

    .footer-bottom-left .left-head {
        width: 60%;
        max-width: 300px;
        padding: 10px;
    }

    .footer-bottom-left .left-head img {
        display: block;
        width: 100%;
    }

    .footer-bottom-left .img-list {
        margin-top: 0;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 26px;
    }

    .yt-icp {
        margin-top: 0;
        font-size: 11px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        white-space: nowrap;
        text-align: center;
    }

    .footer-bottom-left .img-list a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .footer-bottom-left .img-list img {
        display: inline-block;
        height: 18px;
    }

    .footer-bottom-right {
        float: none;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-bottom-right li {
        width: 32%;
        max-width: 140px;
        margin-left: 0;
    }

    .footer-bottom-right li img {
        display: block;
        width: 100%;
        height: 120px;
        background-color: #ffffff;
    }

    .footer-bottom-right li p {
        font-size: 12px;
        letter-spacing: 0px;
        color: #999999;
        text-align: center;
        margin-top: 10px;
    }

    /* --- footer --- end */
}