/*banner*/
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #FFF;
    overflow: hidden;
}

.fullSlide .bd {
    height: 590px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 590px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 590px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 3px;
    background-color: #333;
    overflow: hidden;
    line-height: 99px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
    width: 50px;
    background: #da251e;
    border-radius: 9px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fullSlide .prev {
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    left: 10%;
}

.fullSlide .next {
    background-position: -6px -137px;
    right: 10%;
}
