﻿/*
	说明：输出在线客服漂浮代码
*/
document.write('<link href="/skins/sseoo/qq/qq.css" rel="stylesheet" type="text/css" />');
function Tencent_Close(floatID){
	document.getElementById(floatID).style.visibility='hidden';}

(function(){
	var lastScrollY=0,
		setup=0.02;
	function heartBeat(){ 
		diffY=document.documentElement.scrollTop; 
		percent=setup*(diffY-lastScrollY); 
		if(percent>0)percent=Math.ceil(percent); 
		else percent=Math.floor(percent); 
		document.getElementById("tencent").style.top=parseInt(document.getElementById("tencent").style.top)+percent+"px";
		lastScrollY=lastScrollY+percent; 
	}
	window.setInterval(heartBeat,1);
})();
document.write('<div id="tencent" style="right:5px;position:absolute;top:120px;">');
document.write('<h1 class="tit1"><img src="/skins/sseoo/qq/qq_tit.gif"></h1>');
document.write('<p class="img"><img src="/skins/sseoo/qq/qq_img.gif"></p>');
document.write('<h1 class="tit2">客服QQ咨询</h1>');
document.write('<ul class="qq">');
document.write('<li class="ten"><a target="_blank" href="http:\/\/wpa.qq.com\/msgrd?v=3&uin=2416986946&site=qq&menu=yes">在线客服</a></li>');
document.write('</ul>');
document.write('<h1 class="tit2">其他方式咨询</h1>');
document.write('<p class="img2"><a href="/Book.htm"><img src="/skins/sseoo/qq/qq_here.gif"></a></p>');
document.write('</div>');

