.s-label{font-weight: normal;}
.block{display:block;}
.bold{font-weight: bold;}
.nobold{font-weight: normal;}
.margin-0{margin: 0;}
.mr10{margin-right: 10px;}
.mr20,.widget-title h3.mr20{margin-right:20px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.pd-valid{padding:0 13px;color:#A94442;}
.margin-l-0{margin-left:0;}
.margin-l-10{margin-left:10px;}
.margin-t-0,.form-section.margin-t-0{margin-top:0;}
.margin-t-5{margin-top: 5px;}
.margin-t-10{margin-top:10px;}
.margin-t-15{margin-top:15px;}
.margin-t-20{margin-top:20px;}
.margin-b-15{margin-bottom:15px;}
.margin-b-10{margin-bottom:10px;}
.margin-b-5{margin-bottom:5px;}
.margin-b-0{margin-bottom:0;}
.margin-r-5{margin-right:5px;}
.margin-lr-5{margin:0 5px;}
.head-plus{margin:10px 10px 0 0;}
.btn-main-plus{border:none;padding:0 5px;line-height:24px;}
.no-padding{padding:0;}
.pd-r-5{padding-right:5px;}
.pd-lr-5{padding-left: 5px;padding-right: 5px;}
.pd-lr-15{padding-left: 15px;padding-right: 15px;}
.pd-l-0{padding-left:0;}
.pd-r-0{padding-right:0;}
.pd-l-15{padding-left:15px;}
.pd-l-35{padding-left:35px;}
.no-border-lr{border-left: none;border-right: none;}
.w50{width:50%;}
.w100{width:100%;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font30{font-size:30px;}
.cblack{color:#000;}
.cblack2{color:#333;}
.cred{color:#ff9900;}
.cred2{color:#ff6600;}
.cblue{color: #0091f0;}
.no-radius{border-radius: 0;}
.lineHeight2{height:2em;}
.lineHeight20{line-height: 2em;}
.posrelative{position: relative;}
.table > tbody > tr > td.vam{vertical-align: middle;}

.yahei{font-family: Microsoft Yahei;}

.box_style1{background:#f2f2f2;width:100%;overflow:auto;border:1px solid #d5d5d5;padding:15px 10px 15px 15px;}

.dl_style1 dd{padding-left: 18px;line-height: 24px;display: none;}
.dl_style1 dt{cursor: pointer;}

.sp_w1{width:50px;}

.td-op .btn{margin:2px;}
.margin-list .btn{margin:0 5px 5px 0;}

header{
	height: 40px;
	background: #6c9f04;
	min-width: 1200px;
	position: relative;
	z-index: 10;
}
.logo{
	background: url(../img/logo.png) no-repeat right center;
	display: block;
	height: 40px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -999px;
	width: 120px;
}
#top_nav{
	font-size: 12px;
	list-style: none;
	margin:0 10px 0 0;
}
#top_nav li{
	float: left;
	line-height: 40px;
}
#top_nav li a{
	color: #cbdab3;
	display: block;
	padding: 0 10px;
}
#top_nav li a:hover{background:#517801;}
#top_nav li.sp_green{color: #61910F;}
#sys_user{
	padding: 0 10px 0 20px;
	background: url(../img/white_down_arrow.png) no-repeat 5px center;
}
#sys_user:hover{background-color: #517801;}
#sys_user:hover #sys_user_sub{display: block;}
#sys_user>span{color: #cbdab3;padding-right: 5px;}
#sys_user_sub{
	border: 2px solid #517801;
	background: #fff;
	display: none;
	list-style: none;
	position: absolute;
	padding-left: 0;
	right: 10px;
	top: 40px;
	width: 125px;
	overflow: hidden;
}
#sys_user_sub li{
	width: 100%;
	margin-top: -1px;
	border-top: 1px solid #666;
}
#sys_user_sub li a{color: #333;}
#sys_user_sub li a:hover{background: #fff;}

.assist_nav{
	background: #222;
	height: 30px;
	min-width: 1200px;
	z-index: 9;
}
.s_function{float: left;list-style: none;margin:0;padding-left: 10px;}
.s_function li{
	font-size: 12px;
	float: left;
	padding-left: 18px;
	color: #999;
	line-height: 30px;
	margin-right: 20px;
	cursor: pointer;
}
.s_function li:hover{color:#ccc;}
#win_show_hide{background: url(../img/win_show_hide.png) no-repeat 0 center;}
#structure_show_hide{background: url(../img/structure_show_hide.png) no-repeat 0 center;}

aside{
	position:absolute;
	z-index: 8;
	width:230px;
	left:0;
	bottom: 0;
	top:70px;
	background: #EEEEEE;
	overflow-y: scroll;
}
.menu-search{padding:5px 10px 10px;}
.menu-search .btn{padding:6px 8px;}
#main_nav_w{
	width: 178px;
	border: 1px solid #A8AD99;
	border-top: none;
	margin-left: 27px;
	min-height: 500px;
	background: #fff;
	position: relative;
	padding: 10px 0;
}
#main_nav{
	list-style: none;
	position: absolute;
	left: -23px;
	top:50px;
	padding: 0;
	width: 22px;
	margin-left: 0;
}
#main_nav li{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border:1px solid #A8AD99;
	border-right:0;
	background: #f7f7f7;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 10px;
	cursor: pointer;
}
#main_nav li.m_active{
	color: #333;
	background: #fff;
	padding-right: 1px;
	margin-right: -1px;
}
.main_nav_part{display: none;}
#main_nav_sub div.m_active{display: block;}
.main_nav_part dl{
	margin: 0 auto 5px;
	width: 158px;
}
.main_nav_part dl dt{
	border: 1px solid #ccc;
	height: 32px;
	line-height: 32px;
	text-indent: 22px;
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#dddddd));
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-webkit-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-moz-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-ms-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-o-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 14px;
	text-shadow: 1px 1px 0 #efefef;
}
.main_nav_part dl dd{display: none;}
.main_nav_part dl.m_active dt{
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#dddddd));
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-webkit-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-moz-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-ms-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-o-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-linear-gradient(top, #FDFDFD 0%, #dddddd 100%);
}
.main_nav_part dl dt:hover{
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-webkit-gradient(linear, 0 0%, 0 100%, from(#f3f3f3), to(#d5d5d5));
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-webkit-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-moz-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-ms-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-o-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_up_arrow.png) no-repeat 10px center,-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);

}
.main_nav_part dl.m_active dt:hover{
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-webkit-gradient(linear, 0 0%, 0 100%, from(#f3f3f3), to(#d5d5d5));
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-webkit-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-moz-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-ms-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-o-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);
	background: url(../img/gray_down_arrow.png) no-repeat 10px center,-linear-gradient(top, #f3f3f3 0%, #d5d5d5 100%);

}
.main_nav_part dl.m_active dd{
	display: block;
	margin-left: 0;
}
.main_nav_part dl dd{
	font-size: 12px;
	line-height: 24px;
}
.main_nav_part dl dd ul{
	list-style: none;
	margin:0;
	padding: 0;
}
.main_nav_part dl dd li{
	line-height: 24px;
	height: 24px;
	background: url(../img/blue_nav_tip.png) no-repeat 10px center;
}
.main_nav_part dl dd li a{
	color: #333;
	float:left;
	padding-left: 23px;
	display: inline-block;
}
.main_nav_part dl dd a:hover{
	color: #f00;
	text-decoration: none;
}
.op-items{float:right;padding-right:10px;padding-top: 5px;}
.main_nav_part dl dd li .op-items a{padding:0;margin-left: 5px;}
.op-add{
	display:block;
	width:12px;
	height:12px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/add-item.png) no-repeat 0 0;
}
.main_content{
	left:230px;
	bottom: 0;
    position: absolute;
    z-index: 7;
    right: 0;
    top: 70px;
    min-width: 940px;
    padding: 15px;
    overflow-y: auto;
}

/*widget begin*/
.widget {
  border:2px solid #6C9F04;
  border-top: none;
  background: #fff;
}
/*blue widget*/
.widget.blue{border:2px solid #0B95F1;border-top:none;}
.widget.blue .widget-title{background-color: #0B95F1;border:2px solid #0B95F1;} 
.widget.blue2{border:2px solid #6DB6FF;border-top:none;}
.widget.blue2 .widget-title{background-color: #6DB6FF;border:2px solid #6DB6FF;} 
.widget.red{border:2px solid #E02222;border-top:none;}
.widget.red .widget-title{background-color: #E02222;border:2px solid #E02222;}
.widget.yellow{border:2px solid #ff9900;border-top:none;}
.widget.yellow .widget-title{background-color: #ff9900;border:2px solid #ff9900;}
.widget.purple{border:2px solid #852B99;border-top:none;}
.widget.purple .widget-title{background-color: #852B99;border:2px solid #852B99;}   
.widget.green{border:2px solid #6C9F04;border-top:none;}
.widget.green .widget-title{background-color: #6C9F04;border:2px solid #6C9F04;} 

.widget-title{
	background-color: #6C9F04;
    border:2px solid #6C9F04;
    padding: 5px 13px;
    height: 38px;
    font-size: 14px;
}
.widget-title h3 {
    float:left;
    margin:0;
    line-height:24px;
    color:#fff;
    font-family: Microsoft Yahei;
    font-size:18px;
}
.widget-title h3 .glyphicon{top:2px;}
.widget-body {
    padding: 15px;
}

.form-actions {
padding: 20px 30px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
}
.form-actions-15{
	padding: 20px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
.form-actions-md{
	padding: 20px 0;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
.form-section{
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0 15px;
	margin: 20px 0 15px;
}
.form-section h4{
	float: left;
	font-family: Microsoft Yahei;
	font-size: 18px;
}
/*widget end*/

.n-invalid {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.n-invalid:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
/*cbox*/
.cbox{
	border:1px solid #ccc;
	padding:10px 25px;
}
.cbox-header{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.cbox-des{
	padding-left:5px;
	margin-bottom:0;
	line-height:34px;
	color:#666;
}

/*table-head*/
.block-w{margin-bottom:15px;}
.table-head{
	background: #666;
	padding: 0 15px;
}
.table-head h4{
	float: left;
	font-family: Microsoft Yahei;
	font-size: 18px;
	color:#fff;
}

.sp_table1.table > thead > tr > th,.sp_table1.table > tbody > tr > td{
	text-align: center;
	vertical-align: middle;
}

.label-style1{border-radius: 0;font-size: 24px; text-align: left;font-weight: bold;padding:0 15px;display:block;line-height:50px;}
.hr1{background: #ccc;border-color: #ccc;}

.zloading{
	position: absolute;
	left:0;
	top:0;
	min-width:1px;
	min-height:1px;
}
.zloading_img{
	position: absolute;
	left:0;
	top:0;
	background: url(../img/loading.gif) no-repeat center center;
}
.zloading_bg{
	width:100%;
	height:100%;
	background:#fff;
	opacity: 0.1;
}

.modal_loading{
	width: 32px;
	height: 32px;
	margin: 30px auto;

	background: url(../img/modal_loading.gif) no-repeat center center;
}

.z_tree_view{background:#f2f2f2;width:100%;max-height:750px;overflow:auto;border:1px solid #d5d5d5;padding:15px 10px 15px 15px;}
.z_tree_view li{margin-left:17px;cursor:pointer;line-height:2em;white-space:nowrap;}
.z_tree_view>li{margin-left: 0;}

.doc_title{background: #EBF8CD;border-bottom: 1px solid #cdea98;line-height: 30px;padding-left: 1em;}
.doc_content{padding: 1em;line-height: 24px;}

.album_pic_w{text-align: center;position: relative;}
.album_pic_w .img-thumbnail{height:150px;margin:0 auto;}

.front_visible{
	position: absolute;
	top:10px;
	right:10px;
}
.fd_op{
	display: block;
	color: #fff;
	padding: 0 10px;
}
.fd_op:hover{color: #ddd;}
.fd_op_fix{
	display: block;
	color: #fff;
	padding: 0 10px;
}
.fd_op_fix:hover{color: #ddd;}

.order_st{border-bottom: 1px solid #ddd;padding:0 0 10px;}
.bw_w{
	height: 200px;
	overflow: auto;
}

.remark_li{
	height: 56px;
	display: block;
	overflow: auto;
}

#product_list_w{
	overflow-y: auto;
	overflow-x: hidden;
}

input[type="checkbox"].op_cb{
	cursor: pointer;
	width: 20px;
	height: 20px;
}