body, html
{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul,li,h2{
    margin:0;
    padding:0;
}
a{
    color:#fff;
    text-decoration: none;
} 
em{
    font-style: normal;
}
li{
    list-style: none;
}   
.clearfix:after{
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix{
  zoom: 1;
}
body{
    background: url(../images/bg.png) center top #f2f2f7 no-repeat;
}
.header{
    width:100%;
    height: 96px;
    margin:0 auto;
    display:block;
    margin-top:20px;
    background: url(../images/bg_logo.png) top center  ;
    position: relative;
}
.menu{
    width: 1000px;
    margin: 0 auto;
}
.menu a{
    display: block;
    float: left;
    line-height: 34px;
    font-size:16px;
    width: 80px;
    text-align: center;
    float: left;
    margin: 0 20px 0 30px;
}
.header .se{
    margin-right: 240px;
}
.header a span{
    line-height: 1em;
    padding:20px 0 5px;
    display: block;
}
.header a em{
    display: block;
    font-size:10px;
    font-style: normal;
    line-height: 1em;
}
.header .selected span,.header .selected em{
    color:#e50044;
}

.header .me{
    position: absolute;
    left:50%;
    margin-left: 390px;
    top:25px;
    color:#000;
}
.header .me a{
    font-size: 16px;
    color:#000;
}
.footer{
    text-align: center;
    border-top:1px solid #e52e65;
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px 0;
    line-height: 2em;
    color:#3f3f3f;
}
.footer a{
    margin:0 8px;
    color:#3f3f3f;
}