@charset "utf-8";
/* CSS Document */
*{
  padding:0;
  margin:0;
  }
ul{
   list-style:none;
	}
body{
    background:#025ea7;
	font:14px/21px Arial,"黑体";
	width:996px;
	margin:0 auto;
	}
.content1 {
    background:url(../images/login/tbj1.jpg)  no-repeat;
	width:996px;
	height:522px;
	}
	
.content1 ul{
    list-style:none;
    margin:auto;
	padding-top:175px;
    }
.content1 li{
    margin:17px 0 ;
    margin-left:615px;
    }
.content1 span{
   color:#8995ad;
   font-weight:bold;
   font-size:12px;
}
.input1{
    background-color:#edf7ff;
	border:1px solid #c2d0db;
	width:151px;
    height:21px;
	font-size:12px;
	display:block;
	margin-top:-22px;
	line-height:21px;
    margin-left:55px;
    }
.input2{
    background-color:#edf7ff;
	border:1px solid #c2d0db;
	width:151px;
    height:21px;
	margin-top:-22px;
	font-size:12px;
	display:block;
	line-height:21px;  
    margin-left:55px;  
	}
.content1 a.btn1{
    background:url(../images/login/dl-1.jpg) no-repeat;
	width:74px;
	height:22px;
	display:block;
    margin-left:55px; 
	margin-top:-2px; 
    }
.content1 a.btn1:hover{
    background:url(../images/login/dl-2.jpg) no-repeat;
	width:74px;
	height:22px;
    }
.content1 a.btn2{
    background:url(../images/login/qx-1.jpg) no-repeat;
	width:74px;
	height:22px;
	display:block;
	margin-left:135px;
	margin-top:-22px;
    }
.content1 a.btn2:hover{
    background:url(../images/login/qx-2.jpg) no-repeat;
	width:74px;
	height:22px;
    }
