@media screen and (max-width:768px){
    body{
        /* overflow-x: hidden  !important; */
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 120px !important;
    }
    .header{
        display: none !important;
    }
    .mo-top{
        display: block !important;
        width: 100%;
        position: fixed;
        top: 0;
        box-shadow: 0 0 6px 0 #d8d8d8;
        background-color: #fff;
        z-index: 1000;
        padding: 20px 10px;
        height: 50px;  
    }
    .tuichu{
        width: 100%;
        height: 40px;
        margin-left: 10%;
        display: inline-block;
        margin-top: 20px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 30px;
    }
    .nav-type-list{
        width: 90%;
        display: none;
        margin-left: 5%;
    }
    /* #dituContent{
        width: 100%;
        display: none !important;
    } */
    .right{
        display: none !important;
    }
    .nav-item1-name{
        width: 90%;
        margin-left: 5%;
        height: 40px;
        line-height: 40px;
        padding-left: 26px;
        color: #fff;
    }
    .nav-name img, .nav-type-list-name img{
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 12px;
        margin-right: 20px;
    }
    .nav-type-list-name img{
        padding-right: 8px;
    }
    .item-list{
        display: none;
    }
    .tuichu img{
        width: 30px;
        height: 30px;
      }
    .mo-nav{
        display: block !important;
        background-color: #595757;
        position: fixed;
        right: -80%;
        z-index: 1000000;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 70%;
        height: 100%;
    }
    .mo-top .mo-logo img{
        width: 100px;
        max-height: 50px;
        margin-top: 10px;
        margin-left: 20px;
    }
    .mo-navs{
        float: right;
    }
    .mo-navs img{
        width: 38px;
        height: 38px;
        margin-right: 40px;
        margin-top: -50px;
    }
    .banner{
        display: none;
    }
    .swiper-container{
        display: block !important;
        width: 100%;
        
    }
    .swiper-wrapper{
        width: 100%;
        margin-top: 20px;
    }
    .swiper-wrapper img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .nav-name a{
        color: #fff;
    }
    .nav-name,.nav-type-list-name{
        width: 90%;
        margin-left: 5%;
        /* padding: 0 40px; */
        padding-left: 10px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        /* font-weight: bold; */
        color: #fff;
        border-bottom: 0.1px solid #ccc;
        
    }
    .nav-type-list-name{
        border: none;
        font-size: 14px;
        /* color: #666; */
    }
    .nav-type-list-name a{
        color: #fff;
    }
    .footer{
        display: none;
    }
    .mo-footer{
        display: block !important;
        width: calc(100% - 40px);
        padding: 20px;
        background-color: #000;
        /* height: 300px; */
    }
    .mo-footer-list{
        /* width: 180px; */
        display: inline-block;
        margin-top: 20px;
        margin-right: 70px;
    }
    .mo-footer-name{
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-list li{
        width: 100%;
        padding: 5px 10px;

    }
    .footer-list li a{
        font-size: 13px;
        color: #f1f1f1;
    }
    .footer-tips{
        width: 100%;
        line-height: 26px;
        color: #fff;
        text-align: center;
     
    }
    .footer-xian{
        width: 90%;
        height: 1px;
        background-color: #666;
        margin-left: 5%;
        /* padding: 10px; */
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .footer-tips a{
        color: #fff;
    }
}