/* 走进深安tab样式 */
#chairman_wapper{
    height: 98px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.chairman {
    height: 58px;
    background-color: #fff;
}
.chairman ul {
    float: left;
    margin-top: 38px;
}
.chairman ul li {
    height: 58px;
    width: 126px;
    line-height: 58px;
    float: left;
    text-align: center;
}
.chairman ul li:nth-child(3){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(3) a{
    color: #1478f0;
}
/* 组织结构 */
.architecture img{
    margin-top: 66px;
    margin-bottom: 134px;
}