/* CSS Document */

/* header */
.header {
	position: relative;
	height: 300px;
	background: url(../img/header.jpg) center top;
	z-index: 10;
}
.header .tit {
	width: 800px;
	height: 100px;
	background: url(../img/header_tit_line.png) repeat-x bottom;
}
.header .logo {
	float: left;
	padding-top: 30px;
}
.header .logo img {
	float: left;
	margin-right: 15px;
}
.header .logo span {
	float: left;
	padding: 8px 0 0 16px;
	background: url(../img/header_line.png) no-repeat left 16px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}
.header .home {
	float: right;
	padding-top: 60px;
}
.header a.home_btn {
	display: inline-block;
	padding-left: 21px;
	background: url(../img/home_ico.png) no-repeat left center;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}
.header .con {
	width: 800px;
	height: 200px;
}
.header .nav {
	float: left;
	padding-top: 70px;
}
.header .nav a {
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	height: 60px;
	font-size: 18px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
}
.header .nav a.crt {
	background: url(../img/nav_crt.png) no-repeat left top;
	color: #BF050A;
}
.header .tel {
	float: right;
	padding-top: 72px;
}
.headbar {
	height: 80px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background: #FFF;
	z-index: 0;
}
.headbar .tip {
	display: inline-block;
	padding-right: 24px;
	background: url(../img/down_arrow.png) no-repeat right center;
	font-size: 16px;
	color: #525261;
	line-height: 80px;
}

