//导航样式 $(function() { $(window).scroll(function() { if ($(window).scrollTop() > 0) { $("#c_static_001-1642049907718").addClass('yx_Fixed'); } else { $("#c_static_001-1642049907718").removeClass("yx_Fixed"); } }); }); /*end*/ /*应用领域*/ $("#c_static_001-16450915475160 .e_loop-5 .p_loopitem").eq(0).addClass("xianshi") $("#c_static_001-16450915475160 .e_loop-5 .p_loopitem").mouseover(function(){ $(this).addClass("xianshi").siblings().removeClass("xianshi"); }).mouseout(function(){ $(this).removeClass("xianshi"); $("#c_static_001-16450915475160 .e_loop-5 .p_loopitem").eq(0).addClass("xianshi") }) /*end*/ var historySwiper = new Swiper('.history', { // 自动轮播 //autoplay: 3000, // 循环 loop: true, // 轮播速度 speed: 700, // 一屏幕显示个数 slidesPerView:8, // slide 之间的距离 //spaceBetween: 40, // 媒体查询 breakpoints: { 468: { slidesPerView: 2, }, 768: { slidesPerView:3, }, 1440: { slidesPerView:5, }, }, // 前进后退按钮 prevButton: '.history-prev', nextButton: '.history-next', observer:true, observeParents:true });