

.home_banner .flex {
  min-height: 730px;
  padding: 100px 0;
}
.home_banner .head {
  max-width: 978px;
  padding-top: 6.885246%;
}
.home_banner .head h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 74px;
  color: white;
}
.home_banner .head p {
  font-size: 18px;
  line-height: 27px;
  max-width: 556px;
  font-weight: 500;
  margin: 26px auto 0;
  font-family: 'Gantari', sans-serif;
  color: white;
}
.home_banner .head .button {
  margin-top: 46px;
  font-size: 24px;
  font-weight: 500;
  min-width: unset;
  padding: 14px 73px 1rem 31px;
}
.home_banner .head .button:hover {
  padding: 14px 52px 1rem;
}
.home_banner ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
.home_banner ul .img {
  padding-bottom: 46.931%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f7f7f7;
  transition: all 0.3s;
}
.home_banner ul .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.home_banner ul li:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.home_banner ul li p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.home_nums {
  padding: 110px 0;
}
.home_nums .content {
  max-width: 1440px;
}
.home_nums ul {
  display: flex;
}
.home_nums ul li {
  flex: 1;
  text-align: center;
  position: relative;
}
.home_nums ul li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 117px;
  background-color: #dfdfdf;
  position: absolute;
  right: 0;
  top: -20px;
}
.home_nums ul li span {
  color: #242424;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.home_nums ul li p {
  color: var(--theme_color);
  font-size: 22px;
  line-height: 28px;
  margin-top: 24px;
}
.home_fabric {
  background-color: #f8f8f8;
  padding: 134px 0 140px;
}
.home_fabric .content {
  max-width: 1676px;
}
.home_fabric .head p {
  font-family: 'Gantari', sans-serif;
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 782px;
  margin: 20px auto 0;
  font-weight: 500;
}
.home_fabric .main {
  margin-top: 74px;
  display: grid;
  gap: 3rem 20px;
  grid-template-columns: repeat(3, 1fr);
}
.home_fabric .main .item .img {
  height: 205px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.home_fabric .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_fabric .main .item strong {
  display: block;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  padding: 20px 1rem 19px;
}
.home_fabric .main .item ul {
  background-image: linear-gradient(to bottom, #efefef, transparent);
  display: grid;
  gap: 13px 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 27px 0 27px 15.4128%;
  font-family: 'Gantari', sans-serif;
}
.home_fabric .main .item ul li {
  padding-right: 20px;
}
.home_fabric .main .item ul li a {
  color: #7c7c7c;
  font-size: 19px;
  transition: all 0.3s;
  font-weight: 500;
}
.home_fabric .main .item ul li a:hover {
  color: #222222;
  text-decoration: underline;
}
.home_expert {
  overflow: hidden;
}
.home_expert .flex {
  padding: 0 3.93442623% 0 6.55737705%;
  gap: 1.2rem;
}
.home_expert .home_expert_swiper {
  width: 38.46154%;
}
.home_expert .home_expert_swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  transform: scale(0.76667);
}
.home_expert .home_expert_swiper .swiper-slide .pic {
  padding-bottom: 143.57143%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.home_expert .home_expert_swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.home_expert .home_expert_swiper .swiper-slide-active,
.home_expert .home_expert_swiper .swiper-slide-prev {
  opacity: 1;
  pointer-events: all;
}
.home_expert .home_expert_swiper .swiper-slide-active.swiper-slide-duplicate,
.home_expert .home_expert_swiper .swiper-slide-prev.swiper-slide-duplicate {
  opacity: 0;
  pointer-events: none;
}
.home_expert .home_expert_swiper .swiper-slide-active {
  transform: scale(1);
}
.home_expert .head {
  padding: 154px 0;
  flex: 1;
  max-width: 512px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.home_expert .head p {
  font-family: 'Gantari', sans-serif;
  color: #7c7c7c;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
}
.home_expert .head ul {
  display: flex;
  justify-content: space-between;
  max-width: 496px;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 1rem 0;
}
.home_expert .head ul li {
  gap: 18px;
  width: 202px;
  display: flex;
  align-items: center;
}
.home_expert .head ul li i {
  display: block;
  width: 55px;
  height: 55px;
  background: no-repeat center / contain;
}
.home_expert .head ul li span {
  color: #242424;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  flex: 1;
}
.home_expert .head .button {
  margin-top: 56px;
}
.home_partner {
  padding: 42px 0 134px;
  overflow: hidden;
}
.home_partner .head p {
  font-family: 'Gantari', sans-serif;
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 782px;
  margin: 10px auto 0;
  font-weight: 500;
}
.home_partner .home_partner_swiper {
  margin-top: 5rem;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: all linear;
}
.home_partner .home_partner_swiper .pic {
  padding-bottom: 49.3258366%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.home_partner .home_partner_swiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.home_category {
  background-color: #f8f8f8;
  padding: 108px 0 82px;
}
.home_category .head p {
  font-family: 'Gantari', sans-serif;
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 559px;
  margin: 26px 0 0;
  font-weight: 500;
}
.home_category .main {
  margin-top: 68px;
}
.home_category .main ul {
  display: grid;
  gap: 3rem 1rem;
  grid-template-columns: repeat(6, 1fr);
}
.home_category .main ul li a {
  text-align: center;
}
.home_category .main ul li a:hover .img i {
  /* filter: none; */
}
.home_category .main ul li a:hover p {
  color: var(--theme_color);
  opacity: 1;
}
.home_category .main ul li .img {
  max-width: 102px;
  margin: 0 auto;
}
.home_category .main ul li .img i {
  filter: contrast(0);
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: no-repeat center / contain;
  background-size: 50% 50%;
  border: 1px solid rgb(28, 35, 47, 0.5);
  border-radius: 50%;
}
.home_category .main ul li p {
  opacity: 0.5;
  transition: all 0.3s;
  font-size: 21px;
  font-weight: 500;
  margin-top: 12px;
}
.home_category .main ul li span{
  opacity: 0.5;
  font-size: 18px;
  margin-top: 12px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog {
  padding: 150px 0 160px;
}
.home_blog .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.2rem;
}
.home_blog .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home_blog .nav ul li {
  cursor: pointer;
  color: #494949;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 13px 18px 14px;
  min-width: 176px;
  text-align: center;
}
.home_blog .nav ul li.active,
.home_blog .nav ul li:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.home_blog .swiper_box {
  margin: 60px 0 0;
}
.home_blog .button_more {
  display: block;
  width: max-content;
  margin: 42px 0 0 auto;
}
