.content {
  padding-top: 0;
  padding-bottom: 0;
}

.banner {
  position: relative;
}

.swiper-banner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.swiper-slide > img {
  display: block;
  width: 100%;
}

.swiper-pagination {
  width: 100%;
  bottom: 0.4rem;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0.11rem;
  margin-right: 0.11rem;
  background-color: #FFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #FFF;
  border-radius: 6px;
  opacity: 1;
}

.part1 {
  padding-bottom: 0.2667rem;
}

.intro {
  padding: 0 0.4133rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.3733rem;
  font-weight: 500;
}

.img-box {
  position: relative;
}
.img-box a {
  display: block;
  width: 100%;
}
.img-box img {
  width: 100%;
  vertical-align: middle;
  font-size: 0;
}
.img-box span {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  padding-left: 0.19rem;
  padding-right: 0.2667rem;
  word-break: break-word;
  font-size: 0.4267rem;
  color: #fff;
}

.part1 .img-box {
  padding: 0.8133rem 0.5333rem;
}
.part1 .img-box span {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.5333rem;
}

.part2, .contact {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  background-color: rgb(245, 246, 247);
}

.part2 .flex-between {
  margin-top: 0.76rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between + .flex-between {
  margin-top: 0.2667rem;
}

.part2 .flex-between > div {
  width: calc(50% - 0.1333rem);
}

.flex-between > .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mt20 {
  margin-top: 0.2667rem;
}

.news {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  text-align: center;
}

.more {
  display: inline-block;
  width: 2.6667rem;
  height: 0.8533rem;
  line-height: 0.88rem;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.4267rem;
  color: #999;
  border-radius: 0.44rem;
  border: 0.02rem solid #999;
}

.news-item {
  padding-top: 0.4rem;
}
.news-item img {
  display: block;
  width: 100%;
  border-radius: 0.2133rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-item .text {
  margin-top: 0.07rem;
  font-size: 0.3733rem;
}
.news-item p {
  font-size: 0.3733rem;
  color: #333;
  line-height: 0.6rem;
}
.news-item .title {
  margin-top: 0.5333rem;
  margin-bottom: 0.3333rem;
  font-size: 0.48rem;
  font-weight: 500;
  color: #000;
  line-height: 0.6667rem;
}
.news-item .time {
  font-size: 0.3733rem;
  color: #999;
}

.contact {
  margin-top: 0.68rem;
  padding-bottom: 1.3rem;
}
.contact .desc {
  margin-top: 0.96rem;
}
.contact .desc .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.57rem;
  margin-bottom: 0.93rem;
}
.contact .desc .wrap img {
  width: 1.18rem;
  height: 1.18rem;
  margin-right: 0.45rem;
}
.contact .desc .wrap > div p {
  font-size: 0.32rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 0.51rem;
}
.contact .desc .wrap > div .tit {
  font-size: 0.37rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}