@charset "utf-8";

.banner {
  width: 100%;
  overflow: hidden;
  margin-top: -5px;
  position: relative;
  background-color: #000;
  padding-bottom: 80px;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner a img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.banner .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.6);
}
.lyer {
  width: 95%;
  background: #f2f2f2;
  overflow: hidden;
  box-shadow: 0 0 10px #666;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.indexNav {
  padding: 30px 5% 5%;
  overflow: hidden;
}
.indexNav li {
  width: 33.3%;
  margin-bottom: 5%;
  float: left;
  text-align: center;
}
.indexNav img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.indexNav a {
  font-size: 14px;
  color: #666;
  line-height: 40px;
}
.titImg img {
  width: 100%;
}
/*index pop*/
.indexPop ul {
  overflow: hidden;
  margin-top: 5%;
}
.indexPop ul li {
  width: 48%;
  margin-bottom: 4%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.indexPop ul li:nth-of-type(even) {
  float: right;
}
.indexPop ul img {
  width: 100%;
  display: block;
}
.indexPop .more {
  width: 70%;
  display: block;
  margin: 3% auto 0;
  font-size: 18px;
  color: #000;
  padding: 2% 0;
  text-align: center;
  border: 1px solid #000;
}
/*index trust*/
.indexTrust {
  margin-top: 20%;
}
.indexTrust .trustImg {
  overflow: hidden;
  margin-top: 5%;
}
.indexTrust img {
  width: 100%;
}
.indexTrust .more {
  width: 70%;
  display: block;
  background: #000;
  margin: 7% auto 0;
  font-size: 18px;
  color: #FFF;
  padding: 2% 0;
  text-align: center;
  border: 1px solid #000;
}
/*index Team*/
.indexTeam {
/*margin-top: 20%;*/
    margin-top: 3%;
}
.indexTeam .trustImg {
  overflow: hidden;
  margin-top: 5%;
}
.indexTeam img {
  width: 100%;
}
.indexTeam .more {
  width: 70%;
  display: block;
  background: #000;
  margin: 7% auto 0;
  font-size: 18px;
  color: #FFF;
  padding: 2% 0;
  text-align: center;
  border: 1px solid #000;
}
/*index show*/
.indexShow {
  margin-top: 20%;
}
.indexShow ul {
  overflow: hidden;
  margin-top: 5%;
}
.indexShow ul li {
  width: 31%;
  margin-bottom: 3.5%;
  margin-right: 3.5%;
  float: left;
}
.indexShow ul li:nth-child(3n+0) {
  float: right;
  margin-right: 0;
}
.indexShow ul img {
  width: 100%;
}
.indexShow .more {
  width: 70%;
  display: block;
  margin: 3.5% auto 0;
  font-size: 18px;
  color: #000;
  padding: 2% 0;
  text-align: center;
  border: 1px solid #000;
}


