@charset "utf-8";
/* 公共样式 */

* {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
}
body {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
	text-align:center;
	background:#f7f7f7;
	width:100%;
	font-family:Microsoft YaHei, Arial;
	height:100%;
	color:#4d4d4d;
	font-size:12px;
	min-width:1200px;
}
body a {
	text-decoration:none;
	color: #808080;
}
body a:hover {
	text-decoration:none;
}
.div_fr{
	float:right/*div右侧浮动*/
}
.clearpl{
	padding-left:0;
}
.div_bl{
	border-bottom:1px solid #efefef;/*div底侧边框*/
	 background-color: #ffffff;
}
a.now_bg{
color:#cf000d!important;/*当顶部导航选中后，为a标签添加此class*/
background:url(../images/Sheads2.png) bottom center no-repeat;
height: 43px;
	
/*background-color:#e42d05;*/
}
h3{
	margin-bottom: 10px;
    padding-left: 30px;
    text-align: left;
}
/*结构私有样式-----顶部结构*/
.doc_top{
	background:#fff;
	width:auto;
}
.doc_top_a{
	height:30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: right;
    width: 960px;
	font-family:Microsoft YaHei;
	background-color: #ffffff;
    min-width: 996px;
    color: #808080;
    position: relative;
    z-index: 998;
}
.doc_top_a a, .doc_top_a span{
	float:left;	
	padding-left:5px;
	padding-right:5px;
}
.doc_top_a a{color:#808080}
.doc_top_a a:hover{color:#800000}
/* .doc_top_a span{color:#d0d0d0} */

.doc_top_b{
	height: 80px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 960px;
}
.scfo_logo{
	height:80px;
	width:225px;
	background:url(../images/logo.png);
}
.scfo_logo_new{
	height:80px;
	width: 80px;
}
.scfo_logo_erp{
	height:80px;
	width:225px;
	background:url(../images/logo_dzg.png);
}
.scfo_logo a{
	display:block;
	height:80px;
	width:225px;
}



.doc_top_b ul{
	
	list-style-image: none;
    list-style-type: none;
	height: 43px;
    position: absolute;
    right: 0;
    top: 36px;
	margin:0;
	padding:0;
	
}
.doc_top_b ul li{
	
	float:left;
	list-style-image: none;
    list-style-type: none;
    height: 43px;
    
}


.doc_top_b ul li a{
	color:#4d4d4d;
    font-family: Microsoft Yahei;
    margin-left: 18px;
    padding: 3px 10px 3px 10px;
	display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold; 
  
}
    

.doc_top_b ul li a:hover{
	color:#c30d23;
	
	/*color:#ff8000*/
	
}
.doc_top_b ul li span{
	
    color: #ffffff;
    margin: 3px 0px 3px 20px;
	display: inline-block;
    float: left;
    font-size: 16px;
}


.doc_top_c{
	text-align: center;
    background:#cf000d;
    height: 32px;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;

    
    
}
.doc_top_c ul{
	text-align: center;
	color: #808080;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    list-style-type: none;
    padding: 0;
    text-align:right;
    width: auto;
    position: absolute;
    z-index: 998;
    
}
.doc_top_c li{
	
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight:550;
    height: 32px;
    line-height: 32px;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    width: auto;
}
.doc_top_c li ul li{

	float: none !important ;
    padding-top: 3px;
	padding-bottom: 3px;
	
/* 	padding-top: 10px;
	padding-bottom: 10px; */
	font-size: 13px;
    font-weight: 800;
    height: 32px;
    line-height: 32px;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    width: auto;
	
}
.menu_second {
    height: 32px;
    line-height: 32px;
    font-family:Microsoft YaHei, Arial;
    margin: 0 auto;
    width: 960px;
	/* width: 100%; */
	/* margin-left: 100px; */
}


.ul_right {
	
    float: right;
     text-align: center;
}
.ul_right li a,.ul_left li a{

    text-align: center;
	color:#ffffff;
	position:inherit;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-weight:500;
}

.ul_right li a:hover,.ul_left li a:hover{

	background:#ff2031;
	text-decoration: none;
    color:#ffffff!important ;/*#ff8000*/

    
}
.ul_left {
    float: left;
   
}



.ul_dropbottom {
	position: relative;
}
.ul_dropbottom:hover {
	display: block;
	position: relative;/* position: absolute; */
	/* bottom: 32px; */
}
.ul_dropbottom li a {
	visibility: hidden;
	display: none;
	
}
.ul_dropbottom:hover > li a {
	visibility: visible;
	color:#fff;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	width: auto;
}
/*顶部结构样式结束*/

/*底部*/
.doc_footer{
	width:auto;
	background:#2C2C2C;
	height: 84px;
    margin: 0 auto;
	color:#c0c0c0;
}
.doc_footer_a{
	 width: 960px;
	 text-align:center;
	 margin: 0 auto;
     overflow: hidden;
     font-family:Microsoft YaHei !important;
}
.doc_footer_a p{
	margin-bottom:0px;
	padding:0px;
	line-height: 24px;
	margin-top:12px;
}
.doc_footer_a p a{
    color: #999999;
    text-decoration: none;
	margin-right: 10px;
}
.doc_footer_a p span{
	margin-right: 10px;
}
.footer_inline{
	float:left;
	margin:auto;
	width:100%;
	text-align: center;
}
.footer_logo{
	
    display: inline-block;
    height: 23px;
    width: 77px;
    float:left;
}
.footer_inline span{
	float:left;
	margin-top:11px;
	margin-left:171px;
}
.doc_footer_a span{
	color: #999999;
    margin-right: 10px;
	line-height:14px;
	display: inline-block;
}
/*底部结构样式结束*/


/*文档中部*/
.doc_box{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 970px;
    text-align: left;
    
}
.doc_box [v-viewport] {
    min-height: 350px;/*设置中部文档容器最小高度，以撑开顶部和底部*/
    overflow: hidden;
	position: relative;
	
}
.doc_content{
	background-color: #fff;
    border: none;
    min-height:500px;
    height: auto;
    left: 0;
	position: relative;
    margin-top:15px;
	margin-bottom:15px;
    width: 99%;
    border: 1px solid #dfdfdf;
	/*padding-top:10px;*/
}
/*文档中部样式结束*/



/*welcome*/
.doc_box2{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
    text-align: left;
}
.doc_box2 [v-viewport] {
    min-height: 400x;/*设置中部文档容器最小高度，以撑开顶部和底部*/
    overflow: hidden;
	position: relative;
}
.doc_content2{
	background-color: #fff;
    border: none;
    min-height:500px;
    height: auto;
    left: 0;
	position: relative;
    margin-top:0px;
	margin-bottom:15px;
    width: 100%;
    /* padding-left:10px; */
}
/*welcome*/




/*表格组件样式*/
/* 无边框table样式 */
.tb_unL{
	font-size:12px;
	border-collapse:collapse; 
	width:902px;
	margin:auto;
	text-align:center;
	color:#666;
	border:0px ;
	margin-bottom:10px;
}
.tb_n{
	font-size:12px;
	border-collapse:collapse; 
	width:902px;
	margin:auto;
	text-align:center;
	color:#666;
	border:2px solid #ddd;
	margin-bottom:20px;
}
.tb_bg{
	background:#fbfbfb;
}
.tb_n thead{
	background:#FBFBFB;
	color:#262626;
}
.tb_n span{
	color:#06f;
	cursor:pointer;
}
.tb_n .rownumber{
	font-weight:800;
}
.td_left{
	border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: left;
    word-break: break-all;
	padding:5px;
}
.td_right{
	border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: right;
    word-break: break-all;
	padding:5px;
}
.td_n{
	
	border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
    word-break: break-all;
	padding:5px;
	font-family:Microsoft YaHei;
	 
}

.td_n_op_ctrl{
	
	border-color: #ddd;
    border-style: solid;
    border-width: 0 0px 1px 0;
    text-align: center;
    word-break: break-all;
	padding:5px;
	display:none;
}

.td_n_hidden{
	
	border-color: #ddd;
    border-style: solid;
    border-width: 0 0px 1px 0;
    text-align: center;
    word-break: break-all;
	padding:5px;
	display:none;
}

.tb_list tbody tr:hover {
    background:#B0E0E6;
    /* color:#fff;  */
}

.ipt_num{
	color: #999999;
    font-family:Microsoft YaHei;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}
.ipt_rmk{
	color: #333333;
    font-family:Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.ipt_btn{
	background:#cf000d;
	cursor:pointer;
	border:none;
    color: #ffffff;
    font-family:Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    text-decoration: none;
    width: 72px;
    border-top-left-radius:4px 2px;
    border-top-right-radius:3px 4px;
    border-bottom-right-radius:6px 2px;
    border-bottom-left-radius:3px 4px;
  
}

.ipt_btn1{
	background:#FF7F00;
	cursor:pointer;
	border:none;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    text-decoration: none;
    width: 90px;
    border-top-left-radius:4px 2px;
    border-top-right-radius:3px 4px;
    border-bottom-right-radius:6px 2px;
    border-bottom-left-radius:3px 4px;
}
.ipt_btn1:hover  { 
	/*BORDER-RIGHT: #cf000d 1px solid; */
	/*BORDER-TOP: #2b55af 1px solid; */
	/*BORDER-LEFT: #2b55af 1px solid; */
	/*BORDER-BOTTOM: #2b55af 1px solid; */
	BACKGROUND-IMAGE: none; 
	COLOR: #fff; 
	BACKGROUND-COLOR:#fb9b3c; 
	border-top-left-radius:4px 2px;
    border-top-right-radius:3px 4px;
    border-bottom-right-radius:6px 2px;
    border-bottom-left-radius:3px 4px;
}

.ipt_btn:hover  { 
	/*BORDER-RIGHT: #cf000d 1px solid; */
	/*BORDER-TOP: #2b55af 1px solid; */
	/*BORDER-LEFT: #2b55af 1px solid; */
	/*BORDER-BOTTOM: #2b55af 1px solid; */
	BACKGROUND-IMAGE: none; 
	COLOR: #fff; 
	BACKGROUND-COLOR:#ed564e;
	border-top-left-radius:4px 2px;
    border-top-right-radius:3px 4px;
    border-bottom-right-radius:6px 2px;
    border-bottom-left-radius:3px 4px;
}

.tbl_d1_forbtn{/*table中为input按钮提供定位的div1*/
	height: 25px;
    width: 70px;
	float:left;
	margin:0px 2px;
}
.tbl_d1_forinfo{
	font-family: Arial;
	height: 25px;
	line-height:25px;
	float:right;

	word-wrap: break-word;
}
.tbl_d1_forinfo p{
	text-align:left;
}
.sp_num{
	color: #4d4d4d!important;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	margin-right:8px;
}
.sp_count{}
.sp_sum{
	color: #ff6329!important;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	margin-right:8px;
}
ul.activeUl{
	list-style-image: none;
    list-style-type: none;
    position:absolute;
	margin:0;
	padding:0;
	display:none;
	z-index:999;
}
.activeUl a{
	width:80px;
	height:30px;
	line-height:30px;
	background:#06f;
	color:#fff;
	float:left;
	border-bottom:1px solid #64a2ff
}
.activeUl a:hover{
	background:#3c8aff;
}
/*表格组件样式结束*/

/*分页样式*/
.paginations{
	padding:2px;
	MARGIN: 3px; 
	margin-right:30px;	
	font-family:Microsoft YaHei;
	TEXT-ALIGN: right
}
.paginations span.disable{
	display: none;
}
.paginations span.current{
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px;
	FONT-WEIGHT: bold; 
	COLOR: #cf000d; 
	MARGIN-RIGHT: 3px; 
}
.paginations a{ 
	BORDER-RIGHT: #ccdbe4 1px solid; 
	BACKGROUND-POSITION: 50% bottom; 
	BORDER-TOP: #ccdbe4 1px solid; 
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	BORDER-LEFT: #ccdbe4 1px solid; 
    COLOR: #2e2e2e; 
	MARGIN-RIGHT: 3px; 
	BORDER-BOTTOM: #ccdbe4 1px solid; 
	TEXT-DECORATION: none
}
.paginations a:hover{  
	BORDER-RIGHT: #cf000d 1px solid; 
	BORDER-TOP: #cf000d 1px solid; 
	BACKGROUND-IMAGE: none; 
	BORDER-LEFT: #cf000d 1px solid; 
	COLOR: #fff; 
	BORDER-BOTTOM: #cf000d 1px solid; 
	BACKGROUND-COLOR: #cf000d
}
.paginations a:active{  
	BORDER-RIGHT: #C30D23 1px solid; 
	BORDER-TOP: #C30D23 1px solid; 
	BACKGROUND-IMAGE: none; 
	BORDER-LEFT: #C30D23 1px solid; 
	COLOR: #fff; 
	BORDER-BOTTOM: #C30D23 1px solid; 
	BACKGROUND-COLOR: #C30D23
}
.paginations span{  
	BORDER-RIGHT: #dddddd 1px solid; 
	BACKGROUND-POSITION: 50% bottom; 
	BORDER-TOP: #dddddd 1px solid; 
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	BORDER-LEFT: #dddddd 1px solid; 
	MARGIN-RIGHT: 3px; 
	COLOR: #dddddd;
	BORDER-BOTTOM: #dddddd 1px solid; 
}
/*分页样式结束*/


/*面包屑导航  BreadcrumbNavigation   bn*/
.div_bn{
	height:45px;
	line-height: 45px;
	border-bottom:1px solid #ddd;
	text-align:left;
	margin-bottom:10px;
	padding-left: 10px;
}
.div_bn span{
	margin-left:15px;
	margin-right:15px;
	cursor:pointer;
}
.sp_06fL{
	color: #004bbd;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight:bold;
    text-decoration: none;
}
.sp_06fS{
	color: #2a2a2a;
	font-family:Microsoft YaHei, Arial;
	font-weight:bold;
	margin-left:10px;
	display: inline-block;
   font-size: 17px;
  border-bottom: 2px solid #dc3401;

	
}
.sp_redS{
	color: red!important;
    font-size: 12px;
}
/*面包屑导航结束*/

/*向导 wizard*/
.div_wzd{
	height:100px;
	text-align:center;
	margin-bottom:10px;
}



* html .div_wzd_items {display:inline}/* for ie*/
html>body #div_wzd {display:table}/*for mozilla */
html>body .div_wzd_items {display:table;float:left}/*for mozilla */
html>body .div_wzd_items {display:inline-block;float:none;}



*+html>body .div_wzd_items {display:inline-block;float:left;margin-left:auto}/* for ie7*/


.div_wzd_items {
    width:155px;
    height:100px;
	margin:-2px;
}
.wname{
	color: #464646;
    float: left;
    font-size: 14px;
    height: 20px;
    margin-left: 9px;
    margin-top: 20px;
    padding: 0;
    width: 140px;
}
.wnum{
	float: right;
    margin-right: 74px;
    margin-top: 28px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
.dwi1s{/*div wzard iteams 状态1*/
background:url(../images/wizard1.png) no-repeat;
}
.dwi2s{/*div wzard iteams 状态2*/
background:url(../images/wizard1.png) 0 -100px no-repeat;
}
.dwi3s{/*div wzard iteams 状态3*/
background:url(../images/wizard1.png) 0 -200px no-repeat;
}
.dwi4s{/*div wzard iteams 状态4*/
background:url(../images/wizard1.png) 0 -300px no-repeat;
}
.dwi5s{/*div wzard iteams 状态5*/
background:url(../images/wizard1.png) 0 -400px no-repeat;
}
.dwi6s{/*div wzard iteams 状态6*/
background:url(../images/wizard1.png) 0 -500px no-repeat;
}
.dwi7s{/*div wzard iteams 状态7*/
background:url(../images/wizard1.png) 0 -600px no-repeat;
}
.dwi8s{/*div wzard iteams 状态8*/
background:url(../images/wizard1.png) 0 -700px no-repeat;
}
.dwi1s span.wnum{color:#ffffff;}
.dwi3s span.wnum{color:#ffffff;}
.dwi7s span.wnum{color:#ffffff;}

.dwi2s span.wname{color:#6a6a6a;}
.dwi4s span.wname{color:#6a6a6a;}
.dwi8s span.wname{color:#6a6a6a;}

.dwi1s span.wname{font-weight:bold}
.dwi3s span.wname{font-weight:bold}
.dwi7s span.wname{font-weight:bold}
.dwi5s span.wname{color:#6a6a6a;}
.dwi6s span.wname{color:#6a6a6a;}

/*向导结束*/

/*info 展示信息*/
.ifo_show{
     font-family:Microsoft YaHei, Arial;
	margin-bottom:10px;
	padding-top:20px;
}
.ifo_show h3{
	text-align:left;
	padding-left:30px;
	margin-bottom:10px;
}
.ifo_show h3 span{
	font-size:12px;
	float:right;
	margin-right:30px;
	font-weight:normal;
	margin-top:10px;
}
.td_ifo{
	text-align:left;
	border:0px;
	border:none;
	height:40px;
	padding-left:10px;
	color:#333;
	 font-family:Microsoft YaHei;
	
}
table i{
	padding: 1px;
	color: #F00;
}
.td_ifo label{
	margin-left:5px;
	margin-right:2px;
	padding-left: 10px;
	
}
.td_w20pct{
	width:15%;
}
.td_w20pct2{
	width:12%;
}
/* 设置输入框大小*/
.ipt_info{
	width: 131px;
	height:19px;
	
}
.td_ifo select{
	width:135px;
}
.td_ifo textarea{
	margin-top:5px;
	margin-bottom:5px;
}
.td_dashed{
	border-left: 1px dashed #b0b0b0;
}
/*info 展示信息结束*/

/*发送验证码*/

.f-button{
	font-family:Microsoft YaHei;
    color:#fff;
	text-align:center;
	font-size:12px;
	background:#20a2d8;
	height:25px;
	line-height:25px;
	border:0px;
	padding:0px 5px;
	cursor:pointer;
}

/*弹出遮罩*/
.pop_panel{
	position:absolute;
	opacity:0.6;
	filter: alpha(opacity=60); 
	background:gray;
	z-index:999;
	top:0;
	left:0;
	display:none;
}
.pop_box{
	position:absolute;
	width:940px;
	height:450px;
	top:50%;
	left:50%;
	margin-left:-475px;
	margin-top:-225px;
	overflow-y:auto;
	border-radius:5px;
	z-index:1000;
	background:#fff;
	border:0px solid #ddd;
	display:none;
}

.pop_box p{
	background:#eee;
	height:30px;
	font-size:14px;
	font-weight:bold;color:#333;
	text-align:left;
	line-height:30px;
	padding-left:20px;
	border-bottom:1px solid #ddd
}
.pop_content{
	overflow-y:auto;
	padding-top:10px;
}
.pop_close{
	height:16px;
	width:16px;
	background:url(../images/close.gif);
	float:right;
	margin-top:7px;
	margin-right:8px;
	cursor:pointer
}


*+html .pop_close{ margin-top:-20px; }


.load_bg { 
	display: none; 
	width: 100%; 
	height: 100%; 
	opacity: 0.4; 
	filter: alpha(opacity=40); 
	background:white; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2000; 
} 

.load_bar { 
	border: solid 2px #86A5AD; 
	background:#fbfbfb;
	display: none; 
	width: 148px; 
	height: 28px; 
	position: fixed; 
	top: 50%; 
	left: 47%; 
	margin-left: -74px; 
	margin-top: -14px; 
	padding: 10px 10px 10px 50px; 
	text-align: left; 
	line-height: 27px; 
	font-weight: bold; 
	z-index: 2001; 
}

.load_img{
	position:absolute;
	width:40px;
	height:40px;
	top:4px;
	left:2px;
}

/*弹出遮罩结束*/
.view_box{
	height:100px;
	text-align:right;
	margin-bottom:10px;
	width:99%;
}
.view_btn{
	color:#fff;
	background-color:#ff8e1e;
	display:inline-block;
	height:70px;
	line-height:70px;
	width:150px;
	text-align:center;
	font-size:14px;
border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
	
}
a:hover.view_btn{
	background-color:#006CB7;
	color:#f07200;
	background-color:#ffb468;
	
		border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
a:active.view_btn{
	background-color:#ffbf79;
	
		border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
/*居左，居中，居右的按钮box*/
.btn_box_left{
	height:70px;
	text-align:left;
	margin-bottom:10px;
	padding-left:29px;
}
.btn_box_mid{
	height:70px;
	text-align:center;
	margin-bottom:10px;
	padding-right: 29px;
	padding-left: 29px;
}
.btn_box_right{
	height:70px;
	text-align:right;
	margin-bottom:10px;
	padding-right:29px;
}
.btn_left{float:left}
.btn_right{float:right}
/*居左，居中，居右的按钮box 结束*/
/*一级别按钮样式*/
.btnL{
color:#fff;
background:#cf000d;
display:inline-block;
height:50px;
line-height:50px;
width:180px;
text-align:center;
font-size:14px;
border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
a:hover.btnL{
color:#ffffff;
background:#ed564e;
border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
a:active.btnL{
color:#ffffff;
background:#ed564e;
border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
/*一级别按钮样式 结束*/

/*二级别（较小）按钮样式*/
.btnS{
	color:#fff;
	background:#f77208;
	display:inline-block;
	height:35px;
	line-height:35px;
	width:110px;
	text-align:center;
	font-size:12px;/*modify by jcshangguan 2015-02-10 二级按钮字体大小调小，不然超过7个字的就显示不全*/
	border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
a:hover.btnS{
		color:#f07800;
	background:#fbbd8a;
	border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}
a:active.btnS{
	background:#f99442;
	border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
}  
.btnS_blue{/*添加蓝色小号按钮*/
	color:#fff;
	background:url(../images/btn_bg.gif) 0 -255px;
	display:inline-block;
	height:35px;
	line-height:35px;
	width:110px;
	text-align:center;
	font-size:14px;
}
a:hover.btnS_blue{
	background:url(../images/btn_bg.gif) 0 -290px;
}
a:active.btnS_blue{
	background:url(../images/btn_bg.gif) 0 -325px;
}  
/*二级别（较小）按钮样式 结束*/
a.btn_unS{/*当按钮(大)默认不可点击时 将原有class 替换 此class*/
	background:#e6e6e6;
	color:#777;
	border:1px solid #ddd;
	display:inline-block;
	height:35px;
	line-height:35px;
	width:110px;
	text-align:center;
	font-size:14px;
}
a.btn_unL{/*当按钮默认不可点击时 将原有class 替换 此class*/
	background:#e6e6e6;
	color:#777;
	border:1px solid #ddd;
	display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 180px;
}
a:hover.btn_unS , a:hover.btn_unL{
	background:#e6e6e6 none
}
/*警示层样式*/
.div_tipsA,.div_tipsB,.div_tipsC{/*A红色 B黄色 C蓝色*/
	height:100px;
	text-align:left;
	margin-bottom:10px;
	height:35px;
	line-height:35px;
	padding-left:15px;
	 margin: 0 auto 10px;
    width: 902px;
}
.div_tipsA{
	border:1px solid #ec2c2c;
	background:#ffe9f8;
	color:#ec2c2c;
}
.div_tipsB{
	border:1px solid #ffcc99;
	background:#fffce9;
	color:#ff6b3d;
}
.div_tipsC{
	border:1px solid #0066ff;
	background:#e9f2ff;
	color:#0066ff;
}
div.validate_error {
	text-align:left;
	/*border:1px solid #ec2c2c;
	background:#ffe9f8;*/
	color:#ff6b3d;
	padding:5px;
	height:15px;
	margin-left:10px;
	display:inline;
}
/*警示层样式*/

/*tab 样式*/
.tab {
	width:904px;
	margin:0 auto;
	text-align:left;
	margin-bottom:10px;
}
.hd {
	height:60px;
	width:100%;
}
.hd div {
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
	background:#fff;
}
.hd .nomal {
	font-size:11px;
	height:82px;
	float:left;
	width:19%;
	text-align:left;
	cursor:pointer;
	list-style:none;
	border-top: 3px solid #cf000d;
}
.hd .activeTab {
	background:#fafafa;
	height:86px;
	border-bottom:1px solid #fafafa;

}


#content {
	margin-top: 29px;
	margin-bottom:30px;
	padding:20px 10px;
	border: 1px solid #ccc;
	background:#fafafa;
}
.nomal h3{
	margin:0;
	margin-top:5px;
	padding-left:20px;
	font-family:Microsoft YaHei;
	
}
*+html h3 { font-size:16px}


.nomal span{
	text-decoration:none;
	margin:0;
}
.tabs_cont .tb_n{
	width:880px;
}
/*tab 样式结束*/
/*悬浮层*/
.float_box{
	height:240px;
	width:110px;
	position:fixed;
	left: 0;
	top:158px;
	font-family: Microsoft Yahei;
}
.floatA{
	height:130px;
	width:90px;
	border:1px solid #ddd;
	background:#fff url(../images/infohead1.png) 20px 10px no-repeat;
	font-family: Microsoft Yahei;
}
.floatA span{
	padding:0;
	margin:0;
	background: none repeat scroll 0 0 #ff8040;
    border-radius: 15px;
    color: #FFFFFF;
    float: right;
    margin-right: 10px;
    min-width: 21px;
	cursor:pointer;
	height:15px;
	
}

*+html .floatA span{ float: none;line-height:20px;padding:0px 5px}


.floatB{
	background: url(../images/head1.png) no-repeat scroll 14px 10px #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 113px;
    width: 90px;
	margin-top:10px;
	cursor:pointer;
	font-family: Microsoft Yahei;
}
/*悬浮层结束*/
/**/
/*图片*/
.ico_yes {
	background: url(../images/yes.jpg);
    height: 66px;
    width: 66px;
}
.ico_no {
	background: url(../images/no.jpg);
    height: 66px;
    width: 66px;
}
/**/

/*链接颜色开始*/
a.table_link  { 
	color:#003c8f;
	display:block;
    height: 20px;
    line-height:20px;
}
a.table_link:hover  { 
	color:#ca0000;
	background:#96bffd;
}

a.text_link { 
	color:#808080;
	
}

/*链接颜色结束*/



/*错误信息开始*/
.error_box{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width:450px;
    text-align:center;
}

.error_content{
	background-color: #fff;
    border: 1px solid #ddd;
    height:auto;
    left: 0;
    margin-top:50px;
	margin-bottom:50px;

	/*padding-top:10px;*/
}

.error_text{

	margin-top:20px;
	margin-bottom:20px;
}


.error_no {
	background: url(../images/no.jpg);
    height: 66px;
    width: 66px;
    margin-left:30px;
    float:left;
}

/*错误信息结束*/

/*add by nli 开始*/
/*隐藏*/
.hide{display:none;}

/*信息展示用*/
.messageshow{ 
	padding:100px 0;
	text-align: center; 
	font-size: 14px;
}
/*二级菜单选择时用*/
.ul_left li a.second_bg{       
	 color: #ffffff;
	text-decoration: none;

}
.ul_left li.second_bg{
	background:#a80001;
}

/*三级菜单选择时用*/
.third_bg{
	background:#F1F1F1;
	text-decoration: none;
    color: #666;
    padding-bottom: 0px;
    border-bottom:0px solid #e42d05;
    padding:5px;


}

.thirdss:hover{ 
background-color:#dddddd;
text-align: left;

}

.third_bg:hover{ 
background-color:#ff2031;
width:121px;
text-align: left;
}
/*列表上方按钮*/
.table_up_button{

  padding-right: 100px;
  padding-left: 30px;
  padding-bottom: 10px;
}

/*查询框样式调整*/
.before-checkbox{
	float: left;
	width:100px;
	padding-top:2px
}
.label-checkbox{
	float: left;
	width:100px;
	padding-top:2px
}
.checkbox{
	margin:3px 5px 0 0;
	*margin-top:-2px;
	_margin-top:0;
	float: left;
}
/* .btn-disabled,.btn-disabled:hover{background:#f0f0f0;color:#868686;border-color:#dadada;border-radius:2px;} */
.btn-disabled{cursor:default;}
/*add by nli 结束*/
/**/
.uderline{
	text-decoration:underline;
}





.welcome_box{
	width: 465px;
	height: auto;
	float: left; 
	margin: 2px;
	margin-left:5px;
	border: 1px solid #eaeaea;
}

.welcome_top{
	width: 465px;
	height:35px;
	background-color: #FF8303
}

.welcome_font{
align:center ;
font-size: 16px;
color: #fff;
padding-top: 5px;
font-family: Microsoft Yahei;
}

.welcome_ul{
width: 445px;
height: auto;
padding: 10px;
float: left;
background-color: #fbfbfb;
font-family: Microsoft Yahei;
list-style:none;  
}





.btnGreen {
	background: #35b195;
	width: 145px;
	color: #fff;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	text-align: center;

}

.btnGreen:hover {
	background: #57c5ac;
	color: #fff;
	cursor: pointer;
}

.btnRight:hover {
	background: #cfcfcf;
	color: #777777;
}






.side {
	
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity = 80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity = 80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #ae1c1c;
	opacity: 1;
	filter: Alpha(opacity = 100);
}

.side ul li img {
	float: left;
}



/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/