AOS.init({ easing: 'ease-out-back', duration: 1000, placement: 'top-center', once: true }); $(function(){ window.onload = function(){ } $('html head').append('') if($('.pageban .textbox').length != 0){ $('.pageban .textbox').addClass('cur'); } $('.headtop .line, .logo').addClass('cur'); //鍝嶅簲寮忔墽琛宩s var windw = $(window).width(); if(windw < 1024){ banner('.m-bann'); $('.headnavitem .name').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.navchilditems').slideToggle(500) $(this).closest('.headnavitem').siblings().find('.navchilditems').slideUp(500) $(this).closest('.headnavitem').siblings().find('.name').removeClass('cur'); }) $('.footfriend .footfriendname').click(function(){ $(this).siblings('.footfribox').toggleClass('cur') }) //瀛愰〉闈㈠瓙绾у鑸睍寮€浜嬩欢 $('[pagenavclick]').on('click',function(){ if($(this).siblings('[showbox]').length == 1) $(this).toggleClass('cur').siblings('[showbox]').slideToggle(200); }) $('.wapbtnbox').click(function(){ $(this).toggleClass('cur'); $('.navleft').toggleClass('cur'); $('.head').toggleClass('cur'); $('html, body').toggleClass('cur'); }) $('.navitemname').click(function(){ $(this).toggleClass('cur').siblings('.navchildbox').slideToggle(400); $(this).closest('.navitem').siblings().find('.navitemname').removeClass('cur').siblings('.navchildbox').slideUp(400) }) $('.searchbtn').click(function(){ $('.head').addClass('cur'); }) $('.searchbox .close').click(function(){ $('.head').removeClass('cur'); }) $('.navchildlistname').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.navgadson').slideToggle(400); $(this).closest('.navchildlist').siblings().find('.navchildlistname').removeClass('cur').siblings('.navgadson').slideUp(400) }) $('.foottopwap').click(function(){ $('html, body').animate({scrollTop: '0'}, 1000) }) $('.footmapname').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.footmapchild').slideToggle(500); $(this).closest('.footmaplist').siblings().find('.footmapname').removeClass('cur').siblings('.footmapchild').slideUp(500); }) $('.merselecttop').click(function(){ $(this).closest('.merselect').stop().toggleClass('cur'); $(this).closest('.merselect').find('.merselectbox').stop().slideToggle(500); }) var icswiper = new Swiper('.icbot .swiper-container', { slidesPerView: 1, pagination: { el: '.icbot .swiper-pagination', clickable: true, }, }); $('.indexenavlist').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexelist').eq(i).fadeIn(500).siblings().fadeOut(200); }) $('.navlantop').click(function(){ $(this).closest('.navlan').toggleClass('cur'); $('.head').toggleClass('cur'); }) $('.footfriend .top').click(function(){ $(this).closest('.footfriend').toggleClass('cur') }) $('.indexabox .map').scrollLeft(80); var icswiper = new Swiper('.indexc .swiper-container', { pagination: { el: '.indexc .swiper-pagination', }, }); $('.m-bann .player').click(function(){ var vsrc = $(this).closest('.swiper-slide').attr('vsrc'); $(this).closest('.swiper-slide').find('video').attr('src', '') if($(this).closest('.swiper-slide').find('video').attr('src') == ""){ $(this).closest('.swiper-slide').find('video').attr('src', vsrc); $(this).closest('.swiper-slide').addClass('cur'); // $(this).closest('.ibvideobox').find('video')[0].load(); var playPromise = $(this).closest('.swiper-slide').find('video')[0].play() // $(this).closest('.iavideobox').find('video')[0].webkitRequestFullScreen(); if (playPromise !== undefined) { playPromise.then(function(){ $(this).closest('.swiper-slide').find('video')[0].play() // $(this).closest('.iavideobox').find('video')[0].webkitRequestFullScreen(); }).catch(function(){ }) } } }) $('.casefillist .top').click(function(){ $(this).closest('.casefillist').stop().toggleClass('cur') }) $('.indexdnavlist').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexdlist').eq(i).fadeIn(500).siblings().fadeOut(0) }) }else{ // function detectZoom (){ // var ratio = 0, // screen = window.screen, // ua = navigator.userAgent.toLowerCase(); // if (window.devicePixelRatio !== undefined) { // ratio = window.devicePixelRatio // }else if (~ua.indexOf('msie')) { // if (screen.deviceXDPI && screen.logicalXDPI) ratio = screen.deviceXDPI / screen.logicalXDPI; // }else if (window.outerWidth !== undefined && window.innerWidth !== undefined) { // ratio = window.outerWidth / window.innerWidth; // } // if(ratio) ratio = Math.round(ratio * 100); // return ratio; // }; // isScale(); // $(window).on('resize',function(){ isScale() }); // //鍒ゆ柇PC绔祻瑙堝櫒缂╂斁姣斾緥涓嶆槸100%鏃剁殑鎯呭喌 // function isScale(){ // var rate = detectZoom(); // if(rate != 100) alert('褰撳墠椤甸潰涓嶆槸鏍囧噯100%鏄剧ず锛屼负闃叉娴忚鍣ㄥ嚭閿欙紝璇锋寜閿洏ctrl+0鎭㈠100%鏄剧ず鏍囧噯锛?); // } // var banvideo = $('#banvideo')[0]; // banvideo.addEventListener("ended",function(){ // // $('.indexban .videobox').removeClass('cur'); // }) banner('.pcbanner'); // bannfun() // banner('.pcbanner'); $('#scrolltop').click(function(){ $('html, body').animate({scrollTop: '0'}, 1000) }) $(window).scroll(function(){ var t = $(this).scrollTop(); if(t >= $('[allbanner]').height()) $('.head').addClass('cur'); else $('.head').removeClass('cur'); if($('.about2')[0]){ if(t >= $('.about2').offset().top - $(window).height()) $('.about2').addClass('cur'); } if($('.casedbotlist')[0]){ console.log(t) $('.casedbotlist').each(function(i,d){ var it = $(this).offset().top, boxt = $(this).offset().top + $(this).height() / 2; if(t >= it && t <= boxt){ $('.casedbotnavlist').eq(i).addClass('cur').siblings().removeClass('cur') } }) } }) var caset = setInterval(function(){ var a = "" $('.casetop .img').each(function(){ a = $(this).find('img')[0].complete; }) if(a == true){ clearInterval(caset); $('.casetop .textbox').css({ 'height': $('.casetop .img').eq(0).height() }) } }, 300) // $('.indexenavlist').hover(function(){ // var i = $(this).index(); // $(this).addClass('cur').siblings().removeClass('cur'); // $('.indexelist').eq(i).fadeIn(500).siblings().fadeOut(200); // }) $('.indexabox .map').hover(function(){ $(this).find('.pointitem').toggleClass('cur') }) $('.aboutbox .mapbox').hover(function(){ $(this).find('.pointitem').toggleClass('cur') }) // $('.indexcbox .swiper-slide').each(function(){ // $(this).find('.box').css('width', $(this).width()) // }) $('.indexdnavlist').hover(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexdlist').eq(i).fadeIn(500).siblings().fadeOut(0) }) $('.casefillist').hover(function(){ $(this).stop().toggleClass('cur') }) $('.navitem, .navlan').mouseenter(function(){ $('.searchbox').removeClass('cur'); }) } if(windw <= 1280 && windw >= 1024){ $('.aboutbox .mapbox').scrollLeft(90); }else if(windw < 1024){ $('.aboutbox .mapbox').scrollLeft(50); } var ieswiper = new Swiper('.indexe .swiper-container', { slidesPerView: 1.24, spaceBetween: 0, // slidesPerGroup: 1 loopedSlides: 3, centeredSlides: true, loop: true, loopFillGroupWithBlank: true, navigation: { nextEl: '.indexe .swiper-button-next', prevEl: '.indexe .swiper-button-prev', }, breakpoints: { 1024: { slidesPerView: 1, loopedSlides: 1, centeredSlides: false, }, } }); function banner(obj, s){ var banswiper = new Swiper(''+obj+'', { speed: 1000, // autoplay: { // delay: 6000, // disableOnInteraction: false // }, // effect: 'fade', 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'); // homeban() }, slideChangeTransitionEnd: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); $(''+obj+' .swiper-slide').eq(i).siblings().find('.textbox').removeClass('cur'); if($(''+obj+' .swiper-slide').find('video')[0]){ $(''+obj+' .swiper-slide').find('video')[0].pause(); } if($(''+obj+' .swiper-slide').eq(i).find('video')[0]){ $(''+obj+' .swiper-slide').eq(i).find('video')[0].play(); } } } }) } $('.searchbtn').click(function(){ $('.searchbox').addClass('cur'); }) $('.searchbox .close').click(function(){ $('.searchbox').removeClass('cur'); }) $('.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') } }) $('.joinusitemtop').click(function(){ $(this).closest('.joinusitem').toggleClass('cur').siblings().removeClass('cur'); $(this).siblings('.joinusitembot').stop().slideToggle(400); $(this).closest('.joinusitem').siblings().find('.joinusitembot').stop().slideUp(400); }) $('.comprmitemtop').click(function(){ $(this).siblings('.comprmitembot').slideToggle(500).closest('.comproblemitem').toggleClass('cur'); $(this).closest('.comproblemitem').siblings().removeClass('cur').find('.comprmitembot').slideUp(500); }) $('.indexbbox .player').click(function(){ var vsrc = $(this).closest('.videobox').attr('vsrc'); $(this).closest('.videobox').find('video').attr('src', ''); if($(this).closest('.videobox').find('video').attr('src') == ""){ $(this).closest('.videobox').find('video').attr('src', vsrc); $(this).closest('.videobox').addClass('cur'); // $(this).closest('.ibvideobox').find('video')[0].load(); var playPromise = $(this).closest('.videobox').find('video')[0].play() // $(this).closest('.iavideobox').find('video')[0].webkitRequestFullScreen(); if (playPromise !== undefined) { playPromise.then(function(){ $(this).closest('.videobox').find('video')[0].play() // $(this).closest('.iavideobox').find('video')[0].webkitRequestFullScreen(); }).catch(function(){ }) } } }) $('.indexcbox .swiper-slide').mouseenter(function(){ if(windw <= 1440 && windw >= 1281){ $(this).siblings().stop().animate({'width': (windw - 700) / 5}, 500) $(this).stop().animate({'width': '700px'}, 500) }else if(windw <= 1280 && windw >= 1025){ $(this).siblings().stop().animate({'width': (windw - 550) / 5}, 500) $(this).stop().animate({'width': '550px'},500) }else if(windw >= 1441){ $(this).siblings().stop().animate({'width': (windw - 1020) / 5}, 500) $(this).stop().animate({'width': '1020px'},500) } $(this).siblings().removeClass('cur') $(this).addClass('cur') }) $('.banicon').click(function(){ var iatop = $('.indexabox').offset().top; $('body,html').animate({scrollTop: iatop},1000) }) $('.videoitems').on('click','.videoitem .player',function(){ var vsrc = $(this).closest('.videoitem').attr('vsrc'); $(this).closest('.videoitem').find('video').attr('src', ''); $(this).closest('.videoitem').siblings().removeClass('cur').find('video')[0].pause(); if($(this).closest('.videoitem').find('video').attr('src') == ""){ $(this).closest('.videoitem').find('video').attr('src', vsrc); $(this).closest('.videoitem').addClass('cur'); // $(this).closest('.ibvideobox').find('video')[0].load(); var playPromise = $(this).closest('.videoitem').find('video')[0].play() $(this).closest('.videoitem').find('video')[0].webkitRequestFullScreen(); if (playPromise !== undefined) { playPromise.then(function(){ $(this).closest('.videoitem').find('video')[0].play() // $(this).closest('.iavideobox').find('video')[0].webkitRequestFullScreen(); }).catch(function(){ }) } } }) $(window).scroll(function(){ var allt = $(this).scrollTop(); if(allt >= 50){ $('.history').addClass('cur'); } }) var newsswiper = new Swiper('.newstop .swiper-container', { pagination: { el: '.newstop .swiper-pagination', clickable: true }, speed:1000, autoplay: { delay: 6000, disableOnInteraction: false, }, }); var cdswiper = new Swiper('.casedetimg .swiper-container', { speed:1000, autoplay: { delay: 4500, disableOnInteraction: false, }, navigation: { nextEl: '.casedetimg .swiper-button-next', prevEl: '.casedetimg .swiper-button-prev', }, on: { init: function(){ // this.activeIndex var all = $('.casedetimg .swiper-slide').length < 10 ? "0" + $('.casedetimg .swiper-slide').length : $('.casedetimg .swiper-slide').length; $('.casedetimg .curnum').html('01'); $('.casedetimg .pagenum').html(all); }, slideChangeTransitionEnd: function(){ var i = this.activeIndex + 1, i = i < 10 ? "0" + i : i; $('.casedetimg .curnum').html(i); }, }, }); var opeswiper = new Swiper('.operaslide .swiper-container', { slidesPerView: 4, // slidesPerColumn: 2, navigation: { nextEl: '.operattop .swiper-button-next', prevEl: '.operattop .swiper-button-prev', }, breakpoints: { 1024: { slidesPerView: 1, // slidesPerColumn: 1, }, } }); function peryear(){ var perswiper = new Swiper('.performyear .swiper-container', { slidesPerView: 11, navigation: { nextEl: '.performyear .swiper-button-next' }, breakpoints: { 1024: { slidesPerView: 4, }, 1280: { slidesPerView: 5, slidesPerColumn: 1, }, 1440: { slidesPerView: 7, slidesPerColumn: 1, }, 1620: { slidesPerView: 9, slidesPerColumn: 1, }, } }) var curyear = $('#percuryear').val(), curi = 0; $('.performyear .swiper-slide').each(function(){ var y = $(this).data('year'); if(y == curyear){ curi = $(this).index(); perswiper.slideTo(curi, 500, false); return false; } }) } peryear(); $('.recruititemtop').click(function(){ $(this).closest('.recruititem').toggleClass('cur').find('.recruititembot').slideToggle(400); $(this).closest('.recruititem').siblings().removeClass('cur').find('.recruititembot').slideUp(400); }) })