@media screen and (min-width:960px) {


    .yd-img-list-nav{
        display: none;
    }

    #navcight{
        display: none;
    }
    #m-form-banner{
        display: none;
    }
    #m-footer{
        display: none;
    }
    #header-nav{
        display: block;
    }
    #header-banner{
        display: block;
    }
    #footer{
        display: block;
    }

    .img-list-title{
        width: 14.4rem;
        /* border: solid 1px red; */
        margin: 1rem auto;
    }
    
    .img-list-title h4{
    
        font-size: 0.3rem;
        color: #4a4a4a;
        text-align: center;
        font-weight: bold;
    
    }
    .img-list-desc{
        text-align: center;
        color: #4A4A4A;
        font-size: 0.18rem;
        line-height: 3em;
    }
    .img-list-nav{
        width: 14.4rem;
        margin:0.5rem auto;
    }
    .img-list-nav .img-list-nav-pc{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
      
    
    }
    .img-list-nav .img-list-nav-pc a{
    
        font-size: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #4A4A4A;
        font-weight: bold;
        
    
    }
    .img-list-nav .img-list-nav-pc .img-nav-active{
        color: #D5081E;
    }
    .img-list-nav .img-list-nav-pc a div{
        margin-bottom: 0.2rem;
    }
    
    /* .img-list-nav .img-list-nav-pc dl{
        width: 2.88rem;
        height: 2.1rem;
        border-bottom:solid 0.08rem #4a4a4a;
        cursor: pointer;
        position: relative;
    }
    
    .img-list-nav .img-list-nav-pc dl>dt{
        height: 1.3rem;
        width: 2.88rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-list-nav .img-list-nav-pc dl>dt>img{
        width: 0.8rem;
        height: 0.8rem;
    }
    .img-list-nav nav dl>dd{
        width: 2.88rem;
        text-align: center;
    }
    .img-list-nav nav dl>dd:nth-of-type(1){
    
        color: #4A4A4A;
        font-size: 0.22rem;
    }
    .img-list-nav nav dl>.down-sanjiao{
        position: absolute;
        width: 0.2rem;
        height: 0.2rem;
        background: url(/img/html5_join/down-sanjiao.png) no-repeat;
        background-size: contain;
        bottom:-0.25rem;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    } */
    
    
    .img-list-content{
        width: 14.4rem;
        margin: 0.5rem auto;
    }
    .img-list-content ul{
        width: 14.4rem;
        display: flex;
        flex-wrap: wrap;
    }
    .img-list-content ul li{
    
        width: 4.64rem;
        height: 3.1rem;
        /* border: solid 1px red; */
        margin: 0.06rem;
        border-radius: 0.1rem;
        overflow: hidden;
       
    }
    .img-list-nav-detail>li{
        padding-top: 0.3rem;
    }
    
    .img-list-content ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .img-list-content ul li a>img{
        width: 100%;
        height: 100%;
    }
    .pagenavcation{
        font-size: 0.16rem;
    }
    .img-list-nav>ul{
        width: 10.86rem;
        margin: 0 auto;
        /* border: solid 1px blue; */
    }
    .img-list-nav>ul li a{
        font-size: 0.14rem;
        height: 0.4rem;
        line-height: 0.4rem;
        border-radius: 0.2rem;
        background-color: #9b9b9b;
        color: #fff;
        padding:0.1rem 0.3rem;
    }
    .img-list-nav .img-list-nav-active{
        background-color: #D5081E;
        color: #fff;
    }
    
    
    .page-url{
        text-align: center;
        font-size: 0.16rem;
    }
    .page-url select{
        font-size: 0.16rem;
    }
    
}
