@charset "utf-8";
.bod_wdh {
    width: 67%;
    position: relative;
    margin: 0 auto;
}

.header {
    height: 98px;
    z-index: 3;
    overflow: hidden;
}

.header h1 {
    width: 220px;
    display: block;
    float: left;
    text-align: left;
    height: 98px;
    overflow: hidden;
}

.header h1 a {
    width: 100%;
    display: block;
    float: left;
    height: 98px;
    text-indent: -9999px;
    background: url(../images/logo.png) 10px center no-repeat;
}

.header h3 {
    width: 220px;
    display: block;
    float: left;
    text-align: left;
    height: 98px;
    overflow: hidden;
}

.header h3 a {
    width: 100%;
    display: block;
    float: left;
    height: 98px;
    text-indent: -9999px;
    background: url(../images/logo.png) 10px center no-repeat;
}

.header h3 {
    width: 220px;
    display: block;
    float: left;
    text-align: left;
    height: 98px;
    overflow: hidden;
}

.header h3 a {
    width: 100%;
    display: block;
    float: left;
    height: 98px;
    text-indent: -9999px;
    background: url(../images/logo.png) 10px center no-repeat;
}

.header dl {
    width: 75%;
    height: 98px;
    line-height: 98px;
    vertical-align: middle;
    text-align: center;
    float: right;
}

.header dl dt {
    width: 20%;
    height: 98px;
    float: left;
}

.header dl dt a {
    color: #666;
    display: inline-block;
    font-size: 16px;
}

.header dl dt a:hover {
    color: #f01a24;
    font-weight: bold;
}

.header dl dt a.head_hv {
    color: #f01a24;
    font-weight: bold;
}

.header dl dd {
    width: 14%;
    height: 98px;
    float: left;
}

.header dl dd a {
    color: #666;
    display: inline-block;
    font-size: 16px;
}

.header dl dd a:hover {
    color: #f01a24;
    font-weight: bold;
}

.header dl dd a.head_hv {
    color: #f01a24;
    font-weight: bold;
}

.footer {
    padding: 15px 0px 10px 0px;
    margin-top: 30px;
    text-align: center;
    background-color: #434343;
    color: #CCC;
    font-size: 14px;
}

.footer a {
    color: #CCC;
    font-size: 14px;
}

.footer label {
    display: inline-block;
    padding-left: 15px;
}