/* CSS Document */

/* header */
.header {
	position: relative;
	height: 300px;
	background: url(../img/header.jpg) center top;
  color: #FFF;
	z-index: 10;
}
.header a {
  color: #FFF;
}
.header .tit {
	width: 800px;
	height: 100px;
}
.header .logo {
	float: left;
	padding-top: 30px;
}
.header .logo img {
	float: left;
}
.header .logo a.home_btn {
	float: left;
  margin: 18px 0 0 20px;
	padding: 0 12px 0 32px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 14px;
  background: url(../img/home_ico.png) no-repeat 12px center;
	font-size: 14px;
  line-height: 26px;
}
.header .logo a:hover.home_btn {
  border: 1px solid rgba(255,255,255,0.8);
}
.header .user {
	float: right;
	padding-top: 46px;
}
.header .user img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.header .user a:hover {
  text-decoration: underline;
}

.header .con {
	width: 800px;
	height: 200px;
}
.header .sys_name {
	float: left;
	padding-top: 64px;
}
.header .sys_name h1 {
	font-size: 44px;
}
.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 {
	margin: auto;
	padding: 60px 0;
	width: 1200px;
}
.gw_list li {
	padding-bottom: 40px;
}
.gw_list li a {
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 4px 24px rgba(0,0,0,.05);
}
.gw_list li .con {
	padding: 30px 0 20px;
	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: 24px;
	font-size: 24px;
	color: #BF050A;
}
.gw_list li .item {
	float: left;
	padding: 5px 40px;
	border-left: 1px solid #E6E6E6;
	width: 320px;
	color: #000;
	line-height: 30px;
}
.gw_list li .bar {
	padding: 0 20px;
	height: 50px;
	border-radius: 0 0 8px 8px;
	background: url(../img/list_arrow.png) no-repeat right center #F6F6F6;
	color: #666;
	line-height: 50px;
}
.gw_list li a:hover {
	border: 1px solid #CCC;
	box-shadow: 0 4px 24px rgba(0,0,0,.2);
	transition: all 0.5s;
}

/* 在线报名 */
.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: 50px 0 40px;
	width: 800px;
	background: url(../img/bm_step_line.png) no-repeat center 64px;
	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: 10px;
	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: 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 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
	padding: 20px;
  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;
}

/* 查询、打印 */
.search {
	padding: 40px 0;
	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: 240px;
	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 60px center #DD0000;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.download_btn:hover {
	background: url(../img/download_ico.png) no-repeat 60px center #E80000;
}
.download_btn {
	padding-left: 40px;
	width: 240px;
	height: 55px;
	border: 0;
	border-radius: 30px;
	box-shadow: 0 4px 16px rgba(232,0,0,.3);
	background: url(../img/download_ico.png) no-repeat 60px 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 60px 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;
	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: 160px;
	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;
}

.footer_bar {
  height: 140px;
  background: url("../img/footer_btm_bar.jpg") center;
  background-size: cover;
}
.download {
  float: left;
	padding: 45px 0;
  width: 50%;
	text-align: center;
}
.download a.download_btn {
	display: inline-block;
	padding: 0 40px 0 72px;
	height: 50px;
	border: 0;
	border-radius: 25px;
	box-shadow: 0 4px 24px rgba(232,0,0,.1);
	background: url(../img/client_ico.png) no-repeat 36px center #DD0000;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.download a.download_btn:hover {
	background: url(../img/client_ico.png) no-repeat 36px center #E80000;
}
.job {
  float: left;
	padding: 45px 0;
  width: 50%;
	text-align: center;
}
.job a.job_btn {
	display: inline-block;
	padding: 0 40px 0 72px;
	height: 50px;
	border: 0;
	border-radius: 25px;
	box-shadow: 0 4px 24px rgba(232,0,0,.1);
	background: url("../img/job_ico.png") no-repeat 36px center #DD0000;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.job a.job_btn:hover {
	background: url("../img/job_ico.png") no-repeat 36px 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;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
	text-align: center;
}
.weixin_qrcode h3 {
	padding: 20px 0;
	font-size: 15px;
  font-weight: normal;
}
.weixin_qrcode p {
	padding: 10px 0;
}
.weixin_qrcode p .qrcode {
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}

/* ---------- 注册、登录 ---------- */
.login_side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.33%;
  background: url("../img/login_side.jpg");
  background-size: cover;
}
.login_side .sys_name {
	padding: 180px 18% 0;
	color: #fff;
}
.login_side .sys_name .logo {
	padding: 20px 0;
}
.login_side .sys_name .tit {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.login_side .sys_name .tit h1 {
  font-size: 44px;
}
.login_side .pic {
	position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.login_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 66.66%;
  background: url("../img/login_bg.png") no-repeat right bottom;
}
.login {
  position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 60px;
	width: 360px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0,0,0,0.08);
}
.login .tit h3 {
  font-size: 24px;
  color: #525261;
}
.login .con {
  padding: 30px 0;
}
.login .con li {
  position: relative;
  padding: 10px 0;
}
.login .con li .login_form_text {
  padding: 0 28px;
  width: 100%;
  height: 50px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 15px;
}
.login .con li a.code_btn {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 5px;
  padding: 0 20px;
  border-left: 1px solid #E6E6E6;
  color: #999;
  line-height: 20px;
}
.login .con li a:hover.code_btn {
  color: #E80000;
}
.login .con li .forget {
  line-height: 20px;
  text-align: right;
}
.login .con li .forget a {
  color: #666;
}
.login .con li .login_form_btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 25px;
  background: #DD0000;
  box-shadow: 0 4px 16px rgba(232,0,0,.3);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.login .con li .login_form_btn:hover {
  background: #E80000;
  transition: all 0.3s ease-in-out;
}
.login .btm {
  color: #666;
}
.login .btm a {
  color: #DD0000;
}
.login .btm a:hover {
  text-decoration: underline;
}

