.SchemeLeft h3 {
    margin-top: 33px;
}

.productHeart {
    width: 100%;
    background: url(/images/temperature4.png) no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
}

.product {
    height: 100%;
    padding: 6% 20px 10% 20px;

}

.product h4 {

    color: #254273;
    width: 100%;

    text-align: center;
    font-weight: bold;
    font-family: Verdana-Bold, Verdana;
    font-size: 28px;
}

.product h3 {
    margin-top: 14px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
}

.product p {
    margin-top: 6%;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-family: Verdana-Bold, Verdana;
    font-size: 18px;
    font-weight: 300;
}

.power_stationHeart {
    background: url('/images/temperature8.png') no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
    padding: 10% 0 8% 0;
}

.power_station {
    display: flex;
    flex-wrap: wrap;

}

.power_station .station_left,
.power_station .station_right {
    width: calc(50% - 20px);
}

.power_station .station_right img {
    height: 761px;
}

/* .power_station .station_left img, */
.power_station .station_right img {
    width: 100%;
}

.power_station .station_left {
    margin-right: 40px;
}

.station_left h3 {

    font-size: 36px;
    font-family: Verdana-Bold, Verdana;
    font-weight: bold;
    color: #3991E9;
}

.station_left h4 {
    margin-top: 10px;
    font-size: 28px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
}

.station_left .gang {
    margin-top: 10px;
    width: 54px;
    height: 8px;
    background: #3991E9;
}

.station_left .title {
    margin: 64px 0 64px 0;
    max-width: 585px;
    font-size: 18px;
    color: #101C31;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.distribution_bottomHeart {
    background: #F6FAFE;

}

.distribution_bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 8% 20px 10% 20px;

}

.distribution_bottom .distribution_item {
    width: calc(20% - 20px);
    height: 348px;
    background: #FFFFFF;
    border-radius: 11px 11px 0px 0px;
    margin-right: 24px;
}

.distribution_bottom .distribution_item:last-child {
    margin-right: 0;
}

.distribution_itemTop {
    width: 100%;
    text-align: center;
    height: 332px;

}

.distribution_itemTop img {
    margin-top: 54px;
}

.distribution_itemTop .step {
    margin-top: 28px;
    font-size: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #1C376A;
}

.distribution_itemTop .title {
    margin-top: 12px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.distribution_itemTop .gang {
    /* margin-top: 10px; */
    margin: 12px auto;
    width: 24px;
    height: 4px;
    background: #E98839;
}

.distribution_itemBottom {
    width: 100%;
    height: 16px;
    background: linear-gradient(180deg, rgba(57, 145, 233, 0.12) 0%, rgba(57, 145, 233, 0.58) 100%);
}

@media screen and (max-width: 900px) {
    .power_station .station_right img {
        height: auto;
    }

    .distribution_bottom .distribution_item {
        width: calc(50% - 12px);
    }

    .distribution_bottom .distribution_item:nth-child(2),
    .distribution_bottom .distribution_item:nth-child(4) {
        margin-right: 0;

    }


    .distribution_bottom .distribution_item:nth-child(3),
    .distribution_bottom .distribution_item:nth-child(4),
    .distribution_bottom .distribution_item:nth-child(5) {
        margin-top: 20px;
    }



    .power_station .station_left,
    .power_station .station_right {
        width: 100%;
        margin-right: 0;
    }

    .power_station .station_right {
        margin-top: 40px;
    }

    .station_left .title {
        margin: 20px 0 20px 0;
    }

    .station_left h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .schemesIm .SchemeLefts {
        top: 287px !important;
    }

    .schemesIm {
        height: 583px !important;
    }
}