// time:2016.2.29 $(function() { /*//判断导航 var wh=$(window).width(); if(wh>=1000){ $('.m_nav').attr('id','hide_nav'); $('#hide_nav').on('click','.menu',function(){ $('#hide_nav').slideUp(300) $('.header').addClass('fixed').slideDown(400); }) }else{ $('.m_nav').attr('id','phone_nav'); $('#phone_nav').on('click','.menu',function(e) { $('.mh_nav').fadeIn(); $('html,body').css({'overflow':'hidden'}); $('.bj_main').css('display','none'); }); } $(window).resize(function() { var wh=$(window).width(); if(wh>=1024){ $('.m_nav').attr('id','hide_nav'); $('.header').show(); $('#hide_nav').hide(); }else{ $('.m_nav').attr('id','phone_nav'); $('#phone_nav').show(); } }); //nav_pc导航 var $nav_li = $('.nav li'); $nav_li.hover(function() { $(this).children('a').addClass('on'); $(this).children('.drop').stop(true).animate({ width:80 }, 500); $(this).children('.drop_01').stop(true).animate({ width:145 }, 500); $(this).children('.drop_02').stop(true).animate({ width:52 }, 500); $(this).children('.drop_03').stop(true).animate({ width:100 }, 500); $(this).find('.bgk').stop(true).animate({ height: 200 }, 200); }, function() { $(this).children('a').removeClass('on'); $(this).children('.drop').animate({ width:0 }, 500); $(this).find('.bgk').animate({ height: 0 }, 200); });*/ /**************************** banner ***************************/ var num = 0; function banner(){ var width=$('.gw_banner .gw_banner_box li').outerWidth(true); leng=$('.gw_banner .gw_banner_box li').size(); timmer=setInterval(cnum,3000); function animte(){ $('.gw_number a').eq(num) .addClass('on') .siblings() .removeClass('on'); $('.gw_banner_box ul').animate({marginLeft:-num*width},800); }; function cnum(){ num