/* banner.css */
div,
p,
span,
ul,
li,
dl,
dt,
dd,
a,
ol,
input,
button,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;    
}

a {
    text-decoration: none;
}

input,
textarea,
button,
select {
    resize: none;
    font-size: 100%;
    background: transparent;
    font-family: inherit;
}
.content{width:100%;margin:auto;}


.seDBan-2 .swiper-button-next::after,
.seDBan-2 .swiper-rtl.swiper-button-prev::after,
.seDBan-2 .swiper-button-prev::after,
.seDBan-2 .swiper-rtl.swiper-button-next::after {
    display: none
}

.seDBan-2 .swiper-horizontal>.swiper-pagination-bullets,
.seDBan-2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.seDBan-2 .swiper-pagination-custom,
.seDBan-2 .swiper-pagination-fraction {
    width: auto
}

.seDBan-2 svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDBan-2 {
    position: relative;
    width: 100%;
}

.seDBan-2 .swiper-slide {
    position: relative;
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seDBan-2 .swiper-slide .bg,
.seDBan-2 .swiper-slide .bg .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.seDBan-2 .swiper-slide .bg .pc {
    display: flex;
}

.seDBan-2 .swiper-slide .bg .pad,
.seDBan-2 .swiper-slide .bg .mobile {
    display: none;
}

.seDBan-2 .swiper-slide .bg img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.seDBan-2 .swiper-slide .contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.seDBan-2 .swiper-slide .wrappers {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 200px 80px;
    box-sizing: border-box;
}

.seDBan-2 .wrappers h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.seDBan-2 .wrappers h2 span {
    color: #3dcd58;
}

.seDBan-2 .wrappers>p {
    font-size: 30px;
    margin-top: 18px;
    color: #fff;
    padding-bottom: 0;
}

.seDBan-2 .btns {
    display: flex;
    margin-top: 80px;
    align-items: center;
}

.seDBan-2 .btns button {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 15px;
    text-decoration: none;
    cursor: pointer;
}

.seDBan-2 .btns button span {
    font-size: 1.0417vw;
    color: #fff;
}

.seDBan-2 .btns button i {
    display: block;
}

.seDBan-2 .btns button.a1 {
    background-color: #42B4E6;
    transition: all .3s;
}

.seDBan-2 .btns button.a1 i {
    width: 1vw;
    height: 1vw;
    margin-left: 0.45vw;
    border: 0;
    padding: 0;
}

.seDBan-2 .btns button.a2 {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
}

.seDBan-2 .btns button.a2 i {
    width: 0.625vw;
    height: 0.46875vw;
    margin-left: 0.45vw;
}

.seDBan-2 .btns button.a2 i svg path {
    fill: #fff;
}

.seDBan-2 .play-btn {
    display: block;
    position: absolute;
    width: 6.1458333vw;
    height: 6.1458333vw;
    right: 7.2916667vw;
    bottom: 10.9375vw;
}

.seDBan-2 .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 4.6875vw;
    transform: translateX(-50%);
    z-index: 1;
}

.seDBan-2 .arrow-down i {
    display: block;
    width: 1.25vw;
    height: 1.71875vw;
}

.seDBan-2 .arrow-down em {
    display: block;
    width: 1px;
    height: 3.0208vw;
    background-color: #fff;
    margin-left: calc((1.25vw - 1px)/2);
    margin-top: -1px;
}

.seDBan-2 .swiper-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seDBan-2 .swiper-button-prev,
.seDBan-2 .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 12px;
    height: 20px;
}

.seDBan-2 .swiper-pagination {
    position: static;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.seDBan-2 .swiper-button-prev,
.seDBan-2 .swiper-container-rtl .swiper-button-next,
.seDBan-2 .swiper-button-next,
.seDBan-2 .swiper-container-rtl .swiper-button-prev {
    background: none;
    opacity: 1;
    margin: 0 10px;
}

.seDBan-2 .swiper-pagination-fraction,
.seDBan-2 .swiper-pagination-custom,
.seDBan-2 .swiper-container-horizontal>.swiper-pagination-bullets {
    position: static;
}

.seDBan-2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 3px;
    margin: 0 5px;
    transition: width .3s;
}

.seDBan-2 .swiper-pagination-bullet-active {
    width: 66px;
}

#frame .seDBan-2 .swiper-container {
    box-sizing: border-box;
    overflow: inherit;
}

#frame .seDBan-2 .swiper-wrapper {
    display: block;
}

#frame .seDBan-2 .swiper-slide {
    display: block;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

#frame .seDBan-2 .swiper-slide .contents {
    position: static;
    background-color: #000;
    height: auto;
    padding: 50px 0;
}

#frame .seDBan-2 .swiper-btns {
    display: none;
}

#frame .seDBan-2 .swiper-slide .bg {
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}

#frame .seDBan-2 .swiper-slide .bg .img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: calc(280px - 10px);
    margin: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

#frame .seDBan-2 .swiper-slide .bg .img:after {
    display: block;
    content: "通用";
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#frame .seDBan-2 .swiper-slide .bg .pc {
    display: block;
    width: calc(50% - 10px);
}

#frame .seDBan-2 .swiper-slide .bg .pc:after {
    content: 'PC';
}

#frame .seDBan-2 .swiper-slide .bg .pad {
    display: block;
    width: calc(50% - 10px);
}

#frame .seDBan-2 .swiper-slide .bg .pad:after {
    content: 'PAD';
}

#frame .seDBan-2 .swiper-slide .bg .mobile {
    display: block;
    width: calc(15% - 10px);
}

#frame .seDBan-2 .swiper-slide .bg .mobile:after {
    content: 'MOBILE';
}

#frame .seDBan-2 .swiper-slide .bg img {
    display: block;
    height: 100%;
}

@media only screen and (min-width:1001px) {
    .seDBan-2 .btns button.a1:hover {
        background-color: #55d1fe;
    }

    .seDBan-2 .btns button.a2:hover {
        outline: 2px solid #fff;
    }
}

