/**/
/*Title*/
.aboutUsTitle{
    overflow: hidden;
    width: 100%;
    height: 198px;
    background-color: #2a2d32;
}
.aboutUsTitle .title{
    overflow: hidden;
    width: 1200px;
    height: 198px;
    margin: 0 auto;
}
.aboutUsTitle .title h1{
    padding-top: 118px;
    font-size: 16px;
    color: white;
}
.aboutUsTitle .title h2{
    font-size: 16px;
    color: white;
    margin-top: 2px;
}
/*img*/
.imgBox{
    overflow: hidden;
    margin: 70px auto 0;
    width: 1163px;
    height: 425px;
}
/**/
.aboutUs-textBox{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.aboutUs-textBox p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.aboutUs-textBox .text1{
    text-align: left;
    margin-top: 50px;
}
.aboutUs-textBox .text2{
    text-align: left;
    margin-top: 22px;
}
.aboutUs-textBox .text3{
    text-align: left;
    margin: 22px 0 84px;
}
