.container {
    position: relative;
    background-color: #fff;
}

.ser_content1 {
    padding: 1rem 1.95rem 1.95rem 1.95rem;
}

.sc_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc_left .click_btn {
    border: 1px solid #DFDFDF;
    padding: 0.2rem 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_left .click_btn img {
    width: 20px;
    height: 20px;
    margin-right: 0.1rem;
}

.sc_left .click_btn .phone {
    font-size: 0.24rem;
    color: #379188;
    font-weight: bold;
}

.sc_card_list {
    margin-top: 1rem;
}

.sc_card_list .sc_card_ct {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.sc_card_list .sc_card_ct .sc_card {
    width: 4.94rem;
    height: 5.02rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.4rem;
    box-sizing: border-box;
    text-align: center;
    margin-right: 0.24rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sc_card_list .sc_card_ct .sc_card .title {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.24rem;
    font-weight: bold;
}

.sc_card_list .sc_card_ct .sc_card .desc {
    font-size: 0.18rem;
    color: #fff;
}

.sc_card_list .sc_card_ct .sc_card1 {
    background-image: url(../img/servicesupport/ser_view_1.png);
}

.sc_card_list .sc_card_ct .sc_card2 {
    background-image: url(../img/servicesupport/ser_view_2.png);
}

.sc_card_list .sc_card_ct .sc_card3 {
    background-image: url(../img/servicesupport/ser_view_3.png);
}

.sc_card_list .sc_card_ct .sc_card4 {
    background-image: url(../img/servicesupport/ser_view_4.png);
}

.sur_dz {
    margin-top: 2rem;
}

.sur_dz .dz_container {
    background-color: #F5F5F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.8rem;
    height: 6rem;
    margin-top: 0.8rem;
    position: relative;
}

.sur_dz .dz_container .dz_left {
    font-size: 0.3rem;
    color: #141414;
    font-weight: bold;
    max-width: 50%;
}

.sur_dz .dz_container .dz_left .desc {
    color: #707070;
    font-weight: 400;
    font-size: 0.18rem;
    max-width: 60%;
    margin-top: 0.33rem;
}

.sur_dz .dz_container .dz_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/servicesupport/ser_map.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sur_dz .dz_container .dz_right .dz_right_item {
    width: 1.9rem;
    height: 1.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.24rem;
    color: #141414;
    background-color: #dce1cadb;
    border-radius: 50%;
    font-weight: bold;
}

.dz_container .dz_tag_img {
    position: absolute;
    left: 0.4rem;
    bottom: -0.6rem;
    height: 1.37rem;
}

.sur_contact {
    display: flex;
    background-color: #F9F9F9;
    justify-content: space-between;
    align-items: center;
    height: 10.8rem;
    position: relative;
    padding-left: 1.95rem;
}

.sur_contact .sur_contact_left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1.11rem 0;
    box-sizing: border-box;
}

.sur_contact .sur_contact_left_center .hot_line {
    display: flex;
    margin-top: 0.75rem;
    flex-direction: column;
}

.sur_contact .sur_contact_left_center .hot_line img {
    width: 0.82rem;
    height: 0.82rem;
}

.sur_contact .sur_contact_left_center .hot_line .hot_line_number {
    font-size: 0.18rem;
    color: #00524C;
    margin-left: 0.23rem;
}

.sur_contact .sur_contact_left_center .hot_line .hot_line_number .hot_line_text {
    font-weight: bold;
    font-size: 0.5rem;
}

.sur_contact .sur_contact_left_center .hot_line .add_email {
    font-size: 0.18rem;
    color: #141414;
    margin-top: 0.4rem;
    line-height: 1.8;
}
.sur_contact .ggz_view {
    font-size: 0.16rem;
    color: #707070;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
}

.sur_contact .ggz_view img {
    margin-right: 0.1rem;
    max-width: 1rem;
}

.sur_contact .sur_contact_right {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/servicesupport/sur_nk.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* 移动端样式 */
@media screen and (max-width: 750px) {
    .ser_content1 {
        padding: 25px 0px 0px;
    }

    .sc_left {
        flex-direction: column;
        text-align: center;
    }

    .sc_left .in_xufu_lt  {
        margin-bottom: 20px;
    }

    .sc_card_list {
        margin-top: 20px;
    }

    .sc_card_list .sc_card_ct {
        flex-direction: column;
        margin-bottom: 0;
    }

    .sc_card_list .sc_card_ct .sc_card {
        width: 100%;
        margin-bottom: 10px;
    }

    .sur_dz {
        margin-top: 30px;
    }
    .sur_dz .in_xufu_lt  {
        text-align: center;
    }

    .sc_card_list .sc_card_ct .sc_card .desc {
        max-width: 70%;
    }

    .sur_dz .dz_container {
        flex-direction: column;
        height: auto;
        padding: 25px 20px;
    }

    .sur_dz .dz_container .dz_left .desc {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 15px;
    }

    .sur_dz .dz_container .dz_left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .sur_dz .dz_container .dz_left p:first-child {
        font-size: 20px;
        font-weight: bold;
    }

    .sur_dz .dz_container .dz_right {
        width: 100%;
        height: 300px;
    }

    .dz_container .dz_tag_img {
        bottom: 20px;
    }

    .sur_contact {
        flex-direction: column;
        padding: 0 20px;
        justify-content: flex-start;
        height: auto;
    }

    .sur_contact .sur_contact_left {
        padding: 30px 0px 0px;
        text-align: center;
    }

    .sur_contact .sur_contact_left_center {
        margin-top: 15px;
    }

    .sur_contact .sur_contact_left_center .hot_line {
        margin-top: 0px;
    }

    .sur_contact .sur_contact_left_center .hot_line .hot_line_number .hot_line_text {
        font-size: 30px;
    }

    .sur_contact .sur_contact_left_center .hot_line img {
        width: 30px;
        height: 30px;
    }

    .sur_contact .sur_contact_left_center .hot_line .hot_line_mb {
        justify-content: center;
        align-items: center;
    }

    .sur_contact .sur_contact_left_center .hot_line .hot_line_number {
        text-align: left;
    }

    .sur_contact .sur_contact_left_center .hot_line .add_email {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .sur_contact .sur_contact_right {
        width: 100%;
        height: 200px;
    }
}