/* CSS Document */
@charset "UTF-8";
.bannerbox{
    height:674px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.containt-div{
    width: 100%;
    position: relative;
    height: 674px;
}
.bannerbox ul{
    position: relative;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 674px;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerbox ul li.fst-li{
    background: url("../images/banner.png") center no-repeat;
/*    background-size: 100% 100% !important;*/
    background-size: cover !important;
    background-position: center !important;


}
.bannerbox ul li.sec-li{
    background: url("../images/banner.png") center no-repeat;
/*    background-size: 100% 100% !important;*/

    background-size: cover !important;
    background-position: center !important;

}
.bannerbox ul li.third-li{
    background: url("../images/banner.png") center no-repeat;
/*    background-size: 100% 100% !important;*/
    background-size: cover !important;
    background-position: center !important;


}
.bannerbox ul li .img1{
    position: absolute;
}
/*banner-01*/
.banner-01{
    width:60%;
    height: auto;
    position: absolute;
    top: -100%;
    left:20%;

    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*banner2*/
.banner-02{
    width:60%;
    height: auto;
    position: absolute;
    top:-100%;
    left:20%;

    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*banner3*/
.banner-03{
    position: absolute;
    width:60%;
    height: auto;
    top: -100%;
    left:20%;

    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.nav1{height:16px;position:absolute;bottom:19px;z-index: 2; left:0;width: 100%;text-align: center;}
.nav1 dl{display:inline-block;}
.nav1 dl dd{list-style-type:none;width:11px;height:11px;float:left;margin-right:14px;cursor:pointer;border-radius: 50%;background:#fff;}
.nav1 dl .bg1{background:#f1a708;}