﻿@charset "utf-8";
/* CSS Document */

/*全局样式*/
body{
	margin:0;
	padding:0;
}

*{
	font-family:Arial, "宋体";
	font-size:12px;
}

a{
	text-decoration:none;
}

img{
	border:0;
}

#total_holder{
	display:block;
	width:987px;
	margin:0 auto;
}

/*顶部样式*/
#top_holder{
	display:block;
	width:987px;
	height:130px;
}

#top_nav{
	display:block;
	width:987px;
	height:20px;
	margin:0;
	padding:0;
	background-color:#f85;
	list-style:none;
	line-height:20px;
}

#top_nav li{
	float:left;
	margin-left:100px;
}

#top_nav li a{
	color:#930;
}

#top_nav li a:hover{
	color:#fff;
}


/*网站标志*/
#logo{
	display:block;
	width:208px;
	height:70px;
	background:url(../images/logo.gif) no-repeat;
	float:left;
	margin-top:3px;
}


/*顶部广告*/
#top_banner{
	display:block;
	width:460px;
	height:70px;
	background:url(../images/top_banner.gif) no-repeat;
	float:left;
	margin-top:3px;
}


/*顶部公告*/
#top_notice{
	display:block;
	width:230px;
	height:68px;
	margin-top:3px;
	margin-left:5px;
	border:1px solid #f60;
	float:left;
}

#top_notice ul{
	display:block;
	width:220px;
	height:55px;
	margin-top:2px;
	margin-left:20px;
	margin-bottom:0px;
	padding:0;
	line-height:16px;
	list-style:none;
}

#top_notice ul li a{
	background:url(../images/icon1.gif) no-repeat 0px 6px;
	padding-left:10px;
	color:#333;
}

#top_notice ul li a:hover{
	color:#f60;
}


/*顶部右侧三个文字按钮*/
#top_btns{
	float:left;
	display:block;
	line-height:22px;
	margin-left:10px;
	margin-top:6px;
	margin-bottom:5px;
	*margin-bottom:0px;
	padding:0;
	list-style:none;
}

#top_btns li a{
	background:url(../images/icon1.gif) no-repeat 0px 6px;
	*background:url(../images/icon1.gif) no-repeat 0px 5px;
	padding-left:10px;
	color:#666;
}

#top_btns li a:hover{
	color:#f60;
}


/*网站主体导航条*/
#nav_total{
	clear:both;
	display:block;
	width:987px;
	height:31px;
	margin-top:3px;
}

#nav_total_leftbg{
	float:left;
	display:block;
	width:8px;
	height:31px;
	background:url(../images/nav_left_bg.gif) no-repeat;
}

#nav_total_rightbg{
	float:right;
	display:block;
	width:8px;
	height:31px;
	background:url(../images/nav_right_bg.gif) no-repeat;
}

#nav_total_detail{
	float:left;
	display:block;
	width:971px;
	height:31px;
	background:url(../images/nav_detail_bg1.gif) repeat-x;
	margin:0;
	padding:0;
	list-style:none;
	line-height:31px;
}

#nav_total_detail li{
	float:left;
	display:block;
	width:97px;
	height:31px;
}

#nav_total_detail li a{
	display:block;
	width:97px;
	height:31px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#nav_total_detail li a:hover{
	color:#f60;
	background:url(../images/nav_detail_bg2.gif) no-repeat center bottom;
}


/*中部样式*/
#middle_holder{
	clear:both;
	display:block;
	width:987px;
	margin-top:5px;
}

/*登陆框*/
#login{
	display:block;
	width:233px;
	height:168px;
	background:url(../images/login_bg.gif) no-repeat bottom;
	position:relative;
	float:left;
}

#login_title_person{
	margin:0;
	padding:0;
}

#login_title_company{
	margin:0;
	padding:0;
}

#login_person1, #login_person2{
	display:block;
	width:233px;
	height:143px;
	background:url(../images/icon_person.gif) no-repeat 5px 20px;
}

#login_company1, #login_company2{
	display:block;
	width:233px;
	height:143px;
	background:url(../images/icon_company.gif) no-repeat 5px 20px;
}

.login_txt_username, .login_txt_password{
	display:block;
	position:absolute;
	width:50px;
	height:15px;
	color:#333;
	left:50px;
}
.login_txt_username{
	top:50px;
}

.login_txt_password{
	top:90px;
}

.login_box_username, .login_box_password{
	display:block;
	position:absolute;
	border:0px;
	width:120px;
	height:22px;
	color:#333;
	line-height:22px;
	right:12px;
}

.login_box_username{
	font-size:14px;
	top:43px;
}

.login_box_password{	
	font-size:11px;
	top:83px;
}

