$(".tabul li").mouseover(function(){$(this).addclass('active').siblings("li").removeclass("active").parent().next().children().eq($(this).index()).show().siblings().hide(); }) //设置样式 // $(function () { // var tags = $.request.querystring["tags"]; // if (tags == undefined || tags < 0) { // tags = 1; // } // $(".tit_snav li").eq(tags - 1).addclass("curr").siblings().removeclass(); // $(".tit_locate a").last().text($(".tit_snav li").eq(tags - 1).text()); // }); $(function () { setslip2(); // var window_w = $(window).width(); // if(window_w < 1440){ // $(".public_main").css({"margin-top":-870 +"px"}) //} }); shownav(); setslip(); $('.nav li').hover(function () { var li_n = $(this).index(); $('.subnav div').eq(li_n).addclass('on').siblings().removeclass('on'); }); $('.subnav').mouseleave(function () { $('.subnav div').removeclass('on'); }); $('.h_bg,.company_ban,.max_product,.ability_ban,.prof_ban,.cant_ban,.news_ban,.shop,h3').hover(function () { $('.subnav div').removeclass('on'); }); $(".search").hover(function(){ var wh = $(".header").height(); if(wh == 136){ $(this).find(".inp").stop().animate({"top":"136px"}); } else $(this).find(".inp").stop().animate({"top":"87px"}); },function(){ $(this).find(".inp").blur(); $(this).find(".inp").stop().animate({"top":"27px"}); }); $(window).resize(function(){ $(".search").hover(function(){ var wh = $(".header").height(); if(wh == 136){ $(this).find(".inp").stop().animate({"top":"136px"},300); } else { $(this).find(".inp").stop().animate({"top":"87px"},300); } },function(){ $(this).find(".inp").blur(); $(this).find(".inp").stop().animate({"top":"27px"},300); }); });