﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 12px;
    color: #000;
    font-family: "Microsoft YaHei","Arial Narrow",sans-serif;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: black;
}

.navbody {
    width: 100%;
    height: 45px;
    background: #1e63b0;
}

.wrapper {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.eif-header-nav {
    height: 45px;
    width: 1200px;
    margin: 0 auto;
    background: #1e63b0;
}

    .eif-header-nav ul {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
    }

        .eif-header-nav ul li {
            float: left;
            height: 100%;
            width: 109px;
        }

.navOnselect {
    background: #f60;
    background: #DE0202;
}

.eif-header-nav li a.eif-header-nav-home {
    border-left: none !important;
}

.eif-header-nav li a.eif-header-nav-end {
    border-right: none !important;
}

.eif-header-nav ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    border-left: 1px solid #007ACC;
    border-right: 1px solid #294fa6;
    text-decoration: none;
}

    .eif-header-nav ul li a:hover {
    }

.navBox2 {
    background: #e8e8e8;
    width: 100%;
}

    .navBox2 .navCenter2 {
        width: 1200px;
        margin: 0 auto;
        padding: 10px 0;
    }

        .navBox2 .navCenter2 > h3 {
            font-size: 14px;
            width: 60px;
            float: left;
        }

        .navBox2 .navCenter2 > a {
            margin: 0 10px;
            font-size: 14px;
            color: black;
        }
