// 导航下拉 $(".nav li").hover(function() { $(this).find("dl").slideToggle(200); })