.home-page-h5 .banner {
  position: relative;
}
.home-page-h5 .banner .banner-img {
  width: 320px;
  height: 299px;
}
.home-page-h5 .banner .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-page-h5 .banner .con h1 {
  font-size: 25px;
  color: #fff;
}
.home-page-h5 .banner .con .btn {
  margin-top: 16px;
  width: 200px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: initial;
  background-color: #e21c21;
  color: #fff;
  font-size: 11.69px;
  cursor: pointer;
  border: 2px solid rgb(255, 64, 64);
  border-radius: 3px;
  box-sizing: border-box;
  transition: var(--trans1, border-color 0.4s ease 0s, background-color 0.4s ease 0s);
}
.home-page-h5 .banner .con .btn:hover {
  background-color: #ff4040;
  color: #ccc;
  border-color: rgba(0, 0, 0, 0);
}
.home-page-h5 .banner .con .btn span {
  padding-bottom: 1px;
}
.home-page-h5 .banner .con .btn-two {
  margin-top: 9px;
  width: 200px;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: initial;
  background-color: #e21c21;
  color: #fff;
  font-size: 11.69px;
  cursor: pointer;
  border: 2px solid rgb(255, 64, 64);
  border-radius: 3px;
  transition: var(--trans1, border-color 0.4s ease 0s, background-color 0.4s ease 0s);
}
.home-page-h5 .banner .con .btn-two:hover {
  background-color: #ff4040;
  color: #ccc;
  border-color: rgba(0, 0, 0, 0);
}
.home-page-h5 .banner .con .desc {
  margin-top: 43px;
  color: #fff;
  font-size: 13px;
}
.home-page-h5 .main-con {
  width: 280px;
  margin: 25px auto 0 auto;
}
.home-page-h5 .main-con .title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.home-page-h5 .main-con .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 26px;
}
.home-page-h5 .main-con .fu-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}
.home-page-h5 .google {
  margin-top: 5px;
}
.home-page-h5 .google a {
  display: flex;
  justify-content: center;
}
.home-page-h5 .google a img {
  width: 140px;
  height: 49px;
}
.home-page-h5 .ad {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.home-page-h5 .ad img {
  width: 280px;
}
.home-page-h5 .news-card {
  width: 280px;
  margin: 25px auto 0 auto;
}
.home-page-h5 .news-card h2 {
  font-size: 16px;
  text-align: center;
}
.home-page-h5 .news-card .card {
  margin-top: 20px;
}
.home-page-h5 .news-card .card .fu-title {
  font-weight: 700;
  font-size: 15px;
}
.home-page-h5 .news-card .card .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 26px;
}
.home-page-h5 .map {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.home-page-h5 .map img {
  width: 280px;
}
.home-page-h5 .address-card {
  width: 280px;
  margin: 20px auto 0 auto;
}
.home-page-h5 .address-card h2 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
.home-page-h5 .address-card .card:not(:first-child) {
  margin-top: 16px;
}
.home-page-h5 .address-card .card .fi-title {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.home-page-h5 .address-card .card .desc {
  font-size: 12px;
  margin-top: 6px;
}

.bottom-card {
  min-width: 280px;
  margin: 60px 0 0;
  padding: 60px 20px 100px 20px;
}
.bottom-card .bottom-card-title {
  font-size: 11px !important;
}
.bottom-card .icons {
  margin-top: 30px;
}
.bottom-card .banquan {
  margin-top: 30px;
  font-size: 11px;
}
.bottom-card .banquan a {
  padding-left: 2px;
}
.bottom-card .about-us {
  margin-top: 20px;
}/*# sourceMappingURL=index-h5.css.map */