.website6 {}

.w6c_title {
    padding: 0 0 .6rem;
    text-align: center;
}

.w6c_title .w6c_tt {
    font-size: .96rem;
    line-height: 1.2rem;
    color: #fff;
}

.w6c_title .w6c_line {
    display: block;
    width: 1.76rem;
    height: .06rem;
    margin: .5rem auto 0;
}

/* 您需要真正好的手机网站 */
.w6c_01_bg {
    padding-top: .6rem;
    background: #f7f7f7;
}

.w6c_01_text {
    float: left;
    width: 48.75%;
    padding-top: 1.8rem;
    font-size: .28rem;
    line-height: .6rem;
}

.w6c_01_t {
    font-size: .96rem;
    color: #f73e2a;
    line-height: 1.2rem;
    padding-bottom: 1.5rem;
}

.w6c_01_d {}

.w6c_01_img {
    float: right;
    width: 51.25%;
}

@media (max-width: 1200px) {
    .w6c_01_text {
        padding-top: 1rem;
    }
}

@media (max-width: 992px) {
    .w6c_01_text {
        padding-top: 0;
    }

    .w6c_01_t {
        padding-bottom: .5rem;
    }
}

@media (max-width: 768px) {
    .w6c_01_text {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .w6c_01_t,
    .w6c_01_d {
        padding-bottom: .8rem;
    }

    .w6c_01_img {
        float: none;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .w6c_01_text {
        font-size: 14px;
        line-height: 18px;
    }
}




.w6c_02_bg {
    background: url(../images/mobile_station_bg2.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.w6c_02 {
    padding-top: 1rem;
}

.w6c_title span {
    background: #fff;
}

.w6c_02_list {
    padding: 1.6rem 0;
}

.w6c_02_list li {
    float: left;
    width: 33.3333333%;
    padding: .9rem 1.4rem 1.5rem;
}

.w6c_02_t {
    height: .84rem;
    font-size: .48rem;
    line-height: .84rem;
    color: #f73e2a;
    text-align: center;
    overflow: hidden;
}

.w6c_02_txt {
    height: .96rem;
    font-size: .28rem;
    line-height: .48rem;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .w6c_02_list li {
        padding: .9rem .7rem 1.5rem;
    }
}

@media (max-width: 992px) {
    .w6c_02_list li {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .w6c_02_t {
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }

    .w6c_02_txt {
        height: 40px;
        font-size: 13px;
        line-height: 20px;
    }
}

.w6c_03_bg {
    background: #f7f7f7;
}

.w6c_03_bg {
    padding-top: 1rem;
}

.w6c_03 .w6c_title .w6c_tt {
    color: #262626;
}

.w6c_03 .w6c_title span {
    background: #262626;
}

.w6c_03_list {
    padding-top: 1.8rem;
    background: url(../images/mobile_station_bg3.jpg) no-repeat center center;
    position: relative;
}

.w6c_03_l {
    float: left;
    width: 27.5%;
}

.w6c_03_r {
    float: right;
    width: 29.16666666666667%;
}

.w6c_03_list li {
    position: relative;
    padding: .3rem .4rem .4rem .6rem;
    margin-bottom: 1.5rem;
    border: 1px dashed #c8c8c8;
    border-radius: .1rem;
    background-color: #f0f0f0;
}

.w6c_03_r li {
    padding: .3rem .6rem .4rem .4rem;
    text-align: right;
}

.w6c_03_r .w6c_03_q {
    left: inherit;
    right: .3rem;
}

.w6c_03_q {
    position: absolute;
    left: .3rem;
    top: .3rem;
    font-size: .36rem;
    line-height: .76rem;
    color: #ffa000;
}

.w6c_03_t {
    height: .76rem;
    font-size: .48rem;
    line-height: .76rem;
    color: #30548e;
    overflow: hidden;
}

.w6c_03_txt {
    height: .52rem;
    font-size: 13px;
    line-height: .52rem;
    color: #666;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .w6c_03_l {
        width: 35.5%;
    }

    .w6c_03_r {
        width: 38.166667%;
    }
}

@media (max-width: 992px) {
    .w6c_03_l {
        width: 45.5%;
    }

    .w6c_03_r {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .w6c_03_list {
        padding-top: .8rem;
        background: none;
    }

    .w6c_03_l {
        float: none;
        width: 100%;
    }

    .w6c_03_r {
        float: none;
        width: 100%;
    }

    .w6c_03_list li {
        padding: .3rem 15px .4rem 23px !important;
        margin-bottom: .7rem;
    }

    .w6c_03_r li {
        text-align: left;
    }

    .w6c_03_q {
        left: 11px;
    }

    .w6c_03_r .w6c_03_q {
        left: .3rem;
        right: inherit;
    }
}

@media (max-width: 576px) {
    .w6c_03_q {
        font-size: 14px;
        line-height: 30px;
    }

    .w6c_03_t {
        height: auto;
        font-size: 18px;
        line-height: 30px;
        overflow: inherit;
    }

    .w6c_03_txt {
        height: auto;
        line-height: 20px;
        overflow: inherit;
    }
}


.w6c_04_bg {
    background: #feac0e no-repeat center center;
}

.w6c_04 {
    position: relative;
    padding-top: 3.4rem;
}

.w6c_04_img {
    float: left;
    width: 26.91666666666667%;
    margin-bottom: -1.8rem;
}

.w6c_04_txt {
    float: right;
    width: 64.58333333333333%;
}

.w6c_04_t {
    font-size: .96rem;
    line-height: 1.2rem;
    color: #fff;
    padding-bottom: .64rem;
}

.w6c_04_c {
    width: 82.87096774193548%;
    margin-bottom: .72rem;
    font-size: .48rem;
    line-height: .72rem;
    color: #2b1c00;
}

.w6c_04_list {}

.w6c_04_list li {
    float: left;
    width: 10.83870967741935%;
    margin-right: 5.67741935483871%;
    margin-bottom: .64rem;
}

@media (max-width: 992px) {
    .w6c_04_img {
        display: none;
    }

    .w6c_04_txt {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .w6c_04_t {
        text-align: center;
    }

    .w6c_04_c {
        width: 90%;
        margin: 0 auto .72rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .w6c_04_t {
        width: 90%;
        margin: 0 auto;
    }

    .w6c_04_c {
        font-size: 16px;
        line-height: 26px;
    }

    .w6c_04_list li {
        width: 20%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        margin-bottom: .64rem;
    }
}

.w6c_05 {
    padding: 3.3rem 0 5.4rem;
    background: url(../images/mobile_station_bg5.jpg) no-repeat right 167px;
}

.w6c_05_t {
    font-size: .96rem;
    line-height: 1.2rem;
    color: #f73e2a;
    padding-bottom: 1rem;
}

.w6c_05_list {
    width: 58.33333333333333%;
}

.w6c_05_list li {
    float: left;
    width: 50%;
    padding-left: .64rem;
    font-size: .32rem;
    line-height: .68rem;
    height: .68rem;
    color: #333;
    overflow: hidden;
    background: url(../images/mobile_station_libg_03.jpg) no-repeat left center;
    background-size: .36rem .36rem;
}

.w6c_05_list li.li {
    background: none;
}

@media (max-width: 1200px) {
    .w6c_05 {
        padding: 3.3rem 2.395833333333335% 5.4rem;
    }

    .w6c_05_list {
        width: 70.333333%;
    }
}

@media (max-width: 992px) {
    .w6c_05 {
        padding: 1rem 2.395833333333335%;
        background: none;
    }

    .w6c_05_list {
        width: 100%;
    }

    .w6c_05_list li.li {
        display: none;
    }
}

@media (max-width: 576px) {
    .w6c_05_list li {
        float: left;
        width: 50%;
        padding-left: 24px;
        font-size: 13px;
        line-height: 26px;
        height: 26px;
        background-size: 14px 14px;
    }
}

.w6c_06_bg {
    padding: 1rem 0 .8rem;
    background: #feac0e no-repeat center center;
}

.w6c_06_list {
    position: relative;
    margin-top: .6rem;
}

.w6c_06_list .swiper-slide {
    width: 20%;
}

.w6c_06_list .swiper-img {
    max-height: 9.1rem;
    padding: 22.08333333333333% 7.91666666666667% 19.58333333333333% 8.75%;
    background: url(../images/mobile_station_libg2.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.w6c_06_list .swiper-img img {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}

.w6c_06_list .swiper-text {
    padding: .2rem;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: center;
}

.w6c_06_list .swiper-button-prev,
.w6c_06_list .swiper-button-next {
    display: block;
    width: .96rem;
    height: 1.48rem;
    position: absolute;
    top: 50%;
    margin-top: -.74rem;
    outline: none;
}

.w6c_06_list .swiper-button-prev {
    background: url(../images/mobile_station_prev.jpg) no-repeat;
    left: -1.16rem;
}

.w6c_06_list .swiper-button-next {
    background: url(../images/mobile_station_next.jpg) no-repeat;
    right: -1.16rem;
}

@media (max-width: 1360px) {
    .w6c_06_list .swiper-button-prev,
    .w6c_06_list .swiper-button-next {
        display: none;
    }
}
@media (max-width: 992px) {
    .w6c_06_list .swiper-slide {
        width: 28.88888888888889%;
    }
}
@media (max-width: 768px) {
    .w6c_06_list .swiper-slide {
        width: 46.66666666666667%;
    }
    .w6c_06_list .swiper-img {
        padding: 1rem .38rem .92rem .4rem;
    }
}