.culture{
    width: 100%;
    overflow: hidden;
    background-color: #fafafa;
    font-family: "微软雅黑";
    padding-bottom: 80px;
}

.culture-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.culture-title{
    text-align: center;
    padding-bottom: 50px;
}
.culture-title h4{
    font-size: 36px;
    color: #333333;
    margin-top: 60px;
}

.culture-title p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.culture-box ul li{
    float: left;
    text-align: center;
    width: 25%;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.matter-bg{
    width: 280px;
    height: 370px;
    transition: all 1s ease;
}
.culture-box ul li:hover .matter-bg{
    transform: scale(1.06);
}
.matter-words{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 36%;
    left: 0;
    text-align: center;
    color: #fff;
}
.matter-words h2{
    font-size: 24px;
}
.matter-words img{
    width: 31px;
    height: 3px;
    margin-top: 12px;
}
.matter-words p{
    width: 70%;
    margin-left: 15%;
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1200px) {
    .culture-box{
        width: 100%;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .culture-title h4 {
        font-size: 22px;
        margin-top: 30px;
    }
    .culture-title {
        padding-bottom: 10px;
    }
    .culture-title p {
        font-size: 15px;
        width: 80%;
        margin-left: 10%;
    }
    .culture-box ul li{
        width: 100%;
        margin-top: 20px;
    }
    .matter-words h2 {
        font-size: 20px;
    }
    .matter-words p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 22px;
    }
    .culture {
        padding-bottom: 40px;
    }
    
}

