@charset "utf-8";
/* css reset */
html,body,div,ul,li,table,tr,td,dt,dd,dl,p,h1,h2,h3,h4,h5,h6,form,input,select,textarea,blockquote{margin:0;padding:0;}
body{
	background:#e7e8eb;
	color:#000;
   	font-family:"hiragino sans gb","microsoft yahei","微软雅黑","黑体",arial,sans-serif;
    font-size:14px;
    line-height:1.4;
	word-break:break-all;
}
a img{border:none;}
a{text-decoration:none; outline:none; blr:expression(this.onfocus=this.blur()); cursor:pointer;}
input,label{vertical-align:middle;}
input,button,select,textarea{
	outline:none;
	blr:expression(this.onfocus=this.blur());
   	font-family:"hiragino sans gb","microsoft yahei","微软雅黑","黑体",arial,sans-serif;
}
input[type=text]::-ms-clear{display:none;}
img{
	-ms-interpolation-mode:bicubic;
    vertical-align:middle;
}
ul,li{
	list-style-type:none;
}
.clear{
	clear:both;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/*滚动条样式*/
::-webkit-scrollbar {
	width:8px;
	height:8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #f0f0f0;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #c0c0c0;
}
::-webkit-scrollbar-thumb:hover{
	background: #a8a8a8;
}


/*header*/
.lx_au_header{
	width:100%;
	height:60px;
	background:#fff;
	border-bottom:1px solid #d7d7d7;
    min-width:1200px;
    width:expression(document.body.clientwidth <= 1200? "1200px": "auto");
}
	.lx_auh_c{
		min-width:1120px;
		max-width:1200px;
		height:36px;
		margin:0 auto;
		background:#fff;
		padding:12px 0;
	}
		.lx_au_logo{
			height:36px;
			float:left;
		}
			.lx_au_logo img{
				height:36px;
				vertical-align:middle;
			}
			.lx_au_logo span{
				color:#666;
				font-size:22px;
				line-height:36px;
				display: inline-block;
				vertical-align:middle;
				margin:-2px 0 0 5px;
   				font-family:"华文细黑","hiragino sans gb","microsoft yahei","微软雅黑","黑体",arial,sans-serif;
			}
		.lx_au_tel{
			float:right;
			font-size:14px;
			color:#999;
			padding-top:5px;
		}
			.lx_au_tel span{
				vertical-align:middle;
				margin-left:10px;
			}
/*主体*/
.lx_au_main{
	padding:40px 0;
}
.lx_au_mc{
	width:1200px;
	margin:0 auto;
	background:#fff;
	border:1px solid #d7d7d7;
}
	.lx_au_tab{
		height:42px;
		border-bottom:1px solid #d7d7d7;
		position:relative;
	}
		.lx_au_tab span{
			width:312px;
			height:42px;
			line-height:42px;
			text-align:center;
			color:#666;
			display:inline-block;
			background: right center no-repeat;
			position:absolute;
			top:0;
		}
		.lx_au_tab span.lx_au_tabh{
			color:#fff;
			background: right center no-repeat;
		}
		.lx_au_tab span.lx_au_tab1{
			z-index:9;
			left:0;
		}
		.lx_au_tab span.lx_au_tab2{
			z-index:8;
			left:300px;
		}
		.lx_au_tab span.lx_au_tab3{
			z-index:7;
			left:0;
			left:600px;
		}
		.lx_au_tab span.lx_au_tab4{
			z-index:6;
			right:0;
			background-image:none;
			background:#fff;
		}
		.lx_au_tab span.lx_au_tab4.lx_au_tabh{
			background-image:none;
			background:#0c6deb;
		}
.lx_au_tcon{
	min-height:500px;
}
/*1 申请确认*/
.lx_au_tabc1{
	width:744px;
	margin:0 auto;
	padding:60px 0;
}
	.lx_au_tc1{
		height:96px;
		overflow:auto;
	}
	.lx_au_tabc1 .lx_au_tc1{
		height:118px;
	}
		.lx_au_tc1 dt{
			width:46px;
			height:46px;
			float:left;
			margin-right:10px;
		}
		.lx_au_tc1 dt img{
			width: 46px;
		}
		.lx_au_tc1 dd{
			width:688px;
			float:left;
			color:#999;
			line-height:24px;
		}
		.lx_au_tc1 .lx_au_tcdd1{
			color:#000;
			font-size:18px;
			line-height:28px;
			margin-bottom:3px;
		}
		
	.lx_au_tcb{
		padding-left:56px;
	}
		.lx_au_tcb a{
			width:98px;
			height:28px;
			line-height:28px;
			display:block;
			color:#fff;
			text-align:center;
			border:1px solid #0c6deb;
			background:#0c6deb;
			border-radius:3px;
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			-ms-border-radius:3px;
			-o-border-radius:3px;
		}
		.lx_au_tcb a:hover{
			background:#0c6deb;
			opacity: .9;
		}
		.lx_au_tul{
			line-height:24px;
		}
	.lx_au_tcb_h4{
		font-size:18px;
		font-weight:100;
		line-height:26px;
		margin:35px 0 5px;
	}
	.lx_au_tcb_p{
		color:#666;
		line-height:24px;
	}
/*2 信息登记*/
.lx_au_tabc2{
	width:930px;
	margin:0 auto;
	padding:52px 0;
}
	.lx_au_th4{
		font-size:18px;
		font-weight:100;
		line-height:38px;
		border-bottom:1px solid #d7d7d7;
	}
	.lx_au_tp{
		line-height:24px;
		margin:26px 0;
	}
	.lx_au_t2tab{
		height:30px;
	}
		.lx_au_t2tab span{
			width:83px;
			line-height:30px;
			display:inline-block;
			float:left;
		}
		.lx_au_t2ta{
			float:left;
			border:1px solid #d7d7d7;
			display:inline-block;
		}
		.lx_au_t2tab a{
			width:99px;
			height:28px;
			line-height:28px;
			text-align:center;
			display:inline-block;
			color:#000;
			border-right:1px solid #d7d7d7;
		}
		.lx_au_t2tab a.lx_au_t2tlink{
			background:#0c6deb;
			color:#fff;
		}
		.lx_au_t2tab .lx_au_t2tab_r{
			border-right:none;
		}
	.lx_au_t2tc{
		min-height:90px;
	}
	.lx_au_t2tcdis{
		display:none;
	}
		.lx_au_t2tct{
			height:82px;
			padding-left:82px;
			color:#999;
			line-height:20px;
			padding-top:6px;
		}
		.lx_au_t2tcbox{
			padding-top:30px;
		}
			.lx_au_t2tcb_li{
				margin-bottom:38px;
			}
				.lx_au_t2tcb_li label{
					width:80px;
					float:left;
					padding:5px 0;
					line-height:20px;
				}
				.lx_au_t2tcb_lir{
					width:400px;
					float:left;
				}
					.lx_au_tinput{
						width:328px;
						height:18px;
						font-size:14px;
						border:1px solid #d7d7d7;
						padding:5px;
						color:#000;
					}
					.lx_au_t2tcb_lir p{
						color:#999;
						line-height:20px;
						margin-top:4px;
					}
					.lx_au_t2tcb_lir p a{
						color:#007aff;
					}
					.lx_au_t2tcb_lir p a:hover{
						text-decoration:underline;
					}
				.lx_au_file{
					width:100px;
					height:30px;
					display:inline-block;
				    position:relative;
					vertical-align:middle;
				}
					.lx_au_file a{
						width:98px;
						height:28px;
						display:inline-block;
						line-height:28px;
						text-align:center;
						color:#333;
						background:#f9f9f9;
						border:1px solid #d7d7d7;
						border-radius:3px;
						-webkit-border-radius:3px;
						-moz-border-radius:3px;
						-ms-border-radius:3px;
						-o-border-radius:3px;
					}
					.lx_au_file:hover a{
						height:30px;
						background:#e7e8eb;
					}
					.lx_au_file input{
						width:100px;
						height:30px;
						position:absolute;
						top:0;
						left:0;
						opacity:0;
						filter:alpha(opacity=0);
						cursor:pointer;
					}
					.lx_au_tinput2{
						width:198px;
						height:18px;
						font-size:14px;
						border:1px solid #d7d7d7;
						padding:5px;
						color:#000;
					}
				.lx_au_filen{
					display:none;
					padding-left:10px;
					width:260px;
					height:30px;
					line-height:30px;
					overflow:hidden;
					text-overflow:ellipsis;
					white-space:nowrap;
					color:#666;
					vertical-align:middle;
				}
					.lx_au_tia{
						width:118px;
						height:28px;
						display:inline-block;
						line-height:28px;
						text-align:center;
						color:#333;
						background:#f9f9f9;
						border:1px solid #d7d7d7;
						border-radius:3px;
						-webkit-border-radius:3px;
						-moz-border-radius:3px;
						-ms-border-radius:3px;
						-o-border-radius:3px;
						vertical-align:middle;
						margin-left:10px;
					}
					.lx_au_tia:hover{
						background:#e7e8eb;
					}
					.lx_au_tyam{
						margin-left:10px;
					}
					.lx_au_t2tcb_lir p span{
						width:220px;
						display:inline-block;
					}
					.lx_au_t2tcb_lir p a.lx_au_t2tcb_lia,.lx_au_t2tcb_lir p a.lx_au_t2tcb_lia:hover{
						color:#999;
					}
		.lx_au_t2_step{
			border-top:1px solid #d7d7d7;
			text-align:center;
			padding:20px 0;
		}
			.lx_au_t2_step a{
				width:98px;
				height:28px;
				line-height:28px;
				display:inline-block;
				text-align:center;
				margin:0 10px;
				color:#333;
				background:#f9f9f9;
				border:1px solid #d7d7d7;
				border-radius:3px;
				-webkit-border-radius:3px;
				-moz-border-radius:3px;
				-ms-border-radius:3px;
				-o-border-radius:3px;
				vertical-align:middle;
			}
			.lx_au_t2_step a:hover{
				background:#e7e8eb;
			}
			.lx_au_t2_step .lx_au_t2_stepa2{
				background:#0c6deb;
				border:1px solid #0c6deb;
				color:#fff;
			}
			.lx_au_t2_step .lx_au_t2_stepa2:hover{
				background:#0c6deb;
				opacity: .9;
			}
/*创建部门*/
.lx_au_t4_li{
	margin-bottom:20px;
}
	.lx_au_t4_li label{
		width:80px;
		line-height:20px;
		padding:5px 0;
		float:left;
	}
	.lx_au_t4_lir{
		float:left;
	}
		.lx_au_t4_lir input{
			width:328px;
			height:18px;
			font-size:14px;
			padding:5px;
			border:1px solid #d7d7d7;
			color:#000;
		}
		.lx_au_t4_lir em{
			line-height:30px;
			color:#e72111;
			margin-left:10px;
			font-style:normal;
		}
		.lx_au_t4_lir a{
			line-height:30px;
			color:#e72111;
			margin-left:10px;
		}
		.lx_au_t4_lir a:hover{
			text-decoration:underline;
		}
	.lx_au_t4_lidel{
		display:none;
	}
	.lx_au_t4_add{
		padding:0 0 45px 80px;
	}
		.lx_au_t4_add img{
			margin-right:4px;
			vertical-align:middle;
		}
		.lx_au_t4_add a{
			color:#0c6deb;
		}
		.lx_au_t4_add a:hover{
			text-decoration:underline;
		}
/*信息确认*/
.lx_au_tabc4{
	width:930px;
	padding:60px 0;
	margin:0 auto;
}
	.lx_au_tabc4 dl{
		padding:0 90px;
	}
	.lx_au_t4cb{
		color:#999;
		padding-left:146px;
		line-height:24px;
		margin-bottom:42px;
	}

/* 弹出层 style */
.divmask{
	width:100%; 
	height:100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3; 
	-khtml-opacity: 0.3; 
	opacity:0.3;
	background:#000;
	z-index:99999;
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.maskb{
	position:fixed;
	_position:absolute;
	table-layout:fixed;
	z-index:6;
	top:50%;
	left:50%;
	background:#fff;
	display:none;
	z-index:99999;
}
	.lx_divmask_c{
		height:190px;
		padding-top:60px;
		text-align:center;
	}
		.lx_divmask_c h4{
			font-size:18px;
			line-height:38px;
			font-weight:100;
		}
		.lx_divmask_c p{
			color:#666;
			line-height:20px;
			margin-bottom:25px;
		}
		.lx_divmask_c a{
			width:160px;
			height:40px;
			line-height:40px;
			text-align:center;
			font-size:16px;
			color:#fff;
			background:#0c6deb;
			display:block;
			margin:0 auto;
			border-radius:3px;
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			-ms-border-radius:3px;
			-o-border-radius:3px;
		}
		.lx_divmask_c a:hover{
			background:#0c6deb;
			opacity: .9;
		}
.lx_au_table{
	width:600px;
	margin-top:10px;
}
	.lx_au_table th,.lx_au_table td{
		line-height:30px;
		text-align:center;
		border:1px solid #fff;
	}
	.lx_au_table th{
		background:#caecf8;
		font-weight:100;
	}
	.lx_au_table td{
		background:#ebeef6;
	}
	.w120{
		width:120px;
	}

/*身份证图片样式*/
.lx_au_idcard_r{
	float:right;
	width:200px;
	height:100px;
	padding-left:35px;
	border-left:1px solid #e7e7eb;
}
	.lx_au_idcard_r p{
		line-height:16px;
		margin-bottom:4px;
	}
	.lx_au_idcard_r img{
		max-width:200px;
		max-height:80px;
		_width:200px;
		_height:80px;
	}
.lx_au_t2leb{
	width:400px;
	padding-left:80px;
	margin-bottom:38px;
}
	.lx_au_t2leb input{
		float:left;
		margin-top:4px;
	}
	.lx_au_t2leb label{
		width:335px;
		float:left;
		line-height:20px;
		padding:0 0 0 10px;
	}
.prov,.city{
    border:1px solid #d7d7d7;
    color:#000;
    font-size:14px;
    height:30px;
    width:168px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
.lx_au_tsel{
    border:1px solid #d7d7d7;
    color:#000;
    font-size:14px;
    height:30px;
    width:340px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
.lx_au_t2tcb_li label span{
	color:#999;
}