.container-fluid {
  overflow: hidden;
}
.banner {
  height: 6rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.main-nav {
  font-size: 0.15rem;
  line-height: 0.28rem;
  color: #000;
  font-family: "Arial";
  padding: 0.2rem 0 0.2rem 1rem;
}
.main-nav a {
  font-weight: bold;
  color: #000;
}
.community {
  height: 800px;
  padding-top: 130px;
  padding-bottom: 283px;
}
.community-msg {
  width: 1230px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 33px;
  align-items: flex-end;
  margin: 0 auto;
}
.community-msg .community-img {
  width: 606px;
  height: 368px;
}
.community-msg .community-img img {
  width: 100%;
  height: 100%;
}
.community-msg h4 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 75px;
  line-height: 77px;
  letter-spacing: -0.05rem;
  position: absolute;
  top: -10px;
  left: 390px;
}
.community-msg p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.community-con {
  height: 7.9rem;
  overflow: hidden;
  padding-bottom: 3.37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.community-con .community-con-top,
.community-con .community-con-bottom {
  width: 200%;
  display: flex;
  height: 0.4rem;
  font-size: 0;
}
.community-con .community-logo-item {
  flex: 1;
  text-align: center;
}
.community-con .community-logo-item img {
  width: 3.34rem;
  height: 100%;
}
.community-con .community-box {
  height: 2.3rem;
  display: flex;
  width: fit-content;
}
.community-con .community-box .img-box {
  display: flex;
  gap: 0.44rem;
  margin: 0 0.22rem;
}
.community-con .community-box .img-box,
.community-con .community-box .img-item,
.community-con .community-box img {
  height: 100%;
}
@media (max-width: 750px) {
  .banner {
    height: 10.5rem;
  }
  .community {
    height: 9.1rem;
    padding: 1.24rem 0.25rem 0;
  }
  .community-msg {
    width: 100%;
    display: block;
  }
  .community-msg .community-img {
    width: 100%;
    height: 2.73rem;
    margin-bottom: 0.7rem;
  }
  .community-msg h4 {
    font-size: 0.5654rem;
    line-height: 0.599rem;
    top: 0.89rem;
    left: 3.38rem;
    letter-spacing: 0;
  }
  .community-msg p {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .community-msg .msg1 {
    top: 4.7rem;
    left: 0.4rem;
    margin-bottom: 0.28rem;
  }
  .community-msg .msg2 {
    top: 6.45rem;
    left: 0.4rem;
  }
  .community-con {
    height: 6.7rem;
    padding-bottom: 2.85rem;
  }
  .community-con .community-logo-item img {
    width: 3.35rem;
  }
}
