$(function() { $(".banner").slick({ autoplay: false, dots: true }) $(".s1-l").slick({ autoplay: false, dots: true }) $(".sect2 .title-other h2").click(function() { $(this).addClass("on").siblings().removeClass("on"); var i = $(this).index(); $(".s2 ul").eq(i).addClass("on").siblings().removeClass("on"); }) $(".gfmt>ul").slick({ autoplay: false, slidesToShow: 3, slidesToScroll: 1, centerMode: true, centerPadding: '0', responsive: [{ breakpoint: 1001, settings: { centerMode: false, slidesToShow: 2, slidesToScroll: 1, } }, { breakpoint: 700, settings: { centerMode: false, slidesToShow: 1, slidesToScroll: 1, } }] }) $(".zsst>ul").slick({ autoplay: false, slidesToShow: 3, slidesToScroll: 1, centerMode: true, centerPadding: '0', responsive: [{ breakpoint: 1001, settings: { centerMode: false, slidesToShow: 2, slidesToScroll: 1, } }, { breakpoint: 700, settings: { centerMode: false, slidesToShow: 1, slidesToScroll: 1, } }] }) $(".sect6>ul").slick({ autoplay: false, slidesToShow: 3, slidesToScroll: 3, dots: true, responsive: [{ breakpoint: 769, settings: { slidesToShow: 2, slidesToScroll: 2, } }, { breakpoint: 600, settings: { slidesToShow: 1, slidesToScroll: 1, } }] }) $(".sect3 .title-other h2").click(function() { $(this).addClass("on").siblings().removeClass("on"); var i = $(this).index(); $(".s3>div").eq(i).addClass("on").siblings().removeClass("on"); }) $(".baokan>ul").slick({ autoplay: false, }) })