.serbicbaner {
    /* background-image: url("../images/picbj04.jpg");
    background-size: 100% 100%; */
    width: 100%;
    height: 40vh;
}

.serbicbaner .itemimg{
    width: 100%;
    height: 40vh;
    position: absolute;
    z-index: 0;
}

.serbic-box {
    position: relative;
}

.serbic-box > div {
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 25vh;
}

.serbic-box > div h2 {
    font-size: 46px;

}

.serbic-box > div span {
    font-size: 24px;
}



.serbicitem {
    padding: 30px 0 70px;
}

.serbicitem h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.serbicitem ul{
    display: flex;
    flex-wrap: wrap;
}

.serbicitem ul li{
    width: 23%;
    margin: 10px 20px 10px 0;
    background-color: #f5f5f5;
}
.serbicitem ul li a{
    display: flex;
    align-items: center;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 600;
}

.showsera{
    background-color: #ffffff;
}
.showserb{
    color: #d80c18;
    box-shadow: 0 0 10px 10px #f5f5f5;
}
.showserv{
    display: block;
}


.serbicitem ul li a span{
    margin-left: 15px;
}
.serbicitem ul li a p{
    width: 40px;
}
.serbicitem ul li a p span{
    width: 100%;
}

.serbicitem ul li:hover{
    background-color: #ffffff;
    box-shadow: 0 0 10px 10px #f5f5f5;
}

.serbicitem ul li:hover a{
    color: #d80c18;
}
.serbicitem ul li:hover a p .servimga{
    display: none;
}
.serbicitem ul li:hover a p .servimgb{
    display: block;
}

.servimga{
    display: block;
}
.servimgb{
    display: none;
}


.punishbj{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.punishshow{
    display: none;
}

.punishbx{
    width: 40%;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    border-radius: 5px;
    z-index: 9999;
}

.punish-bxtp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.punish-bxtp h4{
    font-size: 22px;
    font-weight: 600;
}
.punish-bxtp span{
    cursor: pointer;
    font-size: 30px;
}

.punish-box{
    height: 50vh;
    overflow-x: auto;
    padding: 30px 30px;
}
.punish-box p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}


.punish-bxbtn{
    margin: 20px 30px 30px;
    background-color: #d80c18;
    padding: 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.punish-bxbtn img{
    width: 18px;

}
.punish-bxbtn span{
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}







@media screen and (max-width:768px) {
    .serbicbaner {
        background-image: url("../images/picbj04.jpg");
        background-size: 100% 100%;
        width: 100%;
        height: 11vh;
    }
    .serbicbaner .itemimg{
        width: 100%;
        height: 11vh !important;
    }

    .serbic-box > div {
        color: #ffffff;
        font-weight: 600;
        position: absolute;
        top: 3vh;
        margin-left: .2rem;
    }
    
    .serbic-box > div h2 {
        font-size: .28rem;
    
    }
    
    .serbic-box > div span {
        font-size: .18rem;
    }
    
    
    
    .serbicitem {
        padding: .3rem 0 .7rem;
        margin: 0 .1rem;
    }
    
    .serbicitem h3 {
        font-size: .24rem;
        font-weight: 600;
        margin-top: .3rem;
    }
    
    .serbicitem ul li{
        width: 45%;
        margin: .1rem;
    }
    .serbicitem ul li a{
        display: flex;
        align-items: center;
        padding: .3rem .2rem;
        font-size: .18rem;
    }
    
    
    .serbicitem ul li a:hover{
        background-color: #ffffff;
        color: #d80c18;
        box-shadow: 0 0 .1rem .1rem #f5f5f5;
    }
    .serbicitem ul li a span{
        margin-left: .15rem;
    }
    .serbicitem ul li a p{
        width: .4rem;
    }




    .punishbx{
        width: 90%;
        background-color: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50% , -50%);
        border-radius: 5px;
    }
    
    .punish-bxtp{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .15rem .3rem;
        background-color: #f5f5f5;
    }
    .punish-bxtp h4{
        font-size: .22rem;
        font-weight: 600;
    }
    .punish-bxtp span{
        cursor: pointer;
        font-size: .3rem;
    }
    
    .punish-box{
        height: 50vh;
        overflow-x: auto;
        padding: .3rem .3rem;
    }
    .punish-box p{
        font-size: .16rem;
        line-height: .3rem;
        text-indent: 2em;
    }
    
    
    .punish-bxbtn{
        margin: .2rem .3rem .3rem;
        background-color: #d80c18;
        padding: .1rem 0;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .punish-bxbtn img{
        width: .18rem;
    
    }
    .punish-bxbtn span{
        color: #ffffff;
        font-size: .16rem;
        margin-left: .1rem;
    }







}























