.home_banner .home_banner_swiper {
  overflow: hidden;
  position: relative;
}

.home_banner .home_banner_swiper .swiper-slide {
  background: url(../assets/img/home-banner.jpg) no-repeat center / cover;
}

.home_banner .home_banner_swiper .home_banner_pagination {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  bottom: 2.1875rem;
  position: absolute;
  z-index: 2;
}

.home_banner
  .home_banner_swiper
  .home_banner_pagination
  .swiper-pagination-bullet {
  width: 0;
  height: 0;
  position: relative;
  padding-right: 3.125rem;
  margin: 0 0.875rem;
  transition: all 0.3s;
  opacity: 0.6;
}

.home_banner
  .home_banner_swiper
  .home_banner_pagination
  .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0.8125rem;
  right: 0;
  transition: all 0.3s;
}

.home_banner
  .home_banner_swiper
  .home_banner_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-right: 4.375rem;
  opacity: 1;
}

.home_banner
  .home_banner_swiper
  .home_banner_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 2.8125rem;
}

.home_banner .head {
  width: 58%;
  padding: 5rem 0 8.75rem;
  min-height: 646px;
}

.home_banner .head h1 {
  color: #ffd800;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_banner .head h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.home_banner .head p {
  width: 88%;
  color: #fff;
  font-weight: 200;
  padding-top: 0.3125rem;
}

