@charset "utf-8";
/* CSS Document */
body {
	border: 0px;
	font-size: 12px;
	font-family: , Arial, simsun, scans-serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 1.6em;
}

form,p,div,ol,ul,p,h1,h2,h3,h4,input,li,span {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

html {
	overflow: auto
}

em {
	font-style: normal;
}

a:link,a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #ff3300;
	cursor: pointer;
}

ul,li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

th,td {
	font-size: 12px;
}

input,select,textarea {
	font-size: 12px;
}

textarea {
	overflow-y: scroll;
	border: 1px solid #c2defd;
}

li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.17em;
	color: #0060a1
}

h3 {
	font-size: 1em;
}

button {
	line-height: 1.2em;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
}

.key {
	font-weight: bold;
}

.text_b,a.text_b:link,a.text_b:visited {
	text-decoration: underline;
}

.lit_font {
	font-size: 12px;
}

.big_font {
	font-size: 14px;
}

.font_weight {
	font-weight: normal;
}

.more {
	float: right;
	margin-top: -2em;
}
/* Ϊȫֱ */
.clear:after {
	content: ".";
	height: 0;
	overflow: hidden;
	display: block;
	clear: both;
}

.clear {
	display: inline-block;
}

.clear {
	display: block;
}
/* */
.top {
	height: 80px;
	background: url(../images/top_bg.jpg) repeat-x 0 bottom;
	width: 100%;
}

.topMain {
	width: 1200px;
	margin: 0 auto
}

.logo {
	width: 560px;
	float: left
}

.topUser {
	float: right;
	color: #ddd;
	padding-right: 16px;
	padding-top: 12px;
	width: 700px;
	text-align: right;
}

.topUser a {
	background: #35aa47;
	padding: 5px 6px 5px 6px;
	text-align: center;
	line-height: 26px;
	color: #fff
}

.topUser a:hover {
	text-decoration: none
}

.topUser a img {
	position: relative;
	top: 3px
}

.topNav {
	float: right;
	width: 770px;
}

.topNav ul {
	padding: 0;
	float: right
}

.topNav ul li {
	float: left;
	margin: 12px 16px 0 12px;
}

.topNav ul li img {
	position: relative;
	top: 2px
}

.topNav a {
	color: #eeeeee;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 700
}

.topNav a:hover {
	text-decoration: none;
	color: #eeee00
}

.cont {
	width: 1170px;
	margin: 16px auto 16px auto;
}

.addSearch {
	width: 1170px;
	background: #f5fafe;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	height: 42px;
	line-height: 42px;
	padding-top: 6px;
}

.addBtn {
	width: 494px;
	float: left;
	padding-left: 6px;
}

.addBtn input {
	background: url(../images/iconfont-add.png) no-repeat 0 center #5a98de;
	padding: 8px 16px 8px 30px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #ffffff;
	border-radius: 4px
}

.addBtn input:hover {
	background: url(../images/iconfont-add.png) no-repeat 0 center #2667af;
	cursor: pointer
}

.search {
	width: 600px;
	float: right;
	text-align: right;
	padding-right: 6px
}

.search .txt {
	height: 30px;
	line-height: 28px;
	width: 240px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-right: none
}

.search .btn {
	background: url(../images/iconfont-icon_search.png) no-repeat 0 center
		#5eb95e;
	padding: 8px 16px 8px 30px;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0 4px 4px 0;
	position: relative;
	top: 1px
}

.search .btn:hover {
	background: url(../images/iconfont-icon_search.png) no-repeat 0 center
		#2e922e;
	cursor: pointer
}

.tabLst {
	width: 1170px;
	clear: both
}

.tableText {
	border-collapse: collapse;
	border: none;
	margin-top: 12px
}

.tableText tr th {
	border: 1px solid #dddddd;
	background: #f5fafe;
	height: 36px;
	line-height: 36px;
	font-size: 14px
}

.tableText tr td {
	border: 1px solid #dddddd;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #555;
	font-size: 14px
}

.tableText tr td a {
	margin-top: -6px;
	display: inline-block
}

.tableText tr td img {
	position: relative;
	top: 12px
}

/*login start*/
.login {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0px;
	padding-top: 10px;
	z-index: 99;
	overflow: auto;
	background: #f3f3f3;
	width: 100%;
}

.loginMain {
	width: 1000px;
	margin: 46px auto 0 auto
}

.loginM-left {
	width: 475px;
	float: left
}

.loginM-right {
	width: 396px;
	float: right;
	height: 438px;
	background: url(../images/login_right_bg.jpg) no-repeat;
	padding-left: 30px;
	padding-top: 42px;
}

.loginM-right tr td {
	padding-bottom: 24px;
}

.loginM-right label {
	cursor: pointer
}

.loginM-right input {
	width: 290px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ddd;
	padding: 0 2px 0 36px;
}

.loginM-right .password {
}

.loginM-right .yzm {
	background: url(../images/yanzhengma.png) no-repeat 2px center;
	width: 120px
}

