/* Slider */
.block33824 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -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;
    padding-bottom: 0;
}

/* .block33824 .banner-name h1,
.block33824 .banner-name h2,
.block33824 .banner-name h3,
.block33824 .banner-name h4,
.block33824 .banner-name h5,
.block33824 .banner-name h6 {
    color: var(--color-match-ellipses-title-setting1) !important;
} */

.block33824 .banner-docs .paragraph1,
.block33824 .banner-docs .paragraph2,
.block33824 .banner-docs .paragraph3 {
    color: var(--color-match-ellipses-docs-setting1) !important;
}

.block33824 .front{
    opacity: 0;
}

.block33824 .front.slick-initialized.slick-slider{
    opacity: 1;
    transition: all 0.5s;
}

.block33824 .left{
    opacity: 0;
}

.block33824 .left.slick-arrow {
    opacity: 1;
    transition: all 0.5s;
}

.block33824 .right{
    opacity: 0;
}

.block33824 .right.slick-arrow{
    opacity: 1;
    transition: all 0.5s;
}



.block33824 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block33824 .slick-list:focus {
    outline: none;
}

.block33824 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block33824 .slick-slider .slick-track,
.block33824 .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);
}

.block33824 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block33824 .slick-slider .slick-track.naws {
    transform: unset !important;
}

.block33824 .slick-track:before,
.block33824 .slick-track:after {
    display: table;

    content: '';
}

.block33824 .front {
    /* display: flex; */
    justify-content: center;
}
.block33824 .front>.front_item {
    display: none;
    width: 100%;
}
.block33824 .front>.front_item:nth-child(1) {
    display: block;
}

.block33824 .slick-track:after {
    clear: both;
}

.block33824 .slick-loading .slick-track {
    visibility: hidden;
}

.block33824 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block33824 .slick-slide img {
    display: block;
}

.block33824 .slick-slide.slick-loading img {
    display: none;
}

.block33824 .slick-slide.dragging img {
    pointer-events: none;
}

.block33824 .slick-initialized .slick-slide {
    display: block;
}

.block33824 .slick-loading .slick-slide {
    visibility: hidden;
}

.block33824 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block33824 .slick-arrow.slick-hidden {
    display: none;
}

.block33824 .slick-arrow {
    display: none;
    cursor: pointer;
}

.block33824 .slick-dots li button:before {
    display: none;
}

.block33824 .slick-dots li button {
    display: none;
}

.block33824 .slick-dots li:hover {
    background: #C4C4C4;
    opacity: 1;
}

.block33824 .slick-dots .slick-active {
    background: #C4C4C4;
    opacity: 1;
}

.block33824 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    /* background: #C4C4C4; */
    opacity: 0.3;
    border: 1px solid #C4C4C4;
}

.block33824 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    height: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.block33824 {
    width: 100%;
    margin: 0 auto;
}


.block33824 .front_item .before {
    width: 100%;
}

.block33824 .front_item .before .front_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.block33824 .front_item .before .front_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.block33824 .front_item .before .banner-description_one {
    margin: 0 40px;
}

.block33824 .front_item .before .cont {
    /* text-align: center; */
}

.block33824 .front_item .before .cont .banner-docs {
    /* margin-right: 35px; */
}

.block33824 .front_item .before .cont .banner-name {
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block33824 .front_item .before .cont .banner-name * {
    text-align: center;
}

.block33824 .front_item .before .cont .banner-docs {
    font-size: 20px;
    color: #ACACAC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 55px;
}

.block33824 .front_item .before .cont .banner-docs>div {
    margin-top: 10px;
}

.block33824 .front_item {
    position: relative;
    padding: 60px 0;
    height: 345px;


    display: flex;
    align-items: center;
}

.block33824 .front_item::after {
    position: absolute;
    width: 1px;
    height: 80%;
    background: #E5E5E5;
    content: "";
    left: -1px;
    top: 56%;
    transform: translateY(-50%);
}

.block33824 .front_item:first-child:after {
    width: 0;
}

.block33824 .front_item .after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 1;
}

.block33824 .front_item:hover .after {
    opacity: 1;
    visibility: visible;
}

