/* 走进深安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(4){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(4) a{
    color: #1478f0;
}
/* 领导介绍 */
.leadership{
    margin-top: 40px;
    margin-bottom: 150px;
}
.leadership_top{
    height: 342px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.leadership_img {
    margin-top: 30px;
    height: 312px;
    /* width: 253px; */
    box-sizing: border-box;
    position: relative;
}
.leadership_img_img:after {
    margin-top: 259px;
    content: "";
    width: 0;
    height: 2px;
    background: #1478f0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all .5s;
}

.leadership_img_img:hover:after {
   
 /*   left: 0%;
    width: 100%; */
}
.leadership_img_img {
    width: 239px;
    height: 234px;
    overflow: hidden;
}
.leadership_img img {
    width: 239px;
    height: 234px;
}
.leadership_img img{
    transition: all 0.6s;
}
.leadership_img img:hover{
   
 /*  transform: scale(1.1); */

}

.leadership_p {
    margin-left: 29px;
    margin-top: 40px;
}
.leadership_p h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.leadership_p h4{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.leadership_p p{
    line-height: 30px;
    font-size: 16px;
    
}