@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0;}
html,body {margin:0; padding:0; font-family:"Microsoft Yahei"; width:100%; height:100%; font-size:14px; background:#ebfcff url(../images/login/login_bg.jpg) no-repeat center top; overflow:hidden;}

.login_head {width:1000px; margin:0px auto; height:115px; overflow:hidden;}
.login_head img {margin-top:8px; margin-left:8px; display:block;}
/**
.login_content {width:870px; margin:60px auto 0px auto; padding-top:80px; height:231px; background:url(../images/login/left_pic.png) no-repeat left center; overflow:hidden;}
*/
.login_tit{
	width:100%;
	height:120px;
	margin-top: 30px;
	 background:url(../images/login/title.png) no-repeat  center center;
}
/**
.login_content {width:870px; margin:60px auto 0px auto; padding-top:80px; height:231px; overflow:hidden;}
*/
.login_n{
	text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.85);
}
.login_content {
	width: 30%;
   
    height: 230px;
    border: 1px solid skyblue;
    margin: 80px auto 0px auto;
    padding-bottom: 30px;
    background-color: rgba(135, 206, 235, 0.45);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
  -moz-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
  box-shadow:0 0 10px rgba(0, 204, 204, .5);  
}

.con_01{
	width:263px; 
	height:38px; 
	margin:18px auto 0px auto; 
	overflow:hidden; 
	line-height:36px;
	background-color: rgba(208, 233, 243, 0.83);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.con_01 span { display:inline-block; padding-left:18px; margin-left:10px;}
.login_user {background:url(../images/login/login_dl_2.png) no-repeat center left;}
.login_pass {background:url(../images/login/login_dl_3.png) no-repeat center left;}

/**
.input_01 {width:168px; height:28px; line-height:28px;  background:transparent; border:none; margin-left:10px;}
*/

.input_01{
	width: 172px;
    height: 21px;
    background: transparent;
    border: 1px solid rgba(65, 144, 177, 0.92);
    margin-left: 4px;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}


.con_03 {width:263px; height:42px;margin:18px auto 0px auto; }
.con_03 a {display:block; width:291px; height:42px; outline:none; background:url(../images/login/login_btn_1.png) no-repeat; }
.con_03 a:hover {background:url(../images/login/login_btn_2.png) no-repeat; }

 table{width:100%;border:none;}