@charset "utf-8";

.main-slider-content ul,
.main-slider-content li,
.main-slider-content ol {
    padding: 0;
    margin: 0;
}

.main-slider-content li {
    list-style: none;
}

.main-slider-content img {
    border: none;
}

/* play */
.play {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.play .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
}

.play .text div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    filter: alpha(opacity:40);
    opacity: 0.4;
    z-index: 99;
}

.play .text span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: white;
    z-index: 999;
    text-align: center;
    font-size: 20px;
}

.play ol {
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 18px;
    z-index: 99999;
}

.play ol li {
    border: #fff 1px solid;
    float: left;
    margin-right: 6px;
    display: inline;
    cursor: pointer;
    padding: 5px 6px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    text-align: center;
}

.play ol li.active {
    border: #fff 1px solid;
    font-weight: bold;
    color: #333;
    position: relative;
    background-color: #fff;
}

.play ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.play ul li {
    width: 100%;
    height: 100%;
    float: left;
}

.play ul img {
    float: left;
    width: 700px;
    height: 420px;
}

.main-slider-content #next {
    display: block;
    position: absolute;
    top: 38%;
    right: 10px;
    width: 43px;
    height: 43px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    line-height: 50px;
    text-decoration: none;
}

.main-slider-content #prev {
    display: block;
    position: absolute;
    top: 38%;
    left: 10px;
    width: 43px;
    height: 43px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    line-height: 50px;
    text-decoration: none;
}

.main-slider-content #next {
    background: url(../images/jslider-img4.png) no-repeat;
}

.main-slider-content #prev {
    background: url(../images/jslider-img3.png) no-repeat;
}

.main-slider-content #prev:hover .prevImg,
.main-slider-content #next:hover .nextImg {
    display: block;
}

.prevImg {
    height: 54px;
    width: 80px;
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 43px;
    display: none;
}

.nextImg {
    height: 54px;
    width: 80px;
    position: absolute;
    background-color: #fff;
    top: -5px;
    right: 43px;
    display: none;
}

.bylines {
    position: absolute;
    width: 600px;
    bottom: 40px;
    text-align: center;
    color: #fff;
}