@charset "utf-8";

@media (max-width: 767px) {

    /* ------------------------ */
    .phone-log {
        display: block;
        width: 100%;
        /* height: 100px; */
        text-align: center;
        background: url(banner.jpg) no-repeat center;
    }

    .phone-log img {
        width: 80%;
        margin: 10px 0;
    }

    .phone-bottom {
        display: block;
        background-color: #666666;
        font-size: 14px;
        color: #ccc;
    }

    .phone-bottom p {
        text-align: center;
        line-height: 30px;
    }

    /* ---------------------- */

    .banner,
    .nav,
    .wip_local,
    .title1,
    .bottom-top,
    .bottom,
    .down,
    .chuchu {
        display: none;
    }


    p img {
       max-width: 80%;
    }

    .cont,
    .title,
    .wen {
        width: 100%;
    }

    .wen {
        margin-top: 20px;
        text-indent: 2em;
    }

    .main {
        width: 100%;
        margin: 0 auto;
        min-height: auto;
        background: #FFFFFF;
    }

    .content_box {
        padding: 20px;
        width: 100%;
    }

    .cont {
        min-height: auto;
    border: none !important;
    }
}