/* CSS Document */

/* header */
.header {
	background: url(../img/header_bar.png) repeat-x top;
}

/* banner */
.banner {
	height: 420px;
}
.banner.about {
	background: url(../img/about_banner.jpg) center top;
	background-size: cover;
}
.banner.service {
	background: url(../img/service_banner.jpg) center top;
	background-size: cover;
}
.banner.job {
	background: url(../img/job_banner.jpg) center top;
	background-size: cover;
}
.banner.dispatch {
	background: url(../img/dispatch_banner.jpg) center top;
	background-size: cover;
}
.banner.news {
	background: url(../img/news_banner.jpg) center top;
	background-size: cover;
}
.banner.responsibility {
	background: url(../img/responsibility_banner.jpg) center top;
	background-size: cover;
}
.banner.contact {
	background: url(../img/contact_banner.jpg) center top;
	background-size: cover;
}
.banner.search {
	position: relative;
	background: url(../img/search_banner.jpg) center top;
	background-size: cover;
}

/* 二级页面 */
.sub_nav {
	margin-top: -40px;
	padding-bottom: 60px;
}
.sub_nav .tit {
	padding: 30px 0 0 24px;
	height: 80px;
	background: #CB0000;
	color: #FFF;
}
.sub_nav .tit h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
}
.sub_nav .tit h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
}
.sub_nav .con {
	padding-top: 20px;
}
.sub_nav .con li a {
	display: block;
	padding-left: 24px;
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../img/sub_nav_arrow.png) no-repeat right center;
	font-size: 14px;
	line-height: 60px;
}
.sub_nav .con li a.crt {
	border-bottom: 2px solid #CB0000;
	background: url(../img/sub_nav_crt.png) no-repeat right center #F6F6F6;
	color: #CB0000;
}

.sub_tit {
	height: 50px;
	border-bottom: 1px solid #E6E6E6;
}
.sub_tit h2 {
	font-size: 24px;
	font-weight: normal;
	color: #CB0000;
	line-height: 48px;
}

