@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, fieldset, legend, input, select, textarea, button, caption, th, td, blockquote, pre {
	margin: 0;
	padding: 0
}
body{ 
	background:#fff; 
	color:#000;     
	font-family: 'Microsoft Yahei',sans-serif,arial,tahoma,'\5b8b\4f53'; 
	font-size:13px;
}
input, select, textarea, button {
	vertical-align: middle;
	font-size: 100%;
	outline: 0;
	font-family: 'Microsoft YaHei', Arial, sans-serif
}
a:hover,a:focus{
	text-decoration: none;
}
li{
	list-style: none;
}
img {
	border: 0 none;
	vertical-align: top;
}
em {
	font-style: normal;
}
input,select,textarea{
	outline:none;
	border:none;
}
textarea{
	resize:none;
}
.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.clearfix{
	*overflow: hidden;
	*zoom: 1;
}
.left{
	float:left;
}
.right{
	float:right;
}
.at{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
/*public top menu*/
.head_menu{
	height: 30px;
	line-height: 30px;
	background: #ff6000;
	color: #fff;
	/*overflow: hidden;*/
}
.style_change .font_change{
	display: inline-block;
}
.style_change .font_change select{
	background: transparent;
	margin-top: -2px;
	cursor: pointer;
}
.font_change p{
	display: inline-block;
	width: 60px;
	cursor: pointer;
	position: relative;
}
.font_change{
	margin-right: 10px;
	position: relative;
}
.font_change p:before{
	content: '';
	width: 0;
	height:0;
	display: inline-block;
	border: 6px dashed transparent;
	border-top: 6px solid #fff;
	position: absolute;
	right: 0;
	top: 12px;
}
.font_change ul.submenu{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 9;
	width: 70px;
	text-indent: 10px;
	border: 1px solid #ff6000;
	border-top: none;
	background: #fff;
	display: none;
}
.font_change ul.submenu li{
	height: 30px;
	line-height: 30px;
	color: #ff6000;
	cursor: pointer;
}
.font_change ul.submenu li:hover{
	background: #ff6000;
	color: #fff;
}

.style_change .font_change select option{
	color: #ff6000;
	height: 30px;
	line-height: 30px;
}
.style_change .screen_change{
	display: inline-block;
	margin-left: 10px;
	line-height: 28px;
}
.screen_change a{
	color: #fff;
}
.screen_change span{
	font-size: 14px;
}

.head_menu .head_menu_r ul li{
	float: left;
	padding: 0 10px;
	margin-left: 10px;
}

.head_menu .head_menu_r ul li.login,.head_menu .head_menu_r ul li.register{
	background: #ff9e1f;
	margin-left: 0;
}
.head_menu .head_menu_r ul li a{
	display: block;
	color: #fff;
}
/*µ¼º½*/
.header .nag .nlink a.on{
	height: 55px;
	*height: 52px;
}

/*ËÑË÷¿ò*/
.head_search{
	background: #f5f5f5;
	height: 60px;
	*height: 38px;
	padding: 11px 0;
}
.head_search .search_wrap{
	width: 1000px;
	height: 38px;
	*height: 34px;
	line-height: 34px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #ff6000;
}
.head_search .search_wrap input.search_input{
	width: 750px;
	text-indent: 10px;
	font-size: 15px;
	color: #666;
}
.head_search .search_wrap span.search_area{
	color: #333;
	width: 130px;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
}
.head_search .search_wrap span.search_area i{
	color: #ff6000;
	font-weight: bold;
	margin-right: 20px;
}
.head_search .search_wrap span.search_area:before{
	content: '';
	width: 1px;
	height: 20px;
	background: #ddd;
	position: absolute;
	left: 0 ;
	top: 50%;
	margin-top: -10px;
}
.head_search .search_wrap input.search_submit{
	width: 106px;
	background: #ff6000;
	color: #fff;
	font-size: 16px;
}
.head_search .li{
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer;
}
.head_search  .ul {
    display: none;
    position: absolute;
    width: 336px;
    color: #000;
    text-align: center;
    cursor: auto;
    top: 29px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.head_search  .ul {
    display: block;
    z-index: 4;
    width: 100%;
    max-height: 210px;
    font-size: 12px;
    text-align: left;
    overflow-y: auto;
}

.head_search .ul .tl{
    display: block;
    height: 30px;
    line-height: 29px;
    color: #999;
    text-indent: 0;
    cursor: pointer;
}
.head_search .off{cursor:auto !important}
.head_search .ul .tl span {
    display: block;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
}
.head_search .bg{
    background: url(//img01.51jobcdn.com/im/2016/form/form.png) 100px 100px no-repeat;
}
.head_search .b_key {
    padding-left: 20px;
    background-position: 0 -40px;
}
.head_search .li.on{
    color: #fff;
    background-color: #ff9f20;
}
.head_search .li:hover{background-color:#eee}
.head_search .b_his {
    background: url(//img01.51jobcdn.com/im/jobs/lx_type.png) 0 3px no-repeat;
}
.head_search .b_his {
    padding-left: 20px;
}
/*ÏßÉÏËÑË÷¿ò*/
.head_search .ush{
	width: 1000px;
	height: 38px;
    line-height: 34px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ff6000;
    z-index: 2;
}
.head_search .el{
	position: relative;
    float: left;
    width: 868px;
    height: 34px;
    line-height: 34px;
    z-index: 3;
}
.head_search .el ul{
	position: absolute;
    width: 74px;
    height: 34px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 2px;
    z-index: 1;
}
.head_search .el ul.on{
    z-index: 5;
    height: 70px;
    background-color: #fff;
    border-color: #eee;
}
.head_search .el li{
	font-size: 14px;
	text-indent: 16px;
	list-style: none;
}
.head_search .el li em{
	position: absolute;
    width: 10px;
    height: 6px;
    top: 14px;
    right: 8px;
    background-position: -170px -60px !important;
}
.head_search .el li a{
	display: block;
    height: 33px;
    color: #333;
}
.head_search .el .ipt{
	position: relative;
    float: left;
    width: 387px;
    height: 24px;
    *height: 20px;
    padding: 6px 0 8px 75px;
    background-color: #fff;
    border-right: 1px solid #fff;
    border-radius: 2px 0 0 2px;
}
.head_search .el .mytxt{
	float: left;
    width: 664px;
    height: 24px;
    line-height: 24px;
    font: 15px/24px "Microsoft YaHei";
    color: #333;
    text-align: left;
    text-indent: 12px;
    padding: 0;
    border: 0 none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.head_search .el .addbut{
	float: right;
    width: 130px;
    height: 34px;
    line-height:34px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
    cursor: pointer;
    background-color: #fff;
}
.head_search .el .addbut input{
	float: left;
    width: 102px;
    height: 34px;
    line-height: 34px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    border: 0 none;
}
.head_search .el .addbut em{
	float: right;
    width: 10px;
    height: 10px;
    margin: 11px 18px 0 0;
    background-position: -75px -85px;
}
.head_search .el.on .ul{
	width: auto;
    top: 36px;
    right: 0;
    left: 0;
}
.dicon{
	background: url(//img01.51jobcdn.com/im/jobs/list_icon_dw.png) no-repeat;
}
.head_search button{
    position: relative;
	float:right;
	width: 128px;
    height: 35px;
    *height: 38px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    top: 0px;
    right: -1px;
    background-color: #ff6000;
    border: 0 none;
}
.head_search .more{
	position: absolute;
	width: 24px;
	height: 34px;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    top: 2px;
    right: -34px;
}
/*ÏßÉÏËÑË÷¿òEND*/

/*footer*/
.footer{
	border-top: 1px solid #efefef;
}
.footer .foot_infor{
	color: #666;
	padding: 20px 0;
}
.foot_infor dl{
	width: 120px;
	float: left;
	text-align: left;
}
.foot_infor dl dt{
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.foot_infor dl dd{
	line-height: 26px;
}
.foot_infor dl dd a{
	color: #666;
}
.foot_infor dl dd a:hover{
	color: #ff6000;
}
.foot_infor dl.dl_infor{
	width: 268px;
	text-align: left;
}
.foot_infor dl.dl_infor dt.color{
	color: #ff6000;
}
.foot_infor dl.dl_infor span{
	display: inline-block;
	width: 70px;
	text-align: right;
}
.foot_infor dl.code_img{
	text-align: center;
	width: 102px;
}
.foot_infor dl.code_img2{
	text-align: center;
	width: 102px;	
	margin-left: 48px;
}
.foot_infor dl.code_img span{
	display: block;
	margin-top: 6px;
}
.footer .foot_copy{
	padding: 20px 0;
	color: #666;
	border-top: 1px solid #f0f0f0;
}
.footer .foot_copy>p span{
	display: block;
	line-height: 24px;
}
.footer .foot_copy .link li{
	float: left;
	text-align: center;
	margin: 0 10px;
}
.footer .foot_copy .link .first_copy_img{
	margin-right: 0;
}
.footer .foot_copy .link .second_copy_img{
	margin: 0 4px;
}
.footer .foot_copy .link li img{

}
.footer .foot_copy .link li span{
	display: block;
	text-align: center;
	color: #333;
	max-width: 74px;
	font-size: 12px;
	margin-top: 6px;
}
.back_top{
	display: none;
	width: 48px;
	height:48px;
	position: fixed;
    color:#FFF;
	margin-left: 1024px;
	bottom: 40px;
	z-index: 9;
    font-size:0;
    text-align:center;
    padding-top:8px;
	cursor: pointer;
	background: url("//img01.51jobcdn.com/im/2017/resumetemplate/icon.png") -1px -1px;
}
.back_top:hover{font-size:12px;background:#FF6000;color:#FFF;}

/*·ÖÒ³*/
.dw_page {
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    padding: 30px 0;
}
.dw_page .p_box {
    position: absolute;
    width: 200%;
    left: -50%;
}
.dw_page .p_in {
    position: relative;
    float: left;
    top: -2px;
    left: -50%;
}
.dw_page .p_wp {
    position: absolute;
    margin-left: 50%;
}
.dw_page ul {
    height: 30px;
    font-size: 14px;
}
.dw_page li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: #FFF;
}
.dw_page li.on{
	color: #FF6000;
    border-color: transparent;	
}
.dw_page li.bk, .dw_page li.bk a {
    width: 64px;
}
.dw_page li a {
    display: block;
    width: 30px;
    font-size: 12px;
    color: #666;
    border: 1px solid #DDD;
}
.dw_page li a:hover,.dw_page .og_but:hover{
	border: 1px solid #ff6000;
}
.dw_page ul, .dw_page .td, .dw_page .mytxt, .dw_page .og_but {
    float: left;
    font-size: 14px;
}
.dw_page .mytxt {
    width: 28px;
    height: 28px;
    font: 12px/28px "Microsoft YaHei";
    color: #333;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #DDD;
}
.dw_page .og_but {   
 	width: 45px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #666;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #DDD;
}
.dw_page li.bk span{
    display: block;
    color: #BBB;
    font-size: 12px;
    border: 1px solid #DDD;
}

.point {
    cursor:pointer;
}
/*·ÖÒ³END*/