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

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

.address {
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.address-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.family-info {
    background: url(/addons/WebSites/frontend/resources/img/yiyangbeijing.png) no-repeat center top/cover;
    /* background-size: 100% 100%; */
}

#serviceprogram .wpo-section-title h2{
font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

#environment .wpo-section-title h2{
font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}