.zwgkzq {
    width: 100%;
    height: 100vh;
    background: url(2022-zwgkzq-bg.png) no-repeat center;
    background-size: cover;
}

.pNav,
.pLogo .searchbox {
    display: none;
}

.list-banner .pTop .top-right .searchbox {
    display: block;
}

.list-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.pLogo {
    background: none;
    border-bottom: 0;
    height: auto;
}

.pLogo .logo {
    height: 60px;
    height: .6rem;
    padding-top: 60px;
    padding-top: .6rem;
}

.zwgkzq-logo {
    font-size: 68px;
    font-size: .68rem;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
}

.zwgkzq-logo span {
    height: 88px;
    height: .88rem;
    line-height: 88px;
    line-height: .88rem;
    margin-top: 200px;
    margin-top: 2rem;
    display: inline-block;
    /* background: url(2022-zwgkzq-gh.png) no-repeat;
    background-size: auto 88px;
    background-size: auto .88rem;
    padding-left: 110px;
    padding-left: 1.1rem; */
}

.zwgkzq-list {
    padding-top: 110px;
    padding-top: 1.1rem;
}

.zwgkzq-list li {
    width: 320px;
    width: 3.2rem;
    height: auto;
    margin-right: 40px;
    margin-right: .4rem;
    background: no-repeat center;
    background-size: cover;
    float: left;
    position: relative;
    border-radius: 10px;
    border-radius: .1rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwgkzq-list li:nth-child(1) {
    background-image: url(2022-zwgkzq-btn-bg01.png);
}

.zwgkzq-list li:nth-child(2) {
    background-image: url(2022-zwgkzq-btn-bg02.png);
}

.zwgkzq-list li:nth-child(3) {
    background-image: url(2022-zwgkzq-btn-bg03.png);
}

.zwgkzq-list li:nth-child(4) {
    background-image: url(2022-zwgkzq-btn-bg04.png);
    margin-right: 0;
}

.zwgkzq-list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    background: no-repeat top;
    background-size: cover;
    opacity: .2;
    border-radius: 10px;
    border-radius: .1rem;
}

.zwgkzq-list li:nth-child(1)::after {
    background: linear-gradient(to bottom, rgba(68, 131, 248, 1) 0%, rgba(68, 131, 248, 0) 40%, transparent 50%);
}

.zwgkzq-list li:nth-child(2)::after {
    background: linear-gradient(to bottom, rgba(239, 157, 80, 1) 0%, rgba(239, 157, 80, 0) 40%, transparent 50%);
}

.zwgkzq-list li:nth-child(3)::after {
    background: linear-gradient(to bottom, rgba(99, 191, 178, 1) 0%, rgba(99, 191, 178, 0) 40%, transparent 50%);
}

.zwgkzq-list li:nth-child(4)::after {
    background: linear-gradient(to bottom, rgba(44, 193, 237, 1) 0%, rgba(44, 193, 237, 0) 40%, transparent 50%);
}

.zwgkzq-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.zwgkzq-list li .ico {
    width: auto;
    height: 64px;
    height: .64rem;
    display: block;
    margin: 102px auto 0;
    margin: 1.02rem auto;
}

.zwgkzq-list li .icobg {
    width: 164px;
    width: 1.64rem;
    height: 189px;
    height: 1.89rem;
    display: block;
    position: absolute;
    left: 78px;
    left: .78rem;
    top: 40px;
    top: .4rem;
    transform: rotate(0deg);
}

.zwgkzq-list li span {
    font-size: 28px;
    font-size: .28rem;
    color: #ffffff;
    margin: 0 auto 40px;
    margin: 0 auto .4rem;
    display: block;
    width: 100%;
    text-align: center;
}

.zwgkzq-list li:hover {
    margin-top: -40px;
    margin-top: -.4rem;
}

.zwgkzq-list li:hover .icobg {
    transform: rotate(180deg);
    transition: all 1s;
}

.zwgkzq-list li:hover span {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .pLogo .logo {
        padding-top: .8rem;
    }
    
    .zwgkzq {
        height: auto;
        padding-bottom: .8rem;
    }

    .zwgkzq::after {
        content: '';
        display: block;
        clear: both;
    }

    .zwgkzq-logo span {
        margin-top: 1.4rem;
        font-size: .5rem;
    }

    .zwgkzq-list {
        padding-top: .6rem;
    }
    
    .zwgkzq-list li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .zwgkzq-list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .zwgkzq-list li::after {
        display: none;
    }
    
    .zwgkzq-list li .icobg {
        width: 40%;
        height: auto;
        left: 30%;
        top: .2rem;
    }
    
    .zwgkzq-list li .ico {
        margin-top: calc(40% / 2 + 3%);
        margin-bottom: calc(40% / 2 + 3%);
        width: 15%;
        height: auto;
    }
    
    .zwgkzq-list li span {
        font-size: .22rem;
        margin-bottom: .2rem;
    }
}
