$(".nav>ul>li").hover(function() { $(this).stop(true, false).addClass("on"); $(this).children("div").stop(true, false).slideDown() },function(){ $(this).stop(true, false).removeClass("on"); $(this).children("div").stop(true, false).slideUp() }); //搜索 $("#bnt_search").click(function () { $("#j_seach_box").fadeIn(); $("#j_seach_box .bg_box").fadeIn(); }); $("#j_seach_box .bg_box").click(function () { $("#j_seach_box").fadeOut(200); $("#j_seach_box .bg_box").fadeOut(200); }); $("#j_seach_box .box_size").click(function () { $("#j_seach_box").fadeOut(200); $("#j_seach_box .bg_box").fadeOut(200); }); $(".news_flash ul").slick({ autoplay:true, autoplaySpeed:3000, leftMarquee:true, cssEase: 'linear', dots:true, arrows:true, appendDots:".news_flash .news_flash_nav", pauseOnHover:false, customPaging: function(slider, i) { return i + 1; }, }); $('.ssfc .bd ul').slick({ dots: true, arrows: false, slidesToShow: 2, slidesToScroll: 1, speed: 100, swipe: true, accessibility: false, autoplay: true, appendDots:".ssfc .news_flash_nav", pauseOnHover:false, customPaging: function(slider, i) { return i + 1; }, });