﻿.sliderPlay{
  width:1898px;
  height:650px;
  margin:0;
  position: relative;
  overflow: hidden;
  border: 0px solid #eee;
  border-radius: 5px;
}
.slider{
	position: absolute;
	height:650px;
	left:0;
	top:0;
	width: 100%;
}
.slider li{
	float: left;
	list-style-type: none;
	height:100%;
	width: 1898px;
}
.slider img{
	border:0;
	width: 1898px;
	height:650px;
}
.btnBox{
	position: absolute;
    left:0px;
	bottom:0px;
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
}
.btnBox .btn{
	margin-right:5px;
	display: inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:#ddd;
	cursor: pointer;
	border-radius: 15px;
}
.btnBox .cur{background:#5DCB17;color: #fff}
