//alert($(window).width()); function history(){ var screenwidth=$(window).width(); if(screenwidth<=767){ $(".history_ins ul li.li1").removeclass("z"); $(".history_ins").addclass("all"); }else{ $(".history_ins ul li.li1").addclass("z"); $(".history_ins").removeclass("all"); } } $(document).ready(function() { }); $(function(){ var $a=$('.more_self'); $a.click(function(){ $('.hide_div').slidetoggle('fast'); $(this).toggleclass("on"); }) }) $(function(){ var $b=$('.locate_box .category a'); $b.click(function(){ $(this).addclass("even").siblings().removeclass('even'); }) }) $(document).ready(function(){ $(window).scroll(function () { var topheight=$(".linjie").offset().top; var ww=$(window).width(); if($("html").scrolltop()==0){ $sss=$("body").scrolltop(); }else{ $sss=$("html").scrolltop(); } if(ww>1200){ if($sss =800){ var ws='800px';}else{ var ws='90%';} layer.open({ type: 2, title: '观看视频', shadeclose: true, shade: 0.8, area: [ws,"60%"], //content: 'abox_selectcolor.php?n='+n content: 'video.php?v='+s }); */ if(s==2){$("div.videoss").hide();}else{ $("div.videoss").show(); } } $(function(){ var $a=$('.navul li'); $a.hover(function(){ $(this).children('div.ernav').stop(true, false).slidetoggle('fast'); }) }) $(function(){ var $div_li =$(".header .nav li"); $div_li.click(function(){}).hover(function(){ $('body').addclass("ov"); },function(){ $('body').removeclass("ov"); }) }) $(function(){ var $a=$('.header .nav .headcate .text b em'); $a.click(function(){ $('.header .nav .headcate .text span').slidetoggle(); $('.header .nav .headcate .text b em').toggleclass("b"); }) })