@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 'Microsoft Yahei', Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	margin: 0;
	padding: 0;
	color: #000;
}

#top-bar {
	height: 30px;
	background-color: #B00000;
}

#top-bar-text {
	width: 780px; color:#FFF; 
	margin:0 auto; 
	height: 30px; 
	line-height:30px; 
	font-size: 12px;
}

.menu-top {
	width: 135px; 
	height: 40px; 
	float: left;
}

.menu-selected {
	background-image:url(img/menu_select.png?12);
	background-position:bottom;
	background-repeat:no-repeat;
}

#main {
	width: 100%;
	height: 540px;
	position:relative;
	background-position:center;
	background-size:cover;
}

ul {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

li {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: list-item;
	list-style-type:none;
	
}

#menu-container {
	width: 100%;
	position: relative;
	height: 120px;
	background-color: #B00000;
	display: none;	
}

.menu-panel {
	width: 100%;
	position: absolute;
	display: none;
}

.menu-content {
	margin: auto auto;
}

.menu-item {
	height: 100px;
	padding: 20px 10px;
	float: left;	
}

.main-page {
	display: none;
}