body {
  font-family: "Urbanist", sans-serif;
}
.homePage {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.homePage .header {
  padding: 30px;
  height: 60px;
  background: none;
  position: fixed;
  z-index: 2;
  text-align: left;
}

.homePage .header img {
  vertical-align: middle;
  height: 38px;
  transition: transform 0.3s ease;
}

.homePage .header img:hover {
  transform: scale(1.05);
}

.homePage .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.homePage .banner .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.homePage .banner .bg .swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.homePage .banner .bg .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.homePage .banner .box {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36%;
  margin-top: -135px;
  text-align: left;
  left: 6%;
}
.homePage .banner .wrap {
  padding: 0;
}
.homePage .banner .title {
  font-size: 44px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}

.homePage .banner .con {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}

.homePage .banner .btn {
}

.homePage .banner .btn a {
  width: 160px;
  display: inline-block;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  text-align: center;
}
.homePage .banner .btn a i {
  margin-left: 5px;
  font-size: 14px;
}
.homePage .banner .btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.homePage .copyrights {
  background: transparent;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  color: #333;
}
.homePage .copyrights a {
  color: #333;
}
@media (max-width: 930px) {
  .homePage .header {
    padding: 10px;
    height: 54px;
  }
  .homePage .header img {
    height: 30px;
  }
  .homePage .banner {
  }
  .homePage .banner .box {
    width: 100%;
    margin-top: 0;
    top: 20%;
    box-sizing: border-box;
    left: 0;
    text-align: center;
  }
  .homePage .banner .bg {
  }
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .homePage .banner .title {
    font-size: 1.6rem;
    width: 100%;
  }

  .homePage .banner .con {
    font-size: 0.7rem;
    padding: 0 2rem;
  }
  .homePage .banner .btn a {
    width: 100px;
    padding: 5px 15px;
    font-size: 0.8rem;
    margin: 0 15px;
  }
  .homePage .copyrights {
    font-size: 0.8rem;
  }
}
