$(function () { $('#toolbar dd').bind({ 'mouseenter': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(true, true).animate({ 'width': 240 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.show().animate({ 'right': 65 }, 200); } }, 'mouseleave': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(false, false).animate({ 'width': 0 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.hide().animate({ 'right': 90 }, 200); } } }); $("#top").click(function () { $("body, html").stop().animate({ "scrollTop": 0 }); }); // 首页banner轮播图 if ($('.home-banner.swiper-container').length) { var mySwiper = new Swiper('.home-banner.swiper-container', { // direction: 'horizontal', loop: true, // 循环模式选项 autoplay: true, // 分页器 pagination: { el: '.swiper-pagination', }, // 进后退按钮 navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, // 滚动条 scrollbar: { el: '.swiper-scrollbar', }, }) } $('.tree li:has(ul)').addClass('parent_li').find(' > .icon-jia').attr('title', 'Collapse this branch'); $('.tree li.parent_li > .icon-jia').on('click', function (e) { var children = $(this).parent('li.parent_li').find(' > ul > li'); if (children.is(":visible")) { children.hide('fast'); $(this).attr('title', 'Expand this branch').find(' > i').addClass('icon-plus-sign').removeClass('icon-minus-sign'); } else { children.show('fast'); $(this).attr('title', 'Collapse this branch').find(' > i').addClass('icon-minus-sign').removeClass('icon-plus-sign'); } e.preventDefault(); }); if ($("#flag_j").val() != 0) { var cshow = $("#flag_i").val(); var rshow = $("#flag_j").val(); $('#'+rshow).parents('ul>li').show(); $('#'+rshow).children('li').show(); $('#'+rshow).parent().siblings("li").show(); $('#'+cshow).parent().parents("ul>li").show(); $('#'+cshow).children('li').show(); } // 合作伙伴 if ($('.frm-swiper').length) { var num = $(document).width()<=768?2:6; var mySwiper2 = new Swiper('.frm-swiper', { slidesPerView: num, spaceBetween: 30, // pagination: { // el: ".swiper-pagination", // clickable: true, // }, // 进后退按钮 navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }) } // 滚动改变导航栏 $(window).on('scroll', function () { function fixedHeader() { var headerTopBar = 43; var headerOneTopSpace = 0; var headerOneELement = $('.header-one .site-navigation'); var headerTwoELement = $('.header-two .site-navigation'); if ($(window).scrollTop() > headerTopBar + headerOneTopSpace) { $(headerOneELement).addClass('navbar-fixed'); $('.header-one').css('margin-bottom', headerOneELement.outerHeight()); } else { $(headerOneELement).removeClass('navbar-fixed'); $('.header-one').css('margin-bottom', 0); } if ($(window).scrollTop() > headerTopBar) { $(headerTwoELement).addClass('navbar-fixed'); $('.header-two').css('margin-bottom', headerTwoELement.outerHeight()); } else { $(headerTwoELement).removeClass('navbar-fixed'); $('.header-two').css('margin-bottom', 0); } } fixedHeader(); function scrollTopBtn() { var scrollToTop = $('#back-to-top'), scroll = $(window).scrollTop(); if (scroll >= 50) { scrollToTop.fadeIn(); } else { scrollToTop.fadeOut(); } } scrollTopBtn(); }); if ($(window).scrollTop()>100) { $('.header-two .site-navigation').addClass('navbar-fixed'); $('.header-two').css('margin-bottom', $('.header-two .site-navigation').outerHeight()); } // 搜索 function navSearch() { $('.nav-search').on('click', function () { $('.search-block').fadeIn(350); }); $('.search-close').on('click', function () { $('.search-block').fadeOut(350); }); // 绑定搜索回车 $('#search-field').on('keypress',function () {}) $('.search-field').on('keypress',function () {}) } navSearch(); // 滚动到顶部 function backToTop() { $('#back-to-top').on('click', function () { $('#back-to-top').tooltip('hide'); $('body,html').animate({ scrollTop: 0 }, 800); return false; }); } backToTop(); // 图片放大 if ($('[data-toggle="photos"]').length>0) { $('[data-toggle="photos"]').click(function () { var data = []; $('#'+$(this).data('id')).find('img').each(function(index){ var othis = $(this); othis.attr('layer-index', index); data.push({ alt: othis.attr('alt'), pid: othis.attr('layer-pid'), src: othis.attr('layer-src') || othis.attr('src'), thumb: othis.attr('src') }); }); if (data) { layer.photos({ photos: { start: $(this).attr('layer-index'), data: data }, }, true); } }) } // 视频播放 if ($('[data-toggle="h5video"]').length>0) { $('[data-toggle="h5video"]').click(function () { layer.open({ type: 1 ,title: false ,closeBtn: true ,area: $('body').width()<768?'95%':'600px' ,id: 'home-id-css' ,btnAlign: 'c' ,moveType: 1 ,resize: false ,content: '' ,success: function(layero){} }); }) } // 邮箱、手机号弹出 $('.social').click(function (e) { layer.open({ type: 1 ,title: false ,closeBtn: true ,id: 'home-id-css' ,btnAlign: 'c' ,moveType: 1 ,resize: false ,content: '