@charset "utf-8";
.fullSlide{
   position: relative;
    width: 100%;
    height: 468px;
    overflow: hidden;
}
.fullSlide .bd{
   z-index: 0;
    position: relative;
    margin: 0px auto;
    height: 468px;
    overflow: hidden;
}
.fullSlide .bd UL{
   width: 100% !important;
}
.fullSlide .bd LI{
   text-align: center;
    width: 1920px;
    height: 468px;
    left:50%;
    overflow: hidden;
    margin-left:-960px;
    position:absolute;
}
.fullSlide .bd LI A{
   display: block;
    height: 468px;
    color:#fff;
}
.fullSlide .hd{
   z-index: 1;
    position: absolute;
    line-height: 30px;
    width:250px;
    bottom: 15px;
    height: 30px;
    left: 45%;
}
.fullSlide .hd UL{
   text-align: center;
    padding-left: 2%;
    width: 100%;
    height: 30px;
}
.fullSlide .hd UL LI{
   filter: alpha(opacity=50);
    line-height: 999px;
    margin: 1px;
    width: 42px;
    zoom: 1;
    display: inline-block;
    background: #fff;
    float: left;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}
.fullSlide .hd UL .on{
   background: #f00;
}
.fullSlide .prev{
   z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../images/slider-arrow.png) #000 no-repeat -125px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 0%;
    opacity: 0.5;
}
.fullSlide .next{
   z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../images/slider-arrow.png) #000 no-repeat -5px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 15%;
    opacity: 0.5;
}
.fullSlide .next{
   right: 0%;
    left: auto;
}
.fullSlide .bd .f_title {
   bottom:1px;
   position:absolute;
   width:100%;
   height:30px;
   line-height:30px;
   text-align:center;
   background:#000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    display:none;
}