//banner var mySwiper1 = new Swiper('.banner .swiper-container', { speed:1200, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '.banner .swiper-pagination', clickable: true, } }); //通知公告 var swiper2 = new Swiper('.pblist', { loop:true, slidesPerView: 3, spaceBetween: 30, autoplay: { delay: 3000, disableOnInteraction: false, }, pagination: { el: '.pblist .swiper-pagination', clickable: true, } }); //党建团学切换 jQuery(".p3right").slide({targetCell:".more1 a"}); //党建团学切换 jQuery(".p3left").slide({targetCell:".more2 a"}); //学生作品 var swiper3 = new Swiper('.picScroll-left .swiper-container', { loop:true, slidesPerView: 5, spaceBetween: 10, autoplay: { delay: 3000, disableOnInteraction: false, }, });