
/*纳米企业搜索框 end*/
.divselect{
	float:left; 
	color:#666;
	font-size: 15px;
	height:26px;
	line-height: 26px;
	margin-top: 2px;
	width:100%;
	background: #fff;
	border: 1px solid #999;
	font-size: 14px;
}
.divselect cite{ 
	height:26px;
	line-height:26px; 
	display:block; 
	color:#666; 
	cursor:pointer;
	font-style:normal;
	/*text-align:center;*/
	background: url("../img/index/link-arrow-down.png") no-repeat scroll right center;
	font-size: 14px;
	padding-left: 20px;
}
.divselect cite.up{
	background: url("../img/index/link-arrow-up.png") no-repeat scroll right center;

}
.divselect ul{
	width:150px;
	border:1px solid #ccc; 
	background-color:#fff; 
	position:absolute; 
	z-index:2;
	margin-top:0.2em;
	display:none;
	margin-left: -1px;
}
.divselect ul li{
	padding-left: 20px;
	font-size: 14px;
	height:25px; 
	line-height:25px;
	padding:0 10px;
	/*text-align: center;*/
	display:block;
	color:#666;
	text-decoration:none;
	cursor: pointer;
}
.divselect ul li:hover{
	background-color:#4975f7;
	color: #fff;
} 
/*超出滚动条*/
.divselect ul{
	height:75px; 
	overflow-y:scroll;
	overflow-x:hidden;
}
#divselect ul{
	width: 350px;
}
#divselect li{
	width: 330px;
}
