/* Slider */
.block33874 .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;
}

.block33874 .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.block33874 .slick-list:focus
{
    outline: none;
}
.block33874 .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.block33874 .slick-slider .slick-track,
.block33874 .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);
}

.block33874 .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.block33874 .slick-track:before,
.block33874 .slick-track:after
{
    display: table;

    content: '';
}
.block33874 .slick-track:after
{
    clear: both;
}
.block33874 .slick-loading .slick-track
{
    visibility: hidden;
}

.block33874 .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.block33874 .slick-slide img
{
    display: block;
}
.block33874 .slick-slide.slick-loading img
{
    display: none;
}
.block33874 .slick-slide.dragging img
{
    pointer-events: none;
}
.block33874 .slick-initialized .slick-slide
{
    display: block;
}
.block33874 .slick-loading .slick-slide
{
    visibility: hidden;
}
.block33874 .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.block33874 .slick-arrow.slick-hidden {
    display: none;
}

.block33874 .ups ul {
    display: flex;
    flex-direction: row;
    padding: 0px;
    /* padding-right: 4px; */
}

.block33874 .ups ul li {
    width: calc(100%/3);
    height: 604px;
    /* border-right: 1px solid #fff; */
    position: relative;
}

@media (min-width: 801px) {
    .block33874 .slickActive .imgList {
        display: flex;
        opacity: 0;
    }
    .block33874 .slickActive .imgList.slick-initialized {
        display: block;
        opacity: 1;
        transition: all 0.5s;
    }
    .block33874 .slickActive .arrows {
        opacity: 0;
    }
    .block33874 .slickActive .imgList.slick-initialized + .arrows {
        opacity: 1;
        transition: all 0.5s;
    }
    .block33874 .ups:not(.slickActive) .arrows {
        opacity: 0;
    }
}

.block33874 .ups ul li .ups_top {
    width: 100%;
    height: 100%;
}

