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