@charset "utf-8";
/* CSS Document */

a:hover {
    color: #0076ce;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.ml20 {
    margin-left: 20px;
}
.aboutUs {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.aboutUs .aboutUsBanner {
     width: 100%;
     font-size: 0px;
     overflow: hidden;
}
.aboutUs .aboutUsBanner img {
    width: 100%;
    vertical-align: middle;
}
.aboutUs .aboutUsMain {
    width: 100%;
    padding: 0 30px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    overflow: hidden;
}
.aboutUs .aboutUsMain .breakNav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-indent: 30px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
    background: url("../images/subPage/icon_positon.png") no-repeat left center;
    background-size: 20px;
    overflow: hidden;
}
.aboutUs .aboutUsMain .aboutUsCont {
    width: 100%;
    padding: 30px 60px 60px;
    box-sizing: border-box;
    overflow: hidden;
}
.aboutUs .aboutUsMain .aboutUsCont .aboutUsTitle {
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    overflow: hidden;
}
.aboutUs .aboutUsMain .aboutUsCont .aboutUsFont {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    overflow: hidden;
}
.aboutUs .aboutUsMain .aboutUsCont .aboutUsFont p {
    text-indent: 2em;
}




