.all {
	background-image: url(/image/img_1px.png);
	width:100%;
	height: auto;
}
#content {
	width:960px;;
	height:330px;
	margin: 0 auto;
}
.search-form {
	height:38px;
	width: 613px;
}
.search-text {
	width: 525px;
	height: 38px;
	line-height: 28px;
	float: left;
	font-size: 14px;
	padding-left: 3px;
	background-image:url("/image/search.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
.search-btn {
	width: 85px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	border: 0px;
	background-color: #d6000f;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #f3f3f3;
	float: left;
}
.search-box {
	position: absolute;
	top: 320px;
	left: 370px;
}
.search-check{
	position: absolute;
	top: -30px;
	left: 180px;
	font-size: 14px;
}
.search-check input{
	margin-left: 5px;
}
.suggest {
	width: 388px;
	background-color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
.suggest ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}
.suggest ul li {
	padding: 3px;
	line-height: 25px;
	font-size: 14px;
	color: #777;
	cursor: pointer;
	padding: 3px;
}
.suggest ul li:hover {
	background-color: #e5e5e5;
	text-decoration: underline;
}
.suggest strong {
	color: #000;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;
}
.clearfix {
	zoom: 1
}
a:hover {
	text-decoration: underline;
}
ul{
	list-style:none;
}

ul,li{
	margin:0;
	padding:0;
}
.search-list{
	position:absolute;
	top:3px;
	left:3px;
	width:72px;
	height:39px;
	overflow:hidden;
}