.whole_brain .banner .content{
    background: url("https://jbzh-hk.oss-cn-hongkong.aliyuncs.com/site1/images/site2/whole_brain/banner.jpg") top left !important;
}

.whole_brain .p1{
    text-align: center;
    padding: 50px 0;
    background: #efefef;
}
.whole_brain .p1 img{
    width: 100%;
}
.whole_brain .p1 .content{
    position: relative;
}

.whole_brain .p1 .content p{
    position: absolute;
}


.whole_brain .p1 .content p:nth-child(2) {
    left: 31%;
    bottom: 10%;
}
.whole_brain .p1 .content p:nth-child(3) {
    left: 51%;
    bottom: 10%;
}
.whole_brain .p1 .content p:nth-child(4) {
    left: 71%;
    bottom: 10%;
}
.p2{
    background: #2f3740;
    padding: 50px 0;
}
.p2 .report {
    color: #fff;
}
.p2 .report-text {
    padding: 30px 40px;
}
.p2 .report-text li::before {
    content: '• ';
    font-size: 20px;
    color: #1d70ec;
}

.p2 .report img {
    width: 100%;
}
.online-eva{
    padding: 40px 20px;
}
.gt-eva{
    background: #f8f8f8;
}

.eva-projects{
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 30px auto;
}
.eva-projects .eva-project-item{
    width: 50%;
}
.eva-projects .text-content{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 28px;
}
.eva-projects h5{
    margin-bottom: 20px;
    text-indent: 2rem;
}
.eva-projects p{
    text-indent: 2rem;

}
.eva-projects img{
    width: 100%;
}


@media (max-width: 768px) {
    .whole_brain .p1 .content p {
        font-size: 10px;
        line-height: 14px;
    }
    .whole_brain .p1 .img-box {
        background: #f3f3f3;
        padding: 10px 0;
    }
    .whole_brain .p1 .content p:nth-child(2) {
        left: 30%;
        width: 60px;
        bottom: 3%;
    }
    .whole_brain .p1 .content p:nth-child(3) {
        left: 48%;
        width: 60px;
        bottom: 3%;
    }
    .whole_brain .p1 .content p:nth-child(4) {
        left: 71%;
        width: 70px;
        bottom: 0%;
    }

    .p2{
        background: #2f3740;
        padding-top:  0 ;
        padding-bottom: 0;
    }

    .eva-projects .eva-project-item{
        width: 94%;
        margin-left: 3%;
        margin-top: 10px;
    }
}
