.pc {
    display: block;
}

.phone {
    display: none;
}

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

    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    .navbar {
        padding: 0 15px;
    }

    .pagea .col-md-7 {
        padding-right: 15px;
    }

    .pagea_list_one_title {
        height: auto;
    }

    .pageb {
        height: auto;
        padding: 50px 0px;
        overflow: hidden;
        background-size: 250% auto;
    }

    .pageb_n {
        width: auto;
        margin: 0px auto;
    }

    .pageba {
        width: 90%;
        height: 400px;
        background-image: url(../images/index/pagebbga.jpg);
        margin: 0px auto;
    }

    .pagebb {
        position: absolute;
        background: #239edd;
        top: 20px;
        left: 10%;
        width: 79%;
        padding: 20px;
        line-height: 30px;
        color: #fff;
        text-align: left;
    }

    .pageb_title {
        width: 100%;
    }

    .pageb_list_one {
        margin: 0px 1% 10px 1%;
        height: auto;
        overflow: hidden;
        position: relative;
        background: #f5f5f5;
        cursor: pointer;
    }

    .pageb_list_one_img {
        height: 100px;
    }

    .pageb_list_one_title {
        width: 90%;
    }

    .pagee {
        background-size: 100% 100%;
        padding: 30px 0px;
    }

    .pagee_n {
        height: auto;
    }

    .allmapIndex {
        width: 100%;
        height: auto;
    }

    .pagee_content {
        width: 90%;
        float: none;
        color: #fff !important;
        margin: 0px auto;
        text-align: center;
    }

    .allmapIndex img {
        max-width: 90%;
        height: auto;
    }

    .crumbs {
        display: none;
    }

    .cp_list_one_pic {
        height: 120px;
    }

    .Article {
        overflow: auto;
        margin: 20px 20px 50px 20px;
        width: auto;
        padding: 35px;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    }

}