.block32734 {
    position: relative;
    width: 100%;
}

.block32734 .navigation {
    position: relative;
    width: 100%;
}

.block32734 .prev {
    height: 30px;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    color: var(--color-match-setting1);
    position: absolute;
    left: 30px;
    top: 260px;
    transform: translateY(-50%);
    z-index: 3;
}

.block32734 .prev .icon-jiantouzuo-5 {
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s all ease;

}

.block32734 .prev .icon-jiantouzuo-5.arrow-left {
    position: absolute;
    left: 15px;
    top: 0;
    transition: .3s all ease;

}

.block32734 .next {
    z-index: 3;
    height: 30px;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    color: var(--color-match-setting1);
    position: absolute;
    right: 30px;
    top: 260px;
    transform: translateY(-50%);
}

.block32734 .next .icon-jiantouyou-5 {
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s all ease;

}

.block32734 .next .icon-jiantouyou-5.arrow-right {
    position: absolute;
    right: 15px;
    top: 0;
    transition: .3s all ease;

}

.block32734 .prev:hover .icon-jiantouzuo-5 {
    left: -16px;
}

.block32734 .prev:hover .icon-jiantouzuo-5.arrow-left {
    left: 0;
}

.block32734 .next:hover .icon-jiantouyou-5 {
    right: -15px;
}

.block32734 .next:hover .icon-jiantouyou-5.arrow-right {
    right: 0;
}

.block32734 .siteblocks-header-banner {
    display: flex;
}

.block32734 .left {
    width: calc(50% - 605px);
    background-size: cover;
    height: 520px;
    position: relative;
    margin-right: 15px;
    opacity: .15;
}

.block32734 .left::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: .15;
    content: '';
}

.block32734 .right {
    width: calc(50% - 605px);
    background-size: cover;
    height: 520px;
    position: relative;
    /* filter: grayscale(100%); */
    margin-left: 15px;
     opacity: .15;
}

.block32734 .right::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: .15;
    content: '';
}

.block32734 .center {
    width: 1180px;
    position: relative;
}

.block32734 .house {
    position: relative;
    height: 520px;
    outline: none;
}

.block32734 .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.block32734 .imgBox::before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0);
    opacity: 0.17;
    transition: all 0.1s;
}

/* .block32734 .center:hover .imgBox::before {
  
} */

.block32734 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block32734 .banner-description {
    position: absolute;
    max-width: 65%;
    max-height: 80%;
    left: 100px;
    top: 100px;
    overflow: hidden;
    font-size: 20px;

    letter-spacing: 0;
    line-height: 1.8;
    font-weight: 300;
    word-break: break-word;
}

.block32734 .banner-name {
    width: 100%;
    overflow: hidden;
    color: var(--color-match-setting2);
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.block32734 .banner-name>h1,
.block32734 .banner-name>h2,
.block32734 .banner-name>h3,
.block32734 .banner-name>h4,
.block32734 .banner-name>h5,
.block32734 .banner-name>h6 {
    text-overflow: ellipsis;
    color: var(--color-match-ellipses-title-setting1);
    /* color: #fff; */
}
.block32734 .banner-name a {
    color: inherit;
    outline: none;
}

.block32734 .center:hover .banner-name {
    color: #FFFFFF !important;
}

.block32734 .banner-docs {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.7;
}
.block32734 .banner-docs>.paragraph1,
.block32734 .banner-docs>.paragraph1,
.block32734 .banner-docs>.paragraph1 {
    color: var(--color-match-ellipses-docs-setting1);
}
.block32734 .banner-docs>p {
    text-overflow: ellipsis;
    /* color: #fff; */
}
.block32734 .butn {    
    position: relative;
    margin-top: 15px;
    width: 130px;
    text-align: center;
    background-color: var(--color-match-setting1);
    border-radius: 1px;
    z-index: 2;
    bottom: 100px;
    color: #fff;
    left: 100px;
    font-size: 14px;
    text-transform: uppercase;
}

.block32734 .butn a.moreBtn {
    display: inline-block;
    padding: 10px 25px;
    outline: none;
    color: inherit;
}
.block32734 .butn a:hover {
    color: inherit;
}
.block32734 .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.block32734 .appli:not(.slick-initialized) li.house:nth-of-type(n+2) {
    display: none;
}
.block32734 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block32734 .slick-list:focus {
    outline: none;
}

.block32734 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block32734 .slick-slider .slick-track,
.block32734 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block32734 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block32734 .slick-track:before,
.block32734 .slick-track:after {
    display: table;

    content: '';
}

.block32734 .slick-track:after {
    clear: both;
}

.block32734 .slick-loading .slick-track {
    visibility: hidden;
}

.block32734 .slick-slide {
    display: none;
    float: left;
    margin: 0;
    /* height: 100%; */
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block32734 .slick-slide img {
    display: block;
}

.block32734 .slick-slide.slick-loading img {
    display: none;
}

.block32734 .slick-slide.dragging img {
    pointer-events: none;
}

.block32734 .slick-initialized .slick-slide {
    display: block;
}

.block32734 .slick-loading .slick-slide {
    visibility: hidden;
}

.block32734 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block32734 .slick-arrow.slick-hidden {
    display: none;
}

.block32734 .slick-dots {
    position: relative;
    max-width: 1180px;
    margin: 30px auto 0;
    text-align: center;
    bottom: 0;
}

.block32734 .slick-dots li {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin: 0 5px;
    background: #D8D8D8;
    cursor: pointer;
}

.block32734 .slick-dots li.slick-active {
    background: var(--color-match-setting1);
}

.block32734 .slick-dots li button {
    display: none;
}

@media screen and (max-width:1200px) {
    .block32734 .left {
        display: none;
    }

    .block32734 .right {
        display: none;
    }

    .block32734 .center {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .block32734 .banner-description {
        top: 90px;
    }

    .block32734 .butn {
        bottom: 90px;
    }

    .block32734 .house {
        height: 440px;
    }

    .block32734 .prev {
        top: 220px;
    }

    .block32734 .next {
        top: 220px;
    }
}

@media screen and (max-width:768px) {
    .block32734 .banner-description {
        top: 70px;
        font-size: 18px;
    }

    .block32734 .butn {
        bottom: 90px;
    }

    .block32734 .house {
        height: 380px;
    }

    .block32734 .prev {
        top: 190px;
    }

    .block32734 .next {
        top: 190px;
    }
}

@media screen and (max-width:510px) {
    .block32734 .banner-description {
        left: 60px;
        max-width: calc(100% - 120px);
    }

    .block32734 .butn {
        left: 60px;
    }

    .block32734 .banner-docs {
        font-size: 14px;
    }
}