*{
	padding: 0%;
	margin: 0%;
}

#HeaderImag{
	background-image: url("../img/DaoHang/Bg.png");
	background-position: 100% 100%;
	opacity: 0.8;
	background-color: #f7ebd0;
	width: 100%;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;

}
#MeiBoZhen{
	padding-left: 10%;
}
#Navigation{
	background-color: #ffffcc;
	height: 58px;
	font: normal small-caps bold 16px/58px "思源黑体 CN";
	padding-left: 13%;
	white-space: nowrap;
	overflow-x: auto;
}
#Navigation a{
	color: #663333;
	text-decoration: none;
	font-weight:normal;
}
#Navigation span{
	text-align: center;
	background-color: #ffffcc;
	display: inline-block;
	float: inherit;
	width: 270px;
	height:58px;
	transition: background-color 0.2s;
}
/* background-color: #ffffcc;
background-color: #e7ba53; */
@keyframes bgFadeIn {
	from {
		background-color: #ffffcc;
	}
	to {
		background-color: #e0bc8f;
	}
}
@keyframes bgFadeOut {
	from {
		background-color: #e0bc8f;
	}
	to {
		background-color: #ffffcc;
	}
}

.animate-bg-fade-in {
	animation: bgFadeIn 0.5s ease-in-out forwards;
}

.animate-bg-fade-out {
	animation: bgFadeOut 0.5s ease-in-out forwards;
}

#Banner{
	background: url("../img/Banner/Banner.png") repeat fixed center;
	height: 780px;
}
#Banner div{
	width: 100%;
}
#Banner div{
	display: flex;
	justify-content: center;
	align-items: center;
}
#Banner div:nth-child(1) img{
	padding-top:60px;
}
#Banner div:nth-child(2) img{
	padding-top:130px;
}
#Banner div:nth-child(3) img{
	padding-top:45px;
}
#Banner div:nth-child(4) img{
	padding-top:230px;
}