.about_headImg{
    width: 100%;
    overflow: hidden;
    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 50px 0;
}
.articleTips{
    width: 100%;
    position: relative;
    margin-top: -22px;
    display: flex;
    justify-content: space-between;
}
.articleWord{
    width: 1079px;
    margin: 38px 45px 0 45px;
}

.downloadList{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0 0 57px 0;
}
.downloadList li{
    width: 100%;
    height: 96px;
    list-style-type: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    flex-direction: column;
    align-items: center;
}
.downTitle{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #34A2FF;
    line-height: 16px;
    margin: 26px 0 17px 0;
}
.downBottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.downBottom>div{
    display: flex;
    align-items: center;
}
.downDat{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 12px;
    margin-right: 20px;
    align-items: center;
    display: flex;
}
.downDat a{
    text-decoration: none;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 12px;
    color: #343434;
    margin-left: 5px;
}

.downDat samp{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 12px;
    color: #343434;
}
.downDeta{
    display: flex;
    text-decoration:none;
    margin-right: 5px;
}
.Download, .downDeta{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 13px;  
} 
.Download{
    color: #34A2FF;
    display: flex;
    text-decoration:none;
}
.downLoad_a{
    display: flex;
    text-decoration: none !important;
}
.Download:hover{
    color: #34A2FF;
}