');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('');
document.write('
');
document.write('0515-89884899');
document.write('
');
document.write('');
document.write('
');
document.write('
');
document.write('
扫描二维码
关注微信官方账号
');
document.write('
扫描二维码
关注新浪微博官方账号
');
document.write('
');
/*** 关注微信、微博 */
$(document).ready(function(){
$("#guangzhu").mouseover(
function(){
$("#guangzhu").stop().animate({"width":"203px","left":"-135px"},200);
$("a.wx_pic,a.xl_pic").stop().fadein(10)
}).mouseout(
function(){
$("#guangzhu").stop().animate({"width":"68px","left":"0px"},200);
$("a.wx_pic,a.xl_pic").stop().fadeout(1)
})
$("a.wx_pic").mouseover(
function(){
$(".swt_weixin").stop().fadein(1);
}
).mouseout(
function(){
$(".swt_weixin").stop().fadeout(1);
}
)
$("a.xl_pic").mouseover(
function(){
$(".swt_xinlan").stop().fadein(1);
}
).mouseout(
function(){
$(".swt_xinlan").stop().fadeout(1);
}
)
$("#phone,.dh_right").mouseover(
function(){
$("p.swt_p5").stop().animate({"width":"280px","left":"-212px"},200);
$(".dh_right").stop().animate({"width":"201px","left":"-212px","paddingleft":"10"},200);
$(".textk01").css({display:"block"})
}).mouseout(
function(){
$("p.swt_p5").stop().animate({"width":"68px","left":"0"},200);
$(".dh_right").stop().animate({"width":"0","left":"-1","paddingleft":"0"},200);
$(".textk01").css({display:"none"})
}
)
$(".cn_xfc p").click(function(){
$(".cn_xfc").stop().animate({"left":"-310px"})
})
$(".cn_xfc p").mouseover(function(){
$(".cn_xfc").stop().animate({"left":"0"})
})
settimeout("$('.cn_xfc').animate({'left':'0'})",8000)
})
/*** 消息刷新次数 */
function shake(){
var a=['bottom','right'],b=0;
var u=setinterval(function(){
$('#tip').css( a[b%2] , (b++)%4<2?0:4 );
if(b>17){
clearinterval(u);
b=0;
}
},30)
}
function getrandomnum(min,max)
{
var range = max - min;
var rand = math.random();
return(min + math.round(rand * range));
}
var num = getrandomnum(30,99);
$(document).ready(function() {
document.getelementbyid("divrsjs").innerhtml=num;
});
function pagescroll(){
window.scrollby(0,-200);
scrolldelay = settimeout('pagescroll()',10);
var stop=document.documentelement.scrolltop+document.body.scrolltop;
if(stop==0) cleartimeout(scrolldelay);
}