
/* 产品分类 */
.culture {
    width: 100%;
    min-width: 1440px;
    /* height: 1042px; */
    /* background: url(../images/qualifications.png) no-repeat center top; */
    background-size:cover;
    padding-bottom: 50px;
    background: #e6eaee;
}

.culture_com {
    width: 1440px;
    margin: auto;
}

.culture_log {
    height: 68px;
    padding-top: 58px;
}

.culture_d {
    display: flex;
    align-items: center;
}

.di {
    width: 20px;
    height: 30px;
}

.sa>h1 {
    font-size: 30px;
    margin-left: 12px;
    letter-spacing: 1.5px;
    color: #333;
}

.sa>h4 {
    font-size: 25px;
    margin-left: 12px;
    margin-top: 9px;
    color: #333;
}


  .culture_qi {
    width: 1443px;
    /* height: 366px; */
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.culture_zhu {
    display: block;
    width: 270px;
    height: 100%;
    margin-bottom: 25px;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
}

.ad {
    font-size: 20px;
    padding-top: 58px;
    text-align: center;
    letter-spacing: 2.5px;
    color: #184287;
}

.culture_zhu>h1 {
    width: 58px;
    margin-top: 24px;
    margin-left: 105px;
    margin-bottom: 37px;
    border-bottom: 2px solid #16488e;
}
.culture_zhu .text-limit-1 {
    padding:0 15px;
    padding-top: 15px;
    text-align: center;
    box-sizing: border-box;
}
.culture_zhu.none {
    height: 0;
} 
.culture_zhu>h5 {
    width: 200px;
    margin: auto;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600px;
    text-indent: 2em;
}

.culture_ci {
    display: flex;
    margin-bottom: 25px;
}


.culture_zhu{
    transition: transform .5s;
    cursor: pointer;
    transform: scale(1); 
}
.culture_zhu:hover{
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.culture_comt .abc {
   display: block;
}

.culture_zhu  .img-box {
    width: 270px;
    height: 230px;
}