var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); (function ($) { //琛ㄥ崟楠岃瘉鎻愪氦锛屽熀浜巎Query,Validform,layer $.fn.AjaxForm = function (opts) { $(this).Validform({ tiptype: function (msg, o, cssctl) { if (o.type != 2) { layer.alert(msg, { icon: 7, title: '娓╅Θ鎻愮ず' }) } }, tipSweep: true, }); } })(jQuery) $(function () { tick(); focusBox(); $('.LoginMain input').focus(function () { $(this).parent('div').addClass('Active'); }).blur(function () { $(this).parent('div').removeClass('Active'); }) $(".ck-form-reg").Validform({ tiptype: 2, datatype: {//浼犲叆鑷畾涔塪atatype绫诲瀷銆愭柟寮忎簩銆? "idcard": function (gets, obj, curform, datatype) { //璇ユ柟娉曠敱浣氬悕缃戝弸鎻愪緵; var Wi = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2, 1];// 鍔犳潈鍥犲瓙; var ValideCode = [1, 0, 10, 9, 8, 7, 6, 5, 4, 3, 2];// 韬唤璇侀獙璇佷綅鍊硷紝10浠h〃X; if (gets.length == 15) { return isValidityBrithBy15IdCard(gets); } else if (gets.length == 18) { var a_idCard = gets.split("");// 寰楀埌韬唤璇佹暟缁? if (isValidityBrithBy18IdCard(gets) && isTrueValidateCodeBy18IdCard(a_idCard)) { return true; } return false; } return false; function isTrueValidateCodeBy18IdCard(a_idCard) { var sum = 0; // 澹版槑鍔犳潈姹傚拰鍙橀噺 if (a_idCard[17].toLowerCase() == 'x') { a_idCard[17] = 10;// 灏嗘渶鍚庝綅涓簒鐨勯獙璇佺爜鏇挎崲涓?0鏂逛究鍚庣画鎿嶄綔 } for (var i = 0; i < 17; i++) { sum += Wi[i] * a_idCard[i];// 鍔犳潈姹傚拰 } valCodePosition = sum % 11;// 寰楀埌楠岃瘉鐮佹墍浣嶇疆 if (a_idCard[17] == ValideCode[valCodePosition]) { return true; } return false; } function isValidityBrithBy18IdCard(idCard18) { var year = idCard18.substring(6, 10); var month = idCard18.substring(10, 12); var day = idCard18.substring(12, 14); var temp_date = new Date(year, parseFloat(month) - 1, parseFloat(day)); // 杩欓噷鐢╣etFullYear()鑾峰彇骞翠唤锛岄伩鍏嶅崈骞磋櫕闂 if (temp_date.getFullYear() != parseFloat(year) || temp_date.getMonth() != parseFloat(month) - 1 || temp_date.getDate() != parseFloat(day)) { return false; } return true; } function isValidityBrithBy15IdCard(idCard15) { var year = idCard15.substring(6, 8); var month = idCard15.substring(8, 10); var day = idCard15.substring(10, 12); var temp_date = new Date(year, parseFloat(month) - 1, parseFloat(day)); // 瀵逛簬鑰佽韩浠借瘉涓殑浣犲勾榫勫垯涓嶉渶鑰冭檻鍗冨勾铏棶棰樿€屼娇鐢╣etYear()鏂规硶 if (temp_date.getYear() != parseFloat(year) || temp_date.getMonth() != parseFloat(month) - 1 || temp_date.getDate() != parseFloat(day)) { return false; } return true; } } } }) $(".ck-form-login").Validform({ tiptype: function (msg) { $(".ck-form-login .ck-msg").text(msg) }, }); }) function showLocale(objD) { var str, colorhead, colorfoot; var yy = objD.getYear(); if (yy < 1900) yy = yy + 1900; var MM = objD.getMonth() + 1; if (MM < 10) MM = '0' + MM; var dd = objD.getDate(); if (dd < 10) dd = '0' + dd; var hh = objD.getHours(); if (hh < 10) hh = '0' + hh; var mm = objD.getMinutes(); if (mm < 10) mm = '0' + mm; var ss = objD.getSeconds(); if (ss < 10) ss = '0' + ss; var ww = objD.getDay(); if (ww == 0) colorhead = ""; if (ww > 0 && ww < 6) colorhead = ""; if (ww == 6) colorhead = ""; if (ww == 0) ww = "鏄熸湡鏃?; if (ww == 1) ww = "鏄熸湡涓€"; if (ww == 2) ww = "鏄熸湡浜?; if (ww == 3) ww = "鏄熸湡涓?; if (ww == 4) ww = "鏄熸湡鍥?; if (ww == 5) ww = "鏄熸湡浜?; if (ww == 6) ww = "鏄熸湡鍏?; colorfoot = "" str = colorhead + yy + "-" + MM + "-" + dd + " " + hh + ":" + mm + ":" + ss + " " + ww + colorfoot; return (str) } function tick() { var today; today = new Date(); document.getElementById("time").innerHTML = showLocale(today); window.setTimeout("tick()", 1000); } function focusBox() { //鐒︾偣鍥? var i = 0 var numHtml = '' var txtHtml = '' $('.focusBox .pic li').each(function () { i++ numHtml += '
  • ' + i + '
  • ' txtHtml += '
  • ' + $(this).children('p').html() + '
  • ' }) $('.focusBox .txt ul').html(txtHtml) $('.focusBox .num').html(numHtml) $(".focusBox").slide({ titCell: ".num li", mainCell: ".pic", effect: "fold", autoPlay: true, trigger: "click", startFun: function (i) { $(".focusBox .txt li").eq(i).animate({ "bottom": 0 }).siblings().animate({ "bottom": -36 }); } }); $(".slideTxtBox").slide({}); $(".picMarquee").slide({ mainCell: ".bd ul", autoPlay: true, effect: "leftMarquee", vis: 6, interTime: 50, trigger: "click" }); } $(function () { $(".registerform").Validform({ tiptype: 2, }); }) } /* FILE ARCHIVED ON 03:34:35 Nov 20, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:17:26 Jul 23, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 1.175 exclusion.robots: 0.054 exclusion.robots.policy: 0.032 esindex: 0.021 cdx.remote: 6.474 LoadShardBlock: 133.432 (3) PetaboxLoader3.datanode: 87.996 (4) PetaboxLoader3.resolve: 171.869 (3) load_resource: 180.708 */