*{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}

body {
	margin: 0px;
	font-family:"Microsoft Yahei";
	background-color:#FFF;
	font-size:12px;
    }

/*-------------------------登录页面样式-------------------------------


.login_01{ background:url(../../images/image_05.jpg) no-repeat;
           width:595px;
           height:302px;
		   }

.login_02{ background:url(../../images/image_08.jpg) no-repeat;
          text-align:center;
		  font-size:12px;
		  color: #706f6f;
		  padding-top:10px;}


.button_01{
		width:79px;
		height:26px;
		background: url(../../images/button_01.png) no-repeat left top;
		border:none;
		cursor: pointer;
		color:#1c5500;
		}
		
.input_01{ height:22px;
           border:1px solid #bcbcbc;
	   }
	   
.select_01{ width:205px;
            height:23px;
            border:1px solid #b5cab4;
			border-color: #b5cab4;
			
			}

.login_writ{ font-size:14px;
             color: #3c7814;
             font-weight:bold;
			 }
*/
.login{
	width:100%;
	text-align:center;
}
.login_header{
	height:70px;
	width:550px;
	background-color:#c94c4f;
	font-size:24px;
	color:#FFF;
	font-family: "microsoft yahei";
	margin:0 auto;
	line-height:80px;
	margin-top:10%;
	box-shadow: 1px 1px 1px #b6b6b6;
}
.login_header span{
	margin-left:22px;
}
.login_02{
          text-align:center;
		  font-size:12px;
		  color: #706f6f;
		  padding-top:10px;
		  box-shadow: 18px 14px 25px rgba(224, 223, 223, 0.96);
		  }
.login_box{
	text-align:left;
	height:250px;
	width:550px;
	background-color:#FFF;
	font-size:15px;
	color:#4a4266;
	font-family: "microsoft yahei";
	margin:0 auto;
	line-height:40px;
	box-shadow: 18px 14px 25px rgba(224, 223, 223, 0.96);
}
.input_user{
	width: 356px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-left:10px;
	margin-top:20px;
	background-image:url(../../images/bg_user.png); BACKGROUND-REPEAT: no-repeat;
}
.input_password{
	width: 356px;
	height: 40px;
	line-height:40px;
	font-size: 14px;
	margin-left:10px;
	margin-top:20px;
	background-image:url(../../images/bg_password.png); BACKGROUND-REPEAT: no-repeat;
}
.input_verify{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-left:10px;
	margin-top:20px;
	background-image:url(../../images/bg_verify.png); BACKGROUND-REPEAT: no-repeat;
}

/*-------------------------------Page样式-----------------------------------------

.page{
	height:56px;
	line-height: 60px;
}
.page span{
	color:#333333;
	font-size:12px;
	font-family: "microsoft yahei";
}
.btn_page{
	height:20px;
	width:20px;
	cursor: pointer;
}

*/

/*-------------------------------系统内部样式-----------------------------------------*/

.system_01{ background:url(../../images/image_10.jpg) no-repeat;
width:346px;
height:73px;
vertical-align:top;
              }

.system_02{ background:url(../../images/image_11.jpg) no-repeat;
width:604px;
height:73px;
vertical-align:top;
              }
			  
			  
.middle_01{ background:url(../../images/image_12.jpg) no-repeat;
			margin-left:40px;
			}

.table_writ{ color: #5e5e5e;}


.top_01{ background:  url(../../images/image_11.jpg) no-repeat;
         }
		 
.kkl{ background:url(../../images/image_12.jpg) no-repeat;
      }

.input_02{height:18px;
         border:1px solid #b5cab4;
	   }


.left_button{  background: url(../../images/button_02.png) no-repeat;
               padding-left:35px;
			   font-size:12px;
			   }
			   			   
.left_button02{  padding-left: 45px;
                 background:url(../../images/icon_01.png) no-repeat 33px 10px;
                  }

.left_button01{ background:url(../../images/icon_02.png) no-repeat 45px 10px; 
				padding-left:60px; 
				font-size:12px;
				}
				
				
a { text-decoration:none;
	color:#000000;
	}
	
a:hover{ color: #3e9431;
         }

img{ border:none;
     }
	 
.title{
		width: 50px;
		text-align: right;
		padding-right: 10px;
		font-size: 14px;
		color: #666666;
		}



.right_button a:hover{  background: url(../../images/button_0004.png) left top no-repeat;
						display:block;
						height:22px;
						line-height:22px;
                         }
				
/*----------------------------------------*//* 自适应按扭样式 */  

.btn{
	width:80px;
	height:30px;
	background:url(../../images/btn_03.png);
	font-size:14px;
	line-height:30px;
	color:#FFF;
	font-family: "microsoft yahei";
}
	  
.btn * {  font-style: normal;
		  background-image: url(../../images/btn.png);
		  background-repeat: no-repeat;
		  display: block; 
		  position: relative; 
		  }
		  
.btn i {  position: absolute;
		  margin-bottom: -5px;  
		  top: 0;
		  left: 0;
		  width: 5px;
		  height: 5px;
		  }
.btn span { background-position: bottom left; 
			left: -5px; 
			padding: 0 0 5px 10px;
			margin-bottom: -5px;
			}
			
.btn span i { background-position: bottom right;
			  margin-bottom: 0;
			  position: absolute; 
			  left: 100%;
			  width: 10px; 
			  height: 100%;
			  top: 0; 
			  }
.btn span span {  background-position: top right;
				  position: absolute;
				  right: -10px;
				  margin-left: 10px;
				  top: -5px;
				  height: 0; 
				  }

.btn.green { background: #78de18;
               }
.btn:hover { background-color: #2ae;
             color:#000; 
             }

/*.btn[class] {   background-image: url(../../images/shade.png);
				background-position: bottom; 
				}*/
.btn green a:hover{  }
/* ----------------------------------------*/
	