html {
	width: 1920px;    margin: 0 auto;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

a:active {
	color: #cccccc;
	text-decoration: none;
}

.STYLE2 {
	font-size: 12px;
	color: #ffffff;
}

.STYLE3 {
	font-size: 12px;
	color: #a58351;
}

#Layer2 {
	position: relative;
	width: 1500px;
	height: 548px;
	z-index: 1;
}

#Layer4 {
	position: relative;
	width: 1000px;
	height: 132px;
	z-index: 1;
}

#Layer5 {
	position: absolute;
	width: 700px;
	height: 90px;
	z-index: 1;
	left: 777px;
	top: 24px;
}

@keyframes sc {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}


.bar {
					width: 100px;
					position: fixed;
					top: 202px;
					right: 30px;
					z-index: 1000000;
				}

				.bar .nor {
					color: #fff;
					width: 100px;
					height: 70px;
					display: block;
					text-align: center;
					text-decoration: none;
					font: 14px / 70px "微软雅黑";
					background: url(../image/op.png) center repeat;
					margin-bottom: 1px;
					outline: none;
				}

				.bar .nor:hover,
				.bar .cur {
					background: #b59839;
				}

				.bar .home {
					font: 18px / 70px "微软雅黑";
					outline: none;
				}

				.bar .home:hover {
					background: #b59839;
				}

				.bar .top {
					width: 100px;
					height: 42px;
					display: block;
					text-align: center;
					background: url(../image/op.png) center repeat;
					outline: none;
				}

				.bar .top img {
					display: block;
					margin: 0 auto;
					padding-top: 11px;
				}