.LA30804 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    word-break: break-word;
}

.LA30804 .banner-name>h1,
.LA30804 .banner-name>h2,
.LA30804 .banner-name>h3,
.LA30804 .banner-name>h4,
.LA30804 .banner-name>h5,
.LA30804 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.LA30804 .banner-docs>.paragraph1,
.LA30804 .banner-docs>.paragraph2,
.LA30804 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.LA30804 .banner-docs {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.LA30804 .img-ul-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.LA30804 .img-list {
    position: relative;
    transform-style: preserve-3d;
    height: 520px;
    perspective: 1000px;
    width: 780px;
    margin: 0 auto;
}

.LA30804 .img-tiem {
    width: 600px;
    height: 400px;
    position: absolute;
    transition: all .5s;
    opacity: 0;
}

.LA30804 .prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 10;
    background-color: rgba(206, 14, 45, .7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: .7;
}

.LA30804 .prev:hover,
.LA30804 .next:hover {
    opacity: .56;
}

.LA30804 .btn-l {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

.LA30804 .next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(206, 14, 45, .7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -50px;
    transition: all .3s;
    opacity: .7;
}

.LA30804 #prev,
.LA30804 #next {
    opacity: 0;
}

.LA30804 #prev.arrowActive,
.LA30804 #next.arrowActive {
    opacity: 1;
}

