.mc_ban_pc::before {
    background: rgba(184, 214, 234, .1) !important;
}
.mc_ban_pc::after {
    background: linear-gradient(180deg, rgba(152, 184, 205, .4), rgba(184, 214, 234, 0)) !important;
}

/******能源管理**********/
.energy-text {
    margin-right: 125px !important;
}
.energy-title2 {
    margin-bottom: 42px !important;
}
.energy-desc1 {
    margin-bottom: 24px;
}
.energy-desc2 {

}
.energy-iconList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -6%;
}
.energy-iconList .energy-icon {
    /* width: 48px; */
    width: 23%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3%;
    margin-top: 5%;
}
.energy-iconList .energy-icon img {
    width: 48px;
    height: 48px;
}
.energy-iconList .energy-icon span {
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
    text-align: center;
}
.energy-right {
    align-self: flex-start;
    margin-top: 11%;
    text-align: right;
    margin-left: 0;
}
.energy-right .energy-right__img {
    margin-bottom: 18px;
}
.energy-right .energy-right__img img {
    width: 58px;
    height: 61px;
}
.energy-right > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
}

.energy-right > h3 {
    font-size: 36px;
    font-weight: bold;
    color: #C7000B;
}

/*******************/
.case-swiper__content {
    /* width: 100%;
    height: 642px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center; */

    width: 90%;
    height: 642px;
    margin-left: 10%;
    /* margin: 0 auto; */
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.case-swiper__content .swiper-container {
    width: 100%;
    height: 600px;
}
.case-swiper__content .caseswiper-button-prev-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    /* left: 90px; */
    left: -7%;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}
.case-swiper__content .caseswiper-button-next-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 90px;
    z-index: 10;
    cursor: pointer;
}
.case-swiper__content .case-swiper__info {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 0 4px;
}
.case-swiper__content .left-desc {
    /* width: 447px;
    margin-right: 295px; */
    width: 45%;
    padding-right: 18%;
}
.case-swiper__content .left-desc > h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.case-swiper__content .left-desc > h1:last-child {
    margin-bottom: 10px;
}

.case-swiper__content .left-desc > p:first-child {
    margin-top: 46px;
    font-size: 14px;
    color: #333333;
}
.case-swiper__content .left-desc > p {
    margin-top: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.case-swiper__content .right-img {
    width: 55%;
    height: 100%;
}
.case-swiper__content .right-img img {
    /* width: 900px;
    height: 500px; */
    width: 100%;
    height: 100%;
}
#intell-box .intell-content .equ-manage__text {
    padding-top: 8%;
    padding-right: 0;
    background: unset;
}
#intell-box .intell-content .equ-manage__text p {
    width: 90%;
}
#intell-box .equ-manage__img {
    background: unset;
}

.energy-desc-warp {
    position: relative;
}