//function $(id) //{ // return document.getelementbyid(id); //} //window.onload=function() //{ // var list=$("navs").getelementsbytagname("li"); // for(var i=0;i 126) { // 全角 relen += 2; } else { relen++; } } return relen; } function autoscroll(obj) { $(obj).find("ul:first").animate({ margintop: "-30px" }, 500, function() { $(this).css({ margintop: "0px" }).find("li:first").appendto(this); }); } function index(){ //企业证书幻灯片 $('#slideshow1').slideshows( { showcaption: false, showpreview: false, showpaging:true } ); //首页头部幻灯片 $('#slideshow2').slideshows( { showcaption: false, showpreview: false, showpaging:false } ); //段段翻滚 $("#rollbox").autoplay2(); } function slideshow(){ if($(".containl").height()<$(".containr").height()){ $(".containl").height($(".containr").height()); }else{ //$(".containr").height($(".containl").height()); } }