.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .swiper {
  height: 3.6rem;
}
.banner .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.03rem;
  border-radius: 0;
  background: #4285f4;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dbc194;
}
.banner .swiper-pagination {
  bottom: 0;
}
.banner .videobtn {
  width: 0.78rem;
  height: 0.78rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.3rem;
}
.part {
  padding: 0.4rem 0.2rem;
  width: 7.1rem;
  margin: 0.4rem auto;
  box-sizing: border-box;
  background: #f4f4f4;
}
.part img {
  width: 2rem;
  margin: 0 auto;
}
.part h2 {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 1.2rem;
}
.part p {
  font-size: 0.28rem;
  line-height: 0.44rem;
  text-indent: 2em;
  color: #333;
}
.part p a {
  color: #4285f4;
  font-size: 0.24rem;
}
.hzdt {
  margin-bottom: 0.4rem;
}
.hzdt .wrap {
  height: 7rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.hzdt ul {
  width: 7.1rem;
  margin: 0 auto;
}
.hzdt ul li {
  border-bottom: 1px solid #9b9b9b;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}
.hzdt ul li p {
  color: #333;
  font-size: 0.28rem;
}
.hzdt ul li p span {
  float: right;
}
.hzdt .getmore img {
  width: 0.43rem;
  display: block;
  margin: 0.4rem auto;
}
.hzdt .getmore.active img {
  transform: rotate(180deg);
}

