
/*移动端调整样式******************************************************************************************************************/
@media screen and (max-width:960px) {
    .footer{
        display: none;
    }
    #m-footer{
        display: block;
    }
    #m-form-banner{
        display: block;
    }
    #navcight{
        display: block;
    }
    html,body{
        overflow-x: hidden;
        width: 3.75rem;
    }
    #header-nav{
        display: none;
    }
    #header-banner{
        display: none;
    }
    html>body{
        padding-top:0 !important;
    }
    .hgroup-zu h4{
        font-size: 0.15rem;
        color: #4A4A4A;
    }
    .content-artone .con-one h1{
        line-height: initial;
    }
    .tab_list{
        padding-top:0.1rem;
        padding-bottom: 0.1rem;
    }
    .tab_list ul{
        border-left:initial;
    }
    .tab_list ul li span{
        display: none;
    }

    .tab_list{
        position: initial;
        width: 3.75rem;
    }
    .tab_list ul{
        width: 3.75rem;
        display: flex;
        height: initial;
        padding-top:0.1rem;
    }
    .tab_list ul li{
      
        width:0.675rem;
        margin-bottom: initial;
        margin: 0.0375rem;
    }
    .tab_list ul li p{
        width: 0.675rem;
    }
    .tab_list ul li p a{
        /* display: flex; */
        width: 0.675rem;
        font-size: 0.1rem;
        font-weight: bold;
        letter-spacing: -0.01rem;
    }

    .content-main{
        width: 3.75rem;
        position:initial;
        left: initial;
    }

    .tab{

        min-height: initial;

    }

    .teach1{
        width: 1.66rem;
        height: 3.3rem;
    }

    .teach1 img{
        width: 1.66rem;
        height: 2.1rem;
    }
    .teach1 dd{
        max-width:1.77rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .consult-phone-baidu-module{
        display: none;
    }


}