$(function() { // 瀵艰埅鏍 $(window).scroll(function() { $('.web-nav').addClass('active'); }); // 浜у搧浜岀骇鏍忔樉绀 $("#2nav-open").mouseenter(function() { $(this).addClass("active"); $(".web-2nav-pro").addClass("active"); }) $(".web-2nav-pro").mouseenter(function() { $(this).addClass("active"); $('.web-nav').addClass('active'); }) $(".web-2nav-pro").mouseleave(function() { $(this).removeClass("active"); /*$('.web-nav').removeClass('active');*/ $("#2nav-open").removeClass("active"); }) // 棣栭〉banner var Swiper0 = new Swiper('.inx-01-list', { speed: 1500, slidesPerView: 'auto', autoplay: true, on: { slideChangeTransitionStart: function() { $(".img-tab>li").removeClass("active").eq(this.activeIndex).addClass("active"); }, }, }); $(".img-tab>li").click(function() { $(this).addClass("active").siblings().removeClass("active"); var index = $(this).index(); Swiper0.slideToLoop(index, 1000, false); $(this).addClass("active").siblings().removeClass("active"); }); // 浜у搧鏈嶅姟 var Swiper1 = new Swiper('.inx-03-list', { loop: true, speed: 1500, slidesPerView: 'auto', navigation: { nextEl: '.inx-03-prv-r', prevEl: '.inx-03-prv-l', }, }); var Swiper2 = new Swiper('.inx-04-list-box', { speed: 1500, slidesPerView: 'auto', autoplay: true, on: { slideChangeTransitionStart: function() { $(".img-tab1>li").removeClass("active").eq(this.activeIndex).addClass("active"); }, }, breakpoints: { 320: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?20 slidesPerView: 1, spaceBetween: 40 }, 768: { slidesPerView: 'auto', spaceBetween: 40, }, }, }); $(".img-tab1>li").click(function() { $(this).addClass("active").siblings().removeClass("active"); var index = $(this).index(); Swiper2.slideToLoop(index, 1000, false); $(this).addClass("active").siblings().removeClass("active"); }); var time; //var winHeight = top.window.document.body.clientHeight || $(window.parent).height(); $('.client-2').css({ 'marginTop': -($('.client-2').height() / 2) }); $('#client-2 li').on({ 'mouseenter': function() { var scope = this; time = setTimeout(function() { var divDom = $(scope).children('div'); var maxWidth = divDom.width(); $(scope).stop().animate({ left: 77 - maxWidth }, 'normal', function() { var pic = $(scope).find('.my-kefu-weixin-pic'); if (pic.length > 0) { pic.show(); } }); }, 100) }, 'mouseleave': function() { var pic = $(this).find('.my-kefu-weixin-pic'); var divDom = $(this).children('div'); var maxWidth = divDom.width(); if (pic.length > 0) { pic.hide(); } clearTimeout(time); var divDom = $(this).children('div'); $(this).stop().animate({ left: 0 }, "normal", function() {}); } }); $(".close").click(function() { $(".window").hide(); }) $(".my-kefu-liuyan").click(function() { $(".window").show(); }) //鏂板勾閫氱煡鍏抽棴 $(".close-vacation-notice").click(function() { $('.window-vacation-notice').hide(); }) //鏂板勾閫氱煡鎵撳紑 $(".vacation-notice").click(function() { $('.window-vacation-notice').show(); }) $(".m_nav_button").click(function() { $(this).find(".m_ht1").addClass("m_htl_an"); $(this).find(".m_ht3").addClass("m_ht3_an"); $(this).find(".m_ht2").stop().animate({ left: '30px', opacity: '0' }, 800); $(".m_close").show(); $('.web-nav').addClass('active'); $(".client-2").fadeOut(); $(".quick-nav-box").fadeIn(); $(".quick-nav-info").animate({ right: '0', opacity: '1' }, 600); }); $(".m_close").click(function() { $(".m_ht1").removeClass("m_htl_an"); $(".m_ht3").removeClass("m_ht3_an"); $(".m_ht2").stop().animate({ left: '0', opacity: '1' }, 800); $(this).hide(); $(".client-2").fadeIn(); $(".quick-nav-box").fadeOut(); $(".quick-nav-info").animate({ right: '-30%', opacity: '0' }, 600); }); // 鍙戝睍鍘嗙▼ var Swiper3 = new Swiper('.ab-03-list', { speed: 1500, slidesPerView: 'auto', autoplay: true, }); // 鑽h獕璧勮川 var mySwiper4 = new Swiper('.ab-04-name', { autoplay: true, speed: 1500, slidesPerView: 'auto', // 濡傛灉闇€瑕佸垎椤靛櫒 pagination: { el: '.ab-04-page', type: 'fraction', }, // 濡傛灉闇€瑕佸墠杩涘悗閫€鎸夐挳 navigation: { nextEl: '.ab-04-next', prevEl: '.ab-04-prv', }, }) var Swiper5 = new Swiper('.ab-04-list', { speed: 1500, slidesPerView: 'auto', autoplay: true, navigation: { nextEl: '.ab-04-next', prevEl: '.ab-04-prv', }, controller: { control: mySwiper4, //鎺у埗Swiper1 }, }); // 2022-09-14 // 鑷€傚簲瀵艰埅 $(".auto_nav_button").click(function() { $(this).addClass("active"); $(".auto_close").show(); $(".auto-2nav").fadeIn(600); $(".auto-2nav-all").addClass("active"); }) $(".auto_close").click(function() { $(this).hide(); $(".auto_nav_button").removeClass("active"); $(".auto-2nav").fadeOut(600); $(".auto-2nav-all").removeClass("active"); }) $(".seach-open").click(function() { $(".auto-seach").addClass("auto-seach-show"); }) $(".seach-close").click(function() { $(".auto-seach").removeClass("auto-seach-show"); }) });