$("document").ready(function(){ $(".nav li:last-child").css("padding-right","0px"); $(".nav > li").hover(function(){ $(this).addclass("menu"); $(this).children("div").stop(true,true).slidedown(); },function(){ $(this).removeclass("menu"); $(this).children("div").stop(true,true).slideup(); }) $(".maincontect").find("img").css("height","auto"); $(".maincontect .con").find("img").css("height","auto"); $(".pro_pic").find("a").hover( function(){ $(this).find(".title").stop(false,true).slidedown() },function(){ $(this).find(".title").stop(false,true).slideup() } ); // var pgname = document.location.href; // pgname=pgname.replace(/\?.*$/,'') // pgname=pgname.replace(/^.*\//,'') // if(pgname=="index.php"||pgname==null||pgname==""){ // $(".inav").css("margin-top","-44px"); // scrolling("prolist","prolist1","prolist2"); // } $(".newsb ul:last-child").css("padding-right","0"); $(".procla_list > ul > li ").click(function(){ $(this).next("ul").slidetoggle(); }) $(".prolist2 ul li:nth-child(2n)").css("margin-right","0px"); $(".pglist ul li").not(".on").hover(function(){ $(this).addclass("on");},function(){$(this).removeclass("on");}) }); //导航定位 function dingwei(){ var nav = document.getelementbyid("nav"); var links = nav.getelementsbytagname("li"); var lilen =$("#nav").find("a"); var st2=new array(); var str1=new array(); var urrenturl = document.location.href; st2= urrenturl.split("_") var last = 0; for (var i=0;i