#login_person1 .login_box_username, #login_person1 .login_box_password{
	background-color:#fff5e7;
	border-top:1px solid #f60;	
	border-left:1px solid #f60;
	border-bottom:1px solid #ffd5bf;
	border-right:1px solid #ffd5bf;
}

#login_company1 .login_box_username, #login_company1 .login_box_password{
	background-color:#eef4fb;
	border-top:1px solid #2690d9;	
	border-left:1px solid #2690d9;
	border-bottom:1px solid #c8e5f5;
	border-right:1px solid #c8e5f5;
}

.login_btn1, .login_btn2, .login_btn3{
	position:absolute;
	display:block;
	width:65px;
	height:23px;
	border:0;
	bottom:25px;
}

.login_btn1{
	left:15px;
}

.login_btn2{
	left:85px;
}

.login_btn3{
	left:155px;
}

#login_person1 .login_btn1, #login_person1 .login_btn2, #login_person1 .login_btn3{
	background:url(../images/login_person_btnbg.gif) no-repeat;
}

#login_company1 .login_btn1, #login_company1 .login_btn2, #login_company1 .login_btn3{
	background:url(../images/login_company_btnbg.gif) no-repeat;
}

.login_txt_welcome{
	position:absolute;
	top:70px;
	left:60px;
	color:#333;
}

.login_txt_id{
	position:absolute;
	top:70px;
	left:130px;
	color:#f60;
}

.login_btn4, .login_btn5{
	position:absolute;
	display:block;
	width:85px;
	height:23px;
	border:0;
	bottom:35px;
	cursor:pointer;
}

.login_btn4{
	left:45px;
}

.login_btn5{
	left:140px;
}

#login_person2 .login_btn4, #login_person2 .login_btn5{
	background:url(../images/login_person_btnbg1.gif) no-repeat;
}

#login_company2 .login_btn4, #login_company2 .login_btn5{
	background:url(../images/login_company_btnbg1.gif) no-repeat;
}


/*职位搜索框*/
#search{
	display:block;
	width:288px;
	height:178px;
	background:url(../images/search_bg.gif) no-repeat;
	float:left;
	margin-left:14px;
}

#search_holder{
	display:block;
	width:274px;
	height:140px;
}

#search_tab{
	display:block;
	width:47px;
	height:140px;
	float:left;
	margin-top:13px;
	padding-left:7px;
}

#search_detail{
	display:block;
	width:220px;
	height:140px;
	background:url(../images/search_detail_bg.jpg) repeat-x;
	margin-top:13px;
	padding:0;
	line-height:24px;
	float:right;
}

#search_detail select{
	background-color:#fef3e9;
	margin-bottom:4px;
	*margin-bottom:5px;
	margin-left:10px;
}

#search_detail input{
	background-color:#fef3e9;
	border:1px solid #999;
	margin-left:10px;
}

#div_work_resume0, #div_work_resume1{
	display:block;
	width:200px;
	height:130px;
	margin-top:10px;
	margin-left:0px;
}


/*热点招聘*/
#hotspot{
	display:block;
	width:444px;
	height:168px;
	float:right;
}

.bg_title1{
	display:block;
	width:444px;
	height:25px;
	background:url(../images/bg_title_bg1.gif) no-repeat;
	line-height:25px;
	text-indent:20px;
	color:#fff;	
	font-weight:bold;
	margin:0;
	padding:0;
}

#hotspot_txtbox{
	display:block;
	width:442px;
	height:141px;
	border:1px solid #fcc;
}

#hotspot_detail_holder{
	display:block;
	width:430px;
	height:120px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

#hotspot_detail{
	display:block;
	width:430px;
	line-height:24px;
	list-style:none;
	padding-left:10px;
	margin:0;
}

#hotspot_detail li{
	display:block;
	height:24px;
	line-height:24px;
	background:url(../images/icon1.gif) no-repeat 0px 11px;
	*background:url(../images/icon1.gif) no-repeat 0px 13px;
	padding-left:10px;
	color:#333;
}

#hotspot_detail li a{
	color:#f60;
}

#hotspot_detail li a:hover{
	color:#f60;
	text-decoration:underline;
}

#hotspot_detail li span{
	margin-left:10px;
	margin-right:5px;
}

#hotspot_detail li img{
	margin-left:10px;
	margin-top:5px;
}


/*企业紧急招聘*/
#emergency{
	clear:both;
	display:block;
	width:987px;
	height:150px;
}

#emergency_title{
	display:block;
	width:987px;
	height:15px;
	background:url(../images/emergency_title.gif) no-repeat;
	margin:0;
	padding:0;
}

