.carousel-inner .banner-video {
    width: 100%;
    height: auto;
}
.indust-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 58%;
    left: 48%;
    border: none;
    border-radius: 50%;
    width: 100px;
    aspect-ratio: 1 / 1;
    background-color: #ffffff45;
    color: #fff;
    z-index: 9;
    font-size: 30px;
    cursor: pointer;
}
.indust-button i {
    /*margin: 12px 14px;*/
}
.indust-title {
    width: 60%;
    text-align: center;
    position: absolute;
    bottom: 0;
    transform: translate(34%, 0px);
    background-color: #fff;
}
.indust-title h1 {
    
}
.indust-title h2 {
    line-height: 2em;
}
.indust-title p {
    padding: 0 6em;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.indust-sort {
    width: 100%;
    background-color: #fff;
}

.indust-sort-box {
    padding: 4em;
    width: 90%;
    margin: 0 auto;
}
.indust-sort-box ul {
    display: flex;
    gap: 5em;
    flex-wrap: wrap;
    width: 100%;
}
.indust-sort-box ul li {
    width: 30%;
    text-align: center;
}
.indust-sort-box ul li a {
    
}
.indust-sort-box ul li a img {
    width: 25%;
}
.indust-sort-box ul li a p {
    font-size: 1.2em;
    line-height: 3em;
}
.module-box {
    width: 100%;
}
.module-box .items-box {
    width: 100%;
}
.module-box .module-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 6em 0;
}
.module-box .module-items .item-one {
    width: 45%;
    padding-left: 50px;
}
.module-items .item-one h2 {
    /*line-height: 4em;*/
}
.module-items .item-one .module-txt-warp {
    padding-right: 50px;
}
.module-items .item-one .module-txt-warp div span {
    font-size: 1.2em;
    line-height: 1.7em;
}
.module-box .module-items .item-two {
    width: 45%;
}
.module-box .module-items .item-two img {
    width: 100%;
}
.module-box .items-box:nth-child(2n) {
    background: #fff;
}
.module-box .items-box:nth-child(2n) .module-items {
    flex-direction: row-reverse;
}

.part-lists {
    width: 100%;
    padding: 5em 0;
    background-color: #fff;
}
.part-content-box {
    width: 90%;
    margin: 0 auto;
}
.part-ul {
    width: 100%;
    gap: 5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part-ul .part-li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    text-align: center;
}
.part-ul .part-li img {
    width: 55%;
}
.part-ul .part-li .part-txt-tit {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 3em;
}
.part-ul .part-li .part-txt {
    padding: 0 4em;
    text-align: left;
    line-height: 1.5em;
}

.about-scenarios {
    width: 100%;
    padding: 5em 0;
}
.about-scenarios-box {
    width: 90%;
    margin: 0 auto;
}
.about-scenarios-box .about-scenarios-title {
    text-align: center;
    font-weight: bold;
}
.about-scenarios-eng-tit {
    text-align: center;
    padding-bottom: 3em;
    font-size: 24px;
}
.scenarios-content-carousel-content {
    
}
.scenarios-content-card {
    display: flex;
    gap: 80px;
    transition: transform 0.5s ease; 
}
.about-scenarios-content {
    flex: 0 0 calc((100% - 160px) / 3);
    background: #fff;
}
.about-scenarios-content img {
    width: 100%;
}
.scenarios-content-title {
    margin-top: 15px;
    text-align: center;
    /*line-height: 3em;*/
}
.scenarios-content-text {
    padding: 0 30px;
    /*max-height: 20em;*/
    min-height: 12em;
    padding-bottom: 15px;
}


.separator {
    position: absolute;
    width: 10%;
    height: 1px;
    background: black;
    margin: 0px auto;
    transform: rotate(-75deg);
    transform-origin: center;
}
@media (max-width: 1023px) {
    .separator {
        width: 19%; /* 增加宽度 */
    }
}
/* 小型笔记本（1024px ~ 1366px） */
@media (max-width: 1366px) and (min-width: 1024px) {
    .separator {
        width: 19%; /* 增加宽度 */
    }
}

/* 中型笔记本（1367px ~ 1920px） */
@media (max-width: 1920px) and (min-width: 1367px) {
    .separator {
        width: 12%; /* 默认宽度 */
    }
}

/* 大型台式显示器（大于1920px） */
@media (min-width: 1921px) {
    .separator {
        width: 8%; /* 缩小宽度 */
    }
}








