/*search*/
.search {
	width: 635px;
	height: 270px;
	overflow: hidden;
	/* position: relative; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
}

.search .searchBor {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

.search .searchPic img {
	width: 635px;
}

/*add 20141103*/
.search .ss {
	width: 616px;
	height: 187px;
	position: absolute;
	top: 42px;
	left: 10px;
	
}

.search .ss .seaNav {
	height: 35px;
	overflow: hidden;
	margin: 26px 0 0 26px;
}

.search .ss .seaNav li {
	width: 91px;
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	text-align: center;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
}

/*xg 20140919*/
.search .ss .seaNav li a {
	display: block;
}

/*add 20140919*/
.search .ss .seaNav li a:hover {
	
	color: #fff;
}

/*add 20140919*/
.search .ss .seaNav li.sea_current {
	
}

.search .ss .seaNav li.sea_current a {
	color: #fff;
}

.search .ss .sea_down {
	margin: 10px 0 0 26px;
}

.search .ss .sea_down .undis {
	display: none;
}

.search .ss .sea_down .input input {
	float: left;
}

.search .ss .sea_down .input .sea_text {
	width: 468px;
	height: 28px;
	padding-left: 10px;
	line-height: 28px;
	color: #888;
	background: #fff;
	border: 1px solid #cccdca;
}

.search .ss .sea_down .input .sea_but {
	width: 85px;
	height: 28px;
	color: #fff;
	
	margin-left: 8px;
	cursor: pointer;
	padding-left: 22px;
}

/*xg 20140919*/
.search .ss .sea_down .seaLink {
	margin: 12px 0 17px 0;
}

.search .ss .sea_down .seaLink a {
	padding: 0 20px 0 18px;
	
}

/*xg 20141105*/
.search .picCopy {
	position: absolute;
	bottom: 15px;
	right: 12px;
	color: #ccc;
}

.search .ss .sea_down .sea_sim {
	width: 390px;
	height: 28px;
	padding-left: 10px;
	line-height: 28px;
	color: #888;
	background: #fff;
	border: 1px solid #cccdca;
	border-left: 0;
}

.input select {
	float: left;
	height: 30px;
	border: 1px solid #cccdca;
	border-right: 0;
}

input.qikan_text {
	width: 468px;
	height: 28px;
	padding-left: 10px;
	line-height: 28px;
	color: #888;
	background: #fff;
	border: 1px solid #cccdca;
	float: left;
}

input.btn {
	width: 85px;
	height: 28px;
	color: #fff;
	
	margin-left: 8px;
	cursor: pointer;
	padding-left: 22px;
}

.sradio {
	margin-top: 10px;
}

input {
	background: none;
	border: none;
	vertical-align: middle;
	padding: 0;
}