.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;

}

.you1-2 {
    display: flex;

}

.you1-2-1 {
    font-size: 104px;
    font-weight: bold;
    color: #0096FF;
    line-height: 1;
    opacity: 0.2;
}

.shizheng {
    font-size: 32px;
    font-weight: 400;
    color: #0096FF;
    line-height: 1;
    padding-bottom: 16px;
    margin-left: 30px;
}

.yingwen {
    font-size: 18px;
    font-weight: 400;
    color: #0096FF;
    line-height: 22px;
    margin-left: 30px;
}

.you1-2 div:nth-child(3){
    color: #0096FF;
    font-size: 100px;
    position: absolute;
    right: 70px;
    top: 123px;
}

.chengbao {
    font-size: 16px;
    font-weight: bold;
    color: #0096FF;
    line-height: 30px;
    margin-top: 56px;
}

.chengbaoxia {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.tupian img {
    display: block;
    margin-top: 60px;
    width: 100%;
}


@media (max-width: 1440px) {

    .zuodian {
        width: 19.62%;
        overflow: hidden;
    }

    .erji > div:last-child > div:first-child {
        margin: 0 5px;
    }


    .you1 {
        margin-left: 30px;
    }

    .biaotiwai {
        padding-right: 10px;
    }

}

@media (max-width: 1366px) {

    .you1 {
        margin-left: 30px !important;
    }

    .you1 > div:first-child {
        font-size: 24px;
    }
}

@media (max-width: 1230px) {
    .you1-2 div:nth-child(3){
        right: 45px;
    }
}

@media (max-width: 1024px) {


    .you1 > div:first-child {
        margin-bottom: 50px;
    }

    .you1-2 div:nth-child(3) {
        top: 70px;
    }

    .chengbao {
        margin-top: 30px;
    }


    .erji > div:last-child {
        padding-top: 0;
    }

    .footer1 {
        flex-direction: column;
    }

    .footeryou {
        text-align: right;
    }

}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .you1-2 div:nth-child(3) {
        right: 25px;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {
    .you1 > div:first-child {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .you1-2-1 {
        font-size: 60px;
    }

    .you1-2 div:nth-child(3) {
        font-size: 60px;
    }

    .shizheng, .yingwen {
        font-size: 24px;
    }
    .shizheng{
        padding-bottom: 10px;
    }

    .yingwen {
        font-size: 18px;
        line-height: initial;
    }

    .chengbao {
        margin-top: 15px;
    }

    .tupian img {
        margin-top: 25px;
    }
}

@media (max-width: 414px) {
    .zuoyi {
        padding-right: 47px;
        display: block;

    }

    .zuoyi1 {
        padding-bottom: 40px;
    }

    .biaoti {
        padding: 27px 13px 27px 12px;
    }
    .shizheng, .yingwen {
    font-size: 18px;
    }
    .yingwen {
        font-size: 14px;
        line-height: initial;
    }

}