.nav {
	display: none;
	position: relative;
	z-index: 92;
	font-family: "微軟正黑體", Arial;
}
.nav .nav-bars {
	width: 90%;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 5%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #083B72;
	cursor: pointer;
}
.nav .nav-bars i {
	line-height: 40px;
}
.nav .nav-t {
	font-family: "微軟正黑體", Arial;
}
.nav.mobile .nav-bars {
	display: block;
}
.nav.mobile {
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 20px;
}
.nav.mobile ul {
	display: none;
	padding-top: 40px;
}
.nav.mobile ul li {
	width: 90%;
	margin: 0 auto;
	float: none;
	border-radius: 5px;
	overflow: hidden;
}
.nav.mobile ul li a {
	display: block;
	padding: 15px;
	color: #FFFFFF;
	border-top: thin solid #DCEAFF;
	background-color: #083B72;
}
.nav.mobile ul li:hover a {
	background-color: #5AABE1;
}
.nav.mobile ul li:hover a:hover {
	background-color: #5AABE1;
}





@media screen and (min-width: 320px) and (max-width: 990px) {
.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: #56C0FA;
}
}





@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: #56C0FA;
}
}