//移动端导航 $(".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)") } }); //搜索 $('.btn').on('click',function(){ $('.search-dialog-box').toggleClass("on"); }) $('.search-dialog-box .pub-close').on('click',function(){ $('.search-dialog-box').removeClass("on"); }) //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 jxkytxt = new Swiper('.news-txt', { loop:true, speed:800, spaceBetween: 10, noSwiping : true, noSwipingClass : 'no-swi', }); var jxkyimg = new Swiper('.news-img', { speed:800, loop:true, spaceBetween: 10, autoplay: { delay: 3000, disableOnInteraction: false, }, controller:{control: [ jxkytxt]}, pagination: { el: '.news-img .swiper-pagination', clickable: true, }, }); //机械风采 var xywh1 = new Swiper('.tea_box .swiper-container', { speed: 800, loop: true, spaceBetween: 40, centeredSlides: true, slidesPerView: 5, autoplay: { delay: 5000, disableOnInteraction: false, }, breakpoints: { 580: { slidesPerView: 2, centeredSlides: false, spaceBetween: 30, }, 980: { slidesPerView: 3, centeredSlides: false, spaceBetween: 30, }, } }); var szkmimg = new Swiper('.sz-img', { speed:800, effect:'fade', noSwiping : true, noSwipingClass : 'no-swi' }); var szkmtxt = new Swiper('.sz-right .swiper-container', { speed:800, autoplay: { delay: 5000, disableOnInteraction: false, }, spaceBetween: 10, navigation: { prevEl: '.sz-qh .swiper-button-prev', nextEl: '.sz-qh .swiper-button-next', }, controller:{control: [szkmimg]}, scrollbar: { el: '.sz-qh .swiper-scrollbar', draggable: true, } });