@media screen and (min-width:1920px) {
    .seDBan-2 .wrappers h2 {
        font-size: 40px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 30px;
    }

    .seDBan-2 .btns button span {
        font-size: 22px;
    }

    .seDBan-2 .play-btn {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width:1600px) {
    .seDBan-2 .swiper-slide .wrappers {
        padding: 0 150px 80px;
    }

    .seDBan-2 .swiper-slide {
        height: 520px;
    }

    .seDBan-2 .btns {
        margin-top: 60px;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 36px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 28px;
    }
}

@media screen and (max-width:1366px) {
    .seDBan-2 .swiper-slide .wrappers {
        padding: 0 100px 80px;
    }

    .seDBan-2 .swiper-slide {
        height: 480px;
    }

    .seDBan-2 .btns {
        margin-top: 40px;
    }

    .seDBan-2 .swiper-btns {
        bottom: 40px;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 32px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 24px;
    }
}

@media screen and (max-width:1280px) {
    .seDBan-2 .swiper-slide .wrappers {
        padding: 0 50px 80px;
    }

    .seDBan-2 .swiper-slide {
        height: 420px;
    }

    .seDBan-2 .btns {
        margin-top: 30px;
    }

    .seDBan-2 .swiper-btns {
        bottom: 30px;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 30px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 22px;
    }

    .seDBan-2 .swiper-slide .bg .pad {
        display: flex;
    }

    .seDBan-2 .swiper-slide .bg .pc,
    .seDBan-2 .swiper-slide .bg .mobile {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .seDBan-2 .swiper-slide .bg picture {
        display: block;
    }

    .seDBan-2 .swiper-slide .bg video {
        display: none;
    }
}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDBan-2 .swiper-slide .wrappers {
        padding: 0 50px 50px;
    }

    .seDBan-2 .swiper-slide {
        height: 420px;
    }

    .seDBan-2 .btns {
        margin-top: 30px;
    }

    .seDBan-2 .swiper-btns {
        bottom: 30px;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 30px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 22px;
    }

    .seDBan-2 .swiper-slide .bg .pad {
        display: flex;
    }

    .seDBan-2 .swiper-slide .bg .pc {
        display: none;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDBan-2 .swiper-slide .wrappers {
        padding: 0 50px 50px;
    }

    .seDBan-2 .swiper-slide {
        height: 420px;
    }

    .seDBan-2 .btns {
        margin-top: 30px;
    }

    .seDBan-2 .swiper-btns {
        bottom: 30px;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 30px;
    }

    .seDBan-2 .wrappers>p {
        font-size: 22px;
    }

    .seDBan-2 .swiper-slide .bg .pad {
        display: none;
    }

    .seDBan-2 .swiper-slide .bg .pc {
        display: flex;
    }
}

/* 横屏 min*/
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1280px) and (-webkit-device-pixel-ratio: 2) {
    .seDBan-2 .swiper-slide .bg .pad {
        display: none;
    }

    .seDBan-2 .swiper-slide .bg .pc {
        display: flex;
    }
}

/* 移动端*/
@media only screen and (max-width:750px) {
    .seDBan-2 .swiper-slide .bg .pad {
        display: flex;
    }

    .seDBan-2 .swiper-slide .bg .pc {
        display: none;
    }

    .seDBan-2 .swiper-slide {
        height: auto;
        background-color: #333;
    }

    .seDBan-2 .swiper-slide .wrappers {
        box-sizing: border-box;
        padding: 20px;
        padding-bottom: 60px;
        align-items: flex-start;
    }

    .seDBan-2 .wrappers h2 {
        font-size: 32px;
        text-align: left;
    }

    .seDBan-2 .wrappers>p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }

    .seDBan-2 .btns button {
        margin: 0 15px 15px 0;
        justify-content: center;
    }

    .seDBan-2 .btns button span {
        font-size: 14px;
    }

    .seDBan-2 .play-btn {
        width: 60px;
        height: 60px;
    }

    .seDBan-2 .btns button.a1 i {
        width: 12px;
        height: 12px;
    }

    .seDBan-2 .btns button.a2 i {
        width: 8px;
        height: 8px;
    }

    .seDBan-2 .arrow-down {
        bottom: 0;
    }

    .seDBan-2 .arrow-down i {
        width: 20px;
        height: 27px;
    }

    .seDBan-2 .arrow-down em {
        height: 21px;
        margin-left: calc((20px - 1px)/2);
    }

    .seDBan-2 .swiper-btns {
        bottom: 20px;
    }

    .seDBan-2 .swiper-slide .bg,
    .seDBan-2 .swiper-slide .bg .img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .seDBan-2 .btns {
        flex-wrap: wrap;
    }

    .seDBan-2 .swiper-slide .contents {
        position: static;
        height: auto;
        background-color: transparent;
    }
}

/* tab */
.seDTab {
    position: relative;
    display: flex;
    justify-content: center;
    height: 0;
    top: 30px;
}

.seDTab.fixed {
    top: 0;
}

.seDTab .tab-wrapper {
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    top: -100px;
    left: 0;
    width: 100%;
}

.seDTab.fixed .tab-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
}

.seDTab.fixed.toTop .tab-wrapper {
    top: -200px;
}


.seDTab .boxes {
    position: relative;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    background-color: #fff;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .05); */
    z-index: 1;
}

.seDTab.fixed .boxes {
    display: flex;
    justify-content: center;
    max-width: inherit;
}


.seDTab .boxes ul {
    display: flex;
    width: 100%;
    align-items: center;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .05); */
    margin: 0;
    padding: 0;
}

.seDTab.fixed .boxes ul {
    box-shadow: none;
    width: 100%;
    max-width: 1920px;
}

.seDTab .boxes li {
    position: relative;
    flex: 1;
    width: 100%;
    height: 60px;
    /* border-right: 1px solid rgba(255, 255, 255, 1); */
    list-style: none;
}

.seDTab .boxes li:last-child {
    border-right-width: 0;
}

.seDTab .boxes li button {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    outline: 0;
    appearance: none;
    cursor: pointer;
}

.seDTab .boxes li button div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: var(--fw);
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 1;
}

.seDTab .boxes li span {
    display: block;
    width: var(--seDTabWidth);
    font-size: 22px;
    margin-right: 10px;
    color: #c0bfc5;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
}

.seDTab .boxes li strong {
    display: block;
    width: var(--seDTabWidth);
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.seDTab .boxes li.active span {
    color: #3DCD58;
    font-weight: bold;
}

.seDTab .boxes li.active strong {
    color: #3DCD58;
}

.seDTab.fixed .boxes li {
    height: 80px !important;
}

.seDTab .tab-arrow {
    display: none;
}

section {
    position: relative;
}

.seDAuthor {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 1px;
    height: 120px;
    opacity: 0;
    visibility: hidden;
}

#frame .seDTab {
    position: static;
    height: 140px;
}

#frame .seDTab .tab-wrapper {
    width: 100%;
    top: 0;
    padding: 0;
}

#frame .seDTab .tab-wrapper ul {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

#frame .seDTab .boxes li {
    padding: 10px;
}

#frame .seDTab .boxes li button {
    padding: 0px;
}

#frame .seDTab.fixed .tab-wrapper {
    position: static !important;
}

@media screen and (min-width:1001px) {
    .seDTab .boxes li:not(.active):hover {
        /*background-color: #f5f5f5;*/
    }

    .seDTab .swiper-scrollbar {
        display: none;
    }

}

@media screen and (max-width:1920px) {
    .seDTab {
        top: 1.5625vw;
    }

    .seDTab .tab-wrapper {
        /* top: -6.25vw; */
    }

    .seDTab .boxes li {
        height: 60px;
    }

    .seDTab .boxes li button div {
        padding: 0 2.60416667vw;
    }

    .seDTab .boxes li span {
        font-size: 1.14583333vw;
        margin-right: 0.5208333vw;
        line-height: 1.4583333vw;
    }

    .seDTab .boxes li strong {
        font-size: 22px;
        line-height: 32px;
    }

    .seDAuthor {
        height: 6.25vw;
    }

    .seDTab.fixed .boxes li {
        height: 70px !important;
    }

    #frame .seDTab {
        height: 6.25vw;
    }
}

