@charset "utf-8";
/*******HOT******/
.pichot {
    width: 780px;
    height: 433px;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #000;
    z-index: 10;
}

.pichot ul {
    height: 100%;
}

.pichot ul li {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.pichot ul li img {
    width: 100%;
    height: 100%;
}

.pichot .bg {
    width: 100%;
    height: 40px;
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=30);
    opacity: .5;
    z-index: 5;
}

.pichot .bt {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 80px;
    z-index: 7;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.pichot .num {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.pichot .num span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/bg-slide.png) 0 -12px no-repeat;
    _background: url(../images/ie6/bg-slide.png) 0 -12px no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.pichot .num span.on {
    background-position: 0 0;
}

.pichot .skip {
    display:;
    _display: block;
    width: 23px;
    height: 47px;
    background: url(../images/bg-slide.png) no-repeat;
    _background: url(../images/ie6/bg-slide.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    text-indent: -1000em;
    cursor: pointer;
}

.pichot .prev {
    background-position: 0 -172px;
    left: 10px;
    display:;
}

.pichot .prev:hover {
    background-position: 0 -219px;
}

.pichot .next {
    background-position: -23px -172px;
    right: 10px;
    display:;
}

.pichot .next:hover {
    background-position: -23px -219px;
}

.pichot:hover .prev, .pichot:hover .next {
    display: block;
    display:;
}


.main-wrap .wrap .pichot ul li a:hover > img {
    opacity: 1;
}