.LA30804 .btn-r {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

.LA30804 .img-ul-box:hover .prev {
    left: 10px;
}

.LA30804 .img-ul-box:hover .next {
    right: 10px;
}

.LA30804 .img-tiem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.LA30804 .img-tiem[data-pos="1"] {
    top: 50%;
    left: -600px;
    transform: translate(-40px, -50%);
    opacity: 0.8;
}

.LA30804 .img-tiem[data-pos="2"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
    z-index: 2;
}

.LA30804 .img-tiem[data-pos="3"] {
    top: 50%;
    left: 100%;
    transform: translate(40px, -50%);
    opacity: 0.8;
}

.LA30804 .img-tiem[data-pos="4"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}

.LA30804 .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.LA30804 .img-dos:before {
    width: 16px;
    height: 16px;
    background-color: #C2C2C2;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
}

.LA30804 .img-description {
    margin: 20px auto;
    word-break: break-word;
    text-align: center;
}

.LA30804 .description-item.activity .img-dos:before {
    background: #C02922;
}

.LA30804 .description-item .img-dos {
    position: relative;
    width: 30px;
    height: 30px;
    top: -15px;
    box-sizing: border-box;
    border-radius: 50%;
    left: 50%;
    margin-left: -15px;
}

.LA30804 .banner-name {
    font-size: 26px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.LA30804 .banner-name,
.LA30804 .banner-name * {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.LA30804 .butn {
    margin-top: 10px;
    text-align: right;
    opacity: 0.7;
}

.LA30804 .butn:hover {
    opacity: .56;
}

.LA30804 .moreBtn {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 10;
    background-color: rgba(206, 14, 45, .7);
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.LA30804 .moreBtn span {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
    transform: scale(0.7);
}

.LA30804 .description-item.activity .img-dos {
    border: 1px solid #ccc;
    background-color: #ddd;
}

.LA30804 .description-item.activity .banner-name {
    font-size: 20px;
    color: #000000;
}

.LA30804 .img-tiem .img-container {
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s;
    right: 0;
    border-right: 2px solid var(--color-match-setting1, #ce0e2d);
    bottom: 45px;
    max-height: calc(100% - 90px);
    overflow: hidden;
    opacity: 0;
}

.LA30804 .img-tiem[data-pos="2"] .img-container {
    display: block;
    opacity: 1;
}

.LA30804 .carousel-line {
    opacity: 0;
    position: relative;
    margin-top: 20px;
}

.LA30804 .carousel-line.lineActive {
    opacity: 1;
}

.LA30804 .carousel-line .carousel-line-in {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.LA30804 .description-item {
    padding: 10px 0;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.LA30804 .description-item .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--color-match-setting1, #ce0e2d);
    opacity: .5;
    transition: opacity .5s ease;
}

.LA30804 .description-item.activity .line {
    opacity: 1;
}

@media (min-width: 2250px) {
    .LA30804 .img-list {
        height: 780px;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -1100px;
    }

    .LA30804 .img-tiem {
        width: 900px;
        height: 600px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        top: 50%;
        left: 980px;
    }
}

@media (max-width: 900px) {
    .LA30804 .img-tiem[data-pos="1"] {
        left: -374px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 750px;
    }

    .LA30804 .img-tiem {
        width: 500px;
        height: 336px;
    }

    .LA30804 .img-list {
        height: 437px;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .LA30804 .img-tiem {
        width: 400px;
        height: 270px;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -266px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 633px;
    }

    .LA30804 .img-tiem .img-container {
        width: 250px;
    }

    .LA30804 .banner-name {
        font-size: 20px;
    }

    .LA30804 .banner-docs {
        font-size: 14px;
    }

    .LA30804 .img-list {
        height: 351px;
    }
}

@media screen and (max-width:510px) {
    .LA30804 .carousel-line .carousel-line-in {
        max-width: 100%;
    }

    .LA30804 .description-item .line {
        width: 15px;
    }

    .LA30804 .img-list {
        height: 0;
        width: 100%;
        padding-bottom: 75%;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -100%;
    }

    .LA30804 .img-tiem[data-pos="2"] {
        transform: translate(-50%, -50%) scale(1);
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 100%;
    }

    .LA30804 .img-tiem {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }

    .LA30804 .img-tiem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .LA30804 .img-tiem .img-container {
        width: calc(100% - 150px);
        right: 50%;
        bottom: 50%;
        max-height: 100%;
        transform: translate(50%, 50%);
    }

    .LA30804 .prev {
        left: 10px;
    }

    .LA30804 .next {
        right: 10px;
    }
}

.siteblocks-container{
	background: #f9f9f9;
}
.LA30804 .description-item .line {
    background-color: var(--color-match-setting1, #ce0e2d);
}
.LA30804 .prev {
    background: var(--color-match-setting1, #ce0e2d);
}
.LA30804 .next {
    background: var(--color-match-setting1, #ce0e2d);
}
.LA30804 .img-tiem .img-container {
    border-right-color: var(--color-match-setting1, #ce0e2d);
}
.LA30804 .moreBtn {
    background-color: var(--color-match-setting1);
}

 .LA30804 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    word-break: break-word;
}

.LA30804 .banner-docs {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.LA30804 .img-ul-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.LA30804 .img-list {
    position: relative;
    transform-style: preserve-3d;
    height: 520px;
    perspective: 1000px;
    width: 780px;
    margin: 0 auto;
}

.LA30804 .img-tiem {
    width: 600px;
    height: 400px;
    position: absolute;
    transition: all .5s;
    opacity: 0;
}



.LA30804 .prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 10;
    /* background-color: rgba(206, 14, 45, .7); */
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: .7;
}

.LA30804 .prev:hover,
.LA30804 .next:hover {
    opacity: .56;
}

.LA30804 .btn-l {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

.LA30804 .next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    /* background-color: rgba(206, 14, 45, .7); */
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -50px;
    transition: all .3s;
    opacity: .7;
}

.LA30804 .btn-r {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

.LA30804 .img-ul-box:hover .prev {
    left: 10px;
}

.LA30804 .img-ul-box:hover .next {
    right: 10px;
}

.LA30804 .img-tiem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.LA30804 .img-tiem[data-pos="1"] {
    top: 50%;
    left: -600px;
    transform: translate(-40px, -50%);
    opacity: 0.8;
}

.LA30804 .img-tiem[data-pos="2"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
    z-index: 2;
}

.LA30804 .img-tiem[data-pos="3"] {
    top: 50%;
    left: 100%;
    transform: translate(40px, -50%);
    opacity: 0.8;
}

.LA30804 .img-tiem[data-pos="4"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}

.LA30804 .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.LA30804 .img-dos:before {
    width: 16px;
    height: 16px;
    background-color: #C2C2C2;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
}



.LA30804 .img-description {
    margin: 20px auto;
    word-break: break-word;
    text-align: center;
}

.LA30804 .description-item.activity .img-dos:before {
    background: var(--color-match-setting1, #ce0e2d);
}

.LA30804 .description-item .img-dos {
    position: relative;
    width: 30px;
    height: 30px;
    top: -15px;
    box-sizing: border-box;
    border-radius: 50%;
    left: 50%;
    margin-left: -15px;
}

.LA30804 .banner-name {
    font-size: 26px;
    color: #333;
    line-height: 24px;
}

.LA30804 .butn {
    margin-top: 10px;
    text-align: right;
    opacity: 0.7;
}

.LA30804 .butn:hover {
    opacity: .56;
}

.LA30804 .moreBtn {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 10;
    /* background-color: rgba(206, 14, 45, .7); */
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.LA30804 .moreBtn span {
    width: 23px;
    height: 7px;
    background: url(//a0.leadongcdn.cn/cloud/omBpoKrjRmiSqkolmkljj/30ccda4…rrow.png) 0 no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
    transform: scale(0.7);
}

.LA30804 .description-item.activity .img-dos {
    border: 1px solid #ccc;
    background-color: #ddd;
}

.LA30804 .description-item.activity .banner-name {
    font-size: 20px;
    color: #000000;
}

.LA30804 .img-tiem .img-container {
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    transition: all .3s;
    right: 0;
    border-right: 2px solid var(--color-match-setting1, #ce0e2d);
    bottom: 45px;
    max-height: calc(100% - 90px);
    overflow: hidden;
    opacity: 0;
}

.LA30804 .img-tiem[data-pos="2"] .img-container {
    display: block;
    opacity: 1;
}

.LA30804 .carousel-line {
    position: relative;
    margin-top: 20px;
}

.LA30804 .carousel-line .carousel-line-in {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.LA30804 .description-item {
    padding: 10px 0;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.LA30804 .description-item .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--color-match-setting1, #ce0e2d);
    opacity: .5;
    transition: opacity .5s ease;
}

.LA30804 .description-item.activity .line {
    opacity: 1;
}

@media (min-width: 2250px) {
    .LA30804 .img-list {
        height: 780px;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -1100px;
    }

    .LA30804 .img-tiem {
        width: 900px;
        height: 600px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        top: 50%;
        left: 980px;
    }
}

@media (max-width: 900px) {
    .LA30804 .img-tiem[data-pos="1"] {
        left: -374px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 750px;
    }

    .LA30804 .img-tiem {
        width: 500px;
        height: 336px;
    }

    .LA30804 .img-list {
        height: 437px;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .LA30804 .img-tiem {
        width: 400px;
        height: 270px;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -266px;
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 633px;
    }

    .LA30804 .img-tiem .img-container {
        width: 250px;
    }

    .LA30804 .banner-name {
        font-size: 20px;
    }

    .LA30804 .banner-docs {
        font-size: 14px;
    }

    .LA30804 .img-list {
        height: 351px;
    }
}

@media screen and (max-width:510px) {
    .LA30804 .carousel-line .carousel-line-in {
        max-width: 100%;
    }

    .LA30804 .description-item .line {
        width: 15px;
    }

    .LA30804 .img-list {
        height: 0;
        width: 100%;
        padding-bottom: 75%;
    }

    .LA30804 .img-tiem[data-pos="1"] {
        left: -100%;
    }

    .LA30804 .img-tiem[data-pos="2"] {
        transform: translate(-50%, -50%) scale(1);
    }

    .LA30804 .img-tiem[data-pos="3"] {
        left: 100%;
    }

    .LA30804 .img-tiem {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }

    .LA30804 .img-tiem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .LA30804 .img-tiem .img-container {
        width: calc(100% - 150px);
        right: 50%;
        bottom: 50%;
        max-height: 100%;
        transform: translate(50%, 50%);
    }

    .LA30804 .prev {
        left: 10px;
    }

    .LA30804 .next {
        right: 10px;
    }
}