.slide-banner {
	height: 100vh; overflow: hidden; position: relative; top:-26px; margin-bottom:0;
}
.banner-bg {
	background-position: 50% 0px; left: 0px; top: 0px; width: 100%; height: 100vh; position: absolute; z-index: 1; background-color: rgb(244, 244, 244);
}
.banner-nav-bg {
	background: rgb(255, 255, 255); height: 70px; bottom: 70px; position: relative; z-index: 199; opacity: 0.75;
}
.banner-nav {
	left: 50%; bottom: 27px; position: absolute; z-index: 999; 
}
.banner-nav li {
	background: url("icons.png") no-repeat;
}
.banner-nav li {
	background-position: 3px 0px; width: 16px; height: 16px; margin-right: 8px; float: left; cursor: pointer;
}
.banner-nav li.active {
	background-position: -20px 0px;
}
.banner-content {
	margin: 0px auto; width: 100%; height: 100vh; position: relative; z-index: 100;
}
.banner-img {
	left: -150%; position: absolute; z-index: 2;
}
.banner-bar-bg {
	margin: 0px auto; width: 100%; height: 3px; bottom: 71px; position: relative; z-index: 99999;
}
.banner-bar {
	background: rgb(0, 146, 95); left: 0px; width: 0px; height: 3px; position: absolute; z-index: 999;
}
