body{
	margin:0 auto;
	width:1366px;
	background-color: rgb(242,242,242);
	font-family: 微软雅黑;
	font-size:0.93em;
	overflow-x: hidden;
}
.p,p{
	line-height: 1.5em;margin:0.45em;
}
.line2{
	text-indent:2em;
}
input,textarea,select {
	padding: 5px;
	font-size:0.93em;
	outline: none;
	/* text-shadow: 0px 1px 0px #fff; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
/**
input:focus,textarea:focus {
	border: 1px solid #fafafa;
	-webkit-box-shadow: 0px 0px 6px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}*/
input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus
{
	transition: border linear .2s, box-shadow linear .5s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
	outline: none;
	border-color: rgba(71, 157, 209, .75);
	box-shadow: 0 0 8px rgba(71, 157, 209, .5);
	-moz-box-shadow: 0 0 8px rgba(71, 157, 209, .5);
	-webkit-box-shadow: 0 0 8px rgba(71, 157, 209, 3);
}
input[type=text],input[type=password],input[type=file],textarea ,select{
	width:400px;
	margin: 5px;border: 1px solid #5daddd;
}

input[type=radio],input[type=checkbox]{
	width:15px;height: 15px
}
textarea{
	height:50px;
}
select{
	height:30px;width:410px;
}
input[type=submit],input[type=reset],input[type=button]{
	font-size: 18px;
	width: 120px;
	height: 38px;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	margin-top: 5px;
	border: 0px;
	padding: 0px;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
	background-color: #3873B7;
}

input[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled{
	background-color:#BEBEBE!important;
	cursor:default;
}
.but_length{
	font-size: 18px;
	width:150px!important;
	height: 38px!important;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0px;
	padding: 0px;
}
.but_length:disabled{
	background-color:#BEBEBE!important;
	cursor:default;
}
.but_length2{
	font-size: 18px;
	width:170px!important;
	height: 38px!important;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	border: 0px;
	padding: 0px;
}
.but_length2:disabled{
	background-color:#BEBEBE!important;
	cursor:default;
}
/* .but_length:hover{
	background-color:#3873B7;
}

.back_but{
	font-size: 18px;
	width:150px!important;
	height: 38px!important;
	font-family: 微软雅黑;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block;
	cursor: pointer;
	background-color:#458CDE;
	line-height: 30px;
	color:#FFFFFF;
	margin-top: 5px;
	margin-left: 20px;
	border: 0px;
	text-shadow: 0px 0px 0px #fff;
	padding: 0px;
}

.back_but:hover{
	background-color:#51a01c;
} */

.title{
	margin: 0 auto;border:0px solid red;
	width: 1024px;height: 120px;
	padding: 0px;
	position:relative;
}
.titleImg{
	margin: 0 auto;border:0px solid red;
	width: 1024px;height: 120px;
	padding: 0px;
}
.location{
	width:1024px;margin:0 auto;background-color: white;padding-bottom:0px;
}
.location-content{
	padding: 10px;height: 15px;font-size:0.83em;;width:980px;margin:0 auto;
	border-bottom: 1px dashed black;
}
.footer{
	height: 80px;
    width: 1365px;
	text-align:center;padding-top:10px;
	font-size:0.8em;
}
form{
	margin: 0 auto;width: 1190px;padding:0px 0px;border: 0px solid rgb(204,204,204);
}
.userLogin{
	width: 300px;height: 20px;border:0px solid blue;padding:10px;float: right;text-align: right;margin-top: 80px;color: white;
}
.main{
	width:1190px;border:0px solid #91D9FF;margin: 7px auto 0 auto;
	background-color: white;
	height:auto;clear:both;
	min-height:300px;
}
.tab ul{
	padding-top: 10px;
}
.tab li{
	list-style: none; float: left;padding: 10px;background-color: green;border-color: yellow;height: 20px;margin: 0 1px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	color: white;
}
form table tr td:last-child{ width:400px }
.tabs ul{
	height:38px;
	background-image:url("../../imagenew/tab.jpg");
	background-repeat: no-repeat;
	/* border-left: 1px solid #5daddd;
	border-right: 1px solid #5daddd; */
	margin:0px auto;
	padding:0;
	margin-bottom:10px;
	width:1190px;
}
.tabs li{
	list-style: none; float: left;font-size:14px;
}
.tabs li:first-child{}
.lifirst{
	background-image:url("../../image/step.jpg");
	background-position:0px 0px;
	width: 10px;
	height:30px;padding:0px;border:0px solid red;padding-top: 1px;
}
.tabtitle{
	/* background-image:url("../../image/tab2.png"); */
	background-color:#5daddd;
	width:127px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
}
.tabs li.tabselect{
	color:#308fc7;
	height:37px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	width:127px;
	background-color: #fff;
	margin-top: 1px;
}

/* .tabs li:HOVER{
	color:#fff;
	height:36px;
	cursor: pointer;
	text-align: center;
	font-size:16px;
	width:132px;
	background-color: #479dd1;
	margin-top: 2px;
} */

.tabhovers{
	color:#fff;
	height:37px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	width:127px;
	background-color: #479dd1;
	margin-top: 1px;
}

.tabdisabled{
	color: #656565!important;
}

/* 设立登记标签页样式 */

.sltabs ul{
	height:38px;
	background-color: #B7B7B7;
	margin:0px auto;
	padding:0;
	margin-bottom:10px;
	width:1190px;
}

.tytabs ul{
	height:38px;
	background-color: #B7B7B7;
	margin:0px auto;
	padding:0;
	width:1190px;
}

.sltabs li,.tytabs li{
	list-style: none; float: left;font-size:14px;
}

.sltabtitle{
	background-image:url("../../imagenew/firstlan.png");
	background-repeat: no-repeat;
	width:151px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
}

.sltabtitle1{
	background-image:url("../../imagenew/centerlan.png");
	background-repeat: no-repeat;
	width:165px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.sltabtitle2{
	background-image:url("../../imagenew/lastlan.png");
	background-repeat: no-repeat;
	width:147px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.sltabs li.sltabselect,.tytabs li.sltabselect{
	background-image:url("../../imagenew/firsthuang.png");
	background-repeat: no-repeat;
	width:151px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
}

.sltabs li.sltabselect1,.tytabs li.sltabselect1{
	background-image:url("../../imagenew/centerhuang.png");
	background-repeat: no-repeat;
	width:165px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.sltabs li.sltabselect2,.tytabs li.sltabselect2{
	background-image:url("../../imagenew/lasthuang.png");
	background-repeat: no-repeat;
	width:147px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.sltabdisabled{
	background-image:url("../../imagenew/firsthui.png");
	background-repeat: no-repeat;
	width:151px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
}

.sltabdisabled1{
	background-image:url("../../imagenew/centerhui.png");
	background-repeat: no-repeat;
	width:165px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.sltabdisabled2{
	background-image:url("../../imagenew/lasthui.png");
	background-repeat: no-repeat;
	width:147px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color: #fff;
	font-family: '微软雅黑';
	margin-left: -14px;
}

.gtsltabtitle{
	color: #4dbd85;
	width:230px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	//font-size:18px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #d8d8d8;
}

.sltabs li.gtsltabselect{
	color: #458cde;
	width:230px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	//font-size:18px;
	font-family: '微软雅黑';
	border-bottom: 2px solid #458cde;
}

.gtsltabdisabled{
	color: #b7b7b7;
	width:230px;
	height:38px;
	line-height:38px;
	cursor: pointer;
	text-align: center;
	//font-size:18px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #d8d8d8;
}

/* 设立登记标签页样式 */

.tabblank{
	background-image:url("../../image/step.jpg");
	background-position:-290px 0px;
	width: 12px;
	height:30px;
	border:0px solid red;padding-top: 1px;
}
.lilast{
	background-image:url("../../image/step.jpg");
	background-position:5px 0px;
	width: 5px;
	height:30px;padding:0px;border:0px solid red;padding-top: 1px;
}
.tabs div{
	clear: both;
}
input.small{
	width:80px;
}
select.small{
	width:140px
}
input.small1{
	width:80px;
}
select.small1{
	width:90px;
}
input.small2{
	width:100px;
}
select.small2{
	width:120px
}
input.mid,select.mid{
	width:200px;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.leftLabel{
	width:120px;text-align: center;
}
.rightLabel{
	width:250px;text-align: right;padding-right:5px;padding-left:5px;
}
.middelLabel{
	width:500px
}
.formtable{
	border-top: 1px solid #5daddd;
	border-left: 1px solid #5daddd;
	width:100%;
	display:table;
	clear:both;
}
.formtable td{height:35px;border-right: 1px solid #5daddd;border-bottom: 1px solid #5daddd;
	word-break:break-all; word-wrap:break-word;}

.formtablenew{
	border-top: 1px solid #cecccc;
	border-left: 1px solid #cecccc;
	width:100%;
	display:table;
	clear:both;
}
.formtablenew td{height:35px;border-right: 1px solid #cecccc;border-bottom: 1px solid #cecccc;
word-break:break-all; word-wrap:break-word;}

.formtableDialog{
	border-top: 1px solid #cecccc;
	border-left: 1px solid #cecccc;
	display:block;
	clear:both;
}
.formtableDialog td{height:35px;border-right: 1px solid #cecccc;border-bottom: 1px solid #cecccc;
	word-break:break-all; word-wrap:break-word;}
/**日期框冲突单独处理*/
.lcui_border td{
	height:10px;
}
.tip-table td{
	height:10px;
}
.grid tr:first-child,.gridtitle td{
	background-color: #ecf2fa;text-align:center;
	/* background-image: url("../../image/gridtitle.jpg"); */
	font-weight:900;
}
.trLeft tr:first-child{
	background-color: #ecf2fa;text-align:left;
	/* background-image: url("../../image/gridtitle.jpg"); */
	font-weight:900;
	width:100%;
}

.buttons{
	text-align: center;
	width: 100%;border: 0px solid red;
}

.buttons input[type=submit],.buttons input[type=reset],.buttons input[type=button]{
	font-size: 18px;
	height:38px;
	width:90px;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	margin-top: 5px !important;
	margin-left: 20px;
	border: 0px;
	padding: 0px;
}

.buttons input[type=submit]:hover,.buttons input[type=reset]:hover,.buttons input[type=button]:hover {
	background-color: #3873B7;
}

.retbutton {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	background-color:#6AB934!important;
}

.retbutton2 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	background-color:#6AB934!important;
}

.rethovers{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	background-color: #51a01c !important;
}

.rethovers2{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	background-color: #51a01c !important;
}

.buttons_edit input[type=button]{
	font-size: 18px;
	height:38px;
	width:120px;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	margin-top: 5px !important;
	margin-left: 20px;
	border: 0px;
	padding: 0px;
}
.button_cons{
	text-align: center;
	width: 100%;border: 0px solid red;padding: 20px;
}
.button_cons input[type=submit],.button_cons input[type=reset],.button_cons input[type=button]{
	font-size: 18px;
	height:38px;
	width:90px;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display:inline-block;
	cursor: pointer;
	background-color:#458cde;
	line-height: 38px;
	color:#FFFFFF;
	margin-top: 5px !important;
	margin-left: 20px;
	border: 0px;
	padding: 0px;
}

.button_cons input[type=submit]:hover,.button_cons input[type=reset]:hover,.button_cons input[type=button]:hover {
	background-color: #3686b6;
}

input[type=submit], input[type=reset], input[type=button]{
	font-family: 微软雅黑;
	font-size:18px;
	font-weight:0;
}
.btndisabled{
	background-color:#BEBEBE!important;
	cursor:default;
}
.c{
	text-align: center;
}
.toolbar{
	position: fixed;right: 0;bottom: 150px;width: 50px;height: 200px;border: 0px solid red;
}
.toolbar img{margin:-1px;cursor: pointer;

}
.desc{
	color: rgb(174,174,177);
	font-size:0.95em;
}
.xx,.sq{
	color:red;cursor: pointer;
}

#indexmain {
	height: 768px;
	width: 1024px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8CD7FF;
	border-bottom-color: #8CD7FF;
	margin-top: 1px;
	margin-bottom: 1px;
}
#main1 {
	height: 170px;
	width: 1004px;
	margin-top: 10px;
	margin-left: 11px;
	padding-top:10px;
	border: 1px solid #91D9FF;
	background-color: #F4FEFF;
}
.rbtn{
	font-size: 16px!important;
	height: 25px!important;
	width:71px!important;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer!important;
	background-color:#458cde;
	line-height: 25px!important;
	color:#FFFFFF!important;
	border: 0px!important;
	vertical-align:middle!important;
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}
.rbtn1{
	font-size: 16px!important;
	height: 25px!important;
	width:71px!important;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer!important;
	background-color:#458cde;
	line-height: 25px!important;
	color:#FFFFFF!important;
	border: 0px!important;
	vertical-align:middle!important;
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}
.rbtn2{
	font-size: 16px!important;
	height: 25px!important;
	width:71px!important;
	font-family: 微软雅黑;
	font-weight: 0;
	border-radius:2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer!important;
	background-color:#458cde;
	line-height: 25px!important;
	color:#FFFFFF!important;
	border: 0px!important;
	vertical-align:middle!important;
	margin-top: 7px !important;
	margin-bottom: 0px !important;
}
.dateInput{
	background:url("../../image/icon.png") no-repeat 255px center;
	cursor:pointer;
}
.dateInputSW{
	background:url("../../image/icon.png") no-repeat 505px center;
	cursor:pointer;
}
.date_Input{
	background:url("../../image/icon.png") no-repeat 150px center white !important;
	cursor:pointer !important;
}

.date_Input2{
	background:url("../../image/icon.png") no-repeat 130px center white !important;
	cursor:pointer !important;
}

.dateInputManage{
	background:url("../../image/icon.png") no-repeat 383px center white !important;
	cursor:pointer !important;
}

.date_Inputhh{
	background:url("../../image/icon.png") no-repeat 220px center white !important;
	cursor:pointer !important;
}
.date_Input3{
	background:url("../../image/icon.png") no-repeat 180px center white !important;
	cursor:pointer !important;
}

.mustFlag{
	color:#FF0000;
}

/**
其他人员页面样式start
*/
.peopleTitle{
	width: 1160px;
	height: 46px;
	background-color: #f5f7f8;
	border: 1px solid #d3d2d2;
}
.people{
	margin-left: 30px;
	line-height: 46px;
	/*font-family: MicrosoftYaHei-Bold;*/
	font-size: 18px;
	color: #313131;
	font-weight: bold;
}

.collTip{
	min-height: 30px;
	background-color: #FFF9F7;
	border: 1px solid #fadfd9;
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #eb7521;
}

.font1{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #313131;
}
.update{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #313131;
	position: absolute;
	margin-left: 870px;
	margin-top: -15px;
	cursor:pointer;
}
.delete{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #313131;
	position: absolute;
	margin-left: 968px;
	margin-top: -16px;
	cursor:pointer;
}
.peopleName{
	font-family: MicrosoftYaHei;
	font-weight: bold;
	font-size: 16px;
	color: #313131;
}
.content{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #777777;
	margin-left: 8px;

}
.post{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #777777;
	position: absolute;
	margin-left: 20px;
	margin-top: 1px;
}
.cerNo{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #777777;
	position: absolute;
	margin-left: 170px;
	margin-top: 1px;
}
.appOrg{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #777777;
	position: absolute;
	margin-left: 430px;
	margin-top: 1px;
}
.buttonCss{
	width: 100px;
	height: 30px;
	background-color: #458cde;
	font-family:MicrosoftYaHei ;
	font-size: 14px;
	color: #ffffff;
	margin-right: 20px;
	text-align: center;
	margin-top: 8px;
	cursor:pointer;
}
.tableClass{
	border-bottom: 1px solid #d3d2d2;
	width: 1162px;
}

.tableClass tr{
	border-left: 1px solid #d3d2d2;
	border-right: 1px solid #d3d2d2;
}
.tableClass td{
	height: 70px;
}
.divClass{
	margin-top: 20px;
	width: 1160px;
	margin-left: 15px;
}
.divShu{
	width: 2px;
	height: 14px;
	background:#458cde;
	float: left;
	position: absolute;
	margin-top: 10px;
	margin-left: 30px;
}
.divPeople{
	margin-left: 40px;
	margin-top: 6px;
}
.cerImg{
	position: absolute;
	margin-left: 145px;
	margin-top: 2px;
}
.updateImg{
	position: absolute;
	margin-left: 850px;
	margin-top: -15px;
	cursor:pointer;
}
.deleteImg{
	position: absolute;
	margin-left: 950px;
	margin-top: -15px;
	cursor:pointer;
}
.div_bottom{
	width: 1160px;
	border-left: 1px solid #d3d2d2;
	border-right: 1px solid #d3d2d2;
	border-bottom: 1px solid #d3d2d2;
}
.tiShi{
	width: 1160px;
	height: 30px;
	background-color:#FFF9F7 ;
	border: 1px solid #fadfd9 ;
}
.tiShiZi{
	margin-left: 30px;
	line-height: 30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #eb7521;
}
.subButtonMsg{ 
}
#header-ahzwfw {
	margin-bottom: 20px;
}
.tishiNew{
	width: 1160px;
	height: 30px;
	background-color:#FFF9F7 ;
	border: 1px solid #fadfd9 ;
}
/**
其他人员页面样式end
*/

/* 公用标签页样式 */
.comtabs ul{
	height:40px;
	background-color: #B7B7B7;
	margin:0px auto;
	padding:0;
	margin-bottom:10px;
	width:1190px;
}

.comtabs li{
	list-style: none; float: left;font-size:16px;
}

.comtabtitle{
	background-image:url("../../imagenew/tabstyle.png"); 
	background-repeat: no-repeat;
	width:163px;
	height:40px;
	line-height:40px;
	cursor: pointer;
	text-align: center;
	font-size:16px;
	color: #fff;
    font-family: '微软雅黑';
}


.comtabs li.comtabselect{
	background-image:url("../../imagenew/tabselectstyle.png"); 
	background-repeat: no-repeat;
	width:163px;
	height:40px;
	line-height:40px;
	cursor: pointer;
	text-align: center;
	font-size:16px;
	color: #fff;
    font-family: '微软雅黑';
}
/*  公用标签页样式 */