.content {
    width: 1100px;
    margin: auto;
}

.con_a {
    display: flex;
    height: 515px;
}

.con_a>div {
    width: 50%;
}

.con_a>div:nth-last-child(1) {
    background-image: url("../image/customer/c_a.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.ewm_box {
    margin-top: 130px;
    margin-left: 70px;
    width: 330px;
    height: 312px;
    border-radius: 22px;
    background: #D8D8D8;
    padding: 32px 17px 38px 50px;
    box-sizing: border-box;

}

.ewm_top {
    display: flex;
    margin-bottom: 43px;
}

.top_r {
    margin-left: 18px;
    padding-top: 50px;
}

.ewm_line {
    width: 22px;
    height: 1px;
    background-color: #EB6231;
}

.top_text {
    font-size: 18px;
    color: #616161;
    margin-top: 12px;
}

.ewm_text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 24px;
    color: #5A5A5A;
}

.con_b {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    color: #0C0C0C;
    height: 300px;
    background-color: #d8d8d8;
    box-sizing: border-box;
}

.cb_line {
    background-color: #EB6231;
    width: 1px;
    height: 18px;
    margin: 0 17px;
}

.con_c {
    height: 300px;
    background-color: #d8d8d8;
    display: flex;
    justify-content: space-between;
}

.c_img1 {
    height: 360px;
}

.c_img2 {
    height: 360px;
}

.c_box1 {
    margin-top: -150px;
    position: relative;
}

.c_box2 {
    margin-top: -150px;
    position: relative;
}

.p_box {
    position: absolute;
    top: 42px;
    left: 67px;
    color: #9E9E9E;
    line-height: 36px;
}

.zfx {
    width: 15px;
    height: 15px;
    background-color: #EB6231;
    margin-bottom: 10px;
}

.con_d {
    padding: 60px 0 80px 0;
    background-color: #f8f8f8;
    position: relative;
}
