// JavaScript source code $(function () { //$(window).resize(function () { // trottle(reload,300)() //}); //µ¼º½²Ëµ¥ $(".topMenu>li").hover(function () { var curDropHeight = $(this).children("ul").outerHeight(); if ($(this).children("a").text() != "首页") { $(this).children("a").css({ "padding-bottom": "31px", "border-bottom-width": "3px", "border-bottom-style": "solid", "border-bottom-color": "#1a78cf" }); } $(this).children("ul").css("height", curDropHeight).slideDown(); }, function () { if ($(this).attr("class") != "channel" && $(this).attr("class") != "proServer channel") { //防止当前频道样式被修改 2019-3-6 $(this).children("a").css({ "padding-bottom": "0", "border-bottom-width": "0", "border-bottom-style": "none", "border-bottom-color": "none" }); } $(this).children("ul").stop(true, false).slideUp(); }); //banner jQuery(".slideBox").slide( { mainCell:".bd ul", effect:"leftLoop",autoPlay:true,trigger:"click",delayTime:200,mouseOverStop:true,pnLoop:true,interTime:4500}) //ÐÂÎÅÖÐÐÄ $(".newsTabTitle li").mousemove(function () { var curNewsIndex = $(this).index(); $(this).siblings().removeClass("curNewsTab"); $(this).addClass("curNewsTab"); $(".newsTabCon>ul").addClass("hideBox"); $(".newsTabCon>ul").eq(curNewsIndex).removeClass("hideBox"); }); Init(); }); //节流函数 function trottle(fn,delay){ var timer = null; return function(){ clearTimeout(timer); var args = Array.prototype.slice.call(arguments).join(','); timer = setTimeout(function(){ fn(args) },delay) } } //页面重新加载 function reload(){ window.location.reload(true) } //搜索查询 function SiteSearch() { var str = $.trim($("#keywords").val()); if (str.length > 0 && str != "输入关键字") { location.href = "/search_company.html?keyword=" + encodeURI($("#keywords").val()); } } function Init() { removeTitle(); // moveImg(); positonHotTel(); } //防止图片title的出现 function removeTitle() { $("img").attr({ title: "" }); } //鼠标拖动图片返回false 2019-6-17 function imgdragstart() { return false; } //添加图片拖动事件 2019-6-17 function moveImg() { for (i in document.images) document.images[i].ondragstart = imgdragstart; } //热线电话定位到每个页面的横幅图片上 2019-8-15 lzz function positonHotTel() { var hottel = "