
.about-us-container{
    width: 100vw;
    min-width: 1500px;
}
.about-us-inner{
    width: 1080px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.about-us-top{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}
.about-us-top-l{
    width: 25px;
    height:auto;
    display: block;
}

.about-us-top-r{
    width: 633px;
    height:auto;
    display: block;
}
.about-us-top-mid h2{
    font-size: 71px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005D31;
}
.about-us-top-mid h5{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005D31;
    margin: 6px 0 18px;
}
.red-line{
    width: 55px;
    height: 4px;
    margin-bottom:85px;
    background: #C30E17;
}

.about-us-top-mid p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.about-us-inner>p{
    text-indent: 2em;
    line-height: 26px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}

.about-us-inner>p span{
    color: #D80C18;
    font-size: 20px;
    font-weight: bold;
}