.desc,
.tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.both,
.desc,
.img-box,
.section-case,
.tit {
    overflow: hidden
}

.first-Imgs,
.full-bg {
    width: 100%;
    height: 100%
}

.section-case {
    width: 100%;
    height: 100vh;
    margin-bottom: 2px;
    position: relative
}

.five-box {
    margin-bottom: 0
}

.full-bg {
    transform: scale(1.01);
    transition: all .5s;
    object-fit: cover
}

.first-box:hover .full-bg,
.five-box:hover .full-bg,
.four-box .slide-img-box:hover .full-bg {
    transform: scale(1.05)
}

.word {
    max-width: 600px;
    padding: 7rem 7rem 8.8rem;
    background: rgba(56, 91, 195, 0.75);
    color: #fff;
    position: absolute;
    bottom: 12rem;
    right: 50%
}

.both,
.both-one {
    position: relative
}

.tit {
    font-size: 3.4rem;
    line-height: 3.6rem;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-weight: 700
}

.desc {
    font-size: 16px;
    line-height: 24px
}

.both-one {
    width: 50%;
    height: 100%;
    float: left
}

.img-box {
    width: 100%;
    height: 69.6vh
}

.img-box img {
    transition: all .5s;
    transform: scale(1.01)
}

.img-box:hover img {
    transform: scale(1.05);
    transition: all .5s
}

.word-box {
    width: 100%;
    height: 30.4vh;
    background: #fff;
    padding: 3.5rem 14rem
}

.three-box .img-box {
    height: 100vh
}

.three-box .word-box {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(56, 91, 195, 0.75);
    padding: 7rem 7rem 8.8rem
}

.three-box .word-inner {
    max-width: 56rem
}

.three-box .both-one:nth-of-type(1) .word-box {
    width: 85.4%
}

.three-box .both-one:nth-of-type(1) .word-inner {
    margin: 0 auto
}

.slide-img-box {
    width: 68.75%;
    height: 100%;
    float: left
}

.slide-word {
    width: 31.25%;
    height: 100%;
    float: right;
    background: #fff;
    color: #212429;
    position: relative
}

.readmore,
.readmore a {
    color: #3573e7
}

.slide-word-inner {
    position: absolute;
    bottom: 28.33vh;
    right: 14%;
    width: 72%
}

.five-box .word {
    bottom: 5%;
    right: 5%;
    display: inline-table
}

.six-box .word {
    bottom: 5%;
    left: 5%;
    display: inline-table
}

.readmore {
    margin: 0 auto;
    padding: 25px 0;
    background: #fff;
    font-size: 2.8rem;
    text-align: center
}

.readmore img {
    width: 22px;
    margin-left: 12px
}

.tenement .word-box {
    height: 36vh
}

@media screen and (max-width:1024px) {
    .readmore img {
        width: 22px;
        margin-left: 5px
    }
}

@media only screen and (max-width:767px) {

    .desc,
    .tit {
        line-height: 18px
    }

    .word {
        width: 72%;
        padding: 26px 25px 32px;
        position: absolute;
        bottom: 0;
        right: 14%
    }

    .tit {
        font-size: 18px;
        margin-bottom: 6px;
        padding-bottom: 2px
    }

    .desc {
        font-size: 14px
    }

    .both .both-one {
        width: 100%;
        height: auto
    }

    .full-bg,
    .section-case {
        height: auto
    }

    .word-box {
        height: auto !important;
        padding: 35px 35px 50px
    }

    .img-box,
    .three-box .img-box {
        height: auto
    }

    .three-box .word-box {
        padding: 25px
    }

    .three-box .both-one .word-box {
        width: 85.4%
    }

    .slide-img-box,
    .slide-word {
        width: 100%
    }

    .slide-word-inner {
        position: relative;
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 35px 35px 50px
    }

    .five-box .word {
        top: 0;
        right: 0
    }

    .readmore {
        font-size: 16px;
        color: #0064d9;
        margin-top: 3px;
        padding: 12px 0
    }

    .readmore img {
        width: 22px;
        margin-left: 5px
    }
}