.lz_about {
    width: 100%;
    height: 100%;
    background-image: url("../../images/images/about_bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.about_container {
    width: 81%;
    height: 800px;
    -webkit-border-bottom-right-radius: 100px;
    background: #fff;
    background: #ffffffe6;
    box-sizing: border-box;
    display: flex;

    flex-direction: row-reverse;
}

.about_container2 {
    width: 77%;
    height: 100%;
    padding-top: 100px;
}

.about_logo {
    width: 100%;
    padding-left: 30px;
}

.about_introduce {
    width: 100%;
    height: 288px;
    padding-top: 46px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 37px;
    text-indent: 2em;
}

.about_bottom {
    width: 100%;
}
.about_bottom img{
    width: 85%;
}
@media (max-width: 1200px) {
    .lz_about {
        background-size: cover;
        background-position: center;
        padding:10% 5% ;
    }
    .about_container{
        width: 90%;
        height: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
    }
    .about_container2{
        width: 100%;
        padding: 2%;
        position: relative;
    }
    .about_logo img{
        width: 120px;
    }
    .about_logo{
        padding:10px 0;
        text-align: center;

    }
    .about_introduce{
        padding: 0;
        line-height: 2;
        font-size: 16px;
        padding: 0 10px;
        height: auto;
    }

    .about_bottom{
        display: none;
    }
}