ul {
	list-style-type: none;
}

html,body {
	height: 100%;
}

#wrap {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 100%;
	overflow: hidden;
}

#background {
	padding: 0;
	margin: 0;
        width: 100vw !important;
        height: 100vh !important;
}

.main-body {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-header {
	width: 100%;
	height: 100px;
}

.logo {
	float: left;
	width: 300px;
	text-align: center;
	line-height: 100px;
	margin-top: 25px;
}

.nav {
	float: right;
	width: 460px;
	height: 100px;
}

.item {
	float: left;
	line-height: 100px;
	color: #fff;
	margin-left: 30px;
	cursor: pointer;
}
.item a:link {
	text-decoration: none;
	color: #fff;
}

.item a:active {
	text-decoration: none;
	color: #fff;
}

.item a:hover {
	text-decoration: none;
	color: #fff;
}

.item a:visited {
	text-decoration: none;
	color: #fff;
}



.main-content {
	position: relative;
	width: 100%;
	height: 80%;
}

.line {
	position: absolute;
	right: 10px;
	bottom: 200px;
}

.main-footer {
	width: 100%;
	height: 300px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-bottom: 0;
}

.main-footer a:link {
	text-decoration: none;
	color: #fff;
}

.main-footer a:active {
	text-decoration: none;
	color: #fff;
}

.main-footer a:hover {
	text-decoration: none;
	color: #fff;
}

.main-footer a:visited {
	text-decoration: none;
	color: #fff;
}
