@media (min-width: 1201px){

    .new_page_banner_pe{
        display: none;
    }

    .new_page_elegant_pe{
        display: none;
    }

    .new_page_elegant_pc{
        display: block;
    }
    
*{
    margin: 0;
    padding: 0;
}

.new_page{
    width: 100%;
    /* height: 380vw; */
    background: url(../img/new_page_img_bg3.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 3vw;
}

.new_page_titleImg img{
    width: 100%;
    margin-bottom: 3vw;
    /* object-fit: contain; */
}

.new_page_bigTitle{
    text-align: center;
    margin-bottom: 2vw;
}

.new_page_bigTitle img{
    width: 22vw;
    height: 6vw;
    object-fit: contain;
}

.new_page_smallTitle_name{
    text-align: center;
    font-size: 1.6vw;
    font-weight: 900;
}

.new_page_smallTitle_box{
    width: 2vw;
    margin: 0 auto;
    display: flex;
    margin-top: 0.2vw;
    margin-bottom: 1vw;
}

.new_page_smallTitle_box_son1{
    width: 50%;
    height: 0.2vw;
    background-color: #1f4b33;
}

.new_page_smallTitle_box_son2{
    width: 50%;
    height: 0.2vw;
    background-color: #ffe156;
}

.new_page_banner{
    width: 58vw;
    height: 23vw;
    margin: 0 auto;
    background-size: contain;
    position: relative;
}

.btn_left{
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 1vw;
    top: 50%;
    background: url(../img/prev_1.png) no-repeat;
    background-size: contain;
    z-index: 9000;
    cursor: pointer;
}

.btn_right{
    width: 2vw;
    height: 2vw;
    position: absolute;
    right: 1vw;
    top: 50%;
    background: url(../img/prev_2.png) no-repeat;
    background-size: contain;
    z-index: 9000;
    cursor: pointer;
}

.new_page_banner{
    margin-bottom: 1vw;
}

.swiper_leftBox{
    width: 33vw;
    height: 18vw;
    margin-right: 2vw;
    border: 0.2vw solid #1f4b33;
}

.swiper_leftBox img{
    width: 100%;
    height: 100%;
}

.swiper_rightBox{
    width: 12vw;
    height: 15vw;
    box-shadow: 0vw 0.2vw 0.2vw 0vw rgba(31, 75, 51, 0.5);
    transition: 0.5s;
    padding-bottom: 0.3vw;
    background-color: #fff;
}

.swiper_rightBox .title{
    margin-top: 1vw;
    position: relative;
    font-size: 1.3vw;
    line-height: 1vw;
    color: #025a44;
    letter-spacing: 0.1vw;
    font-weight: bold;
    padding-right: 3vw;
}

.swiper_rightBox .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6vw;
    height: 0.6vw;
    background-color: #02694f;
}

.swiper_rightBox .text{
    height: 10.5vw;
    margin: auto;
    margin-top: 0.8vw;
    text-align: justify;
    color: #001b14;
    font-size: 0.7vw;
    line-height: 1.2vw;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: hidden;
    transition: all 0.3s ease;
    text-indent: 1vw;
    
    /* 多行文本溢出省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9; /* 控制显示的行数 */
    box-orient: vertical;
}

.swiper_rightBox .expend_btn{
    padding-right: 1vw;
    display: flex;
    justify-content: right;
}

.swiper_rightBox .expend_btn img{
    width: 1vw;
    height: 1vw;
    margin-top: 0vw;
    cursor: pointer;
    object-fit: contain;
}

    /* 农将风采 */
    .new_page_elegant{
        margin-bottom: 2vw;
    }

    .new_page_elegant_box1{
        display: flex;
        justify-content: center;
    }

    .new_page_elegant_box2{
        display: flex;
        justify-content: center;
    }

    .new_page_elegant_box_son{
        width: 15vw;
        height: 23vw;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        background: url(../img/new_page_img14.png) no-repeat;
        background-size: contain;
    }

    .new_page_elegant_box_son_img{
        width: 90%;
        height: 17vw;
        margin: 0 auto;
        margin-top: 1vw;
        margin-bottom: 2vw;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0.5vw;
    }

    .new_page_elegant_box_son_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition:0.3s;
    }

    .new_page_elegant_box_son_img img:hover{
        /* transform: scale(1.05); */
    }

    .new_page_elegant_box_son_img div{
        position: absolute;
        bottom: 1vw;
        left: 1vw;
        z-index: 9000;
    }

    .new_page_elegant_box_son_img div .icon{
        width: 2.5vw;
        height: 2.5vw;
    }

    .new_page_elegant_box_son_name{
        width: 90%;
        height: 2vw;
        line-height: 2vw;
        margin: 0 auto;
        text-align: center;
        font-size: 0.9vw;
        font-weight: 900;
    }

    /* 农将风采蒙版 */
    .new_page_elegant_mask{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .new_page_elegant_mask_videoBox{
        width: 70%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .new_page_elegant_mask_videoBox video{
        width: 100%;
        height: 100%;
    }

    .new_page_elegant_mask_videoClose{
        position: absolute;
        top: 3vw;
        right: 10vw;
        cursor: pointer;
    }

    /* 开学第一课 */
    .new_page_school{
        width: 62vw;
        height: 20.6vw;
        margin: 0 auto;
        margin-bottom: 2vw;
        display: flex;
        justify-content: space-between;
    }

    .new_page_school_leftBox{
        width: 18vw;
        height: 100%;
    }

    .new_page_school_rightBox{
        width: 42vw;
        height: 100%;
    }

    .new_page_school_rightBox img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .new_page_school_leftBox{

    }

    .new_page_school_leftBox_top{
        padding-bottom: 0.8vw;
        border: 0.2vw solid #49a127;
    }

    .new_page_school_leftBox_down{
        margin-top: 1.2vw;
        border: 0.2vw solid #49a127;
    }

    .new_page_school_leftBox_top_one{
        padding: 0.5vw;
        font-size: 1vw;
        font-weight: 900;
        color: #02694f;
    }

    .new_page_school_leftBox_top_two{
        padding: 1vw;
        line-height: 1.2vw;
        font-size: 0.85vw;
    }

    .new_page_school_leftBox_top_one>div{
        margin-top: 0.5vw;
        border-bottom: 0.2vw solid #0d5642;
    }

    .new_page_school_leftBox_down{
        padding: 1vw;
        font-size: 1vw;
        font-weight: 900;
        color: #02694f;
    }

    /* 课程展示 */

    .new_page_classShow_pc{
        display: block;
    }

    .new_page_classShow_pe{
        display: none;
    }

    .new_page_classShow{
        width: 65vw;
        margin: 0 auto;
        margin-bottom: 4vw;
        position: relative;
    }

    .mySwiper3{
        width: 62vw !important;
        height: 32vw !important;
        margin: 0 auto;
    }

    .swiper3_box{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .swiper3_btn_next{
        width: 2vw;
        height: 5vw;
        position: absolute;
        right: -2vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img25.png) no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .swiper3_btn_prev{
        width: 2vw;
        height: 5vw;
        position: absolute;
        left: 0vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img24.png) no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .swiper3_box_sonBox{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .swiper3_box_sonBox_showBox{
        width: 20vw;
        height: 15vw;
        margin-left: 0.3vw;
        margin-right: 0.3vw;
        margin-bottom: 1vw;
        border-radius: 0.5vw;
        background-color: #fff;
    }

    .swiper3_box_sonBox_showBox_img{
        width: 100%;
        height: 12vw;
        border-radius:0.5vw 0.5vw 0 0;
        overflow: hidden;
    }

    .showBox_img1{
        background: url(../img/new_page_img26.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img2{
        background: url(../img/new_page_img27.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img3{
        background: url(../img/new_page_img28.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img4{
        background: url(../img/new_page_img29.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img5{
        background: url(../img/new_page_img30.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img6{
        background: url(../img/new_page_img31.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img7{
        background: url(../img/new_page_img32.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img8{
        background: url(../img/new_page_img33.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img9{
        background: url(../img/new_page_img34.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img10{
        background: url(../img/new_page_img35.png) no-repeat;
        background-size: 100% 100%;
    }

    .showBox_img11{
        background: url(../img/new_page_img36.png) no-repeat;
        background-size: 100% 100%;
    }

    .swiper3_box_sonBox_showBox_name{
        width: 100%;
        height: 3vw;
        text-align: left;
        line-height: 3vw;
        font-size: 1.2vw;
        padding-left: 1vw;
    }

    .swiper3_box_sonBox_showBox_img{
        position: relative;
        cursor: pointer;
    }

    .swiper3_box_sonBox_showBox_imgName{
        width: 19vw;
        line-height: 2vw;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        color: #fff;
        text-align: left;
        padding-left: 1vw;
        font-size: 1vw;
    }

    .swiper3_box_sonBox_showBox_imgBtn{
        position: absolute;
        bottom: 2vw;
        left: 1vw;
    }

    .swiper3_box_sonBox_showBox_imgBtn img{
        width: 2.5vw;
        height: 2.5vw;
    }

    /* 匠心筑梦 */
    .new_page_dreamOne{
        width: 61vw;
        height: 20vw;
        display: flex;
        margin: 0 auto;
        margin-bottom: 2vw;
    }

    .new_page_dreamOne_leftBox{
        width: 43vw;
    }

    .new_page_dreamOne_leftBox_top{
        height: 2vw;
    }

    .new_page_dreamOne_leftBox_down{
        height: 2vw;
    }

    .new_page_dreamOne_leftBox_top{
        position: relative;
    }

    .new_page_dreamOne_leftBox_top img{
        width: 2vw;
        height: 2vw;
        position: absolute;
        right: 0;
    }

    .new_page_dreamOne_leftBox_down{
        position: relative;
    }

    .new_page_dreamOne_leftBox_down img{
        width: 2vw;
        height: 2vw;
        position: absolute;
        right: 0;
    }

    .new_page_dreamOne_leftBox_body{
        height: 16vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .new_page_dreamOne_leftBox_body_son{
        width: 14vw;
        height: 8vw;
        margin-bottom: 0.1vw;
        position: relative;
    }

    .new_page_dreamOne_leftBox_body_son img{
        width: 14.2vw;
        height: 7.95vw;
        object-fit: cover;
    }

    .new_page_dreamOne_leftBox_body_son img:nth-child(3){
        width: 14.2vw;
        height: 8.1vw;
        object-fit: cover;
    }

    .new_page_dreamOne_leftBox_body_son_mask{
        width: 100%;
        height: 100%;
        line-height: 8vw;
        text-align: center;
        color: #fff;
        font-weight: 900;
        font-size: 1.2vw;
        background-color: rgba(41, 94, 48,0.7);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        cursor: pointer;
    }

    .new_page_dreamOne_leftBox_body_son:hover .new_page_dreamOne_leftBox_body_son_mask{
        opacity: 1;
    }

    .new_page_dreamOne_rightBox{
        width: 18vw;
        background-color: #295e30;
    }

    .new_page_dreamOne_rightBox_imgBox{
        height: 50%;
    }

    .new_page_dreamOne_rightBox_imgBox img{
        width: 100%;
        height: 100%;
    }

    .new_page_dreamOne_rightBox_contentBox{
        height: 50%;
    }

    .new_page_dreamOne_rightBox_contentBox_word{
        text-align: center;
        color: #fff;
        font-size: 1.2vw;
        margin-top: 2vw;
    }

    .new_page_dreamOne_rightBox_contentBox_btn{
        text-align: center;
        margin-top: 1vw;
    }

    .new_page_dreamOne_rightBox_contentBox_btn img{
        width: 8vw;
        height: 4vw;
        cursor: pointer;
        object-fit: contain;
    }

    /* 匠星筑梦 */
    .new_page_dreamTwo{
        width: 61vw;
        height: 29vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        background: url(../img/new_page_img_bg6.png) no-repeat;
        background-size:contain;
    }

    .new_page_dreamTwo_left{
        width: 20vw;
        height: 24vw;
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .new_page_dreamTwo_left_selectBtn{
        padding-top: 1.45vw;
        padding-bottom: 1.45vw;
        font-size: 1vw;
        cursor: pointer;
        color: #fff;
        transition: 0.3s;
        border-bottom: 0.1vw solid #fff;
    }

    .new_page_dreamTwo_right{
        width: 37.6vw;
        height: 24.4vw;
        margin-top: 1.8vw;
        text-align: center;
        position: relative;
    }

    .img_Box{
        width: 95%;
        height: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .new_page_dreamTwo_right img{
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.3s;
    }

    .new_page_dreamTwo_right_content{
        width: 76%;
        padding-top: 0.25vw;
        padding-bottom: 0.25vw;
        padding-left: 12%;
        padding-right: 12%;
        color: #fff;
        text-align: center;
        font-size: 0.8vw;
        position: absolute;
        bottom: 0;
        z-index: 8000;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .new_page_dreamTwo_left_selectBtn_one{
        color: #295e30;
        background-color: #fedc63;
        font-weight: 900;
    }

    .new_page_dreamTwo_right_img_one{
        opacity: 1 !important;
    }

    .new_page_dreamTwo_left a{
        text-decoration: none;
    }

    /* 匠星致远 */

    .new_page_far_pc{
        display: block;
    }

    .new_page_far_pe{
        display: none;
    }

    .new_page_far{
        width: 64vw;
        margin: 0 auto;
        position: relative;
        margin-bottom: 2vw;
    }

    .mySwiper4{
        width: 62vw !important;
        margin: 0 auto;
    }

    .mySwiper4_outBox{

    }

    .swiper4_btn_next{
        width: 2vw;
        height: 5vw;
        position: absolute;
        right: -3vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img25.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        z-index: 8000;
    }

    .swiper4_btn_prev{
        width: 2vw;
        height: 5vw;
        position: absolute;
        left: -1vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img24.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        z-index: 8000;
    }

    .mySwiper4_outBox_slide{
        display: flex !important;
        justify-content: space-between !important;
    }

    .new_page_far_showBox_one{
        width: 30vw;
        height: 19vw;
        display: flex;
    }

    .new_page_far_showBox_one_left{
        width: 50%;
        border-radius: 2vw 0vw 0vw 0vw;
    }

    .new_page_far_showBox_one_left img{
        width: 100%;
        height: 100%;object-fit: contain;
    }

    .new_page_far_showBox_one_right{
        width: 50%;
        background-color: #295e30;
        border-radius: 0vw 0vw 2vw 0vw;
    }

    .new_page_far_showBox_two{
        width: 15vw;
        height: 19vw;
        border-radius: 2vw 0vw 2vw 0vw;
    }

    .new_page_far_showBox_one_right_title{
        width: 13vw;
        margin: 0 auto;
        margin-top: 2vw;
        font-weight: 900;
        color: #fff;
        font-size: 1vw;
    }

    .new_page_far_showBox_one_right_word{
        width: 13vw;
        margin: 0 auto;
        margin-top: 2vw;
        color: #fff;
        font-size: 0.7vw;
        line-height: 1.5vw;
    }

    .new_page_far_showBox_two{
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .new_page_far_showBox_two img{
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .new_page_far_showBox_two_name{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
        display: flex;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .new_page_far_showBox_two_name_left{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }

    .new_page_far_showBox_two_name_right{
        color: #fff;
        padding-right: 0.5vw;
    }

    .new_page_far_showBox_two_name_left img{
        width: 2vw;
        height: 2vw;
    }

    .new_page_far_showBox_two_name_right_name span:nth-child(1){
        font-size: 1vw;
        font-weight: 900;
    }

    .new_page_far_showBox_two_name_right_name span:nth-child(2){
        font-size: 0.7vw;
        margin-left: 1vw;
    }

    .new_page_far_showBox_two_name_right_content{
        font-size: 0.7vw;
        margin-top: 0.5vw;
    }

    .new_page_zhanwei{
        height: 1vw;
    }

    /* 思政 */
    .new_page_Ideological{
        width: 51vw;
        background: url(../img/new_page_img66.jpg) no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 2vw;
        padding-bottom: 3vw;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-bottom: 2vw;
        box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
    }

    .new_page_Ideological_imgbox{
        width: 26vw;
        cursor: pointer;
        position: relative;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .new_page_Ideological_imgbox .imgBox_img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .new_page_Ideological_imgbox_name{
        text-align: center;
        font-size: 0.8vw;
    }

    .imgBox_play{
        width: 4vw;
        height: 4vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.8;
    }

    /* 田间思政 */
    .new_page_farm{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .new_page_farm_box1{
        height: 22vw;
    }

    .new_page_farm_box1 img{
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: contain;
    }

    .new_page_farm_box2{
        width: 50%;
        height: 22vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .new_page_farm_box3{
        height: 22vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .new_page_farm_box3 img{
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: contain;
    }

    .new_page_farm_box2 img{
        width: 15.5vw;
        height: 10.75vw;
        cursor: pointer;
        margin-bottom: 0.5vw;
    }

    .new_page_farm_box3_pc{
        display: block;
    }

    .new_page_farm_box3_pe{
        display: none;
    }

    /* 底部 */
    .footer{
        padding-top: 4vw;
        padding-bottom: 4vw;
        text-align: center;
        background-color: #295e30;
    }

    .footer_word1{
        font-size: 0.9vw;
        color: #fff;
        margin-bottom: 0.5vw;
    }

    .footer_word2{
        font-size: 0.9vw;
        color: #fff;
    }

    /* 田间图片展示蒙版 */
    .farm_mask{
        width: 100%;
        height: 100%;
        position: relative;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .farm_mask img{
        width: 80%;
        height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: contain;
    }

    .farm_mask .icon{
        width: 3vw;
        height: 3vw;
        position: absolute;
        top: 2vw;
        right:15%;
        cursor: pointer;
        background-color: #fff;
        border-radius: 50vw;
    }

    .new_page_school_leftBox_top{
        height: 2.8vw;
        overflow: hidden;
        margin-bottom: 1vw;
    }
}

@media (max-width: 1200px){

    .new_page_banner{
        display: none;
    }
    
    *{
        margin: 0;
        padding: 0;
    }
    
    .new_page{
        width: 100%;
        background: url(../img/new_page_img_bg5.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 6vw;
    }
    
    .new_page_titleImg img{
        width: 100%;
        height: 60vw;
        /* margin-bottom: 3vw; */
        /* object-fit: contain; */
    }
    
    .new_page_bigTitle{
        text-align: center;
        /* margin-bottom: 4vw; */
    }
    
    .new_page_bigTitle img{
        width: 44vw;
        height: 12vw;
        object-fit: contain;
    }
    
    .new_page_smallTitle_name{
        text-align: center;
        font-size: 4vw;
        font-weight: 900;
    }
    
    .new_page_smallTitle_box{
        width: 8vw;
        margin: 0 auto;
        display: flex;
        margin-top: 0.8vw;
        margin-bottom: 4vw;
    }
    
    .new_page_smallTitle_box_son1{
        width: 50%;
        height: 0.8vw;
        background-color: #1f4b33;
    }
    
    .new_page_smallTitle_box_son2{
        width: 50%;
        height: 0.8vw;
        background-color: #ffe156;
    }

    .new_page_banner_pe{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2vw;
    }

    .swiper_slide_pe_img{
        width: 100%;
        padding-top: 2vw;
        text-align: center;
    }

    .swiper_slide_pe_img img{
        width: 95%;
        height: 100%;
        object-fit: contain;
    }

    .swiper_slide_pe_text{
        width: 95%;
        margin: 0 auto;
        text-align: left;
        line-height: 6vw;
        font-size: 3.8vw;
        color: white;
    }

    .swiper_slide_pe_text_title{
        width: 90%;
        margin: 0 auto;
        color: #ffffc4;
        font-size: 4.5vw;
        font-weight: 600;
        text-align: left;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .swiper_slide_pe_text_content{
        width: 90%;
        margin: 0 auto;
        height: 30vw;
        overflow-y: scroll;
    }

    .swiper_slide_pe_text_content::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
    }

        /* 农将风采 */

    .new_page_elegant_pc{
        display: none;
    }

    .new_page_elegant_pe{
        display: block;
    }

        .new_page_elegant{
        
        }
    
        .new_page_elegant_box1{
            width: 90%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .new_page_elegant_box2{
            margin-top: 2vw;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .new_page_elegant_box_son{
            width: 42vw;
            height: 60vw;
            margin-left: 1vw;
            margin-right: 1vw;
            margin-bottom: 2vw;
            background: url(../img/new_page_img14.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .new_page_elegant_box_son_img{
            width: 90%;
            height: 45vw;
            margin: 0 auto;
            margin-top: 3vw;
            margin-bottom: 4vw;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border-radius:1vw;
        }
    
        .new_page_elegant_box_son_img img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition:0.3s;
        }
    
        .new_page_elegant_box_son_img div{
            position: absolute;
            bottom: 2vw;
            left: 4vw;
            z-index: 9000;
        }
    
        .new_page_elegant_box_son_img div .icon{
            width: 7vw;
            height: 7vw;
        }
    
        .new_page_elegant_box_son_name{
            width: 90%;
            height: 7vw;
            line-height: 7vw;
            margin: 0 auto;
            text-align: center;
            font-size: 3vw;
            font-weight: 900;
        }
    
        /* 农将风采蒙版 */
        .new_page_elegant_mask{
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
            display: none;
        }
    
        .new_page_elegant_mask_videoBox{
            width: 90%;
            height: 30%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
    
        .new_page_elegant_mask_videoBox video{
            width: 100%;
            height: 100%;
        }
    
        .new_page_elegant_mask_videoClose{
            position: absolute;
            top: 3vw;
            right: 10vw;
            cursor: pointer;
        }

        .new_page_elegant_mask_videoClose .icon{
            width: 5vw;
            height: 5vw;
        }

        .new_page_elegant_box_son_img{
        }

    /* 开学第一课 */
    .new_page_school{
        width: 90%;
        margin: 0 auto;
        /* margin-bottom: 4vw; */
        display: flex;
        flex-direction:column-reverse;
    }

    .new_page_school_leftBox{
        width: 100%;
        height: 100%;
    }

    .new_page_school_rightBox{
        width: 100%;
        height: 100%;
    }

    .new_page_school_rightBox img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .new_page_school_leftBox{

    }

    .new_page_school_leftBox_top{
        padding-bottom: 1.6vw;
        border: 0.4vw solid #49a127;
    }

    .new_page_school_leftBox_down{
        margin-top: 2.4vw;
        border: 0.4vw solid #49a127;
    }

    .new_page_school_leftBox_top_one{
        padding: 2vw;
        font-size: 3.5vw;
        font-weight: 900;
        color: #02694f;
    }

    .new_page_school_leftBox_top_two{
        padding: 2vw;
        line-height: 5vw;
        font-size: 3.5vw;
    }

    .new_page_school_leftBox_top_one>div{
        margin-top: 1vw;
        border-bottom: 0.4vw solid #0d5642;
    }

    .new_page_school_leftBox_down{
        padding: 2vw;
        font-size: 3.5vw;
        font-weight: 900;
        color: #02694f;
    }

        /* 课程展示 */

        .new_page_classShow_pc{
            display: none;
        }
    
        .new_page_classShow_pe{
            display: block;
        }
    
        .new_page_classShow{
            width: 100%;
            margin: 0 auto;
            /* margin-bottom: 8vw; */
            position: relative;
        }
    
        .mySwiper3{
            width: 90% !important;
            margin: 0 auto;
        }
    
        .swiper3_box{
            width: 100%;
            height: 100%;
            text-align: center;
        }
    
        .swiper3_btn_next{
            width: 4vw;
            height: 10vw;
            position: absolute;
            right: 1vw;
            top: 50%;
            transform: translate(-50%);
            background: url(../img/new_page_img25.png) no-repeat;
            background-size: contain;
            cursor: pointer;
            z-index: 8000;
        }
    
        .swiper3_btn_prev{
            width: 4vw;
            height: 10vw;
            position: absolute;
            left: 5vw;
            top: 50%;
            transform: translate(-50%);
            background: url(../img/new_page_img24.png) no-repeat;
            background-size: contain;
            cursor: pointer;
            z-index: 8000;
        }
    
        .swiper3_box_sonBox{
            width: 90%;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
    
        .swiper3_box_sonBox_showBox{
            width: 39vw;
            height: 30vw;
            margin-bottom: 1vw;
            border-radius: 0.5vw;
            background-color: #fff;
        }
    
        .swiper3_box_sonBox_showBox_img{
            width: 100%;
            height: 24vw;
            border-radius:0.5vw 0.5vw 0 0;
            overflow: hidden;
        }
    
        .showBox_img1{
            background: url(../img/new_page_img26.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img2{
            background: url(../img/new_page_img27.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img3{
            background: url(../img/new_page_img28.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img4{
            background: url(../img/new_page_img29.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img5{
            background: url(../img/new_page_img30.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img6{
            background: url(../img/new_page_img31.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img7{
            background: url(../img/new_page_img32.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img8{
            background: url(../img/new_page_img33.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img9{
            background: url(../img/new_page_img34.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img10{
            background: url(../img/new_page_img35.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .showBox_img11{
            background: url(../img/new_page_img36.png) no-repeat;
            background-size: 100% 100%;
        }
    
        .swiper3_box_sonBox_showBox_name{
            width: 100%;
            height: 6vw;
            text-align: left;
            line-height: 6vw;
            font-size: 4vw;
            padding-left: 2vw;
        }
    
        .swiper3_box_sonBox_showBox_img{
            position: relative;
            cursor: pointer;
        }
    
        .swiper3_box_sonBox_showBox_imgName{
            width: 100%;
            height: 4vw;
            line-height: 4vw;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            color: #fff;
            text-align: left;
            padding-left: 2vw;
            font-size: 3vw;
        }
    
        .swiper3_box_sonBox_showBox_imgBtn{
            position: absolute;
            bottom: 4vw;
            left: 2vw;
        }
    
        .swiper3_box_sonBox_showBox_imgBtn img{
            width: 5vw;
            height: 5vw;
        }

    /* 匠心逐梦 */
    .new_page_dreamOne{
        width: 90%;
        height: 39vw;
        display: flex;
        margin: 0 auto;
        margin-bottom: 4vw;
    }

    .new_page_dreamOne_leftBox{
        width: 60%;
    }

    .new_page_dreamOne_leftBox_top{
        height: 4vw;
    }

    .new_page_dreamOne_leftBox_down{
        height: 4vw;
    }

    .new_page_dreamOne_leftBox_top{
        position: relative;
    }

    .new_page_dreamOne_leftBox_top img{
        width: 4vw;
        height: 4vw;
        position: absolute;
        right: 0;
    }

    .new_page_dreamOne_leftBox_down{
        position: relative;
    }

    .new_page_dreamOne_leftBox_down img{
        width: 4vw;
        height: 4vw;
        position: absolute;
        right: 0;
    }

    .new_page_dreamOne_leftBox_body{
        height: 31vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .new_page_dreamOne_leftBox_body_son{
        width: 17.5vw;
        height: 15vw;
        margin-bottom: 0.2vw;
        position: relative;
    }

    .new_page_dreamOne_leftBox_body_son img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .new_page_dreamOne_leftBox_body_son_mask{
        width: 100%;
        height: 100%;
        line-height: 16vw;
        text-align: center;
        color: #fff;
        font-weight: 900;
        font-size: 1.5vw;
        background-color: rgba(41, 94, 48,0.7);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        cursor: pointer;
    }

    .new_page_dreamOne_leftBox_body_son:hover .new_page_dreamOne_leftBox_body_son_mask{
        opacity: 1;
    }

    .new_page_dreamOne_rightBox{
        width: 40%;
        background-color: #295e30;
    }

    .new_page_dreamOne_rightBox_imgBox{
        height: 50%;
    }

    .new_page_dreamOne_rightBox_imgBox img{
        width: 100%;
        height: 100%;
    }

    .new_page_dreamOne_rightBox_contentBox{
        height: 50%;
    }

    .new_page_dreamOne_rightBox_contentBox_word{
        text-align: center;
        color: #fff;
        font-size: 3vw;
        margin-top: 4vw;
    }

    .new_page_dreamOne_rightBox_contentBox_btn{
        text-align: center;
        margin-top: 2vw;
    }

    .new_page_dreamOne_rightBox_contentBox_btn img{
        width: 16vw;
        height: 8vw;
        cursor: pointer;
        object-fit: contain;
    }

        /* 匠星筑梦 */
        .new_page_dreamTwo{
            width: 90%;
            margin: 0 auto;
            display: flex;
            background: url(../img/new_page_img_bg6.png) no-repeat;
            background-size:100% 100%;
        }
    
        .new_page_dreamTwo_left{
            width: 30vw;
            padding-top: 1.5vw;
            padding-bottom: 1.5vw;
            padding-left: 1vw;
            padding-right: 1vw;
        }
    
        .new_page_dreamTwo_left_selectBtn{
            font-size: 2.5vw;
            cursor: pointer;
            color: #fff;
            transition: 0.3s;
            border-bottom: 0.2vw solid #fff;
        }
    
        .new_page_dreamTwo_right{
            width: 52vw;
            height: 32vw;
            margin-left: 4vw;
            margin-top: 12vw;
            position: relative;
        }
    
        .new_page_dreamTwo_right img{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: 0.3s;
        }
    
        .new_page_dreamTwo_right_content{
            width: 100%;
            padding-top: 0.5vw;
            padding-bottom: 0.5vw;
            color: #fff;
            text-align: center;
            font-size: 2.5vw;
            position: absolute;
            bottom: 0;
            z-index: 8000;
            background-color: rgba(0, 0, 0, 0.5);
        }
    
        .new_page_dreamTwo_left_selectBtn_one{
            color: #295e30;
            background-color: #fedc63;
            font-weight: 900;
        }
    
        .new_page_dreamTwo_right_img_one{
            opacity: 1 !important;
        }
    
        .new_page_dreamTwo_left a{
            text-decoration: none;
        }

    /* 匠星致远 */

    .new_page_far_pc{
        display: none;
    }

    .new_page_far_pe{
        display: block;
    }

    .new_page_far{
        width: 90%;
        margin: 0 auto;
        position: relative;
        /* margin-bottom: 4vw; */
    }

    .mySwiper4{
        width: 90% !important;
        margin: 0 auto;
    }

    .mySwiper4_outBox{

    }

    .swiper4_btn_next{
        width: 4vw;
        height: 10vw;
        position: absolute;
        right: -3vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img25.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        z-index: 8000;
    }

    .swiper4_btn_prev{
        width: 4vw;
        height: 10vw;
        position: absolute;
        left: -1vw;
        top: 50%;
        transform: translate(-50%);
        background: url(../img/new_page_img24.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        z-index: 8000;
    }

    .mySwiper4_outBox_slide{
        display: flex !important;
        justify-content: space-between !important;
    }

    .new_page_far_showBox_one{
        width: 100%;
        height: 50vw;
        display: flex;
    }

    .new_page_far_showBox_one_left{
        width: 50%;
        border-radius: 4vw 0vw 0vw 0vw;
    }

    .new_page_far_showBox_one_left img{
        width: 100%;
        height: 100%;object-fit: contain;
    }

    .new_page_far_showBox_one_right{
        width: 50%;
        background-color: #295e30;
        border-radius: 0vw 0vw 4vw 0vw;
    }

    .new_page_far_showBox_two{
        width: 48%;
        height: 50vw;
        border-radius: 4vw 0vw 4vw 0vw;
    }

    .new_page_far_showBox_one_right_title{
        width: 90%;
        margin: 0 auto;
        margin-top: 4vw;
        font-weight: 900;
        color: #fff;
        font-size: 3.5vw;
    }

    .new_page_far_showBox_one_right_word{
        width: 90%;
        margin: 0 auto;
        margin-top: 4vw;
        color: #fff;
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .new_page_far_showBox_two{
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .new_page_far_showBox_two img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .new_page_far_showBox_two_name{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding-top: 1vw;
        padding-bottom: 1vw;
        display: flex;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .new_page_far_showBox_two_name_left{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .new_page_far_showBox_two_name_right{
        color: #fff;
        padding-right: 1vw;
    }

    .new_page_far_showBox_two_name_left img{
        width: 6vw;
        height: 6vw;
    }

    .new_page_far_showBox_two_name_right_name span:nth-child(1){
        font-size: 3vw;
        font-weight: 900;
    }

    .new_page_far_showBox_two_name_right_name span:nth-child(2){
        font-size: 2.5vw;
        margin-left: 2vw;
    }

    .new_page_far_showBox_two_name_right_content{
        font-size: 2.4vw;
        margin-top: 1vw;
    }

    .new_page_zhanwei{
        height: 3vw;
    }

        /* 思政 */
        .new_page_Ideological{
            width: 80%;
            background: url(../img/new_page_img66.jpg) no-repeat;
            background-size: 100% 100%;
            margin: 0 auto;
            margin-bottom: 4vw;
            box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
        }
    
        .new_page_Ideological_imgbox{
            width: 100%;
            cursor: pointer;
            position: relative;
            margin-bottom: 2vw;
        }
    
        .new_page_Ideological_imgbox .imgBox_img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    
        .new_page_Ideological_imgbox_name{
            text-align: center;
            margin-top: 0vw;
            font-size: 4vw;
        }
    
        .imgBox_play{
            width: 8vw;
            height: 8vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.8;
        }

    /* 田间思政 */
    .new_page_farm{
        width: 90%;
        margin: 0 auto;
    }

    .new_page_farm_box1{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .new_page_farm_box1_innerBox1{

    }

    .new_page_farm_box1_innerBox2{
        width: 30vw;
    }

    .new_page_farm_box1_innerBox1 img{
        width: 58vw;
        height: 41vw;

    }

    .new_page_farm_box1_innerBox2 img{
        width: 30vw;
        height: 20vw;
    }

    .new_page_farm_box3{
        display: flex;
    }

    .new_page_farm_box3_innerBox1{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .new_page_farm_box3_innerBox1{
        width: 59vw;
        margin-right: 1vw;
    }

    .new_page_farm_box3_innerBox1 img{
        width: 29vw;
        height: 20vw;
        margin-right: 0.2vw;
        margin-bottom: 0.2vw;
    }

    .new_page_farm_box3_innerBox2 img{
        width: 30vw;
        height: 41vw;
    }

    /* 底部 */
    .footer{
        padding-top: 8vw;
        padding-bottom: 8vw;
        text-align: center;
        background-color: #295e30;
    }

    .footer_word1{
        font-size: 3vw;
        color: #fff;
        margin-bottom: 1vw;
    }

    .footer_word2{
        font-size: 3vw;
        color: #fff;
    }

        /* 田间图片展示蒙版 */
        .farm_mask{
            width: 100%;
            height: 100%;
            position: relative;
            background-color: rgba(0,0,0,0.5);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
            display: none;
        }
    
        .farm_mask img{
            width: 80%;
            height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            object-fit: contain;
        }
    
        .farm_mask .icon{
            width: 6vw;
            height: 6vw;
            position: absolute;
            top: 4vw;
            right:15%;
            cursor: pointer;
            background-color: #fff;
            border-radius: 50vw;
        }

        .new_page_school_leftBox_top{
            height: 5.8vw;
            overflow: hidden;
            transition: 0.3s;
            margin-bottom: 1vw;
        }

        /* 匠心筑梦手机端 */
        .new_page_dreamTwo_pe{
            width: 90%;
            margin: 0 auto;
            padding: 2vw;
            background-color: #49a127;
        }

        .new_page_dreamTwo_pe_img{
            position: relative;
        }

        .new_page_dreamTwo_pe_img img{
            width: 100%;
            height: 60vw;
            object-fit: contain;
        }

        .new_page_dreamTwo_pe_btnBox{

        }

        .new_page_dreamTwo_pe_btnBox_son{
            border-bottom: 0.1vw solid #fff;
            font-size: 3vw;
            padding-top: 3vw;
            padding-bottom: 3vw;
            text-align: center;
        }

        .new_page_dreamTwo_pe_btnBox_son a{
            text-decoration: none;
            color: #fff;
        }

        .new_page_dreamTwo_pe_img_word{
            width: 96%;
            font-size: 3vw;
            position: absolute;
            bottom: 0;
            z-index: 8000;
            padding-top: 1vw;
            padding-bottom: 1vw;
            padding-left: 2%;
            padding-right: 2%;
            color: #fff;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
        }
    
}

/* 通用 */
.link_a{
    text-decoration: none;
}

.new_page_school_leftBox_top_first{
    height: auto;
}

.new_page_school_leftBox_top_one{
    cursor: pointer;
}

.new_page_dreamTwo_pe_btnBox_son:hover{
    color: rgb(41, 94, 48);
    background-color: rgb(254, 220, 99);
    font-weight: 900;
}