.clearfix{
	clear:both;
}
body{
	font-size: 14px;
	background-color: #fafafa;
	height: 100%;
}
body *{
	font-family: "Microsoft YaHei", "Microsoft Yahei UI","Helvetica Neue", Helvetica, Arial,  SimHei, "\5B8B\4F53", simsun, sans-serif;
}
/* 资料修改区间 */
.container{
	width:1000px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 30px;
	min-height:600px;
}
.panel{
	width:1000px;
	margin: 0 auto;

}
.panel-body
{

}
.light{
	color:#777;
}
/*/!* 资料修改区间 *!/*/

/*顶部条*/
.top-box{
	width: 100%;
	height: 77px;
	background-color: #fff;
}
.top{
	height: 50px;
	width: 1000px;
	margin:0 auto;
	background:none;
	box-shadow: none;
}
.top-left{
	float: left;
}
.top-right{
	float: right;
}
.top-left img{
	display: block;
	float: left;
	margin: 27px 4px 20px 0px;
}
.top-left h1{
	margin:0;
	color:rgb(3, 81, 137);
	font-size: 22px;
	line-height: 76px;
	float: left;

}
.top-right .username {
	display: inline-block;
	font-size: 14px;
	margin-top: 30px;
	text-decoration: none;
	color:#035189;
}
/*主导航*/
.nav-bg{
	height: 80px;
	background-color: #035189;
}
.nav-box{
	width: 1000px;
	margin:0 auto;
	padding:0;
	list-style: none;
	background-color: #035189;
}
.nav-box > li{
	float: left;
	width:9%;
	padding:10px 0;
	text-align: center;
	position: relative;
	opacity: 0.75;
	filter:alpha(opacity=75);
}
.nav-box > li.hover{
	opacity: 1;
	filter:alpha(opacity=100);
}
.nav-box .active{
	opacity: 1;
	filter:alpha(opacity=100);
}

