// 浜у搧 var swiper = new Swiper(".index-section-serve .list-tap-list", { pagination: { el: ".index-section1-pagination", clickable: true, }, navigation: { nextEl: '.honor-list .honor-button-next', prevEl: '.honor-list .honor-button-prev', }, breakpoints: { 320: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?20 slidesPerView: 3, spaceBetween: 2, noSwiping: false, }, 768: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?68 slidesPerView: 4, spaceBetween: 2, noSwiping: false, }, 992: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?68 slidesPerView: 4, spaceBetween: 2, noSwiping: false, }, 1200: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?280 slidesPerView: 5, spaceBetween: 2, noSwiping: true, } } }); $(document).ready(function(){ // 鎴愬姛妗堜緥鍒囨崲 $('.service-list .list-tap-list li').click(function(){ $(this).addClass('active').siblings().removeClass('active'); $('.list-content .slide').eq($(this).index()).addClass('active').siblings().removeClass('active'); }); });