body,
html {
    position: relative;
}

.index_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
    height: 100%;
}

.index_nav {
    width: 50%;
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 99999;
    height: 100%;
    background: #333436;
}

.index_nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.index_nav ul li {
    width: 100%;
    height: 0.9rem;
    position: relative;
    line-height: 0.9rem;
    border-bottom: 1px solid #282827;
    right: 0;
}

.index_nav ul li a {
    display: block;
    width: 100%;
    height: 0.9rem;
    color: #EEEEEE;
    font-size: 0.3rem;
    text-align: center;
}

.index_nav ul li a span {
    position: relative;
    right: -4rem;
    opacity: 0;
}

.index_nav ul li.hover {
    background: #252629;
}

.header_top {
    width: 100%;
}

.header {
    z-index: 99999;
    width: 100%;
    background: #FFF;
}

.header_box {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.header_box .logo {
    width: 80%;
    padding: .2rem 0;
    display: block;
    margin: 0 auto;
}

.header_box .logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* .header-menu {
    height: .4rem;
    position: absolute;
    top: 0.4rem;
    right: 0.2rem;
}

.header-menu img {
    height: 100%;
} */


/*底部样式*/

.footer {
    width: 100%;
    height: auto;
    
    background: #00aeb9;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.footer ul {
    width: 100%;
    clear: both;
}

.footer ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: .2rem 0;
}
.footer ul li:nth-child(2n){background: #3f464a;}
.footer ul li img {
    height: 0.5rem;
    display: block;
    margin: 0 auto
}

.footer ul li span {
    font-size: 0.26rem;
    color: white;
    display: block;
    margin-top: .1rem;
}