var win_show = function(){ var speed = 600; $(".block").hover(function(){ $(".win").stop(true,true); $(this).children(".win").slideDown(speed); },function(){ $(".win").stop(true,true); $(this).children(".win").slideUp(speed); }); } var bodyer_kuan = function(){ var w_height = window.screen.height; if(w_height > 1290){ $(".bodyer-kuan").css("height",w_height - 1290) } }