html,body{
    background:#2b2c2f;
    overflow-x: hidden;
}
#top{
    position:absolute;
    background: rgba(252,252,252,0.9) !important;
}
#bottom{
}
.content{
    height:900px;
    position:relative;
    overflow: hidden;
}
.content .carousel{
    width:6000px;
    display:block;
    position:absolute;
    font-size:0px;
}
.slide ul li.imgcon{
    position:relative;
    display:block;
    float:left;
    width:1920px;
}
.content .info {
    width:41px;
    height:38px;
    position:absolute;
    top:556px;
    left:662px;/* background:#fb8200;*//*opacity: 0; filter:alpha(opacity=0);*/
/*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8200',endColorstr='#fb8200');
    background-color:rgba(215, 130, 0, 0.0);*/
    background-image: url(../images/add.png);
}
.content .info em{
    display:block;
    width:122px;
    height:38px;
    cursor:pointer;
}
.content .info em:hover{
    background:url(../images/info.png) center top no-repeat;
}
.content .info:hover {

    width:101px;
    left:640px
}

.triggers {
    position:absolute;
    width:100%;
    bottom:155px;
    left:50%;
    margin-left:-960px;
    text-align: center;
    z-index: 10;
}
.triggers span:hover{
    cursor: pointer;
}
.triggers span{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
   
    margin-left:5px;
    margin-right:5px;
    font-size:0;
}

.triggers span.current{
    background: #fb8200;
}

.hid{
   position: absolute;
   left:50%;
   margin-left:-960px;
    width: 1920px;
    height:900px;
    overflow: hidden;

}

.banner {  position: absolute;
   left:50%;
   margin-left:-960px;width:1920px; height:900px;  overflow:hidden;  }

.slide { position:relative; width:100%; height:900px; overflow:hidden; }
.slide ul li { float:left;  width:1920px; }
.slide ul li img { width:100% height:900px; }