$(document).ready(function(){ $(function () { function topchangeBg(){ if ($(window).scrollTop()>100){ $('.top1').addClass('fixed') }else{ $('.top1').removeClass('fixed') } } $(window).scroll(function(){ topchangeBg(); }); topchangeBg(); }); $(".video_bt").click(function(){ layer.open({ type: 2, title: "视频", area: ['1000px', '606px'], shade: 0.8, shadeClose: true, content: $(this).attr("lang") }); }); /*$(".i_d1_nav li").click(function(){ $(this).parent().find("li").removeClass("on"); $(this).addClass("on"); $(".i_d1_list").css("display","none"); $(".i_d1_list:eq("+$(this).index()+")").css("display","block"); });*/ $('.nsousuo').click(function (){ $('.nsearch').fadeToggle() }) $('.nsearch').on('click','.nceng',function(){ $('.nsearch').fadeToggle() }) });