jquery(function(){ var $banner = jquery('.banner'), $bannerpic = $banner.find(".pic"), $bannerimg = $banner.find(".pimg"), $bannersider=jquery(".bannersider"), $bannerli = $bannersider.find("li"); jquery(".businessidemo li").mouseenter(function(){ jquery(this).find(".bluebg").stop(false,false).fadein(); jquery(this).find('.t').delay(150).stop(false,false).animate({'margintop':'-35px'},500); jquery(this).find('.c').delay(300).stop(false,false).animate({margintop:0,opacity:"show"},500); jquery(this).find('.more').delay(400).stop(false,false).animate({margintop:30,opacity:"show"},500); }).mouseleave(function(){ jquery(this).find(".bluebg").fadeout(); jquery(this).find('.t').animate({'margintop':0},300); jquery(this).find('.c').css({margintop:50,display:"none"}); jquery(this).find('.more').css({margintop:70,display:"none"}); }); });