.home_banner {
  max-width: 256rem;
  margin: 0 auto;
  padding: 12.7rem 0 7.9rem;
}
.home_banner.img_bg > img:nth-of-type(2) {
  opacity: 0.18;
  width: auto;
  max-width: 100%;
  left: unset;
  right: 0;
}
.home_banner::before {
  position: absolute;
  width: 93.4%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(to right, #dfe9f4 15%, rgba(223, 233, 244, 0.7) 54.8%, transparent);
}
.home_banner .head {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 53.95833333%;
  align-items: start;
  gap: 0 3rem;
}
.home_banner .tcon {
  grid-column: -1/1;
}
.home_banner .tcon > em {
  margin-bottom: 1rem;
}
.home_banner .tcon h1 {
  font-size: 8.8rem;
  line-height: 1.10227273;
  max-width: 88.4rem;
}
.home_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
  margin-top: 4.5rem;
}
.home_banner .ad_lis {
  overflow: hidden;
  margin-top: 0.6rem;
}
.home_banner .ad_lis ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 0;
  max-width: 65.7rem;
  margin-left: -3.2rem;
}
.home_banner .ad_lis li {
  display: grid;
  grid-template-columns: 2.6316em 1fr;
  align-items: center;
  border-left: 2px solid rgba(10, 15, 24, 0.14);
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--text);
  font-weight: 600;
  padding: 0 3.1rem;
  gap: 1.4rem;
}
.home_banner .ad_lis li .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
.home_banner .ad_lis li .icon img {
  transform: scale(0.7);
}
.home_banner .ad_lis li span {
  max-width: 15.5rem;
}
.home_banner .img {
  margin-right: -9.3951094%;
  --h: 41.17647059%;
  grid-row: span 2;
  margin-top: 3rem;
}
.home_nums {
  border-bottom: 1px solid #e6e6e8;
  padding: 3.5rem 0 3.3rem;
}
.home_nums .nums {
  width: calc(100% - 6rem);
  max-width: 173.8rem;
  margin: 0 auto;
}
.home_nums .nums ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.home_nums .nums .active .icon {
  background-color: var(--primary);
  box-shadow: var(--shadow2);
}
.home_nums .nums .active .icon img {
  filter: contrast(0) brightness(2);
}
.home_nums .nums li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  align-items: center;
  gap: 2.8rem;
}
.home_nums .nums li .icon {
  padding-bottom: 100%;
  border-radius: 1rem;
  background-color: var(--bg);
  transition: all 0.3s;
  margin-bottom: 2px;
}
.home_nums .nums li .icon img {
  transform: scale(0.64516129);
}
.home_nums .nums li strong {
  font-size: 2.173rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.home_nums .nums li p {
  font-size: 1.449rem;
  color: #707075;
  margin-top: 1rem;
}
.home_support {
  padding: 10.7rem 0 6.7rem;
}
.home_support .head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 2rem;
}
.home_support .head > em {
  margin-top: 0.6rem;
}
.home_support .head h2 {
  max-width: 50rem;
  text-align: center;
  font-weight: 600;
}
.home_support .home_support_swiper {
  margin-top: 3rem;
  padding-bottom: 1rem;
}
.home_support .home_support_swiper .swiper-slide {
  max-width: 454px;
}
.home_support .home_support_swiper .active .item::before {
  opacity: 1;
}
.home_support .home_support_swiper .active .cat {
  color: var(--primary);
  border-color: var(--primary);
}
.home_support .home_support_swiper .active .btn_i::after {
  background-color: var(--primary);
}
.home_support .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background-color: var(--bg);
  border-radius: var(--rd);
  padding: 4.185022% 5.2863436% 5.7268722% 8.8105727%;
}
.home_support .item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  box-shadow: var(--shadow);
}
.home_support .item .cat {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 0.8rem;
  line-height: 1.2;
  padding: 0.592em 1.15em;
  margin-left: auto;
}
.home_support .item .icon {
  height: 6rem;
  max-width: 10.6rem;
  margin-top: 1px;
}
.home_support .item .icon img {
  width: auto;
}
.home_support .item .info {
  flex: 1;
  margin-top: 3.2rem;
}
.home_support .item .info em {
  display: block;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary);
}
.home_support .item .info .title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 0.9rem;
}
.home_support .item .info .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 2rem;
  letter-spacing: -0.00667em;
}
.home_support .item .info ul {
  font-size: 1.5rem;
  margin-top: 2.3rem;
  letter-spacing: -0.00667em;
}
.home_support .item .info ul li + li {
  margin-top: 0.6em;
}
.home_support .item .info ul li {
  position: relative;
  padding-left: 1.86667em;
}
.home_support .item .info ul li::before {
  position: absolute;
  width: 1.0667em;
  height: 1.0667em;
  content: '';
  left: 0;
  top: 0.1333em;
  background: url("../img/gou2.svg") no-repeat center / contain;
}
.home_support .item .btn_i {
  font-size: 1.6rem;
  grid-template-columns: 1fr 2.375em;
  margin-top: 4.6rem;
}
.home_about {
  padding: 6.7rem 0 10.9rem;
}
.home_about .head {
  flex: 1;
  width: 100%;
}
.home_about .btn {
  margin-top: 4.3rem;
}
.home_about .desc {
  max-width: 63.8rem;
  margin-top: 6.3rem;
}
.home_about .desc p + p {
  margin-top: 3rem;
}
.home_about .nums {
  margin-top: 4.4rem;
  margin-left: -0.8rem;
}
.home_about .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.home_about .nums li {
  min-width: 26.8%;
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  align-items: start;
  gap: 1.7rem;
}
.home_about .nums li .icon {
  padding-bottom: 100%;
}
.home_about .nums li strong {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.home_about .nums li p {
  color: #707075;
  margin-top: 1.1rem;
}
.home_about .img {
  width: 49.93055556%;
  --h: 89.01251739%;
  border-radius: var(--rd);
  margin-top: 1rem;
}
.home_oem {
  background-image: linear-gradient(to bottom, var(--bg) 0 50%, transparent 50% 100%);
}
.home_oem .head {
  border-radius: var(--rd);
  overflow: hidden;
  color: #fff;
  padding: 5.1rem 5.6rem 4.9rem 5.5rem;
}
.home_oem .head h2 {
  font-size: 2.8rem;
}
.home_oem .head p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--text_w);
  max-width: 71rem;
  margin-top: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.004375em;
}
.home_oem .btn {
  margin-bottom: 2px;
}
.home_mold {
  padding: 11.7rem 0 9.5rem;
}
.home_mold .head {
  gap: 0 3rem;
}
.home_mold .head > em {
  width: 100%;
}
.home_mold .head h2 {
  max-width: 58rem;
  font-weight: 600;
}
.home_mold .head p {
  max-width: 62.8rem;
  margin-top: 4.2rem;
}
.home_mold .home_mold_swiper {
  padding-bottom: 1rem;
  margin-top: 2.8rem;
}
.home_mold .home_mold_swiper .swiper-slide {
  max-width: 455px;
}
.home_mold .home_mold_swiper .active .item::after {
  opacity: 1;
}
.home_mold .home_mold_swiper .active .btn_i::after {
  background-color: var(--primary);
}
.home_mold .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e8e8eb;
  border-radius: var(--rd);
}
.home_mold .item::after {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  bottom: -1.5px;
  right: -1.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  box-shadow: var(--shadow);
}
.home_mold .item .img {
  border-radius: var(--rd) var(--rd) 0 0;
  padding-bottom: 64.2384106%;
  margin: -0.5px;
}
.home_mold .item .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  background-color: var(--secondary);
  display: inline-block;
  border-top-right-radius: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  min-width: 60%;
  max-width: 90%;
  padding: 0.9em 2.09em 0.9em 2.63em;
  font-weight: 500;
  letter-spacing: -0.00714em;
}
.home_mold .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 7.0640177% 7.9470199% 4.1942605%;
}
.home_mold .item .info .text {
  flex: 1;
  border-bottom: 1px solid #e8e8eb;
  padding-bottom: 2.6rem;
}
.home_mold .item .info .title {
  font-size: 2.8rem;
  font-weight: 600;
}
.home_mold .item .info .desc {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 37rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 1.2rem;
  letter-spacing: -0.0044em;
}
.home_mold .item .info .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-top: 2.5rem;
  gap: 0.69em;
  letter-spacing: -0.0077em;
}
.home_mold .item .info .tags span {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 1.154em;
  border: 1px solid #e8e8eb;
  padding: 0.5154em 0.6923em;
}
.home_mold .item .info .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.home_mold .item .info .btn_i {
  margin-top: 1.6rem;
}
.home_products {
  background-color: var(--bg);
  padding: 11.7rem 0 9.4rem;
}
.home_products .head {
  width: 45%;
  max-width: 62.9rem;
}
.home_products .head h2 {
  font-weight: 600;
}
.home_products p {
  margin-top: 2.5rem;
}
.home_products .features {
  flex: 1;
  width: 100%;
  max-width: 76rem;
  overflow: hidden;
  margin-right: -1.35%;
  margin-top: 2.8%;
}
.home_products .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin-left: -1px;
}
.home_products .features li {
  text-align: center;
  border-left: 1px solid rgba(10, 15, 24, 0.24);
  padding: 0 3.35rem;
}
.home_products .features li .icon {
  display: flex;
  justify-content: center;
  width: auto;
  height: 4rem;
  max-width: 5rem;
  margin: 0 auto;
}
.home_products .features li .icon img {
  max-width: 100%;
  width: max-content;
}
.home_products .features li strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.9rem;
}
.home_products .features li p {
  font-size: 1.4rem;
  color: #707075;
  margin-top: 0.6rem;
}
.home_products .list {
  margin-top: 4.5rem;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 1.2962963%;
}
.home_products .list .active .item::after {
  opacity: 1;
}
.home_products .list .active .image .img.img_cv {
  transform: scale(1);
  opacity: 1;
}
.home_products .list .active .image .img.img_ct {
  transform: scale(1.05);
  opacity: 0;
}
.home_products .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--rd);
  background-color: #fff;
}
.home_products .item:hover img {
  transform: scale(1.03);
}
.home_products .item::after {
  position: absolute;
  left: -0.5px;
  top: -0.5px;
  bottom: -0.5px;
  right: -0.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.home_products .item .image {
  position: relative;
  border-radius: var(--rd) var(--rd) 0 0;
  overflow: hidden;
}
.home_products .item .image .img {
  transition: all linear 0.4s;
}
.home_products .item .image .img.img_cv {
  padding-bottom: 84.39306358%;
  opacity: 0;
  transform: scale(1.05);
}
.home_products .item .image .img.img_ct {
  position: absolute;
  width: 83.52601156%;
  --h: 100%;
  left: 5.5%;
  top: -1.37%;
}
.home_products .item .info {
  flex: 1;
  border-top: 1px solid #eff5f9;
  padding: 6.0693642% 10.4046243% 7.2254335%;
}
.home_products .item .info .name {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.00545em;
}
.home_products .item .info .num {
  color: var(--text);
  margin-top: 0.6rem;
  letter-spacing: -0.0044em;
}
.home_products p.center:has(.btn_line) {
  margin-top: 3.7rem;
}
.home_industries {
  padding: 11.7rem 0 5.9rem;
}
.home_industries h2 {
  max-width: 70rem;
}
.home_industries .list {
  margin-top: 4.6rem;
}
.home_industries .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr));
  gap: 2.1rem 1.2962963%;
}
.home_industries .list .active .item {
  background-color: var(--primary);
  box-shadow: var(--shadow2);
  color: #fff;
}
.home_industries .list .active .item .icon {
  filter: contrast(0) brightness(2);
}
.home_industries .list .active .item .info .desc {
  color: var(--text_w);
}
.home_industries .item {
  display: block;
  height: 100%;
  transition: all 0.3s;
  border-radius: var(--rd);
  background-color: var(--bg);
  padding: 7.8034682% 10.6936416%;
}
.home_industries .item .icon {
  width: auto;
  height: 6rem;
  max-width: 6.8rem;
  transition: all 0.3s;
}
.home_industries .item .icon img {
  max-width: 100%;
  width: max-content;
}
.home_industries .item .info {
  margin-top: 3.7rem;
}
.home_industries .item .info .title {
  font-size: 2.4rem;
  font-weight: 600;
}
.home_industries .item .info .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text);
  transition: all 0.3s;
  max-width: 27.2rem;
  margin-top: 1rem;
  letter-spacing: -0.0067em;
}
.home_process {
  padding: 5.9rem 0 12rem;
}
.home_process .head {
  padding-bottom: 0.4rem;
}
.home_process .head h2 {
  font-weight: 700;
  max-width: 44rem;
}
.home_process .nav {
  border-radius: 0.7rem;
  background-color: var(--bg);
  padding: 1rem;
}
.home_process .nav .nav_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.home_process .nav .nav_list::before {
  position: absolute;
  width: var(--w);
  height: var(--h);
  left: var(--l);
  top: var(--t);
  content: '';
  border-radius: 0.7rem;
  background-color: var(--secondary);
  transition: all 0.3s;
  z-index: -1;
}
.home_process .nav .nav_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 0.7rem;
  opacity: 0.61;
  padding: 0.73333em 2.22em;
  min-width: 21.6rem;
}
.home_process .nav .nav_item:hover {
  background-color: rgba(0, 137, 225, 0.2);
}
.home_process .nav .nav_item.active {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.home_process .main {
  margin-top: 3.9rem;
}
.home_process .main .swiper_box {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
.home_process .main .swiper_box.active {
  display: flex;
}
.home_process .main .lt {
  flex: 1;
  width: 100%;
  max-width: 60rem;
}
.home_process .main .rt {
  width: 51.66666667%;
}
.home_process .home_process_swiper {
  overflow: hidden;
  border-radius: 1.6rem;
}
.home_process .home_process_swiper .img {
  padding-bottom: 60.61827957%;
}
.home_process .process {
  padding-top: 0.6rem;
}
.home_process .process li {
  position: relative;
  padding-bottom: 3.3rem;
}
.home_process .process li::before,
.home_process .process li::after {
  position: absolute;
  width: 2px;
  top: 3.3875em;
  left: 1.84375em;
  bottom: -0.3em;
  content: '';
  background-color: #e8e8e8;
  transform: translateX(-50%);
}
.home_process .process li::after {
  background-color: var(--primary);
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
}
.home_process .process li.active .order {
  color: #fff;
}
.home_process .process li.active .order::before {
  transform: scale(1);
  background-color: var(--primary);
  border-color: var(--primary);
}
.home_process .process li.active::after {
  transform: translateX(-50%) scaleY(1);
  transition: transform linear 3s;
}
.home_process .process li.active .title {
  opacity: 1;
  font-size: 2.4rem;
  font-weight: 600;
}
.home_process .process li.ani_clear::after {
  transition: none;
}
.home_process .process li:last-child {
  padding-bottom: 0;
}
.home_process .process li:last-child::before,
.home_process .process li:last-child::after {
  display: none;
}
.home_process .process .order {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  font-weight: 500;
  color: rgba(10, 15, 24, 0.5);
  width: 3.6875em;
  height: 3.675em;
  min-width: max-content;
}
.home_process .process .order::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  content: '';
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  transition: all 0.3s;
  z-index: -1;
  transform: scale(0.86440678);
}
.home_process .process .title {
  font-size: 2rem;
  font-weight: 600;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: unset;
  padding: 1.5rem 0 1rem 9.8rem;
  letter-spacing: 0.00476em;
}
.home_process .process .desc {
  display: none;
  padding-top: 0.8rem;
  padding-left: 9.8rem;
  padding-bottom: 0.7rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text);
  letter-spacing: -0.0067em;
}
.home_process p.center:has(.btn) {
  margin-top: 5rem;
}
.home_numbers {
  background-color: var(--bg);
  padding: 8.8rem 0 8.9rem;
}
.home_numbers .head {
  flex: 1;
  width: 100%;
  max-width: 52.7rem;
  padding-bottom: 0.4rem;
}
.home_numbers .head ul {
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 48rem;
  gap: 1.2rem 2rem;
  margin-top: 3.3rem;
}
.home_numbers .head ul li {
  position: relative;
  padding-left: 1.55556em;
}
.home_numbers .head ul li::before {
  position: absolute;
  width: 0.889em;
  height: 0.889em;
  content: '';
  left: 0;
  top: 0.111em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.home_numbers p {
  max-width: 47.6rem;
  margin-top: 2.9rem;
}
.home_numbers .nums {
  width: 52.91666667%;
  border-radius: var(--rd);
  background-color: #fff;
  overflow: hidden;
}
.home_numbers .nums ul {
  margin-left: -1px;
  margin-top: -1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home_numbers .nums li {
  border-left: 1px solid #eff5f9;
  border-top: 1px solid #eff5f9;
  padding: 2.5rem 5.1rem 2.8rem;
}
.home_numbers .nums li strong {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.home_numbers .nums li strong i {
  color: var(--primary);
}
.home_numbers .nums li p {
  font-size: 1.4rem;
  opacity: 0.7;
  text-transform: uppercase;
  margin-top: 1.2rem;
  letter-spacing: -0.0086em;
}
.home_testimonials {
  overflow: hidden;
  padding: 11.5rem 0 7.9rem;
}
.home_testimonials .head {
  padding-bottom: 0.7rem;
}
.home_testimonials .home_testimonials_swiper {
  margin-top: 3.9rem;
}
.home_testimonials .home_testimonials_swiper .swiper-slide {
  max-width: 58rem;
}
.home_testimonials .home_testimonials_swiper .active .item::before {
  opacity: 1;
}
.home_testimonials .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  --rd: 2.5rem;
  border-radius: var(--rd);
  background-color: var(--bg);
  padding: 3.9rem 4.6rem 3rem;
}
.home_testimonials .item::before {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.home_testimonials .item .star {
  --w: 11.8rem;
  width: var(--w);
}
.home_testimonials .item .star::after {
  content: '';
  display: block;
  padding-bottom: 14.40677966%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / var(--w) 100%;
}
.home_testimonials .item .desc {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 1.6rem;
}
.home_testimonials .item .client {
  margin-top: 4.7rem;
}
.home_testimonials .item .client .name {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1c1c1c;
}
.home_testimonials .item .client .cl {
  line-height: 2.4rem;
  color: #565656;
  margin-top: 0.6rem;
  letter-spacing: -0.0044em;
}
.home_news {
  padding: 7.8rem 0 9.5rem;
}
.home_news h2 {
  max-width: 58rem;
}
.home_news .tcon {
  padding-bottom: 2px;
}
.home_news .home_news_swiper {
  margin-top: 2.9rem;
  padding-bottom: 1rem;
}
.home_news .home_news_swiper .swiper-slide {
  max-width: 455px;
}
.home_news .swiper_btns.middle {
  top: 52%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_banner .tcon h1 {
    font-size: 7rem;
  }
  .home_banner .img {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner .tcon h1 {
    font-size: 6rem;
  }
  .home_banner .head {
    gap: 3rem;
  }
  .home_banner .btns,
  .home_banner .img,
  .home_banner .features {
    margin: 0;
  }
  .home_nums .nums ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .tcon h1 {
    font-size: 5rem;
  }
  .home_products .features {
    margin-right: 0;
  }
  .home_products .features li {
    flex: 1 0 18rem;
  }
  .home_products .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .home_banner {
    padding: 50px 0;
  }
  .home_banner .head {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .home_banner .head .tcon > em {
    margin-bottom: 10px;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head .btns {
    margin: 0;
  }
  .home_banner .ad_lis {
    margin-top: 10px;
  }
  .home_banner .ad_lis ul {
    max-width: unset;
    gap: 20px 0;
    margin-left: -20px;
  }
  .home_banner .ad_lis li {
    padding: 0 20px;
    font-size: 14px;
    gap: 12px;
  }
  .home_banner .ad_lis li .icon {
    margin: 0;
  }
  .home_banner .ad_lis li span {
    max-width: 140px;
  }
  .home_banner .img {
    order: -1;
    margin: 0;
  }
  .home_nums {
    padding: 0;
  }
  .home_nums .nums {
    width: 100%;
  }
  .home_nums .nums ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 30px 20px;
  }
  .home_nums .nums ul::-webkit-scrollbar {
    display: none;
  }
  .home_nums .nums li {
    flex-shrink: 0;
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .home_nums .nums li .icon {
    margin: 0;
    border-radius: 5px;
  }
  .home_nums .nums li strong {
    font-size: 18px;
  }
  .home_nums .nums li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .home_support {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_support .head {
    display: block;
    text-align: center;
  }
  .home_support .head > em {
    margin-top: 0;
  }
  .home_support .head h2 {
    max-width: unset;
  }
  .home_support .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_support .home_support_swiper {
    padding: 0;
    margin-top: 30px;
  }
  .home_support .item {
    padding: 20px;
  }
  .home_support .item .cat {
    font-size: 13px;
  }
  .home_support .item .icon {
    height: 40px;
    max-width: 72px;
    margin-top: 5px;
  }
  .home_support .item .info {
    margin-top: 20px;
  }
  .home_support .item .info em {
    font-size: 13px;
  }
  .home_support .item .info .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .home_support .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_support .item .info ul {
    margin-top: 12px;
    font-size: 14px;
  }
  .home_support .item .btn_i {
    font-size: 14px;
    margin-top: 20px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head .desc {
    margin-top: 20px;
  }
  .home_about .head .desc p + p {
    margin-top: 12px;
  }
  .home_about .nums {
    margin-top: 25px;
    margin-left: 0;
  }
  .home_about .nums ul {
    gap: 22px;
  }
  .home_about .nums li {
    gap: 14px;
    grid-template-columns: 30px 1fr;
  }
  .home_about .nums li strong {
    font-size: 20px;
  }
  .home_about .nums li p {
    margin-top: 5px;
  }
  .home_about .img {
    margin: 0;
  }
  .home_oem .head {
    padding: 40px 20px;
  }
  .home_oem .head .tcon {
    max-width: 450px;
  }
  .home_oem .head h2 {
    font-size: 22px;
  }
  .home_oem .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_mold {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_mold .head {
    display: block;
  }
  .home_mold .head p {
    margin-top: 12px;
  }
  .home_mold .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_mold .home_mold_swiper {
    padding: 0;
    margin-top: 30px;
  }
  .home_mold .item .cat {
    font-size: 13px;
    border-top-right-radius: 10px;
    padding: 0.7em 1.1em;
  }
  .home_mold .item .info {
    padding: 20px;
  }
  .home_mold .item .info .text {
    padding-bottom: 20px;
  }
  .home_mold .item .info .title {
    font-size: 18px;
  }
  .home_mold .item .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_mold .item .info .tags {
    margin-top: 12px;
    font-size: 13px;
  }
  .home_mold .item .info .tags span {
    padding: 0.4em 1em;
  }
  .home_mold .item .info .btn_i {
    margin-top: 14px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .head {
    width: 100%;
    max-width: unset;
  }
  .home_products .features {
    margin: 0;
    max-width: unset;
  }
  .home_products .features ul {
    gap: 20px 0;
  }
  .home_products .features li {
    flex: 1 0 170px;
    padding: 0 14px;
  }
  .home_products .features li .icon {
    height: 30px;
    max-width: 50px;
  }
  .home_products .features li strong {
    font-size: 20px;
    margin-top: 10px;
  }
  .home_products .features li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .home_products .list {
    margin-top: 10px;
  }
  .home_products .list ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    overflow-x: auto;
    gap: 16px;
  }
  .home_products .list ul::-webkit-scrollbar {
    display: none;
  }
  .home_products .list ul li {
    flex: 0 0 250px;
  }
  .home_products .item .info {
    padding: 20px;
  }
  .home_products .item .info .name {
    font-size: 18px;
  }
  .home_products .item .info .num {
    margin-top: 5px;
  }
  .home_products p.center:has(.btn_line) {
    margin-top: 20px;
  }
  .home_industries {
    padding: 50px 0 30px;
  }
  .home_industries .list {
    margin-top: 10px;
  }
  .home_industries .list ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    overflow-x: auto;
    gap: 16px;
  }
  .home_industries .list ul::-webkit-scrollbar {
    display: none;
  }
  .home_industries .list ul li {
    flex: 0 0 220px;
  }
  .home_industries .item {
    padding: 20px;
  }
  .home_industries .item .icon {
    height: 40px;
    max-width: 50px;
  }
  .home_industries .item .info {
    margin-top: 20px;
  }
  .home_industries .item .info .title {
    font-size: 18px;
  }
  .home_industries .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_process {
    padding: 50px 0;
  }
  .home_process .head {
    padding: 0;
  }
  .home_process .nav {
    padding: 8px;
    max-width: 100%;
  }
  .home_process .nav .nav_list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .home_process .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_process .nav .nav_list li {
    flex-shrink: 0;
  }
  .home_process .nav .nav_item {
    white-space: nowrap;
    font-size: 14px;
    min-width: unset;
  }
  .home_process .main {
    margin-top: 30px;
  }
  .home_process .main .swiper_box {
    gap: 20px;
    align-items: center;
  }
  .home_process .home_process_swiper {
    border-radius: 10px;
  }
  .home_process .process {
    padding: 0;
  }
  .home_process .process li {
    padding-bottom: 20px;
  }
  .home_process .process li::before,
  .home_process .process li::after {
    left: 1.5em;
    top: 2.9em;
  }
  .home_process .process li.active .title {
    font-size: 18px;
  }
  .home_process .process .order {
    width: 3em;
    height: 3em;
  }
  .home_process .process .title {
    font-size: 18px;
    padding: 12px 0 12px 55px;
  }
  .home_process .process .desc {
    padding: 0;
    padding-left: 55px;
    font-size: 14px;
    line-height: 1.5;
  }
  .home_process p.center:has(.btn) {
    margin-top: 30px;
  }
  .home_numbers {
    padding: 50px 0;
  }
  .home_numbers .head {
    padding: 0;
  }
  .home_numbers .head ul {
    display: block;
    font-size: 14px;
    margin-top: 12px;
  }
  .home_numbers .head ul li + li {
    margin-top: 10px;
  }
  .home_numbers .nums li {
    padding: 16px;
  }
  .home_numbers .nums li strong {
    font-size: 24px;
  }
  .home_numbers .nums li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .home_testimonials {
    padding: 50px 0;
  }
  .home_testimonials .head {
    padding: 0;
  }
  .home_testimonials .home_testimonials_swiper {
    margin-top: 30px;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide {
    max-width: 350px;
  }
  .home_testimonials .item {
    --rd: 10px;
    padding: 20px;
  }
  .home_testimonials .item .star {
    --w: 100px;
  }
  .home_testimonials .item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_testimonials .item .client {
    margin-top: 20px;
  }
  .home_testimonials .item .client .name {
    font-size: 16px;
  }
  .home_testimonials .item .client .cl {
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_news {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_news .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_news .home_news_swiper {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  div.head .btns {
    flex-direction: column;
  }
  .home_about .img {
    width: 100%;
    order: -1;
  }
  .home_about .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home_products .features ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home_products .features ul strong {
    font-size: 18px;
  }
  .home_process .main .rt {
    width: 100%;
    order: -1;
  }
  .home_numbers .nums {
    width: 100%;
  }
}
