
a {
    color: #26211d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

.showpage {
    width: 100%;
    text-align: center;
    margin:0 auto;
}

.showpage .flashbox {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.flashbox .focusNew_out {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.flashbox .focusNew_out .f_out_txt {
    height: 50px;
    width: 492px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    color: #d6d6d6;
    font-size: 20px;
    font-family: "微软雅黑";
    line-height: 50px;
    padding: 0 150px 0 20px;
    overflow: hidden
}

.flashbox .focusNew_out .f_out_txt a {
    color: #d6d6d6;
}

.flashbox .f_tabs {
    width: 200px;
    height: 25px;
    position: absolute;
    bottom: 0;
    /*top: 0;*/
    right: 0;
    left: 0;
    margin: auto;
    /*margin-left: -100px;*/
    z-index: 100;
    text-align: center;
}


.flashbox .f_tabs span {
    width: 15px;
    height: 15px;
    padding:6px 10px;
    /*float: left;*/
    background: #fff;
    margin-right: 3px;
    text-align: center;
    color: #0262ac;
    /*margin-top: 0px;*/
    cursor: pointer;
    /*border-radius: 20px;*/
}

.flashbox .f_tabs span.hover {
    /*height: 19px;*/
    background: #0262ac;
    color: #fff;
    /*padding-top:15px;*/
    /*padding: 6px;*/
    /*line-height: 9px;*/
    /*cursor: pointer;*/
    /*margin-top: 0px;*/
}

