@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0;border: 0}

/*背景*/

body{
	
	position: relative;
	width: 1865px;
	background: url("../images/背景.jpg") no-repeat}
/*图片样式*/
.logo1{
	margin: auto;
	width: 100px;}


/*大外框样式*/
.biankuang{
	position: absolute;
	top:100px;
	left: 559px;
	width:30%;
	margin: auto;}
.biankuang2{
	position: absolute;
	top:350px;
	left: 559px;
	width:30%;
	margin: auto;}
.biankuang3{
	position: absolute;
	top:410px;
	left: 559px;
	width:30%;
	margin: auto;}



/*登录边框样式*/
._sj{
	
	height: 35px;
	width: 300px;
	background-color: #DCDCDC;}

.biankuang_sj{
	width: 300px;
	font-size: 20px;
	background-color: #E0E0E0;}
.biankuang_sj:hover{color: #8C0002}


._jw{
	
	height: 35px;
	width: 373px;
	background-color: #DCDCDC;}
.biankuang_jw{
	font-size: 20px;
	background-color: #E0E0E0;}
.biankuang_jw:hover{color: #8C0002}








/*登录边框样式*/
._dz{
	border-radius:30px;/*圆角边数！*/
	
	background-color: #004B92;}

/*a标签样式*/
.biankuang_dz{
	
	font-size: 30px;
	text-decoration: none;
	height:50px;
	color: #5698FF;
	width: 553px;float: left;}

/*鼠标事件*/
.biankuang_dz:hover{color: #FFFFFF}
._dz:hover{background-color: #0041D8}







/*返回上一页样式*/
._fanhui{
	border-radius:30px;/*圆角边数！*/
	background-color: #004B92;}

/*a标签样式*/
.fanhui{
	
	font-size: 30px;
	text-decoration: none;
	height:50px;
	color: #5698FF;
	width: 553px;float: left;}

/*鼠标事件*/
.fanhui:hover{color: #FFFFFF}
._fanhui:hover{background-color: #0041D8}





.bagclear{clear: both;}