.about_headImg{
    width: 100%;
    padding: 0;
}
 
.nav{
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #EAEAEA;
    text-transform:uppercase;
}
.nav a{
    color: #999999;
    text-decoration:none;
    margin: 0 8px;
}
.nav a:hover{
    color: #333333;
}
.article{
    width: 1170px;
    min-height: 100px;
    background: #FFFFFF;
    border: 1px solid #EEEAE6;
    padding: 0 0 38px 0;
    margin: 55px 0 188px 0;
}
.articleTips{
    width: 100%;
    position: relative;
    margin-top: -22px;
    display: flex;
    justify-content: space-between;
}
.articleWord{
    width: 1079px;
    margin: 38px 45px 0 45px;
}
.articleWord div{
    font-size: 14px;
    font-family: Microsoft YaHei !important;
    font-weight: 400;
    color: #666666 !important;
    line-height: 30px ;
    text-align: center;
}

                     