﻿/*----------------------------public CSS-------------------------------*/
body, div, address, blockquote, iframe, ul, li,ol,a, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    color: #016A9F;
}
body
{
    background-color:#ffffff;
}
ul
{
    list-style:none;
}
a
{
    text-decoration:none;font-weight:normal;font-size:12px;color:#016A9F;line-height:22px; font-family:"宋体";
}

a:hover
{
	text-decoration:underline;
}

img
{
    border:0px;
}


#header
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    background-image: url('../images/top_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 244px;
}
#navigte
{
    width: 960px;
    height: 40px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
}
#nav-l
{
    background-position: -5px -20px;
    height: 40px;
    overflow: hidden;
    background-image: url('../images/nav.gif');
    background-repeat: no-repeat;
    float: left;
    width: 20px;
}
#nav-r
{
    height: 40px;
    overflow: hidden;
    background-position: -244px -20px;
    background-image: url('../images/nav.gif');
    background-repeat: no-repeat;
    width: 20px;
    float: left;
}
#nav
{
    display: block;
    height: 40px;
    overflow: hidden;
    width: 920px;
    float: left;
}
#nav li
{
    display:block;
    float:left;
    overflow:hidden;
    width:92px;
    height:40px;
    text-align:center;
    background-position: -30px -20px;
    background-image: url('../images/nav.gif');
    background-repeat:no-repeat;
}
#nav a
{
    color:#FFFFFF;
    font-size:14px;
    line-height:40px;
    font-weight:bold;
}

#nav a:hover
{ color:#C8F304;
  text-decoration:underline;
}

#content
{
    margin-top: 5px;
    width: 947px;
    margin-right: auto;
    margin-left: auto;
}
#navigate2
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    width: 947px;
    height: 28px;
    text-align:center;
	color:#333;
}

#navigate2 a{ color:#333;}
#navigate2 a:hover{ text-decoration:underline;}

#copyright
{
    margin-right: auto;
    margin-left: auto;
    width: 947px;
    height: 80px;
    text-align:center;
}

#copyright p{color:#898888;}