@media screen and (max-width: 1167px) {
    /* 底部 */
    .footer .other {
        margin-top: 0;
    }

    .footer .other a {
        float: none;
    }

    .footer .other .a4, .a5 {
        margin-top: 0;
    }

    .footer .other span {
        display: none;
    }

}

@media screen and (max-width: 1000px) {
    /* 底部 */
    .footer .logo_02 {
        margin-left: 0;
    }
}

@media screen and (max-width: 920px) {
    /* 底部 */
    .footer .other {
        width: 33%;
    }
}

@media screen and (max-width: 920px) {
    /* 底部 */
    .footer .address {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    /* 底部 */
    .footer .other {
        margin-top: 110px;
    }

    .footer .logo_02 {
        margin-left: -7%;
    }

    .footer .address {
        float: right;
        margin-top: 29px;
    }
}

@media screen and (max-width: 512px) {
    /* 底部 */
    .footer .logo_02 {
        display: none;
    }
.footer .ewm{
        display: none;
    }
    .footer .logo_02_2 {
        margin: 0 auto;
        display: block;
    }

    .footer .other {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .footer .address {
        text-align: center;
        width: 100%;
    }
}