@charset "utf-8";
*{
	margin:0;padding:0;list-style: none;
}
.container{
	width:100%;overflow:hidden;position: relative;
}
.container .images{
	width:100000px;overflow:hidden;
	position: absolute;left:0;top:0;
}
.container .images li{
	width:100000px;float:left;
	
} 
.container .images .li1{
	
}
.container .images .li2{
	background:#fffff;
}
.container .images .li3{
	background:#fffff;#fffff;;
}
.container .images .li4{
	background:#fffff;;
}
.container .points{
	overflow:hidden;
	position: absolute;
	top: 85%;
	left:50%;
	opacity: 0.9;
}
.container .points li{
	float:left;
	width:15px;
	height:15px;
	border-radius: 50%;background:white;
	margin-left:20px;cursor: pointer;
}
.container .points .current{
	background:#FBA71C;
	opacity: 0.8;
}

.container .tt{
	width:50px;
	height:100px;
	background:rgba(0,0,0,0.2);
	text-align: center;
	position: absolute;top:48%;margin-top:-50px;
	cursor: pointer;
	border-radius: 5px;
	opacity: 0.6;
	
}
.container .tt:hover{
	
	opacity: 1;
}
.container .tl{
	left:120px;
	background: url(../images/right.png);
	background-size: 100% 100%;
	
}
.container .tr{
	right:120px;
	background: url(../images/left.png);
	background-size: 100% 100%;
}
.container .tt span{
	display: inline-block;color:white;
	font-size:30px;
	margin-top:30px;
	font-weight: initial;
}