.content_c1 {
    background-color: #F2F6F9 !important;
    padding-bottom: 100px !important;
}

.content_c {
    background: no-repeat center/cover;
}

.down_list {
    display: flex;
    flex-wrap: wrap;
}

.content_c {
    padding: 40px 0;
}

.down_list_one {
    width: 32%;
    margin-right: 2%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(119, 119, 119, 0.09);
    padding: 23px 0;
    cursor: pointer;
    margin-bottom: 30px;
}

.down_list_one_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dlist_o_left {
    width: 80%;
    max-width: 80%;
    padding: 0 20px;
    border-right: 1px solid #ECECEC;
}

.dlist_o_right {
    padding: 0 20px;
    width: 21%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.dlist_o_left_p1 {
    margin-bottom: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dlist_o_left_p2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.down_list_one:hover .dlist_o_left_p1 {
    color: #B50000;
}

.show_no {
    display: none;
    transition: all 0.5s;
}

.down_list_one:hover .show_de {
    display: none;
    transition: all 0.5s;
}

.down_list_one:hover .show_no {
    display: block;
    transition: all 0.5s;
}

.page_f_pc {
    justify-content: flex-end;
}

.service2_all {
    text-align: center;
}

.service2_all_title {
    color: #121212;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px
}


/*网络销售*/

.content_c2 {
    margin-bottom: 30px;
}

.service2_all {
    position: relative;
}

.text_service2 {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}


/*服务体系*/

.content_c3 {
    background-size: 100% auto !important;
    background-position: 0 100% !important;
    position: relative;
    padding: 60px 0;
}

.content_c3_yx1 {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 15.7%;
}

.content_c3_yx2 {
    position: absolute;
    left: -8%;
    z-index: 1;
    top: -3.5%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.lin_c3 {
    width: 60px;
    height: 4px;
    background: #B50000;
    margin-bottom: 20px;
}

.c3_one_left,
.c3_one_right {
    position: relative;
}

.c3_one_left_h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.clear {
    clear: both
}

.no_show img {
    opacity: 0;
}

.c3_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c3_left_desc {
    margin-top: 20px;
    text-align: justify;
}
.c3_left_desc1 p{
    font-size: 18px;color: #5A5A5A;line-height: 36px;
}
.c3_one_left {
    width: 50%;
}
.c3_left_desc2 p{
    font-size: 18px;color: #5A5A5A;
}
.c3_left_desc2 ul{
    margin-top: 20px;list-style: disc;margin-left: 20px;
}
.c3_left_desc2 ul li{
    list-style: disc;font-size: 18px;color: #5A5A5A; line-height: 36px;
}
.c3_left_desc2m p{
    font-size: 14px;color: #5A5A5A;line-height: 24px;
}
.c3_left_desc2m ul{
    list-style: disc;margin-left: 20px;
}
.c3_left_desc2m ul li{
    list-style: disc;font-size: 14px;color: #5A5A5A; line-height: 24px;
}

.c3_left_desc3 ul{
    margin-top: 20px;list-style: disc;margin-left: 20px;
}
.c3_left_desc3 ul li{
    list-style: disc;font-size: 18px;color: #5A5A5A; line-height: 36px;
}
.c3_left_desc3m ul{
    list-style: disc;margin-left: 20px;
}
.c3_left_desc3m ul li{
    list-style: disc;font-size: 14px;color: #5A5A5A; line-height: 24px;
}
.content_c3_one {
    margin-bottom: 100px;
}

.content_c3_one:last-child {
    margin-bottom: 0;
}

.c3_one_right {
    width: 45%;
    overflow: hidden;
}

.c3_one_right img {
    width: 100%;
    transition: all 0.5s;
}

.content_c3_one:hover .c3_one_right img {
    transform: scale(1.09);
    transition: all 0.5s;
}


/* .content_c3_one:nth-child(1n) .c3_one_right {
    text-align: right;
}

.content_c3_one:nth-child(2n) .c3_one_right {
    text-align: left;
} */

@media(min-width:1024px) {
    .down_list_one:nth-child(3n) {
        margin-right: 0px;
    }
}

@media(max-width:1024px) {
    .down_list {
        display: block;
        margin-bottom: -0.4rem;
        border: 1px solid transparent;
    }
    .down_list_one {
        width: 100%;
        padding: 0.575rem 0;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
    .dlist_o_left {
        padding: 0 0.75rem;
        max-width: 78%;
    }
    .dlist_o_right {
        width: 22%;
    }
    .content_c {
        padding: 1rem 0;
    }
    .dlist_o_left_p1 {
        font-size: 0.57rem;
        line-height: 0.9rem;
        margin-bottom: 0.4rem;
    }
    .content_c1 {
        background-image: url('../image/sl_back_m.png') !important;
        padding-bottom: 2.5rem !important;
    }
    /*网络销售*/
    .text_service2 {
        position: static;
        transform: translate(0);
        text-align: left;
    }
    .service2_info {
        background-image: url('../image/map_m.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .service2_info {
        margin-top: 0.2rem;
    }
    .c3_one_left,
    .c3_one_right {
        float: none;
        width: 100%;
    }
    .content_c3_one {
        margin-bottom: 2rem;
    }
    .lin_c3 {
        width: 1.8rem;
        height: 0.1rem;
        background: #B50000;
        margin-bottom: 0.5rem;
    }
    .c3_one_left_h3 {
        font-size: 1rem;
    }
    .no_show {
        display: none;
    }
    .c3_text {
        position: static;
        transform: translate(0, 0)
    }
    .content_c3_yx img {
        max-width: 119px;
    }
    .content_c3_yx2 {
        top: 0.5%;
        left: -18%;
    }
    .c3_left_desc {
        margin-top: 0.5rem;
    }
    .c3_one_right {
        margin-top: 1rem;
    }
    .content_c3 {
        padding-bottom: 2rem;
    }
}