.cultureBox {
    width: 70%;
    margin: auto;
}

.cultureBox img {
    width: 100%;
}

.cultureBox .cultureBox-main {
    text-align: left;
    background: #F6F6F6;
    margin-bottom: 60px;
}

.cultureBox .cultureBox-main img {
    width: 100%;
}

.cultureBox .cultureBox-main1 {
    text-align: left;
    background: transparent;
    margin-bottom: 60px;
}

.cultureBox .cultureBox-main1 img {
    width: 100%;
}

.cultureBox-main-title {
    display: block;
    font-size: 36px;
    color: #083E94;
    margin-bottom: 30px
}

.cultureBox-main-titleright {
    font-size: 36px;
    color: #15A3E2;
    display: block;
    margin-bottom: 30px
}

.cultureBox-main-p {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.main-col {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 50px;
}

.bg-top-img {
    margin-bottom: 110px;
    background-image: url(../img/wenhuaTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}


/* 媒体查询 */

@media (max-width: 970px) {
    .cultureBox {
        width: 90%;
        margin: auto;
    }
    .cultureBox img {
        width: 100%;
    }
    .cultureBox .cultureBox-main {
        text-align: left;
        background: #F6F6F6;
        margin-bottom: 30px;
    }
    .cultureBox .cultureBox-main img {
        width: 100%;
    }
    .cultureBox .cultureBox-main1 {
        text-align: left;
        background: transparent;
        margin-bottom: 30px;
    }
    .cultureBox .cultureBox-main1 img {
        width: 100%;
    }
    .cultureBox-main-title {
        display: block;
        font-size: 26px;
        color: #083E94;
        margin-bottom: 30px
    }
    .cultureBox-main-titleright {
        font-size: 26px;
        color: #15A3E2;
        display: block;
        margin-bottom: 30px
    }
    .cultureBox-main-p {
        color: #000;
        font-size: 14px;
        line-height: 26px;
    }
    .main-col {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg-top-img {
        margin-bottom: 110px;
        background-image: url(../img/wenhuaTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
}