.block33874 .ups ul li .ups_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block33874 .ups ul li .ups_top .ups_bottom {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block33874 .ups ul li .ups_top .ups_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block33874 .ups ul li .banner-description {
    color: #fff;
    /* margin-left: 20px; */
    width: 100%;
}

.block33874 .ups ul li .ups_flex {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    width: 80%;
    box-sizing: border-box;
    padding-left: 60px;
    transition: all .3s;
    opacity: 0;

}

.block33874 .ups ul li .banner-description .banner-name {
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
    /* width: calc(100% - 0px); */
    padding-left: 8px;
    /* text-align: center; */
}

.block33874 .widerFlag .banner-name {
    width: calc(100% - 68px);
    /* padding-left: 8px; */
    box-sizing: border-box;
    /* text-align: left !important; */
}

.block33874 .ups ul li .banner-description .banner-docs {
    font-size: 22px;
    width: calc(100% - 37px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    margin-top: 10px;
    margin-bottom: 10px;
}
.block33874 .ups ul li .banner-description .banner-docs>p {
    text-overflow: ellipsis;
    color: #fff;
}
.block33874 .ups ul li .banner-description .moreBtn {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: block;
    position: relative;
    right: 0;
    z-index: 4;
}

.block33874 .ups ul li .banner-description .moreBtn svg {
    position: absolute;
}

.block33874 .ups ul li .ups_flex .ups_bottom {
    width: 60px;
    height: 60px;
    /* margin-right: 8px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.block33874 .ups {
    position: relative;
}

.block33874 .arrows {
    display: flex;
    position: absolute;
    top: calc(50% - 22px);
    width: 100%;
}

.block33874 .leftBtn,
.block33874 .rightBtn {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(147, 145, 145, 0.50);
}

.block33874 .leftBtn {
    left: -22px;
}

.block33874 .rightBtn {
    right: -22px;
}

.block33874 .rightBtn svg {
    transform: rotateY(-180deg);
}

.block33874 .mouseImg {
    width: 50% !important;
}

.block33874 .top {
    font-size: 34px;
    color: #000000;
    word-break: break-word;
}

.block33874 .subtit {
    height: 6px;
    width: 72px;
    margin-bottom: 30px;
    margin-top: 15px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    background: var(--color-match-setting1, #FCD000);
}


.block33874 #moreBtnBg{
    fill: var(--color-match-setting1, #FCD000);
}

.block33874 .leftBtn:hover,.block33874 .rightBtn:hover {
    background: var(--color-match-setting1, #FCD000);
}

.block33874 .leftBtn:hover path,
.block33874 .rightBtn:hover path {
    fill: #fff;
}

.block33874 .ups ul li .banner-description .moreBtn path:nth-child(2) {
    fill: #fff;
}

 .block33874 .ups_flex .banner-name,
 .block33874 .ups_flex .banner-docs{
      color: var(--color-match-setting1, #FCD000);
 }

.block33874 .cutLine {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    border-radius: 1px;

}

.block33874 .iconAndTitle {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 10px;
}

.block33874 .descAndBtn {
    display: flex;
    position: relative;
    align-items: center;
}

.block33874 .iconAndTitle img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* transform: translateY(-25%); */
}

.block33874 .ups ul li .ups_flexChange {
    left: 50%;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block33874 .iconAndTitleChange {
    flex-direction: column;
}

.block33874 .slick-track {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.block33874 .ups_flexChange .banner-description {
    text-align: center;
}

.block33874 .ups_flexChange .banner-description .banner-name {
    padding-left: 0;
    box-sizing: border-box;
}

.block33874 .ups_ul_li {
    position: relative;
}

.block33874 .ups_flex2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    word-break: break-word;
    opacity: 1;
    transition: all .3s;
}
.block35694 .titleBox .title * {
    color: inherit;
}
.block33874 .ups_flex2 .imgBox {
    width: 60px;
    height: 60px;
    overflow: hidden;
    /* display: none; */
}

.block33874 .ups_flex2 .imgBox img {
    width: 100%;
    object-fit: cover;
}

.block33874 .ups ul li:hover .ups_flex {
    opacity: 1;
}

.block33874 .ups ul li:hover .ups_flex2 {
    opacity: 0;
}

.block33874 .widerFlag .ups_flex {
    opacity: 1 !important;
}

.block33874 .widerFlag .ups_flex2 {
    opacity: 0;
}

.block33874 .ups_flex2 .banner-name {
    color: white;
    font-size: 28px;
    word-break: break-word;
    padding: 10px 30px 0;
    box-sizing: border-box;
    width: calc(100% - 0px);
}

.block33874 .maskBut {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.block33874 .blackMask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #000;
    opacity: 0.45;
    transition: all .3s;
}

.block33874 .widerFlag .blackMask {
    opacity: 0;
}

.block33874 .descAndBtn>a{
    width: 100%;
}

@media (max-width:1200px) {

    .block33874 .ups ul li {
        height: 446px;
    }

    .block33874 .ups ul li .ups_flex .ups_bottom {
        width: 50px;
        height: 50px;
    }

    .block33874 .ups ul li .banner-description .banner-name {
        font-size: 24px;
    }

    .block33874 .ups ul li .banner-description .banner-docs {
        font-size: 18px;
    }

    .block33874 .ups_flex2 .banner-name {
        font-size: 24px;
    }

    .block33874 .leftBtn,
    .block33874 .rightBtn {
        width: 40px;
        height: 40px;
    }

    .block33874 .leftBtn svg,
    .block33874 .rightBtn svg {
        width: 24px;
        height: 24px;
    }

    .block33874 .leftBtn {
        left: -20px;
    }

    .block33874 .rightBtn {
        right: -20px;
    }
}

@media (max-width:1000px) {
    .block33874 .ups ul li {
        height: 395px;
    }

    .block33874 .ups ul li .banner-description .banner-name {
        font-size: 20px;
    }

    .block33874 .ups ul li .banner-description .banner-docs {
        font-size: 16px;
    }

    .block33874 .ups ul li .ups_flex .ups_bottom {
        width: 45px;
        height: 45px;
    }

    .block33874 .ups_flex2 .banner-name {
        font-size: 22px;
    }

}

@media screen and (max-width:800px) {

    .block33874 .arrows {
        display: none;
    }

    .block33874 .ups ul {
        flex-direction: column;
    }

    .block33874 .ups ul li {
        width: 100% !important;
        overflow: hidden;
        height: auto;
        margin-bottom: 20px;
    }

    .block33874 .ups ul li:last-child {
        margin-bottom: 0;
    }

    .block33874 .ups ul li::after {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .block33874 .ups ul li .ups_top {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .block33874 .ups ul li .ups_flex {
        padding: 0 15px;
        width: calc(100% - 0px);
    }

    .block33874 .ups ul li .banner-description {
        width: 100%;
    }

    .block33874 .top {
        font-size: 28px;
    }

    .block33874 .ups ul li .banner-description .banner-name {
        font-size: 40px;
    }

    .block33874 .ups ul li .banner-description .banner-docs {
        font-size: 30px;
        width: calc(100% - 60px);
    }

    .block33874 .ups ul li .banner-description .moreBtn {
        width: 40px;
        height: 40px;
    }

    .block33874 .ups ul li .banner-description .moreBtn svg {
        width: 40px;
        height: 40px;
        display: block;
    }

    .block33874 .ups ul li .ups_flex .ups_bottom {
        width: 60px;
        height: 60px;
    }

    .block33874 .ups ul li:hover .ups_flex {
        opacity: 1;
    }

    .block33874 .ups ul li .ups_flex {
        opacity: 1;
    }

    .block33874 .ups ul li:hover .ups_flex2 {
        opacity: 0;
    }

    .block33874 .ups ul li .ups_flex2 {
        opacity: 0;
    }

    .block33874 .widerFlag .banner-name {
        width: calc(100% - 60px);
    }

    .block33874 .ups ul li .banner-description .banner-name {
        width: calc(100% - 60px);
    }

    .block33874 .blackMask {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 4;
        background: #000;
        opacity: 0;
    }

    .block33874 .widerFlag .blackMask {
        opacity: 0;
    }
}

@media screen and (max-width:510px) {
    .block33874 .ups ul li .ups_flex .ups_bottom {
        width: 40px;
        height: 40px;
    }

    .block33874 .ups ul li .banner-description .banner-name {
        font-size: 24px;
    }

    .block33874 .ups ul li .banner-description .banner-docs {
        width: calc(100% - 37px);
        font-size: 16px;
    }

    .block33874 .ups ul li .banner-description .moreBtn {
        width: 27px;
        height: 27px;
    }

    .block33874 .ups ul li .banner-description .moreBtn svg {
        width: 27px;
        height: 27px;
    }

    .block33874 .widerFlag .banner-name {
        width: calc(100% - 40px);
    }

    .block33874 .ups ul li .banner-description .banner-name {
        width: calc(100% - 40px);
    }
}