.block35494 {
    position: relative;
}

.block35494 .titleBox {
    font-size: 42px;
    color: #151515;
    text-transform: capitalize;
    letter-spacing: .024em;
    word-spacing: .05em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.block35494 .linet {
    position: absolute;
    content: '';
    left: 90px;
    bottom: 47px;
    height: 1px;
    width: calc(100% - 180px);
    background: #ddd;
    margin: auto;
    top: unset;
    /* z-index: -1; */
}

.block35494 .img2 {
    position: relative;
}

.block35494 .buttonPrev {
    left: 20px;
}

.block35494 .buttonNext {
    right: 20px;
}

.block35494 .buttonPrev,
.block35494 .buttonNext {
    height: 40px;
    width: 44px;
    font-size: 0;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .25s ease;
    position: absolute;
    top: 35%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.block35494 .buttonPrev:hover,
.block35494 .buttonNext:hover {
    padding-left: 0;
    padding-right: 0;
    width: 54px;
}

.block35494 .buttonNext:hover .butLine,
.block35494 .buttonPrev:hover .butLine {
    background-color: var(--color-match-setting1);
}

.block35494 .buttonNext:hover .arrowRight,
.block35494 .buttonPrev:hover .arrowLeft {
    border-left-color: var(--color-match-setting1);
    border-right-color: var(--color-match-setting1);
}

.block35494.buttonPrev:hover .arrowLeft,
.block35494 .buttonPrev:hover .arrowLeft{
    border-left-color: var(--color-match-setting1);
    border-right-color: var(--color-match-setting1);
}

.block35494 .arrowRight {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent rgba(21, 21, 21, .21);
}

.block35494 .arrowLeft {
    border-width: 5px 8px 5px 0;
    border-color: transparent rgba(21, 21, 21, .21) transparent transparent;
}

.block35494 .arrowLeft,
.block35494 .arrowRight {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
}

.block35494 .butLine {
    height: 2px;
    width: 32px;
    background-color: rgba(21, 21, 21, .21);
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.block35494 .imgBox {
    display: flex;
    overflow: hidden;
    margin: 0 75px;
    width: calc(100% - 150px);
}

.block35494 .imgTile {
    margin: 0 15px;
    width: calc(25% - 30px);
    flex-shrink: 0;
}

.block35494 .imgWra {
    width: 100%;
    height: 310px;
    position: relative;
}

.block35494 .imgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}

.block35494 .imgBefore {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(25, 24, 24, .45);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.block35494 .imgAfter {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: scale(.85);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border: 1px solid rgba(255, 255, 255, .5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.block35494 .afterCenter {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    width: 36px;
    height: 36px;
    background: url(//a2.leadongcdn.cn/cloud/mpBqoKijRmmSrqoiqoop/lALPDgQ9reaxOZskJA_36_36-420-310.png) no-repeat center;
}

.block35494 .afterCenter>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;

}



.block35494 .imgWra:hover .imgBefore {
    opacity: 1;
}

.block35494 .imgWra:hover .imgAfter {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.block35494 .imgWra:hover .afterCenter {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.block35494 .afterCenter:hover {
    opacity: 0.7 !important;
}

.block35494 .imgWra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block35494 .textBox {
    display: flex;

    flex-direction: column;
    align-items: center;
}

.block35494 .nameStyle {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #151515;
    letter-spacing: .024em;
    word-spacing: .05em;
    text-align: center;
    height: 74px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    transition: all .3s ease-in-out;
}

.block35494 .nameStyle>p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.block35494 .nameStyle>a {
    color: inherit;
    outline: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.block35494 .docsStyle>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
}

.block35494 .nameStyle:hover {
    color: var(--color-match-setting1);
}

.block35494 .circleBox {
    width: 29px;
    height: 34.8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block35494 .circle {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color-match-setting1);
}

.block35494 .circle::before,
.block35494 .circle::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    transform: none;
    visibility: visible;
}

.block35494 .circle::before {
    animation: item1B 1s ease infinite;
}

.block35494 .circle::after {
    animation: item1A 1s ease infinite;
}

@keyframes item1A {
    5% {
        opacity: 0.3;
        background: var(--color-match-setting1);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
        visibility: hidden;
        background:transparent;
    }
}

@keyframes item1B {
    0% {
        opacity: 0;
        transform: none;
        background:transparent;
    }
    25% {
        opacity: 0.5;
        transform: none;
        visibility: visible;
        background: var(--color-match-setting1);
    }
    100% {
        opacity: 0;
        transform: scale(1.8);
        visibility: hidden;
        background:transparent;
    }
}

.block35494 .docsStyle {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-match-setting1);
    line-height: 1.7;
    letter-spacing: .024em;
    word-spacing: .05em;
    text-align: center;
    min-height: 30px;
    /* white-space: nowrap; */
    overflow: hidden;
}

.block35494 .moreBtn {
    display: none;
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    .block35494 .imgWra {
        height: 230px;
    }
}

@media screen and (max-width:1200px) and (min-width:950px) {

    .block35494 .buttonPrev,
    .block35494 .buttonNext {
        display: none;
    }

    .block35494 .imgTile {
        margin: 0 10px;
    }

    .block35494 .titleBox {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .block35494 .imgBox {
        margin: 0;
        width: 100%;
    }

    .block35494 .linet {
        width: calc(100% - 30px);
        left: 15px;
    }

    .block35494 .imgWra {
        height: 226px;
    }

    .block35494 .circleBox {
        height: 35px;
    }

    .block35494 .linet {
        bottom: 99px;
    }

    .block35494 .nameStyle {
        font-size: 16px;
    }

    

}

@media screen and (max-width:950px) and (min-width:600px) {

    .block35494 .buttonPrev,
    .block35494 .buttonNext {
        display: none;
    }

    .block35494 .imgTile {
        width: calc(50% - 30px);
        margin: 0 10px;
    }

    .block35494 .titleBox {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .block35494 .imgBox {
        margin: 0;
        width: 100%;
    }

    .block35494 .linet {
        width: calc(100% - 30px);
        left: 15px;
    }

    .block35494 .imgWra {
        height: 255px;
    }



    .block35494 .linet {
        bottom: 99px;
    }
}

@media screen and (max-width:600px) {

    .block35494 .buttonPrev,
    .block35494 .buttonNext {
        display: none;
    }

    .block35494 .imgTile {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .block35494 .titleBox {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .block35494 .imgBox {
        margin: 0;
        width: 100%;
    }

    .block35494 .linet {
        width: calc(100% - 30px);
        left: 15px;
    }

    .block35494 .imgWra {
        height: 255px;
    }

    .block35494 .titleBox {
        font-size: 30px;
    }

    .block35494 .linet {
        bottom: 99px;
    }

    .block35494 .imgBefore {
        opacity: 1;
    }

    .block35494 .imgAfter {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .block35494 .afterCenter {
        opacity: 1;
        visibility: visible;
    }

    .block35494 .nameStyle {
        font-size: 16px;
   }
}




/* Slider */
.block35494 .slick-slider {
    position: relative;
    padding-bottom: 0;
    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;
}

.block35494 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block35494 .slick-list:focus {
    outline: none;
}

.block35494 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block35494 .slick-slider .slick-track,
.block35494 .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);
}

.block35494 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block35494 .slick-track:before,
.block35494 .slick-track:after {
    display: table;

    content: '';
}

.block35494 .slick-track:after {
    clear: both;
}

.block35494 .slick-loading .slick-track {
    visibility: hidden;
}

.block35494 .slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .block35494 .slick-slide {
    float: right;
}

.block35494 .slick-slide img {
    display: block;
}

.block35494 .slick-slide.slick-loading img {
    display: none;
}

.block35494 .slick-slide.dragging img {
    pointer-events: none;
}

.block35494 .slick-initialized .slick-slide {
    display: block;
}

.block35494 .slick-loading .slick-slide {
    visibility: hidden;
}

.block35494 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block35494 .slick-arrow.slick-hidden {
    display: none !important;
}

.block35494 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 22px;
    align-items: center;
    margin-top: 30px;
    bottom: unset;
    position: unset;
    transform:unset;
}

.block35494 .slick-dots>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin:0 5px;
    transition: .3s;
    background: var(--color-match-setting1);
    opacity: 0.4;
}
.block35494 .slick-dots>li:hover{
    opacity:1;
    background: var(--color-match-setting1);
}
.block35494 .slick-dots>li>button {
    display: none;
}

.block35494 .slick-dots .slick-active {
    background: var(--color-match-setting1);
    opacity: 1;
}