.block33824 .front_item .after .after_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.block33824 .front_item .after .after_img {
    display: inline;
}

.block33824 .front_item .after .banner-description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #00000066;
}

.block33824 .front_item .after .banner-description .cont {
    margin: 80px 40px 0;
}

.block33824 .front_item .after .banner-description .cont .banner-name {
    color: var(--color-match-setting1);
    position: relative;
    padding-bottom: 4px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block33824 .front_item .after .banner-description .cont .banner-name * {
    text-align: center;
}

.block33824 .front_item .after .banner-description .cont .banner-docs {
    font-size: 20px;
    color: #FFFFFF;
    overflow-y: auto;
    padding-top: 40px;
    margin-top: 10px;
    margin-left: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block33824 .front_item .after .banner-description .cont .banner-docs>div {
    margin-top: 10px;
}

.block33824 .front_item .after .banner-description .cont .banner-name::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

.block33824 .front_item .after .banner-description .cont .banner-docs::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.block33824 .front_item .after .banner-description .cont .banner-docs::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5)
}

.block33824 .front_item .after .banner-description .cont.afternone .banner-name::after {
    display: none;
}

.block33824 .front_item .after .banner-description .cont.afternone {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.block33824 .box {
    position: relative;
}

.block33824 .box .left,
.block33824 .box .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.block33824 .box .left.slick-disabled,
.block33824 .box .right.slick-disabled {
    opacity: 0.4;
}

.block33824 .box .left {
    left: -19px;
}

.block33824 .box .right {
    right: -19px;
}

.block33824 .front_item .before .cont .moreBtn {
    display: none;
}

.block33824 .front_item .after .banner-description .cont .moreBtn {
    color: white;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.block33824 .front_item .before .cont .banner-name,
.block33824 .front_item .before .cont .banner-name * {
    color: var(--color-match-setting1);
}

@media screen and (max-width:1200px) {
    .block33824 .front_item {
        padding: 60px 0;
    }

    .block33824 .front_item .before .cont .banner-docs {
        padding-left: 15px;
    }

    .block33824 .front_item .after .banner-description .cont .banner-docs {
        margin-left: 0px;
    }
}

@media screen and (max-width:900px) {
    .block33824 .front_item .before .banner-description_one {
        margin: 0 20px;
    }

    .block33824 .front_item .after .banner-description .cont {
        margin: 80px 20px 0;
    }


    /* .block33824 .box .right.slick-arrow {
        right: -19px ;
    }

    .block33824 .box .left.slick-arrow {
        left: -16px ;
    } */


}

@media screen and (max-width:768px) {
    .block33824 .front_item .before .cont .banner-name,
    .block33824 .front_item .before .cont .banner-name * {
        font-size: 17px;
    }

    .block33824 .front_item .before .cont .banner-docs {
        font-size: 17px;
    }

    .block33824 .front_item .after .banner-description .cont .banner-name {
        font-size: 17px;
    }

    .block33824 .front_item .after .banner-description .cont .banner-docs {
        font-size: 16px;
    }

    .block33824 .front_item {
        height: 250px;
    }
}

@media screen and (max-width:510px) {
    .block33824 .front_item .after {
        opacity: 1;
        visibility: visible;
    }

    .block33824 .slick-dots {
        margin-top: 15px;
        position: relative;
        bottom: 0px;
    }

    /* .block33824 .front_item .after .banner-description .cont .banner-docs {
        height: 90px;
    } */

    ::-webkit-scrollbar-thumb {
        border: unset !important;
    }

    ::-webkit-scrollbar-track {
        background: unset !important;
    }

    .block33824 .front_item .after .banner-description .cont .banner-docs {
        padding-top: 30px;
        margin-left: 30px;
    }

    .block33824 .box .left,
    .block33824 .box .right {
        display: none !important;
    }

    .block33824 .front_item .after .banner-description .cont .banner-name {
        font-size: 22px;
    }

    .block33824 .front_item .after .banner-description .cont .banner-docs {
        font-size: 20px;
    }

    /* .block33824 .front_item {
        height: unset;
    } */

}