.navigation, .bannerWords, .summary {
    margin: 0 auto;
}


/*HAMS-banner*/
.banner {
    height: 569px;
    width: 100%;
    background: url(../../images/cdms.png) no-repeat center;
    background-size: cover;
}

.bannerWords {
    padding-top: 172px;
    width: 1100px;
    height: 397px;
    text-align: center;
}

.bannerWords span {
    font-size: 28px;
    color: #266bae;
}

/*简述-样式*/
.summary {
    width: 1100px;
    padding-top: 83px;
}

.summary h2 {
    height: 74px;
    width: 1100px;
    line-height: 74px;
    color: #333333;
    border-bottom: 2px solid #333;
    font-size: 30px;
    margin-bottom: 82px;
}

.summaryBox {
    width: 1100px;
    margin-bottom: 83px;
}

.summaryBox h3 {
    font-weight: 600;
    width: 1062px;
    height: 49px;
    padding-left: 32px;
    color: #266bae;
    font-size: 24px;
    line-height: 49px;
    border-left: 6px solid #434343;
    margin-bottom: 31px;
}

.summaryBox p {
    width: 1062px;
    padding-left: 38px;
    text-indent: 32px;
    font-size: 16px;
    color: #727272;
    line-height: 21px;
}

.summaryBox p em {
    color: #266bae;
}