* {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: top;
}

li {
	list-style: none;
}

#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 686px;
}

#focus-banner-list {
	position: relative;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.focus-banner-img {
	display: block;
}

#focus-banner-list .focus-banner-text {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#focus-banner .focus-handle {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 99999;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/index/focus_handle.png);
}

#next-img {
	left: 0;
}

#next-img {
	left: 50px;
	background-position: 0 0;
}

#next-img:hover {
	background-position: 0 -80px;
}

#prev-img {
	right: 0;
}

#prev-img {
	right: 50px;
	background-position: -80px 0;
}

#prev-img:hover {
	background-position: -80px -80px;
}

#focus-bubble {
	position: absolute;
	left: 50%;
	bottom: 80px;
	z-index: 999;
	/* top: 60%; */
}

#focus-bubble li {
	float: left;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	/* border:1px #fff solid; */
	cursor: pointer;
	background-color: #00CC99;
}

@media only screen and (max-width: 991.98px) {
	#focus-bubble li {
		border-radius: 0%;
		-webkit-border-radius: 0%;
		background: rgba(255, 255, 255, 0.5);
	}

	#focus-bubble li.current {
		background-color: #00CC99 !important;
	}

}

@media only screen and (max-width: 800px) {
	#focus-bubble {
		margin-left: 20px !important;
		bottom: 80px;
		position: absolute;
		left: 0%;
		z-index: 999;
	}
}

@media only screen and (max-width: 1500px) {
	#focus-bubble {
		position: absolute;
		left: 50%;
		bottom: 80px;
		z-index: 999;
		top: 70%;
	}
}

@media only screen and (max-width: 1366px) {
	#focus-bubble {
		position: absolute;
		left: 50%;
		bottom: 80px;
		z-index: 999;
		top: 50%;
	}

	#focus-banner .focus-handle {
		top: 25% !important;
	}
}

@media only screen and (max-width: 991.98px) {
	#focus-bubble {
		position: absolute;
		left: 0px;
		bottom: 80px;
		z-index: 999;
		top: 85%;
	}

	#focus-banner .focus-handle {
		top: 25% !important;
	}
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #fff;
}
