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: #de001c;
}
.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: 2rem;
}
.index_nav li {
  width: 100%;
  height: 0.9rem;
  position: relative;
  line-height: 0.9rem;
  border-bottom: 1px dotted #ac0016;
  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 #ac0016;
  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{
}
.header-menu img{
  width: 100%;
}
.header{
  text-align: center; border-bottom:3px solid #de001c
  
}
.header .txt1{
  font-size: 0.4rem;
  letter-spacing: 3px;
  color: white;
  line-height: 0.3rem;
}
.header .txt2{
  font-size: 0.23rem;
  color: #F5F5EE;
  line-height: 0.4rem;
  padding-top: 0.1rem;
}
.header img{
	max-width: 100%;
    height: auto;
}




/*底部样式*/
.footer {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    background: #080404;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.footer ul {
    width: 100%;
    clear: both;
}

.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
    background: url(../images/fa.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;
}