
.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;
}






.aboutusbx{
    padding: 50px 0;
}

.aboutus-bxtp{
    font-size: 24px;
    line-height: 40px;
}


.aboutus-bxcnt{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.about-bximg{
    width: 50%;
}
.about-bximg img{
    width: 100%;
}

.about-bxri{
    width: 50%;
    padding: 0 35px;
}
.about-bxri a{
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}
.about-bxri a:last-child{
    border-bottom: 0px solid #eeeeee;
}
.about-bxri a h3{
    font-size: 16px;
    color: #d80c18;
}  

.about-bxri a p{
    font-size: 24px;
    margin-top: 10px;
}


.aboutus-bxbtm{

}

.aboutus-bxbtm h4{
    font-size: 18px;
    color: #d80c18;
    font-weight: 600;
}
.aboutus-bxbtm p{
    font-size: 16px;
    margin-top: 15px;
}






@media screen and (max-width:768px) {
    .serbicbaner {
        /* background-image: url("../images/picbj04.jpg");
        background-size: 100% 100%; */
        width: 100%;
        height: 15vh;
    }
    .serbicbaner .itemimg{
        width: 100%;
        height: 15vh !important;
    }

    .serbic-box > div {
        color: #ffffff;
        font-weight: 600;
        position: absolute;
        top: 7vh;
        margin-left: .2rem;
    }
    
    .serbic-box > div h2 {
        font-size: .28rem;
    
    }
    
    .serbic-box > div span {
        font-size: .18rem;
    }
    




    .aboutusbx{
        padding: .5rem .1rem;
    }
    
    .aboutus-bxtp{
        font-size: .24rem;
        line-height: .4rem;
    }
    
    
    .aboutus-bxcnt{
        margin: .5rem .1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f8f8f8;
    }
    
    .about-bximg{
        width: 100%;
    }
    .about-bximg img{
        width: 100%;
    }
    
    .about-bxri{
        width: 100%;
        padding: 0 .35rem;
    }
    .about-bxri a{
        padding: .3rem 0;
    }
    .about-bxri a h3{
        font-size: .16rem;
        color: #d80c18;
    }  
    
    .about-bxri a p{
        font-size: .24rem;
        margin-top: .1rem;
    }
    .aboutus-bxbtm{
        margin: 0 .1rem;
    }
    .aboutus-bxbtm h4{
        font-size: .18rem;
    }
    .aboutus-bxbtm p{
        font-size: .16rem;
        margin-top: .15rem;
    }
    




}

