.header {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 72px;
    background: none;
    background-image: url(../images/bg/header.png);
}
.header .logo {
    float: left;
    padding: 14px 40px 12px;
    width: 520px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.header .logo>i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon-vip.png) no-repeat center center;
    vertical-align: middle;
}
.header .logo>a {
    vertical-align: middle;
    color: #6D3D00;
}
.header ul.menu {
    float: right;
    width: 392px;
    height: 72px;
}
.header ul.menu>li {
    position: relative;
    float: left;
    padding: 15px 0 15px 24px;
}
.header ul.menu>li>a {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    color: #fff;
}
.header ul.menu>li.tip>a,
.header ul.menu>li.member>a {
    color: #6D3D00;
}
.header ul.menu>li>a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.header ul.menu>li>a>i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
.header ul.menu>li>a>img {
    display: inline-block;
    margin: 7px 0;
    width: 22px;
    height: 22px;
    border: 1px solid #eee;
    border-radius: 12px;
}
.header ul.menu>li>a>span {
    display: inline-block;
    padding: 0 0 0 5px;
    width: 62px;
    height: 38px;
    line-height: 38px;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.header ul.menu>li.tip {
    padding: 26px 0 26px 24px;
}
.header ul.menu>li.tip>span {
    color: #6D3D00;
}
.header ul.menu>li:hover .drop-down {
    display: block;
}
.header ul.menu>li.client .drop-down {
    margin-left: -70px;
}
.header ul.menu>li.upload .drop-down,
.header ul.menu>li.knowledge .drop-down {
    margin-left: -52px;
}
#footer ul.copyright li {
    padding: 24px 0 0;
}
.header ul.menu > li.member .drop-down {
    top: 58px;
    left: 12px;
    width: 96px;
}
.header ul.menu > li.member .drop-down ul.sub-list {
    padding: 8px 0;
}
.header ul.menu > li.member .drop-down ul.sub-list li {
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #111;
}
.header ul.menu > li.member .drop-down ul.sub-list li a {
    display: block;
}
@font-face {
    font-family: 'icon-header';
    src: url('../font/icon-header/iconfont.eot');/* IE9 */
    src: url('../font/icon-header/iconfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
    url('../font/icon-header/iconfont.woff') format('woff'),
    url('../font/icon-header/iconfont.ttf') format('truetype'),/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../font/icon-header/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.icon-header{
    font-family:"icon-header"!important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}