//移动端导航 var w = $(window).width(); if(w<=1100){ $(".selectBut").click(function() { $(".navm-box").toggleClass("act"); $("body").toggleClass("navShow"); if($(".selectBut").hasClass("hd1-aon1")) { $(this).removeClass("hd1-aon1"); } else { $(this).addClass("hd1-aon1"); } }) }; $(window).resize(function() { if(w<=1100){ $(".selectBut").click(function() { $(".navm-box").toggleClass("act"); $("body").toggleClass("navShow"); if($(".selectBut").hasClass("hd1-aon1")) { $(this).removeClass("hd1-aon1"); } else { $(this).addClass("hd1-aon1"); } }) }; }); $(".nav-wrap .icon-jia").click(function(){ if($(this).parent().find("dl").is(":hidden")){ $(this).parent().find("dl").show(500); $(this).css("transform","rotate(180deg)") }else{ $(this).parent().find("dl").hide(500); $(this).css("transform","rotate(0deg)") } }); $('.search').click(function(){ $('.search_wrap').fadeIn(); }); $('.search_wrap .bck').click(function(){ $('.search_wrap').fadeOut("slow"); }); //导航 $('.nav ul li h3 a').each(function() { var text = $(this).text(); $(this).text('').append(function() { var content = ''; for (var i = 0; i < text.length; i++) { content += '' + text[i] + ''; } return content; }); }); //banner var bn_txt = new Swiper('.txt_box .swiper-container', { loop:true, speed:800, noSwiping : true, noSwipingClass : 'no-swi', }); var bn_img = new Swiper('.banner>.swiper-container', { speed:800, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, controller:{control: [bn_txt]}, pagination: { el: '.banner .swiper-pagination', clickable: true, } }); //学院新闻 var mySwiper3 = new Swiper('.news-scroll .swiper-container', { speed:800, loop:true, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, } }); //图片链接滚动 var swiper_laboratory1 = new Swiper(".partc .swiper-container", { spaceBetween: 30, slidesPerView: 5, autoplay: false, autoplay: { delay: 5000, stopOnLastSlide: false, disableOnInteraction: true, }, breakpoints: { 980: { slidesPerView: 4 }, 780: { slidesPerView: 3 }, 540: { slidesPerView: 2 }, 360: { slidesPerView: 1 }, } }); //师生成果 var swiper_laboratory = new Swiper(".pebox .swiper-container", { spaceBetween: 30, slidesPerView: 4, autoplay: false, autoplay: { delay: 5000, stopOnLastSlide: false, disableOnInteraction: true, }, loop: true, breakpoints: { 540: { slidesPerView: 2, centeredSlides: false, }, 880: { slidesPerView: 3, centeredSlides: false, }, } });