.header_body p {
    width: 80%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin: 20px auto;
    font-style: normal;
}

.energy_flex_item1 {
    max-width: 241px;

}

.energy_flex_item1_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #1A2736;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.energy_flex_item1_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #37475A;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
}

.energy_box_1 {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 63px;
}

.energy_box_1_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.energy_box_1_top img {
    display: block;
    margin-right: 16px;
}

.energy_box_1_top_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #1A2736;
    /* line-height: 28px; */
    text-align: left;
    font-style: normal;
}

.energy_box_2_bottom_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #37475A;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
}

.energy_flex_item2 {
    max-width: 185px;
    min-height: 120px;
    background: #F4F7F9;
    border-radius: 4px;
    padding-left: 11px;
    padding-right: 9px;
    padding-bottom: 13px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
}

.energy_flex_item2_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #37475A;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}
.energy_flex_item2_active .energy_flex_item2_txt{
    color: #007FDF;
}
@media screen and (max-width:1160px) {

    .energy_flex_item1 {
        width: 80%;
        max-width: unset;
        margin-bottom: 20px;
    }
}