.LA30794 .mainTitle {
    width: 100%;
    color: #333;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.LA30794 .certi_ul {
    display: flex;
    opacity: 0;
}

.LA30794 .certi_ul.slick-initialized {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.LA30794 .siteblocks-header-banner .line_dot {
    opacity: 0;
}

.LA30794 .certi_ul.slick-initialized + .line_dot {
    opacity: 1;
    transition: all 0.5s;
}

.LA30794 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    word-break: break-word;
}

.LA30794 .certi {
    position: relative;
}

.LA30794 .certi_img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 130%;
}

.LA30794 .certi_img a {
    outline: none;
}

.LA30794 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.LA30794 .certi_ul {
    width: 20%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
}

.LA30794 .certi_ul_li {
    padding: 0 10px;
    transition: .3s ease;
    transform: translate3d(0, 0, 0) scale(0.85);
    position: relative;
}

.LA30794 .certi_ul_li .certi_ul_li_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    cursor: pointer;
}

.LA30794 .certi_ul_li .circle_dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
}

.LA30794 .certi_ul_li.slick-current .circle_dot {
    bottom: 0;
}

.LA30794 .certi_ul_li .banner-description {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}

.LA30794 .certi_ul_li:not(.slick-current.slick-active) .banner-description * {
    color: transparent;
}

.LA30794 .certi_ul_li .banner-description .banner-name,
.LA30794 .certi_ul_li .banner-description .banner-name * {
    width: 100%;
    font-size: 18px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.LA30794 .certi_ul_li.slick-current {
    transform: translate3d(0, 0, 0) scale(1.1);
}

.LA30794 .certi_ul_li.slick-current .banner-description {
    /* position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%); */
    font-size: 18px;
    color: #9C674D;
    letter-spacing: 0;
    /* width: calc(100% - 30px); */
    word-break: break-word;
    background: #fff;
    border-bottom: 5px solid #9c674d;
    padding: 20px 10px;
    position: relative;
    top: -2px;
    margin-top: 0;
}

/* .LA30794 .certi_ul_li.slick-current .banner-description .banner-name {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
} */

.LA30794 .certi_ul_li.slick-center .certi_img {
    width: 100%;
    position: relative;
}

.LA30794 .certi_ul_li .certi_img {
    background: #fff;
}

.LA30794 .certi_ul_li .certi_img img {
    width: 90%;
    height: 94%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.LA30794 .certi_ul_li.slick-current .circle_dot {
    display: none;
}

.LA30794 .line_dot {
    opacity: 0.33;
    background: #fff;
    height: 2px;
    /* margin-top: 20px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
    color: var(--color-match-setting2, #9C674D);
}

.LA30794 .moreBtn {
    display: none;
    outline: none;
}

/* .LA30794 .certi_ul_li .banner-description .banner-name1 {
    display: none;
}

.LA30794 .certi_ul_li.slick-current .banner-description .banner-name {
    display: none;
}

.LA30794 .certi_ul_li.slick-current .banner-description .banner-name1 {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    display: block;
} */

@media screen and (max-width:1200px) {
    .LA30794 .certi_ul_li .circle_dot {
        bottom: -24px;
    }

    .LA30794 .line_dot {
        width: 895px;
        top: 404px;
    }

    .LA30794 .certi_ul {
        width: 320px;
        margin: 0 auto;
    }

    .LA30794 .certi_img {
        width: 100%;
    }

    .LA30794 .certi_ul_li.slick-current .certi_img::after {
        height: 432px;
    }
}

@media screen and (max-width:900px) {
    .LA30794 .certi_ul {
        width: 300px;
        margin: 0 auto;
    }

    .LA30794 .line_dot {
        width: 835px;
        top: 374px;
    }

    .LA30794 .certi_ul_li .circle_dot {
        bottom: -18px;
    }

    .LA30794 .certi_ul_li.slick-current .certi_img::after {
        height: 410px;
    }
}

@media screen and (max-width:768px) {
    .LA30794 .certi_ul_li .circle_dot {
        bottom: -22px;
    }

    .LA30794 .certi_ul {
        width: 250px;
        margin: 0 auto;
    }

    .LA30794 .line_dot {
        width: 695px;
        top: 318px;
    }

    .LA30794 .certi_img {
        width: 100%;
    }

    .LA30794 .certi_ul_li.slick-current .certi_img::after {
        height: 345px;
    }
}

@media screen and (max-width:510px) {
    .LA30794 .line_dot {
        display: none;
    }

    .LA30794 .certi_ul_li .circle_dot {
        display: none;
    }

    .LA30794 .certi_ul {
        width: 310px;
        margin: 0 auto;
    }

    .LA30794 .certi_ul .slick-dots {
        bottom: -75px;
    }

    .LA30794 {
        padding: 40px 0 100px;
    }

    .LA30794 .certi_ul_li.slick-current .certi_img::after {
        height: 425px;
    }
}

.LA30794 .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;
    outline: none;
}

.LA30794 .slick-list {
    position: relative;

    display: block;
    overflow: visible;

    margin: 0;
    padding: 0;
}

.LA30794 .slick-list:focus {
    outline: none;
}

.LA30794 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.LA30794 .slick-slider .slick-track,
.LA30794 .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);
}

.LA30794 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.LA30794 .slick-track:before,
.LA30794 .slick-track:after {
    display: table;

    content: '';
}

.LA30794 .slick-track:after {
    clear: both;
}

.LA30794 .slick-loading .slick-track {
    visibility: hidden;
}

.LA30794 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none;
}

.LA30794 [dir='rtl'] .slick-slide {
    float: right;
}

.LA30794 .slick-slide img {
    display: block;
}

.LA30794 .slick-slide.slick-loading img {
    display: none;
}

.LA30794 .slick-slide.dragging img {
    pointer-events: none;
}

.LA30794 .slick-loading .slick-slide {
    visibility: hidden;
}

.LA30794 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.LA30794 .slick-initialized .slick-slide {
    display: block;
}

.LA30794 .slick-arrow.slick-hidden {
    display: none;
}

.LA30794 .slick-arrow {
    display: none;
}

.LA30794 .slick-dots li button:before {
    display: none;
}

.LA30794 .slick-dots li button {
    display: none;
}

.LA30794 .slick-dots .slick-active {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.LA30794 .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    opacity: 0.3;
    cursor: pointer;
}

.LA30794 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    height: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.default-background {
    background-image: url(//a3.leadongcdn.cn/cloud/orBpoKliRmiSljmnqkljk/bj.jpg);
    /* width: 100vw; */
}

.LA30794 .line_dot {
    background-color: var(--color-match-setting1, #fff);
}

.LA30794 .certi_ul_li .circle_dot {
    background-color: var(--color-match-setting1, #fff);
}

.LA30794 .slick-dots li {
    background-color: var(--color-match-setting2, #9C674D);
}

/* .LA30794 .certi_ul_li.slick-center .banner-description .banner-name1 {
    color: var(--color-match-setting2, #9C674D);
} */

.LA30794 .certi_ul_li.slick-center .certi_img::before {
    background-color: var(--color-match-setting2, #9C674D);
}

.LA30794 .certi_ul_li.slick-center .banner-description {
    border-color: var(--color-match-setting2, #9C674D);
}

@media screen and (min-width: 1200px) {
    .default-background {
        max-width: 1200px;
        box-sizing: border-box;
    }
}

.main-title {
    /* display: block; */
    text-align: center;
    font-size: 20px;
}