ument).ready(function(){ $('.innde_banner_pro').height($(window).width()*600/1920); var n=0; var s=$('.innde_banner_pro ul li').size(); function proBan(){ if(n>(s-2)){ n=0; $('.innde_banner_pro ul li').stop(true).fadeOut(1200); $('.innde_banner_pro ul li').eq(n).stop(true).fadeIn(1200); }else{ n++; $('.innde_banner_pro ul li').stop(true).fadeOut(1200); $('.innde_banner_pro ul li').eq(n).stop(true).fadeIn(1200); } } setInterval(function(){ proBan(); },6000); })