/* CSS Document */
@charset "UTF-8";
.bannerbox{
    height: 606px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.containt-div{
    width: 1100px;
    position: relative;
    height: 606px; margin:0px auto;
}
.bannerbox ul{
    position: relative;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 606px;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerbox ul li.fst-li{
    background: url("../images/banner1.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.sec-li{
    background: url("../images/banner2.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.third-li{
    background: url("../images/banner3.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li .img1{
    position: absolute;
}
/*banner-01*/
.baner-01-a{
    width:282px;
    height:293px;
    position: absolute;
    top:0px;
    left:46px;
}
.baner-01-b{
    width: 784px;
    height:592px;
    top:0px;
    left:332px;
    position: absolute;
}
/*banner2*/
.banner2-01{
    top: 0px;
    position: absolute;
    left: 0px;
}
.banner2-02{
    position: absolute;
    top:206px;
    left:109px;
}
.banner2-03{
    top:40px;
    left:19px;
    position: absolute;
}
/*banner3*/
.banner3-01{
    position: absolute;
    top:19px;
    left:28px;
}
.banner3-02{
    position: absolute;
    bottom:60px;
    right:30px;
}
.banner3-03{
    position: absolute;
    bottom:22px;
    right:132px;
}
.banner3-04{
    position: absolute;
    bottom:0px;
    left:150px;
}
.nav0{width:100px;height:14px;position:absolute;bottom:10px;right:20px;z-index: 2; left: 50%;margin-left: -50px}
.nav0 dl dd{list-style-type:none;width:12px;height:12px;float:left;margin-right:5px;cursor:pointer;
    border:1px solid #fff;}
.nav0 dl .bg0{background:#ff7300;width:14px;height:14px;border:none;}