/* CSS Document */
@charset "UTF-8";
.bannerbox{
    
     background-position: 50% 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.containt-div{
    width: 100%;
    position: relative;
    height: 100%;    
}
.bannerbox ul{
    position: relative;
    height: 100%;
}
.bannerbox ul li{
    list-style: none;
    width: 100%;
    height: 100%;    
    position: absolute;
    left: 0;
    top: 0;
}
.bannerbox ul li.fst-li{
    background: url("../images/1.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.sec-li{
    background: url("../images/2.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.third-li{
    background: url("../images/3.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li .img1{
    position: absolute;
}
/*banner-01*/
.f1_a{text-align: center;
    width:100%;
    height: 65%;
    position: absolute;
    left: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.f1_b{text-align: center;
    width:100%;
    height: 35%;
    bottom: 0;
    position: absolute;
    left: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.f1_b a{display: block;
    color: #fff;
    font-size: 16px;
    width: 80px;
    height: 60px;
    background: #fa8334;
    border-radius: 100%;
    text-align: center;
    margin-top: 30px;
    box-shadow: #b74d06 0px 3px 7px;
    padding-top: 10px;
    margin: auto;
    text-shadow: #6d6d6d 2px 2px 2px;}

/*banner2*/
.s1_a{text-align: center;
    width:100%;
    height: 60%;
    position: absolute;
    left: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;

    
}

.s1_b{text-align: center;
    width:100%;
    height: 40%;
    bottom: 0;
    position: absolute;
    left: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.s1_b a{}

/*banner3*/
.banner3-01{
    position: absolute;
    top: 138px;
    width: 720px;
    height: 73px;
    left: 50%;
    /*margin-left: -310px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner3-02{
    position: absolute;
    top: 227px;
    left: 50%;
    /*margin-left: -305px;*/
    width: 610px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner3-03{
    position: absolute;
    top: 283px;
    width:214px;
    left: 50%;
    /*margin-left: -107px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner3-04{
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 479px;
    margin-left: -239px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
