@media screen and (max-width: 768px) {
    body {
        max-width: 600px;
        margin: auto;
        font-size: 16px;
    }


    /* m-nav --- start */
    /* cate ----start */
    /* cate----end */
    /* article----start */
    .body-w {
        max-width: 100%;
        margin-top: 80px;
    }

    .page-article {
        flex-wrap: wrap;
    }

    .page-a-text {
        width: 100%;
        box-sizing: border-box;
    }

    .page-a-right {
        width: 100%;
        margin-top: 20px;
    }

    .page-a-des table {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* article----end*/
    /* index ----  start*/
    .menu {
        position: fixed;
        top: 0;
        left: -110%;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .menu_wrap {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background: url(/static/images/menu-2.png) no-repeat center center #cea76e;
        background-size: 15px auto;
        right: 20px;
    }

    .h_menu .menu_wrap {
        background: url(/static/images/menu-1.png) no-repeat center center #cea76e;
        background-size: 25px auto;
    }

    .logo span {
        display: none;
    }

    .header {
        line-height: 60px !important;
    }

    .wrap {
        padding: 0 2%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .header .logo {
        padding: 10px 0 !important;
    }

    .header .logo {
        position: relative;
        z-index: 1001;
        line-height: 40px;
    }

    .logo img {
        height: 25px !important;
    }

    .header {
        max-width: 600px;
        margin: auto;
        right: 0;
    }

    .menu div {
        display: none;
    }

    .menu ul {
        padding-top: 60px;
        margin: 0;
    }

    .h_menu .menu {
        left: 0;
        overflow-y: auto;
    }

    .header .menu {
        display: unset !important;
    }

    .menu ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0;
        margin: 0 30px;
    }

    .menu ul li a {
        line-height: 45px;
        font-size: 18px;
        color: #333;
    }

    .banner .img1 {
        padding: 80px 40px;
    }

    .banner-text h1 {
        font-size: 26px;
    }

    .banner-text h3 {
        font-size: 18px;
    }

    .about_img {
        width: 100%;
        margin-left: 0;
    }

    h1 {
        font-size: 26px !important;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .page1 .d-flex > div {
        width: 100%;
    }

    .page1 .d-flex > div:first-child {
        margin-bottom: 20px;
    }

    .service_list ul li {
        width: 100% !important;
    }

    .page {
        padding: 40px 0;
    }

    .service_list ul li a {
        margin: 10px;
    }

    .service_list .img {
        min-height: 167px !important;
    }

    .team_list ul li {
        width: 100%;
    }

    .team_list ul li + li {
        display: none;
    }

    .news_list ul li .img {
        width: 100%;
        float: none;
        height: auto;
    }

    .news_list ul li .img img {
        width: 100%;
    }

    .foot {
        padding: 20px 0;
    }

    .f_logo {
        float: none;
        padding-top: 0;
        text-align: center;
        margin: 0 auto;
    }

    .address {
        padding-left: 0;
        border-left: 0;
        text-align: center;
        float: none;
    }

    .address p {
        min-height: 5px;
    }

    .ewm {
        float: none;
        text-align: center;
        clear: both;
        margin: 0 auto;
    }

    .body-w .wrap {
        padding: 0;
    }
}
