.slides {
	width: 100%;
	height: 740px;
	position: relative;
	overflow: hidden;
}
.slideInner {
	height: 740px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slideInner a {
	display: block;
	height: 740px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.slideInner a div.img1 {
	width: 300px;
	position: absolute;
	left: 50%;
	top:180px;
	z-index:1;
	margin-left: -150px;
}
.slideInner a div.img2 {
	width: 355px;
	position: absolute;
	left: 50%;
	top:400px;
	z-index:1;
	margin-left: -178px;
}
.slideInner a div.img3 {
	width: 1151px;
	position: absolute;
	top: 571px;
	left: 50%;
	margin-left: -575px;
}
.slideInner .slide2 .img1{
	top: 420px;
	width:1043px;
	margin-left:-468px;
	left: 50%;
}
.slideInner .slide3 .img1{
	top: 190px;
	left:5%;
	width:130px;
	margin-left:45px;
}
.slideInner .slide3 .img2{
	top: 89px;
	left:5%;
	width:130px;
	margin-left:198px;
}
.slideInner .slide3 .img3{
	top: 173px;
	left:5%;
	width:130px;
	margin-left:359px;
}
.slideInner .slide3 .img4{
	top: 203px;
	left:5%;
	width:130px;
	position:absolute;
	margin-left:559px;
}
.slideInner .slide3 .img5{
	width: 705px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: 70px;
	top: 230px;
}
.nav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.nav a {
	display: block;
	width: 42px;
	height: 87px;
	opacity: .2;
	z-index: 9;
}
.nav a.b_prev {
	position: absolute;
	left: 0;
	top: -350px;
	margin-top: -58px;
	background: url(ban_pre.png) no-repeat;
}
.nav a.b_next {
	position: absolute;
	right: 0;
	top: -350px;
	margin-top: -58px;
	background: url(ban_next.png) no-repeat;
}
.navListBox {
	position: absolute;
	left: 50%;
	top: 675px;
	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 #de291e inset;
}
.navListBox li a.active {
	background-color: #c2251c;
}
.dian{width:100%;overflow:hidden;position:absolute;height:100%}
.dian>div{width:4px;height:4px;background:#cccccc;position:absolute;top:0px;right:0px;border-radius:100%}
.dian>div>div{width:3px;height:3px;background:#ccc;position:absolute;top:-2px;right:-2px;}
.dian>div>div>div{width:2px;height:2px;background:#ccc;position:absolute;top:-2px;right:-2px;}
.dian>div>div>div div{width:1px;height:1px;background:#ccc;position:absolute;top:-1px;right:-1px;}
