.home_banner .home_banner_swiper {
  background-color: #f6f3f7;
  overflow: hidden;
  position: relative;
}
.home_banner .home_banner_swiper .swiper-slide {
  height: auto;
  background: url(../img/home-banner.webp) no-repeat bottom center / cover;
}
.home_banner .home_banner_swiper .flex {
  min-height: 978px;
}
.home_banner .home_banner_swiper .head {
  max-width: 774px;
}
.home_banner .home_banner_swiper .head h1,
.home_banner .home_banner_swiper .head h2 {
  color: var(--title_color);
  font-size: 58px;
  font-weight: 700;
  line-height: 90px;
}
.home_banner .home_banner_swiper .head p {
  color: var(--title_color);
  font-size: 18px;
  font-weight: 500;
  opacity: .9;
  line-height: 29px;
  margin-top: 22px;
}
.home_banner .home_banner_swiper .head ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 2rem;
}
.home_banner .home_banner_swiper .head ul li {
  width: 4rem;
  height: 4rem;
}
.home_banner .home_banner_swiper .head ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_banner .home_banner_swiper .head .button {
  margin-top: 38px;
}
.home_banner .home_banner_swiper .swiper-pagination {
  position: absolute;
  justify-content: center;
  bottom: 130px;
}
.home_product {
  padding: 100px 0 105px;
  overflow: hidden;
  position: relative;
}
.home_product .circle1 {
  background-color: #e8eae9;
  width: 13.75%;
  padding-bottom: 13.75%;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 90px;
  transition: all 1s;
}
.home_product .circle2 {
  background-color: #e8eae9;
  width: 14.635%;
  padding-bottom: 14.635%;
  border-radius: 50%;
  position: absolute;
  right: -7%;
  bottom: -120px;
  transition: all 1s;
}
.home_product .circle3 {
  width: 14.635%;
  padding-bottom: 14.635%;
  border-radius: 50%;
  position: absolute;
  left: -6%;
  bottom: -120px;
  transition: all 1s;
  border: 36px solid #e8eae9;
  box-sizing: content-box;
}
.home_product .head .nav {
  margin-top: 42px;
}
.home_product .swiper_box {
  margin: 45px 0 60px;
}
.home_product .swiper_box .swiper_content {
  max-width: 1240px;
}
.home_product .home_product_swiper .swiper-slide {
  height: auto;
}
.home_market {
  background: url(../img/home-market-bg-8.webp) no-repeat center / cover;
  padding: 150px 0 120px;
  overflow: hidden;
}
.home_market .home_market_swiper {
  margin-top: 136px;
}
.home_market .home_market_swiper a {
  display: block;
  padding-bottom: 160.26%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.home_market .home_market_swiper a:hover {
  transform: scale(1.0476) translateY(-20px);
}
.home_market .home_market_swiper a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/home-market-mask.svg) no-repeat bottom center / contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.home_market .home_market_swiper a .bg {
  background: no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home_market .home_market_swiper a h3 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 0 11.1%;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  z-index: 3;
}
.home_market .swiper-pagination {
  margin-top: 130px;
  justify-content: center;
}
.home_market .content > span {
  color: var(--title_color);
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  bottom: -35px;
  font-weight: 500;
  white-space: nowrap;
}
.home_market .text1 {
  right: 106%;
}
.home_market .text2 {
  left: 106%;
}
.home_different {
  padding: 172px 0;
}
.home_different .swiper_content {
  padding: 20px;
}
.home_different .home_different_swiper {
  padding: 87px 0 16px;
}
.home_different .home_different_swiper .swiper-slide {
  transition: all 0.3s;
  position: relative;
  height: auto;
}
.home_different .home_different_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 84%;
  height: 16px;
  background-color: var(--theme_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 0 0 8px 8px;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.home_different .home_different_swiper .swiper-slide.active {
  transform: scale(1.05);
  z-index: 2;
}
.home_different .home_different_swiper .swiper-slide.active::after {
  transform: translate(-50%, 100%);
}
.home_different .home_different_swiper .swiper-slide.active a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  border-radius: 8px;
}
.home_different .home_different_swiper .swiper-slide.active a p{
  font-size: 18px;
}
.home_different .home_different_swiper .swiper-slide.active a::after {
  transform: translate(-50%, 100%);
}
.home_different .home_different_swiper .swiper-slide.active a .bg {
  transform: translateX(30%);
}
.home_different .home_different_swiper .swiper-slide.active a strong {
  left: 0;
}
.home_different .home_different_swiper .swiper-slide.active a strong::after {
  right: -25px;
}
.home_different .home_different_swiper a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 70px 10.5% 47px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.home_different .home_different_swiper .bg {
  width: 41.176%;
  padding-bottom: 41.176%;
  position: absolute;
  right: 0;
  top: 2rem;
  opacity: 0.2;
  transition: all 0.5s ease-out;
  transform: translateX(100%);
}
.home_different .home_different_swiper .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_different .home_different_swiper .img {
  width: 28.2%;
  padding-bottom: 28.2%;
  position: relative;
}
.home_different .home_different_swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_different .home_different_swiper h3 {
  min-height: 72px;
  color: var(--title_color);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 2rem;
}
.home_different .home_different_swiper p {
  color: #7f7f7f;
  font-size: 19px;
  line-height: 33px;
  margin-top: 30px;
  margin-bottom: 36px;
  flex: 1;
}
.home_different .home_different_swiper strong {
  color: var(--theme_color);
  font-size: 17px;
  font-weight: 500;
  position: relative;
  left: -130px;
  transition: all 0.3s ease-out;
}
.home_different .home_different_swiper strong::after {
  content: '';
  display: block;
  width: 17px;
  height: 11px;
  background: url(../img/right-line.svg) no-repeat center / contain;
  position: absolute;
  right: -60px;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.home_news {
  padding: 90px 0 130px;
}
.home_news .swiper_box {
  margin: 62px 0 50px;
}
