var winw,wins,addspeed; var count_scroll=false; $(function(){ winw=$(window).width() wins=$(window).scrolltop() // inbanner start var syy=true var myswiper = new swiper ('.inbanner .swiper-container', { effect : 'slide', autoplay : 7000, speed:1000, prevbutton:'.inbanner .swiper-button-prev', nextbutton:'.inbanner .swiper-button-next', loop: true, autoplaydisableoninteraction : false, pagination: '.inbanner .swiper-pagination', paginationclickable :true, breakpoints:{ 769:{ oninit: function(swiper){ $('.index .inbanner li').each(function(){ $(this).data('ratio','0.6835') $(this).css({'background':'url('+$(this).find('img').attr('src2')+')'}) }) } } }, oninit: function(swiper){ $('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).addclass('on') }, onslidechangeend:function(swiper){ $('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).addclass('on').siblings().removeclass('on') }, onslidechangestart: function(swiper){ $('.inbanner .swiper-wrapper .swiper-slide').find('video').removeattr('id') if (winw>768) { if($('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).hasclass('ban_video')){ $('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).find('video').attr('id','ban_video') var video = document.getelementbyid("ban_video"); video.pause(); video.play(); if(swiper.activeindex!=1){ myswiper.stopautoplay(); } if (!syy) { myswiper.stopautoplay(); video.currenttime=0; } video.addeventlistener('ended', function (e) { if($('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).hasclass('ban_video')){ myswiper.slidenext(); myswiper.startautoplay(); syy=false; e.stoppropagation(); } }, false); } } else{ $('.inbanner video').remove(); } } }) if (winw>768) { myswiper.on('click',function(swiper){ if(!$('.inbanner .swiper-wrapper .swiper-slide').eq(swiper.activeindex).hasclass('ban_video')){ myswiper.startautoplay(); syy=false; } }) if($('.inbanner .swiper-wrapper .swiper-slide').eq(1).hasclass('ban_video')){ myswiper.stopautoplay(); } } // inbanner end $(window).resize() }) $(window).resize(function() { differentheightclass('.index .part_3 .list','count',setheight); differentheightclass('.index .part_4 .imgbox','imgheight',setheight); }); /*鏍规嵁楂樺害涓嶅悓璧嬩簣涓嶅悓class*/ function differentheightclass(classname,newclass,fn){ var h=$(classname); var licount=newclass; var storkcount=1; h.each(function(i){ var prevli=i-1; if(prevli<0){ prevli=0; } if(h.eq(i).offset().top>h.eq(prevli).offset().top){ storkcount++; } $(this).addclass(licount+storkcount); }) if (fn) { fn(classname); } } /*姣旇緝楂樺害骞惰缃?/ function setheight(classname,tagname){ array.prototype.max = function() { return math.max.apply({},this) /*鍒涘缓姣旇緝鏈€澶у€兼柟娉?/ } var storkarr=[]; var maxnum=0; settimeout(function(){ var length=$(classname).length; $(classname).each(function(index, el) { var target=$(this); if (tagname) { target=target.find(tagname); } storkarr.push(target.height()); maxnum=storkarr.max(); }); $(classname).height(maxnum) },110) }