@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
/* 基础通用 */
body {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
a {
    color: #424242;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
#TopMenuwrapout {
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    background: url(https://static.web.sdo.com/avata/pic/menu/new_bg.gif) repeat-x;
    height: 38px;
    display: block;
    overflow: hidden;
    text-align: center
}
#TopMenuwrap {
    width: 960px;
    height: 38px;
    margin: 0 auto;
    text-align: left;
    line-height: 38px
}
#TopMenuwrap ul li {
    float: right;
    display: inline;
    padding: 0 20px;
    background: url(https://static.web.sdo.com/avata/pic/menu/new_line.gif) no-repeat left 13px;
}
#TopMenuwrap .avata {
    background: url(https://static.web.sdo.com/avata/pic/menu/avata1224.gif) no-repeat left 8px;
    width: 151px;
    height: 38px;
    text-indent: 45px
}
#TopMenuwrap .avata a {
    color: #D64412;
    font-weight: bold;
}
#TopMenuwrap .red {
    color: #F00
}