.w1280 {
    width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .w1280 {
        width: 100%;
        padding: 0 2.395833333333335%;
    }
}
.w8c_title {
    text-align: center;
}
.w8c_t {
    font-weight: 700;
    font-size: .72rem;
    line-height: .92rem;
    color: #000;
}
.w8c_t span {
    color: #F73E2A;
}
.w8c_line {
    display: block;
    width: 6rem;
    height: .04rem;
    margin: .36rem auto .6rem;
    background-color: #000;
}
.w8c_p {
    font-size: .36rem;
    line-height: .72rem;
    color: #666;
}
.w8c_fb {
    margin-top: 1.1rem;
    border-top: .04rem solid #e5e5e5;
    padding: .24rem .2rem 0 .2rem;
    font-size: .28rem;
    text-align: left;
}

.website8 {}

.w8c_01_bg {
    padding: 2.9rem 0 3.8rem;
    background: url(../images/w8c_01_bg.jpg) no-repeat center top;
    background-size: cover;
}

.w8c_01 {
    position: relative;
    height: 8rem;
}

.w8c_01_text {
    position: absolute;
    top: 50%;
    left: .8rem;
    width: 93.703125%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.w8c_01_d {
    display: block;
    font-size: .6rem;
    line-height: 1.16rem;
    color: #fff;
}
.w8c_01_t {
    display: inline-block;
    padding-right: 1.68rem;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #fff;
    border-bottom: .04rem solid #fff;
}
.w8c_01_t span {
    color: #0088FF;
}
.w8c_01_s {
    display: block;
    margin-bottom: 1.2rem;
    font-size: .48rem;
    line-height: 1.04rem;
    color: #fff;
}
.w8c_01_p {
    font-size: .36rem;
    line-height: .72rem;
    color: #84C4FC;
}

.w8c_01_ul {
    margin: 0 0 .4rem;
    font-size: .36rem;
    line-height: .68rem;
    color: #fff;
}
@media (max-width: 576px) {
    .w8c_01_ul {
        font-size: 12px;
        line-height: 20px;
    }
}


.w8c_02_bg {
    padding: 3.4rem 0 0;
}
.w8c_02>img {
    margin-top: .4rem;
}
.w8c_02 .w8c_title {
    width: 93.75%;
    margin: 0 auto;
}
.w8c_02_list {
    padding: 1.5rem 7.1875% 0;
}
.w8c_02_list li {
    float: left;
    width: 14.28571428571429%;
    padding: .6rem 0;
}
.w8c_02_text {
    font-size: .48rem;
    line-height: .8rem;
    color: #333;
    text-align: center;
}
.w8c_02_text img {
    width: 2.4rem;
    min-width: 65px;
    margin-bottom: .23rem;
}
@media (max-width: 1200px) {
    .w8c_02_list li {
        width: 20%;
    }
}
@media (max-width: 992px) {
    .w8c_02_list li {
        width: 25%;
    }
}
@media (max-width: 768px) {
    /* .w8c_02_list li {
        width: 33.3333333333%;
    } */
}

.w8c_03_bg {
    padding-top: 2.5rem;
}
.w8c_03 .w8c_title {
    width: 93.75%;
    margin: 0 auto;
}
.w8c_03_list {
    padding: 1.6rem 0 1.9rem;
}
.w8c_03_item {
    float: left;
    width: 33.333333333%;
    padding: .6rem 3.125%;
    text-align: center;
}
.w8c_03_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    min-width: 40px;
    height: 1.2rem;
    min-height: 40px;
    margin: 0 auto .3rem;
    font-size: .48rem;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.w8c_03_tt {
    margin-bottom: .48rem;
    font-size: .48rem;
    line-height: .72rem;
    color: #333; 
}
.w8c_03_tp {
    font-size: .28rem;
    line-height: .72rem;
    color: #666; 
}
@media (max-width: 576px) {
    .w8c_03_item {
        width: 100%;
    }
}