﻿/*登录注册*/
.gray-bd{
	background-color: #eaedf1;
}
.user-lg{
	width: 396px;
	margin: 0 auto;
	margin-top: 80px;
}
.lg-logo{
	text-align: center;
	margin-bottom: 114px;
}
.tab-tit{
	
}
.tab-tit .li{
	float: left;
	width: 50%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #666;
}
.tab-tit .li.active{
	color: #0e8ec8;
	border: 1px solid #dee1e5;
	border-bottom: none;
	background-color: #fff;
	position: relative;
	bottom: -1px;
	z-index: 100;
}
.fm-tank{
	background: #fff;
	border: 1px solid #dee1e5;
	padding:25px 15px;
}
.fm-tank h5{
	font-size: 20px;
}
.lg-box li{
	margin: 12px 0;
	border:1px solid #ddd;
	border-radius: 6px;
}
.lg-box li .cell-key{
	text-align: right;
	padding-right: 10px;
}
.lg-box li .cell-code{
	padding-right: 10px;
}

.grp-tank{
	overflow: hidden;
	border-radius: 6px;
}
.group{
	display: table;
	overflow: hidden;
	background: #fff;
	width: 100%;
}
.group .label{
	height: 100%;
	width: 42px;
	text-align: center;
}
.group .last{
	width: 6em;
}

.group input{
	height: 38px;
	line-height: 30px;
	padding: 5px 5px;
	border: none;
	background: #fff;
}
.icon-p{
	background: url(../img/ic_user.png) no-repeat center center;
	width:20px;
	height: 20px;
	margin-top: 5px;
}
.icon-p.p2{
	background-image: url(../img/ic_lock.png)
}
.icon-p.p3{
	background-position:center -130px;
}
.icon-key{
	background: url(../img/key.png) no-repeat center center;
	width:60px;
	height: 35px;
	margin-top: 2px;
}

.but-box{
	margin-top: 20px;
	text-align: center;
}
.btn-submit{
	background: #0099cd;
	line-height: 40px;
	border: none;
	color: #fff;
	border-radius: 8px;
	min-width: 100px;
}
.btn-block{
	display: block;
	width: 100%;
}
.fm-tips{
	margin-top: 5px;
	text-align: center;
}

.rg-header{
	background-color: #23282e;
	padding: 10px 0 0;
	height: 60px;
}
.icon-rglg{
	background: url(../img/rg_login.png) no-repeat center center;
	width:79px;
	height: 30px;
	margin-top: 5px;
	cursor: pointer;
}
.register{
	width: 800px;
	margin: 0 auto;
}
.register h5{
	font-size: 37px;
	text-align: center;
	margin: 60px 0 30px;
}
.register h4{
    font-size: 16px;
    font-weight: bold;
}
.register p{
    height: 24px;
    line-height: 24px;
}
.step{
	overflow: hidden;
	margin: 50px 0;
}
.step dd{
	float: left;
	text-align: center;
	position: relative;
	width: 20%;
	color: #999;
	font-size: 14px;
}
.step dd:before,.step dd:after{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 50%;
	height: 1px;
	content: " ";
	background-color: #cacaca;
}
.step dd:before{
	left: -50%;
}
.step dd:first-child:before,
.step dd:first-child:after{
	content: none;
}
.step dd.visited{
	color: #7ce04b;
}
.step dd.visited:before,
.step dd.visited:after{
	background-color: #7ce04b;
}
.step dd .icon-ds{
	background-color: #cacaca;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 100;
}
.step dd.visited .icon-ds{
	background-color: #7ce04b;
}


