.search{
			position: relative;
			width: 100%;
		}
		.searchul ul{
			padding: 0;
			position: absolute;
			top: 20px;
			width: 200px;
			background-color: white;
			overflow: hidden;
			z-index: 999999;
			max-height: 200px;
			overflow: hidden auto;
		}
		.searchul ul li{
			width: 100%;
			padding: 5px 0 5px 10px;
			border-left:  0.5px solid #DDDDDD;
			border-right: 0.5px solid #DDDDDD;
			border-bottom: 0.5px solid #DDDDDD;
			list-style: none;

		}
		.searchul ul li:hover{
			background-color: #DDDDDD;
		}
		.over1{
			background-color: #DDDDDD;
		}
