.banner {
  margin-bottom: 10rem;
}
.banner .swiper-wrapper {
  width: 100%;
}
.banner .swiper-wrapper img {
  width: 100%;
}
.contentBox {
  margin-bottom: 16rem;
}
.contentBox .title1 {
  width: 100%;
  margin-bottom: 3rem;
}
.contentBox .title1 h1 {
  width: 100%;
  height: 11rem;
  font-size: 6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contentBox .title1 h1 .lineT {
  width: 100%;
  height: 100%;
  display: flex;
}
.contentBox .title1 h1 .lineT .line {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.contentBox .title1 h1 .lineT .lineR {
  width: 90%;
  height: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
}
.contentBox .title1 h3 {
  color: #8f8f8f;
  font-size: 4rem;
}
.contentBox .map {
  width: 100%;
  border-radius: 6rem;
  margin-bottom: 6rem;
}
.contentBox .content {
  font-size: 5rem;
}
.contentBox .content p {
  margin-bottom: 3.5rem;
}
