new WOW().init(); // 杩斿洖椤堕儴 $(window).on('scroll', function () { if ($(window).scrollTop() > 500) { $(".gotop").addClass("show2") } else { $(".gotop").removeClass("show2") } }); $(".gotop").click((function () { $("html, body").animate({ scrollTop: 0 }, 400) })) $('.h_nav').click(function (e) { $("nav").toggleClass('show') ; $(this).toggleClass('close') ; }) var banSwiper = new Swiper('.banner .swiper-container', { loop: true, autoplay: true, navigation: { nextEl: '.banner .next', prevEl: '.banner .prev', }, breakpoints: { //褰撳搴﹀ぇ浜庣瓑浜?20 320: { pagination: { el: '.banner .swiper-pagination', clickable: true, }, }, 750: { }, }, }) var newsswiper = new Swiper('.swiper0', { breakpoints: { //褰撳搴﹀ぇ浜庣瓑浜?20 320: { spaceBetween: 25, slidesPerView: 1.5, }, 750: { slidesPerView: 3, spaceBetween:50, allowTouchMove: false, }, 1240: { slidesPerView: 3, spaceBetween: 100, allowTouchMove: false, }, 1440: { slidesPerView: 3, spaceBetween: 130, allowTouchMove: false, }, }, }); function createSwiper(index) { console.log(index) $(".newtabTit .on").removeClass('on') $('.newtabTit span').eq(index).addClass('on'); $(".idxNewscon .on").removeClass('on') $('.idxNewscon figure').eq(index).addClass('on'); var swiper = new Swiper('.swiper' + index, { breakpoints: { //褰撳搴﹀ぇ浜庣瓑浜?20 320: { spaceBetween: 25, slidesPerView: 1.5, }, 750: { slidesPerView: 3, spaceBetween:50, allowTouchMove: false, }, 1240: { slidesPerView: 3, spaceBetween: 100, allowTouchMove: false, }, 1440: { slidesPerView: 3, spaceBetween: 130, allowTouchMove: false, }, }, // tab鍒囨崲澶辨晥bug瑙e喅 observer: true, observeParents: true, // 鎶撴墜鍥炬爣 grabCursor: true }); return swiper; } var idxVideoSwiper = new Swiper('#idxVideoSwiper', { breakpoints: { //褰撳搴﹀ぇ浜庣瓑浜?20 320: { spaceBetween: 25, slidesPerView: 1.2, }, 750: { slidesPerView: 3, spaceBetween:50, allowTouchMove: false, }, 1240: { slidesPerView: 3, spaceBetween: 30, allowTouchMove: false, }, 1440: { slidesPerView: 3, spaceBetween: 30, allowTouchMove: false, }, }, }); // 瑙嗛 $('.play-btn').click(function (e) { $('div.video-play').show(); var src = $(this).find('video').attr('src') || $(this).find('video').find('source').attr('src') || $(this).data('src') $("#video").attr('src', src); $('body').css('overflow', 'hidden'); }); $('div.close-btn').click(function (e) { $('div.video-play').hide(); $("#video").attr('src', ''); $('body').css('overflow', 'auto'); }); $('.video-bg').click(function (e) { $('div.video-play').hide(); $("#video").attr('src', ''); $('body').css('overflow', 'auto'); }); var honorSwiper=new Swiper('.honor .swiper-container', { loop: true, navigation: { nextEl: '.honor .honorRight', prevEl: '.honor .honorLeft', }, breakpoints: { //褰撳搴﹀ぇ浜庣瓑浜?20 320: { spaceBetween: 25, slidesPerView: 1.8, }, 750: { spaceBetween: 30, slidesPerView: 3, }, 1240: { spaceBetween: 40, slidesPerView: 4, }, }, })