@media screen and (min-width: 1300px) {
        .row {
        min-width: 1300px;
        width: 95%;
        max-width: 1700px;
    }
}

@media screen and (min-width: 960px){ 
    .row {
        min-width: 900px;
    }
}
@media screen and (min-width: 960px) {
    .row .colspan12-4 {
        width: 33.3333333333%;
    }
    .row .colspan12-8 {
        width: 66.6666666667%;
    }
}
@media screen and (min-width: 600px) {
    .row .colspan6-2 {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 959px){
    .row .colspan2-2 {
        width: 100%;
    }
}
/* 标题 */
.row-pad-10 {
    padding: 10px 0;
}
.as-grid__module {
    color: #212121;
    width: 100%;
    padding: 0;
    text-align: center;
    
}
.row-parent .row .as-grid{
    float: left;
    display: inline-block;
}
.about-us .text {
    text-align: left;
}
.about-us .text-title {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 0 10px;
}
.about-us .text-body {
    font-size: 13px;
    line-height: 13px;
    padding: 0 10px 5px 10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* 图片 */
.about-us img {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
}