jquery("#navul li a").removeclass("col").parent().eq(3).find("a").addclass("col"); jquery(".mainarea .kaifaxiangmu03 .remenlist li").hover(function(){ jquery(this).find(".txt").stop(true,true).animate({"bottom":-77+'px'}); jquery(this).find(".fixa").stop(true,true).animate({"top":"10%"}); },function(){ jquery(this).find(".txt").stop(true,true).animate({"bottom":"0"}); jquery(this).find(".fixa").stop(true,true).animate({"top":"-100%"}); })