@charset "utf-8"; /* bannerBox */
.fullSlide * {
    zoom:1}

.fullSlide {
    position: relative;
    margin: 0 auto;
    height: 10rem;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .bd li a {
    display: inline-block;
    height: 10rem;
    width: 100%;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    top: -1.5rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    filter: alpha(opacity=60);
    /* opacity:0.6; */
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1; width: 1rem;
    height: 0.3rem;
    margin-right: 0.3rem;
    overflow: hidden;
    font-size: 0;
    border-radius: 1rem;
    background-color: #d8dcda;
}

.fullSlide .hd ul li:nth-child(3) {
    margin: 0;
}

.fullSlide .hd ul .on {
    background-color: #f3d0a3;
}

.fullSlide .prev,.fullSlide .next {
    z-index: 1;
    display: block;
    width: 2rem;
    height: 2rem;
    position: relative;
    margin: -47% 0 0 3%;
    float: left;
    background: url(/template/images/arrow.png) 0 0 no-repeat;
    background-size: auto 100%;
    opacity: 0.2;
}

.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}

.fullSlide .prev:hover,.fullSlide .next:hover {
    filter: alpha(opacity=50);
    opacity: 0.5
}
