/* 权益 */

.wrap_qy {
    margin-top: 115px;
}

.wrap_qy:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/benefits.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.biaos {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
}

.biaos ul li {
    height: auto;
    padding: 30px 0;
    border-bottom: solid 4px #3192bd;
    position: relative;
}

.biaos ul li img {
    max-width: 630px;
}

.biaos ul li .reportimg {
    width: 200px;
}

.biaos li h6 {
    color: #fff;
    font-size: 20px;
    line-height: 2;
    float: left;
    width: 80%;
    font-weight: bold;
}

.biaos li div {
    width: 20%;
    float: right;
    font-size: 60px;
    text-align: right;
    color: #fff;
}

.biaos ul li p {
    line-height: 2;
    font-size: 15px;
    width: 80%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.bene {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border: solid 20px #fff;
}

.bene p {
    font-size: 15px;
    line-height: 2;
}

@media screen and (max-width:768px) {
    .wrap_qy {
        margin-top: 50px;
    }
    .biaos {
        width: 100%;
        padding: 0 15px 50px 15px;
    }
    .bene {
        padding: 15px;
        border: solid 10px #fff
    }
    .bene p {
        font-size: 14px;
        line-height: 2;
    }
    .biaos li div {
        width: 24%;
        float: right;
        font-size: 45px;
        text-align: right;
        color: #fff;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .biaos li h6 {
        font-size: 20px;
        line-height: 2;
        float: none;
        width: 100%;
    }
    .biaos ul li p {
        width: 100%;
        font-size: 14px;
    }
}