AOS.init({ easing: 'ease-out-back', duration: 1000, placement: 'top-center', once: true }); $(function(){ // window.onload = function(){ // $('html head').append('') // } $('.pageban .textbox').addClass('cur') $('html head').append('') setTimeout(function(){ },1000) //鍝嶅簲寮忔墽琛宩s var windw = $(window).width(); if(windw < 1024){ banner('.m-bann') $('.wapbtnbox').click(function(){ $(this).toggleClass('cur') $('.navleft').toggleClass('cur'); if($(this).hasClass('cur')){ $('header').addClass('cur'); }else{ setTimeout(function(){ $('header').removeClass('cur'); },500) } }) $('.navitem-name').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.warpchildbox').slideToggle(500) $(this).closest('.navitem').siblings().find('.childbox').slideUp(500) $(this).closest('.navitem').siblings().find('.navitem-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) } }) $('.wapheadreturn').click(function(){ $('.navrightbox').slideUp(500) }) $('.indexdbox .swiper-slide').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexdbox .imglist').eq(i).addClass('cur').siblings().removeClass('cur'); }) // $('.m-bann .swiper-pagination').css('width', 'auto'); // var mbpaginw = $('.m-bann .swiper-pagination').width() / 2; // $('.m-bann .swiper-pagination').css('margin-left', '-'+mbpaginw+'px'); $('.indexnavname').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexeitem').eq(i).addClass('boxflex').siblings().removeClass('boxflex'); }) $('.headlanbtop').click(function(){ $(this).closest('.headlan').toggleClass('cur') }) var icswiper = new Swiper('.index3bot .swiper-container', { slidesPerView: 1.8, spaceBetween: 15 }); $('.idnewslist').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.idnewsitem').eq(i).addClass('cur').siblings().removeClass('cur'); }) $('.foottopl .name').click(function(){ $(this).siblings('.childbox').slideToggle(400); $(this).closest('.list').toggleClass('cur') }) }else{ $('.headbot').hover(function () { $(this).toggleClass('cur') }); 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%鏄剧ず鏍囧噯锛?) } } banner('.indexbanner'); if($('.indexban').length == 0){ if(windw > 1024){ var h = $(window).height(); $('.headmap').css({'height':h}) $('.headmap .headmapbox').css({'box-shadow': '4px 0px 16px 0px rgba(0,0,0,0.06)'}) } } $('.indexdbox .swiper-slide').hover(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexdbox .imglist').eq(i).addClass('cur').siblings().removeClass('cur'); }) $('.indexnavname').hover(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexeitem').eq(i).addClass('boxflex').siblings().removeClass('boxflex'); }) $('.idnewslist').hover(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $('.idnewsitem').eq(i).addClass('cur').siblings().removeClass('cur'); }) $('.pcbtnbox').hover(function(){ $('.headmap').addClass('cur') setTimeout(function(){ $('.headmap').addClass('cur2') },100) }) $('.headmapbox .close').click(function(){ $('.headmap').removeClass('cur2') setTimeout(function(){ $('.headmap').removeClass('cur') },550) }) $('.headmapbox .nlist .name').click(function(){ $(this).siblings('.cbox').slideToggle(400); $(this).closest('.nlist').siblings().find('.cbox').slideUp(400) }) function imgL() { var box = $(".restionbotcon .resitem"); var boxWidth = box.eq(0).width(); var num = Math.floor($('.restionbotcon .itemsbox').width() / boxWidth); var boxArr = []; box.each(function(index,value) { var boxHeight = box.eq(index)[0].getBoundingClientRect().height; //console.log(boxHeight) if (index < num) { boxArr[index] = boxHeight; //console.log(boxHeight) } else { var minboxHeight = Math.min.apply(null, boxArr); //鏈€灏忓浘鐗囦綅缃 var minboxIndex = $.inArray(minboxHeight, boxArr); $(this).css({ "position": "absolute", "top": minboxHeight + 30, "left": box.eq(minboxIndex).position().left }); //閲嶆柊璁$畻鏈€灏忓浘鐗囦綅缃殑楂樺害 boxArr[minboxIndex] += box.eq(index)[0].getBoundingClientRect().height + 30; $('.restionbotcon .itemsbox').css('height', boxArr[minboxIndex]) } }); } imgL() $('.scrolltop').click(function(){ $('html, body').animate({scrollTop: '0'}, 1000) }) $('.index5map').mouseenter(function(){ // if($(this).attr('status') == undefined){ // } //$(this).find('img').attr('src', '/img/iemap-cur.gif') }) $('.index5map').mouseout(function(){ // if($(this).attr('status') == undefined){ // } //$(this).find('img').attr('src', '/img/iemap.png') }) $('.navitem').hover(function () { $(this).find('.warpchildbox').fadeIn(500) }, function () { $(this).find('.warpchildbox').fadeOut(50) }) } function makesvg(percentage){ var abs_percentage=Math.abs(percentage).toString(); var percentage_str=percentage.toString(); var svg = '' + '' + '' + ''; return svg } function banner(obj){ var banswiper = new Swiper(''+obj+'', { speed: 1000, autoplay: { delay: 5000, 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'); if(windw > 1024){ var h = $('[allbanner] img')[0].getBoundingClientRect().height; $('.headmap').css({'height':h}) } setTimeout(function(){ $('.indexban').find('.swiper-pagination').find('.swiper-pagination-bullet').append('
'); var p = $('.indexban').find('.swiper-pagination').find('.swiper-pagination-bullet .circlechart').attr('data-percentage'); $('.indexban').find('.swiper-pagination').find('.swiper-pagination-bullet .circlechart').html( makesvg(p)) $('.indexban').find('.swiper-pagination').find('.swiper-pagination-bullet').eq(0).addClass('one') },500) }, transitionEnd: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); $(''+obj+' .swiper-slide').eq(i).siblings().find('.textbox').removeClass('cur'); } } }) } $('.idvideobox .play').click(function(){ var src = $(this).closest('.idvideobox').find('.video').attr('src'); $(this).closest('.idvideobox').find('.video').find('video').attr('src', src); $(this).closest('.idvideobox').addClass('cur'); $(this).closest('.idvideobox').find('.video').find('video')[0].play() }) var ibswiper = new Swiper('.index2bot .swiper-container', { slidesPerView: 3, spaceBetween: 50, autoplay: { delay: 5000, disableOnInteraction: false, }, loop: true, navigation: { nextEl: '.index2bot .swiper-button-next', prevEl: '.index2bot .swiper-button-prev', }, on: { slideChangeTransitionEnd: function(){ var i = $('.index2bot .swiper-slide-active').attr('data-swiper-slide-index'); $('.index2bot .swiper-slide.swiper-slide-active').addClass('cur').siblings().removeClass('cur') $('.index2list').eq(i).addClass('cur').siblings().removeClass('cur') }, }, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, 1440: { slidesPerView: 3, spaceBetween: 30, } } }); $('.index2bot .swiper-slide').hover(function(){ var i = $(this).attr('data-swiper-slide-index'); $(this).addClass('cur').siblings().removeClass('cur') $('.index2list').eq(i).addClass('cur').siblings().removeClass('cur') }) $('.about1 .player').click(function(){ var src = $(this).siblings('.video').attr('videosrc'); $(this).closest('.videobox').find('video').attr('src', src) $(this).closest('.videobox').addClass('cur'); $(this).closest('.videobox').find('video')[0].play() }) $('.hisitem .box').each(function(){ var h = 0; $(this).find('.list').each(function(){ h += $(this)[0].getBoundingClientRect().height; }) $(this).css('max-height', h) }) $('.hisitem .top').click(function(){ $(this).closest('.hisitem').toggleClass('cur') }) var re1swiper = new Swiper('.re1slide', { autoplay: { delay: 4000, disableOnInteraction: false, }, pagination: { el: '.re1slide .swiper-pagination', clickable: true, }, }); var re2swiper = new Swiper('.recruit2slide', { slidesPerView: 3, spaceBetween: 50, navigation: { nextEl: '.recruit2slide .swiper-button-next', prevEl: '.recruit2slide .swiper-button-prev', }, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, // 1440: { // slidesPerView: 2.3, // spaceBetween: 30, // } } // pagination: { // el: '.recruit2slide ', // clickable: true, // }, }); var panswiper = new Swiper('.panterslide', { navigation: { nextEl: '.panterleft .swiper-button-next', prevEl: '.panterleft .swiper-button-prev', }, slidesPerView: 3, slidesPerColumn: 3, }); $('.techdetailitem .see').click(function(){ var imgsrc = $(this).closest('.imgbox').find('.teimg').attr('src'); $('.techshow').addClass('cur'); $('.techshow').find('img').attr('src', imgsrc) }) $('.techshow .bg').click(function(){ $('.techshow').removeClass('cur'); $('.techshow').find('img').attr('src', '') }) function teacha(){ var arry = []; $('.techappaitem').each(function(i){ var i = i < 9 ? '0'+ (i+1) : i+1; arry.push(i); var that = $(this); var teswiper = new Swiper($(this).find('.swiper-container'), { navigation: { nextEl: $(this).find('.swiper-container').find('.swiper-button-next'), prevEl: $(this).find('.swiper-container').find('.swiper-button-prev'), }, on: { init: function(){ var h = that.find('.img').height() / 2; that.find('.swiper-button-next').css('top', h); that.find('.swiper-button-prev').css('top', h) }, }, }); }) for(var i = 0;i'+arry[i]+'') } $('.techappanav').on('click','.item',function(){ var i = $(this).index(), t = $('.techappaitem').eq(i).offset().top; console.log(t) $('html,body').animate({scrollTop: t + 'px'},600) }) } teacha(); $('.literbotright .searchbox .searchtop').click(function(){ $(this).closest('.listone').toggleClass('cur') }) $('.literbotright .searchbox .listone .yearitem').click(function(){ var h = $(this).html(); $(this).closest('.listone').removeClass('cur'); $(this).closest('.listone').find('.searchtop').find('.name').html(h) }) })