/*1629670726000*/ AUI().ready( /* This function gets loaded when all the HTML, not including the portlets, is loaded. */ function() { // 鍥為《鐏鍔ㄦ晥 $("#goToTop").hide(); $(function() { $(window).scroll(function() { if ($(window).scrollTop() > 50) { $("#goToTop").fadeIn(200); } else { $("#goToTop").fadeOut(200); } }); //褰撶偣鍑昏烦杞摼鎺ュ悗锛屽洖鍒伴〉闈㈤《閮ㄤ綅缃 $("#goToTop").click(function() { $('body,html').animate({ scrollTop: 0 }, 400); return false; }); }); // 椤佃剼 鈥?..鈥 鍔ㄦ晥 $(".checkMore").on("click", function() { $(".popMore").show(); }); $(".popBg").on("click", function() { $(".popMore").hide(); }); $("#closePopMore").on("click",function(){ $(".popMore").hide(); }); // 椤佃剼 鍏ぇ鏉垮潡閾炬帴 // 瀵艰埅鏍 鍏ぇ鏉垮潡閾炬帴鍘绘帀涓嬮潰鐨?Foot",绮樿创鍒伴椤逮楂樼骇璁剧疆 var hnFoot = window.location.host; var wlFoot = window.location + ""; var rwlFoot = wlFoot.split("\/\/"); var curFoot = rwlFoot[0]+"\/\/"+hnFoot; // 绮樺埌瀵艰埅鏍忔椂 footAddHref 鏀逛负 addHref var oFootAddHrefs = document.getElementsByClassName("footAddHref"); var aFootList = ["jxtian","jxdi","jxlei","jxfeng","jxshui","jxhuo","jxshan","jxze"]; var hFootList = []; for(var j=0;j-1){ hFootList[j] = curFoot+"\/web\/"+aFootList[j]; } if(hnFoot.search(/189/)>-1){ hFootList[j] = curFoot+"\/web\/realcan-"+aFootList[j]; } if(hnFoot.search(/www/)>-1){ hFootList[j] = "/web/realcan-"+aFootList[j]; } } for(var i=0;ip:first-of-type"); obj.onmouseover = function(){ if(oP1.className=="beforeBlock"){ oP1.className = "hoverNone"; } } obj.onmouseout = function(){ if(oP1.className=="hoverNone"){ oP1.className = "beforeBlock"; } } } var oP2 = document.querySelector(".contact-2>p:last-of-type"); var oRAddress = document.getElementsByClassName("real-address")[0]; var oRElse = document.getElementsByClassName("real-else")[0]; hoverNone(oP2); hoverNone(oRAddress); hoverNone(oRElse); }) } ); Liferay.Portlet.ready( /* This function gets loaded after each and every portlet on the page. portletId: the current portlet's id node: the Alloy Node object of the current portlet */ function(portletId, node) { } ); Liferay.on( 'allPortletsReady', /* This function gets loaded when everything, including the portlets, is on the page. */ function() { } );