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: 2rem;
}
.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.4rem;
  height: auto;
  position: fixed;
  bottom: 0.2rem;
  left: 3%;
  z-index: 9999999;

}
.header-menu img{
  width: 100%;
}
.header{
  text-align: center;
  height: 1.4rem;
  padding-top: 0.4rem;
  background: url("../images/h1.jpg") no-repeat center;
  
}
.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{
  /*text-align: center;*/
  width: 70%;
  padding: 0.2rem 0;
}




/*底部样式*/
.footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #E3E3E3;
  padding: 0.15rem 0;
  background: url("../images/f.jpg") no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999
}
.footer ul {
  width: 100%;
  clear: both;
}

.footer ul li {
  width: 27%;
  float: left;
  text-align: center;
}
.footer ul li:first-child{
  width: 19%;
  height: 0.6rem;
}
.footer ul li:nth-child(2),.footer ul li:nth-child(3){
  background: url("../images/f4.png") no-repeat right center;
  background-size: auto 90%;
}
.footer ul li img {
  height: 0.4rem;
  width: auto;
  display: inline-block;
  position: relative;
  top: 0.1rem;
}
.footer ul li p{
  font-size: 0.23rem;
  line-height: 0.6rem;
  display: inline-block;
  color: #ADADAD;
}
