.con .c {
    height: auto;
    overflow: hidden;
    background: url("../images/bg4.png") no-repeat 0 127px;
    background-size: 320px 320px;
    margin: 0 157px;
    display: flex;
    flex-direction: row;
    margin-top: 108px;
    padding-bottom: 50px;
}

.con .c .l {
    width: 530px;
    height: auto;
    position: relative;
}

.con .c .l .bg {
    width: 320px;
    height: 320px;
    position: absolute;
    background: url("../images/bg3.png") no-repeat top right;
    background-size: 320px 320px;
    right: 0;
    top: 0;
}

.con .c .l img {
    width: 515px;
    height: 445px;
    vertical-align: top;
    margin-top: 65px;
    margin-left: 15px;
    position: relative;
    z-index: 10;
}

.con .c .r {
    height: auto;
    overflow: hidden;
    flex: 1;
}

.con .c .r .cBox {
    width: 480px;
    height: auto;
    overflow: hidden;
    margin-left: 70px;
}

.con .c .r .cBox h3 {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #AD79AE;
    font-weight: bold;
    margin-bottom: 32px;
}

.con .c .r .cBox p {
    height: auto;
    font-size: 12px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .con .c {
        margin: 0px;
        background: url("../images/bg4.png") no-repeat -80px 120px;
        background-size: 320px 320px;
        display: block;
    }

    .con .c .l {
        width: 100%;
    }

    .con .c .l img {
        width: 100%;
        height: auto;
    }

    .con .c .l .bg {
        right: -80px;
    }

    .con .c .r .cBox {
        width: auto;
        margin-left: 0px;
        margin-top: 80px;
    }
}
