img {
	border: 0;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slides {
	width: 100%;
	height:550px;
	position: relative;
	overflow: hidden;
}
.slideInner {
	height:550px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slideInner a {
	display: block;
	height:550px;
    width:100%;
	min-width:1160px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.slideInner a div.img1 {
	width:1160px;
	position: absolute;
	left: 50%;
	margin-left:-605px;
}
a.bannera1{background: url(../focus/slide1.jpg) no-repeat;}
a.bannera2{background: rgb(113, 209, 231);}
a.bannera3{background: rgb(178, 44, 44);}
.bannav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.bannav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: .2;
	z-index: 9;
}
.bannav a.prev {
	position: absolute;
	left: 0;
	top: -300px;
	margin-top: -58px;
	background: url(../focus/ban_pre.png) no-repeat;
}
.bannav a.next {
	position: absolute;
	right: 0;
	top: -300px;
	margin-top: -58px;
	background: url(../focus/ban_next.png) no-repeat;
}
.navListBox {
	position: absolute;
	left: 50%;
	top:490px;
	z-index: 99;
}
.navListBox li {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.navListBox li:first-child {
	margin-left: 0;
}
.navListBox li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 5px #666 inset;
}
.navListBox li a.active {
	background-color: #55ddff;
}