@charset "UTF-8";
.focus {
    margin: 0;
    padding: 0
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

.focus {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 300px;
    margin: 0 auto
}

.focus .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 3;
}

.focus .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s
}

.focus .dots li.active {
    background: #fff;
    opacity: 1
}

.focus .arrow {
    position: absolute;
    width: 15px;
    height: 30px;
    top: 50%;
    margin-top: -18px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.focus #al {
    left: 15px
}

.focus #ar {
    right: 15px
}

.focus ul {
    z-index: 1;
    width: 600%;
    overflow: hidden;
}

.focus ul .slider-item {
    width: 420px;
    float: left;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.focus ul .slider-item .slider-title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 390px;
    max-height: 56px;
    padding: 10px;
    text-align: left;
    line-height: 28px;
    /*bcolor: #fff;*/
    font-size: 18px;
    font-weight: bold;
    /*background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));*/
    
}

.focus .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    min-height: 3px;
    overflow: hidden;
    z-index: 2;
    background: #82BBFB
}