@charset "utf-8";

/* banner */

._power_banner {
    height: 440px;
    background: url('../imgs/power/power-banner.jpg') no-repeat center center / auto 100%;
}

._power_banner_main {
    height: 440px;
}

._power_banner_text {
    margin-left: 25px;
}

._power_banner_text>h3 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
}

._power_banner_text>h5 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-top: 28px;
    line-height: 1;
}

._s_head {
    padding-top: 35px;
    margin-bottom: 100px;
}

._s_head h3 {
    font-size: 40px;
    line-height: 1;
}

._s_head p {
    margin-top: 20px;
    font-size: 18px;
    color: #999;
    line-height: 1;
}

._power_section {
    padding-top: 100px;
    padding-bottom: 90px;
}

._power_section>p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 50px;
}


/* 1 */

._power1_item {
    flex-wrap: wrap;
}

._power1_item li {
    margin-bottom: 17px;
}

._power1_list_text {
    width: 391px;
    height: 51px;
    background: #d72a2a;
    font-size: 18px;
    color: #fff;
}


/* 2 */

._power2 {
    background: #f2f2f2;
}

._power2_item {
    flex-wrap: wrap;
}

._power2_item li {
    margin-bottom: 10px;
    overflow: hidden;
    width: 232px;
    height: 130px;
}

._power2_item li>img {
    transition: all linear 0.2s;
}

._power2_item li:hover>img {
    transform: scale(1.15);
}


/* 3 */

._power3 {
    padding-bottom: 0;
}

._power3_item li {
    height: 360px;
    overflow: hidden;
}