.crumb {
	padding: 20px 0 20px 24px;
	height: 24px;
	background: url(../img/ico_crumb.png) no-repeat left center;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.crumb a {
	color: #999;
}
.crumb a:hover {
	color: #CB0000;
}

/* 关于我们 */
.about_item_1 {
	padding: 40px;
	height: 160px;
	background: #F6F6F6;
	font-size: 14px;
	line-height: 32px;
}
.about_item_2 {
	padding-top: 35px;
	font-size: 14px;
	line-height: 32px;
}
.btm_gray_line {
	border-bottom: 1px solid #E6E6E6;
}

.qual_pic {
	border: 20px solid #F0F0F0;
}

.honor_pic {
	text-align: center;
}
.honor_con {
	margin-top: -80px;
	padding: 140px 40px 60px;
	background: #F6F6F6;
	font-size: 14px;
	line-height: 32px;
}
.honor_con p {
	padding-bottom: 30px;
}

.advantage {
	font-size: 14px;
	line-height: 32px;
}
.advantage p {
	padding-bottom: 30px;
}

.personnel {
	padding-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
.personnel ul {
	width: 980px;
}
.personnel li {
	float: left;
	margin-bottom: 40px;
	padding-right: 40px;
	width: 450px;
	border-bottom: 1px solid #E6E6E6;
}
.personnel li h4 {
	padding-top: 12px;
	height: 58px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

/* 分页 */
.page {
	height: 40px;
	text-align: center;
	overflow: hidden;
}
.page a {
	display: inline-block;
	margin-right: -1px;
	width: 38px;
	height: 38px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.page a:hover {
	background: #F6F6F6;
	color: #CB0000;
}
.page a.crt {
	border: 1px solid #CB0000;
	background: #CB0000;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	background: #FAFAFA;
	color: #999;
}

/* 服务项目 */
.service_item_1 {
	position: relative;
	padding: 40px;
	background: #F6F6F6;
	font-size: 14px;
	line-height: 32px;
}
.service_item_1 p {
	padding-bottom: 30px;
}
.service_item_1 .pic {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.service_item_1 .pic_2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.service_item_2 .num {
	padding-top: 12px;
}
.service_item_2 h3 {
	padding-top: 30px;
	font-size: 18px;
	line-height: 32px;
}
.service_item_2 p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 32px;
}

.service_item_3 h3 {
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 32px;
}
.service_item_3 p {
	font-size: 14px;
	line-height: 32px;
}
.service_item_3 strong {
	display: inline-block;
	width: 120px;
}

.service_table {
	border-collapse: collapse;
}
.service_table th {
	padding: 10px;
	border: 1px solid #E6E6E6;
	background: #F6F6F6;
	font-size: 14px;
}
.service_table td {
	padding: 10px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
}

.headhunting_declare .tit {
	float: left;
	padding: 30px 40px;
	width: 100px;
	height: 120px;
	background: url(../img/declare_line.png) no-repeat 44px 135px #CB0000;
	color: #FFF;
}
.headhunting_declare .tit h3 {
	padding-left: 4px;
	font-size: 19px;
	font-weight: normal;
	line-height: 28px;
}
.headhunting_declare .tit h4 {
	font-size: 40px;
	font-weight: normal;
	line-height: 56px;
}
.headhunting_declare .con {
	float: right;
	padding-top: 25px;
	width: 700px;
	font-size: 14px;
	line-height: 32px;
}

.headhunting_flow h3 {
	height: 80px;
	font-size: 20px;
	text-align: center;
}
.headhunting_flow .con {
	background: url(../img/gray_solid.gif) repeat-y center;
}
.headhunting_flow .item {
	width: 430px;
}
.headhunting_flow .item h4 {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	height: 36px;
	background: #CB0000;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 36px;
}
.headhunting_flow .item p {
	padding-top: 18px;
	font-size: 14px;
	line-height: 26px;
}
.headhunting_flow .item.left {
	padding-right: 48px;
	background: url(../img/headhunting_flow_dian.png) no-repeat right 11px;
}
.headhunting_flow .item.left h4 .arrow {
	position: absolute;
	top: 13px;
	right: -6px;
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../img/headhunting_flow_arrow_left.gif);
}
.headhunting_flow .item.left {
	float: left;
	text-align: right;
}
.headhunting_flow .item.right {
	padding-left: 48px;
	background: url(../img/headhunting_flow_dian.png) no-repeat left 11px;
}
.headhunting_flow .item.right h4 .arrow {
	position: absolute;
	top: 13px;
	left: -6px;
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../img/headhunting_flow_arrow_right.gif);
}
.headhunting_flow .item.right {
	float: right;
	text-align: left;
}

.service_news {
	padding-bottom: 60px;
}
.service_news li {
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	zoom: 1;
}
.service_news li .con {
	float: left;
	padding-left: 40px;
	width: 760px;
	background: url(../img/service_news_arrow.png) no-repeat left 7px;
}
.service_news li .con h4 {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
.service_news li .con p {
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.service_news li .date {
	float: right;
	width: 60px;
	height: 92px;
	background: url(../img/news_more.png) no-repeat left bottom;
	font-family: Arial;
	font-size: 20px;
	color: #999;
	line-height: 32px;
}

/* 招聘中心 */
.job_list {
	padding-bottom: 60px;
	width: 940px;
	overflow: hidden;
	zoom: 1;
}
.job_list ul {
	width: 990px;
}
.job_list li {
	float: left;
	padding: 40px 50px 40px 0;
	width: 280px;
	border-bottom: 1px solid #E6E6E6;
}
.job_list li .date {
	padding: 18px 0 6px;
	font-family: Arial;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.job_list li h3 {
	padding-bottom: 16px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}
.job_list li .desc {
	padding-top: 18px;
	height: 78px;
	border-top: 2px solid #555;
	font-size: 13px;
	color: #888;
	line-height: 26px;
}
.job_list li .more {
	padding-top: 25px;
}
.job_list li .more_btn {
	display: inline-block;
	padding-left: 14px;
	width: 66px;
	height: 30px;
	background: url(../img/more_arrow.png) no-repeat right center #555;
	font-family: Arial;
	color: #CCC;
	line-height: 30px;
}
.job_list li a:hover .more_btn {
	background: url(../img/more_arrow.png) no-repeat right center #CB0000;
	color: #FFF;
}

/* 劳务派遣小贴士 */
.dispatch_list {
	padding-bottom: 60px;
}
.dispatch_list li {
	padding: 40px 0;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	zoom: 1;
}
.dispatch_list li img {
	float: left;
	margin-right: 40px;
	width: 300px;
}
.dispatch_list li h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.dispatch_list li .desc {
	padding-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.dispatch_list li .more {
	padding-top: 25px;
}
.dispatch_list li .more_btn {
	display: inline-block;
	padding-left: 14px;
	width: 66px;
	height: 30px;
	background: url(../img/more_arrow.png) no-repeat right center #555;
	font-family: Arial;
	color: #CCC;
	line-height: 30px;
}
.dispatch_list li a:hover .more_btn {
	background: url(../img/more_arrow.png) no-repeat right center #CB0000;
	color: #FFF;
}

/* 新闻中心 */
.news_list {
	padding-bottom: 60px;
}
.news_list li {
	padding: 40px 0;
	height: 160px;
	border-bottom: 1px solid #E6E6E6;
}
.news_list li .pic {
	float: left;
	width: 300px;
}
.news_list li .con {
	float: left;
	padding: 10px 0 0 40px;
	width: 480px;
}
.news_list li .con h4 {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.news_list li .con p {
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.news_list li .date {
	float: right;
	padding-top: 12px;
	width: 60px;
	height: 135px;
	background: url(../img/news_more.png) no-repeat left 110px;
	font-family: Arial;
	font-size: 20px;
	color: #999;
	line-height: 32px;
}

/* 文章页 */
.article_head {
	padding: 20px 0 40px;
	border-bottom: 1px solid #E6E6E6;
	background: #FAFAFA;
}

.article_tit {
	float: left;
	padding-left: 17px;
	width: 740px;
	height: 60px;
	border-left: 3px solid #CB0000;
}
.article_tit h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
}
.article_tit p {
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.article_share {
	float: right;
	width: 320px;
}
.article_share h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
}

.divide {
	background: url(../img/gray_solid.gif) repeat-y 820px top;
}

.article_con {
	font-size: 15px;
	line-height: 240%;
}
.article_con p {
	padding-bottom: 30px;
}
.article_con img {
	max-width: 100%;
}

.download {
	padding: 20px 0;
}
.download a.down_btn {
	display: inline-block;
	padding: 11px 25px;
	height: 48px;
	border-radius: 6px;
	background: #F68237;
	color: #FFF;
}
.download a.down_btn img {
	float: left;
	margin-right: 15px;
}
.download a.down_btn .con {
	float: left;
}
.download a.down_btn h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}
.download a.down_btn p {
	font-size: 12px;
	line-height: 22px;
}
.download a:hover.down_btn {
	background: #F89452;
}

.article_side h3 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
}
.article_side li {
	margin-bottom: 40px;
}
.article_side li h4 {
	padding: 15px 0 5px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 28px;
}
.article_side li a:hover h4 {
	color: #F68237;
}
.article_side li p {
	color: #888;
	line-height: 24px;
}

/* 社会职责 */
.responsibility {
	font-size: 14px;
	line-height: 32px;
}
.responsibility p {
	padding-bottom: 30px;
}
.responsibility_item {
	width: 940px;
	height: 500px;
	background: url(../img/responsibility_pic.jpg);
}
.responsibility_item .promote {
	float: left;
	padding: 50px 40px;
	width: 340px;
	color: #FFF;
}
.responsibility_item .oppose {
	float: right;
	padding: 50px 40px;
	width: 340px;
	color: #333;
}
.responsibility_item h3 {
	height: 50px;
	font-size: 18px;
	line-height: 32px;
}
.responsibility_item .con {
	font-size: 14px;
	line-height: 32px;
}

/* 联系我们 */
.contact_item {
	float: left;
	padding: 40px;
	width: 390px;
	height: 720px;
	background: #F6F6F6;
}
.contact_item li {
	padding: 15px 0 15px 40px;
	border-bottom: 1px solid #E9E9E9;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	zoom: 1;
}
.contact_item li:last-child {
	border: 0;
}
.contact_item li.ico_1 {
	background: url(../img/contact_ico_1.png) no-repeat left 16px;
}
.contact_item li.ico_2 {
	background: url(../img/contact_ico_2.png) no-repeat left 16px;
}
.contact_item li.ico_3 {
	background: url(../img/contact_ico_3.png) no-repeat left 16px;
}
.contact_item li.ico_4 {
	background: url(../img/contact_ico_4.png) no-repeat left 16px;
}
.contact_item li.ico_5 {
	background: url(../img/contact_ico_5.png) no-repeat left 16px;
}
.contact_item li.ico_6 {
	background: url(../img/contact_ico_6.png) no-repeat left 16px;
}
.contact_item li.ico_7 {
	background: url(../img/contact_ico_7.png) no-repeat left 16px;
}
.contact_item li h3 {
	font-size: 15px;
	font-weight: normal;
}
.contact_item li .qrcode {
	float: left;
	width: 152px;
}
.contact_item li .qrcode h3 {
	padding-bottom: 10px;
}
.contact_item li .qrcode img {
	border: 1px solid #E6E6E6;
	border-radius: 3px;
}
.contact_map {
	float: right;
	width: 468px;
	height: 798px;
	border: 1px solid #EEE;
}
.contact_map #map {
	width: 100%;
	height: 100%;
}

.work {
	font-size: 14px;
	line-height: 32px;
}

.secret_policy {
	font-size: 14px;
	line-height: 32px;
}
.secret_policy p {
	padding-bottom: 30px;
}

.link_list {
	background: url(../img/gray_solid.gif) repeat-x left top;
}
.link_list ul {
	background: url(../img/gray_solid.gif) repeat-y left top;
	overflow: hidden;
	zoom: 1;
}
.link_list li {
	float: left;
	padding: 27px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	width: 180px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

/* 搜索 */
.search_con {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -210px;
	width: 600px;
	height: 55px;
	border-radius: 5px;
	background: url(../img/search_bg.png);
	z-index: 999;
}
.search_form {
	padding: 5px 0 0 5px;
	width: 590px;
	height: 45px;
}
.search_form select {
	display: none;
}
.search_form .select_box {
	float: left;
	position: relative;
	border-radius: 3px 0 0 3px;
	background: #FFF;
	font-size: 14px;
	color: #888;
	width: 150px;
	line-height: 45px;
}
.search_form .select_showbox {
	height: 45px;
	background: url(../img/search_arrow.png) no-repeat 130px center;
	text-indent: 1em;
}
.search_form .select_showbox.active {
	background: url(../img/search_arrow_over.png) no-repeat 130px center;
}
.search_form .select_option {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 999;
	border-radius: 3px;
	background: #FFF;
	overflow: hidden;
}
.search_form .select_option li {
	text-indent: 1em;
	width: 150px;
	cursor: pointer;
}
.search_form .select_option li.selected {
	background: #FFF;
	color: #999;
}
.search_form .select_option li.hover {
	background: #F0F0F0;
	color: #999;
}
.search_form input.inp_srh, .search input.btn_srh {
	float: left;
	border: none;
	background: none;
	height: 45px;
	line-height: 45px;
}
.search_form input.inp_srh {
	outline: none;
	padding-left: 20px;
	width: 320px;
	height: 45px;
	font-size: 14px;
	background: #FFF;
}
.search_form input.btn_srh {
	width: 100px;
	height: 45px;
	border-radius: 0 3px 3px 0;
	background: url(../img/search_btn.png) no-repeat center #CB0000;
	text-indent: -999px;
	cursor: pointer;
}