﻿.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}

#header {
    background: url(../img/header_bg8.png) repeat-x;
}

    #header .logo {
        background: url(../img/left_logo_kf.jpg) no-repeat left;
        width: 906px;
        margin: 0 auto;
        height: 109px;
    }

    #header #nav, #header #nav_second {
        margin: 0 auto;
        width: 100%;
    }

        #header #nav .mainNav {
            padding: 20px 0 0 120px;
        }

.mainNav li {
    float: left;
    padding-left: 43px;
}

    .mainNav li a {
        color: #585858;
        height: 100%;
    }

#header #nav .white {
    color: #FFF;
}

#header #nav_second .yellow, .yellow {
    color: #F90;
    font-weight: bold;
}

#header #nav_second .mainNav {
    background: #1368b6;
    width: 906px;
    height: 20px;
    margin: 0 auto;
}

#header #nav_second li {
    line-height: 20px;
}

    #header #nav_second li a {
        color: #FFF;
    }

.red {
    color: #F00;
}

#content .main .side {
    float: left;
    width: 220px;
    height: 100%;
    background: #fbfafa;
    border: 1px solid #f1f1f1;
    margin-left: 8px;
    margin-bottom: 5px;
}

    #content .main .side .column {
        margin: 10px 0;
    }

    #content .main .side .news {
        background: url(../img/news.png) no-repeat top left;
        width: 111px;
        height: 30px;
        margin: 0 10px;
        padding-bottom: 10px;
    }

        #content .main .side .news img {
            margin-left: 115px;
        }

    #content .main .side h1 {
        background: url(../img/h1_border1.png) no-repeat left bottom;
    }

    #content .main .side .column p.newsText {
        margin-right: 15px;
        line-height: 200%;
        color: #666;
        border-bottom: 1px dashed #9a9999;
        padding: 10px 0 10px 10px;
    }

    #content .main .side .advertisement01 {
        background: url(../img/advertisement01.png) no-repeat left top;
        width: 190px;
        height: 116px;
        margin: 15px;
    }

    #content .main .side .exchange {
        background: url(../img/exchange.png) no-repeat top left;
        width: 66px;
        height: 19px;
        margin: 0 10px;
        padding-bottom: 10px;
    }

    #content .main .side .column p.text {
        margin-right: 15px;
        line-height: 150%;
        color: #666;
        padding-left: 10px;
        padding-top: 10px;
    }

    #content .main .side h2 {
        font-size: 13px;
        color: #F90;
        background: url(../img/h1_border1.png) no-repeat left top;
        padding: 10px 10px 0 10px;
    }


.img-scroll {
    width: 912px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.bx-pager a {
    float: left;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 10px;
}

.bx-pager {
    position: absolute;
    top: 185px;
    left: 300px;
    z-index: 10;
    width: 100px;
}

#footer {
    margin: 0 auto;
    height: 22px;
}

    #footer .link {
        height: 30px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    #footer p {
        text-align: center;
    }

.rightTop {
    width: 360px;
    float: right;
    margin-top: 3px;
    color: #fff;
}

    .rightTop li {
        float: left;
        line-height: 30px;
        margin-left: 8px;
        cursor: pointer;
    }

    .rightTop img {
        float: left;
    }

    .rightTop p {
        float: left;
        cursor: pointer;
    }

    .rightTop li a:link, .rightTop li a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    .rightTop li a:active {
        text-decoration: none;
        color: #ffffff;
    }

    .rightTop li a:hover {
        text-decoration: none;
        position: relative;
        top: 1px;
        left: 1px;
        color: #f39704;
    }
