$('.banner .slick').slick({ autoplay: true, arrows: true, dots: true, accessibility: true, }); $('.s1-banner>ul').slick({ autoplay: true, arrows: true, dots: true, slidesToShow: 1, slidesToScroll: 1, }); $('.s1-list>ul').slick({ autoplay: true, arrows: false, dots: false, slidesToShow: 3, slidesToScroll: 1, infinite: false, responsive: [{ breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 769, settings: { slidesToShow: 2 } }, { breakpoint: 481, settings: { slidesToShow: 1 } },] }); $('.s3-list>ul').slick({ autoplay: true, arrows: true, dots: true, slidesToShow: 3, slidesToScroll: 1, responsive: [{ breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 769, settings: { slidesToShow: 2 } }, { breakpoint: 640, settings: { slidesToShow: 1 } },] });