@media screen and (max-width:1366px) {
    .seDTab {
        width: 100%;
        position: absolute;
        top: 25px;
        height: auto;
    }
    .seDTab.fixed .boxes li {
        height: 60px !important;
    }
}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDTab {
        width: 100%;
        position: absolute;
        top: 25px;
        height: auto;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {}

/* 横屏 min*/
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1280px) and (-webkit-device-pixel-ratio: 2) {}

/* 移动端*/
@media only screen and (max-width:1000px) {
    .seDTab {
        width: 100%;
        position: absolute;
        top: -70px;
        height: auto;
    }

    .seDTab .tab-wrapper {
        width: 100%;
        padding: 0;
        top: 0;
    }

    .seDTab .tab-arrow {
        display: block;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 10px;
        z-index: 2;
        animation: toRight .5s linear 0s infinite alternate;
    }

    @keyframes toRight {
        to {
            transform: translateX(5px);
        }
    }

    .seDTab .boxes {
        padding: 0;
        padding-bottom: 6px;
    }

    .seDTab .boxes li {
        width: auto;
        height: 60px;
        flex-shrink: 0;
    }

    .seDTab .boxes li img {
        transform: scale(0.7);
        transform-origin: center;
    }

    .seDAuthor {
        height: 60px;
    }

    .seDTab .boxes li span {
        font-size: 14px;
        line-height: 1.2;
    }

    .seDTab .boxes li strong {
        font-size: 14px;
        line-height: 1.2;
    }

    .seDTab .swiper-container-horizontal>.swiper-scrollbar {
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .seDTab .swiper-scrollbar-drag {
        background: #42B4E6;
    }
}

.seDTitle .wrappers {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 200px;
    box-sizing: border-box;
}

.seDTitle .section-title h3 {
    text-align: center;
    font-size: 36px;
    color: #212121;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width:1600px) {
    .seDTitle .wrappers {
        padding: 0 150px;
    }
}

@media screen and (max-width:1280px) {
    .seDTitle .wrappers {
        padding: 0 50px;
    }
}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDTitle .wrappers {
        padding: 0 50px;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDTitle .wrappers {
        padding: 0 50px;
    }
}

/* 移动端*/
@media only screen and (max-width:750px) {
    .seDTitle .wrappers {
        display: block;
        padding: 0 20px;
    }

    .seDTitle .section-title h3 {
        font-size: 22px;
        text-align: left;
    }
}

.responsive-section-wrapper {
    height: 360px; /* PC端默认高度 */
}

/* 平板 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .responsive-section-wrapper {
        height: auto;
        min-height: 450px;
    }
}

/* 手机端 */
@media screen and (max-width: 768px) {
    .responsive-section-wrapper {
        height: auto;
        min-height: 250px;
    }
}

.responsive-section-wrapper .content {
    height: auto;
    display: flex;
    flex-direction: column;
}

.responsive-section-wrapper .seD_module {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 核心功能 */
.nucleus{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items: center;
    width: 96%;
    margin:0 auto
}

.nucleus > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.nucleus > div > span {
    font-size: 16px;
}

/* 平板 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .nucleus{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items: center;
        width: 98%;
        margin:0 auto
    }
    .nucleus{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
       
    }
    .nucleus img {
        transform: scale(0.9);
        transform-origin: center;
    }
}

/* 手机端 */
@media screen and (max-width: 768px) {
    .nucleus{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items: center;
        width: 96%;
        margin:0 auto;
    }
    .nucleus img {
        transform: scale(0.6);
        transform-origin: center;
    }

    .nucleus > div > span {
        font-size: 13px;
    }
}

/* 微电网核心功能 */
.wdw_nucleus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 9%;
    display: flex;
    box-sizing: border-box;
}

.wdw_nucleus > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; 
    text-align: left; 
    margin-bottom: 15px;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    align-content: flex-start;
}

.wdw_nucleus > div > img {
    /* margin-right: 15px; */
    flex-shrink: 0;
    width: 335px; 
    height: 297px; 
    object-fit: contain;
}

.wdw_nucleus > div > span {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top:60px;
    padding-right:50px
}

.wdw_nucleus > div > span p:first-child {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.wdw_nucleus > div > span p:last-child {
    margin: 0;
}

.wdw_nucleus::after {
    content: "";
    flex: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wdw_nucleus > div:nth-child(odd) {
    align-items: flex-start;
}

.wdw_nucleus > div:nth-child(even) {
    align-items: flex-start;
}

.wdw_title{
    font-size: 18px;
    font-weight: bold;
}

.divider-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right, 
        #3DCD58 0%, 
        #3DCD58 60px, 
        #eeeeee 60px, 
        #eeeeee 100%
    );
    margin: 10px 0; 
}

.introduce {
    font-size: 13px;
    color: #666;
    line-height: 1.8; 
    height: auto;
    display: -webkit-box;
    /* -webkit-line-clamp: 5;  */
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    text-align: justify;
    /* 兼容性处理 */
    position: relative;
}

/* 为不支持-webkit-line-clamp的浏览器提供后备方案 */
.introduce.fallback {
    height: auto;
    /* max-height: 115px; */
}

.introduce.fallback::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    background: linear-gradient(to right, transparent, #fff 50%);
}

/* 平板 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .wdw_nucleus {
        width: 98%;
        margin-left: 1%;
        padding: 0;
    }
    .wdw_nucleus > div {
        flex-direction: row; 
        align-items: flex-start; 
        width: 50%; 
        padding: 0px; 
        box-sizing: border-box;
    }
    
    .wdw_nucleus > div > img {
        
        transform-origin: center left;
        flex-shrink: 0; 
        margin-right: 0; 
        width: 55%
    }
    
    .wdw_nucleus > div > span {
        /* padding-right: 30px; */
        margin-top: 60px; 
        text-align: left;  
        width: 45%
    }
}

/* 手机端 */
@media screen and (max-width: 768px) {
    .wdw_nucleus > div {
        width: 100%;
        flex-direction: column; 
        align-items: center; 
        margin-bottom: 0;
        padding: 0;
    }
    
    .wdw_nucleus > div > img {
        width: 335px; 
        height: 297px; 
        margin-right: 0; 
        object-fit: contain;
    }
    
    .wdw_nucleus > div > span {
        font-size: 14px;
        padding-right: 0; 
        margin-top:0px;
        padding-right:0;
    }

    .introduce {
        font-size: 13px;
        color: #666;
        line-height: 1.8; 
        height: auto;
        display: -webkit-box;        
        word-wrap: break-word;
        text-align: justify;
        position: relative;
    }
}

/* 右图左文样式 */
.seDImgsTxts_fgw-rl svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDImgsTxts_fgw-rl .wrappers {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 180px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.seDImgsTxts_fgw-rl .wrappers.right {
    flex-direction: row-reverse;
}

.seDImgsTxts_fgw-rl .txts {
    width: calc(100% - 33.3333%);
    box-sizing: border-box;
    padding-left: 90px;
}

.seDImgsTxts_fgw-rl .wrappers.right .txts {
    padding-left: 0;
    padding-right: 90px;
}

.seDImgsTxts_fgw-rl .txts h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 58px;
    color: #212121;
}

