* {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 1320px;
    margin: 0 auto;
    border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #aaaaaa;
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 3;
}

.banner .dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    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;
}

.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

.banner .arrow {
    position: absolute;
    width: 20px;
    height: 37px;
    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;
}

.banner #al {
    left: 15px;
}

.banner #ar {
    right: 15px;
}

.banner ul {
    z-index: 1;
    width: 1320px;
    overflow: hidden;
}

.banner ul .slider-item {
    width: 1320px;
    float: left;
    height: 475px;
    position: relative;
    overflow: hidden;
}

.banner ul .slider-item img {
    width: 1320px;
    height: 475px;
}

.banner ul .slider-item .slider-title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 1320px;
    max-height: 56px;
    padding: 16px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 2px #000000;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
    /* background: url(../images/slider-info-bg.png) \9; */
}

.banner .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    min-height: 3px;
    overflow: hidden;
    z-index: 2;
    background: rgb(69, 153, 248);
}