.wrap {
    padding-top: 64px;
    overflow: hidden;
    background-color: #f8f8fb;
}

.content {
    background-color: #fff;
    width: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 主体右侧 */
.right {
    width: 100%;
}

.right p {
    margin-bottom: 40px;
}

.right img {
    width: 100%;
    margin-bottom: 87px;
}

.right .img-desc {
    text-align: center;
    margin-bottom: 105px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.right .title {
    font-weight: 500;
    font-size: 40px;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 16px;
}
