new WOW().init(); /* banner */ var mySwiper = new Swiper('.banner .swiper-container1', { loop: true, pagination: { el: '.swiper-pagination', clickable: true, renderBullet: function (index, className) { return '' + '0' + (index + 1) + ''; }, }, autoplay: { delay:5000,//5秒切换一次 disableOnInteraction: false,//手动滑动之后继续自动轮播 },navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); /* 产品中心 */ jQuery(".pro_center").slide({delayTime:1000,effect:"fold"}); /* 企业优势 */ jQuery(".look_center").slide({autoPlay:true,interTime:5000,delayTime:1000,effect:"fold"}); /* 工程案例 */ jQuery(".picScroll-left01").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,autoPlay:true,effect:"leftLoop",vis:3,interTime:5000,delayTime:1000}); /* 公司环境 */ jQuery(".picScroll-left02").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,autoPlay:true,effect:"leftLoop",vis:2,interTime:5000,delayTime:1000}); /* 新闻中心 */ jQuery(".news_center").slide({delayTime:1000,effect:"fold"}); AOS.init({ easing: 'ease-out-back', duration: 1000 });