.text-banner {
    margin: 0 auto;
    background: #cccccc;
    overflow: hidden;
    position: relative;
}
.text-banner .word-show{
    width: 860px;
    height: 60px;
    background: url(../img/box_kuai.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    z-index: 18;
    text-align: center;
}
.text-banner .word-show a{
    color: #fff;
}
.text-banner .focusn{
    position: absolute;
    left: 15%;
    bottom: 7px;
    color: #fff;
    font-size: 18px;
    z-index: 104;
    line-height: 200%;
}
.text-banner .focusn b{
    font-size: 28px;
    color: #e71f18;
    margin-right: 1px;
}
.text-banner .focusn em{
    font-style: normal;
    margin-left: 2px;
    color: #fff;
    font-size: 18px;
}
.text-banner{
    width:860px;
    height:380px;
}
.text-banner .text-li{
    width:860px;
    height:380px;
}
.text-banner ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.text-banner ul li {
    display: block;
    float: left;
    position: relative;
}

.text-banner .con-dot {
    position: absolute;
    left: 45%;
    bottom: 3%;
    z-index: 101;
}

.text-banner .con-dot a {
    float: left;
    margin-right: 8px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    z-index: 101;
}

.text-banner .con-dot a.active {
    background: #fff;
}
.text-banner .text-arrow {
    width: 25px;
    height: 35px;
    display: none;
}

.text-banner .left {
    position: absolute;
    left: 2%;
    z-index: 103;
}
.arrow-r{
    background: url(../img/right.png) no-repeat;
    cursor: pointer;

}
.arrow-l{
    background: url(../img/left.png) no-repeat;
    cursor: pointer;
}
.text-banner .right {
    position: absolute;
    right: 2%;
    z-index: 103;
}
.text-arrow{
    bottom:12px;
}