.footer {
    width: 100%;
    background-color: #434643
}

.footer_top {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 3PX solid #494C49
}

.footer_top .footer_top_center {
    display: flex;
    justify-content: space-between;
    width: 1200PX;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 65PX
}

.footer_top .footer_top_center .footer_top_center_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0 130PX
}

.footer_top .footer_top_center .footer_top_center_left .footer_logo {
    width: 160PX;
    margin: 10PX 10PX;
}

.footer_top .footer_top_center .footer_top_center_left .footer_er {
    width: 130PX;
    margin-left: 13PX;
    margin-top: 10PX;
    margin-bottom: 10PX
}

.footer_top .footer_top_center .footer_top_center_left > p {
    padding-left: 34PX
}

.footer_top .footer_top_center .footer_top_center_right {
    display: flex;
    justify-content: space-between;
    width: 70%
}

.footer_top .footer_top_center .footer_top_center_right > dl {
    width: 25%;
    line-height: 1
}

.footer_top .footer_top_center .footer_top_center_right > dl > dt {
    display: flex
}

.footer_top .footer_top_center .footer_top_center_right > dl a:hover {
    /*color: #59a00d*/
    color:#C1F069;
}

.footer_bottom {
    width: 100%
}

.footer_bottom .container {
    height: 40PX;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 1300px) {
    .footer_bottom .container, .footer_top .footer_top_center, .footer_top .footer_top_center_right {
        justify-content: space-around
    }

    .footer_bottom .container > p {
        margin: .25rem 0;
        text-align: center;
        font-size: 12PX
    }
}

@media screen and (max-width: 768px) {
    .footer_top .footer_top_center {
        padding: 1rem 0;
        flex-direction: column
    }

    .footer_top .footer_top_center .footer_top_center_left {
        width: 100%;
        align-items: center;
        padding: 0
    }

    .footer_top .footer_top_center .footer_top_center_left .footer_logo {
        width: 5rem
    }

    .footer_top .footer_top_center .footer_top_center_left .footer_er {
        margin: .5rem 0
    }

    .footer_top .footer_top_center .footer_top_center_left > p {
        font-size: .7rem;
        padding: 0;
        margin: .25rem 0
    }

    .footer_top .footer_top_center .footer_top_center_right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: baseline
    }

    .footer_top .footer_top_center .footer_top_center_right {
        display: none;
    }

    .footer_top .footer_top_center .footer_top_center_right > dl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin: 1rem 0;
        font-size: .7rem;
        line-height: 1.5
    }

    .footer_top .footer_top_center .footer_top_center_right > dl > dt {
        margin-bottom: .5rem
    }

    .footer_bottom .container {
        height: auto;
        flex-direction: column;
        align-items: center
    }

    .footer_bottom .container > p {
        margin: .25rem 0;
        text-align: center
    }
}