document.writeln("<head><STYLE type=text\/css>#floater {");
document.writeln("	right: 1px; POSITION: absolute; TOP: 108px; VISIBILITY: visible; WIDTH: 160px; Z-INDEX: 10");
document.writeln("}<\/STYLE><script language=\"JavaScript\" type=\"text\/JavaScript\"><!--");
document.writeln("function MM_swapImgRestore() {\/\/v3.0");
document.writeln("var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;");
document.writeln("}function MM_preloadImages() {\/\/v3.0");
document.writeln("var d=document; if(d.images){if(!d.MM_p) d.MM_p=new Array();");
document.writeln("var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)");
document.writeln("if (a[i].indexOf(\"#\")!=0){d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}");
document.writeln("}function MM_findObj(n, d) {\/\/v4.01");
document.writeln("var p,i,x;  if(!d) d=document; if((p=n.indexOf(\"?\"))>0&&parent.frames.length) {");
document.writeln("d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}");
document.writeln("if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];");
document.writeln("for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);");
document.writeln("if(!x && d.getElementById) x=d.getElementById(n); return x;");
document.writeln("}function MM_swapImage() {\/\/v3.0");
document.writeln("var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)");
document.writeln("if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}");
document.writeln("}\/\/-->");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("<DIV align=\"center\" id=\"floater\" style=\"HEIGHT: 98px; WIDTH: 78px;\"><TABLE border=0 cellspacing=0 width=\"78\" cellpadding=\"0\"><TBODY><TR><TD width=\"100%\" height=\"25\" background=\"pic\/kefu_top.gif\"> <P align=center><b><font color=\"#FFFFFF\">QQ在线咨询<\/font><\/b><\/P><\/TR><TR><TD width=\"100%\" background=\"pic\/kefu_z.gif\" height=\"5\"><\/TR><TR><TD width=\"100%\" align=\"center\" background=\"pic\/kefu_z.gif\"><a target=blank href=tencent:\/\/message\/?uin=847090674&Site=chyhx.com在线咨询&Menu=yes><img border=\"0\" SRC=http:\/\/wpa.qq.com\/pa?p=1:847090674:4 alt=\"点击这里给我发消息\"> 销售一部<\/a><\/TR><TR><TD width=\"100%\" align=\"center\" background=\"pic\/kefu_z.gif\" height=\"25\"><a target=blank href=tencent:\/\/message\/?uin=583694674&Site=chyhx.com在线咨询&Menu=yes><img border=\"0\" SRC=http:\/\/wpa.qq.com\/pa?p=1:583694674:4 alt=\"点击这里给我发消息\"> 销售二部<\/a><\/TR><TR><TD width=\"100%\" align=\"left\" background=\"pic\/kefu_z.gif\" height=\"5\"><\/TR>	    <TR>");
document.writeln("<TD width=\"100%\" align=\"left\"><img border=\"0\" src=\"pic\/kefu_bottom.gif\" width=\"90\" height=\"11\"><\/TR>	  <\/TABLE><\/DIV>");
document.writeln("<SCRIPT language=JavaScript>self.onError=null;");
document.writeln("currentX = currentY = 0;");
document.writeln("whichIt = null;");
document.writeln("lastScrollX = 0; lastScrollY = 0;");
document.writeln("NS = (document.layers) ? 1 : 0;");
document.writeln("IE = (document.all) ? 1: 0;");
document.writeln("function heartBeat() {");
document.writeln("if(IE) {diffY = document.body.scrollTop; diffX = document.body.scrollLeft;}");
document.writeln("if(NS) {diffY = self.pageYOffset; diffX = self.pageXOffset;}");
document.writeln("if(diffY != lastScrollY) {");
document.writeln("percent = .1 * (diffY - lastScrollY);");
document.writeln("if(percent> 0) percent = Math.ceil(percent);");
document.writeln("else percent = Math.floor(percent);");
document.writeln("if(IE) document.all.floater.style.pixelTop += percent;");
document.writeln("if(NS) document.floater.top += percent;");
document.writeln("lastScrollY = lastScrollY + percent;");
document.writeln("}");
document.writeln("if(diffX != lastScrollX) {");
document.writeln("percent = .1 * (diffX - lastScrollX);");
document.writeln("if(percent> 0) percent = Math.ceil(percent);");
document.writeln("else percent = Math.floor(percent);");
document.writeln("if(IE) document.all.floater.style.pixelLeft += percent;");
document.writeln("if(NS) document.floater.left += percent;");
document.writeln("lastScrollX = lastScrollX + percent;");
document.writeln("}	");
document.writeln("}");
document.writeln("function checkFocus(x,y) {");
document.writeln("stalkerx = document.floater.pageX;");
document.writeln("stalkery = document.floater.pageY;");
document.writeln("stalkerwidth = document.floater.clip.width;");
document.writeln("stalkerheight = document.floater.clip.height;");
document.writeln("if( (x> stalkerx && x <(stalkerx+stalkerwidth)) && (y> stalkery && y <(stalkery+stalkerheight))) return true;");
document.writeln("else return false;");
document.writeln("}");
document.writeln("function grabIt(e) {");
document.writeln("if(IE) {");
document.writeln("whichIt = event.srcElement;");
document.writeln("while (whichIt.id.indexOf(\"floater\") == -1) {");
document.writeln("whichIt = whichIt.parentElement;");
document.writeln("if (whichIt == null) {return true;}");
document.writeln("}");
document.writeln("whichIt.style.pixelLeft = whichIt.offsetLeft;");
document.writeln("whichIt.style.pixelTop = whichIt.offsetTop;");
document.writeln("currentX = (event.clientX + document.body.scrollLeft);");
document.writeln("currentY = (event.clientY + document.body.scrollTop); 	");
document.writeln("} else {");
document.writeln("window.captureEvents(Event.MOUSEMOVE);");
document.writeln("if(checkFocus (e.pageX,e.pageY)) {");
document.writeln("whichIt = document.floater;");
document.writeln("stalkerTouchedX = e.pageX-document.floater.pageX;");
document.writeln("StalkerTouchedY = e.pageY-document.floater.pageY;");
document.writeln("}");
document.writeln("}");
document.writeln("return true;");
document.writeln("}");
document.writeln("function moveIt(e) {");
document.writeln("if (whichIt == null) {return false;}");
document.writeln("if(IE) {");
document.writeln("newX = (event.clientX + document.body.scrollLeft);");
document.writeln("newY = (event.clientY + document.body.scrollTop);");
document.writeln("distanceX = (newX - currentX);    distanceY = (newY - currentY);");
document.writeln("currentX = newX;    currentY = newY;");
document.writeln("whichIt.style.pixelLeft += distanceX;");
document.writeln("whichIt.style.pixelTop += distanceY;");
document.writeln("if(whichIt.style.pixelTop <document.body.scrollTop) whichIt.style.pixelTop = document.body.scrollTop;");
document.writeln("if(whichIt.style.pixelLeft <document.body.scrollLeft) whichIt.style.pixelLeft = document.body.scrollLeft;");
document.writeln("if(whichIt.style.pixelLeft> document.body.offsetWidth - document.body.scrollLeft - whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - whichIt.style.pixelWidth - 20;");
document.writeln("if(whichIt.style.pixelTop> document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5;");
document.writeln("event.returnValue = false;");
document.writeln("} else {");
document.writeln("whichIt.moveTo(e.pageX-StalkerTouchedX,e.pageY-StalkerTouchedY);");
document.writeln("if(whichIt.left <0+self.pageXOffset) whichIt.left = 0+self.pageXOffset;");
document.writeln("if(whichIt.top <0+self.pageYOffset) whichIt.top = 0+self.pageYOffset;");
document.writeln("if( (whichIt.left + whichIt.clip.width)>= (window.innerWidth+self.pageXOffset-17)) whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17;");
document.writeln("if( (whichIt.top + whichIt.clip.height)>= (window.innerHeight+self.pageYOffset-17)) whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17;");
document.writeln("return false;}");
document.writeln("return false;");
document.writeln("}");
document.writeln("function dropIt() {");
document.writeln("whichIt = null;");
document.writeln("if(NS) window.releaseEvents (Event.MOUSEMOVE);");
document.writeln("return true;");
document.writeln("	}");
document.writeln("if(NS) {");
document.writeln("window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);");
document.writeln("window.onmousedown = grabIt;");
document.writeln("window.onmousemove = moveIt;");
document.writeln("window.onmouseup = dropIt;");
document.writeln("}");
document.writeln("if(IE) {");
document.writeln("document.onmousedown = grabIt;");
document.writeln("document.onmousemove = moveIt;");
document.writeln("document.onmouseup = dropIt;");
document.writeln("	}");
document.writeln("if(NS || IE) action = window.setInterval(\"heartBeat()\",1);");
document.writeln("<\/SCRIPT>")