.layout-block {
    height: 100vh;
    color: #ffffff;
    align-items: center;
    display: flex;
}

.layout-block h3 {
    font-size: 46px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 6vh;
    line-height: 60px;
}

.layout-block p {
    font-size: 20px;
    padding-bottom: 2vh;
}

.layout-001 {
    padding-bottom: 10vh;
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/aboutus01.jpg")
        no-repeat center;
    background-size: cover;
}

.layout-002 {
    padding-bottom: 10vh;
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/aboutus02.jpg")
        no-repeat center;
    background-size: cover;
}

.layout-002 h3 {
    text-align: left;
}

.layout-003 {
    text-align: center;
    padding-bottom: 10vh;
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/aboutus03.jpg")
        no-repeat center;
    background-size: cover;
}

.layout-004 {
    text-align: center;
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/aboutus04.jpg")
        no-repeat center;
    background-size: cover;
}

.swiper-button-next {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.swiper-button-prev {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(50px);
}

.swiper-business {
    max-width: 800px;
    margin: 0px auto;
}

.swiper-business:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-business:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-company {
    width: 100%;
    height: 100%;
    height: 76vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide-company {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}

.swiper-slide-company img {
    max-width: 100%;
    max-height: 76vh;
    display: inline-block;
}

/**
 * 中文配置
 */
@media (max-width: 768px) {
    .layout-block h3 {
        font-size: 36px;
        text-align: center;
        font-weight: normal;
        padding-bottom: 4vh;
        line-height: 60px;
        margin-top: 5vh;
    }
    .layout-block p {
        font-size: 14px;
        padding-bottom: 2vh;
    }
}
