代码拉取完成,页面将自动刷新
$(function(){
/*百度统计代码*/
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e422443978851cab4a6061bd00774795";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
/*百度统计结束*/
$('.keywordClose').click(function(){
$('.keywordClose').hide()
$('.keyword').hide()
})
$('#logoLeft').mouseenter(function(){
$('#logoLeftFe').animate({'top':'0px'},0)
$('#logoLeftFe').animate({'top':'-750px'},1000)
})
$('#logoLeft').click(function(){
$('#bigBox').hide()
$('#recoPage').show()
$('#recoPage').animate({'margin-top':'-90px','opacity':'1'},500)
})
$('.recoBtn').click(function(){
$('#bigBox').show()
$('#recoPage').hide()
$('#recoPage').animate({'margin-top':'-150px','opacity':'0'},0)
})
$('.navBg').hide()
$('.buy').mouseenter(function(){
$('.navBg').hide()
$('.navBg01').show()
$('.navBg01 a').animate({'top':'0','bottom':'0','opacity':'1'},300)
})
$('.news').mouseenter(function(){
$('.navBg').hide()
$('.navBg02').show()
$('.navBg02 a').animate({'top':'0','bottom':'0','opacity':'1'},300)
})
$('.forum').mouseenter(function(){
$('.navBg').hide()
$('.navBg03').show()
$('.navBg03 a').animate({'top':'0','bottom':'0','opacity':'1'},300)
})
$('.tool').mouseenter(function(){
$('.navBg').hide()
$('.navBg04').show()
$('.navBg04 a').animate({'top':'0','bottom':'0','opacity':'1'},300)
})
$('.favorites').mouseenter(function(){
$('.navBg').hide()
$('.navBg05').show()
$('.navBg05 a').animate({'top':'0','bottom':'0','opacity':'1'},300)
})
/*滑动页面*/
$.fn.hoverDelay = function(options){
var defaults = {
hoverDuring: 200,
outDuring: 200,
hoverEvent: function(){
$.noop();
},
outEvent: function(){
$.noop();
}
};
var sets = $.extend(defaults,options || {});
var hoverTimer, outTimer;
return $(this).each(function(){
$(this).hover(function(){
clearTimeout(outTimer);
hoverTimer = setTimeout(sets.hoverEvent, sets.hoverDuring);
},function(){
clearTimeout(hoverTimer);
outTimer = setTimeout(sets.outEvent, sets.outDuring);
});
});
}
$('.hZongheBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hZonghe').show()
$(".hNav").removeClass("currentHNav")
$(".hZongheBtn").addClass("currentHNav")
}
});
$('.hGouwuBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hGouwu').show()
$(".hNav").removeClass("currentHNav")
$(".hGouwuBtn").addClass("currentHNav")
}
});
$('.hZixunBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hZixun').show()
$(".hNav").removeClass("currentHNav")
$(".hZixunBtn").addClass("currentHNav")
}
});
$('.hShejiaoBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hShejiao').show()
$(".hNav").removeClass("currentHNav")
$(".hShejiaoBtn").addClass("currentHNav")
}
});
$('.hYingyinBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hYingyin').show()
$(".hNav").removeClass("currentHNav")
$(".hYingyinBtn").addClass("currentHNav")
}
});
$('.hShenghuoBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hShenghuo').show()
$(".hNav").removeClass("currentHNav")
$(".hShenghuoBtn").addClass("currentHNav")
}
});
$('.hGongjuBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hGongju').show()
$(".hNav").removeClass("currentHNav")
$(".hGongjuBtn").addClass("currentHNav")
}
});
$('.hItsiteBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hItsite').show()
$(".hNav").removeClass("currentHNav")
$(".hItsiteBtn").addClass("currentHNav")
}
});
$('.hQuzhanBtn').hoverDelay({
hoverEvent: function(){
$('.hSiteBox').hide()
$('.hQuzhan').show()
$(".hNav").removeClass("currentHNav")
$(".hQuzhanBtn").addClass("currentHNav")
}
});
$('.promptBtn').hoverDelay({
hoverEvent: function(){
$('.promptText').show()
}
});
$('.promptBtn').mouseout(function(){
$(".promptText").hide()
})
/*搜索引擎切换*/
/*$('.sChoiceBtn').click(function(){
$(".scBigBox").show()
})
$('.scSmallBox').click(function(){
$(".scBigBox").hide()
})*/
/*简洁、详细切换*/
$(document).ready(function() {
$.fn.fullpage({
anchors: ['pa1', 'pa2', 'pa3', 'pa4']
});
});
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。