﻿html
{
    width:100%;
    height:100%;
}

body
{
    margin:0px;
    padding:0px;
    background-image:url(bg2016122102.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#d4dbe3;
    font-family:微软雅黑;
    text-align:center;
    vertical-align:top;
}

.logo
{
    width:990px;
    margin:0 auto;
    margin-top:40px;
    text-align:left;
}
.jump
{
    width:990px;
    margin:-30px auto;
    text-align: right;
    font-size:18px;
    font-weight:bold;
}
a:link {
    color: #034890;
}
a:visited {
    color: #034890;
}
a:hover {
    color: #034890;
}
a:active {
    color: #034890;
}

.nav
{
    width:1280px;
    margin:0 auto;
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-640px;
}

.navShadow
{
    width:1280px;
    height:41px;
    background-image:url(shadow.png);
}

.navItem
{
    table-layout:fixed;
    width:100%;
    border-collapse:collapse;
}

.navItem>tbody>tr>td
{
    height:200px;
    color:white;
    text-align:center;
}

.navItem>tbody>tr>td a
{
    display:block;
    margin-left:30px;
    margin-right:30px;
    padding-bottom:10px;
    font-size:22pt;
    text-decoration:none;
}

.itemColor1
{
    background-color:white;
    color:#474747;
}

.itemColor1 A
{
    color:#474747;
    border-bottom:1px solid #474747;
}

.itemColor2
{
    background-color:#5a85a7;
}

.itemColor3
{
    background-color:#3b719d;
}

.itemColor4
{
    background-color:#256497;
}

.itemColor5
{
    background-color:#16598e;
}

.itemColor6
{
    background-color:#034890;
}

.itemColor7
{
    background-color:#002667;
}

.itemColor2 A,.itemColor3 A,.itemColor4 A,.itemColor5 A,.itemColor6 A,.itemColor7 A
{
    color:white;
    border-bottom:1px solid white;
}