
.fullSlide{
	width: 100%;
	height: 650px;
	position: relative;
}
.fullSlide .bd{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul{
	width: 100% !important;
	height: 650px;
	position: relative;
}
.fullSlide .bd ul li{
	width: 100% !important;
	height: 650px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.fullSlide .hd{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
}
.fullSlide .hd ul{
	text-align: center;
}
.fullSlide .hd ul li{
	background: #000;
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 11px;
	opacity: 0.5;
	overflow: hidden;
	line-height: 999px;
}
.fullSlide .hd ul li{
	background: rgba(0, 0, 0, 0) url("../images/dot-black.png") repeat scroll 0 0;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	line-height: 9999px;
	margin: 4px;
	overflow: hidden;
	width: 11px;
}
.fullSlide .hd ul .on{
	opacity:0.2;
}
.fullSlide .bd li .siteWidth{
	height: 299px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.fullSlide .bd li a{
	display: block;
	height: 299px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
