@CHARSET "UTF-8";
.none{ display:none;}
.top_banner{
	width: 100%;
	overflow: hidden;
	min-height:600px;
	position: relative;
}
.top_banner div{
	position: absolute;
	top: 0;
/* 	left: 70%;
	min-height: 600px;
	margin-left: -960px; */
	display: none;
	width:100%;
}
.top_banner div:first-child{display: block;}
.top_banner div img{display: block;width: 100%;height: 100%;}
.point{
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 20px;
	margin: 0 auto;
	z-index: 100;
}
.point li{
	float:right;
	/* list-style:square inside url('/i/arrow.gif'); */
	width: 10px;
	height: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	
}
.point li:HOVER{
	background: #4cce59;
	
}
.point li:first-child{opacity: 1;}