/* CSS Document */
@charset "UTF-8";
dl,dd{margin:0 auto;padding:0;border:0;}
.bannerbox{
    height: 660px;
    width: 100%;
    overflow: hidden;
    position: relative;
	min-width:1100px;
}
.containt-div{
    width: 100%;
    position: relative;
    height: 660px;
	min-width:1100px;
}
.bannerbox ul{
    position: relative;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 660px;
    position: absolute;
    left: 0;
    top: 0;
	min-width:1100px;
}
.bannerbox ul li .img1{
    position: absolute;
}


.nav{
	width: 60px;
	height: 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	left: 50%;
	margin-left: 80px;
}
.nav dl dd{
	list-style-type: none;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	background-color: #999;
	border-radius: 4px;
}
.nav dl .bg{
	background: #ff7300;
	width: 8px;
	height: 8px;
	border: none;
}
