@charset "utf-8";
/* CSS Document */


/*整体布局样式*/ 
html,body,form{ width:100%; height:100%;}
body { 
    margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	font-size:12px;  
	font-family:Verdana, "宋体", Arial,Sans; 
	color:#808080;
	background-color:#ffffff;
	}
div, p, h1, h2, h3, h, h5, h6, form, ul, ol, li, dl, dt, dd { 
    margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
  }
img,a {
	margin:0; 
	padding:0; 
	border:0;
	}
	
input, select { 
    font-size:12px; 
	 }
	 
img { 
    border:0;
	}
	
ul, li { 
list-style:none;
}
.clear { 
clear:both; 
font-size:1px; 
line-height:0;
height:0;
 }
 
img,input,select{vertical-align:middle;}

/*设定字体样式--白色*/ 

.white_f12{ 
       color:#ffffff;
       font-size:12px;
       font-weight:normal;
}

.white_f14{ 
       color:#ffffff;
       font-size:14px;
       font-weight:normal;
}
.white_f12b{ 
       color:#ffffff;
       font-size:12px;
       font-weight:bold;
}

.white_f14b{ 
       color:#ffffff;
       font-size:14px;
       font-weight:bold;
}

/*设定字体样式--黑色*/ 

.black_f12{ 
       color:#000000;
       font-size:12px;
       font-weight:normal;
}

.black_f12b{ 
       color:#000000;
       font-size:12px;
       font-weight:bold;
}

.black_f14{ 
       color:#000000;
       font-size:14px;
       font-weight:normal;
}

.black_f14b{ 
       color:#000000;
       font-size:14px;
       font-weight:bold;
}



/*设定字体样式--蓝色*/
.blue_f12{ 
       color:#025daa;
       font-size:12px;
       font-weight:normal;
}


.blue_f14{ 
       color:#025daa;
       font-size:14px;
       font-weight:normal;
}
.blue_f12b{ 
       color:#025daa;
       font-size:12px;
       font-weight:bold;
}

.blue_f14b{ 
       color:#025daa;
       font-size:14px;
       font-weight:bold;
}


/*设定字体样式--红色*/
.red_f12{ 
       color:#ff0000;
       font-size:12px;
       font-weight:normal;
}

.red_f12b{ 
       color:#ff0000;
       font-size:12px;
	   font-weight:bold;
}


.blank5{
	DISPLAY: block; 
	HEIGHT:5px; 
	CLEAR: both; 
	OVERFLOW: hidden;
	}
.blank10{
	DISPLAY: block; 
	HEIGHT:10px; 
	CLEAR: both; 
	OVERFLOW: hidden;
	}

	
/*输入框样式*/
	
 input[type="text"]
    {
    background-color:#ffffff;
	border:1px solid #abadb3;
	vertical-align:middle;
    }

    input[type="password"]
    {
    background-color:#ffffff;
	border:1px solid #abadb3;
	vertical-align:middle;
    }

    input[type="submit"]
    {
    background-color:#b6dbf5;
    }

    input[type="reset"]
    {
    background-color:#b6dbf5;
    }

   input[type="radio"]
    {
	border:none;
    }

  
    input[type="checkbox"]
    {
	border:none;
    }
    
    input[type="button"]
    {
    background-color:#b6dbf5;
	cursor:pointer;
	vertical-align:middle;
    }





/*自定义连接样式*/
a:link {color:#333; text-decoration:none;}
a:visited { color:#333; text-decoration:none;}
a:hover { color:#044793; text-decoration:none;}
a:active { color:#044793; text-decoration:none;}

a.blue:link { color:#005691; text-decoration: none; }/*-蓝色深-*/
a.blue:visited { color:#005691; text-decoration: none; }
a.blue:hover { color:#ff9600; text-decoration:none;  }
a.blue:active { color:#005691; text-decoration:none; }

a.black:link { color:#000000; text-decoration:underline }/*-带下划线-*/
a.black:visited { color:#000000; text-decoration:underline; }
a.black:hover { color:#ff9900; text-decoration:underline;  }
a.black:active { color:#000000; text-decoration:underline; }

a.blued:link { color:#224d57; text-decoration:underline }/*-蓝色深带下划线-*/
a.blued:visited { color:#209ded; text-decoration:underline; }
a.blued:hover { color:#ff9600; text-decoration:underline;  }
a.blued:active { color:#ff0000; text-decoration:underline; }

a.white:link { color:#ffffff; text-decoration: none; }/*-白色-*/
a.white:visited { color:#ffffff; text-decoration: none; }
a.white:hover { color:#fdcb01; text-decoration:none; }
a.white:active { color:#ffffff; text-decoration:none; }


/* 登录样式 */
#warp{ 
	  width:100%;
	  margin:0 auto;
	  padding:0;
	  background-color:#27bbd6;
	  text-align:center; 
     }
.login_tip{
	width:200px;
	color:#ffffff;
	font-size:14px;
	}

.login1{
	width:100%;
	height:140px;
    margin:0 auto;
	background:url(../images/login_01.jpg) no-repeat top center;
	}
.login2{
	width:100%;
	height:120px;
    margin:0 auto;
	background:url(../images/login_02.jpg) no-repeat top center;
	}
.login3{
	width:100%;
	height:300px;
    margin:0 auto;
	background:url(../images/login_03.jpg) no-repeat top center;
	}	



	 	
/*通用表格样式*/

.Table{
	 width:100%;
     border-collapse:collapse; 
	 border:1px solid #bbd5ea;
	 font-weight:normal;
	 }
	 
.Table th{ 
     border:solid 1px #bbd5ea;
	 padding:0 5px 0 5px;
	 background:#ddecf8;
	 }
	 
.Table td{ 
     border:solid 1px #bbd5ea;
	 padding:0 5px 0 5px;
	 }
	 
.td_bg{	
	background:#fafbfd;
	}
	
	
.tr_bg1{
	background:#ffffff;
	}
	
.tr_bg2{
	background:#fafafa;
	}
	
	
.Table2{	 
     border-collapse:collapse; 
	 border:0;

	 }

.Table2 td{ 
     border:0;
	 }		
	 
	 
/*内容布局*/

.title{ 
      width:99.8%;
	  background:url(../images/right_titlebj.jpg) repeat-x;
	  border:1px solid #9acff1;
	  height:30px;
	  line-height:30px;
	  text-align:left;
	  text-indent:10px;
	  z-index:1000;
	  top:0;
	  bottom:0;
	  right:0;
	  left:0;
	  position:fixed!important;
	  position:absolute;
	  }
	  
.title_name{ 
      width:700px;
	  background:url(../images/right_titlebj.jpg) repeat-x;
	  height:30px;
	  line-height:30px;
	  text-align:left;
	  text-indent:10px;
	  }	
	  
.title_more{
	float:right; 
	margin-right:10px; 
	display:inline; 
	line-height:32px;
	}
		 
.search_container{ 
    width:100%; 
    line-height:30px;
	float:left; 
    padding:5px 0 5px 0;
	display:inline;
	background-color:#f8f8f8;
	   }		 

.content{
	width:99.2%;
	padding:36px 0 5px 5px;
	line-height:20px;
	text-align:left;
	}

