(function (){ "use strict"; $(".loader").fadeOut(); //pc导航 $('#nav ul li').hover(function(){ $(this).find('.sub').filter(':not(:animated)').slideDown('slow'); },function(){ $(this).find('.sub').fadeOut(300); }) $('.search_btn').on('click',function(){ $('.search-dialog-box').toggleClass("on"); }); $('.search-dialog-box .pub-close').on('click',function(){ $('.search-dialog-box').removeClass("on"); }); //手机导航展开特效 $(function(){ $("#m_nav .title .list").css({"opacity":"1","visibility":"visible"}); $("#m_nav .title .a").click(function(){ var tt = $(this).parents(".title"); if ($(tt).hasClass('on')) { $(tt).children(".list").slideUp(600); //展开 $(tt).removeClass("on"); }else{ $("#m_nav .title ").removeClass("on"); $("#m_nav .title .list").slideUp(); $(tt).children(".list").slideDown(); $(tt).toggleClass("on"); } }); $("#nav_btn_box").click(function(){ $("#nav_btn_box .point").toggleClass("on"); $("#nav_btn_box").toggleClass("on"); $("#m_nav").toggleClass("act"); $(".nav_mask").fadeToggle(); }); $(".nav_mask").click(function(){ $("#nav_btn_box .point").removeClass("on"); $("#nav_btn_box").removeClass("on"); $(this).fadeToggle(); $(".nav_btn_box").removeClass("act"); $("#m_nav").removeClass("act"); }); }); //移动端内页导航 $("#bnt_sub_nav").click(function(){ $(this).toggleClass("on"); $("#sub_nav_content").slideToggle(); }); $("#sub_nav_content dt.title a").attr("href","javascript:void(0)"); $("#sub_nav_content dt.title_on").next("dd").show(); $("#sub_nav_content dt.title").click(function() { if ($(this).hasClass("title_on")) { $(this).next("dd").slideToggle(); $(this).removeClass("title_on"); } else { $("#sub_nav_content dd").slideUp(); $("#sub_nav_content dt.title").removeClass("title_on").removeClass("on"); $(this).toggleClass("title_on"); $(this).next("dd").slideDown(); } }); $("#sub_nav_content ul li i").click(function(){ $(this).next("ul").slideToggle(); $(this).parents("#sub_nav_content ul li").siblings().find("ul").slideUp(); }); $(".n_container .n_left .con ul li i").click(function(){ $(this).next().slideToggle(); $(this).toggleClass("up"); }); //IE8下提示浏览器版本过低,升级浏览器 (function(window) { var theUA = window.navigator.userAgent.toLowerCase(); if ((theUA.match(/msie\s\d+/) && theUA.match(/msie\s\d+/)[0]) || (theUA.match(/trident\s?\d+/) && theUA.match(/trident\s?\d+/)[0])) { var ieVersion = theUA.match(/msie\s\d+/)[0].match(/\d+/)[0] || theUA.match(/trident\s?\d+/)[0]; if (ieVersion < 9) { var str = "您现在使用的浏览器版本过低,无法正常浏览本网站!"; var str2 = ""; document.writeln("
" + ""); document.execCommand("Stop"); } } })(window); $('.tc_btn[name]').click(function() { var tf_name_id = $(this).attr('name'); $('.tc[name=' + tf_name_id + ']').addClass('act'); }); $('.tc_close').click(function() { $(this).parents('.tc').removeClass('act'); }); $('.tc_bg').click(function() { $(this).parents('.tc').removeClass('act'); }); $(function(){$('a[href*="#"],area[href*="#"]').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var $target=$(this.hash);$target=$target.length&&$target||$('[name='+this.hash.slice(1)+']');if($target.length){var targetOffset=$target.offset().top;$('html,body').animate({scrollTop:targetOffset},600);return false}}})}); $(window).scroll(function() { if ($(this).scrollTop()>100){ $("#gotop").removeClass("hide"); }else{ $("#gotop").addClass("hide"); }; }); $('#gotop').click(function () { $('html,body').animate({ scrollTop : '0px' }, 800); }); /* //标题分割动画 let w = document.body.offsetWidth || document.body.clientWidth; let h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; const _ = function (select) { return document.querySelector(select) }; const _$ = function (select) { return document.querySelectorAll(select)}; const clickEvent = (function() { if ('ontouchstart' in document.documentElement === true){ return 'touchstart'; }else{ return 'mousedown'; } })(); const getScrollbarWidth = function() { const container = document.createElement('div'); container.style.visibility = 'hidden'; container.style.position = 'absolute'; container.style.left = '-9999px'; container.style.width = '100px'; container.style.overflow = 'scroll'; document.body.appendChild(container); const containerWidth = container.offsetWidth; const inner = document.createElement('div'); inner.style.width = '100%'; container.appendChild(inner); const innerWidth = inner.offsetWidth; container.parentNode.removeChild(container); return containerWidth - innerWidth; }; const scrollMarginRightTrue = function(){ if ('ontouchstart' in document.documentElement === false){ _('html').style.marginRight = getScrollbarWidth() + 'px'; _('header').style.width =_('header').offsetWidth + 'px'; document.documentElement.style.overflowY='hidden'; } } const scrollMarginRightFalse = function(){ if ('ontouchstart' in document.documentElement === false){ _('html').style.marginRight = 0; document.documentElement.style.overflowY = 'scroll'; } } const splitlist = function(splitlist,bool){ Array.prototype.forEach.call(_$(splitlist), function (item) { let flag = false, isRandom = bool, delays = parseInt(item.getAttribute('delay')), speeds = parseInt(item.getAttribute('speed')), Arrays = item.innerHTML.replace(/" + str + "
" + str2 + "
请更新并使用最新的浏览器版本。