.center_box .c_b_title {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.h_c_conent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 550px;
}

.c_b_contents {
    font-size: 20px;
    color: #000000;
    line-height: 54px;
    width: 85%;
    margin-top: 10px;
}

.right_img_box {}

.center_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_m_boxs {
    padding: 48px 0 0;
}

.c_m_b_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.c_m_b_b_left {
    position: relative;
}

.c_m_b_b_left .wus {
    position: absolute;
    z-index: 1;
    width: 350px;
    right: 150px;
    top: 30px;
}

.c_m_b_b_left img {
    width: 300px;
    height: auto;
    position: relative;
    z-index: 2;
}

.c_m_b_b_right {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    width: 45%;
}

.w500{
    width: 500px !important;
}