$(function(){ $(window).resize(function(){ if($(window).width() > 992){ navpc(); homesourse(); // newsfn(); }else{ navwap(); } if($(window).width() > 768){ }else{ } }).resize(); //nav $(window).scroll(function(){ if($(window).scrolltop()>0){ $("#top").addclass("on"); }else{ $("#top").removeclass("on"); } }) function navpc(){ $(".nav ul li").hover(function(){ $(this).find(".navdown").stop().slidetoggle(); }) $(".toplang").hover(function(){ $(this).find(".toplangch").stop().fadetoggle(); }) } function navwap(){ $(".nav ul li .navbtn").click(function(){ $(this).parents("h2").toggleclass("on").siblings(".navdown").slidetoggle(); $(this).parents("li").siblings("li").find("h2").removeclass("on").siblings(".navdown").slideup(); }) $(".toplang").click(function(){ $(".toplangch").stop().fadetoggle(); }) $(".toplangch").click(function(event){ $(this).hide(); event.stoppropagation(); }) var i=0; $(".muen").click(function(event){ $(this).toggleclass("on"); if(i==0){ $("#top .nav").stop().animate({"left":'0'}); i=1; }else if(i==1){ $("#top .nav").stop().animate({"left":'-100%'}); i=0; } event.stoppropagation(); }) $("#top .nav").click(function(event){ event.stoppropagation(); }) $("body, body > *").click(function(){ $("#top .nav").stop().animate({"left":'-100%'}); $(".muen").removeclass("on"); i=0; }) } $(".toplangch").click(function(){ var texten = $(".toplangen").text(); var textch = $(".toplangch").text(); $(".toplangen").text(textch); $(".toplangch").text(texten) }) $(".topsearchbtn").click(function(){ $(".topsearchwrap").fadein(); $(".toplang").fadeout(); }) $(".topsearch").click(function(event){ event.stoppropagation(); }) $("body,body > *").click(function(){ $(".topsearchwrap").fadeout(); $(".toplang").fadein(); }) //search $(".topsearchwrap input").focus(function() { if($(this).val() == "请输入检索内容") { $(this).val(""); } }).blur(function() { if($(this).val() == "") { $(this).val("请输入检索内容"); } }); function homesourse(){ $(".homecourlist li").hover(function(){ $(this).stop().addclass("on"); $(this).find(".homecourtxt").delay(300).stop().fadein(500); $(this).find(".homecourtxt h3").delay(300).stop().animate({"margin-top":'35px'},400); },function(){ $(this).stop().removeclass("on"); $(this).find(".homecourtxt").stop().fadeout(); $(this).find(".homecourtxt h3").stop().animate({"margin-top":'120px'}); }) } //内页 function contnav(){ $(".contleftnav ul li h3").click(function(){ $(this).parents("li").toggleclass("on").siblings("li").removeclass("on"); $(this).parents("li").find(".contleftdown").slidetoggle().parents("li").siblings("li").find(".contleftdown").slideup(); }) $(".contleftdown a").click(function(){ $(this).addclass("on").siblings("a").removeclass("on").parents("li").siblings("li").find(".contleftdown a").removeclass("on"); }) } contnav(); //新闻列表 // function newsfn(){ // $(".newslist li").hover(function(){ // $(this).stop().addclass("on"); // $(this).find(".more").stop().fadein(500); // },function(){ // $(this).stop().removeclass("on"); // $(this).find(".more").stop().fadeout(500); // }) // // } //测导航弹跳 online=function(id,_top){ var me=id.charat?document.getelementbyid(id):id, d1=document.body, d2=document.documentelement; d1.style.height=d2.style.height='100%'; me.style.top=_top?_top+'px':0; me.style.position='absolute'; setinterval(function(){ me.style.top=parseint(me.style.top)+(math.max(d1.scrolltop,d2.scrolltop)+_top-parseint(me.style.top))*0.1+'px'; },10+parseint(math.random()*20)); return arguments.callee; }; // online('contleft',420); //分页 var page=function(){ $(".page a").click(function(){ $(this).addclass("active").siblings(".page a").removeclass("active"); $(this).parent(".page").find("em").removeclass("active"); $(this).parent(".page").find("i").removeclass("active"); }) $(".page em").click(function(){ $(this).addclass("active").siblings(".page em").removeclass("active"); $(this).parent(".page").find("i").removeclass("active"); }) $(".page i").click(function(){ $(this).addclass("active").siblings(".page i").removeclass("active"); $(this).parent(".page").find("em").removeclass("active"); }) } page(); })