* {
				padding: 0;
				margin: 0;
			}

			body {
				font-family: 微软雅黑, Arial, sans-serif;
				background-color: #FEF0C9;
			}


			/* ---------- 以下是Banner区域 ---------- */

			#banner {
				width: 100%;
				height: 100%;
			}

			/* ---------- 以下是导航区域 ---------- */
			#top {
				height: 120px;
				position: fixed;
				left: 0;
				right: 0;
				top: 0;
				z-index: 2;
				background-color: rgba(157, 2, 7, 0.8);
			}

			#top_center {
				margin: 0 auto;
				padding: 30px 0;
				text-align: center;
			}

			#nav {
				list-style: none;
				display: inline-block;
			}

			#nav li {
				float: left;
				margin: 0 30px;
				position: relative;
			}

			#logo {
				width: 98px;
				height: 97px;
				float: left;
				margin: 0 30px;
				margin-top: -20px;
			}

			#nav-item {
				text-decoration: none;
				color: #FFF;
				font-size: 20px;
				font-weight: bold;
				padding: 18px 8px;
				cursor: pointer;
				display: block;
			}

			#line {
				height: 2px;
				width: 0;
				background: #e6c068;
				margin: 0 auto;
				margin-top: -4px;
				transition: width 0.3s ease;
			}

			#nav-box:hover #line {
				width: 100%;
			}

			#nav-box:hover #nav-item {
				color: #FFF8D0;
			}

			#nav3_1 {
				position: absolute;
				top: 100%;
				left: 50%;
				margin-left: -65px;
				width: 130px;
				list-style: none;
				padding: 8px 0;
				text-align: center;
				display: none;
			}

			#nav-box:hover #nav3_1 {
				display: block;
			}

			#nav3_1 li {
				float: none;
				margin: 0;
				padding: 4px 0;
				background-color: rgba(157, 2, 7, 0.8);
			}

			#nav3_1 li a {
				display: block;
				color: #FFF;
				padding: 4px 8px;
				font-size: 14px;
				text-decoration: none;
				font-weight: bold;
			}

			#nav3_1 li:hover a {
				color: #FFF8D0;
			}

			#sub-line {
				height: 2px;
				width: 0;
				background: #e6c068;
				margin: 0 auto;
				margin-top: -3px;
				transition: width 0.3s ease;
			}

			#nav3_1 li:hover #sub-line {
				width: 50%;
			}
/* ------------ 以下是版权 ------------ */
			#footer {
				width: 100%;
				height: 256px;
				background-color: #87110C;
				text-align: center;
				padding-top: 10px;
				margin-buttom: 0px;
				margin-top: 80px;
			}

			#footer_p {
				width: 798px;
				margin: 74px auto;
			}

			#footer p {
				text-align: center;
				color: #FEF0C9;
				font-size: 14px;
				line-height: 24px;
				font-weight: bold;
			}