@charset "utf-8";
*{margin:0;padding:0;}
a{text-decoration:none;}
li{list-style:none;}

/*div下拉*/
#mainLogo{
	width: 100%;
	position: absolute;
	top: 0px;
}

/*中部*/
.box{
	width: 692px;
	height: 384px;
	margin: auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.button{
	border-radius:10px;
	float: left;
	width: 330px;
	margin-top: 300px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #557DAD;
	text-align: center;
	border: 3px solid #4872A5;
	background-color: #FFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#4173B6,direction=0,strength=1);/*ie*/
    -moz-box-shadow: 0px 0px 5px #4173B6;/*firefox*/
    -webkit-box-shadow: 0px 0px 5px #4173B6;/*safari或chrome*/
	box-shadow:0px 0px 5px #4173B6;
}
.button:hover{
	color: #FF6600;
	border: 3px solid #FF6600;
}
