/*
header
 */
#main{padding: 1px 0 0 0;}
/*logo*/
#header{
	position: relative;
	z-index: 9;
}
#header h1{
	width: 150px;
	height: 45px;
	margin: 30px 0 20px 0;
	position: relative
}
#header h1 img{
	position: absolute;
	left: 0;
	top: 0;
}
#Search{
	position: absolute;
	right: 0;
	top: 50px;
	width: 605px;
	height: 60px;
	background-image: url(images/index/search.png);
	z-index: 55;
}
.searchURL{
	margin: 0 0 0 24px;
}
.searchURL li{
	float: left;
}
.searchURL a{
	color: #666;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	border-radius:3px 3px 0 0; 
	text-align: center;
	padding: 0 9px;
	margin: 0 4px;
}
.searchURL a em{
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
	border:4px #fff solid;
	border-bottom: 0;
	border-top: 4px #999 solid;
	position: absolute;
	right: 4px;
	top: 9px;
}
.searchURL .on a,.searchURL a:hover{
	background: #0B7CC7;
	color: #fff;
	text-decoration: none;
}
.searchURL .on em{
	border:4px #0B7CC7 solid;
	border-bottom: 4px #fff solid;
	border-top:0;
}
.searchURL li.more{
	position: relative;
	z-index: 9;
}
.searchURL li div{
	display: none;
	background: #0B7CC7;
	position: absolute;
	top: 22px;
}
.searchURL li.on div{
	display: block
}
#Search .more a{
	display: block;
	margin: 0;
	padding: 0 12px 0 9px;
	width: 24px;
}
#Search .searchURL div a:hover{
	color: #ddd;
	background: #EB5040
}
.mapS{
	position: absolute;
	right: 24px;
	top: -2px;
}
#qy,#wy,#jg,#Search input,#Search button{
	position: absolute;
	left: 18px;
	top:25px;
	width: 80px;
	height: 30px;
}
#qy.on div,#wy.on div,#jg.on div{
	display: block;
}
#qy span,#wy span,#jg span{
	height: 32px;
	line-height: 30px;
	display: block;
	padding: 0 24px 0 0;
	cursor:pointer;
	color: #888;
	overflow: hidden;
	text-align: right
}
#wy{
	left: 100px;
	width: 88px;
}
#jg{
	left: 191px;
	width: 90px;
}
#Search input{
	left: 304px;
	width: 220px;
	line-height: 30px;
	box-shadow: none;
	background: transparent;
	color: #888;
}
#Search button{
	width: 60px;
	left: 532px;
	cursor: pointer;
	background: transparent;
	border: 0;
}
#qy div,#wy div,#jg div{
	border: 1px #ddd solid;
	background: #fff;
	box-shadow: 1px 1px 6px #999;
	padding: 0 2px;
	display: none
}
#qy div{
	width: 258px;
}
#Search div a{
	display: inline-block;
	padding: 0 2px;
}
#Search div a:hover{
	color: #fff;
	background: #0B7CC7;
	text-decoration: none;
}
#Search div b{
	font-weight: normal;
	color: #0B7CC7;
}
