

/* 公司简介 begin */
.row-about1 .text p{
    line-height: 26px;
    text-indent: 2em;
    text-align: justify;
}
.row-about2 .pic img{max-width: 45%;}
.row-about2 .pic img:nth-child(2){
    margin-left: 5%;
}

@media screen and (max-width: 768px){
    .row-about2 .pic img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .row-about2 .pic img:nth-child(2){
        margin-left: 0;
        margin-top: 20px;
    }
}
/* 公司简介 end */