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