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: #434343;
}
.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: 1rem;
}
.index_nav li {
  width: 100%;
  height: 0.9rem;
  position: relative;
  line-height: 0.9rem;
  border-bottom: 1px dashed #666665;
  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:first-child a{
  background: url("../images/i1.png") no-repeat center left;
  background-size: auto 0.45rem;
  background-position-x: 0.8rem;
}
.index_nav li a {
  display: block;
  width: 100%;
  height: 0.9rem;
  color: #EEEEEE;
  font-size: 0.3rem;

  text-indent: 1.5rem;
}
.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-menu{
    width: 1.0rem;
    height: auto;
    position: fixed;
    top: 0.6rem;
    right: 0;
    z-index: 9999999;

}
.header-menu img{
    width: 70%;
}
.header{
    width: 100%;
    height: 1.5rem;
    display: block;
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: #FFF; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  
}


.header img{
    width: 70%;
    padding: 0;
    padding-top: .17rem;
    padding-left: .3rem;
}




/*底部样式*/
.footer {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    background: #292c31;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.footer ul {
    width: 100%;
    clear: both;
}

.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
    background: url(../images/f4.png) no-repeat left center;
    background-size: auto 80%
}

.footer ul li img {
    height: 0.5rem;
    width: auto;
}

.footer ul li p {
    font-size: 0.25rem;
    /* margin-top: 0.05rem; */
    color: white;
}