@charset "utf-8";

body{
	font-size: 14px;
	color: #464646;
	font-family: "microsoft yahei",sans-serif;
	margin: 20px 20px 200px 20px;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
.jiameng_search_title{
	font:bold 16px/50px "微软雅黑";
	color: #00468c;
	padding-left: 40px;
	background: url(../img/jiameng_wangdianicon.png) left center no-repeat;
	border-bottom: 1px solid #ebebeb;
}
.changeicon{
	background: url(../img/jiameng_chaxunicon.png) left center no-repeat;
}
.jiameng_search_map{
	display: block;
	margin: 30px auto;
}
.jiameng_search_box{
	/*overflow: hidden;*/
	margin: 20px 20px 20px 0;
	float: left;
}
.jsb_left,.jsb_right{
	float: left;
	cursor: text;
	position: relative;
}
.jsb_left{
	color: #fff;
	padding:6px 20px;
	background: #00468c;
	
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
}
.jsb_right{
	width: 120px;
	padding:5px 20px 5px 10px;
	border: 1px solid #00468C;
	background:#fafafa url(../img/jiameng_search_arrow.png) right center no-repeat;

	border-radius:  0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius:  0 2px 2px 0;
}
.jsb_choose{
	position: absolute;
	z-index: 2;
	top: 28px;
	left: -1px;
	width: 150px;
	max-height: 200px;
	border: 1px solid #00468C;
	background: #fff;
	overflow: auto;
	
	display: none;
}
.jsb_subchoose{
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.jsb_subchoose:hover{
	background: #EBEBEB;
}
.jiameng_search_result{
	clear: both;
	overflow: hidden;
}
.jsr_title{
	font:bold 14px/36px "微软雅黑";
}
.jsr_content{
	font: 14px/32px "微软雅黑";
	padding-left: 20px;
	background: url(../img/jiameng_search_dot.png) left center no-repeat;
}
.zhejiang_result{
	float: left;	
	margin-right: 50px;
}
.zhejiang_result2{
	clear: both;	
}
