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;
}

.index_nav {
    width: 50%;
    position: fixed;
    top: 0;
    left: -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;
    /* background: url("../images/n8.png") no-repeat right 0.2rem center;
    background-size: auto 0.3rem; */
}

.index_nav li.hover {
    /* background: url("../images/n8.png") no-repeat right 0.2rem center #252629;
    background-size: auto 0.3rem; */
}

.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;
    left: -4rem;
    opacity: 0;
}

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

.header {background: #fff; width: 100%;padding:.2rem 0;}
.header .logo img{display:block;width:35%;margin-left: .2rem;}
.header-tel {
    height: .4rem;
    position: absolute;
    top: 0.4rem;
    right: 1.2rem;
}

.header-tel img {
    height: 100%;
}
.header-menu {
    height: .4rem;
    position: absolute;
    top: 0.4rem;
    right: 0.2rem;
}

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

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

/*底部样式*/
.footer {text-align: center;background:#f8f8f8;padding: .3rem 0;margin-top: .5rem;font-size: 0;}
.footer p {color: #666; font-size: .22rem;line-height: .32rem;}