/* 走进深安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(2){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(2) a{
    color: #1478f0;
}

/* 企业简介 */
.introduce{
    width: 1076px;
    margin: 0 auto;
    z-index: 999;
    margin-bottom: 160px;
}
.introduce h3 {
    margin-top: 40px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}
.introduce span {
     /*color: #666;*/
    font-size: 18px;
    line-height: 32px;
}
.introduce img {
    margin-top: 31px;
    margin-bottom: 10px;
}
.introduce p {
   /* margin-top: 40px;
    font-size: 18px;
    color: #666;
    line-height: 32px;*/
}