#fall{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	left: 0;
	top: 0;
	display: none;
	cursor: pointer;
}
.fbox{
	width: 950px;
	position: fixed;
	top:20%;
	left: 50%;
	margin-left: -470px;
	height: 400px;
	display: none;
	
}
.fbox .td{
	background: #0378d8;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height: 48px;
	line-height: 48px;
	padding-left: 24px;
	padding-right: 16px;
}
.fbox .td .left{
	float: left;
	font-size: 14px;
	color: #fff;
}
.fbox .td .close{
	float: right;
	margin-top: 16px;
	cursor: pointer;
}
.fbox .bd{
	padding: 24px;	
	font-size: 14px;
	color: #434343;
	height: 308px;
	background: #fff;
	margin-top: 5px;
}
.fbox .bd .fjob{
	border: 1px solid #c5c5c5;
	overflow: hidden;
}
.fbox .bd .oneul{
	width: 300px;
	overflow-y: scroll;
	height: 308px;
	float: left;
}
.fbox .bd .oneul li{
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	cursor: pointer;
}
.fbox .bd .oneul li:hover{
	color:#5f8dc9;
	background-color:#eaf7ff;
}
.fbox .bd .shu{
	margin: 0 5px;
	display: inline-block;
}


#faddress{
	width: 650px;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -325px;
	display: none;
}
#faddress .td{
	background: #0378d8;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height: 48px;
	line-height: 48px;
	padding-left: 24px;
	padding-right: 16px;
}
#faddress .td .left{
	float: left;
	font-size: 14px;
	color: #fff;
}
#faddress .td .close{
	float: right;
	margin-top: 16px;
	cursor: pointer;
}
#faddress .biaoti{
	color: #0378d8;
	font-size: 16px;
	margin-bottom: 16px;
}
#faddress .faddress-top .county .qu span{
	font-size: 14px;
	color: #434343;
	margin-right: 21px;
	display: inline-block;
	cursor: pointer;
}
#faddress .faddress-top .county{
	border-bottom: 1px dashed #b5b5b5;
	padding-bottom: 14px; 
}
#faddress .faddress-top{
	padding: 20px 25px 48px 25px;
}
#faddress .bd{
	background: #fff;
}
#faddress .bd .town{
	padding-top: 20px;
	overflow: hidden;
}
#faddress .bd .town ul{
	margin-right: -40px;
}
#faddress .bd .town li{
	float: left;
	width: 66px;
	margin-right: 40px;
	font-size: 14px;
	color: #434343;
	margin-bottom: 20px;
}
#faddress .bd .faddress-top .qu .select{
	background: #0378d8;
	color: #fff;
	width: 64px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 10px;
}