.seDImgsTxts_fgw-rl .txts p {
    font-size: 18px;
    line-height: 27px;
    color: #212121;
}

.seDImgsTxts_fgw-rl .txts .links {
    margin-top: 36px;
}

.seDImgsTxts_fgw-rl .txts .link {
    line-height: 28px;
    margin-bottom: 16px;
}

.seDImgsTxts_fgw-rl .txts .link:last-child {
    margin-bottom: 0;
}

.seDImgsTxts_fgw-rl .txts .links button {
    display: flex;
    align-items: baseline;
    text-decoration: none;
}

.seDImgsTxts_fgw-rl .txts .links button span {
    font-size: 18px;
    color: #42b4e6;
}

.seDImgsTxts_fgw-rl .txts .links button:hover span {
    text-decoration: underline;
}

.seDImgsTxts_fgw-rl .txts .links button i {
    display: block;
    width: 12px;
    height: 9px;
    margin-left: 5px;
}

.seDImgsTxts_fgw-rl .imgs {
    position: relative;
    width: 50%; 
}

.seDImgsTxts_fgw-rl .imgs img {
    display: block;
    width: 100%;
}

.seDImgsTxts_fgw-rl .imgs button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.seDImgsTxts_fgw-rl .imgs button i {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
}

.seDImgsTxts_fgw-rl .imgs button i svg {
    display: block;
    width: 100%;
    height: 100%;
}

#frame .seDImgsTxts_fgw-rl .imgs button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

#frame .seDImgsTxts_fgw-rl .wrappers {
    padding: 0 50px;
}

#frame .seDImgsTxts_fgw-rl .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#frame .seDImgsTxts_fgw-rl .imgs .cl-link-untracked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1600px) {
    .seDImgsTxts_fgw-rl .wrappers {
        padding: 0 170px;
    }
}

