.biaotiwai {
    margin-right: 0;
    display: flex;
    padding-right: 70px;
    padding-bottom: 90px;
    padding-top: 39px;
    border-left: 1px transparent solid;

    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}

.dingwei {
    position: relative;
}

.zuodian img {
    display: block;
}

.zuodian {
    position: absolute;
    top: 208px;
}

.biaoti {
    padding: 27px 84px 27px 39px;
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 1;
    background: url("../images/dian.png") no-repeat right;
    text-transform: capitalize
}

.zuoyi {
    background-color: #D9EFFF;
    padding-top: 50px;
    padding-bottom: 62px;
    margin-top: 70px;
    padding-right: 60px;
}

.zuoyi1 {
    font-size: 38px;
    font-weight: 500;
    color: #0096FF;
    line-height: 50px;
    padding-left: 47px;
    padding-bottom: 130px;
}

img {
    display: block;
}

.you1 {
    margin-left: 70px;
    position: relative;
}

.you1 > div:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 105px;
    margin-top: 31px;

}

@media (max-width: 1440px) {

    .zuodian {
        width: 19.62%;
        overflow: hidden;
    }

    .you1 > div:nth-child(2) img {
        display: block;
        width: 100%;
    }


    .biaoti {
        background: url(../images/dian.png) no-repeat left;
    }
}

@media (max-width: 1366px) {

    .biaotiwai {
        padding-right: 10px !important;
    }

    .you1 {
        margin-left: 30px !important;
    }

}

@media (max-width: 1230px) {

}

@media (max-width: 1024px) {
    /*.biaotiwai{*/
    /*    flex-direction: column;*/
    /*}*/

}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .you1 > div:first-child {
        font-size: 24px;
        margin-top: 23px;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {
    .zuoyi {
        padding-right: 47px;
        display: block;

    }

    .zuoyi1 {
        padding-bottom: 40px;
    }

    .biaoti {
        padding: 27px 13px 27px 12px;
    }

    .you1 > div:first-child {
        margin-bottom: 25px;
        margin-top: 0px;
    }
}

@media (max-width: 375px) {
    .zuoyi img {
        width: 100%;
        display: block;
    }

}