/* ---------- 会员中心 ---------- */
.ucenter_main {
  margin: 80px 0;
  border: 1px solid #E0E0E0;
  background: url("../img/ucenter_side.png") repeat-y left #FFF;
  box-shadow: 0 5px 24px rgba(0,0,0,0.05);
}

.ucenter_side {
  float: left;
  width: 240px;
  min-height: 800px;
}
.ucenter_side .welcome {
  margin: -1px 0 0 -1px;
  padding: 40px;
  background: #DD0000;
  color: #fff;
}
.ucenter_side .welcome h3 {
  font-size: 16px;
  font-weight: normal;
}
.ucenter_side .welcome h4 {
  padding: 12px 0 20px;
  font-size: 24px;
  font-weight: normal;
}
.ucenter_side .welcome p {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
}
.ucenter_side .menu {
  padding-top: 20px;
}
.ucenter_side .menu ul {
  padding: 16px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.ucenter_side .menu li {
  padding: 4px 0;
}
.ucenter_side .menu li a {
	display: block;
	padding: 4px 0 4px 40px;
  background: url("../img/ucenter-menu-arrow.png") no-repeat right 28px center;
  font-size: 15px;
	color: #666;
	line-height: 36px;
}
.ucenter_side .menu li a img {
	margin: 0 12px 2px 0;
}
.ucenter_side .menu li a.cur {
  margin-left: -1px;
  border-left: 4px solid #B9B9C8;
  background: url("../img/ucenter-menu-arrow.png") no-repeat right 28px center #fff;
}

.ucenter_con {
  float: right;
  padding: 40px 60px 40px 0;
  width: 840px;
}
.ucenter_con .main_tit {
  height: 59px;
  border-bottom: 1px solid #E0E0E0;
}
.ucenter_con .main_tit h3 {
  float: left;
  border-bottom: 2px solid #BF050A;
  font-size: 18px;
  color: #BF050A;
  line-height: 58px;
}
.ucenter_con .main_con {
  padding-top: 40px;
}

.user_info {
  padding-bottom: 50px;
}
.user_welcome {
	float: left;
}
.user_welcome h3 {
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
  line-height: 40px;
}
.user_count {
	float: right;
}
.user_count li {
	float: left;
	width: 240px;
	height: 80px;
	border-left: 1px solid #E6E6E6;
	text-align: center;
}
.user_count li h3 {
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
}
.user_count li p {
	padding-left: 2px;
	color: #666;
	line-height: 30px;
}

.bm_tab {
	height: 40px;
	border-bottom: 1px solid #CCC;
}
.bm_tab a {
	display: inline-block;
	padding: 0 50px;
	height: 39px;
	border: 1px solid #E6E6E6;
  border-radius: 4px 4px 0 0;
	border-bottom: 0;
  font-size: 16px;
	line-height: 39px;
}
.bm_tab a.crt {
	border: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

.bm_list {
	padding: 40px 0 20px;
}
.bm_list li {
	padding-bottom: 25px;
}
.bm_list li a {
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	background: #FFF;
}
.bm_list li .con {
	padding: 20px 0 16px;
	overflow: hidden;
	zoom: 1;
}
.bm_list li .tit {
	float: left;
	padding: 0 20px;
	width: 300px;
}
.bm_list li .tit .tag {
	height: 28px;
}
.bm_list li .tit .tag span {
	margin-left: -20px;
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	border-radius: 0 16px 16px 0;
	background: #ECECF0;
	color: #757584;
	line-height: 28px;
}
.bm_list li .tit h3 {
	padding-top: 18px;
	font-size: 20px;
	color: #BF050A;
}
.bm_list li .item {
	float: right;
	padding: 0 40px;
	border-left: 1px solid #EFEFEF;
	width: 400px;
	color: #000;
	line-height: 26px;
}
.bm_list li .bar {
	padding: 0 20px;
	height: 40px;
	border-radius: 0 0 8px 8px;
	background: url(../img/list_arrow.png) no-repeat right center #F6F6F6;
	color: #666;
	line-height: 40px;
}
.bm_list li a:hover {
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 24px rgba(0,0,0,.05);
	transition: all 0.5s;
}

.ucenter_form {
  padding: 40px 0;
}

.gr_tit {
	height: 39px;
	border-bottom: 1px solid #DEDEDE;
}
.gr_tit h3 {
	display: inline-block;
	height: 38px;
	border-bottom: 2px solid #525261;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}

.gr_con {
  padding: 30px 0;
}
.gr_con ul {
  width: 860px;
  overflow: hidden;
	zoom: 1;
}
.gr_con li {
	float: left;
	margin: 0 20px 15px 0;
	padding: 9px 14px;
	width: 380px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	font-size: 15px;
}
.gr_con li h4 {
  float: left;
  width: 130px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	vertical-align: middle;
}

.form_con li {
  padding-bottom: 15px;
  line-height: 40px;
  overflow: hidden;
}
.form_con li h4 {
  float: left;
  width: 120px;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  color: #666;
  line-height: 36px;
  text-align: center;
}
.page a:hover {
  border: 1px solid #ccc;
}
.page a.crt {
  border: 1px solid #DD0000;
  background: #E80000;
  color: #fff;
}
.page a.disable {
  background: #efefef;
  color: #666;
}