$(function() { //头图 $('.Banner .slick-images').slick({ slidesToShow: 1, slidesToScroll: 1, dots: true, arrows:true, centerMode: true, centerPadding: 0, autoplay:true, fade: true, autoplaySpeed: 4000, focusOnSelect: true }); $('.article_list01 ul').slick({ infinite: true, slidesToShow: 6, slidesToScroll: 6, dots: false, arrows:true, responsive: [ { breakpoint: 1020, settings: { slidesToShow: 4, slidesToScroll: 4, } },{ breakpoint: 767, settings: { slidesToShow: 3, slidesToScroll: 3, } },{ breakpoint: 500, settings: { slidesToShow: 2, slidesToScroll: 2, } },{ breakpoint: 400, settings: { slidesToShow: 1, slidesToScroll: 1, } } ] }); });