.loginM-right .inpText {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	right: 4px;
	padding-bottom: 10px
}

.loginM-right .btn {
	background: #1449a7;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
	width: 326px;
	padding: 0;
	font-size: 16px;
	font-weight: bold
}

.loginM-right .btn:hover {
	background: #113d8c
}

.loginM-right a {
	color: #1449a7
}

.loginM-right img {
	position: absolute;
	width: 80px;
	height: 37px
}

.loginM-right span {
	position: relative;
	left: 86px;
}

.loginM-right .title {
	color: #1449a7;
	font-size: 18px;
	font-weight: 700;
	left: 0
}

/*大厅/互联网登录*/
.loginWeb {
	width: 1200px;
	margin: 0 auto;
	padding-top: 66px;
}

.login-left {
	width: 810px;
	height: 315px;
	float: left;
	margin-top:60px;
}

.login-right {
	width: 360px;
	height: 360px;
	border: 1px solid #d9d9d9;
	float:right;
	margin-top: 60px
}
.login-right ul{width:100%; padding:0; margin:0; border-bottom:2px solid #ccc; height:42px; background:#f5f5f5}
.login-right ul li{ width:49%; display:inline-block; height:42px; line-height:42px; text-align:center; border-bottom:2px solid #ccc; font-size:16px; font-weight:700; cursor:pointer}
.login-right ul li.active{ border-bottom:2px solid #33a4e8; color:#33a4e8; font-size:16px;}

.login-right table {
	padding-top: 20px;
	
}

.login-right tr td {
	padding-bottom: 20px
}

.login-right h2 {
	height: 40px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 40px;
	width: 410px;
	background: #F5F5F5;
	color: #35a1ec;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 10px;
}

.login-right input {
	width: 294px;
	border: 1px solid #dddddd;
	height: 38px;
	line-height: 38px;
	padding-left: 32px;
}

.login-right .password {

}

.login-right .small {
	background: url(../images/yanzhengma.png) no-repeat 2px center;
	width: 80px;
}

.login-right img {
	position: absolute;
	width: 100px;
	height: 37px
}

.login-right span {
	position: relative;
	left: 110px;
}

.login-right .inpText {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	right: 0px;
	padding-bottom: 10px
}

.login-right .btn {
	background: #1551bc;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
	width: 320px;
	padding: 0;
	font-size: 16px;
	font-weight: bold
}

.login-right .btn:hover {
	background: #0f367b
}

.login-right label {
	cursor: pointer
}

.login-right a {
	color: #1390dc;
	text-decoration: underline
}

.login-right a:hover {
	text-decoration: underline;
	color: #ff3300
}

.login-right .noPassword {
	float: right;
	width: 80px;
	display: inline-block
}
.login-right .zwbtn{ height:36px; width:120px; line-height:36px; border-radius:4px; border:1px solid #ccc; background:url(../images/zwbdBtn.jpg) repeat-x 0 center; cursor:pointer}
.login-right .red{color:#ee0000}
.login-right .red{left:4px; font-size:14px}

.Main {
	width: 1100px;
	margin: 10px auto;
}

.register_title {
	width: 1060px;
	height: 40px;
	background: url(../images/user.png) no-repeat 4px center #f5f5f5;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
	line-height: 40px;
	border-bottom: 2px solid #cccccc
}

.register_step {
	width: 1100px;
}

.register_step ul {
	padding-top: 12px;
}

.register_step ul li {
	width: 275px;
	float: left;
	font-size: 18px;
	text-align: center;
	border-bottom: 14px solid #f2f2f2;
	line-height: 46px;
	height: 46px;
	color: #999
}

.register_step .active {
	border-bottom: 14px solid #6188f5;
	color: #114ec9
}

.register_Text table {
	padding-top: 32px
}

.register_Text tr td {
	height: 54px;
	line-height: 54px;
}

.register_Text input,select {
	width: 260px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	padding-left: 4px;
	border-radius: 4px
}

.register_Text .yhxy {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	right: 3px
}

.register_Text label {
	cursor: pointer;
}

.register_Text label a {
	color: #10218b
}

.register_Text .btn {
	background: #1551bc;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold
}

.register_Text .btn:hover {
	background: #0c3b8f;
}

.register_Text b {
	color: #ff3300;
	font-weight: normal
}

/*办理页面*/
.cont {
	width: 1100px;
	margin: 0 auto
}

label.error {
	right: 18px;
	top: 5px;
	color: #ef392b;
	font-size: 12px
}
.idTable{ position:relative}
.idTable .userIco{width:32px; height:32px; display:block; position:absolute;top:24px; left:0; background:url(../images/user.png) no-repeat 2px center}
.idTable .passwordIco{width:32px; height:32px; display:block; position:absolute; top:86px; left:0; background:url(../images/password.png) no-repeat 2px center}
.zwTable{ position:relative}
.zwTable .userIco{width:32px; height:32px; display:block; position:absolute; top:24px; left:0; background:url(../images/user.png) no-repeat 2px center}








