/*banner start*/
#focus-banner {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

#focus-banner-list {
	position: relative;
	margin: 0;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img {
	width: 100%;
	min-height: 700px;
}

.focus-banner-img {
	display: block;
}

#focus-banner .focus-handle {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../img/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%;
	list-style: none;
	bottom: 10px;
	z-index: 999;
}

#focus-bubble li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	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: #fff;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #ff5500;
	border: 1px #ff5500 solid;
}

/*banner end*/


.index-header{
	/* position: absolute; */
	/* background-color: #FF5500; */
	height: 80px;
	/* width: 100%; */
	top:0;
	/* right: 100px; */
	z-index: 999;
}
.menu{
	width: 800px;
	/* background-color: #000000; */
	float: right;
	text-align: right;
}
.nav{
	display: inline-block;
	height: 80px;
	min-width: 100px;
	line-height: 80px;
	text-align: center;
}

.nav a{
	color: #FFFFFF;
}