/* 走进深安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(5){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(5) a{
    color: #1478f0;
}
/* 企业资质 */
.qualification{
    margin-top: 78px;
    margin-bottom: 110px;
}
.qualification_top {
    box-sizing: border-box;
    height: 350px;
    width: 278px;
    display:inline-block;
    margin-bottom:40px;
    overflow:hidden
	text-align:center;
    }
.qualification_p{
    margin-top: 24px;
    font-size: 16px;
    color: #333333;
       text-align:center;
}
.qualification_img {
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    height: 490px;
    width: 100%;
   }
/* .qualification_top:nth-child(3n+2){
	margin-left: 20px;
	margin-right: 20px;
} */
.qualification_top:nth-child(4n){
	margin-right: 0;
}
.qualification_top{
	margin-right: 28px;
	vertical-align: top;
}
.qualification_img{
	height: 300px;
}
.qualification_img  a{
	display:block;
	text-align:center;
	height: 100%;
}
.qualification_img img{
    transition: all 0.6s;
max-width:100%;
max-height:100%
}
.qualification_img img:hover{
    /*  transform: scale(1.1); */
}
.qualification_top:hover .qualification_p {
    color: #1478f0 !important;
}
