/* 企业文化tab样式 */
.chairman ul li:nth-child(1){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(1) a{
    color: #1478f0;
}

/* 详情 */
.culture_wapper{
    background: #fff;
    width:100%；
}
.culture_top img {
    margin-top: 68px;
}
.culture_top p{
    line-height: 30px;
    font-size: 18px;
    color: #333;
}
.culture_center {
    width: 100%;
}
.culture_center img {
    margin: 30px 0;
}
.culture_bottom p{
    line-height: 30px;
    font-size: 18px;
    color: #333;
}
.culture_bottom p:nth-child(6){
    margin-bottom: 200px;
}