.banner {
    background-color: #5e5e5e;
    padding-top: 0;
}

.banner img {
    position: static;
}

.banner .content {
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner .content .bannerTitle {
    white-space: normal;
}

.topMain {
    padding: 1rem 0;
}

.topMain .flex {
    margin-top: 0.3rem;
    align-items: center;
    justify-content: space-between;
}

.topMain .flex .pic {
    width: auto;
}

.topMain .flex .pic img {
    width: 4.2rem;
}

.topMain .flex .textCont {
    width: 8.2rem;
    font-size: var(--caseOverview);
    color: #333;
    line-height: var(--lineHeight18);
}

.topMain .flex .textCont p:not(:last-child) {
    margin-bottom: 0.3rem;
}

.cenMain {
    padding: 1em 0;
    background: url(../img/caseCont/cenMainBg.png) no-repeat top center;
    background-size: 100% 100%;
}

.cenMain .flex {
    justify-content: space-between;
    margin-top: 0.6rem;
}

.cenMain .flex .pic {
    width: 50%;
}

.cenMain .flex .list {
    width: 50%;
    font-size: var(--overview);
    line-height: var(--lineHeight15);
    padding-left: 0.9rem;
}

.cenMain .flex .list li:not(:last-child) {
    margin-bottom: 0.2rem;
}

.list li {
    position: relative;
    list-style-type: disc;
}

.list li::before {
    content: none !important;
}

.list li::marker {
    color: #b81c22;
}

.cenMain .btmTxt {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin-top: 0.8rem;
    font-size: var(--overview);
    line-height: var(--lineHeight15);
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 0.4rem;
}

.case {
    padding: 1rem 0 1.06rem;
}

.case .swiper {
    margin-top: 0.5rem;
}

.case .swiper .swiper-slide {
    background: #f4f4f4;
}

.case .swiper .swiper-slide .content {
    font-size: var(--text16);
    padding: 0.3rem;
}

.case .swiper .swiper-slide .content .title {
    font-size: var(--caseTit);
    color: var(--textcolor);
    line-height: var(--lineHeight15);
}

.case .swiper .swiper-slide .content .text {
    font-size: var(--text16);
    margin-top: 0.1rem;
    line-height: 0.24rem;
    color: var(--color777);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
}

.case .swiper .swiper-slide .content .more a {
    font-size: var(--comMore);
    color: var(--textcolor);
    margin-top: 0.2rem;
    display: block;
}

.case .swiper .swiper-slide .content .more a img {
    width: 15px;
    height: auto;
    margin-left: 10px;
}
.elementor > .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0;
    max-width: 12.8rem;
    width: 100%;
    margin: 0 auto;
}

.elementor > .elementor-element-f44ec8c > .elementor-container {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {

    padding: 0 !important;
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated p {
    font-size: var(--caseOverview) !important;
    color: #333 !important;
    line-height: var(--lineHeight18) !important;
}


@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .topMain .flex .pic {
        width: 40%;
    }

    .topMain .flex .pic img {
        width: 100%;
    }

    .topMain .flex .textCont {
        width: 55%;
    }

    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        max-width: 12rem;
        width: 85%;
    }

    .elementor > .elementor-element-f44ec8c > .elementor-container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;

    }
}

@media screen and (max-width: 1024px) {
    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor > .elementor-element-f44ec8c > .elementor-container {

        padding-left: 0px !important;
        padding-right: 0px !important;


    }

    .case .swiper .swiper-slide .content .text {
        line-height: 0.36rem;
    }

    .case .swiper .swiper-slide .content {
        padding: 15px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .topMain .flex {
        flex-direction: column-reverse;
    }

    .topMain .flex .textCont {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .topMain .flex {
        flex-direction: column-reverse;
    }

    .topMain .flex .pic img {
        min-width: 180px;
    }

    .topMain .flex .textCont {
        width: 100%;
    }

    .cenMain .flex {
        flex-direction: column;
    }

    .cenMain .flex .list {
        width: 100%;

        padding-left: 20px;
    }

    .cenMain .flex .pic {
        width: 100%;
        margin-bottom: 20px;
        max-width: 500px;
        min-width: 300px;
    }

    .list {
        padding-left: 20px;
        margin-top: 20px;

    }

    .elementor-section .elementor-container {
        flex-direction: column;
    }

    .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
        padding: 10px 0;
    }
}

@media screen and (max-width: 500px) {
    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor > .elementor-element-f44ec8c > .elementor-container {

        padding-left: 0px !important;
        padding-right: 0px !important;


    }
}