@media screen and (max-width:1280px) {
    .seDImgsTxts_fgw-rl .wrappers {
        padding: 0 130px;
    }

    .seDImgsTxts_fgw-rl .txts {
        width: 50%;
        padding-right: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .seDImgsTxts_fgw-rl .imgs {
        width: 50%;
    }

    .seDImgsTxts_fgw-rl .txts h3 {
        margin-bottom: 40px;
    }

    .seDImgsTxts_fgw-rl .txts .links {
        margin-top: 15px;
    }

}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDImgsTxts_fgw-rl .wrappers {
        padding: 0 50px;
    }

    .seDImgsTxts_fgw-rl .wrappers .txts {
        padding-left: 20px;
        padding-right: 0;
    }

    .seDImgsTxts_fgw-rl .wrappers.right .txts {
        padding-left: 0;
        padding-right: 20px;
    }

    .seDImgsTxts_fgw-rl .txts h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .seDImgsTxts_fgw-rl .txts p {
        font-size: 16px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-rl .txts .links {
        margin-top: 20px;
    }

    .seDImgsTxts_fgw-rl .txts .links button span {
        font-size: 16px;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDImgsTxts_fgw-rl .wrappers {
        padding: 0 50px;
    }

    .seDImgsTxts_fgw-rl .wrappers .txts {
        padding-left: 20px;
        padding-right: 0;
    }

    .seDImgsTxts_fgw-rl .wrappers.right .txts {
        padding-left: 0;
        padding-right: 20px;
    }

    .seDImgsTxts_fgw-rl .txts h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .seDImgsTxts_fgw-rl .txts p {
        font-size: 16px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-rl .txts .links {
        margin-top: 20px;
    }

    .seDImgsTxts_fgw-rl .txts .links button span {
        font-size: 16px;
    }
}

/* 移动端*/
@media only screen and (max-width:1200px) {
    .seDImgsTxts_fgw-rl .wrappers {
        display: block;
        padding: 30px;
    }

    .seDImgsTxts_fgw-rl .imgs {
        width: 100%;
    }

    .seDImgsTxts_fgw-rl .txts {
        width: 100%;
        padding: 24px 16px !important;
        box-sizing: border-box;
    }

    .seDImgsTxts_fgw-rl .txts h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .seDImgsTxts_fgw-rl .txts p {
        font-size: 14px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-rl .txts .link {
        line-height: 18px;
        margin-bottom: 10px;
    }

    .seDImgsTxts_fgw-rl .txts .links button span {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .seDImgsTxts_fgw-rl .wrappers {
        display: block;
        padding: 10px;
    }
}

/* 左图右文样式 */
.seDImgsTxts_fgw-lr svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDImgsTxts_fgw-lr .wrappers {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 200px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.seDImgsTxts_fgw-lr .wrappers.right {
    flex-direction: row-reverse;
}

.seDImgsTxts_fgw-lr .txts {
    width: calc(100% - 33.3333%);
    box-sizing: border-box;
    padding-left: 90px;
}

.seDImgsTxts_fgw-lr .wrappers.right .txts {
    padding-left: 0;
    padding-right: 90px;
}

.seDImgsTxts_fgw-lr .txts h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 58px;
    color: #212121;
}

.seDImgsTxts_fgw-lr .txts p {
    font-size: 18px;
    line-height: 27px;
    color: #212121;
}

.seDImgsTxts_fgw-lr .txts .links {
    margin-top: 36px;
}

.seDImgsTxts_fgw-lr .txts .link {
    line-height: 28px;
    margin-bottom: 16px;
}

.seDImgsTxts_fgw-lr .txts .link:last-child {
    margin-bottom: 0;
}

.seDImgsTxts_fgw-lr .txts .links button {
    display: flex;
    align-items: baseline;
    text-decoration: none;
}

.seDImgsTxts_fgw-lr .txts .links button span {
    font-size: 18px;
    color: #42b4e6;
}

.seDImgsTxts_fgw-lr .txts .links button:hover span {
    text-decoration: underline;
}

.seDImgsTxts_fgw-lr .txts .links button i {
    display: block;
    width: 12px;
    height: 9px;
    margin-left: 5px;
}

.seDImgsTxts_fgw-lr .imgs {
    position: relative;
    width: 50%;
}

.seDImgsTxts_fgw-lr .imgs img {
    display: block;
    width: 100%;
}

.seDImgsTxts_fgw-lr .imgs button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.seDImgsTxts_fgw-lr .imgs button i {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
}

.seDImgsTxts_fgw-lr .imgs button i svg {
    display: block;
    width: 100%;
    height: 100%;
}

#frame .seDImgsTxts_fgw-lr .imgs button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

#frame .seDImgsTxts_fgw-lr .wrappers {
    padding: 0 50px;
}

#frame .seDImgsTxts_fgw-lr .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#frame .seDImgsTxts_fgw-lr .imgs .cl-link-untracked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1600px) {
    .seDImgsTxts_fgw-lr .wrappers {
        padding: 0 150px;
    }
}

@media screen and (max-width:1280px) {
    .seDImgsTxts_fgw-lr .wrappers {
        padding: 0 130px;
    }

    .seDImgsTxts_fgw-lr .txts {
        width: 50%;
        padding-left: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .seDImgsTxts_fgw-lr .imgs {
        width: 50%;
    }

    .seDImgsTxts_fgw-lr .txts h3 {
        margin-bottom: 40px;
    }

    .seDImgsTxts_fgw-lr .txts .links {
        margin-top: 15px;
    }

}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDImgsTxts_fgw-lr .wrappers {
        padding: 0 50px;
    }

    .seDImgsTxts_fgw-lr .wrappers .txts {
        padding-left: 20px;
        padding-right: 0;
    }

    .seDImgsTxts_fgw-lr .wrappers.right .txts {
        padding-left: 0;
        padding-right: 20px;
    }

    .seDImgsTxts_fgw-lr .txts h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .seDImgsTxts_fgw-lr .txts p {
        font-size: 16px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-lr .txts .links {
        margin-top: 20px;
    }

    .seDImgsTxts_fgw-lr .txts .links button span {
        font-size: 16px;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDImgsTxts_fgw-lr .wrappers {
        padding: 0 50px;
    }

    .seDImgsTxts_fgw-lr .wrappers .txts {
        padding-left: 20px;
        padding-right: 0;
    }

    .seDImgsTxts_fgw-lr .wrappers.right .txts {
        padding-left: 0;
        padding-right: 20px;
    }

    .seDImgsTxts_fgw-lr .txts h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .seDImgsTxts_fgw-lr .txts p {
        font-size: 16px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-lr .txts .links {
        margin-top: 20px;
    }

    .seDImgsTxts_fgw-lr .txts .links button span {
        font-size: 16px;
    }
}

/* 移动端*/
@media only screen and (max-width:1200px) {
    .seDImgsTxts_fgw-lr .wrappers {
        display: block;
        padding: 0px;
    }

    .seDImgsTxts_fgw-lr .imgs {
        width: 100%;
    }

    .seDImgsTxts_fgw-lr .txts {
        width: 100%;
        padding: 24px 16px !important;
        box-sizing: border-box;
    }

    .seDImgsTxts_fgw-lr .txts h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .seDImgsTxts_fgw-lr .txts p {
        font-size: 14px;
        line-height: 1.5;
    }

    .seDImgsTxts_fgw-lr .txts .link {
        line-height: 18px;
        margin-bottom: 10px;
    }

    .seDImgsTxts_fgw-lr .txts .links button span {
        font-size: 16px;
    }
}

/* 明星产品 */

.card p{
    color: #43ba76; 
    text-align: left;
    font-size: 18px;
}

.card ul{
    font-size: 14px;
    color: #555e67;
    text-align: left;
    margin-left:10px
}

.card ul li{
    list-style-type: disc;
    color: #555e67;
    text-indent: -5px; 
}

.product_img {
    height: 230px; 
    width: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-left:8%;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .product_img{
        height: 150px;
    }
}

.main_parameter{
    font-size: 14px; 
    margin-top: 15px;
}

.product_feature{
    font-size: 14px;  
    margin-top: 15px;
}

.characteristic ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;    
}

.characteristic ul li{ 
    list-style-type: disc;
    color: #555e67;
   
    text-indent: -5px; 
}

.card_content{
    height: 360px;
    padding: 20px 30px;
}

/* 流式布局 */
.seDStreamerX1 .row {
    display: flex;
    margin: 0;
}

.seDStreamerX1 .row-12 {
    width: 100%;
}

.seDStreamerX1 .row-6 {
    width: 50%;
}

.seDStreamerX1 svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDStreamerX1 .boxs {
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
}

.seDStreamerX1 .bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.seDStreamerX1 .bg img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.seDStreamerX1 .cons {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}

.seDStreamerX1 .cons h4 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.seDStreamerX1 .cons p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
}

.seDStreamerX1 .cons .link {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.seDStreamerX1 .cons .link button {
    display: flex;
    padding: 8px 20px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #42B4E6;
    border-radius: 2px;
    text-decoration: none;

}

.seDStreamerX1 .cons .link button span {
    font-size: 18px;
    color: #fff;
}

.seDStreamerX1 .cons .link button i {
    display: block;
    width: 12px;
    height: 9px;
    margin-left: 5px;
}

#frame .seDStreamerX1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width:1001px) {
    .seDStreamerX1 .cons .link button:hover {
        background-color: #55d1fe;
    }
}

@media only screen and (max-width:1920px) {
    .seDStreamerX1 .boxs {
        height: 23.4375vw;
    }

    .seDStreamerX1 .cons .link button:hover span {
        text-decoration: underline;
    }
}

@media only screen and (max-width:1366px) {
    .seDStreamerX1 .cons .link {
        margin-top: 10px;
    }
}

/* 移动端*/
@media only screen and (max-width:1000px) {
    .card_content{
        height: 390px;
        padding: 0px;        
    }
    .seDStreamerX1 .row {
        display: block;
    }

    .seDStreamerX1 .boxs {
        width: 100%;
        height: 280px;
    }

    .seDStreamerX1 .cons {
        padding: 20px;
    }

    .seDStreamerX1 .cons h4 {
        font-size: 22px;
    }

    .seDStreamerX1 .cons .link {
        margin-top: 25px;
    }

    .seDStreamerX1 .cons .link button span {
        font-size: 16px;
    }
}

/* 背标产品图标 */
.logo_collect{
    color:#555e67; 
    font-size:12px; 
    font-weight: 300;
    display: flex;
    justify-content: flex-start; 
    align-items: centlefter;
}

.sign_line{
    border-bottom: 2px solid #3DCD58; 
    padding-bottom:3px;
    padding-top: 5px;
    font-size: 14px;
}

.logo-container {
    display: flex;
    justify-content: flex-start; 
    align-items: centlefter;
    gap: 15px; 
    flex-wrap: wrap; 
    margin-top: 10px;
    margin-left:10px;
    font-size:14px;
}

.logo-container img {
    height: 17px; 
    width: auto; 
    object-fit: contain; /* 保持图片完整显示 */
    flex-shrink: 0; /* 防止图片被压缩 */
}


@media screen and (max-width: 768px) {
    .logo-container {
        gap: 10px;
        justify-content: left; 
    }
    
    .logo-container img {
        height: 15px; 
    }
}

@media screen and (max-width: 480px) {
    .logo-container {
        gap: 8px;
    }
    
    .logo-container img {
        height: 15px; 
    }
}

/* 卡片图片列表 */
.seDCardImgsList-1 {
    background-color: #F5F5F5;
}

.seDCardImgsList-1 svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDCardImgsList-1_wrappers {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 180px; //仅3个明星产品不滚动
    /* padding: 0 250px;  //多个明星产品滚动 */
}

.seDCardImgsList-1 .section-title {
    padding-bottom: 40px;
}

.seDCardImgsList-1 .section-title h3 {
    text-align: center;
    font-size: 36px;
    color: #212121;
    font-weight: bold;
    margin: 0;
}

.seDCardImgsList-1 .section-content {
    position: relative;
}

.seDCardImgsList-1 .swiper {
    padding-top: 10px;
}

.seDCardImgsList-1 .swiper-slide {
    width: calc(33.333% - 40px);
    height: auto;
}

.seDCardImgsList-1 .card {
    width: 100%;
    height: 100%;
    transform-origin: center;
    transition: all .3s;
    background-color: #fff;
}

.seDCardImgsList-1 .card a {
    text-decoration: none;
}

.seDCardImgsList-1 .card .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 220px; */
    height: auto;
    aspect-ratio: 1/1;
}

.seDCardImgsList-1 .card .box-img img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    height: auto !important;
}

.seDCardImgsList-1 .card h5 {
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #42b4e6;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}

.seDCardImgsList-1 .se2-icon-arrow-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #9fa0a4;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1;
    transform-origin: center;
    transition: transform .3s;
    padding: 5px;
}

.seDCardImgsList-1 .se2-icon-arrow-common.swiper-button-lock {
    display: none;
}

.seDCardImgsList-1 .swiper-button-prev-card-imgs {
    left: -40px;
}

.seDCardImgsList-1 .swiper-button-next-card-imgs {
    right: -40px;
}

#frame .seDCardImgsList-1_wrappers {
    padding: 0 50px;
    margin-left: -20px;
    margin-right: -20px;
}

#frame .seDCardImgsList-1_wrappers .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
}

