function rdt() {
var d = new date();
return d.gettime();
}
//导航选中
$(function(){
jquery('a').bind('focus',function(){
if(this.blur){
this.blur();
};
});
scrollspyqq66218223();
$(window).scroll();
var now_file = location.href.substring(location.href.lastindexof("/")+1);
if(now_file=="")
{
now_file="index";
}
$(".menu").find(" a[href^='"+now_file+"']").parent().addclass("first");
now_file = now_file.substring(0, 3 )
$(".menu").find("> li > a[href^='" + now_file + "']").parent().addclass("first");
// $(".friendlink").hover(function () {
// $(this).find("ul").slidedown();
// },function () {
// $(this).find("ul").stop(true,true).slideup();
// })
//客服qq
//$("#floatshow").bind("click",function(){
//
// $("#onlineservice").animate({width:"show", opacity:"show"}, "normal" ,function(){
// $("#onlineservice").show();
// });
//
// $("#floatshow").attr("style","display:none");
// $("#floathide").attr("style","display:block");
//
// return false;
// });
//
// $("#floathide").bind("click",function(){
//
// $("#onlineservice").animate({width:"hide", opacity:"hide"}, "normal" ,function(){
// $("#onlineservice").hide();
// });
//
// $("#floatshow").attr("style","display:block");
// $("#floathide").attr("style","display:none");
//
// return false;
// });
})
//左侧选中状态
$(function () {
$(".tabs").each(function (index, element) {
$(this).tabs();
});
var target = $(".inmaintop");
var now_file = location.href.substring(location.href.lastindexof("/") + 1);
if (target.size() > 0) {
target.find("a[href='" + now_file + "']").parent().addclass("cur");
}
})
//二级菜单
$(function () {
$(".menu > li").hover(function () {
$(this).find("a:first").addclass("hover")
// $(this).find(" > ul ").slidedown(10)
$(this).find(".menulist").addclass("subnav")
$(this).find("img").hide().show(500)
}, function () {
$(this).find("a:first").removeclass("hover")
// $(this).find(" > ul ").slideup(10)
$(this).find(".menulist").removeclass("subnav")
})
})
/*底部浮动切换*/
$(function () {
function onmouserenterhandler() {
$(".slider .item").off("mouseenter", onmouserenterhandler);
var _this = $(this);
var _others = $(this).siblings();
tweenmax.to(_this, .4, {
width: 480, onstart: function () {
_this.addclass("active");
}, oncomplete: function () {
$(".slider .item").on("mouseenter", onmouserenterhandler);
}
});
tweenmax.to($(this).find(".para"), .4, { width: 180 });
tweenmax.to($(this).find("img"), .4, { right: 0, autoalpha: 1 });
tweenmax.to(_others, .4, {
width: 180, onstart: function () {
_others.removeclass("active");
}
});
tweenmax.to(_others.find(".para"), .4, { width: 180 });
}
$(".slider .item").on("mouseenter", onmouserenterhandler);
});
//导航
$(document).ready(function(){
var headheight=$("#header").height();
var head=$("#header");
$(window).scroll(function(){
if($(this).scrolltop()>headheight){
head.addclass("navfix");
}
else{
head.removeclass("navfix");
}
})
})
function isplaceholder(){
var input = document.createelement('input');
var textarea = document.createelement('textarea');
return 'placeholder' in input;
return 'placeholder' in textarea;
}
if (!isplaceholder()) {//不支持placeholder 用jquery来完成
$(document).ready(function() {
if(!isplaceholder()){
$("input").not("input[type='password']").each(//把input绑定事件 排除password框
function(){
if($(this).val()=="" && $(this).attr("placeholder")!=""){
$(this).val($(this).attr("placeholder"));
$(this).focus(function(){
if($(this).val()==$(this).attr("placeholder")) $(this).val("");
});
$(this).blur(function(){
if($(this).val()=="") $(this).val($(this).attr("placeholder"));
});
}
});
//对password框的特殊处理1.创建一个text框 2获取焦点和失去焦点的时候切换
$("input[type='password']").each(
function() {
var pwdfield = $(this);
var pwdval = pwdfield.attr('placeholder');
pwdfield.after('');
var pwdplaceholder = $(this).siblings('.login-input');
pwdplaceholder.show();
pwdfield.hide();
pwdplaceholder.focus(function(){
pwdplaceholder.hide();
pwdfield.show();
pwdfield.focus();
});
pwdfield.blur(function(){
if(pwdfield.val() == '') {
pwdplaceholder.show();
pwdfield.hide();
}
});
})
}
});
}
//底部二维码
$(function(){
var x = 10;
var y = -120;
$(".picshow").mouseover(function(e){
this.mytitle = this.title;
this.title = "";
var imgtitle = this.mytitle? "
" + this.mytitle : "";
var picshow = "