/*头部*/
.toppic {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.toppic a:link, .toppic a:visited {
    color: #fff;
}
.topside {
    background: #40484a none repeat scroll 0 0;
    float: left;
    height: 88%;
    width: 100%;
}
.logoLink {
    background: transparent url("../images/logo.gif") no-repeat scroll left 0.4%;/*兼容不支持css3浏览器*/
    background: transparent url("../images/logo.gif") no-repeat scroll left 0.4% / 71.14% auto;
    display: block;
    float: left;
    font-size: 0;
    height: 0;
    margin-left: 9%;
    overflow: hidden;
    padding-top: 3.6%;
    width: 12.3%;
}
.topNav {
    padding-right: 12.2%;
    width: 65%;
}
.topNav li {
    float: right;
    margin-left: 8%;
}
.topNav li a {
    float: left;
    font-size: 1.1em;
    height: 100%;
    line-height: 3.9em;
    padding: 0 0.5em;
}
.topNav li a:hover {
    background: #ea5350 none repeat scroll 0 0;
}
.topNav li.current a {
    background: #ea5350 none repeat scroll 0 0;
}

/*底部*/
#footer {
    background: #fff none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
    width: 100%;
}
#footer dt {
    color: #888888;
     font-size: 0.96em;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 4em;
    text-align: center;
    width: 100%;
    margin-top: 1.2%;
}
#footer dd {
    color: #525252;
    font-size: 0.96em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}