/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-15 14:13:13
*/

.about-banner.wpo-breadcumb-area:before{
    background:none;
}
.about-banner.wpo-breadcumb-area {
    background: url(/addons/WebSites/frontend/resources/img/a98be15a.png) no-repeat center top/cover;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    height: 460px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    min-height: 100px;
}

.about-banner.wpo-breadcumb-area h2{
    font-size: 70px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
    padding: 50px 40px;
    text-align: left;
}

@media only screen and (max-width: 576px) {
    .about-banner.wpo-breadcumb-area {
        height: 150px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) {
    .about-banner.wpo-breadcumb-area {
        height: 210px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .about-banner.wpo-breadcumb-area {
        height: 270px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 45px;
        line-height: 45px;
    }
}


@media only screen and (min-width: 992px) {
    .about-banner.wpo-breadcumb-area {
        height: 330px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 50px;
        line-height: 50px;
    }
}


@media only screen and (min-width: 1200px) {
    .about-banner.wpo-breadcumb-area {
        height: 400px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 55px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 1400px) {
    .about-banner.wpo-breadcumb-area {
        height: 460px;
    }
    .about-banner.wpo-breadcumb-area h2{
        font-size: 60px;
        line-height: 60px;
    }
}
/*  */

.resb-item{
    padding:50px 30px;
}
.resb-item .banner img{
    width:100%;
}
.content{
    padding:70px 40px 40px;
}
.content h3 {
        font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}
.content .line {
    width: 69px;
    height: 2px;
    background: #AC1F24;
    margin-top: 30px;
}
.content .desc{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    line-height: 32px;
     margin-top: 30px;
}
.content .more{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #999999;
    line-height: 32px;
    margin-top: 30px;
    cursor:pointer;
}