首页 / 企业文化


元素上 document.documentElement.style.fontSize = baseFontSize; } // 特效初始化 AOS.init({ disable: window.innerWidth < 992, duration: 800 }); var mySwiper = new Swiper ('.swiper', { loop: true, // 循环模式选项 // autoplay: true,//可选选项,自动滑动 autoplay: { delay: 3000, stopOnLastSlide: false, disableOnInteraction: true, }, // 如果需要分页器 pagination: { el: '.swiper-pagination', }, }) // 移动端遮罩层点击展开 function openNav() { document.getElementById("myNav").style.width = "100%"; document.getElementById("body").style.overflow = "hidden"; } // 移动端遮罩层点击收起 function closeNav() { document.getElementById("myNav").style.width = "0%"; }