@CHARSET "UTF-8";
body {
	background-color: #ECE7E2;
}
a:link {
text-decoration: none;
color:black;
}
a:visited{
text-decoration: none;
color:black;
}
a:hover{
text-decoration: none;
color:black;
}
a:active{
text-decoration: none;
color:black;
}
.wrapper {
	position: relative;
	width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.wrapper .homepage {
	position: fixed;
	width: 124px;
	height: 132px;
	left: 100px;
	top: -10px;
	cursor: pointer;
	z-index: 9;
}

.wrapper .nav {
	position: fixed;
	width: 746px;
	height: 54px;
	left: 400px;
	height: 50px;
	background-image: url("../images/nav.png");
	cursor: pointer;
	z-index: 9;
}

.wrapper .nav .nav_menu1 {
	position: relative;
	width: 130px;
	height: 54px;
	font-family: 幼圆;
	font-size: 15px;
	float: left;
	line-height: 54px;
	text-align: center;
}

.wrapper .nav .nav_menu2 {
	position: relative;
	width: 110px;
	height: 54px;
	font-family: 幼圆;
	font-size: 15px;
	float: left;
	line-height: 54px;
	text-align: center;
}
