body {
  padding-top: 0.84rem;
  background-color: #fff;
}
.container {
  overflow: hidden;
}
.banner {
  box-shadow: 8px 12px 33.6px -7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.banner .bannerImgBox {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.4rem;
}
.banner .textContent {
  width: 50%;
  padding-left: 1.8rem;
  color: #fff;
}
.banner .textContent::after {
  display: block;
  content: '';
  background-color: rgba(255, 255, 255, 0.74);
  height: 1.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .textContent h1 {
  font-size: 0.53rem;
}
.banner .textContent h2 {
  font-size: 0.21rem;
  font-weight: normal;
  margin-top: 0.2rem;
}
.banner .textContent hr {
  width: 50%;
  margin: 0.25rem 0;
  background-color: #fff;
}
.banner .textContent p {
  font-size: 0.16rem;
}
.banner .tag {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 0.4rem;
  font-weight: bold;
}
.banner .tag span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #BFBFBF;
  font-size: 0.45rem;
  line-height: 1;
}
.banner .tag span.active {
  background-color: #fe3800;
}
.container1 {
  padding-top: 0.4rem;
}
.container1 .p1 {
  text-align: center;
  font-size: 0.18rem;
}
.container1 ul {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr 1fr;
  margin-top: 0.9rem;
}
.container1 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0 1.7rem;
}
.container1 ul li:nth-of-type(1) {
  background-color: #f1fffa;
}
.container1 ul li:nth-of-type(2) {
  background-color: #F1FDFF;
}
.container1 ul li:nth-of-type(3) {
  background-color: #FFF7F0;
}
.container1 ul li:nth-of-type(4) {
  background-color: #FEE8D6;
}
.container1 ul li:hover {
  background-color: #fe3800;
}
.container1 ul li:hover h3,
.container1 ul li:hover p {
  color: #fff;
}
.container1 ul li:hover .pContent {
  border-left: 2px solid #fff;
}
.container1 ul li h3 {
  font-size: 0.44rem;
  color: #fe3800;
  margin-bottom: 0.7rem;
  padding-left: 0.24rem;
}
.container1 ul li .pContent {
  border-left: 2px solid #fe3800;
  padding-left: 0.24rem;
}
.container1 ul li .pContent p {
  line-height: 0.8;
}
.container1 ul li .pContent p:first-child {
  margin-bottom: 0.2rem;
}
.container1 .map {
  position: relative;
  height: 6rem;
}
.container1 .map > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.container1 .map .location {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.container2 {
  padding-top: 0.8rem;
}
.container2 .title {
  position: relative;
  text-align: center;
}
.container2 .title h2 {
  position: relative;
  top: 0.235rem;
  font-size: 0.38rem;
  line-height: 1;
  color: #020202;
  z-index: 1;
  margin-left: 0.1rem;
  display: inline-block;
}
.container2 .title .p1 {
  position: absolute;
  font-size: 0.85rem;
  color: #f6f6f6;
  top: 0;
  left: 0;
  right: 0;
  font-weight: bolder;
  font-family: Palanquin Dark, Microsoft yahei;
  line-height: 1;
  z-index: 0;
}
.container2 .title .p2 {
  font-size: 0.22rem;
  margin-top: 0.435rem;
}
.container2 .swiper-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.4rem;
  padding: 1.5rem 0;
  background-size: cover;
  background-position: 0 60%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: color;
  overflow: hidden;
}
.container2 .swiper-container::before {
  position: absolute;
  top: -1.5rem;
  left: 75%;
  margin-left: -100%;
  display: block;
  background-color: #fff;
  content: "";
  border-radius: 70%;
  width: 150%;
  height: 2rem;
  z-index: 9;
}
.container2 ul {
  display: flex;
  justify-content: space-between;
  padding: 0 1.25rem;
  width: 100%;
}
.container2 ul li {
  position: relative;
  text-align: center;
  width: 48%;
  background-color: rgba(255, 255, 255, 0.79);
  padding: 1rem 0;
  transition: all ease-in-out 0.5s;
}
.container2 ul li:hover {
  color: #fff;
}
.container2 ul li:hover::after {
  height: 100%;
}
.container2 ul li::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #fe3800;
  width: 100%;
  height: 0.37rem;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}
.container2 ul li > div {
  position: relative;
  z-index: 3;
}
.container2 ul li h3 {
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}
.container2 ul li p {
  font-size: 0.22rem;
}
.container2 ul li p span {
  font-size: 0.57rem;
}
@media screen and (max-width: 1000px) {
  .banner .textContent {
    padding: 0 0.4rem;
    width: 100%;
    box-sizing: border-box;
  }
  .banner .tag span {
    font-size: 0.2rem;
  }
  .container1 .p1 {
    padding: 0 0.2rem;
  }
  .container1 ul {
    grid-template-columns: auto;
  }
  .container1 ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .container1 ul li h3 {
    margin-bottom: 0.3rem;
  }
  .container1 .map {
    height: 3rem;
  }
  .container1 .map > div {
    background-size: 150%;
    background-position-x: right;
  }
  .container2 .title .p2 {
    padding: 0 0.2rem;
    font-size: 0.18rem;
  }
  .container2 ul {
    padding: 0 0.2rem;
    flex-direction: column;
  }
  .container2 ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0;
  }
}
