@charset "utf-8";
.home {
	background-image: url(../pict/home-backgroud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
.home-btn {
	width: 500px;
	float: left;
	margin-top: 220px;
	margin-left: 70px;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 50px;
}
.home-btn a:link {
	color: #FFF;
	text-decoration: none;
}
.home-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.home-btn a:hover {
	color: #999999;
	text-decoration: none;
}

.home-btn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.6em;
}
.home-btn ul li {
	padding-bottom: 10px;
	margin: 0px;
}

.home-copy {
	float: right;
	margin-right: 25px;
	margin-top: 338px;
	text-align: right;
}
