body,ul,li,div,html {
	margin:0;
	padding:0
}
body,html {
	width:100%;
	height:100%
}
.opacityBack{
	position: absolute;
	z-index: 100;
	top: 0;
	background: #000;
	opacity: 0.8;
	bottom: 0
}
.leftOpacity{
	left: 0
}
.rightOpacity{
	right: 0;
}
.slideImageBox {
	width:100%;
	height:516px;
	box-sizing:border-box;
	overflow:hidden;
	display:block
}
.slideImageBox ul {
	font-size:0;
	width:100%;
	height:100%;
	list-style:none;
	display:block;
	white-space:nowrap;
	text-align:center;
	/*margin-left:calc(0px - 70%);*/
	padding:0
}
.slideImageBox ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	transition:margin-left 1s,height 1s;
	background:#928D8D;
	margin:0;
	padding:0
}
.oneImageBox {
	width:1200px;
	height:516px;
	background:#3498DB;
	overflow:hidden;
	vertical-align:middle
}
.oneImageBox2 {
	width:1200px;
	height:516px;
	background:#f60;
	overflow:hidden;
	vertical-align:middle;
	padding:0
}
.oneImageBox2 img {
	margin:0;
	top:0
}
.NEXTBOX {
	width:50px;
	height:50px;
	background:rgba(0,0,0,.5);
	text-align:center;
	position:absolute;
	right:0px;
	cursor:pointer;
	opacity:.5;
	transition:opacity .5s;
	z-index: 9999;
	display: none;
}
.NEXTBOX:hover {
	opacity:1
}
.right-next {
	position:relative;
	top:14px;
	left:13px;
	width:20px;
	height:20px;
	border-right:2px #fff solid;
	border-top:2px #fff solid;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg)
}
.LASTBOX {
	width:50px;
	height:50px;
	background:rgba(0,0,0,.7);
	text-align:center;
	position:absolute;
	left:0px;
	cursor:pointer;
	opacity:.5;
	transition:opacity .5s;
	z-index: 9999;
	display: none;
}
.LASTBOX:hover {
	opacity:1
}
.left-last {
	position:relative;
	top:14px;
	left:13px;
	width:20px;
	height:20px;
	border-right:2px #fff solid;
	border-top:2px #fff solid;
	transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-o-transform:rotate(225deg)
}
.chooseBar {
	width:1200px;
	height:41px;
	display:auto;
	bottom:0px;
	left: 50%;
	margin-left: -600px;
	position:absolute;
	white-space:nowrap;
	text-align:center;
	background: url(../images/bot.png) no-repeat;
}
.chooseBar button {
	outline:none;
	border:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-webkit-appearance:none;
	width:20px;
	height:4px;
	background:#990000;
	margin-left:5px;
	transition:background .5s;
	cursor:pointer;
	margin-top: 18px;
}