/* CSS Document */
@charset "UTF-8";
.bannerbox{
    /*height: 670px;*/
   height: 550px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
img{
	max-width: 100%;
}
.containt-div{
    /*width: 1024px;*/
   width: 100%;
    position: relative;
    /*height: 670px;*/
   height: 550px;
}
.bannerbox ul{
    position: relative;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    /*height: 670px;*/
   height: 550px;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerbox ul li.fst-li{
    background: url("../img/b-b-0.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.sec-li{
    background: url("../img/b-b-0.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.third-li{
    background: url("../img/b-b-0.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li .img1{
    position: absolute;
}
/*banner-01*/
.baner-01-a{
    /*width: 327px;*/
    /*height: 165px;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    /*top: 100px;*/
    /*left: 50%;*/
    /*margin-left: -163px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.baner-01-b{
    /*width: 752px;*/
    /*height: 65px;*/
   width: 100%;
   height: 550px;
   top: 0;
   left: 0;
    /*top: 350px;
    left: 50%;*/
    position: absolute;
    /*margin-left: -376px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/*banner2*/
.banner2-02{
    /*width:593px;
    height: 93px;
    position: absolute;
    top: 243px;
    left: 0;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner2-01{
    /*top: 217px;
    position: absolute;
    left: -100px;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner2-03{
    /*top: 352px;
    left: 0;
    position: absolute;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/*banner3*/
.banner3-01{
    /*position: absolute;
    top: 138px;
    width: 720px;
    height: 73px;
    left: 50%;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    /*margin-left: -310px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner3-02{
    /*position: absolute;
    top: 227px;
    left: 50%;
    width: 610px;*/
   width: 100%;
   height: 550px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    /*margin-left: -305px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.nav {
	width: 100px;
	height: 14px;
	position: absolute;
	bottom: 10px;
	/*right: 20px;*/
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	
	z-index: 2;
	left: 50%;
	/*margin-left: -50px*/
}
.nav dl dd{list-style-type:none;width:12px;height:12px;float:left;margin-right:5px;cursor:pointer;
    border:1px solid #fff;}
.nav dl .bg{background:#ff7300;width:14px;height:14px;border:none;}