
.fullSlide{
	width: 100%;
	height: 633px;
	position: relative;
}
.fullSlide .bd{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul{
	width: 100% !important;
	height: 633px;
	position: relative;
}
.fullSlide .bd ul li{
	width: 100% !important;
	height: 633px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.fullSlide .hd{
	width: 100%;
	height: 42px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fullSlide .hd ul{
	text-align: center;
}
.fullSlide .hd ul li{
	width: 17px;
	height: 17px;
	display: inline-block;
	line-height: 9999px;
	margin:0 20px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/tg_flash.png) no-repeat;
}
.fullSlide .hd ul .on{
	background: url(../images/tg_flash_cur.png) no-repeat;
}
