/* download by http://www.codefans.net*/
/*键盘操作样式变化*/
.updownhover a{
	color:#000;
	background:#ededed;
	text-decoration:none;
}

/*.hotwords{
	display:block;position: absolute;top:0;left:0;z-index: 999;background: red;width:100px;height: 100px;
}*/
/*------ //搜索框 ---------*/
@media screen and (min-width:1367px){
	.hotwords{
		position:absolute;
		background:#fff;
		width:395px;
		height:auto;
		border:#F17521 1px solid;
		z-index:999;
		top:37px;
		left:0;
	}
	.hotwords li{
		display:block;
		width:395px;
	}

	.hotwords li a{
		display:block;
		padding:0 10px;
		color:#000;
	}
	.hotwords a h1{
		font-size:13px;
		height:25px;
		line-height:25px;
		font-weight:normal;
	}

	/*键盘操作样式变化*/
	.updownhover a{
		color:#000;
		background:#ededed;
		text-decoration:none;
	}
}
@media screen and (max-width:1366px){
	.hotwords{
		position:absolute;
		top:37px;
		left:0;
		background:#fff;
		width:295px;
		height:auto;
		border:#F17521 1px solid;
		z-index:999;
	}
	.hotwords li{
		display:block;
		width:295px;
	}

	.hotwords li a{
		display:block;
		padding:0 10px;
		color:#000;
	}
	.hotwords a h1{
		font-size:13px;
		height:25px;
		line-height:25px;
		font-weight:normal;
	}

	/*键盘操作样式变化*/
	.updownhover a{
		color:#000;
		background:#ededed;
		text-decoration:none;
	}
}