.nav-box > li> a{
	width: 100%;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	color:white;
}
.nav-img{
	text-align: center;
	margin:0 auto;
	width:40px;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.nav-box a img{
	display: block;
	margin:0 auto;
	position: absolute;
	top:0;
	left:0;
}
/*下拉菜单*/
.nav-box>li span{
	position: absolute;
	top:93%;
	left:0;
	width:100%;
	text-align: center;
	margin:0;
	padding:0;
	height: 4px;
	display: inline-block;
	background-color: white;
	display: none;
}
.drop-down{
	position: relative;
	height: 100%;
}
.drop-menu{
	display: none;
	position: absolute;
	top:105%;
	width: 130%;
	left:-15%;
	padding:0;
	margin:0;
	z-index: 1;

}
.top .drop-menu{
	width: 100%;
	left:0;
}

.drop-menu li{
	margin:0;
	padding:0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.drop-menu li:last-child a{
	border-radius: 0 0 4px 4px;
}
.drop-menu li a{
	display: inline-block;
	padding:10px 0;
	color:#fff;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	background-color: #035189;
	color:#fff;
}
.drop-menu li a.active{
	background-color: #337ab7;
	color:#fff;

}
.drop-menu li a.hover{
	background-color: #337ab7;
	color:#fff;

}
/*.top .drop-menu li .exit.hover{
	border:1px solid #fff;
	border-top: none;
}*/
.drop-menu li.line{
	display: none;
	height: 0;
	border:0;
	border-bottom: 1px solid #035189;
}
/*主内容块*/
.panel{
	width: 1000px;
	margin:0 auto;
}
/*弹出框*/
.modal-header{
	border-radius: 5px;
}
#modal-exit{
	position: absolute;
	top: 35%;

}
.modal-title{
	text-align: center;
	font-size:18px;
	color:#035189;
}
.modal-header{
	border:none;
	background-color: #fafafa;
}
.modal-body{
	padding-top:30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}
.close span{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 26px;
}
#modal-exit p{
	text-align: center;
	font-size: 14px;
}
.modal-info>div{
	padding:25px 0;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.modal-info h4{
	font-weight: bold;
	float: left;
	font-size: 14px;
	width:45%;
	text-align: right;
}
.modal-info p{
	font-size: 14px;
}
.modal-info div:hover{
	background-color: #fafafa;
}
/*按钮*/
.newadd{
	float: right;
	margin-bottom: 10px;
}
.center-block{
	text-align: center;
}
.btn-save{
	width: 80px;
	font-size: 14px;
}
.btn-back{
	background-color: #ccc;
	width:80px ;
	font-size: 14px;
}
.btn-long{
	width:110px;
}
.btn-back:hover{
	background-color: #aaa;
}
.btn-back a{
	color:#333;
	font-size: 14px;
	text-decoration: none;
}
.btn-change{
	font-size: 14px;
	width: 80px;
}
/*通过不通过 */
.pass-nopass{
	float: right;
	margin-bottom: 10px;
}
.pass-nopass button{
	display: inline-block;
	width: 94px;
	font-size: 14px;
}
/*面包屑导航*/
.breadcrumb{
	background-color: #fafafa;
}
.breadcrumb li{
	font-size: 14px;
}
.breadcrumb li a{
	font-size: 14px;
	color:#337ab7;
}
.breadcrumb>li+li:before{
	padding: 0 5px;
	color: #ccc;
	content: " > ";
}
.breadcrumb li.active{
	color:#333;
}
/*tab*/
.tab a:focus{
	outline: none;
}
.tab-color{
	color:white;
	background-color: #06c;
}
.nav-tabs>li>a {
	color:#666;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
	color:white;
	background-color: #337ab7;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a {
	color: #337ab7;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs>li.active>a:focus {
	color: #337ab7;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs>li.active>a:hover {
	color: #337ab7;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
/*表格*/
.table{
	margin-bottom:0;
}
.table caption{
	font-size: 20px;
	text-align: center;
	color:#06c;
	margin-top: 20px;
	margin-bottom:10px;
}
.table-title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
thead tr{
	background-color: #fafafa;
	font-weight: bold;
}
table th,table td{
	text-align: center;
}

/*loading*/
.over {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.8;
	z-index: 1000;
}
.layout {
	display: none;
	position: fixed;
	top: 60%;
	left: 48%;
	z-index: 1001;
}

/*分页信息*/
.page-info{
	float:left;
	margin-right:8px;
	margin-top:28px;"
}
/*必填红星提示*/
.redstar{
	color:red;
	/*margin-left: 20px;
	margin-right: 10px;
	margin-top: 1px;*/
}
/*表单*/
.form-group{
	margin:0;
	margin-bottom: 20px;
}
.form-horizontal .control-label{
	height: 34px;
	line-height: 34px;
	padding:0;
}
.form-inline .control-label{
	height: 34px;
	line-height: 34px;
	padding:0;
}

.icheckbox_square-blue, .iradio_square-blue {
	width: 18px;
	height: 18px;
}
/*弹出框输入框大小*/
.tcinput
{
	width:210px;
	float: left;
	margin-right:0;
	min-width: 180px;
}
/*一行一个输入框，视域宽度240px*/
.vinput{
	width: 240px;
	float: left;
	margin-right:0;
	min-width: 180px;
}
.vselect{
	width: 240px;
	float: left;
	margin-right: 0;
	min-width: 180px;
}
/*城市选择*/
.kselect{
	width: 115px;
	float: left;
	margin-right: 10px;
}

.mselect{
	width: 100px;
}
/*一行多个输入框，最短，*/
.sinput{
	width: 120px;
	float: left;
}
.sselect{
	width: 120px;
	float: left;
}

.slabel{
	float: left;
	margin:0 5px;
}

/*一行多个输入框，短一些， 不浮动*/
.cselect{
	width: 100px;
}

.cinput{
	width:150px;
}
.csinput{
	margin-right:0;
	width: 75px;
}
.smlInput{
	width:125px;
}
.thisWidth{
	width: 150px;
}
/*红字*/
.red{
	color:red;
}

label.error-list{
	background-image:url(../images/onError.png);
	background-position: left;
	padding-left: 20px;
	margin-left: 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 34px;
	font-weight: normal;
	color:#999;
}
label.error-list-long{
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color:#999;
}
.error-border{
	border: 1px solid #f1d288;
}
.success-list{
	display: inline-block;
	width: 34px;
	height: 34px;
	background-image:url(../images/onSuccess.png);
	background-position:  center left;
	background-repeat: no-repeat;
	margin-left: 5px;
}
label{
	cursor: auto;
	font-family: "Microsoft Yahei UI";
	font-weight:normal;
}
.control-label{
	font-weight: normal;
}
/*提示*/
.onError
{
	margin-left:10px;
}
.onFocus
{
	margin-left:10px;
}
.onCorrect
{
	margin-left:10px;
}
label.jiacu
{
	font-weight: 700;
}
/*/!*日历*!/*/
/*.jedatebox .jedaul li:hover {*/
/*background: #ECF4FB;*/
/*}*/
/*.jedatebox .jedatesetm .ymdropul li:hover{*/
/*background: #ECF4FB;*/
/*}*/
/*.jedatebox .jedatesety .ymdropul li:hover{*/
/*background: #ECF4FB;*/
/*}*/
/*.none{*/
/*display: none;*/
/*}*/

/*图片居中*/
.img-mid
{
	margin:0 auto;
}

/*缩进*/


.indent
{
	margin-left: 15px;
	margin-right: 10px;
}
.indent-left
{
	margin-left: 15px;

}
.indent-right
{
	margin-right: 15px;
}

/*手势*/
.shoushi
{
	cursor: pointer;
}



/* 选择文件按钮*/
.positionRel {
	position: relative;
}
 .fujian {
	 opacity: 0;
	 filter:alpha(opacity=0);
	 width: 80px;height: 34px;
	 position: absolute;
	 top: 0px;
 }


.file {
	position: relative;
	display: inline-block;
	background: #337ab7;
	/*border: 1px solid #286090;*/
	border-radius: 4px;
	padding: 4px 12px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
	height: 31px;
}
.file input {
	position: absolute;
	font-size: 14px;
	right: 0;
	top: 0;
	opacity: 0;
}
.file:hover {
	background: #2e6da4;
	border-color: #337ab7;
	color: #fff;
	text-decoration: none;
}

/*导航与内容位置*/
.spacing {
	margin-top: 20px;
}

.marginTop {
	margin-top: 120px;
}
/*专技人员信息查询统计页面排版*/
.sindent-left1{
	margin-left: 71px;

}
.sindent-left2{
	margin-left: 36px;
}
/*消息提醒红点功能*/
.drop-down{position: relative;display: block;}
.caret2_box{position: relative;display:block;float: right;margin-top: 27px;margin-right 	:15px; margin-top: 30px}
.caret2_box img{width: 20px;}
.caret2_box:hover{cursor: pointer ;opacity: 0.5}
.caret2{position: absolute;display:block;
	top:-10px;right:-15px;height:14px;background-color:#ff8b2d;border-radius: 14px;z-index:1040;
	font-size:4px;text-align: center;color: white;line-height: 14px;padding: 0px 5px 0px 5px ;}
/*查询统计 统计表样式*/
.segtable{
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.segtable1{
	width: calc(100% - 0px);
	background-color: #F5F5F5;
}
.segtable1-t{
	width: 100%;
}
.segtable1-t td{
	border-top: 1px solid #EAEAEA;
}
.segtable1 td{
	border-top: 1px solid #EAEAEA;
}
.segtable td{
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 0;
}
.segtable2 tr:nth-child(2n){
	background-color: #F5F5F5;
}
.segtable2 td{
	height: 38px;
}
.segtable2-t tr{
	float: left;
}
.segtable2-t td{
	height: 38px;
}
.segdiv1{
	width: 100%;
	background-color: #F5F5F5;
}
.segdiv2{
	/*height: 200px;
    overflow: auto;
    position: relative;*/
}
.segtable3{
	position: absolute;
	width: 1100px;
	margin-top: 122px;
	margin-left: -60px;
	background-color: #fff;
	z-index: 999;
	display: none;
	-webkit-box-shadow: 0px 0px 6px #999;
	-moz-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
}
.segclick{
	cursor: pointer;
}
.seg-img{
	width: 20px;
	position: absolute;
	right: 90px;
	top: -17px;
}
.seg-img-show{}
.tr1{width: 225px;}
.statisticalTr2{width: 282px;}
.tr3{width: 310px;}
.tr4{width: 282px;}
.tr1 td{width: 50px;}
.statisticalTr2 td{width: 57px;}
.tr3 td{width: 62px;}
.tr4 td{width: 57px;}


/*列表样式*/


.list-menu li{
	margin:0;
	padding:0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.list-menu li a{
	display: inline-block;
	padding:10px 0;
	color:#fff;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	background-color: #035189;
	color:#fff;
}
.list-menu li a.active{
	background-color: #ff9224;
	color:#fff;

}
.list-menu li a.hover{
	background-color: #ff9224;
	color:#fff;
}

/*驳回理由*/
.audit-11-15{
	display: inline-block;
	width: 830px;
	/*height: 80px;*/
	padding: 10px 2px;
	margin-left: 3px;
}
.audit-11-15 ul li{
	float: left;
	margin-right: 16px;
	height: 40px;
	width: 190px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	/*margin-bottom: 10px;*/
}
.audit-span{
	color: #333;
}
.audit-active{
	border: 1px solid #337ab7 !important;
	background-color: #337ab7;
	color: #fff !important;
}
.audit-active span{
	color: #fff !important;
}

.text-class{
	color: rgb(153, 153, 153);
	width: 810px;
	height: 80px;
	margin-left:5px;
}
/*V3-config-start*/
.notice{
	background: url(../../plugin/formvalidate/images/onFocus.gif) no-repeat;
	padding-left:25px;
	font-size: 14px;
	line-height:32px;
	vertical-align:middle;
	color:#999;
	margin-left: 5px;
}
/*V3-config-end*/

.pay-money{font-size: 16px;color:red}
.blueH{    display: inline-block;
	width: 3px;
	height: 25px;
	background-color: #4891EF;
	vertical-align: bottom;
	margin-right: 20px;}
.f16
{font-size: 16px}
.border-b{border-bottom:1px solid #E2E2E2}
.pb10{padding-bottom:10px}
.font-w7{font-weight: 700;}
.text-f333{color:#333}
.mt20{margin-top:20px}
.mt15{margin-top:15px}
.faceClass-tips{border:1px solid  #E2E2E2;margin-top:15px;padding:15px}
.mt15{margin-top:15px}
.pd15{padding:15px}

