.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear,left top,left bottom,from(#c9151b),to(#a11115));
    background: -moz-linear-gradient(top,#c9151b,#a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b',endColorstr='#a11115');
    color: #fff
}

.red:active {
    color: #de898c;
    background: -webkit-gradient(linear,left top,left bottom,from(#aa1317),to(#ed1c24));
    background: -moz-linear-gradient(top,#aa1317,#ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317',endColorstr='#ed1c24')
}

.cor_bs,.cor_bs:hover {
    color: #fff
}

.keBody {
    background: url(../images/bodyBg.jpg) repeat #333
}

.keTitle {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: #FFF;
    text-align: center;
    background: url(../images/bodyBg3.jpg) repeat-x bottom left;
    font-weight: normal
}

.kePublic {
    background: #FFF;
    padding: 0
}

.keBottom {
    color: #FFF;
    padding-top: 25px;
    line-height: 28px;
    text-align: center;
    font-family: '微软雅黑';
    background: url(../images/bodyBg2.jpg) repeat-x top left;
    padding-bottom: 25px
}

.keTxtP {
    font-size: 16px;
    color: #fff
}

.keUrl {
    color: #FFF;
    font-size: 30px
}

.keUrl:hover {
    text-decoration: underline;
    color: #FFF
}

.mKeBanner,.mKeBanner div {
    text-align: center
}

.imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 100%;
    margin: 0 auto
}

.imageflow img {
    border: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    -ms-interpolation-mode: bicubic
}

.imageflow p {
    margin: 0 auto;
    text-align: center
}

.imageflow .loading {
    border: 1px solid #ccc;
    height: 15px;
    left: 50%;
    margin-left: -106px;
    padding: 5px;
    position: relative;
    visibility: visible;
    width: 200px
}

.imageflow .loading_bar {
    background: #ccc;
    height: 15px;
    visibility: visible;
    width: 1%
}

.imageflow .caption {
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10000
}

.imageflow .images {
    overflow: hidden;
    white-space: nowrap
}

.imageflow .button {
    cursor: pointer;
    height: 52px;
    position: relative;
    width: 30px
}
/*
.imageflow .previous {
    background: url(../images/index/button_left.png) top left no-repeat;
    float: left;
    margin: -12% 0 0
}

.imageflow .next {
    background: url(../images/index/button_right.png) top left no-repeat;
    float: right;
    margin: -12% 0 0
}
 */
