$(window).load(function(){ _animation() }); $(function(){ //返回顶部 //$("#totop").on('touchend',function(){ //$("html,body").animate({scrolltop:"0px"},500); //}); ietester(); preani(); $(window).scroll(_animation); //ibanner_full(); //$(window).resize(function(){ibanner_full();}); //客服代码 var thisbox = $('.lanren'); if(thisbox.length){ var defaulttop = thisbox.offset().top; var slide_min = $('.lanren .slide_min'); var slide_box = $('.lanren .slide_box'); var closed = $('.lanren .slide_box h2'); slide_min.on('click',function(){$(this).hide(); slide_box.show();}); closed.on('click',function(){slide_box.hide();slide_min.show();}); // 页面滚动的同时,悬浮框也跟着滚动 $(window).on('scroll',function(){scro();}); $(window).onload = scro(); function scro(){ var offsettop = defaulttop + $(window).scrolltop()+'px'; thisbox.animate({top:offsettop}, { duration: 600, //滑动速度 queue: false //此动画将不进入动画队列 }); } } //尾部二维码 $('.soubtn').click(function(){ if($(this).hasclass('on')){ $('.sou,.soutxt,.soubtn').removeclass('on'); }else{ $('.sou,.soutxt,.soubtn').addclass('on'); } }); $('#totop').click(function(){ $("html,body").stop(true,false).animate({scrolltop:"0px"},500,'swing'); }) //侧边回到顶部的显示隐藏 //$(window).scroll(function(){ // var sh = $(window).scrolltop() || 0; // if(sh<=500){$('#totop').hide();} // else{$('#totop').show();} //}); $('.footewm').on('mouseenter', function() { $('.footbigewm').fadein(300); }).on('mouseleave', function() { $('.footbigewm').fadeout(300); }) $('.sidetel').hover(function(){ $(this).find('.sidetelno').toggleclass('on'); }) //导航下拉菜单 二级菜单 $(".nav>li").hover(function(){ var l = $(this).find('.navtwo'); if(l.length){ l.stop(true).slidedown(300); } $(this).siblings('li').find('.navtwo').stop(true).slideup(300); },function(){ var l = $(this).find('.navtwo'); if(l.length){ l.stop(true).slideup(300);} }); //招聘展开 $('.rec-hand').click(function(){ var bool = $(this).parents('li').hasclass('on'); $(this).parents('li').toggleclass('on'); if(!bool){ $(this).siblings('.rec-con').slidedown('600'); }else{ $(this).siblings('.rec-con').slideup('600'); } }) //產品列表右側錨點 $('.leftnav li').click(function(){ var i = $(this).index(); var liobj = $('.jiulist li').eq(i); var t = liobj.offset().top; $("html,body").stop(true,false).animate({scrolltop:t+"px"},800,'swing'); }) //11资料,性别 $('.sex label').click(function(){ if( !$(this).hasclass('on') ){ $('.sex label').removeclass('on'); $(this).addclass('on'); $(this).siblings('input[type=radio]').get(0).checked= true; } }); $('.msgbg').click(function(event){ event = event ? event : window.event; if(event.target==this){ msgoff();} }) $('.selfclose').click(function(event){ event = event ? event : window.event; if(event.target==this){ $(this).removeclass('on').fadeout(300);} }) //09案例详情点小图,看大图 $('.smallpic').on('click','li',function(){ if(!$(this).hasclass('on')){ $(this).addclass('on').siblings('li').removeclass('on'); smlmove(2,smlw,'smallpic','bigpic'); } }) var smlw = $('.smallpic').attr('data')-0; $('.xijie-prev').click(function(){smlmove(0,smlw,'smallpic','bigpic')}) $('.xijie-next').click(function(){smlmove(1,smlw,'smallpic','bigpic')}) }) function mwon(cname){ $('.'+cname).fadein(300).addclass('on');} function mwoff(cname){ $('.'+cname).removeclass('on').fadeout(300);} function msgon(){ $('.msgbg').fadein(300).addclass('on');} function msgoff(){$('.msgbg').removeclass('on').fadeout(300)} function ibanner_full(){ if( !$('#home_slider').length ) return false; var wh = $(window).height(); var pw = wh * 32/15 ; $('#home_slider .slides').height(wh); $('#home_slider img').height(wh).width(pw).css('margin-left',-pw/2+'px'); } function selfclose(obj){ event = event ? event : window.event; if(event.target==obj){ $(obj).removeclass('on').fadeout(300);} } function addmsg(){ if($('.msgbg').length<=0){ var ss = '