// 产品案例特效 $(document).ready(function(){ // $("#elem-FrontProducts_list01-1428836335132 ul>li:eq(0) .pro-module").attr("id","current3"); $("ul.mainul li").hover(function() { $(this).find(".pic a .landi").stop().animate({top: "0px"}, 400); $(this).find(".pic a .jieshao").stop().animate({bottom: "75px"}, 400); $(this).find(".pro-module").attr("id","current3"); }, function() { $(this).find(".pic a .landi").stop().animate({top: "-180px"}, 400); $(this).find(".pic a .jieshao").stop().animate({bottom: "-100px"}, 400); $(this).find(".pro-module").removeAttr("id","current3"); }); }) // 导航 jQuery(".nav").slide({ type:"menu", titCell:".m", targetCell:".sub", effect:"slideDown", delayTime:300, triggerTime:100,returnDefault:true }); // 轮播 jQuery(".banner").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true, autoPage:true, trigger:"click" });