@charset "utf-8";
html, body {
    margin: 0rem;
    padding: 0rem;
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    background: #080808;
}
div, ul, li, i, em, span, a, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 button, textarea, select {
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    font-style: normal;
    text-decoration: none;
    outline: none!important;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    -webkit-appearance: none!important;
     -moz-appearance:  none;
     -o-appearance:  none;
     appearance:  none;
}
ul, li, dl, dt, dd {
    list-style: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0rem 1000rem white inset;
}
/*顶部*/
.top {
    width: 7.5rem;
    height: 1.1rem;
    overflow: hidden;
    background: #111;
    position: fixed;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    z-index: 10;
    box-shadow: 2px -5px 5px #000000;
    -moz-box-shadow: 2px -5px 5px #000000;
}
.top .logo {
    width: 2.3rem;
    height: 1rem;
    float: left;
    overflow: hidden;
    margin: .05rem 0rem 0rem .2rem;
}
.top .logo img {
    width: 2.3rem;
    height: 1rem;
    float: left;
}
.top .menu {
    width: .6rem;
    height: 1rem;
    float: right;
    margin: 0rem .15rem 0rem 0rem;
}
.top .menu .one {
    width: .5rem;
    height: .03rem;
    background: #888;
    float: left;
    margin: .35rem 0rem 0rem 0rem;
    position: absolute;
}
.top .menu .ones {
    margin: .5rem 0rem 0rem 0rem;
    transform: rotate(45deg);
}
.top .menu .two {
    width: .4rem;
    height: .03rem;
    background: #888;
    float: left;
    margin: .5rem 0rem 0rem .1rem;
    position: absolute;
}
.top .menu .three {
    width: .5rem;
    height: .03rem;
    background: #888;
    float: left;
    margin: .65rem 0rem 0rem 0rem;
    position: absolute;
}
.top .menu .threes {
    margin: .5rem 0rem 0rem 0rem;
    transform: rotate(135deg);
}
/*菜单*/
.nav {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    position: fixed;
    left: 11.5rem;
    right: 0rem;
    border-top: .02rem solid #1f1f1f;
    margin: 0rem auto;
    z-index: 1;
    color: #b7b7b7;
    font-size: .3rem;
    text-align: center;
    display: none;
}
.more {
    color: #ff2841;
}
#navindex {
    top: 1.1rem;
}
#navabout {
    top: 2.1rem;
}
#navnew {
    top: 3.1rem;
}
#navworks {
    top: 4.1rem;
}
#navteam {
    top: 5.1rem;
}
#navhonour {
    top: 6.1rem;
}
/*底部*/
.bottom {
    width: 7.5rem;
    height: .8rem;
    line-height: .8rem;
    color: #636363;
    font-size: .23rem;
    text-align: center;
    border-top: .01rem solid #888;
    margin: .3rem 0rem 1.1rem 0rem;
}
.close{
	width: 7.5rem;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0rem;
	left: -7rem;
	right: 0rem;
	margin: 0rem auto;
}