.website4 {}

.w4c_01_bg {
    background: url(../images/w4c_01_bg.jpg) no-repeat center top;
    background-size: cover;
}

.w4c_01 {
    position: relative;
    height: 8rem;
}

.w4c_01_text {
    position: absolute;
    top: 50%;
    left: .8rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w4c_01_t {
    font-size: .96rem;
    line-height: 1.08rem;
}

.w4c_01_p {
    margin-bottom: .8rem;
    font-size: .46rem;
    line-height: 24px;
    color: #F73E2A;
}

.w4c_01_ul {
    margin: 0 0 .4rem;
    font-size: .36rem;
    line-height: .68rem;
    color: #fff;
}
@media (max-width: 576px) {
    .w4c_01_ul {
        font-size: 12px;
        line-height: 20px;
    }
}


.w4c_02_bg {}

.w4c_02 {}

.w4c_02_l {
    float: left;
    width: 37.5%;
    padding: 1.1rem 4.42708333333333% 0 2.60416666666667%;
}

.w4c_02_lt {
    margin-bottom: .9rem;
    font-weight: 900;
    font-style: italic;
    font-size: .96rem;
    line-height: 1rem;
    color: #999;
    text-transform: uppercase;
}

.w4c_02_ul {
    margin: 0;
}

.w4c_02_ul li {
    margin-bottom: 1.2rem;
}

.w4c_02_tt {
    height: .84rem;
    font-size: .48rem;
    line-height: .84rem;
    color: #333;
    overflow: hidden;
}

.w4c_02_tt span {
    color: #F73E2A;
}

.w4c_02_tp {
    height: .72rem;
    font-size: .36rem;
    line-height: .72rem;
    color: #666;
    overflow: hidden;
}

.w4c_02_r {
    float: right;
    width: 62.5%;
}

@media (max-width: 1366px) {
    .w4c_02_l {
        float: none;
        width: 100%;
    }

    .w4c_02_ul li {
        float: left;
        width: 50%;
        padding: 0 2.5%;
    }

    .w4c_02_tp {
        height: 1.44rem;
        font-size: .36rem;
        line-height: .72rem;
        color: #666;
        overflow: hidden;
    }

    .w4c_02_r {
        display: none;
    }
}

@media (max-width: 992px) {
    .w4c_02_ul li {
        width: 100%;
        padding: 0;
    }

    .w4c_02_tp {
        height: auto;
    }
}
@media (max-width: 576px) {
    .w4c_02_lt {
        font-size: 28px;
        line-height: 30px;
    }
    .w4c_02_tt {
        height: auto;
        font-size: 16px;
        line-height: 26px;
    }
    .w4c_02_tp {
        height: auto;
        font-size: 14px;
        line-height: 24px;
    }
}


.w4c_03 {
    padding: 0 2.60416666666667%;
}

.w4c_03 .w1c_p_list {
    padding: 0;
    font-size: .48rem;
    /* letter-spacing: .6rem; */
}

.w4c_03_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 0 1.8rem;
}

.w4c_03_item {
    flex-basis: 20%;
    padding: .6rem 0;
}

.w4c_03_inner {
    padding: 0 10.241758%;
    text-align: center;
}

.w4c_03_inner img {
    width: 50px;
    margin-bottom: .3rem;
}

.w4c_03_tt {
    height: .64rem;
    margin-bottom: .2rem;
    font-size: .48rem;
    line-height: .64rem;
    color: #000;
    overflow: hidden;
}

.w4c_03_tp {
    height: 2.56rem;
    font-size: .32rem;
    line-height: .64rem;
    color: #333;
    overflow: hidden;
}

@media (max-width: 1400px) {
    .w4c_03_item {
        flex-basis: 25%;
    }
}

@media (max-width: 1200px) {
    .w4c_03_item {
        flex-basis: 33.333333333%;
    }
}

@media (max-width: 768px) {
    .w4c_03_item {
        flex-basis: 50%;
    }
}

@media (max-width: 576px) {
    .w4c_03 .w1c_p_list {
        font-size: 16px;
        line-height: 24px;
    }

    .w4c_03_item {
        flex-basis: 100%;
    }

    .w4c_03_tt {
        height: auto;
        font-size: 18px;
        line-height: 24px;
    }

    .w4c_03_tp {
        height: auto;
        font-size: 14px;
        line-height: 24px;

    }
}

.w4c_04_list {
    padding: 1.3rem 0 .1rem;
}
.w4c_04_item {
    float: left;
    width: 50%;
}
@media (max-width: 992px) {
    .w4c_04_item {
        float: none;
        width: 100%;
    }
}