@charset "utf-8";
#btn{background:url(../images/btn.png) no-repeat;width:183px;height:21px;border:none;cursor:pointer}
#btn_residency,#btn_jobArea,
#btn_FuntypeID,#btn_FuntypeID_2,
#btn_IndustryID,#btn_IndustryID_2,
#btn_hukou,#btn_nation,#btn_time,#btn_pay,
#btn_MajorID,#btn_MajorID_2{background:url(../images/btn.png) right bottom no-repeat #fdfdfd;cursor:pointer;/*border-radius: 5px;*/ text-align:left; color:#666;}

/* 选择居住地 */
#residencyAlpha{padding:10px 4px;background-color: #F8F8F8}
#residencyAlpha h4{color:#66ccff;font-size:16px;padding-left: 20px;box-sizing:border-box;}
#residencyAlpha dl{zoom:1;overflow:hidden;line-height:25px}
#residencyAlpha dt{float:left;width:90px;font-weight:bold;color:#666;padding-left: 20px;box-sizing:border-box;}
#residencyAlpha dd{float:left;width:600px}
#residencyAlpha dd li{float:left;width:100px;cursor:pointer;text-indent:4px;height:25px;overflow:Hidden;color:#666;}
#residencyAlpha dd li.over{background:#66ccff;color:#fff}
#allProv{border-top:1px dashed #ccc;margin-top:6px;padding-top:10px}
/* 居住地 悬浮子菜单 */
#sub_city{border:1px solid #66ccff;line-height:25px;text-align:left}
#sub_city h4{border-bottom:1px dashed #ccc}
#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:#66ccff;color:#fff}

/* 选择工作地区 */
#jobAreaAlpha{padding:10px 4px}
#jobAreaAlpha h4{color:#66ccff;font-size:16px;padding-left: 20px;margin: 10px 0;}
#jobAreaAlpha dl{zoom:1;overflow:hidden;line-height:25px}
#jobAreaAlpha dt{float:left;width:90px;font-weight:bold;color:#666;padding-left: 15px;box-sizing:border-box;}
#jobAreaAlpha dd{float:left;width:600px}
#jobAreaAlpha dd li{float:left;width:100px;cursor:pointer;text-indent:16px;height:25px;overflow:Hidden;color: #666;padding-left: 5px;box-sizing:border-box;}
#jobAreaAlpha dd li.over{background-color:#66ccff;color:#fff}

#jobAreSelected{border-bottom:1px dashed #ccc;margin-bottom:10px;padding-bottom:6px}
#jobAreSelected dt{font-size:14px;color:#ff6501}
#maincity2 li,#jobAreSelected li{background-image:url(../images/chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
#maincity2 li.chkON,#jobAreSelected li.chkON{background-image:url(../images/chk_on.gif)}
#allProv2{border-top:1px dashed #ccc;margin-top:6px;padding-top:10px}
/* 工作地区 悬浮子菜单 */
#sub_jobArea{border:1px solid #66ccff;line-height:25px;text-align:left}
#sub_jobArea h4{border-bottom:1px dashed #ccc}
#sub_jobArea ul{overflow:hidden;zoom:1}
#sub_jobArea ul li{float:left;width:80px;height:25px}
#sub_jobArea ul a{display:block;height:25px;color:#666;text-decoration:none;text-indent:16px;background-image:url(../images/chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
#sub_jobArea ul a:hover{background-color:#66ccff;color:#fff}
#sub_jobArea ul a.chkON{background-image:url(../images/chk_on.gif)}

/* 选择行业列表 */
#IndustryAlpha{padding:10px 4px}
#IndustryAlpha dl{zoom:1;overflow:hidden;line-height:40px;border-bottom:1px dashed #ccc}
#IndustryAlpha dl a{color:#666;margin-top: 5px;float: left;margin-left: 5px;}

#IndustryAlpha dt{float:left;width:75px;font-weight:bold;font-size:14px;color:#666}
#IndustryAlpha dd{float:left;width:85%}

#IndustryAlpha ul{zoom:1;overflow:Hidden;line-height:25px;padding:8px 0;height:310px;overflow-y:auto;border:1px solid #ccc;}
#IndustryAlpha>div>ul>li{float:left;width:45%;cursor:pointer;text-indent:20px;height:32px;color:#666;overflow:Hidden;background-image:url(../images/chk_off.gif);background-repeat:no-repeat;background-position:6px 8px;margin-left:5%;padding-left: 5px;box-sizing:border-box;}
#IndustryAlpha li.over{background-color:#66ccff;color:#fff}
#IndustryAlpha li.chkON{background-image:url(../images/chk_on.gif)}
#IndustryAlpha .radio li{background-image:none}
#IndustrySelected li{
	float: left;
	background-image:url(../images/chk_off.gif);
	background-repeat:no-repeat;
	background-position:6px 16px;
	background-color: #FEEED5;;
	color: #666;
	margin-left: 5px;
	margin-top: 5px;
	text-indent:20px;
	padding: 0 10px;
}
/* 选择职能类别列表 */
#FuntypeAlpha{padding:10px 4px}
#FuntypeAlpha dl{zoom:1;overflow:hidden;line-height:25px;border-bottom:1px dashed #ccc}
#FuntypeAlpha dt{float:left;width:200px;font-weight:bold;font-size:14px;color:#f90}
#FuntypeAlpha dd{float:left;width:450px}

#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:#66ccff;color:#fff}
#FuntypeAlpha li.chkON{background-image:url(../images/chk_on.gif)}
/* 职能类别 悬浮子菜单 */
#sub_funtype{border:1px solid #f60;line-height:25px;text-align:left}
#sub_funtype h4{border-bottom:1px dashed #ccc}
#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/chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
#sub_funtype ul a:hover{background-color:#66ccff;color:#fff}
#sub_funtype ul a.chkON{background-image:url(../images/chk_on.gif)}
#sublist .radio a{background-image:none}
/* 国籍 */
#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:10px;height:25px;overflow:Hidden}
#nationAlpha li.over{background:#66ccff;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:#66ccff;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(../images/chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
#sub_major ul a:hover{background-color:#66ccff;color:#fff}
#sublist .radio a{background-image:none}


/* 按钮 */
#Industrynav{
	text-align: center;
}
#Industrynav>input{
	background: url('/Public/Home/images/button.png') 0px -62px no-repeat;
	color: #900;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: none;
	font-weight: bolder;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 6px;
	margin: 10px auto;
	margin-right: 10px;
}
/* 提示警告语 */
#tishi_jg{
	position: absolute;
	top:100px;
	left:200px;
	background-color: #fff;
	z-index: 2003;
	box-shadow: 0 0 10px #666;
	border-radius: 7px;
}
#tishi_jg>ul{
	width: 200px;
	background-color: #FEEED5;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#tishi_jg>ul>li{
	float: left;
	margin-left: 10px;
	color: #666;
}
#tishi_jg>ul>li:nth-of-type(2){
	float: right;
	margin-right: 10px;
	cursor: pointer;
}
#tishi_jg>div{
	text-align: center;
	color: #666;
	margin: 15px auto;
}
#tishi_jg>input{
	background: url('/Public/Home/images/button.png') 0px -62px no-repeat;
	color: #900;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: none;
	font-weight: bolder;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 6px;
	margin: 10px auto;
	display: block;
}