.index-fixed-top-search{
	position: fixed;
	top:-54px;
	width:100%;
	height:52px;
	background:#ffffff;
	border-bottom:1px solid #ff6600;
	box-shadow: 0px 2px 5px #b1b1b1;
	z-index:299;
	transition:all 0.3s ease;
}

.index-fixed-top-search .fixed-logo-head{
	width:320px;
}

@media (max-width:1228px){
	.index-fixed-top-search .fixed-logo-head{
		width:287px;
	}
}

.index-fixed-top-search .fixed-logo-head img{
	width:140px;
}

.index-fixed-top-search .search-wrap{
	margin-top:8px;
}

.index-fixed-top-search .search-wrap .form-control{
	width:80%;
	border:none;
	box-shadow: none;
	background:#f2f2f2;
}

.index-fixed-top-search .searchBtn{
	display: inline-block;
	background:#ff6600;
	color:#fff;
	width:70px;
	height:34px;
	text-align: center;
	outline: none;
	border:none;
}

/*fix autocomplete display bug*/
/*#ui-id-2{
	position:fixed !important;
}*/