* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.8 'Microsoft YaHei', '微软雅黑';
    position: relative;
}

a {
    text-decoration: none;
}
ul{
    list-style:none;
}
input,button{
    border:0;
    outline: 0;
}

#header{
    width: 100%;
    height: 70px;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#header .header-center{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
    display: table;
}

#header .header-center > div{
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

#header .header-center > div:first-child{
    padding-right: 310px;
}

.logo{
    display: block;
    width: 205px;
    height: 27px;
    background: url(../index/logo.png) center top no-repeat;
}

.menu li{
    float: left;
    margin-right: 18px;
}

.nav{
    display: block;
    padding: 0 33px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-bottom: 2px solid #000;
    color: #B9B9B9;
}

.nav:hover{
    color: #1FEBC0;
}

.nav-active{
    color: #1FEBC0;
    border-color: #1FEBC0;
}

.reg{
    display: block;
    float: left;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../index/reg.png) left top no-repeat;
    color: #fff;
}

.reg a{
    color: #fff;
    margin-left: 10px;
}

.reged{
    background: none;
    width: 150px;
}

.reg:hover{
    background-position: -118px;
}

.reg:active{
    background-position: -236px;
}


#footer{
    height: 216px;
    background: #0C0D12;
    color: #797979;
    position: relative;
    z-index: 20;
}

#footer-center{
    width: 1200px;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.line-1{
    overflow: hidden;
    margin-top: 42px;
}

.footer-download{
    display: block;
    float: right;
    width: 154px;
    height: 36px;
    background: url(../index/footer-download.png) left top no-repeat;
    margin-right: 0px;
}

.footer-download:hover{
    background-position: -154px;
}

.footer-download:active{
    background-position: -308px;
}

.footer-link, .contact-link{
    float: left;
    margin: 0 97px 0 0;
    display: table;
    height: 36px;
}

.contact-link {
    display: table;
    margin-right: 0;
}

.footer-link li, .contact-link li{
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

.contact-link li{
    padding-right: 51px;
}

.footer-link li:last-child, .contact-link li:last-child{
    padding: 0;
}

#footer-center p{
    text-align: center;
    margin-top: 39px;
}

#footer-center p:last-of-type{
    margin-top: 20px;
}

#footer-center a{
    color: #797979;
}

#footer-center a:hover{
    color: #C2C2C2;
}

#footer-center p img{
    border: 0 none;
    vertical-align: sub;
    margin-right: 5px;
}