/* 岗位列表 */
.gw_list {
	padding: 40px 0;
	margin: auto;
	width: 1200px;
}
.gw_list li {
	padding-bottom: 30px;
}
.gw_list li a {
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.gw_list li .con {
	padding: 20px 0 15px;
	overflow: hidden;
	zoom: 1;
}
.gw_list li .tit {
	float: left;
	padding: 0 20px;
	width: 340px;
	height: 100px;
}
.gw_list li .tit .tag {
	height: 32px;
}
.gw_list li .tit .tag span {
	margin-left: -20px;
	display: inline-block;
	padding: 0 20px;
	height: 32px;
	border-radius: 0 16px 16px 0;
	background: #ECECF0;
	color: #757584;
	line-height: 32px;
}
.gw_list li .tit h3 {
	padding-top: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #BF050A;
}
.gw_list li .item {
	float: left;
	padding: 8px 40px;
	border-left: 1px solid #E6E6E6;
	width: 320px;
	color: #000;
	line-height: 28px;
}
.gw_list li .bar {
	padding: 0 20px;
	height: 45px;
	border-radius: 0 0 8px 8px;
	background: url(../img/list_arrow.png) no-repeat right center #F6F6F6;
	color: #666;
	line-height: 45px;
}
.gw_list li a:hover {
	border: 1px solid #CCC;
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	transition: all 0.3s;
}

/* 在线报名 */
.gw_bar {
	line-height: 80px;
}
.gw_bar .gw_tag {
	float: left;
	display: inline-block;
	margin-top: 28px;
	padding: 0 16px 0 10px;
	border-radius: 4px 0 0 4px;
	background: url(../img/gw_tag_arrow.png) no-repeat right #B9B9C8;
	color: #FFF;
	line-height: 25px;
}
.gw_bar .gw_name {
	float: left;
	padding-left: 12px;
	font-size: 24px;
	color: #535362;
}

.step {
	margin: auto;
	padding: 40px 0 30px;
	width: 800px;
	background: url(../img/bm_step_line.png) no-repeat center 54px;
	overflow: hidden;
	zoom: 1;
}
.step li {
	float: left;
	width: 200px;
	text-align: center;
}
.step li a {
	display: inline-block;
}
.step li a b {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #999;
	border-radius: 100%;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.step li a h3 {
	padding-top: 8px;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.step li a.crt b {
	border: 2px solid #BF050A;
	color: #BF050A;
}
.step li a.crt h3 {
	color: #BF050A;
}

.wrap {
	padding: 30px 40px;
	background: #FFF;
	box-shadow: 0 4px 16px rgba(0,0,0,.05);
}

.bm_tit {
	height: 49px;
	border-bottom: 1px solid #DEDEDE;
}
.bm_tit h3 {
	display: inline-block;
	padding: 0 3px 0 30px;
	height: 48px;
	border-bottom: 2px solid #BF050A;
	font-size: 18px;
	line-height: 46px;
	color: #BF050A;
}
.bm_tit h3.gw {
	background: url(../img/gw_ico.png) no-repeat left center;
}
.bm_tit h3.gr {
	background: url(../img/gr_ico.png) no-repeat left center;
}
.bm_tit h3.jc {
	background: url(../img/jc_ico.png) no-repeat left center;
}
.bm_tit h3.ms {
	background: url(../img/ms_ico.png) no-repeat left center;
}
.bm_tit h3.zj {
	background: url(../img/zj_ico.png) no-repeat left center;
}
.bm_con {
	padding: 30px 0 15px;
}
.bm_con ul {
	width: 1140px;
	overflow: hidden;
	zoom: 1;
}
.bm_con li {
	float: left;
	margin: 0 20px 15px 0;
	padding: 9px 14px;
	width: 330px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	font-size: 15px;
}
.bm_con li.col2 {
	width: 710px;
}
.bm_con li h4 {
	display: inline-block;
	width: 130px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	vertical-align: middle;
}
.bm_form_text {
	padding: 0 15px;
	height: 25px;
	border: 0;
	border-left: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 25px;
	vertical-align: middle;
}
.bm_form_select {
	padding: 0 15px;
	height: 25px;
	border: 0;
	border-left: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 25px;
	vertical-align: middle;
}
.upload_ycz {
	padding: 15px 0;
	overflow: hidden;
	zoom: 1;
}
.upload_ycz .pic {
	float: left;
	position: relative;
	margin-right: 50px;
	width: 120px;
}
.upload_ycz a.del_btn {
	position: absolute;
	top: -10px;
	right: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #FFF;
	border-radius: 100%;
	background: url(../img/del_ico.png) no-repeat center #999;
}
.upload_ycz .con {
	float: left;
	padding-top: 45px;
}
.upload_ycz a.upload_btn {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	width: 120px;
	height: 45px;
	border-radius: 4px;
	background: url(../img/upload_ico.png) no-repeat 30px center #FF9E0A;
	font-size: 15px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
}
.upload_ycz a.upload_btn:hover {
	background: url(../img/upload_ico.png) no-repeat 30px center #FFA826;
}
#fileupload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.bm_ms_con {
	padding: 30px 0 15px;
}
.bm_ms_con li {
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}
.bm_ms_con li h4 {
	padding: 0 5px;
	height: 34px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
}
.bm_form_textarea {
	padding: 15px;
	border: 0;
	font-size: 15px;
	line-height: 25px;
}
.bm_zj_con {
	padding: 10px 0;
}
.bm_zj_con li {
	padding: 15px 5px;
	border-bottom: 1px dashed #DEDEDE;
	overflow: hidden;
	zoom: 1;
}
.bm_zj_con li .tit {
	float: left;
	padding-top: 70px;
	font-size: 15px;
	width: 160px;
}
.bm_zj_con li .tit h4 {
	font-weight: normal;
	line-height: 25px;
}
.bm_zj_con li .tit p {
	padding-top: 5px;
	font-size: 13px;
	color: #666;
}
.bm_zj_con li .con {
	float: right;
	width: 940px;
}
.bm_zj_con li .item {
	float: left;
	position: relative;
	margin: 10px 20px;
	text-align: center;
}
.bm_zj_con li .item h5 {
	padding-top: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #888F9B;
}
.bm_zj_con li .item a.del_btn {
	position: absolute;
	top: -10px;
	right: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #FFF;
	border-radius: 100%;
	background: url(../img/del_ico.png) no-repeat center #999;
}
.bm_zj_con li .item a.upload_btn {
	position: absolute;
	top: 39px;
	left: 50%;
	display: inline-block;
	margin-left: -40px;
	padding-top: 44px;
	width: 80px;
	height: 36px;
	border-radius: 100%;
	background: url(../img/upload_plus_ico.png) no-repeat center 19px #FF9E0A;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
.bm_zj_con li .item a.upload_btn:hover {
	background: url(../img/upload_plus_ico.png) no-repeat center 19px #FFA826;
}
.bm_zj_con li .con .tip {
	clear: both;
	padding: 5px 0 0 25px;
	font-size: 13px;
	color: #999;
}
.bm_qs {
	padding-bottom: 25px;
}
.bm_qs h4 {
	font-size: 16px;
}
.bm_qs ul {
	padding: 10px 0;
}
.bm_qs li {
	padding: 5px 0;
}
.form_btm {
	padding: 30px 0;
	text-align: center;
}
.submit_btn {
	padding-left: 36px;
	width: 300px;
	height: 55px;
	border: 0;
	border-radius: 30px;
	box-shadow: 0 4px 16px rgba(232,0,0,.3);
	background: url(../img/submit_ico.png) no-repeat 96px center #DD0000;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.submit_btn:hover {
	background: url(../img/submit_ico.png) no-repeat 96px center #E80000;
}
.submit_btn_1 {
	background: url(../img/pass_ico.png) no-repeat 96px center #02720b;
	box-shadow: 0 4px 16px rgba(2,114,11,.3);
}
.submit_btn_1:hover {
	background: url(../img/pass_ico.png) no-repeat 96px center #04720b;
}
.submit_btn_2 {
	background: url(../img/back_ico.png) no-repeat 96px center #DD0000;
}
.submit_btn_2:hover {
	background: url(../img/back_ico.png) no-repeat 96px center #E80000;
}

.submit_btn_8 {
	background: url(../img/back_ico.png) no-repeat 96px center #dd9700;
}
.submit_btn_8:hover {
	background: url(../img/back_ico.png) no-repeat 96px center #e8b600;
}

/* 查询、打印 */
.search {
	padding: 20px 0 40px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
.search .con {
	display: inline-block;
	margin-right: 10px;
	padding: 9px 19px;
	width: 460px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}
.search .con h4 {
	display: inline-block;
	width: 130px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	vertical-align: middle;
}
.search_text {
	padding: 0 20px;
	width: 284px;
	height: 25px;
	border: 0;
	border-left: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 25px;
}
.search_btn {
	display: inline-block;
	padding-left: 26px;
	width: 150px;
	height: 45px;
	border: 0;
	border-radius: 4px;
	background: url(../img/search_ico.png) no-repeat 38px center #FF9E0A;
	font-size: 17px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.search_btn:hover {
	background: url(../img/search_ico.png) no-repeat 38px center #FFA826;
	color: #FFF;
}

.vertical {
	margin: auto;
	width: 800px;
	height: 1130px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 4px 24px rgba(0,0,0,.1);
}
.horizontal {
	margin: auto;
	width: 1000px;
	height: 708px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 4px 24px rgba(0,0,0,.1);
}

.bmbiao {
	padding: 50px;
}
.bmbiao h1 {
	font-size: 28px;
	text-align: center;
}
.bm_table {
	border-collapse: collapse;
	font-size: 14px;
}
.bm_table td {
	padding: 8px;
	border: 1px solid #666;
}

.print_btn {
	padding-left: 40px;
	width: 300px;
	height: 55px;
	border: 0;
	border-radius: 30px;
	box-shadow: 0 4px 16px rgba(232,0,0,.3);
	background: url(../img/print_ico.png) no-repeat 86px center #DD0000;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.print_btn:hover {
	background: url(../img/print_ico.png) no-repeat 86px center #E80000;
}

.zkzheng {
	position: relative;
	width: 100%;
	height: 100%;
}
.zkzheng .con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
}
.zkzheng h1 {
	font-size: 28px;
	text-align: center;
}
.zkz_table {
	border-collapse: collapse;
	font-size: 15px;
}
.zkz_table td {
	padding: 10px;
	border: 1px solid #666;
}
.zkz_xz_table {
	border-collapse: collapse;
}
.zkz_xz_table td {
	border: 0;
}

/* 成绩查询 */
.result {
	padding: 40px 0 60px;
	text-align: center;
}
.result h3 {
	font-size: 20px;
	font-weight: normal;
}
.result ul {
	padding-top: 30px;
}
.result li {
	display: inline-block;
	margin: 10px;
	padding: 19px;
	width: 140px;
	height: 100px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	text-align: left;
}
.result li h4 {
	height: 34px;
	font-size: 16px;
	background: url(../img/result_line.png) no-repeat left bottom;
}
.result li p {
	padding-top: 16px;
}

/* 提示信息 */
.tips {
	padding: 40px 0 80px;
	text-align: center;
}
.tips p {
	padding-top: 20px;
}

/* footer */
.footer {
	padding: 50px 0;
	background: #202020;
}
.footer .con {
	margin: auto;
	width: 1200px;
	color: #CCC;
	overflow: hidden;
	zoom: 1;
}
.footer .logo {
	float: left;
	width: 260px;
}
.footer .contact {
	float: left;
	border-left: 1px solid #333;
	padding-left: 40px;
	width: 440px;
	font-size: 13px;
	line-height: 27px;
}
.footer .contact .tel {
	padding-left: 22px;
	background: url(../img/tel_ico.png) no-repeat left center;
}
.footer .contact .address {
	padding-left: 22px;
	background: url(../img/address_ico.png) no-repeat left center;
}
.footer .copyright {
	float: left;
	border-left: 1px solid #333;
	padding-left: 40px;
	width: 400px;
	font-size: 13px;
	line-height: 27px;
}

.download {
	padding: 20px 0;
	background: #ECECF0;
	text-align: center;
}
.download a.download_btn {
	display: inline-block;
	padding-left: 28px;
	width: 200px;
	height: 45px;
	border: 0;
	border-radius: 25px;
	box-shadow: 0 4px 16px rgba(232,0,0,.2);
	background: url(../img/client_ico.png) no-repeat 24px center #DD0000;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.download a.download_btn:hover {
	background: url(../img/client_ico.png) no-repeat 24px center #E80000;
}

.shenhe {
	position: fixed;
	left: 50%;
	bottom: 100px;
	margin-left: 439px;
	padding: 5px;
	border: 1px solid #E6E6E6;
	border-right: 0;
	width: 150px;
	background: #FFF;
	z-index: 999;
}
.shenhe .con {
	padding: 5px 10px;
	text-align: center;
}
.shenhe .con h3 {
	font-size: 16px;
	color: #D90000;
	line-height: 24px;
}
.shenhe .con p {
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
}

/* 审核结果 */
.shenhe_result {
	padding: 20px 0 60px;
	text-align: center;
}
.shenhe_result h3 {
	font-size: 24px;
}
.shenhe_result img {
	margin-right: 12px;
	margin-bottom: 4px;
}
.shenhe_result p {
	padding-top: 30px;
	font-size: 15px;
}

.jiaofei_qrcode {
	padding: 40px 0;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
	text-align: center;
}
.jiaofei_qrcode h3 {
	padding: 20px 0;
	font-size: 15px;
}
.jiaofei_qrcode p {
	padding: 15px 0;
}
.jiaofei_qrcode a.pay_btn {
	display: inline-block;
	width: 280px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 0 4px 16px rgba(25,137,250,.4);
	background: #1989FA;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
}

#print_tab {
	padding-top: 20px;
	height: 40px;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}
#print_tab li {
	display: inline-block;
	padding: 0 60px;
	height: 39px;
	border: 1px solid #DEDEDE;
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	font-size: 15px;
	line-height: 40px;
	cursor: pointer;
}
#print_tab li.out {
	background: #FAFAFA;
}
#print_tab li.over {
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	color: #BF050A;
}

/* 显示隐藏(js调用) */
.dis {
	display: block;
}
.undis {
	display: none;
}

/* 提交成功 */
.submit_succeed {
	padding: 60px 0;
	text-align: center;
}
.submit_succeed h3 {
	font-size: 24px;
}
.submit_succeed img {
	margin-right: 12px;
	margin-bottom: 4px;
}

.weixin_qrcode {
	padding: 40px 0;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
	text-align: center;
}
.weixin_qrcode h3 {
	padding: 20px 0;
	font-size: 15px;
}
.weixin_qrcode p {
	padding: 10px 0;
}
.weixin_qrcode p .qrcode {
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}