.home_banner .head .button {
  width: 10.5rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-slide .head {
    padding: 3.125rem 0;
    width: 100%;
  }

  .home_banner .home_banner_swiper .swiper-slide .head h1 {
    padding-top: 0;
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .home_banner .home_banner_swiper .swiper-slide .head h1 span {
    font-size: 1.25rem;
  }

  .home_banner .home_banner_swiper .swiper-slide .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .home_banner .home_banner_swiper .swiper-slide .head .button {
    margin-top: 1.25rem;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .home_banner .home_banner_swiper .home_banner_pagination {
    bottom: 1rem;
  }

  .home_banner
    .home_banner_swiper
    .home_banner_pagination
    .swiper-pagination-bullet {
    font-size: 0.875rem;
    padding-right: 2.3rem;
    margin: 0 0.5rem;
  }

  .home_banner
    .home_banner_swiper
    .home_banner_pagination
    .swiper-pagination-bullet::after {
    width: 1rem;
    top: 0.5rem;
  }

  .home_banner
    .home_banner_swiper
    .home_banner_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-right: 3.2rem;
  }

  .home_banner
    .home_banner_swiper
    .home_banner_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 2rem;
    top: 0.5rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .home_banner .head {
    width: 65%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .home_banner .head {
    width: 75%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .home_banner .head {
    width: 100%;
  }
}

.home_category {
  padding-top: 3rem;
}

.home_category .head {
  text-align: center;
}

.home_category .main {
  margin: 2.5rem 0 0;
  display: grid;
  grid-template-columns: 38.12fr 32.22fr 26.07fr;
  grid-template-rows: 239px 235px;
  gap: 1.25rem;
}

.home_category .main a {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.875rem 2.1875rem;
  position: relative;
  background: url(../assets/img/home-cate1.png) no-repeat bottom / 100%;
  transition: all 0.3s;
}

.home_category .main a h3 {
  color: #1c232f;
  font-size: 1.25rem;
  font-weight: 500;
}

.home_category .main a ul {
  padding-top: 1rem;
  width: 90%;
}

.home_category .main a ul li {
  color: #565656;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5625rem;
  margin-bottom: 0.625rem;
}

.home_category .main a ul li::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.625rem;
  background: url(../assets/img/gou-blue.svg) no-repeat center / contain;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.home_category .main a strong {
  font-weight: 500;
}

.home_category .main a strong::after {
  content: "";
  display: block;
  background: url(../assets/img/top-line-w.svg) no-repeat center / contain;
  position: absolute;
  transition: all 0.3s;
}

.home_category .main .left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.home_category .main .main_center {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background-image: url(../assets/img/home-cate2.png);
}

.home_category .main .left:hover,
.home_category .main .main_center:hover {
  background-size: 105%;
}

.home_category .main .left:hover strong::after,
.home_category .main .main_center:hover strong::after {
  bottom: 3.125rem;
}

.home_category .main .left strong,
.home_category .main .main_center strong {
  position: absolute;
  right: 2.1875rem;
  bottom: 1.5625rem;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3125rem;
  color: #fff;
}

.home_category .main .left strong::after,
.home_category .main .main_center strong::after {
  width: 0.625rem;
  height: 1.375rem;
  right: 0;
  bottom: 2.5rem;
}

.home_category .main .right_top {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 2.1875rem 1.5625rem;
  background-image: url(../assets/img/home-cate3.png);
}

.home_category .main .right_top:hover {
  background-size: 105%;
}

.home_category .main .right_top:hover strong::after {
  bottom: 2.8125rem;
}

.home_category .main .right_top strong {
  font-size: 0.875rem;
  position: absolute;
  left: 1.5625rem;
  bottom: 1.25rem;
  display: block;
  border-bottom: 1px solid var(--theme_color);
  padding-bottom: 0.3125rem;
  color: var(--theme_color);
}

.home_category .main .right_top strong::after {
  background-image: url(../assets/img/top-line.svg);
  width: 0.5rem;
  height: 1rem;
  left: 0;
  bottom: 2.1875rem;
}

.home_category .main .right_bottom {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 2.1875rem 1.5625rem;
  background-image: url(../assets/img/home-cate4.png);
}

.home_category .main .right_bottom:hover {
  background-size: 105%;
}

.home_category .main .right_bottom:hover strong::after {
  right: -2.1875rem;
}

.home_category .main .right_bottom strong {
  margin-right: 1.5625rem;
  font-size: 0.875rem;
  position: absolute;
  top: 2.6rem;
  right: 1.5625rem;
  display: block;
  border-bottom: 1px solid var(--theme_color);
  padding-bottom: 0.3125rem;
  color: var(--theme_color);
}

.home_category .main .right_bottom strong::after {
  background-image: url(../assets/img/right-line.svg);
  width: 1rem;
  height: 0.5rem;
  right: -1.5625rem;
  top: 20%;
}

@media screen and (max-width: 786px) {
  .home_category .head h2 {
    padding-top: 0.5rem;
  }

  .home_category .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .home_category .main a h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .home_category .main a ul {
    width: 100%;
  }

  .home_category .main a ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .home_category .main .left {
    width: 100%;
    padding: 1.875rem 1.5rem 12rem;
  }

  .home_category .main .left h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .home_category .main .main_center {
    width: 100%;
    padding: 1.875rem 1.5rem 12.5rem;
  }

  .home_category .main .right_top {
    flex: 1;
    padding: 1.2rem 1.2rem 7rem;
  }

  .home_category .main .right_top strong {
    margin-right: 1.5625rem;
    font-size: 0.875rem;
    position: absolute;
    bottom: 5rem;
    left: unset;
    right: unset;
    display: block;
    border-bottom: 1px solid var(--theme_color);
    padding-bottom: 0.3125rem;
    color: var(--theme_color);
  }

  .home_category .main .right_top strong::after {
    background-image: url(../assets/img/right-line.svg);
    width: 1rem;
    left: unset;
    height: 0.5rem;
    right: -1.5625rem;
    top: 20%;
  }

  .home_category .main .right_bottom {
    flex: 1;
    padding: 1.2rem 1.2rem 7rem;
  }

  .home_category .main .right_bottom strong {
    left: 1.2rem;
    top: unset;
    bottom: 5rem;
    right: unset;
    font-size: 13px;
  }
  .home_banner .head {
    min-height: 50vh;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .home_category .main .right_bottom strong {
    top: 4.6rem;
    left: 1.5625rem;
    right: unset;
  }
}