#frame .seDCardImgsList-1_wrappers .swiper-slide {
    width: 25% !important;
    margin-right: 0 !important;
}

#frame .seDCardImgsList-1 .se2-icon-arrow-common {
    display: none;
}

#frame .seDCardImgsList-1 .card {
    padding: 15px;
    box-sizing: border-box;
}

#frame .seDCardImgsList-1 .card .link {
    border: 2px solid #f5f5f5;
}

#frame .seDCardImgsList-1 .card .box-img img {
    display: block;
    width: 30%;
    height: 30%;
    object-fit: cover;
}

@media screen and (min-width:1001px) {
    .seDCardImgsList-1 .card:hover {
        transform: translateY(-10px);
        border-radius: 10px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
    }
}

@media screen and (max-width:1600px) and (min-width:1001px) {
    .seDCardImgsList-1_wrappers {
        padding: 0 150px;
    }

    .seDCardImgsList-1 .swiper-button-prev-card-imgs {
        left: -40px;
    }

    .seDCardImgsList-1 .swiper-button-next-card-imgs {
        right: -40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1001px) {
    .seDCardImgsList-1_wrappers {
        padding: 0 50px;
    }

    .seDCardImgsList-1 .swiper-button-prev-card-imgs {
        left: -40px;
    }

    .seDCardImgsList-1 .swiper-button-next-card-imgs {
        right: -40px;
    }
}

@media screen and (max-width:1024px) and (min-width:1001px) {
    .seDCardImgsList-1_wrappers {
        padding: 0 50px;
    }
}

/* 移动端*/
@media only screen and (max-width:1000px) {
    .seDCardImgsList-1_wrappers {
        padding: 0 20px;
        margin: 0;
    }

    .seDCardImgsList-1 .section-title {
        padding-bottom: 15px;
        padding-right: 100px;
    }

    .seDCardImgsList-1 .section-title h3 {
        font-size: 22px;
        text-align: left;
    }

    .seDCardImgsList-1 .swiper {
        padding-top: 0;
    }

    .seDCardImgsList-1 .card {
        background-color: #fff;
    }

    .seDCardImgsList-1 .card .box-img {
        height: auto;
        aspect-ratio: 1/1;
    }

    .seDCardImgsList-1 .card .box-img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

    .seDCardImgsList-1 .card h5 {
        line-height: 22px;
        padding: 10px 10px 14px;
        font-size: 16px;
    }

    .seDCardImgsList-1 .se2-icon-arrow-common {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #9fa0a4;
        position: absolute;
        top: -39px;
        padding: 5px;
        margin-top: 0;
    }

    .seDCardImgsList-1 .se2-icon-arrow-common:after {
        font-size: 24px;
        color: #9fa0a4;
        transform-origin: center;
    }

    .seDCardImgsList-1 .swiper-button-prev-card-imgs.se2-icon-arrow-common:after {
        transform: rotateY(180deg);
    }

    .seDCardImgsList-1 .swiper-button-prev-card-imgs {
        left: auto;
        right: 46px;
        margin-left: 0;
    }

    .seDCardImgsList-1 .swiper-button-next-card-imgs {
        right: 0px;
        margin-right: 0;
    }

    .seDCardImgsList-1 .swiper-button-disabled {
        opacity: 0.3;
        cursor: default;
    }

    .seDCardImgsList-1 .no-swiper .section-title {
        padding-right: 0;
    }

    .seDCardImgsList-1 .no-swiper .se2-icon-arrow-common {
        display: none;
    }

    .seDCardImgsList-1 .swiper-slide {
        margin: 0;
    }
}

@media screen and (max-width:640px) {
    .seDCardImgsList-1 .no-swiper .swiper-slide {
        width: calc(50% - 10px);
        margin: 0 10px 0px;
    }
}


.seDCardImgsTxtsList-2 .boxs {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s;
    border-radius: 8px;
    box-shadow: 0 12px 20px -12px rgba(51, 51, 51, .36);
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.seDCardImgsTxtsList-2 .boxs .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 224px; */
    overflow: hidden;
    position: relative;
    height: auto;
    aspect-ratio: 9 / 5.6;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
}

.seDCardImgsTxtsList-2 .boxs .box-img button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.seDCardImgsTxtsList-2 .boxs .box-img:after {
    display: block;
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .3s;
    background-color: #42B4E6;
}

.seDCardImgsTxtsList-2 .boxs .box-img img {
    display: block;
    transform-origin: center;
    transition: transform .3s;
    min-width: 100%;
    min-height: 100%;
}

.seDCardImgsTxtsList-2 .boxs .box-img i {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
}

.seDCardImgsTxtsList-2 .boxs .box-img i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDCardImgsTxtsList-2 .boxs .box-con {
    position: relative;
    padding: 20px 20px 80px;
    height: 100%;
    box-sizing: border-box;
}

.seDCardImgsTxtsList-2 .boxs h5 {
    line-height: 29px;
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin-top: 20px;
}

.seDCardImgsTxtsList-2 .boxs>p {
    line-height: 24px;
    font-size: 16px;
    color: #212121;
    margin-top: 10px;
}

.seDCardImgsTxtsList-2 .boxs .btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.seDCardImgsTxtsList-2 svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDCardImgsTxtsList-2 .boxs .btn button {
    display: flex;
    width: 165px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #42B4E6;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
}

.seDCardImgsTxtsList-2 .boxs .btn button span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.seDCardImgsTxtsList-2 .boxs .btn button i {
    display: block;
    width: 12px;
    height: 9px;
    margin-left: 5px;
}

.seDCardImgsTxtsList-2 .seize {
    display: block;
    width: 360px;
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.seDCardImgsTxtsList-2 .se2-icon-arrow-common {
    display: none;
}

#frame .seDCardImgsTxtsList-2 .boxs .box-img button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#frame .seDCardImgsTxtsList-2 .wrappers {
    padding: 0 50px;
}

#frame .seDCardImgsTxtsList-2 .boxs .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#frame .seDCardImgsTxtsList-2 .boxs .box-img .cl-link-untracked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:1001px) {
    .seDCardImgsTxtsList-2 .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .seDCardImgsTxtsList-2 .swiper-slide {
        width: 25%;
        height: auto;
        padding: 0 15px;
        /* background-color: #EEEEEE; */
        margin-bottom: 40px;
        box-sizing: border-box;
    }

    .seDCardImgsTxtsList-2 .swiper-slide .boxs:hover {
        background: linear-gradient(to left bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.05) 100%);
    }

    .seDCardImgsTxtsList-2 .swiper-slide .boxs:hover .box-img:after {
        width: 100%;
    }

    .seDCardImgsTxtsList-2 .swiper-slide .boxs:hover .box-img img {
        transform: scale(1.1);
    }

    .seDCardImgsTxtsList-2 .swiper-slide .boxs .btn button:hover {
        background-color: #55d1fe;
    }
}

