img {
    display: block;
}

.neirong1 {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

.neirong1you {
    padding: 40px 0 54px 60px;
    background: #D9EFFF;
}

.neirong1you > div:first-child {
    font-size: 35px;
    font-weight: 500;
    color: #0096FF;
    line-height: 42px;
    margin-bottom: 34px;
}

.neirong1zuo {
    padding-top: 14px;
}

.zuotext1 {
    display: flex;
    padding: 27px 0 27px 47px;
    background: url("../images/dian.png") left no-repeat;
}

.zuotext1 > div:first-child {
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 90px;
    margin-right: 38px;
}

.zuotext1 > div:last-child {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 90px;
}

.zuotext2 > div:first-child {
    font-size: 24px;
    color: #0096FF;
    line-height: 72px;

}

.zuotext2 > div:last-child {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.zuobian {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*.zuobian:before {
    content: '';
    position: absolute;
    top: 34.4%;
    left: 15.7%;
    transform: translateX(-50%);
    width: 1px;
    height: 44%;
    background: linear-gradient(
            180deg, #EEEEEE, rgba(0, 0, 0, 0));
}*/
.neirong1 {
    border-left: 1px transparent solid;
    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}

.zuotext2 {
    padding-left: 47px;
}

.neirong1img {
    /*margin-right: 0;*/
    position: relative;
    background: #fff;
    padding: 70px 70px 90px 47px !important;
}

.neirong1img img {
    display: block;
    width: 100%;
}

.neirong2 > div:first-child {
    font-size: 38px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 30px;
}

.neirong2 > div:last-child {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 42px;
}

.neirong2 {
    position: absolute;
    z-index: 6;
    top: 30%;
    left: 9.4%;
}

.neirong1you img {
    display: block;
    width: 100%;
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}


@media (max-width: 1230px) {
    .zuobian {
        flex-direction: column;
    }

    .neirong1you {
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 50px;
    }

    .neirong1you > div:nth-child(1) {
        width: 70%;
        text-align: center;
        font-size: 24px;
    }

    .neirong1you > div:nth-child(2) {
        width: 30%;
    }

    .neirong2 > div:first-child {
        font-size: 24px;
        line-height: initial;
        margin-bottom: 20px;
    }

    .neirong2 > div:last-child {
        font-size: 20px;
        line-height: 30px;
    }

    .neirong2 {
        top: 33%;
        left: 7.4%;
        /*transform: translateY(-50%);*/
    }

    .footer1 {
        flex-direction: column;
    }

    .footeryou {
        text-align: right;
    }

    .neirong1img {
        padding: 25px 0 !important;;
    }

    .zuotext1, .zuotext2 {
        padding-left: 25px;
    }

    .zuotext2 > div:first-child {
        font-size: 18px;
        line-height: initial;
        margin-bottom: 15px;
    }

    .neirong1zuo {
        padding-top: 0;
    }

    .neirong1zuo .zuotext2:nth-child(2) {
        margin-bottom: 25px;
    }
    .zuotext1 > div:last-child{
        font-size: 28px;
    }
    .zuotext1 > div:first-child {
        font-size: 30px;
    }

    .neirong1you > div:nth-child(1)

}

@media (max-width: 992px) {
    .neirong1you > div:nth-child(1) {
        margin-bottom: 0;
        line-height: 40px;
    }

    .zuodian {
        display: none;
    }

    .zuotext1, .zuotext2 {
        padding-left: 0;
    }

    .neirong1zuo {
        padding: 25px 15px;
    }

    .zuotext1 {
        padding: 0;
        margin-bottom: 25px;
    }

    .neirong1you {
        margin-top: 0;
    }

}

@media (max-width: 768px) {


}

@media (max-width: 767px) {
    .neirong2{
        top: 25%;
    }
    .zuotext1 {
        flex-direction: column;
        padding: 15px 10px;
        margin-bottom: 0;
    }

    .zuotext1 > div:last-child, .zuotext1 > div:first-child {
        line-height: initial;
    }

    .zuotext2 > div:first-child {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .neirong1zuo .zuotext2:nth-child(2) {
        margin-bottom: 0px;
    }

    .neirong2 > div:first-child {
        font-size: 16px;
        margin-bottom: 5px
    }

    .neirong2 > div:last-child {
        font-size: 14px;
        line-height: initial;
    }


    .neirong1zuo {
        padding: 15px;
    }

    .neirong1img {
        padding: 0!important;
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {


}