/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 微软雅黑, tahoma;
}

#top {
	width: 100%;
	height: 62px;
	background: #2A427A;
}

#top-center {
	width: 100%;
	margin-top: 0;
	line-height: 62px;
}

#nav li {
	list-style: none;
	float: left;
}

#nav a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	padding: 0 12px;
	/* margin-top: 12px; */
	line-height: 62px;
	height: 62px;
	/* margin-left: 200px; */
}

#nav a:hover {
	font-weight: bolder;
	background: #3094ff;
}


#logo {
	float: left;
}

#nav {
	width: 527px;
	float:right;
}

#nav ul li {
	float: none;
}

#nav ul a {
	display: block;
}

#nav li ul {
	background: #25a1ff;
	display: none;
}

#nav li:hover ul {
	display: block
}
#nav li {
				transition: all 0.5s;
			}

#nav li:hover {
				transform: translateY(-8px);
				cursor: pointer;
				box-shadow: 0 8px 6px #A6A6A6;
			}

#banner {
	width: 100%;
	height: 380px;
}

#footer {
	background: url(../images/bottom.jpg) no-repeat center;
	width: 100%;
	height: 499px;
	margin-top: 100px;
}

#copy_center {
	width: 1200px;
	height: 499px;
	margin: 0 auto;
}

#copy_center img {
	margin-top: 70px;
}

#goodwork_font {
	color: #fff;
	font-size: 36px;
	font-weight: bolder;
	margin-top: 10px;
}

.button1 {
	width: 224px;
	height: 55px;
	border: 3px #fff solid;
	border-radius: 100px;
	line-height: 55px;
	text-align: center;
	font-size: 25px;
	margin-top: 60px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

.button1:hover {
	background: #fff;
	color: #000;
}

#button2 {
	margin-left: 70px;
}

#copyright {
	color: #fff;
	font-size: 20px;
	margin-top: 130px;
	text-align: center;
}

.clear {
	clear: both;
}