@charset "utf-8";

/* CSS Document */

/* 遮罩层 */

#maskLayer{
	position: absolute;
	left: 0px;
	top: 0px
}

#alphadiv{
	position: absolute;
	background: #000;
	z-index: 100000
}

#drag{
	position: fixed;
	background: #fff;
	z-index: 100001;
	width: 700px;
	border: 1px solid #ccc
}

#drag_h{
	line-height: 35px;
	height: 35px;
	cursor: move;
	color: #fff;
	background: #DB3639;
	padding: 0 10px
}

#drag h3 b{
	float: left;
	font-size: 14px;
}

#drag h3 span{
	font-weight: normal;
	float: right;
	cursor: pointer;
	font-size: 14px;
}

#sublist{
	position: absolute;
	z-index: 100002;
	background: #F1F1F1;
}

#btn_FuntypeID,#btn_IndustryID,#btn_addressO,#btn_addressS,#btn_addressT{
	background: #fff;
	border: 1px #ddd solid;
	width: 372px;
	text-align: left;
}

#btn_addressO,#btn_addressS,#btn_addressT{
	width: 150px;
}

/* 选择行业列表 */
#FuntypeAlpha{
	padding: 10px;
}

#FuntypeAlpha dl{
	zoom: 1;
	overflow: hidden;
	line-height: 25px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

#FuntypeAlpha dt{
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 14px;
	color: #f90
}

#FuntypeAlpha dd{
	float: left;
	width: 570px
}

#FuntypeAlpha ul{
	zoom: 1;
	overflow: Hidden;
	line-height: 25px;
	padding: 8px 0
}

#FuntypeAlpha li{
	float: left;
	width: 220px;
	cursor: pointer;
	text-indent: 20px;
	height: 25px;
	overflow: Hidden;
	background-repeat: no-repeat;
	background-position: 6px 6px
}

#FuntypeAlpha li.over{
	background-color: #f90;
	color: #fff
}

#FuntypeAlpha li.chkON{
	background-image: url(../../images/2016/chk_on.gif)
}

#FuntypeList li{
	margin: 3px 0;
}


/* 选择行业列表 */
#IndustryAlpha{
	padding: 10px;
}

#IndustryAlpha dl{
	zoom: 1;
	overflow: hidden;
	line-height: 25px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

#IndustryAlpha dt{
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 14px;
	color: #f90
}

#IndustryAlpha dd{
	float: left;
	width: 570px
}

#IndustryAlpha ul{
	zoom: 1;
	overflow: Hidden;
	line-height: 25px;
	padding: 8px 0
}

#IndustryAlpha li{
	float: left;
	width: 220px;
	cursor: pointer;
	text-indent: 20px;
	height: 25px;
	overflow: Hidden;
	background-repeat: no-repeat;
	background-position: 6px 6px
}

#IndustryAlpha li.over{
	background-color: #f90;
	color: #fff
}

#IndustryAlpha li.chkON{
	background-image: url(../../images/2016/chk_on.gif)
}

#IndustryAlpha .radio li{
	background-image: none
}

#IndustryList li{
	margin: 3px 0;
}

/* 行业类别 悬浮子菜单 */
#sub_funtype{
	line-height: 25px;
	text-align: left;
	padding: 12px 15px 15px 15px;
	border: 1px #ddd solid;
}

#sub_funtype h4{
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

#sub_funtype ul{
	overflow: hidden;
	zoom: 1
}

#sub_funtype ul li{
	float: left;
	width: 220px;
	height: 25px;
	overflow: hidden
}

#sub_funtype ul a{
	display: block;
	height: 25px;
	color: #000;
	text-decoration: none;
	text-indent: 16px;
	background-image: url(../../images/2016/chk_off.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px
}

#sub_funtype ul a:hover{
	background-color: #f90;
	color: #fff
}

#sub_funtype ul a.chkON{
	background-image: url(../../images/2016/chk_on.gif)
}

#sublist .radio a{
	background-image: none
}



/* address */
.address{
	float: left;
	padding: 0 10px;
}

.noPR{
	padding-left: 0;
}

#residencyAlpha{
	padding: 10px;
}

#residencyAlpha h4{
	color: #F90;
	font-size: 14px;
}

#residencyAlpha dl{
	zoom: 1;
	overflow: hidden;
	line-height: 25px
}

#residencyAlpha dt{
	float: left;
	width: 80px;
	font-weight: bold
}

#residencyAlpha dd{
	float: left;
/*width:492px*/
	width: 580px;
}

#residencyAlpha dd li{
	float: left;
	width: 82px;
	cursor: pointer;
	text-indent: 4px;
	height: 25px;
	overflow: Hidden
}

#residencyAlpha dd li.over{
	background: #f90;
	color: #fff
}

#allProv{
	border-top: 1px dashed #ccc;
	margin-top: 6px;
	padding-top: 10px
}
/* address 悬浮子菜单 */
#sub_city{
	line-height: 25px;
	text-align: left;
	padding: 12px 15px 15px 15px;
	border: 1px #ddd solid;
}

#sub_city h4{
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

#sub_city ul{
	overflow: hidden;
	zoom: 1
}

#sub_city ul li{
	float: left;
	width: 60px;
	height: 25px;
}

#sub_city ul a{
	display: block;
	height: 25px;
	color: #000;
	text-decoration: none;
	text-indent: 4px
}

#sub_city ul a:hover{
	background: #f90;
	color: #fff
}











/* 国籍 */
#nationAlpha{
	padding: 10px 4px
}

#nationAlpha ul{
	zoom: 1;
	overflow: Hidden;
	line-height: 25px;
	padding: 8px 0
}

#nationAlpha li{
	float: left;
	width: 90px;
	cursor: pointer;
	text-indent: 20px;
	height: 25px;
	overflow: Hidden
}

#nationAlpha li.over{
	background: #f90;
	color: #fff
}

/* 选择专业列表 */
#MajorAlpha{
	padding: 10px 4px
}

#MajorAlpha ul{
	zoom: 1;
	overflow: Hidden;
	line-height: 25px;
	padding: 8px 0
}

#MajorAlpha li{
	float: left;
	width: 220px;
	cursor: pointer;
	text-indent: 20px;
	height: 25px;
	overflow: Hidden;
	background-repeat: no-repeat;
	background-position: 6px 6px
}

#MajorAlpha li.over{
	background-color: #f90;
	color: #fff
}

/* 专业 悬浮子菜单 */
#sub_major{
	border: 1px solid #f60;
	line-height: 25px;
	text-align: left
}

#sub_major h4{
	border-bottom: 1px dashed #ccc
}

#sub_major ul{
	overflow: hidden;
	zoom: 1
}

#sub_major ul li{
	float: left;
	width: 220px;
	height: 25px;
	overflow: hidden
}

#sub_major ul a{
	display: block;
	height: 25px;
	color: #000;
	text-decoration: none;
	text-indent: 16px;
	background-image: url(chk_off.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px
}

#sub_major ul a:hover{
	background-color: #f90;
	color: #fff
}

#sublist .radio a{
	background-image: none
}