.reg-fm{
	width: 480px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.reg-fm .lead{
	text-align: right;
}
.reg-fm .line{
	width: 228px;
	margin: 30px auto;
	height:1px;
	background: #ddd;
	position: relative;
}
.reg-fm .line span{
	display: inline-block;
	position: absolute;
	width: 7em;
	margin-left: -3.5em;
	background-color: #fff;
	left: 50%;
	top:-10px;
	text-align: center;
}
html .ipt{
	height: 30px;
	line-height: 28px;
	border: 1px solid #b4b2b2;
	padding-left: 5px;
	padding-right: 0;
	width: 250px;
}
.reg-fm .ipt{
	border-radius: 6px;
	width: 100%;
}
html .ipt-block{
	width: 100%;
}
textarea.ipt,textarea.ipt-area{
	height: 150px;
	width: 100%;
	overflow-y:auto;
	padding:5px;
	border:1px solid #b4b2b2;
}
.ipt input{
	border: none;
}
.tb-reg{
	width: 100%;
}
.reg-fm .red,.tb-reg .red,.rs{
    color: #ff0000;
	font-size: 20px;
	position: relative;
	top:5px;
	display: inline-block;
	padding-right: 4px;
}
.tb-reg th,.tb-reg td{
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}
.tb-reg th{
	line-height: 30px;
	font-weight: normal;
	text-align: right;
	width: 110px;
	padding-right: 15px;
}
.tb-reg .fl,.tb-reg .fr{
	line-height: 30px;
}
.btn-up {
    background: #4f494b;
    width: 90px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    vertical-align: middle;
    color: #fff;
    margin-top: 3px;
    position: relative;
}
.btn-up input[type="file"] {
    vertical-align: middle;
    margin: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    min-width: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}
.dvd3{
	overflow: hidden;
	margin-left: -10px;
}
.dvd3 dd{
	float: left;
	width: 33.33%;
	padding-left: 10px;
}
.fl+.ass-box{
	margin-left: 100px;
}
.jion-link+.ass-box{
	margin-left: 80px;
}
.fr+.ass-box{
	margin-right: 100px;
}
.jion-code{
	background: #0099cd;
	width:90px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.ipt-key{
	padding-right: 50px;
	background: url(../img/key.png) no-repeat right center;
}
.lmit{
	width:1196px;
   margin:0 auto;
}

/*yemian*/
.lmt{
   /* width:1330px;*/
    margin:0 auto;
}
.header,.footer{
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}
.header a,.footer a{
    color:#333;
}
.header{
    height:50px;
    line-height: 50px; 
    position: relative;
    z-index: 100;
}
.header .wrap{
   /* width:1330px;*/
    margin:0 auto;
    padding: 0 25px;
}
.header .logo{
    float:left;
}
.header .logo  img{
    margin-right:15px;
}
.header .logo span{
    vertical-align: middle;
}
.header .user{
    float:right;
}
.header .user a{
    display: inline-block;
    padding:0 20px;
    height:26px;
    line-height: 26px;
    vertical-align: middle;
}
.header .user a.border{
    border-right: 1px solid #fff;
    color: #0099cd;
}
.header .user a:last-child{
    padding-right:0;
}
.footer{
    height:55px;
    line-height: 55px;
    text-align: center;
}

.menu ul{
    background: #0099cd;
    overflow: hidden;
}
.menu ul li{
    float: left;
    height: 50px;
}
.menu ul li.now,.menu ul li:hover{
    background: #0087b5;
}
.menu ul li a{
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    border-left: 1px solid #008cbb;
}

.menu ul li.now+li a{
    border-left: none;
}

.main{
    overflow: hidden;
}
.main.mt5{
	margin-top: 0;
}
.main .nav{
	width:180px;
	float: left;
	background: #22282e;
	/*padding-bottom:3000px;
	margin-bottom:-3000px;*/
	overflow: hidden
}
.main .nav ol{
	padding-bottom: 20px;
}
.main .nav li{
	margin-bottom: 5px;
}

.main .nav li.active,.main .nav li:hover{
	background: #0099cd;
}
.main .nav li:first-child.active,.main .nav li:first-child:hover{
	background: #384454;
}
.main .nav .tt{
	font-size: 14px;
	padding-left:40px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	position: relative;
}
.tt .cue-bubble{
    display: block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
    background-color: #ff779a;
    border-radius: 10px;
}
.main .nav .tt:before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background: url(../img/ics_sy.png) no-repeat 0 0;
	left:8px;
	top:50%;
	margin-top: -12px;
}

/*首页icons*/
.main .nav li.active .tt:before,
.main .nav li:hover .tt:before{
	background-image: url(../img/ics_sy_h.png);
}

/*安标icons*/
.main .nav .ol-anbiao .tt:before,
.main .nav .ol-anbiao .tt:before{
	background-image: url(../img/ics_ab.png);
}
.main .nav .ol-anbiao li.active .tt:before,
.main .nav .ol-anbiao li:hover .tt:before{
	background-image: url(../img/ics_ab_h.png);
}
/*基础数据icons*/
.main .nav .ol-data .tt:before,
.main .nav .ol-data .tt:before{
    background-image: url(../img/ics_sy_1.png);
}
.main .nav .ol-data li.active .tt:before,
.main .nav .ol-data li:hover .tt:before{
    background-image: url(../img/ics_sy_h_1.png);
}

/*文件汇编icons*/
.main .nav .ol-huibian .tt:before{
    background-image: url(../img/ics_hb_de.png);
}
.main .nav .ol-huibian li.active .tt:before,
.main .nav .ol-huibian li:hover .tt:before{
    background-image: url(../img/ics_hb_ac.png);
}
.main .nav .ol-huibian .tt.s1:before{
    background-position: center -18px;
}
.main .nav .ol-huibian .tt.s2:before{
    background-position: center -58px;
}
.main .nav .ol-huibian .tt.s3:before{
    background-position: center -98px;
}
.main .nav .ol-huibian .tt.s4:before{
    background-position: center -138px;
}
.main .nav .ol-huibian .tt.s5:before{
    background-position: center -178px;
}


/*日常管理icons*/
.main .nav .ol-richang .tt:before,
.main .nav .ol-richang .tt:before{
	background-image: url(../img/ics_rc.png);
}
.main .nav .ol-richang li.active .tt:before,
.main .nav .ol-richang li:hover .tt:before{
	background-image: url(../img/ics_rc_h.png);
}


.main .nav li:first-child .tt:before{
	content: none;
}
.main .nav .tt.s1:before{
	background-position: center 2px;
}
.main .nav .tt.s2:before{
	background-position: center -40px;
}
.main .nav .tt.s3:before{
	background-position: center -80px;
}
.main .nav .tt.s4:before{
	background-position: center -119px;
}
.main .nav .tt.s5:before{
	background-position: center -160px;
}
.main .nav .tt.s6:before{
	background-position: center -200px;
}
.main .nav .tt.s7:before{
	background-position: center -244px;
}
.main .nav .tt.s8:before{
	background-position: center -284px;
}
.main .nav .tt.s9:before{
	background-position: center -324px;
}
.main .nav .tt.s10:before{
	background-position: center -364px;
}
.main .nav .tt.s11:before{
	background-position: center -404px;
}
.main .nav .tt.s12:before{
	background-position: center -444px;
}
.main .nav .tt.s13:before{
	background-position: center -484px;
}
.main .nav .tt.s14:before{
	background-position: center -524px;
}
.main .nav .tt.s15:before{
	background-position: center -564px;
}
.main .nav .tt.s16:before{
	background-position: center -604px;
}

.main .nav .tt a:link,.main .nav .tt a:visited{
	color: #fff;
}

.main .nav ul{
	display: none;
	background: #173139;
	padding-bottom: 10px;
}
.main .nav ul>li{
	padding-top: 1px;
}
.main .nav ul>li a{
	display: block;
	padding-left:98px;
	color: #a5cbe0;
}
.main .nav ul>li a:hover{
	background-color: #204552;
}
.main .nav ul>li.now a{
	background-color: #25c771;
	color:#fff;
}
.main .nav ul li{
	height:25px;
	line-height: 25px;
}

.main .content{
	padding: 15px;
	display: table-cell;
    width: 1%;
}
.bread{
	margin:10px 0 30px;
	font-weight: bold;
}
.title{
	line-height: 1;
	padding-left:10px;
	border-left: 2px solid #0099cd;
	margin-bottom:10px;
}
.subtitle{
	float: left;
	padding: 0 25px 0 10px;
	border-left: 2px solid #0099cd;
}
.subtitle.active{
	color: red;
}
.content .lft{
	float: left;
	width: 180px;
}
.content .rt{
	margin-left: 200px;
}

.tb-user{
	width: 100%;
	text-align: center;
	cursor: default;
	border: 1px solid #e5e9ee;
	margin-bottom: 12px;
}
.tb-user th,
.tb-user td{
	height: 38px;
    	line-height: 38px;
	border-bottom: 1px solid #e5e9ee;
	vertical-align: middle;
}
.tb-user th{
	font-weight: normal;
	height: 40px;
	background-color: #f5f6fa;
}
.tb-user-nobd td{
	border-bottom: none;
}
.tb-user tr:hover td{
	background-color: #e0f7ff;
}
.tb-user.bordered{
	width: 560px;
	margin-left: 100px;
}
.tb-user.bordered p{
	text-align: left;
}
.tb-user.bordered td{
	padding: 5px;
	border: 1px solid #000;
}
.tb-user.bordered tr:hover td{
	background-color: transparent;
}
.tb-user .bold{
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.tb-boot{
	background-color: #f5f6fa;
	overflow: hidden;
	height: 60px;
	/*line-height: 60px;*/
	vertical-align: middle;
	border:1px solid #e5e5e5;
	border-top: 0;
	padding: 0 20px;
}
input.ipt-go{
	height: 30px;
	width:30px;
	border-radius: 0;
	text-align: center;
	border: 1px solid #cccccc;
}
.btn-go{
	background: #f7f7f7;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #cccccc;
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	position: relative;
}
.btn-go:before{
	content: "go";
}

.tab{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	border-left: 1px solid #ddd;
	line-height: 38px;
}
.tab:after{
	content: "";
	display: table;
	height: 0;
	font-size: 0;
	visibility: none;
	clear: both;
}
.tab li{
	float: left;
	width: 100px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fbfaf8;
	cursor: pointer;
}
.jcsj-item-box .tab li{
    width: 8%;
}
.tab li.active{
	background: #fff;
	border-top: 2px solid #00a2ca;
	margin-bottom: -1px;
}

.notice{
	background: #fffcea;
	padding: 15px;
	border: 1px solid #ddd;
}

.tb-high{
	background-color: #f5f6fa;
	border: 1px solid #e5e5e5;
	width: 100%;
}
.tb-high th,.tb-high td{
	border: 1px solid #e5e5e5;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}
.star{
	display: inline-block;
	background: url(../img/star5.png) no-repeat center center;
	width: 60px;
	height: 12px;
}

.tb-top{
	border: 1px solid #e5e5e5;
	border-bottom: none;
	height: 46px;
	padding:8px 15px;
	line-height: 30px;
}
.fr .btn-open{
    background-color: #ff8f8e;
    color: #fff;
    border: 0;
    height: 30px;
    line-height: 30px;
}
.btn-grp{
	text-align: center;
	min-width: 70px;
	line-height: 28px;
	padding:0 10px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	cursor: pointer;
}
.btn-grp+.btn-grp{
	margin-left: 8px;
}
.btn-grp [class*=icon],.grp [class*=icon]{
	width: 20px;
	height: 20px;
	background: url(../img/ic_book.png) no-repeat center center;
	vertical-align: middle;
}
.grp{
	/*margin-right: 10px;*/
	cursor: pointer;
}
.icon-book{
	background-image: url(../img/ic_book.png) !important;
}
.icon-clock{
	background-image: url(../img/ic_clock.png) !important;
}
.icon-del{
	background-image: url(../img/ic_del.png) !important;
}
.icon-edit{
	background-image: url(../img/ic_edit.png) !important;
}
.icon-edit-ac{
    background-image: url(../img/ic_edit_ac.png) !important;
}
.icon-del-ac{
    background-image: url(../img/ic_del_ac.png) !important;
}
.icon-set{
	background-image: url(../img/ic_set.png) !important;
}
.icon-down{
	background-image:url(../img/down.png) !important;
}
.icon-upfile{
	background-image:url(../img/ic_up.png) !important;
}
.icon-add{
    background-image: url(../img/ic_add.png) !important;
}
.icon-volume{
	background-image: url(../img/ic_volume.png) !important;
}

.main .lft-new{
	width:100%;
}
.main .new-rt{
	width:60%;
	margin-left: 115px;
    margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #fffcea;
	padding:10px;
}

.tb-edit{
	width: 100%;
}
.tb-edit th,.tb-edit td{
	padding:0 5px 15px;
}
.tb-edit th{
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	line-height: 30px;
	text-align: right;
}

.dl-note dt{
	font-weight: bold;
	line-height: 2;
}

.ipt-date{
	padding-right: 40px;
	background: url(../img/date.png) no-repeat center right;
}

input.ipt-file{
	width: 148px;
	background: #e8e8e8;
}

.btn-up-blue{
	background: #0099cd;
	color: #fff;
	border-radius: 0;
	margin-top: -1px;
}

.btn-dft{
	background: #f2f2f2;
	height: 34px;
	line-height: 34px;
	color: #333;
	text-align: center;
	min-width: 90px;
	padding:0 10px;
	border: 1px solid #ddd;
}
.btn-dft.active,.btn-dft:hover,.btn-dft:active{
	background: #0099cd;
	border-color: #0099cd;
	color: #fff;
}

.but-box .btn-blue{
    color: #fff;
}
.btn-blue{
	background: #0099cd;
    color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	min-width: 60px;
	padding:0 10px;
	border: 1px solid #0099cd;
}
.btn_edit{
    font-weight: normal;
}
.ml30{
	margin-left: 30px;
}

.alert-media{
	min-height: 500px;
	width: 770px;
	margin-left: -385px;
	margin-top: -250px;
	 
}
.alert-media .blk-media{
	border-bottom: 1px solid #ddd;
	margin: 10px;
	padding:10px 0;
}
.alert-media .content{
 height: 500px;
 overflow-y:auto;  
}
.blk-media th,.blk-media td{
	padding:5px 5px;
}
.blk-media th{
	text-align: right;
	font-weight: normal;
	color: #666;
	width: 8em;
}


.btn-blue-alt{
	min-width: 90px;
	border-radius: 10px;
}

.ul-line{
	border:1px solid #ddd;
	border-bottom: none;
}
.ul-line li{
	background: #f5f6fa;
	border-bottom: 1px solid #ddd;
	padding:10px 15px;
}
.tbline{
	line-height: 20px;
	display: table;
	width: 100%;
}
.tbline .lb{
	width: 120px;
}
.tbline .num{
	width: 70px;
	text-align: center;
}
.tbline .prg>span{
	margin-top: 3px;
}
.progress{
	display: inline-block;
	width: 100%;
	height: 14px;
	border-radius: 16px;
	border:1px solid #ddd;
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 1px 3px rgba(100,100,100,0.1),inset 0 -1px 3px rgba(100,100,100,0.1);
}
.progress .inner{
	position: absolute;
	display: inline-block;
	height: 100%;
	border-radius: 16px;
	background-color: #7ce04b;
}

.nav-sub{
	float: left;
	width: 180px;
	background: #ecedf1;
}
.nav-sub .tit{
	margin: 20px;
	font-weight: bold;
}

.nav-sub li{
	line-height: 40px;
}
.nav-sub li.active{
	background: #fff;
}
.nav-sub ul>li>span,
.nav-sub ul>li>a{
	display: block;
	padding-left: 30px;
}
/*.nav-sub ul>li ol{
	display: none;
}
.nav-sub ul>li.active ol{
	display: block;
}*/
.nav-sub ol li a{
	padding-left: 40px;
}
.nav-sub ul>li>span{
	cursor: pointer;
	background: url(../img/arr_d2.png) no-repeat 10px center;
}
.nav-sub ul>li.active>span{
	background-image: url(../img/arr_d2_h.png);
}

.tb-info{
	width: 100%;
	margin:10px 0;
}
.tb-info td{
	padding: 5px;
}

.tab-sub{
	float: right;
}
.tab-sub span{
	float: left;
	margin:0 15px;
	cursor: pointer;
}
.tab-sub span.active{
	color: #0099cd;
}

.tb-alt td{
	padding: 5px;
}
.tb-alt th{
	padding: 5px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}
.tb-boot .btn-grp{
	line-height: 28px;
}

.advance-box{
	padding: 10px 12px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.advance-box .arrd{
	line-height: 30px;
	margin-left: 25px;
	padding-right: 20px;
	background: url(../img/arr2.png) no-repeat right center;
	cursor: pointer;
}
.advance-box.open .arrd{
	background-image: url(../img/arr1.png)
}
.advance-box .input-bar{
	clear: both;
	padding-top: 15px;
	display: none;
}
.advance-box.open .input-bar{
	display: block;
}
.advance-box .input-bar>*{
	margin-right: 20px;
}

.icon-desc{
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	position: relative;
	z-index: 100;
	border-radius: 100%;
	behavior:url(js/PIE.htc);
}
.step2 dd.visited .icon-desc{
	background: #7ce04b;
	border: 1px solid #7ce04b;
	color: #fff;
}
.step2 dd:before, .step2 dd:after {
	background: url(../img/step_bg.png) repeat-x center center;
	height: 10px;
	top:10px;
	bottom: auto;
}
.con .step2 dd:before,.con .step2 dd:after{
    top: 30px;
}
.step2 dd.visited:before, .step2 dd.visited:after{
	background:#7ce04b;
}
.step2 p.gray{
	font-size: 12px;
	margin-top: 5px;
}

.tit-info{
	line-height: 42px;
	background: #f5f6fa;
	padding: 0 10px;
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
}

.tb-reg2{
	margin: 10px 0;
}
.tb-reg2 td{
	vertical-align: middle;
}
.tb-reg2 th{
	width: 184px;
}

button+button{
	margin-left: 10px;
}
.btn-md{
	width:100px;
}
.btn-default{
	  background: #f2f2f2;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    min-width: 60px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.tb-reg3 th{
	width: 160px;
	white-space: nowrap;
}
.tb-reg3 th:first-child{
	width: 180px;
}

.ziping{
	border: 1px solid #e5e5e5;
}
.ziping .txt{
	padding: 10px;
}

.list-menu li{
	padding: 15px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	line-height: 40px;
}
.list-menu li.active{
	background: #f5f6fa;
	border: 1px solid #ddd;
}
.list-menu li .pic{
	margin-right: 6px;
}
.list-menu li .zhi{
	margin: 0 12px;
	color: #999;
}
.list-menu li .prc{
	color: #ff8400;
	font-size: 16px;
	margin-right: 10px;
}

.tit-info .btn-grp{
	font-weight: normal;
}
.tb-reg3{
	width: auto;
	table-layout: fixed;
}

.tit-info.spe{
	border: 1px solid #ddd;
	border-bottom: none;
	background: #fff;
}
.upimg{
	padding: 20px;
}
.tb-boot-ht42{
	height: 42px;
	line-height: 42px;
}

.arr-l{
	display: inline-block;
	padding-left: 15px;
	background: url(../img/arr_d2.png) no-repeat 0 center;
}
.arr-l.down{
	background: url(../img/arr_d2_h.png) no-repeat 0 center;
}
.page{ 
    margin-top: 18px;
 }
.page span,.page a{
    float: left;
    padding: 0 8px;
    margin:0 3px;
    color: #333;
    line-height: 24px;
}
.page .prev,.page .next{
    border: 1px solid #333;
}
.page .now{
    background: #25c771;
    color: #fff;
}
/*分页样式*/
.page .current {
	background: #0099cd none repeat scroll 0 0;
	color: #fff;
}
.page .prev, .page .next, .page .first, .page .end{
	border: 1px solid #333;
}
.go_page{border:none; padding:5px 6px; background-color:#0099cd; color:#FFF; cursor:pointer;}

.show_page tr td a{ background-color:#bcbcbc; color:#FFF; padding:5px 10px; text-decoration:none;}
.show_page tr td .show_class{background-color:#348596; color:#FFF;}
.show_page tr td a:hover{ background-color:#348596; color:#FFF;}

/*培训情况页面*/
.tb-px{
    margin-bottom: 10px;
}
.tb-px tr{
    border-bottom: 1px dashed #c5c5c5;
}
.tb-px th{
    width: 10%;
    background-color: #e8e8e8;
}
.tb-px td{
    text-align: left;
    text-indent: 10px;
}
#tb-bg th{
    background-color: #e8e8e8;
}
.fr .btn-white{
    color:#fff;
    border-radius: 10px;
}
.bg-bbe2ff{
    background-color: #bbe2ff;
}

.tb-course{
    border: none;
    margin: 0;
}
.tb-course .ftr{
    border-top: 1px dashed #c5c5c5;
}
.tb-course th{
    border: none;
    width: 18%;
    text-align: right;
    background-color: transparent;
}
.tb-course td{
    float: left;
    border: none;
    text-indent: 20px;
}
.tb-course tr:hover td{
    background-color: transparent;
}
.tb-course input,.tb-course button,.tb-course select{
    height: 30px;
    vertical-align: middle;
}
.btn-add{
    width: 35px;
    height: 32px;
    vertical-align: middle;
    background: url("../img/ic_add.png") no-repeat center left;
}
.tb-foot{
    float: left;
    margin-left: 150px;
    margin-top: 30px;
}
.form-foot{
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 25%;
}
.btn{
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.btn-import{
    color: #fff;
}
.btn-save{
    background-color: #0099cd;
    color: #fff;
    border: 1px solid #0099cd;
}
.btn-save:hover{
    color: #fff;
}
.btn-cancel{
    background-color: #f2f2f2;
    border: 1px solid #cfcfcf;
}
.isAdd{
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/*题库管理页面*/
.wrap-point{
    padding: 15px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #aad0ff;
}
.point{
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}
.pbd{
    border: 1px dashed #f2aa8c;
}
.pbd a{
    margin-left: 40%;
}
.pbd:hover{
    background-color: #ffece5;
}
.point p{
    width: 90%;
    word-break: break-all;
    line-height: 22px;
}
.point .ics{
    position: absolute;
    top: 10px;
    right: 10px;
}
.ic-btn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    border-radius: 50%;
}
.btn-ffc2aa{
    background-color: #ffc2aa;
    color: #fff;
    font-size: 24px;
}
.btn-8bd6ef{
    background-color: #8bd6ef;
}
.row{
    height: 45px;
    line-height: 45px;
}
.row span{
    display: inline-block;
    width: 85px;
    text-align: right;
    margin-right: 5px;
}
.row .ipt-l{
    width: 583px;
}
.row .ckb{
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.answer{
    margin: 10px;
    margin-left: 20px;
 }
.answer li{
    line-height: 24px;
}
.edit-textarea{
    width: 800px;
    height: 110px;
    overflow: auto;
    resize: none;
    padding: 5px;
}
.substance .tb-foot{
    float: none;
}
.oh{
    overflow: hidden;
}
.oh .fl{
    width: 30%;
}

.lg-font{
    font-size: 24px;
    font-weight: bold;
}
.row .send-btn{
    float: right;
    width: 48px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #4f494b;
}
.row .btn-blue{
    display: block;
    margin: 30px auto;
}
/*收缩展开菜单*/
.content{
    position: relative;
}
.slide_menu{
    width: 13px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 220px;
    background-color: #c2c2c2;
    background-image: url(../img/btn_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.slide_menu:hover{
    background-color: #aaa;
}

.rt-search{
    margin-top: 30px;
    margin-bottom: 30px;
}
.step3 dd{
    width: 20%;
}

.form-box {
    display:none;
}
.form-box .tb-foot{
    margin-top: 50px;
}
.form-textarea{
    width: 200%;
    overflow: auto;
    resize: none;
}

.ol-huibian a{
    display: block;
    width: 100%;
    height:100%;
}


/* 组织架构图样式 */
.jOrgChart{ 
	margin:10px 0px;
}
.jOrgChart .line {
    height: 20px;
    width: 2px;
}
.jOrgChart .down {
    width: 2px;
    background-color: #ccc;
    margin: 0 auto;
}
.jOrgChart .top {
    border-top: 2px solid #ccc;
}

.jOrgChart .left {
    border-right: 2px solid #ccc;
}
.jOrgChart .right {
    border-left: 2px solid #ccc;
}

/* node cell */
.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

/* The node */
.jOrgChart .node {
    background-color: #ffffff;
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    border-color: #aaa;
    display: inline-block;
	min-width: 60px;
    /*width: 30px;
	min-height:100px;
    line-height: 20px;*/
    z-index: 10;
    margin: 0 5px; 
	word-wrap:break-word;
	background-color: #E6E6E6;
}
.drag-active {
    border-style: dotted !important;
}
.drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
}

.node a:hover{ color:blue}
.jOrgChart table{ margin:0 auto;}

.tb-aq{
    width: 100%;
}
.tb-aq td{
    height: 32px;
    line-height: 32px;
}
.tb-aq input{
    height: 24px;
    line-height: 24px;
}
.tb-aq .ipt-s{
    width: 50px;
}
.tb-aq .ipt-m{
    width: 100px;
}
.tb-aq .ipt-l{
    width: 250px;
}

.fl .last{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(../img/arrow_left.png);
    background-repeat: no-repeat;
}
.fr .next{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(../img/arrow_right.png);
    background-repeat: no-repeat;
}

/*企业主体责任自评*/
.padding-10{
    padding: 10px;
    padding-right: 0;
}
.tb1,.tb2,.tb3,.tb4{
    width: 100%;
}
.tb1{
    border: 1px solid #b4b2b2;
}
.tb1 a{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 100%;
}
.tb1 th{
    border-right: 1px solid #b4b2b2;
    vertical-align: middle;
}
.tb1 th:last-child{
    border-right: none;
}
.tb1 tr{
    border-bottom: 1px solid #b4b2b2;
}
.tb1 tr td{
    border-right: 1px solid #b4b2b2;
    vertical-align: middle;
}
.tb1 tr:last-child{
    border-bottom: none;
}
.tb1 tr td:last-child{
    border-right: none;
}
.tb4 tr td{
    height: 78px;
}

.switch1{
	cursor: pointer;
	text-indent: 15px;
	margin: 12px 0;
	background-position: 0 8px;
}
.switch2{
	text-indent: 30px;
	cursor: pointer;
	padding-top: 15px;
	padding-left: 16px;
	background-position: 26px 21px;
}
.switch1>ul{
	display: none;
}
.switch2>table{
	display: none;
}
.switch2 td{
	text-align: center;
}
li.switch-up{
	background-image: url('../img/arr_d2_h.png');
	background-repeat: no-repeat;
}
.switch-down{
	background-image: url('../img/arr_d2.png');
	background-repeat: no-repeat;
}

.tb-title{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}
.look{
	cursor: pointer;
}

.tb-cb{
	width: 100%;
}
.tb-cb td{
	height: 42px;
	line-height: 42px;
}

.ifram-cover{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}

.ipt-select{
	width: 134px !important;
}

.inner-con{
	width: 80%;
}
.report p{
	line-height: 28px;
	text-indent: 24px;
}
.report-title{
	overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 0px 25px;
    width: 98%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f6fa;
    margin: 20px auto;
    border-bottom: 1px dashed #ddd;
}
.audio-box{
	display: block;
	height: 30px;
	line-height: 30px;
}