@media screen and (max-width:1600px) {
    .seDCardImgsTxtsList-2 .wrappers {
        padding: 0 150px;
    }
}

@media screen and (max-width:1366px) {
    .seDCardImgsTxtsList-2 .wrappers {
        padding: 0 100px;
    }
}

@media screen and (max-width:1280px) {
    .seDCardImgsTxtsList-2 .wrappers {
        padding: 0 50px;
    }

    .seDCardImgsTxtsList-2 .swiper-slide,
    .seDCardImgsTxtsList-2 .seize {
        width: 33.3333%;
    }
}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDCardImgsTxtsList-2 .swiper-slide {
        flex-shrink: 0;
    }

    .seDCardImgsTxtsList-2 .seize {
        width: 340px;
    }
}

/* 横屏 min*/
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1280px) and (-webkit-device-pixel-ratio: 2) {}

/* 移动端*/
@media only screen and (max-width:1000px) {
    .seDCardImgsTxtsList-2 .wrappers {
        padding: 0 20px;
        margin: 0;
    }

    .seDCardImgsTxtsList-2 .section-title {
        padding-bottom: 15px;
        padding-right: 100px;
    }

    .seDCardImgsTxtsList-2 .section-title h3 {
        font-size: 22px;
        text-align: left;
    }

    .seDCardImgsTxtsList-2 .section-content {
        padding-bottom: 16px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .seDCardImgsTxtsList-2 .swiper-slide {
        width: 100%;
        height: auto;
    }

    .seDCardImgsTxtsList-2 .boxs .box-img {
        width: 100%;
        height: auto;
        aspect-ratio: 9/5.6;
    }

    .seDCardImgsTxtsList-2 .boxs h5 {
        line-height: 24px;
        margin-top: 10px;
    }

    .seDCardImgsTxtsList-2 .boxs p {
        font-size: 14px;
        line-height: 18px;
    }

    .seDCardImgsTxtsList-2 .boxs .btn {
        width: calc(100% - 40px);
    }

    .seDCardImgsTxtsList-2 .boxs .btn button {
        width: 100%;
        height: 34px;
    }

    .seDCardImgsTxtsList-2 .boxs .btn button span {
        font-size: 16px;
    }

    .seDCardImgsTxtsList-2 .se2-icon-arrow-common {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #9fa0a4;
        position: absolute;
        top: -39px;
        padding: 5px;
    }

    .seDCardImgsTxtsList-2 .se2-icon-arrow-common:after {
        font-size: 24px;
        color: #9fa0a4;
        transform-origin: center;
    }

    .seDCardImgsTxtsList-2 .swiper-button-prev-card-imgs-txts.se2-icon-arrow-common:after {
        transform: rotateY(180deg);
    }

    .seDCardImgsTxtsList-2 .swiper-button-prev-card-imgs-txts {
        right: 66px;
    }

    .seDCardImgsTxtsList-2 .swiper-button-next-card-imgs-txts {
        right: 20px;
    }

    .seDCardImgsTxtsList-2 .hides .swiper-slide,
    .seDCardImgsTxtsList-2 .hides .seize {
        width: 100%;
    }

    .seDCardImgsTxtsList-2 .hides .se2-icon-arrow-common {
        display: none;
    }

    .seDCardImgsTxtsList-2 .swiper-button-disabled {
        opacity: 0.3;
        cursor: default;
    }
}
/* 客户价值 */
.seDicons {
    /* padding-top: calc(6.25vw - 4.6875vw); */
    /* background-color: #F5F5F5; */
    /* background: linear-gradient(150deg, #F5F5F5 0%, #E3E8EB 100%); */
}

.seDicons .wrappers {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 200px;
}

.seDicons .section-title {
    padding-bottom: 127px;
}

.seDicons .section-title h3 {
    text-align: center;
    font-size: 36px;
    color: #3dcd58;
    font-weight: bold;
}

.seDicons .section-content ul {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    margin: 0;
    flex-wrap: wrap;
    --liWidth: calc(100% / 6);
}

.seDicons svg {
    display: block;
    width: 100%;
    height: 100%;
}

.seDicons .section-content li {
    list-style: none;
    min-width: 120px;
    margin: 0 0 20px;
    width: var(--liWidth);
    flex: var(--f);
}

.seDicons .section-content li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
}

.seDicons .section-content li i img {
    display: block;
    width: 100%;
    height: 100%;
}

.seDicons .section-content li h5 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #212121;
}

#frame .seDicons .wrappers {
    padding: 0 50px;
}

@media screen and (max-width:1600px) {
    .seDicons .wrappers {
        padding: 0 150px;
    }

    .seDicons .section-content ul {
        padding: 0;
    }
}

@media screen and (max-width:1280px) {
    .seDicons .wrappers {
        padding: 0 50px;
    }
}

/* 竖屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : portrait) and (max-width:1024px) and (-webkit-device-pixel-ratio: 2) {
    .seDicons .wrappers {
        padding: 0 50px;
    }

    .seDicons .section-title {
        padding-bottom: 60px;
    }

    .seDicons .section-content li {
        min-width: 100px;
    }

    .seDicons .section-content li i {
        padding: 30px;
        width: 100px;
        height: 100px;
    }
}

/* 横屏 */
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1366px) and (-webkit-device-pixel-ratio: 2) {
    .seDicons .wrappers {
        padding: 0 50px;
    }

    .seDicons .section-title {
        padding-bottom: 60px;
    }

    .seDicons .section-content li {
        min-width: 100px;
    }

    .seDicons .section-content li i {
        padding: 30px;
        width: 100px;
        height: 100px;
    }
}

/* 横屏 min*/
@media only screen and (max-aspect-ratio:16/10) and (orientation : landscape) and (max-width:1280px) and (-webkit-device-pixel-ratio: 2) {}

/* 移动端*/
@media only screen and (max-width:750px) {
    .seDicons .wrappers {
        padding: 0 14px 20px;
    }

    .seDicons .section-title h3 {
        font-size: 22px
    }

    .seDicons .section-title {
        padding-bottom: 50px;
    }

    .seDicons .section-content ul {
        --liWidth: calc(100% / 3);
        flex-wrap: wrap;
    }

    .seDicons .section-content ul li {
        margin: 0;
        margin-bottom: 20px;
        min-width: inherit;
    }

    .seDicons .section-content li i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        margin: 0 auto;
        padding: 10px;
    }

    .seDicons .section-content li i img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .seDicons .section-content li h5 {
        font-size: 14px;
        margin-top: 7px;
    }

}
/* 视频弹窗 */
.video-module {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1111111;
    display: none;
}

