@media screen and (max-width: 1440px) {

    /* 当前位置 */
    .position {
        margin-bottom: 20px;
    }

    /* 父栏目 */
    .parent {
        display: none;
        padding: 0 2%;
    }

    /* 栏目内容 */
    .main {
        display: block;
        overflow: hidden;
    }

    .main-left {
        display: none;
    }

    .main-right {
        width: 100%;
        padding: 0 2% 20px;
    }

}


@media screen and (max-width: 1000px) {

    /* banner图 */
    .banner {
        height: 300px;
    }
}


@media screen and (max-width: 768px) {


    /* 栏目内容 */
    .main-right h2 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .main-right .word {
        padding: 0 2%;
    }
}


@media screen and (max-width: 500px) {

    /* banner图 */
    .banner {
        height: 250px;
    }


}