/* 走进深安tab样式 */
.chairman ul li:nth-child(1){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(1) a{
    color: #1478f0;
}

/* 董事长致辞 */
.chairman_bottom{
    width: 1076px;
    margin: 0 auto;
    margin-bottom: 140px;
}
.chairman_bottom img {
    margin-top: 109px;
}
.chairman_bottom h2 {
    font-size: 18px;
    color: #333;
    margin: 33px 0;
    font-weight: 900;
}
.chairman_bottom  p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
