*{
	margin: 0px;
	padding: 0px;
	font-family: heiti tc;
}
















.banner {
	width: 100%;
	height: 100vh;
	background-image: url(bg01.png);
	background-size: cover;
	background-position: center;
}

.banner2 {
	width: 100%;
	height: 100vh;
	background-image: url(bg02.png);
	background-size: cover;
	background-position: center;
}

.banner3 {
	width: 100%;
	height: 100vh;
	background-image: url(bg03.png);
	background-size: cover;
	background-position: center;
}

.banner4 {
	width: 100%;
	height: 100vh;
	background-image: url(bg04.png);
	background-size: cover;
	background-position: center;
}

.navbar {
	background-color: #f1bc0d;
	color: #ffffff;
	height: 50px;
}

.navbar ul {
	text-align: center;
	list-style-type: none;
	margin-top: 0px;
}

.navbar ul li {
	display: inline-block;
	padding: 20px;
	
}

.navbar ul li a {
	text-decoration: none;
	color: #999999;
	padding: 5px 0px;
	border: 1px solid transparent;
}

.navbar ul li a:hover {
	color: #ffffff;
	transition: all 0.4s ease;
}











