﻿/*
	说明：输出在线客服漂浮代码
*/
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:80px;">');
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><a href=" http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=ffcc5f632f9bf8cb8ce97426e12eb81ea08f113c193ff2c31c3f7f0d39156e15"; target=_blank; onclick="var tempSrc=\' http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=ffcc5f632f9bf8cb8ce97426e12eb81ea08f113c193ff2c31c3f7f0d39156e15\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;">经理咨询</a></li>');
document.write('<li><a href="http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=292442ebac89b996a8619124bf04b096f0cd119cc83558b489f53ae2620fc50a"; target=_blank; onclick="var tempSrc=\'http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=292442ebac89b996a8619124bf04b096f0cd119cc83558b489f53ae2620fc50a\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;">业务咨询</a></li>');
document.write('<li><a href="http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=31d2aec4f2444ecb2ba609cdbcf4319ef78932e2dbf4a59992311a65447d211a"; target=_blank; onclick="var tempSrc=\'http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=31d2aec4f2444ecb2ba609cdbcf4319ef78932e2dbf4a59992311a65447d211a\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;">招商咨询</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>');

