img {
	border: 0;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slides {
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}
.slideInner {
	height: 550px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slideInner a {
	display: block;
	height: 700px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.slideInner a:first-child {
  z-index: 600;
}
.slideInner a div.img1 {
	width: 1070px;
	position: absolute;
	left: 50%;
	margin-left: -535px;
}
.slideInner a div.img2 {
	width: 1070px;
	position: absolute;
	top: 557px;
	left: 50%;
	margin-left: -535px;
}
.slideInner .slide3 .img2{
	top: 200px;
}
.slideInner .slide3 .img3{
	width: 1180px;
	position: absolute;
	left: 15%;
	display: none;
	height: 119px;
	margin: 0 auto;
	z-index: 6666;
	top: 199px;
}
.nav {
	width: 1180px;
	position: absolute;
	top: 231px;
	display: none;
	height: 119px;
	z-index: 6666;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.nav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: .2;
	z-index: 600;
}
.nav a.prev {
	background: url(../imgs/ban_pre.png) no-repeat;
}
.nav a.next {
	background: url(../imgs/ban_next.png) no-repeat;
}
.navListBox {
	position: absolute;
  	left: 80%;
	top: 399px;
	z-index: 610;
	margin-left: 372px;
  width: auto !important;
}
.navListBox li {
	width: 20px;
	height: 10px;
	float: left;
	margin-left: 5px;
    margin-right: 5px;
	border-radius: 5px;
	/*overflow: hidden;*/
  text-align: center;
}
.navListBox li:first-child {
	margin-left: 0;
}
.navListBox li a {
	display: inline-block;
	width: 50%;
	height: 10px;
	border-radius: 5px;
	/*background-color: rgba(255, 255, 255, 0.4);*/
	background:url(../imgs/lunbo-white.png) no-repeat;
	/*box-shadow: 0 0 5px #666 inset;*/
}
.navListBox li a.active {
  width: 100%;
	/*background-color: rgba(255, 255, 255, 1);*/
	background:url(../imgs/lunbo-red.png) no-repeat;
	
}
.lunbo-a.active{
	z-index: 600;
}