jquery("#nav").slide({type:"menu",titonclassname:"active", titcell:".nli", targetcell:".sub", effect:"slidedown", delaytime:300 , triggertime:0, returndefault:true}); $(".h_search").click(function(){ $(".form_box").fadetoggle() }) $(window).scroll(function () { var st = $(this).scrolltop(); if(st>1){ $(".header_nav").addclass("f_top"); }else{ $(".header_nav").removeclass("f_top"); } }); $(document).ready(function(){ $("#firstpane .menu_body:eq(0)").hide(); $("#firstpane div.menu_head").click(function(){ $(this).addclass("current").next("div.menu_body").slidetoggle(300).siblings("div.menu_body").slideup("slow"); $(this).siblings().removeclass("current"); }); }); //在线客服 var lxbtn = $(".lxfx li"); lxbtn.each(function () { var index = $(this).index(); if (index == 1 || index == 2 || index == 4) { $(this).hover(function () { $(this).stop().animate({ marginleft: "-13px", width: "90px" }, 600) }, function () { $(this).stop().animate({ marginleft: "0px", width: "77px" }, 600) }) } if (index == 0) { $(this).hover(function () { $(this).stop().animate({ marginleft: "-165px", width: "242px" }, 600) }, function () { $(this).stop().animate({ marginleft: "0px", width: "77px" }, 600) }) } if (index == 3) { $(this).hover(function () { $(this).stop().animate({ marginleft: "-13px", width: "90px" }, 600, function () { $(".fix_ewm").stop().show() }) }, function () { $(this).stop().animate({ marginleft: "0px", width: "77px" }, 600, function () { $(".fix_ewm").stop().hide() }) }) } }); //返回顶部 $(".mtop").click(function(){ $("html,body").animate({scrolltop:0},"slow"); return false; });