.cultureBox {
    width: 100%;
}

/*.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%;*/
/*}*/

/*.main-col {*/
/*    padding-top: 10px;*/
/*    padding-left: 60px;*/
/*    padding-right: 50px;*/
/*}*/

.cultureBox-main-title {
    display: block;
    font-size: 4.5rem;
    color: black;
    margin-bottom: 35px
}
.cultureBox-main-p {
    color: #000;
    font-size: 2.6rem;
    line-height: 16px;
    font-weight: 800;
    margin-bottom: 30px;
}
.words{
    color:#5e5e5e;
    font-size: 1.8rem;
}
.bg-top-img {
    margin-bottom: 0px;
    background-image: url(../img/wenhuaTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}
.main-col{
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 460px;
    background-position: center;
}

.row1{
    background-image: url(../img/yuanjing.png);
}
.row2{  background-image: url(../img/jiazhiguan.png);}
  
.row3{background-image: url(../img/zhunze.png)}
.row4{background-image: url(../img/qiyejingshen.png)}
.row5{background-image: url(../img/shiming.png)}
.row6{background-image: url(../img/guanhuai.png)}
/* 媒体查询 */

@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;
    }
}