body {
    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_top {
    text-align: center;
    padding-top: 0.6rem;
}

.index_nav_top img {
    width: 30%;
}

.index_nav_top p {
    font-size: 0.3rem;
    color: #EEEEEE;
    margin-top: 0.1rem;
}

.index_nav ul {
    margin-top: 0.5rem;
}

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

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

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

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

.index_nav li:nth-child(3) a {
    background-size: auto 0.5rem !important;
}

.header-menu {
    width: 0.5rem;
    height: auto;
    position: absolute;
    top: 0.45rem;
    right: 0.3rem;
}

.header-menu img {
    width: 100%;
}

.header {
    text-align: left;
    background: #fff;
    width: 100%;
}

.header.add {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

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

.header .logo {
    width: 65%;
    margin-left: 0.2rem;
    display: block;
}

/*底部样式*/

.footer {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    background: url(../images/foot_bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

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

.footer ul li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.footer ul li:last-child{border-right:none;}
.footer ul li img {
    height: 0.5rem;
    width: auto;
}

.footer ul li p {
    font-size: 0.25rem;
    margin-top: 0.05rem;
    color: white;
}