.stationbg img {
    width: 100%;
    padding: 0 0 70px 0;
}

.SchemeRights h3 {
    margin-top: 40px;
}

.productHeart {
    width: 100%;
    background: url(/images/temperature4.png) no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
}

.product {
    height: 100%;
    padding: 5% 20px 12% 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;
}

.schemeSteps {
    display: flex;
    flex-wrap: wrap;
    padding: 10% 20px 10% 20px;

}

.schemeSteps .schemeStepsSon {
    margin-right: 16px;
    width: calc(25% - 12px);

    padding: 12px;
    padding-bottom: 31px;
    background: #FFFFFF;
    border-radius: 11px 11px 0px 0px;
    border: 1px solid #979797;

}

.schemeSteps .schemeStepsSon:last-child {
    margin-right: 0;
}

.schemeSteps .schemeStepsSon .Stepsround {
    /* width: 184px; */
    width: 100%;
}

.schemeStepsSon p {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #1C376A;
    font-family: SourceHanSansCN, SourceHanSansCN;

}

.schemeStepsSon .gang {
    width: 24px;
    height: 4px;
    background: #E98839;
    margin: 12px auto;
}

.schemeStepsSon .steptitle {
    margin-top: 0;
    font-size: 16px;
    color: #000;
}

.schemeStepsSon .steptitle2 {
    margin-top: 12px;
    font-size: 16px;
    color: #000;
}

.windpower_bottomHeart {
    width: 100%;
    background: #F6FAFE;
}

.windpower_bottom {
    padding: 66px 30px 109px 30px;
}

@media screen and (max-width: 768px) {
    .schemeSteps .schemeStepsSon {
        width: calc(50% - 8px);
    }

    .schemeSteps .schemeStepsSon:nth-child(2) {
        margin-right: 0;
    }

    .schemeSteps .schemeStepsSon:nth-child(3),
    .schemeSteps .schemeStepsSon:nth-child(4) {
        margin-top: 20px;
    }

    .SchemeRights h3 {
        margin-top: 10px;
    }

    .schemesIm .SchemeLefts {
        top: 274px !important;
    }

    .schemesIm {
        height: 800px !important;
    }

    #Schemes .SchemeLefts {
        padding-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .schemeSteps .schemeStepsSon {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px) {
    .schemesIm .SchemeLefts {
        top: 240px !important;
    }

    .schemesIm {
        height: 550px !important;
    }
}