
style > /*重置*/ a
{
    border: none;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
body, h1, p, li, dd, dl
{
    margin: 0;
}
p
{
    display: block;
}
img
{
    display: block;
    border: none;
    margin: 0;
}
h1
{
    font-weight: normal;
}
span
{
    display: block;
}
*
{
    font-family: "微软雅黑";
    padding: 0;
    list-style-type: none;
}
.overflow
{
    overflow: hidden;
}
.headerbox
{
    background-color: #FFFFFF;
}
.header
{
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
}
.logobox
{
    width: 185px;
    background-color: White;
    float: left;
}
.menubox
{
    float: left;
    margin-left:20px;
}
.menubox a
{
    font-size: 18px;
    line-height: 70px;
}
.menu01
{
    width: 125px;
    float: left;
    text-align: center;
    line-height: 70px;
}
.menu01 a
{
    display: block;
    width: 125px;
    height: 70px;
    color: #243047;
}

.menu01:hover
{
    background-color: White;
}
.menu01 a:hover
{
    height: 67px;
    border-top: 3px solid #98774d;
    color: #98774d;
    background-color: #FAFAFA;
    line-height: 64px;
}
.menu01.selected
{
    background-color: White;
}
.menu01.selected a
{
    height: 67px;
    border-top: 3px solid #98774d;
    color: #98774d;
    background-color: #FAFAFA;
    line-height: 64px;
}
.signbox
{
    background-color: #243047;
    border: solid 1px #384358;
    width: 76px;
    border-radius: 4px;
    float: right;
    text-align: center;
    margin-right: 3px;
    margin-top: 17px;
}
.signbox a
{
    display: block;
    width: 75px;
    height: 35px;
    font-size: 16px;
    color: White;
    line-height: 35px;
}
.signbox:hover
{
    background-color: #374668;
}
.signbox a:hover
{
    color: #FFF;
}