document.writeln("<script language=\"javascript\" src=\"/plugins/libs/language.js\"></script>");
document.writeln("");
document.writeln("				        <li class=\'wxsmallimgs\'  style=\'position:relative\'><a href=\'/\'>");
document.writeln("							<img class=\'wxsmallimg\'  src=\'/picture/0/1710271017016595659.jpg\'></a>");
document.writeln("							<div class=\'wximg\' style=\'z-index: 99;width:83px;height:83px;position:absolute;display:none;top:60px;right:-27px;\'><img src=\'/picture/0/1710271017017213324.png\' /></div>");
document.writeln("                            </li>");
document.writeln("					<li><a href=\'http://www.powerchina.cn/\' target=\'_blank\'>集团（股份）网站</a></li>");
document.writeln("					<li><a id=\"zh_click_s\" href=\"javascript:zh_tran(\'n\');\">简体</a></li>");
document.writeln("					<li style=\'color:#6e6e6e\'>|</li>");
document.writeln("					<li><a id=\"zh_click_t\" href=\"javascript:zh_tran(\'t\');\">繁体</a></li>");
document.writeln("<li class=\'retrieve\'>");
document.writeln("	<form name=\'qForm\' onsubmit=\'return(checkForm(this));\' action=\'/api-gateway/jpaas-jsearch-web-server/search\' method=\'get\' target=\"_blank\">");
document.writeln("		<input type=\'hidden\' value=\'yfGvyn3vMlkS5EmKkdl9K\' name=\'serviceId\'>");
document.writeln("		<input type=\'hidden\' value=\'37\' name=\'webId\'>");
document.writeln("		<input type=\'text\' name=\'q\' id=\'hotwords\' value=\'请输入检索关键词\' autocomplete=\'off\' onfocus=\'jrobotFocus()\' onblur=\'jrobotBlur()\'  class=\'search_txt ret\' style=\'float:left;border:#e6e6e6 solid 1px;border-right:0;\' >");
document.writeln("		<input style=\'float:left;\'  onclick=\'return hello()\' type=\'image\' src=\'/picture/0/1710311106532382580.jpg\'>");
document.writeln("	</form>");
document.writeln("</li>");
document.writeln("<style>");
document.writeln(".retrieve{margin-top:40px;margin-left:45px;}");
document.writeln("</style>");
document.writeln("<script>");
document.writeln("$(\'.wxsmallimgs\').hover(function(){");
document.writeln("	$(\'.wximg\').show();");
document.writeln("	},function(){$(\'.wximg\').hide()}");
document.writeln("	)");
document.writeln("	");
document.writeln("</script>");
document.writeln("");

function hello() {
	var query = $("#hotwords").val();
	if (query == '请输入检索关键词') {
		//alert('请输入检索关键词!');
		layer.open({
		  		  title: '提示消息'
		  		  ,content: '请输入检索关键词!'
		  		});	
		return false;
	} else {
		//$("#category").val($("#hot_search").text());
		return true;
	}
}

function jrobotFocus(){
	var qVal = $("#hotwords").val();
	if (qVal == '请输入检索关键词'){
		$("#hotwords").val('');
	} 
}
function jrobotBlur(){
	var qVal = $("#hotwords").val();
	if (qVal == ''){
		$("#hotwords").val('请输入检索关键词');
	} 
}