.website3 {}

.w3c_01_bg {
    background: url(../images/w3c_01_bg.jpg) no-repeat center top;
    background-size: cover;
}

.w3c_01 {
    position: relative;
    height: 8rem;
}

.w3c_01_text {
    position: absolute;
    top: 50%;
    left: .32rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w3c_01_t {
    font-size: .96rem;
    line-height: 1.4rem;
}

.w3c_01_p {
    font-size: .6rem;
    line-height: 1rem;
    color: #999;
}

@media (max-width: 1566px) {}

.w3c_02_bg {
    padding-bottom: .8rem;
}

.w3c_03_bg {
    padding: 0 .2rem;
}

.w3c_03_list {
    padding: 2.2rem 0;
}

.w3c_03_item {
    position: relative;
    float: left;
    width: 17.36842105263158%;
    margin: 0 1.31578947368421%;
}

.w3c_03_item img {
    width: 100%;
    border-radius: .24rem;
}

.w3c_03_p {
    position: absolute;
    top: 20%;
    height: 2.88rem;
    max-height: 5.04rem;
    padding: 0 7.57575757575758%;
    font-size: .36rem;
    line-height: .72rem;
    color: #eee;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .w3c_03_item {
        width: 22.36842105263158%;
        margin-bottom: .5rem;
    }
}

/* @media (max-width: 1200px) {
    .w3c_03_item {
        width: 22.36842105263158%;
        margin-bottom: .5rem;
    }
} */
@media (max-width: 992px) {
    .w3c_03_item {
        width: 30.70175438563158%;
    }
}

@media (max-width: 768px) {
    .w3c_03_item {
        width: 47.36842105263158%;
    }

    .w3c_03_p {
        height: auto;

    }
}

.w3c_04 {
    width: 1620px;
    margin: 0 auto;
}
.w3c_04_list {
    padding: 1rem 0 2rem;
}
.w3c_04_item {
    position: relative;
    width: 74.07407407407407%;
    margin-bottom: .8rem;
    box-shadow: 0 0 .16rem #d2d2d2;
}
.w3c_04_number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 100%;
    font-size: 1.44rem;
    color: #fff;
    background-color: #000;
}
.w3c_04_text {
    padding: .6rem .5rem .7rem;
}
.w3c_04_t {
    margin-bottom: .24rem;
    font-size: 18px;
    line-height: 26px;
    color: #F73E2A;
}
.w3c_04_p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.w3c_04_il {
    float: left;
    padding-left: 3rem;
}
.w3c_04_ir {
    float: right;
    padding-right: 3rem;
    text-align: right;
}
.w3c_04_ir .w3c_04_number {
    left: inherit;
    right: 0;
}
.w3c_04_c1 .w3c_04_number {
    background-color: #000;
}
.w3c_04_c2 .w3c_04_number {
    background-color: #434343;
}
.w3c_04_c3 .w3c_04_number {
    background-color: #707070;
}

@media (max-width: 1620px) {
    .w3c_04 {
        width: 100%;
        padding: 0 2.395833333333335%;
    }
}
@media (max-width: 768px) {
    .w3c_04_item {
        width: 100%;
    }
}

.w3c_05_title {
    padding-top: 1.5rem;
    text-align: center;
}
.w3c_05_p {
    font-size: .52rem;
    line-height: .88rem;
    color: #414042;
}
.w3c_05_t {
    font-size: 1.68rem;
    line-height: 1.88rem;
    color: #F73E2A;
}
.w3c_05_list {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 1.7rem 0 .3rem;
}
.w3c_05_item {
    display: flex;
    align-items: center;
    flex-basis: 33.333333333%;
    background-color: #eee;
    overflow: hidden;
}
.w3c_05_inner {
    padding: 0 12.5%;
    text-align: center;
}
.w3c_05_inner img {
    width: 1.6rem;
    min-width: 50px;
    margin-bottom: .5rem;
}

.w3c_05_tt {
    height: .6rem;
    margin-bottom: .2rem;
    font-size: .48rem;
    line-height: .6rem;
    color: #333;
    overflow: hidden;
}
.w3c_05_tp {
    max-height: 96px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
    overflow: hidden;
}

@media (max-width: 992px) {
    .w3c_05_item {
        flex-basis: 50%;
    }
}
@media (max-width: 768px) {
    .w3c_05_item {
        flex-basis: 100%;
    }
    .w3c_05_inner {
        padding: 1rem 5%;
    }
    .w3c_05_tt {
        height: auto;
        font-size: 20px;
        line-height: 30px;
    }
    .w3c_05_tp {
        max-height: inherit;
    }
}




