﻿* {
    color: #333;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.w960 {
    width: 960px;
    margin: 0px auto;
}

.header {
    height: 230px;
    background: url(../images/banner.png) no-repeat center;
}

.navbar {
    background: #2598e2;
}

.nav .nav-item {
    width: 100px;
}

    .nav .nav-item a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'Microsoft YaHei',SimHei;
    }

        .nav .nav-item a:hover, .nav .nav-item a.active {
            background: #1176b6;
            text-decoration: none;
        }

.nav .search-form {
    width: 260px;
}

    .nav .search-form .search-box {
        border: none;
        height: 24px;
        line-height: 24px;
        margin: 8px 0px;
        width: 180px;
        padding: 0px 5px;
        margin-left: 70px;
        color: #999;
        background: url(../images/icon-search.png) #fff no-repeat 160px 2px;
    }

.foot-navbar {
    background: #2598e2;
}

    .foot-navbar .foot-nav {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

        .foot-navbar .foot-nav a {
            color: #fff;
        }

        .foot-navbar .foot-nav span.split {
            color: #fff;
            margin: 0px 10px;
        }

.footer {
    height: 200px;
    background: #575757;
}

    .footer .f1 {
        position: absolute;
        top: 10px;
        left: 230px;
    }

    .footer .f2 {
        position: absolute;
        top: 20px;
        left: 310px;
    }

    .footer .f3 {
        position: absolute;
        top: 20px;
        left: 380px;
    }

    .footer .wrapper {
        position: relative;
    }

        .footer .wrapper .statement {
            position: absolute;
            left: 460px;
            top: 20px;
            line-height: 26px;
            font-size: 13px;
            color: #fff;
        }
            .footer .wrapper .statement p {
                color:#fff;
            }
            .footer .wrapper .statement a {
                color: #fff;
            }

