.kaika_bottom {
    bottom: 0;
}

.headfixed {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.toplogo {
    height: 60px;
    border-top: 5px solid #A41E36;
    width: 100%;
    z-index: 999;
    background: url(../images/topbg.jpg) repeat-x left bottom;
}

.toplogo .logo {
    padding-left: 8px;
    padding-top: 9px;
    float: left;
}

.logo a img.l {
    max-height: 32px;
    height: 32px;
    width: 127px;
}

.toplogo .tel {
    display: inline-block;
    padding-right: 8px;
}

.tel a,
.tel a:hover {
    text-decoration: none;
    font: 14px/55px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #555
}

.tel a span {
    color: #A41E36;
}

.page {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}

.page a {
    display: inline-block;
    padding: 0px 3px;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    margin: 3px;
}

.page a:hover {
    padding: 0px 3px;
    height: 20px;
    background-color: #0673A5;
    color: #fff;
    border: 1px solid #0673A5;
}

.page b {
    display: inline-block;
    padding: 0px 3px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #999;
    color: #999;
    font-size: 12px;
    margin: 3px;
    background-color: #0673A5;
    color: #fff;
    border: 1px solid #0673A5;
}