jQuery(function() { if (/msie (6.0|7.0|8.0|9.0)/i.test(navigator.userAgent)) { window.location.href = 'abandoned.html'; } //wowjs wow = new WOW({ animateClass: 'animated', offset: 50 }); wow.init(); //涓嬫媺鑿滃崟 $(".zoombtn").on('click', function() { $(".search-alert").stop().fadeIn(300); }); $(".search-alert .close").on('click', function() { $(".search-alert").stop().fadeOut(); }); $(".barbtn").on('click', function() { $(".pc-nav2").addClass('active'); }); $(".pc-nav2 .close").on('click', function() { $(".pc-nav2").removeClass('active'); }); $('.pc-wx2').click(function(){ $('.weixin-img').fadeToggle(); }) //婊氬姩鏉℃粴瀵艰埅浜嬩欢 var top1 = 0; $(window).scroll(function() { var top2 = $(window).scrollTop(); if (top2 > top1) { $('.header').removeClass("on"); } else { $('.header').addClass("on"); } top1 = top2; }) function topsrcro() { var scoll = $(window).scrollTop(); // scoll > 1024 ? $(".header").addClass("on") : $(".header").removeClass("on"); //scoll < 1024 ? $(".header").removeClass("on") : $(".header").addClass("on"); if (scoll >= 0 && scoll < 1024) { $('.header').removeClass("on"); } } $(window).scroll(function(e) { topsrcro() }); //鍐呴〉婊氬姩鏉℃粴瀵艰埅浜嬩欢 var top4 = 0; $(window).scroll(function() { var top5 = $(window).scrollTop(); if (top5 > top4) { $('.page-header').addClass("on"); } else { $('.page-header').removeClass("on"); } }) //婊氬姩瑙嗗樊 function parallax() { var scrolled = $(window).scrollTop(); $('.neibanner-text').css('top', '50' - (scrolled * 0.01) + '%'); } $(window).scroll(function(e) { parallax(); }); // banner鍒囨崲 $(".banner").height($(window).height()); $(".banner").width($(window).width()); $(window).resize(function() { $(".banner").height($(window).height()); $(".banner").width($(window).width()); }); var swiper = new Swiper('.banner', { autoplay: { delay: 5000, disableOnInteraction: false, }, speed: 500, effect: 'fade', loop: true, //蹇呴』 pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); // 鏁板瓧璺冲姩 $('.index-sec1 .num-ul').ready(function() { $('.num1').animationCounter({ start: 0, end: 100, step: 5, delay: 100 }); $('.num2').animationCounter({ start: 0, end: 10, step: 1, delay: 10 }); $('.num3').animationCounter({ start: 0, end: 12, step: 1, delay: 100 }); $('.num4').animationCounter({ start: 0, end: 80, step: 2, delay: 100 }); }); // 瑙e喅鏂规婊氬姩 var swiper2 = new Swiper('.index-sec3 .swiper-container', { autoplay:true, loop: true, slidesPerView: 4, spaceBetween: 0, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, }); var swiper3 = new Swiper('.index-sec5 .swiper-container', { autoplay:true, loop: true, slidesPerView: 3, spaceBetween: 60, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, autoHeight:true, }); $('.yl-a').click(function(){ $('.youlian-div').stop().slideToggle() }) // 浼佷笟澶т簨璁 var swiper2 = new Swiper('.about-sec3 .swiper-container', { slidesPerView: 3, spaceBetween: 40, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, breakpoints: { 1600: { spaceBetween: 80, } }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } }); // // 鍥剧墖婊氬姩 // var swiper2 = new Swiper('.about-scroll', { // slidesPerView: 1, // loop: true, // autoplay:true, // effect: 'fade', // pagination: { // el: '.swiper-pagination', // clickable: true, // type: "bullets" // }, // }); // // tab鍒囨崲 // $('.about-sec4 .tab-hd li').mouseenter(function() { // var index = $(this).index(); // $(this).addClass('on').siblings().removeClass('on') // $('.about-sec4 .tab-bd li').eq(index).addClass('on').siblings().removeClass('on'); // }) // 鑽h獕璧勮川 var swiper2 = new Swiper('.about-sec5 .swiper-container', { slidesPerView: 4, spaceBetween: 30, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, breakpoints: { 1600: { spaceBetween: 40, } }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } }); // 鍛樺伐澶╁湴 var swiper2 = new Swiper('.culture-sec3 .swiper-container', { slidesPerView: 4, spaceBetween: 30, autoplay:true, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } }); // 棰嗗鍏虫€€ var swiper = new Swiper('.culture-sec4 .swiper-container', { slidesPerView: 3, spaceBetween: 50, autoplay:true, pagination: { el: '.swiper-pagination', clickable: true, type: 'fraction' }, navigation: { nextEl: '.swiper-button-next2', prevEl: '.swiper-button-prev2', } }); // 浜烘墠鎷涜仒 var flag = true; $('.rencai-ul2 li').click(function() { // $(this).find('.div2').stop().slideToggle().end().siblings().find('.div2').slideUp(); $(this).find('.div2').stop().slideToggle(); $(this).toggleClass('on').siblings().removeClass('on'); if (flag) { $(this).find('b').html('鐐瑰嚮闅愯棌'); flag = false; } else { $(this).find('b').html('鐐瑰嚮灞曞紑'); flag = true; } }) $('.rc-joinbtn').click(function(event) { $('.join-formwrap').fadeIn(); event.stopPropagation(); }) $('.join-close').click(function(event) { $('.join-formwrap').fadeOut(); event.stopPropagation(); }) // $('.page-headerul li>a').hover(function(){ // $(this).parent('')find('.subnav').stop().fadeToggle(); // }) });