#emergency_pics_holder{
	display:block;
	width:976px;
	_width:984px;
	height:120px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.emergency_picture{
	float:left;
	display:block;
	width:116px;
	height:51px;
	border:1px solid #ccc;
	margin:2px;
}


/*品牌企业招聘*/
#brand{
	clear:both;
	display:block;
	width:987px;
	height:140px;
}

#brand_title{
	display:block;
	width:987px;
	height:15px;
	background:url(../images/brand_title.gif) no-repeat;
	margin:0;
	padding:0;
}

#brand_pics_holder{
	display:block;
	width:980px;
	height:110px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.brand_picture{
	float:left;
	display:block;
	width:98px;
	height:88px;
	border:1px solid #ccc;
	margin:2px 17px 2px 17px;
	padding:3px;
	_padding:0px;
}


/*企业招聘*/
#corporate{
	clear:both;
	display:block;
	width:717px;
	height:925px;
	float:left;
}

#corporate_title{
	display:block;
	width:715px;
	height:15px;
	background:url(../images/corporate_title.gif) no-repeat;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:16px;
	padding:0;
}

.corporate_detail_holder{
	display:block;
	width:715px;
	height:440px;
	margin-top:13px;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.corporate_tab_title{
	display:block;
	width:715px;
	height:48px;
}

.corporate_tab_title ul{
	display:block;
	width:715px;
	height:48px;
	margin:0;
	padding:0;
	list-style:none;
}

.this-style{
	float:left;
	display:block;
	width:142px;
	height:48px;
	background:url(../images/hover-p.gif) repeat-x;
	border-right:1px solid #dfdfdf;
	color:#2f688c;
	font-weight:bold;
	line-height:24px;
	text-align:center;
}

.this-none{
	float:left;
	display:block;
	width:142px;
	height:48px;
	background:url(../images/pub-t-bg.gif) repeat-x;
	border-right:1px solid #dfdfdf;
	color:#666666;
	font-weight:bold;
	line-height:24px;
	text-align:center;
}
	
.corporate_tab_detail{
	display:block;
	width:714px;
	height:392px;
	margin:0;
	padding:0;
	border-right:1px solid #dfdfdf;
}

.corporate_tab_detail_list{
	display:block;
	width:690px;
	height:300px;
	line-height:18px;
	list-style:none;
	margin:0px;
	padding-left:15px;
	padding-top:15px;
}

.corporate_tab_detail_list li{
	display:block;
	width:220px;
	height:36px;
	line-height:18px;
	background:url(../images/icon1.gif) no-repeat 10px 10px;
	padding-left:10px;
	float:left;
}

.corporate_company{
	color:#333;
	display:block;
	margin-left:10px;
}

.corporate_company:hover{
	color:#f60;
}

.corporate_job{
	color:#f60;
}

.corporate_job:hover{
	color:#f90;
}

.corporate_tab_detail_list li span{
	clear:both;
	margin-right:5px;
	color:#f00;
}


/*右侧文章列表框通用样式*/
.right_txtbox{
	display:block;
	width:260px;
	height:300px;
	border:1px solid #f96;
	float:right;
	margin-bottom:10px;
}

/*右侧文章列表通用样式*/
.right_txtbox_detail{
	display:block;
	line-height:21px;
	list-style:none;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
}

.right_txtbox_detail li a{
	background:url(../images/icon2.gif) no-repeat 0px 6px;
	padding-left:10px;
	color:#333;
}

.right_txtbox_detail li a:hover{
	background:url(../images/icon1.gif) no-repeat 0px 6px;
	color:#f60;
}


/*职业培训单独样式(字体与前置符颜色桔红色)*/
#training ul li a{
	background:url(../images/icon1.gif) no-repeat 0px 6px;
	color:#f60;
}

#training ul li a:hover{
	background:url(../images/icon3.gif) no-repeat 0px 6px;
	color:#f90;
}


/*右侧文章列表框标题通用样式*/
.bg_title3{
	display:block;
	width:258px;
	height:25px;
	background:url(../images/bg_title_bg3.gif) repeat-x;
	margin:1px;
}

.bg_title3 span{
	display:block;
	float:left;
	margin-left:20px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
}

.bg_title3 a{
	display:block;
	float:right;
	margin-right:10px;
	line-height:25px;
	color:#fff;
	font-weight:normal;
}

.bg_title3 a:hover{
	text-decoration:underline;
}


/*职业指导*/
#guidance{
	clear:both;
	display:block;
	width:444px;
	height:215px;
	float:left;
	*margin-top:12px;
}

#guidance_detail{
	display:block;
	width:442px;
	height:190px;
	border:1px solid #fcc;
	position:relative;
}

