//灞忚斀榧犳爣鍙抽敭 var jsArgument = document.getElementsByTagName("script")[document.getElementsByTagName("script").length - 1].src; //鑾峰彇浼犻€掔殑鍙傛暟 rightButton = jsArgument.substr(jsArgument.indexOf("rightButton=") + "rightButton=".length, 1); if (rightButton == "1") { document.oncontextmenu = function (e) { return false; } document.onselectstart = function (e) { return false; } if (navigator.userAgent.indexOf("Firefox") > 0) { document.writeln(""); } } // 鎵嬫満绔欒嚜鍔ㄨ烦杞 mobilejump = jsArgument.substr(jsArgument.indexOf("mobilejump=") + "mobilejump=".length, 1); if (mobilejump == "1") { var url = window.location.href; if (url.slice(url.lastIndexOf("/") + 1) == "index.php") { url = url.slice(0, url.lastIndexOf("/") + 1); } var isAndroid = navigator.appVersion.toLowerCase().indexOf("android") >= 0, isIphone = navigator.appVersion.toLowerCase().indexOf("iphone") >= 0; if (isAndroid || isIphone) { console.log(window.location.host + "/m") // window.location.href = window.location.host + "m"; }; } // 璁句负棣栭〉 function setHome(obj, vrl) { try { obj.style.behavior = 'url(#default#homepage)'; obj.setHomePage(vrl); } catch (e) { if (window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (e) { alert("姝ゆ搷浣滆娴忚鍣ㄦ嫆缁濓紒\n璇峰湪娴忚鍣ㄥ湴鍧€鏍忚緭鍏モ€渁bout:config鈥濆苟鍥炶溅\n鐒跺悗灏哰signed.applets.codebase_principal_support]鐨勫€艰缃负'true',鍙屽嚮鍗冲彲銆?); return; } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage', vrl); } else { alert("鎶辨瓑锛屾偍鎵€浣跨敤鐨勬祻瑙堝櫒鏃犳硶瀹屾垚姝ゆ搷浣溿€俓n\n鎮ㄩ渶瑕佹墜鍔ㄥ皢銆? + vrl + "銆戣缃负棣栭〉銆?); } } } // 鍔犲叆鏀惰棌 function addFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, sURL, ""); } catch (e) { alert("鎮ㄤ娇鐢ㄧ殑娴忚鍣ㄤ笉鏀寔姝ゅ姛鑳斤紝璇蜂娇鐢–trl+D杩涜娣诲姞"); } } } // 淇濆瓨鍒版闈 function toDesktop(sUrl, sName) { try { var WshShell = new ActiveXObject("WScript.Shell"); var oUrlLink = WshShell.CreateShortcut(WshShell.SpecialFolders("Desktop") + "\\" + sName + ".url"); oUrlLink.TargetPath = sUrl; oUrlLink.Save(); } catch (e) { alert("褰撳墠IE瀹夊叏绾у埆涓嶅厑璁告搷浣滐紒"); } } // 娴忚鍣ㄧ増鏈 $(function () { var DEFAULT_VERSION = "8.0"; var ua = navigator.userAgent.toLowerCase(); var isIE = ua.indexOf("msie") > -1; var safariVersion; if (isIE) { safariVersion = ua.match(/msie ([\d.]+)/)[1]; if (safariVersion <= DEFAULT_VERSION) { $("body").append("
鎮ㄥ綋鍓嶄娇鐢ㄧ殑IE娴忚鍣ㄧ増鏈繃浣庯紝涓轰簡鎮ㄧ殑娴忚浣撻獙锛屽缓璁偍鍗囩骇鍒?a style='color:#f00;font-weight:bold;' href='https://www.microsoft.com/zh-cn/download/internet-explorer.aspx' title='鐐瑰嚮涓嬭浇鏈€鏂癐E娴忚鍣? target='_blank'> IE9+ 鎴栬€呬娇鐢?a style='color:#f00;font-weight:bold;' href='http://www.firefox.com.cn/' title='鐐瑰嚮涓嬭浇鏈€鏂癴irefox娴忚鍣? target='_blank'> firefox , chrome 鏈€鏂扮増鏈紒X
"); } } }) // 鍥炲埌椤堕儴 $(document).ready(function () { $(window).scroll(function () { var scrollH = $(window).scrollTop(); if (scrollH > 100) { $(".back-to").fadeIn(); } else { $(".back-to").fadeOut(); } }) $(".back-to").on('click', function () { $('html,body').animate({ 'scrollTop': 0 }, 500); }); }) // 鍦ㄧ嚎QQ $(function () { var m_woo_panel = $('#m-woo-panel'); $('#j-close').on('click', function () { m_woo_panel.hide(); }); $('#j-console').on("click", function () { if ($(this).hasClass("m-console-active")) { $(this).removeClass("m-console-active"); m_woo_panel.animate({ right: 0 }); } else { $(this).addClass("m-console-active"); m_woo_panel.animate({ right: -164 }); }; }); }); // QQ婊氬姩鐗规晥 $(document).ready(function () { $(".online_qq").floatadv(); }); jQuery.fn.floatadv = function (loaded) { var obj = this; body_height = parseInt($(window).height()); block_height = parseInt(obj.height()); top_position = parseInt((body_height / 2) - (block_height / 2) + $(window).scrollTop()); if (body_height < block_height) { top_position = 0 + $(window).scrollTop(); }; if (!loaded) { obj.css({ 'position': 'absolute' }); obj.css({ 'top': top_position }); $(window).bind('resize', function () { obj.floatadv(!loaded); }); $(window).bind('scroll', function () { obj.floatadv(!loaded); }); } else { obj.stop(); obj.css({ 'position': 'absolute' }); obj.animate({ 'top': top_position }, 400, 'linear'); } } //璁剧疆瀛椾綋澶у皬 function setFontSize(size) { var obj = document.getElementById("contentSize"); if (obj) { obj.style.fontSize = size + "px"; } } moveText(); function moveText() { var Obtn = $(".c-commonbtn"); Obtn.each(function () { var Ostr = $(this).html(); var Arr = Ostr.split(""); var Ohtml = ""; $(this).html(""); for (var i = 0; i < Arr.length; i++) { $(this).append($("" + Arr[i] + "")); } }); var Obtn = $(".c-commonbtn"); Obtn.hover(function () { $(this).addClass("c-active"); }, function () { $(this).removeClass("c-active"); }); }