*{ padding:0; margin:0}

.fullSlide {
	width:100%;
	position:relative;
	height:550px;
	overflow:hidden;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:550px;
	overflow:hidden;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
}
.fullSlide .bd li a {
	display:block;
	height:550px;
}
.fullSlide .hd {
	display: block; left: 50%; margin-left:-500px; top: 450px; position: absolute;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li 
{
    display: inline-block; width: 18px; height: 18px; background: #e0e0e0; margin-right: 9px; transition:background 0.3s; overflow: hidden;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	line-height:999px;border-radius: 18px;
}
.fullSlide .hd ul .on {
	background: #ff4a00; text-decoration: none;
}