/*=========mF_tbhuabao========*/
.mF_tbhuabao {
    overflow: visible;
    position: relative;
}

.mF_tbhuabao .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url(../picture/loading.gif) center no-repeat;
    z-index: 9;
}

.mF_tbhuabao .pic,
.mF_tbhuabao .pic ul {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mF_tbhuabao .pic li {
    position: relative;
    float: left;
    overflow: hidden;
}

.mF_tbhuabao .txt li {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: none;
}

/*榛樿鏍囬楂樺害*/
.mF_tbhuabao .txt li a {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

/*鏍囬鏍峰紡*/
.mF_tbhuabao .txt li b {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.mF_tbhuabao .dot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.mF_tbhuabao .dot li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
}

.mF_tbhuabao .dot li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 4px;
    background-color: #ccc;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.mF_tbhuabao .dot li.current a {
    background-color: #2888b7;
}

.mF_tbhuabao .prev,
.mF_tbhuabao .next {
    position: absolute;
    z-index: 4;
    left: 10px;
}

.mF_tbhuabao .next {
    left: auto;
    right: 10px;
}

.mF_tbhuabao .prev a,
.mF_tbhuabao .next a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../picture/arrow-ico-left.png) no-repeat 50% #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    border-radius: 50%;
}

.mF_tbhuabao .next a {
    background-image: url(../picture/arrow-ico-right.png);
}

.mF_tbhuabao .prev a:hover,
.mF_tbhuabao .next a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}