// Last modified: 2020/11/06 18:16:17 /*2022-11-28 Add 棣栭〉瀵硅仈骞垮憡宸ュ叿*/ function CoupletAdPos(leftAdId,rightAdId,mainClass){ leftAdId = leftAdId==undefined?"AdLeft":leftAdId,rightAdId = rightAdId==undefined?"AdRight":rightAdId,mainClass = mainClass==undefined?"container":mainClass; /*css鍒濆浣嶇疆鏄浉瀵筗indow宸?涓?0%锛岄粯璁ら殣钘?/ var $CoupletLeft = $("#"+leftAdId), $CoupletRight = $("#"+rightAdId), $Main = $("."+mainClass); var salt = 10/*px*/, adLeftWidth = $CoupletLeft.width() + salt, adRightWidth = $CoupletRight.width() + salt, barWidth = ( $(window).width() - $Main.width() ) / 2, WindowHeight = $(window).height(); var adLeft = barWidth > adLeftWidth ? ( barWidth - adLeftWidth ) : 0, adRight = barWidth > adRightWidth ? ( barWidth - adRightWidth ) : 0, _topLeft = WindowHeight - $CoupletLeft.height(), _topRight = WindowHeight - $CoupletRight.height(), adLeftTop = _topLeft>0 ? ( _topLeft / 2 ) : 0, adRightTop = _topRight>0 ? ( _topRight / 2 ) : 0; $CoupletLeft.css({top:adLeftTop+"px"}), $CoupletRight.css({top:adRightTop+"px"}); $CoupletLeft.show(), $CoupletRight.show(); $CoupletLeft.animate({left:adLeft+"px"},"slow"),$CoupletRight.animate({right:adLeft+"px"},"slow"); return true; } function closeAd(e){ var src = e.target || window.event.srcElement; $(src).parent().hide(); } // 瀵艰埅鑳屾櫙鑹插垵濮嬪寲 initTopBg(); /*swiper鍒濆鍖?/ newSwiper('#index-banner-swiper',{loop: true, pagination: {el: '.swiper-pagination',type: 'bullets',clickable: true}, navigation: {nextEl: '.swiper-button-next',prevEl: '.swiper-button-prev'} } ); var TabNewConfig = { pagination: { el:'.swiper-topic-wrap', type:'custom', renderCustom:function(swiper, current, total){ swiper.pagination.$el.children().removeClass("on"); swiper.pagination.$el.children().eq(parseInt(current-1)).addClass("on"); } }, on: { transitionEnd:function(swiper){ var $more = swiper.pagination.$el.children(".more"); var _href = swiper.pagination.$el.children().eq(swiper.activeIndex).attr("href"); $more.attr("href",_href); } } }; newSwiper(".common-news-tab",TabNewConfig); var xzspConfig = {slidesPerView:3,init:false,autoplay:true,pagination:{ el:'.swiper-pagination',clickable:true } }; newSwiper('#xszp',xzspConfig); initSwiper(1200,'xszp');//鍒濆鍖杧szp newSwiper("#news-four-focus",{init:false,autoplay:false,effect:'slide',navigation: {nextEl: '#news-four-focus .swiper-button-next',prevEl: ' #news-four-focus .swiper-button-prev'},preloadImages: false,lazy:true });//lazy鐒︾偣鍥惧疄渚嬪寲 initSwiper(992,'news-four-focus');//鍒濆鍖杗ews-four-focus newSwiper("#ad-01",{init:false,autoplay:true,effect:'slide',pagination:{ el:'.swiper-pagination',clickable:true},preloadImages: false,lazy:true });//lazy鐒︾偣鍥惧疄渚嬪寲 initSwiper(768,'ad-01');//鍒濆鍖朼d-01 resizeZtSize();//涓撻item瀹藉害鍒濆鍖 if(location.pathname=="/" || location.pathname=="/index.shtml"){ newSwiper('#zt01',{slidesPerView:"auto",init:false,autoplay:true, navigation:{ nextEl:'.swiper-button-next',prevEl:'.swiper-button-prev' } });//涓撻Swiper瀹炰緥 initSwiper(1200,'zt01');//鍒濆鍖杬t01 } newSwiper('#xywh',xzspConfig); initSwiper(1200,'xywh');//鍒濆鍖杧ywh $(window).resize(function(){ initSwiper(1200,'xszp'); initSwiper(992,'news-four-focus'); initSwiper(768,'ad-01'); resizeZtSize(); initSwiper(1200,'zt01'); initSwiper(1200,'xywh'); }); $(window).scroll(function(){ if( location.pathname=="/" || location.pathname=="/index.shtml" || location.pathname=="/cslm/"){ //瀵艰埅閫忔槑鐘舵€佸垏鎹 initTopBg(); } }); typeof(AOS)!="undefined" && AOS.init({disable: function(){ return window.innerWidth < 1024 }}); //鍒濆鍖栭椤靛鑱斿箍鍛 CoupletAdPos();