body,
html {
  position: relative;
  font-size: 0.25rem;
}
.header{ width:100%; padding:8px 20px; position:relative; margin:0 auto;z-index: 1000;background:#fff }
.logo{width: 80%; margin:0 auto;}
.logo img{}
.nav{ position:absolute; right:5px; top:35%;cursor:pointer;width: 30px;height: 20px;}
.nav img{ width: 30px;height: 20px;}
.navul{ position:absolute; top:100%; right:0%; width:147px; display:none;background:#000;opacity: 0.8;z-index: 9999;}
.navul li{ width:100%; line-height:40px;position:relative; border-bottom: 1px solid #ffffff;opacity: 0.95;}
.navul li a{color: #fff;text-align: center;display: block;}
.banner{  margin-top: -10px; position: relative; z-index: 1}
.swiper-pagination-bullet{ border: 1px solid #FFF;}
.swiper-pagination-bullet-active{ border: 1px solid #ffffff;background: #FFF;}
.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%;border-bottom: 4px solid #159578;}
.header .logo{}
.header .logo img{display:block;width:100%;margin:0 auto;}


/*底部*/
/*底部样式*/
.footer {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.2rem 0;
  background: url("../images/foot_bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.footer ul {
  width: 100%;
  clear: both;
}
.footer ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.footer ul li img {
  height: 0.5rem;
  width: auto;
}
.footer ul li p {
  font-size: 0.28rem;
  margin-top: 0.05rem;
  color: #fff;
}