#guidance_pic{
	display:block;
	width:104px;
	height:94px;
	padding:1px;
	background:url(../images/guidance_pic.jpg) no-repeat center;
	border:2px solid #f60;
	position:absolute;
	top:10px;
	left:10px;
}

#guidance_txt_title{
	display:block;
	position:absolute;
	top:20px;
	left:135px;
	margin:0;
	padding:0;
}

#guidance_txt_title a{
	color:#f60;
}

#guidance_txt_title a:hover{
	color:#f90;
}

#guidance_txt_beginning{
	display:block;
	position:absolute;
	width:290px;
	height:65px;
	top:40px;
	left:135px;
	text-indent:24px;
	line-height:21px;
}

#guidance_txt_completebtn{
	display:block;
	position:absolute;
	top:85px;
	right:30px;
	color:#f60;
}

#guidance_txt_completebtn:hover{
	text-decoration:underline;
	color:#f90;
}

#guidance_txt_list{
	display:block;
	position:absolute;
	top:115px;
	left:6px;
	width:430px;
	height:80px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:23px;
	color:#333;
}

#guidance_txt_list li{
	float:left;
	width:215px;
}

#guidance_txt_list li a{
	color:#333;
}

#guidance_txt_list li a:hover{
	color:#f60;
}


/*最新加入企业*/
#newest{
	display:block;
	width:268px;
	height:215px;
	float:left;
	*margin-top:12px;
	margin-left:8px;
}

.bg_title2{
	display:block;
	width:265px;
	height:25px;
	background:url(../images/bg_title_bg2.gif) no-repeat;
	line-height:25px;
	text-indent:20px;
	color:#fff;	
	font-weight:bold;
	margin:0;
	padding:0;
}

#newest_txtbox{
	display:block;
	width:263px;
	height:190px;
	border:1px solid #fcc;
}

#newest_txtbox ul{
	padding-top:1px;
}

/*创业人生*/
#startup{
	display:block;
	width:260px;
	height:215px;
	border:1px solid #f96;
	float:right;
	*margin-top:1px;
}

/*底部样式*/
#bottom_holder{
	clear:both;
	display:block;
	width:987px;
	height:285px;
	padding-top:12px;
}


/*友情链接*/
#friendlinks{
	display:block;
	width:987px;
	height:140px;
	position:relative;
}

#friendlinks_titlebg{
	display:block;
	width:985px;
	height:24px;
	background:url(../images/friendlinks_bg.gif) repeat-x;
	border:1px solid #fc9;
}

#friendlinks_title{
	display:block;
	width:70px;
	height:22px;
	background-color:#fff;
	border-top:1px solid #fc9;
	border-left:1px solid #fc9;
	border-right:1px solid #fc9;
	position:absolute;
	top:4px;
	left:15px;
	line-height:22px;
	text-align:center;
	color:#f60;
	margin:0;
	padding:0;
}

#friendlinks_detail{
	display:block;
	width:985px;
	min-height:110px;
	border:1px solid #fcc;
}

/*图片友情链接*/
#pic_friendlinks{
	display:block;
	width:955px;
	min-height:42px;
	margin-left:16px;
	margin-right:0px;
	margin-top:12px;
	margin-bottom:0px;
	padding:0;
	list-style:none;
}

#pic_friendlinks li{
	float:left;
	border:1px solid #fcc;
	margin-right:15px;
}


/*文字友情链接*/
#txt_friendlinks{
	display:block;
	width:955px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:0px;
	padding:0;
	line-height:20px;
	list-style:none;
	text-indent: 20px;
}

#txt_friendlinks li{
	float:left;
	margin-right:10px;
	text-indent: 20px;
}

#txt_friendlinks li a{
	color:#333;
}

#txt_friendlinks li a:hover{
	color:#f60;
}


/*底部文字链接*/
#bottom_links{
	display:block;
	width:987px;
	height:38px;
	background:url(../images/bottom_links_bg.gif) repeat-x;
	text-align:center;
	line-height:27px;
	margin-top:5px;
}

#bottom_links_detail{
	display:block;
	width:460px;
	height:38px;
	margin:0 auto;
}

#bottom_links a{
	float:left;
	color:#fff;
}

#bottom_links a:hover{
	color:#930;
}

#bottom_links span{
	float:left;
	margin-left:20px;
	margin-right:20px;
	color:#fff;
}


/*版权等信息*/
#copyrights{
	display:block;
	width:987px;
	line-height:24px;
	text-align:center;
}

#copyrights span{
	display:block;
	height:24px;
	line-height:24px;
	color:#666;
}

#copyrights span a{
	color:#f60;
	font-weight:bold;
}

#copyrights span a:hover{
	color:#930;
}
