@charset "utf-8";
/* CSS Document */
			* {
				padding: 0;
				margin: 0;
			}

			body {
				font-family: 微软雅黑, Tahoma, sans-serif;
				padding-top: 75px;
				background-color: #F8F9F1;
			}

			/* 以下是导航 */
			#top {
				width: 100%;
				height: 75px;
				background-color: #548557;
				position: fixed;
				z-index: 100;
				top: 0;
				left: 0;
			}

			#top_center {
				width: 1200px;
				margin: 0 auto;
			}

			#logo {
				height: 63px;
   				width: auto;
				padding-top: 6px;
				margin-left:5px;
				cursor: pointer;
				position: absolute;
				transition: transform 0.3s ease;
			}

			#logo:hover {
				transform: scale(1.05);
			}

			#nav {
				width: 1200px;
				margin: 0 200px;
			}

			#nav li {
				list-style: none;
				float: left;
			}

			#nav li:nth-child(2) {
				margin-right: 0;
			}

			#nav a {
				text-decoration: none;
				color: #fff;
				float: left;
				width: 100px;
				padding: 0 40px;
				line-height: 75px;
				display: inline-block;
				text-align: center;
				background-color: #548557;
				font-size: 24px;
			}

			#nav a:hover {
				background: #7cc580;
			}

			#nav ul li {
				float: none;
			}

			#nav ul a {
				display: block;
			}

			#nav ul {
				display: none;
			}

			#nav li:hover ul {
				display: block;
			}


			#top_center1 {
				width: 1200px;
				margin: 0 auto;
			}

			#nav1 {
				width: 1200px;
				margin: 0 638px;
			}

			#nav1 li {
				list-style: none;
				float: left;
			}

			#nav1 li:nth-child(2) {
				margin-right: 0;
			}

			#nav1 a {
				text-decoration: none;
				color: #fff;
				float: left;
				width: 100px;
				padding: 0 40px;
				line-height: 75px;
				display: inline-block;
				text-align: center;
				background-color: #548557;
				font-size: 24px;
			}

			#nav1 a:hover {
				background: #7cc580;
			}
			.clear {
				clear: both;
			}

			/* 以下下是版权 */

			#footer {
				width: 100%;
				background: #506d4b;
				margin-top: 50px;
			}

			#footer1 {
				width: 1200px;
				height: 190px;
				margin: 0 auto;
				position: relative;
			}

			#footer-left {
				width: 500px;
				float: left;
				color: #fff;
				margin: 45px 45px;
			}

			#footer-left h1 {
				margin: 0 0 15px 0;
			}

			#footer-left p {
				margin: 15px 0;
				font-size: 14px;
			}

			#footer-middle a {
				text-decoration: none;
				color: #fff;
			}

			#footer-middle li {
				width: 80px;
				float: left;
				list-style: none;
			}

			#footer-middle a:hover {
				color: #000;
			}


			#footer1 img {
				width: 90px;
				height: 90px;
				position: absolute;
				top: 100px;
				right: 45px;
			}

			#footer-right {
				float: right;
				color: #fff;
				margin: 45px 45px;
			}

			#footer-right p {
				margin: 5px 0;
			}

			#footer2 {
				width: 100%;
				height: 100px;
				padding-top: 10px;
				margin-top: 10px;
				text-align: center;
			}

			#footer2 p {
				font-size: 16px;
				list-style: none;
				line-height: 40px;
				color: #fff;
				text-align: center;
			}

			#footer2 a {
				text-decoration: none;
				color: #fff;
				background: url("../images/record.png") no-repeat left center;
				padding-left: 25px;
			}

			#footer2 a:hover {
				color: #999;
			}