.video-module-content {
    width: 80%;
    max-width: 1200px;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-module-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.videoP {
    width: 100%;
    height: 50vh;
}

.deleteImg {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(https://se.d1meeting.cn/v3/images/deleteImg.png) center/contain no-repeat;
}

.videoP video {
    width: 100%;
    height: 50vh;
}

.video-js .vjs-big-play-button {
    font-size: 2em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    border: 0.06666em solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.269113149847094%;
}

.video-iframe .vjs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#frame .video-module {
    display: block;
    height: 40px;
    position: static;
}

#frame .video-module .video-module-content {
    display: none;
}

#frame .video-module .deleteImg {
    display: none;
}

/* 成功案例 */
.partial-visible-carousel-wrapper {
    position: relative;
    overflow: visible;
    margin: 30px auto 50px auto;
}

.partial-visible-carousel {
    overflow: visible;
    padding: 0 60px;
}

.partial-carousel-button-prev {
    left: 0;
}

.partial-carousel-button-next {
    right: 0;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .partial-visible-carousel {
        padding: 0 40px;
    }
    
    .single-image-item{
        width: 90vw !important;
    }
    
    .partial-carousel-button-prev,
    .partial-carousel-button-next {
        width: 36px;
        height: 36px;
    }
    
    .partial-carousel-button-prev::before,
    .partial-carousel-button-next::before {
        width: 10px;
        height: 10px;
    }
}

.partial-visible-carousel-wrapper .single-image-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.partial-visible-carousel-wrapper .single-image-item img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

/* 平板端 (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .partial-visible-carousel-wrapper .single-image-item img {
        height: 350px;
    }
}

/* 手机端 (最大768px) */
@media screen and (max-width: 768px) {
    .partial-visible-carousel-wrapper .single-image-item img {
        height: 350px;
    }
}

/* 更小屏幕的手机端 (最大480px) */
@media screen and (max-width: 480px) {
    .partial-visible-carousel-wrapper .single-image-item img {
        height: 350px;
    }
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    box-sizing: border-box;
    text-align: left;
}

.image-caption h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #ffffff;
}

.image-caption p {
    font-size: 14px;
    margin: 0;
    color: #e0e0e0;
    opacity: 0.9;
    font-weight: 800;
}

/* 分页器样式 */
.partial-carousel-pagination {
    position: static;
    margin-top: 30px;
    text-align: center;
}

.partial-carousel-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.partial-carousel-pagination .swiper-pagination-bullet-active {
    background: #10B981;
    transform: scale(1.2);
}

/* 导航按钮样式 */
.partial-carousel-button-next,
.partial-carousel-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(158, 158, 158, 0.5);
    backdrop-filter: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.partial-carousel-button-next:hover,
.partial-carousel-button-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.partial-carousel-button-next::after,
.partial-carousel-button-prev::after {
    font-size: 36px;
    color: #ffffff;
}

.partial-carousel-button-next::after {
    content: "\203A"; /* 右箭头符号 */
}

.partial-carousel-button-prev::after {
    content: "\2039"; /* 左箭头符号 */
}

.partial-carousel-button-next:hover::after,
.partial-carousel-button-prev:hover::after {
    color: #3DCD58;
}

.partial-carousel-button-next {
    right: 25% !important;
}

.partial-carousel-button-prev {
    left: 25% !important; 
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .partial-visible-carousel {
        padding: 0 40px;
    }
    
    .single-image-item img {
        height: 300px;
    }
    
    .image-caption {
        padding: 15px;
    }
    
    .image-caption h5 {
        font-size: 16px;
    }
    
    .image-caption p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .partial-visible-carousel {
        padding: 0 20px;
    }
    
    .single-image-item img {
        height: 250px;
    }
    
    .image-caption {
        padding: 12px;
    }
    
    .image-caption h5 {
        font-size: 14px;
    }
    
    .image-caption p {
        font-size: 11px;
    }
    
    .partial-carousel-button-next,
    .partial-carousel-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .partial-carousel-button-next::after,
    .partial-carousel-button-prev::after {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .single-image-item img {
        height: 200px;
    }
    
    .partial-visible-carousel .swiper-slide {
        transform: scale(0.8);
    }
    
    .partial-visible-carousel .swiper-slide-active {
        transform: scale(0.9);
    }
    
    .image-caption {
        padding: 10px;
    }
    
    .image-caption h5 {
        font-size: 13px;
    }
    
    .image-caption p {
        font-size: 10px;
    }
}

/* banner自定义按钮分页器 */
.custom-banner-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
}

.custom-banner-button {
    padding: 12px 20px;
    background: transparent;
    color: #cccccc;
    font-size: 18px;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
}

.custom-banner-button:hover {
    background: rgba(76, 175, 80, 0.3); 
}

.custom-banner-button.active {
    background: linear-gradient(to bottom, rgba(76, 175, 80, 0.6), rgba(76, 175, 80, 0.35));
    color: #ffffff;
    border-top:3px solid rgba(16, 185, 129, 0.8);
}

/* 手机端 */
@media screen and (max-width: 480px) {
    .custom-banner-pagination {
        width: 95%;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .custom-banner-button {
        font-size: 13px;
        padding: 15px 0;
        min-width: 80px;
        flex: 1 1 auto;
        
    }
    
    .custom-banner-button:hover {
        background: rgba(76, 175, 80, 0.15);
    }
    
    .custom-banner-button.active {
        background: linear-gradient(to bottom, rgba(76, 175, 80, 0.6), rgba(76, 175, 80, 0.35));
        color: #ffffff;
        border-top:3px solid rgba(16, 185, 129, 0.8);
    }
}

/* 隐藏原有的分页器 */
.swiper-pagination-banner-swiper-2 {
    display: none !important;
}

.title_line{
    width: 100px; height:3px; background-color:#4db560; margin-top: 15px;opacity: 0.6;
}

/* 零碳园区详情 */
.zero_wrappers{width: 60%; margin: 30px auto;}

.zero_content{
    display: flex; flex-direction: row; justify-content: space-between; flex-wrap: nowrap;
}

.zero_content_wrap{
    flex: 0 0 auto; 
    width: auto; 
}

.zero_item{
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
}

.zero_item2{
    display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; margin-top:12px
}

.zero_item img, .zero_item2 img{
    width: auto;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 5px;
}



/* 手机端 */
@media screen and (max-width: 480px) {
    .zero_wrappers{width: 80%; margin: 30px auto;}
    .zero_content {
        flex-direction: column;
    }
    
    .zero_content_wrap {
        width: 100%;
        min-width: auto;
    }

    .zero_item2{
        margin-top: 0;
    }
    
    .zero_item, 
    .zero_item2
    {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .zero_item img, 
    .zero_item2 img
    {
        height: 14px;
        margin-right: 3px;
        margin-top: 3px;
    }
}







