AOS.init({ easing: 'ease-out-back', duration: 1000, placement: 'top-center', once: true }); $(function(){ window.onload = function(){ $('html head').append('') } //鍝嶅簲寮忔墽琛宩s var windw = $(window).width(); if(windw < 993){ banner('.m-bann') $('.wapbtnbox').click(function(){ // $(this).toggleClass('cur'); $('.navrightbox').slideDown(600) }) $('.navitem-name').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.navchildbox').slideToggle(500) $(this).closest('.navitem').siblings().find('.navchildbox').slideUp(500) $(this).closest('.navitem').siblings().find('.navitem-name').removeClass('cur'); }) //瀛愰〉闈㈠瓙绾у鑸睍寮€浜嬩欢 $('[pagenavclick]').on('click',function(){ if($(this).siblings('[showbox]').length == 1){ $(this).toggleClass('cur').siblings('[showbox]').slideToggle(200) } }) $('.wapheadreturn').click(function(){ $('.navrightbox').slideUp(500) }) $('.navright .lanbox').click(function(){ $(this).toggleClass('cur') }) }else{ // banner('.indexbanner'); // function about2(){ // var w = 0, // boxw = $('.about2 .wrap').width(); // $('.about2 .list').each(function(){ // w+=$(this).width(); // }) // var mr = (boxw - w) / 5; // $('.about2 .list').css('margin-right', mr - 4) // $('.about2 .list').last().css('margin-right', '') // } // var t = setInterval(function(){ // if($('.about2 .list .numUp').attr('success') != undefined){ // clearInterval(t); // about2(); // } // }, 300) } if(windw > 1360){ function about3(){ var w = 0, boxw = $('.about3 .box').width(); $('.about3 .list').each(function(){ w+=$(this).width(); }) var mr = (boxw - w) / 6; $('.about3 .list').css('margin-right', mr) $('.about3 .list').last().css('margin-right', '') } about3() } function banner(obj){ var banswiper = new Swiper(''+obj+'', { autoplay: { delay: 6000, disableOnInteraction: false, }, pagination: { el: ''+obj+' .swiper-pagination', clickable: true, }, navigation: { nextEl: ''+obj+' .swiper-button-next', prevEl: ''+obj+' .swiper-button-prev', }, on: { init: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); setTimeout(function(){ var mt = $('.indexban .swiper-pagination').height() / 2; $('.indexban .swiper-pagination').css('margin-bottom', mt) },300) }, transitionEnd: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); // if($(''+obj+' .swiper-slide').eq(i).hasClass('videobox')){ // $(''+obj+' .swiper-slide').eq(i).addClass('cur'); // $(''+obj+' .swiper-slide').eq(i).find('.video').find('video')[0].attr('muted'); // } } } }) } $(window).scroll(function(){ if($('[allbanner]').length == 1){ var t = $(this).scrollTop(), maxh = $('[allbanner]').height() - $('[allbanner]').offset().top; if(t >= maxh) $('.scrolltop').addClass('cur'); else $('.scrolltop').removeClass('cur'); } }) $('.scrolltop').click(function(){ $('html, body').animate({scrollTop:"0px"}, 1000) }) $('.mennotlisttop').click(function(){ $(this).siblings('.mennotcon').slideToggle(500); $(this).closest('.mennotlist').siblings().find('.mennotcon').slideUp() }) function prodetail(obj){ var t = setInterval(function(){ var status = "" obj.each(function(){ status = $(this).find('img')[0].complete }) if(status == true){ clearInterval(t); console.log(obj.siblings('.box')) proevent(obj, obj.siblings('.box')) } }, 300) } function proevent(obj, objh){ obj.css('line-height', objh.height()+'px') } prodetail($('.prodetail .bot .img')) var i1 = "" $('.solu2 .item').hover(function(){ var i2 = $(this).find('.icon').attr('cur'), i1 = $(this).find('.icon').attr('imgsrc'); $(this).find('.icon').css('background-image', 'url('+i2+')') $(this).stop().addClass('cur'); },function(){ i1 = $(this).find('.icon').attr('imgsrc'); $(this).removeClass('cur'); $(this).find('.icon').css('background-image', 'url('+i1+')') }); var shopswiper = new Swiper('.shopslide .swiper-container', { slidesPerView: 2, spaceBetween: 2, slidesPerGroup: 2, pagination: { el: '.shopslide .swiper-pagination', clickable: true, }, }) var casebanswiper = new Swiper('.caseban .swiper-container', { pagination: { el: '.caseban .swiper-pagination', clickable: true }, on: { init: function(){ var i = this.activeIndex; $('.caseban .swiper-slide').eq(i).find('.textbox').addClass('cur'); }, slideChangeTransitionEnd: function(){ var i = this.activeIndex; $('.caseban .swiper-slide').eq(i).find('.textbox').addClass('cur'); } }, effect: "fade", speed: 2000, autoplay: true, loop: true }); $('.recruititem').each(function(){ var h = $(this).find('.bigbox').height(); $(this).find('.textbox').css('max-height', h) }) $('.recruititem .more').click(function(){ if(windw > 1014){ $(this).closest('.recruititem').toggleClass('cur'); $(this).closest('.recruititem').siblings().addClass('cur') }else{ $(this).closest('.recruititem').toggleClass('cur') $(this).closest('.recruititem').siblings().addClass('cur') } }) var ieswiper = new Swiper('.indexebox .swiper-container', { direction: 'vertical', slidesPerView: 'auto', freeMode: true, scrollbar: { el: '.indexebox .swiper-scrollbar', }, mousewheel: true, }); var iewapswiper = new Swiper('.indexeboxwap .swiper-container', { slidesPerView: 3, slidesPerColumn: 3, spaceBetween: 0, pagination: { el: '.indexeboxwap .swiper-pagination', clickable: true, }, }); $('.down2vitem .player').click(function(){ var vs = $(this).siblings('.video').attr('videosrc'); $('.down2vitem').each(function(){ if($(this).find('video').attr('src') != ""){ $(this).removeClass('cur') $(this).find('.video').find('video')[0].pause(); } }) $(this).closest('.videobox').find('.video').find('video').attr('src', vs); $(this).closest('.down2vitem').addClass('cur'); $(this).closest('.videobox').find('video')[0].play(); }) if($('[allbanner]').length != 0){ var bh = $('[allbanner]').height(); $(window).scroll(function(){ var t = $(this).scrollTop(); if(t >= bh) $('.pageright').addClass('cur'); else $('.pageright').removeClass('cur'); }) $('#scrotop').click(function(){ $('body,html').animate({scrollTop:"0px"},500) }) } })