@charset "utf-8";

nav {
	position: absolute;
	height: 49px;
	clear: both;
	background-color: #004AC6;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}


.button-toggle {
	float: right;
	width: 44px;
	height: 44px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-size: 44px 44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.title {
	float: right;
	height: 5px;
	line-height: 50px;
	width: 320px;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #004AC6;
}
.title00 {
	float: none;
	height: auto;
	width: 320px;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

.title h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu {
	position: absolute;
	top: 50px;
	width: 100%;
	background: #C8AE7B;
	color: #999;
	overflow: hidden;
	z-index: 500;
	background-color: #004AC6;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.menu a:hover {
	color: #FFF;
	background-color: #7C97E1;
}

.warpper {
	max-width:340px;
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: 20%;
}
