$(function(){$('#owl-index').owlCarousel({animateOut:'bounceOutRight',animateIn:'fadeIn',loop:true,nav:true,autoplay:true,autoplayHoverPause:true,items:1,autoplayTimeout:4500,});$('.cpzs,.zjtd').owlCarousel({loop:true,margin:5,autoplay:true,dots:true,nav:false,autoplayHoverPause:true,autoHeight:false,slideBy:2,autoplayTimeout:2500,responsive:{0:{dots:true,nav:false,margin:5,items:2},350:{margin:5,items:2},450:{items:2},601:{items:3,},900:{items:3,},1000:{items:4}}}) $('.fwjy').owlCarousel({loop:true,margin:22,autoplay:true,dots:false,nav:true,autoplayHoverPause:true,autoHeight:false,autoplayTimeout:2500,responsive:{0:{dots:true,nav:false,margin:10,items:1},400:{dots:true,nav:false,margin:10,items:1},450:{dots:true,nav:false,items:2},800:{dots:true,nav:false,items:2,},900:{autoplay:true,dots:false,items:3}}});var ryaSwiper=new Swiper(".rya .swiper-container",{loop:true,pagination:'.swiper-pagination',initialSlide:"0",slidesPerView:"3",centeredSlides:true,paginationClickable:true,preventClicks:false,spaceBetween:10,autoplay:4000,autoplayDisableOnInteraction:true})});$('.tjxw').owlCarousel({animateOut:'fadeOut',animateIn:'fadeIn',loop:true,autoplay:true,dots:true,nav:false,items:1,autoplayTimeout:4000,});$('#zsjm_2').owlCarousel({loop:true,margin:10,autoplay:true,dots:true,nav:false,autoplayHoverPause:true,autoHeight:false,autoplayTimeout:2500,responsive:{0:{dots:true,nav:false,items:1},451:{dots:true,nav:false,items:2},800:{dots:true,nav:false,items:2},801:{dots:true,nav:false,items:3},1000:{items:3}}});(function($){$.fn.countTo=function(opts){var options=$.extend({},$.fn.countTo.defaults,opts);return $(this).each(function(){var _this=this,originalData=$(this).text(),loops=Math.ceil(options.speed/options.refreshInterval),increment=($(this).text()-options.from)/loops,loopCount=0,value=options.from,interval=setInterval(updateTimer,options.refreshInterval);function updateTimer(){value+=increment;loopCount++;var str=value.toFixed(options.decimals);this.sizeNum=str.length;this.sizeNumBefore=this.sizeNum-options.decimals-1;if(this.sizeNumBefore>=options.beforeSize){$(_this).html(str+options.lastSymbol);}else{this._str=Array(options.beforeSize-this.sizeNumBefore+1).join('0')+str;$(_this).html(this._str+options.lastSymbol);} if(typeof(options.onUpdate)=='function'){options.onUpdate.call(_this,value,loopCount);} if(loopCount>=loops){clearInterval(interval);$(_this).html(originalData+options.lastSymbol);value=$(_this).text();if(typeof(options.onComplete)=='function'){options.onComplete(value,loopCount,_this);}}}});};$.fn.countTo.defaults={lastSymbol:"%",from:0,speed:1000,refreshInterval:100,beforeSize:0,decimals:0,onUpdate:null,onComplete:null};})(jQuery);var n_flag;$(window).scroll(function(){if($(window).scrollTop()>=$('#part4').position().top-150){if(n_flag==0){$(".timer1").countTo({lastSymbol:"",from:0,speed:1000,refreshInterval:40,beforeSize:0,decimals:0,onUpdate:function(){},onComplete:function(){for(i in arguments){}}});n_flag=1;}} if($(window).scrollTop()<=$('#part4').position().top-150){n_flag=0;}});