@media screen and (max-width:768px) {
    .pcShow{
        display: none;
    }
    .h5Show {
        display: block;
    }
    .whsp-main-h5 {
        width: 100%;
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
    }
    .whsp-main-h5>a {
        display: inline-block;
        width: 6.96rem;
        height: 2rem;
        margin: auto;
        margin: 0.2rem 0;
        background-size: 100%;
    }
    .whsp-czdzj-h5 {
        background: url('../images//whspH5img1.png') no-repeat;
    }
    .whsp-xsdll-h5 {
        background: url('../images//whspH5img2.png') no-repeat;
    }
    .whsp-zwjs-h5 {
        background: url('../images//whspH5img3.png') no-repeat;
    }
    .whsp-byfc-h5 {
        background: url('../images//whspH5img4.png') no-repeat;
    }
    .whsp-cxgs-h5 {
        background: url('../images//whspH5img5.png') no-repeat;
    }
    .whsp-zjgn-h5 {
        background: url('../images//whspH5img6.png') no-repeat;
    }
}