.nav {
	display: none;
	position: relative;
	top: 60px;
	z-index: 92;
	font-family: "微軟正黑體";
	font-size: 18px;
}
.nav .nav-bars {
	width: 80px;
	height: 40px;
	padding: 0px 15px;
	position: absolute;
	top: -50px;
	right: 10px;
	float: right;
	color: #FFF;
	font-size: 20px;
	background-color: #0E71A5;
	border-radius: 5px;
	cursor: pointer;
}
.nav .nav-bars i {
	position: absolute;
	top: 3px;
	z-index: 1;
	line-height: 31px;
}
.nav .nav-t {
	font-family: "微軟正黑體";
}
.nav.mobile .nav-bars {
	display: block;
}
.nav.mobile {
	width: 100%;
	height: 60px;
	display: block;
	float: right;
	background-color: transparent;
}
.nav.mobile ul {
	display: none;
}
.nav.mobile ul li {
	width: 100%;
	float: none;
	overflow: hidden;
}
.nav.mobile ul li a {
	padding: 15px;
	border-bottom: thin solid #B4E3FC;
}
.nav.mobile ul li:hover a {
	background-color: #0E71A5;
}
.nav.mobile ul li:hover a:hover {
	background-color: #0E71A5;
}





@media screen and (min-width: 320px) and (max-width: 941px) {
.nav ul {
	width: 100%;
}
.nav ul li {
	float: left;
	zoom: 1;
	position: relative;
	width: 100%;
	text-align: left;
}
.nav ul li a {
	display: block;
	color: #FFF;
	height: 20px;
	width: 100%;
	line-height: 20px;
	background-color: #5DCAF3;
}
}





@media screen and (max-width: 319px) {
.nav ul {
	width: 100%;
}
.nav ul li {
	float: left;
	zoom: 1;
	position: relative;
	width: 100%;
	text-align: left;
}
.nav ul li a {
	display: block;
	color: #FFF;
	height: 20px;
	width: 100%;
	line-height: 20px;
	background-color: #5DCAF3;
}
}