document.writeln("<style type=\"text/css\">");
document.writeln(".qqbox a:link {color:#000;text-decoration:none;}");
document.writeln(".qqbox a:visited {color:#000;text-decoration:none;}");
document.writeln(".qqbox a:hover {color:#f80000;text-decoration:underline;}");
document.writeln(".qqbox a:active {color:#f80000;text-decoration:underline;}");
document.writeln("");
document.writeln(".qqbox{width:112px;overflow:hidden;position:absolute;right:16px;-moz-right:1px;_right:16px;top:170px;color:#000000;font-size:12px;letter-spacing:0px;}");
document.writeln("#qqkfbt{width:112px;height:17px;background:url(../images/QQ/a_1.gif) no-repeat;overflow:hidden;position:relative;zoom:1;}");
document.writeln("#qqkfhm{width:112px;height:auto;padding:10px 0 0 0;background:url(../images/QQ/a_2.gif) repeat-y;overflow:hidden;position:relative;display:inline;zoom:1;}");
document.writeln("#qqkfhm li {float:left;width:112px;height:24px;font:12px/24px Arial;text-align:center;zoom:1;}");
document.writeln("#qqkfhm li a{color:#6A6A6A;text-decoration:none;}");
document.writeln("#qqkfhm li a:hover{color:#FF3300;text-decoration:none;}");
document.writeln("#qqkfbw{clear:both;width:112px;height:4px;background:url(../images/QQ/a_3.gif) no-repeat;overflow:hidden;position:relative;zoom:1;}");
document.writeln("</style>");
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("<div id=\"qqkfbt\"></div>");
document.writeln("<ul id=\"qqkfhm\">");
document.writeln("<li><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=1591226302&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:1591226302:46\" alt=\"客服①\" title=\"客服①\"></a></li>");
document.writeln("<li><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=1356459748&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:1356459748:46\" alt=\"客服②\" title=\"客服②\"></a></li></ul>");
document.writeln("<div id=\"qqkfbw\"></div>");
document.writeln("</div>");
document.writeln("<script language=\"javascript\">");
document.writeln("function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {");
document.writeln("    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;");
document.writeln("    for (var i=1;i<=totalnumber;i++) {");
document.writeln("        document.getElementById(c_id+i).style.display=\'none\';");
document.writeln("        document.getElementById(h_id+i).className=hout_class;");
document.writeln("    }");
document.writeln("    document.getElementById(c_id+activeno).style.display=\'block\';");
document.writeln("    document.getElementById(h_id+activeno).className=hon_class;");
document.writeln("}");
document.writeln("var tips; ");
document.writeln("var theTop = 170;");
document.writeln("var old = theTop;");
document.writeln("function initFloatTips() ");
document.writeln("{ ");
document.writeln("	tips = document.getElementById(\'divQQbox\');");
document.writeln("	moveTips();");
document.writeln("}");
document.writeln("function moveTips()");
document.writeln("{");
document.writeln("	 	  var tt=40; ");
document.writeln("		  if (window.innerHeight) ");
document.writeln("		  {");
document.writeln("			  pos = window.pageYOffset  ");
document.writeln("		  }else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln("			 pos = document.documentElement.scrollTop  ");
document.writeln("		  }else if (document.body) {");
document.writeln("		    pos = document.body.scrollTop;  ");
document.writeln("		  }");
document.writeln("		  pos=pos-tips.offsetTop+theTop; ");
document.writeln("		  pos=tips.offsetTop+pos/10; ");
document.writeln("		  if (pos < theTop){");
document.writeln("			 pos = theTop;");
document.writeln("		  }");
document.writeln("		  if (pos != old) { ");
document.writeln("			 tips.style.top = pos+\"px\";");
document.writeln("			 tt=10;  //alert(tips.style.top);  ");
document.writeln("		  }");
document.writeln("		  old = pos;");
document.writeln("		  setTimeout(moveTips,tt);");
document.writeln("}");
document.writeln("initFloatTips();");
document.writeln("	if(typeof(HTMLElement)!=\"undefined\")    //firefox定义contains()方法，ie下不起作用");
document.writeln("		{  ");
document.writeln("		  HTMLElement.prototype.contains=function (obj)  ");
document.writeln("		  {  ");
document.writeln("			  while(obj!=null&&typeof(obj.tagName)!=\"undefind\"){");
document.writeln("	   　　 　if(obj==this) return true;  ");
document.writeln("	   　　　	　obj=obj.parentNode;");
document.writeln("	   　　	  }  ");
document.writeln("			  return false;  ");
document.writeln("		  }");
document.writeln("	}");
document.writeln("function show()");
document.writeln("{");
document.writeln("	document.getElementById(\"meumid\").style.display=\"none\"");
document.writeln("	document.getElementById(\"contentid\").style.display=\"block\"");
document.writeln("}");
document.writeln("	function hideMsgBox(theEvent){");
document.writeln("	  if (theEvent){");
document.writeln("		var browser=navigator.userAgent;");
document.writeln("		if (browser.indexOf(\"Firefox\")>0){  //如果是Firefox");
document.writeln("		    if (document.getElementById(\"contentid\").contains(theEvent.relatedTarget)) {");
document.writeln("				return");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if (browser.indexOf(\"MSIE\")>0 || browser.indexOf(\"Presto\")>=0){");
document.writeln("	        if (document.getElementById(\'contentid\').contains(event.toElement)) {");
document.writeln("			    return; ");
document.writeln("		    }");
document.writeln("		}");
document.writeln("	  }");
document.writeln("	  document.getElementById(\"meumid\").style.display = \"block\";");
document.writeln("	  document.getElementById(\"contentid\").style.display = \"none\";");
document.writeln(" 	}");
document.writeln("</script>");
