.aboutus {
    width: 1200px;
    margin: 0 auto;
    display: table;
    font-family: "Microsoft Yahei";
}

.aboutus-l {
    display: table-cell;
    width: 180px;
    background: white;
    margin-right: 15px;
    padding: 30px 20px 30px 40px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.aboutus-l li {
    cursor: pointer;
}

.aboutus-l li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/company-introduce.png) center center no-repeat;
    vertical-align: middle;
}

.aboutus-l li .aboutus-l-honor {
    background: url(../images/honor-icon.png) center center no-repeat;
}

.aboutus-l .tabTitLi {
    color: #376CA6;
}

.aboutus-l .tabTitLi .aboutus-l-honor {
    background: url(../images/honor-icon-active.png) center center no-repeat;
}

.aboutus-c {
    display: table-cell;
    width: 15px;
}

.aboutus-r {
    display: table-cell;
    background: white;
    padding: 40px 40px 200px 40px;
}

.aboutus-r-title {
    text-align: center;
    font: bold 16px/40px 'Microsoft YaHei';
    padding: 0 0 20px 0;
}

.aboutus-r-section {
    text-indent: 2em;
    font: 14px/30px "Microsoft Yahei";
    padding: 0 60px 30px 60px;
}

.aboutus-r img {
    max-width: 100%;
    font-size: 0px;
    vertical-align: top;
}