.block33104 {
   width: 100%;
}

/* .block33104 .title {
    text-align: center;
    font-size: 2.75em;
    color: #004B88;
    line-height: 100%;
    font-family: 'Playfair Display', "Times New Roman";
    white-space: nowrap;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
} */

.block33104 .box {
    /* width: 100%; */
    /* max-width: 1152px; */
    margin: 40px auto 0;
    padding: 0 24px;
    position: relative;
}

.block33104 .wrapper {
    width: 100%;
    /* max-width: 1152px; */
    margin: auto;
    display: flex;
}

.block33104 .wrapper  {
    opacity: 0;
}

.block33104 .wrapper.slick-initialized {
    opacity: 1;
    transition: all 0.5s;
}

.block33104 .tile {
    width: 1152px;
    position: relative;
    outline: none;
    height: auto;
}
/* 新版本强制释放两边轮播图片可视 */
.block33104 .my-content{
    overflow: hidden;
}
.block33104 .slick-list{
    overflow:inherit;
}
.block33104 .tile .textCurrent {
    opacity: 1;
}

.block33104 .textActive1 {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.block33104 .bar {
    background-color: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 3;
    display: block;
    transition: all 0.6s ease-in-out;
}

.block33104 .right-bar {
    right: 0;
    width: 0;
}

.block33104 .left-bar {
    left: 0;
    width: 0;
}

.block33104 .imgWra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transition: all 0.6s ease-in-out; */
}

.block33104 .imgBox {
    width: 100%;
    height: 100%;
    opacity:0.7;
}

.block33104 .imgWra .imgBoxCurrent{
    opacity: 1;
}

.block33104 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block33104 .textBox {
    position: relative;
    min-height: 362px;
    width: 50%;
    height: calc(100% - 240px);
    padding: 160px 0 80px 80px;
    z-index: 4;
    opacity: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0));
}

.block33104 .textTop {
    color: var(--color-match-setting2);
    font-family: 'Playfair Display', "Times New Roman";
    font-size: 4em;
    line-height: 110%;
    opacity: 0;
    transition: all 0.3s ease-in-out .5s;
    transform: translateY(30px);
    transform-origin: bottom;
    word-break: break-word;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block33104 .banner-name>h1,
.block33104 .banner-name>h2,
.block33104 .banner-name>h3,
.block33104 .banner-name>h4,
.block33104 .banner-name>h5,
.block33104 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block33104 .textBottom {
    margin: 40px 0;
    color: #405565;
    padding-right: 100px;
    font-size: 1em;
    line-height: 160%;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.3s ease-in-out .6s;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.block33104 .banner-docs>.paragraph1,
.block33104 .banner-docs>.paragraph2,
.block33104 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.block33104 .buttonBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.3s ease-in-out .7s;
}


.block33104 .button {
    z-index: 3;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: calc(100% - 38px);
    color: var(--color-match-setting1);
}



.block33104 .button a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: inherit;
    letter-spacing: 0.03em;
    line-height: 120%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    height: 20px;
}

.block33104 .buttonBox .icon {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    color: var(--color-match-setting2);
    font-size: 16px;
    font-family: "Ionicons";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block33104 .buttonBox:hover .button {
    transform: translateX(-8px);
}

.block33104 .buttonBox:hover .icon {
    transform: translateX(8px);
}

.block33104 .prevArrow,
.block33104 .nextArrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    background: var(--color-match-setting1);
    opacity: 0.5;
    transition: .3s;
    display: none !important;
    align-items: center;
    justify-content: center;

}

.block33104 .prevArrow:hover,
.block33104 .nextArrow:hover {
    opacity: 1;
}

.block33104 .prevArrow {
    left: 0;
}

.block33104 .nextArrow {
    right: 0;
}

.block33104 .prevArrow i,
.block33104 .nextArrow i {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.block33104 div.slick-arrow {
    display: flex!important;
}

.block33104 div.slick-arrow.noSlick {
    display: none!important;
}

.block33104 .number {
    font-size: 1.5em;
    text-align: left;
    color: #acb5bd;
    height: 1em;
    position: absolute;
    left: 104px;
    top: 90px;
    z-index: 3;
}

.block33104 .all {
    color: #acb5bd;
}

.block33104 .number .current {
    color: #32495B;
}

.block33104 .slick-track {
    align-items: stretch;
}

@media screen and (max-width: 1300px) {
    .block33104 .prevArrow {
        left: 10px;
    }

    .block33104 .nextArrow {
        right: 10px;
    }
}

@media screen and (max-width:1200px) {
    .block33104 .tile {
        width: 930px;
    }

    /* .block33104 .prevArrow {
        left: -30px;
    }

    .block33104 .nextArrow {
        right: 70px;
    } */

    .block33104 .box {
        /* width: 930px; */
        padding: unset;
    }
}

@media screen and (max-width:991px) {
    .block33104 .box {
        padding: unset;
        margin-top: 70px;
        /* width: 100%; */
    }

    .block33104 .wrapper {
        width: 100%;
        overflow: hidden !important;
    }

    .block33104 .imgWra {
        position: unset;
        height: unset;
    }

    .block33104 .imgBox img {
        height: unset;
    }

    .block33104 .tile {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .block33104 .prevArrow,
    .block33104 .nextArrow {
        display: none !important;
    }

    .block33104 .number {
        top: -50px;
        left: 10px;
    }

    .block33104 .textBox {
        padding: 25px 0 0 0;
        width: 100%;
        min-height: unset;
        background: unset;
    }

    .block33104 .textTop {
        font-size: 2.5em;
        transition: all 0.3s ease-in-out;
    }

    .block33104 .textBottom {
        margin: 30px 0;
        padding-right: 0;
        transition: all 0.3s ease-in-out .1s;
    }

    .block33104 .buttonBox {
        transition: all 0.3s ease-in-out .2s;
    }

    .block33104 .bar {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .block33104 .tile {
        margin: 0;
    }
}

.block33104 .wrapper {
    width: 100%;
    margin: auto;
    display: flex;
}

.block33104 .wrapper  {
    opacity: 0;
}

.block33104 .wrapper.slick-initialized {
    opacity: 1;
    transition: all 0.5s;
}

.block33104 .wrapper + .number {
    opacity: 0;
}

.block33104 .wrapper.slick-initialized + .number {
    opacity: 1;
    transition: all 0.5s;
}