.home_banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #e6e9f0;
}
.home_banner > div {
  position: static;
}
.home_banner > div.content {
  position: relative;
}
.home_banner .home_banner_bg_swiper + .edit_swiper {
  opacity: 1;
  transform: translate(-200%, -50%);
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_bg_swiper img,
.home_banner .home_banner_bg_swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .home_banner_swiper {
  position: relative;
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  background: no-repeat center / cover;
}
.home_banner .flex {
  min-height: 57.3rem;
  padding: 6rem 0;
}
.home_banner .head {
  flex: 1;
  max-width: 72rem;
  color: #fff;
  padding-bottom: 1.1%;
}
.home_banner .title {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 900;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.home_banner .desc {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 47.3rem;
  margin-top: 2rem;
  font-weight: 300;
  letter-spacing: 0.16px;
}
.home_banner .btn {
  margin-top: 2.7rem;
  min-width: 20.1rem;
}
.home_banner div.swiper-pagination {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  bottom: 4.8rem;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet {
  width: 5.4rem;
  height: 2px;
  background: #fff;
  opacity: 0.37;
  margin: 0;
  border-radius: 100px;
  transition: all 0.4s, opacity 0.3s;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home_banner .btns {
  width: 98%;
  max-width: 185.2rem;
  position: absolute;
  left: 50%;
  top: 43.4%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.home_banner .btns div {
  pointer-events: all;
  width: 1rem;
  height: 2rem;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_banner .btns div:hover {
  filter: unset;
}
.home_banner .btns .swiper_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .btns .swiper-button-disabled,
.home_banner .btns .swiper-button-lock {
  pointer-events: none;
}
.home_advantage {
  padding: 1.9rem 0;
}
.home_advantage .items {
  overflow: hidden;
}
.home_advantage .items > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 0;
  margin-right: -1px;
}
.home_advantage .item {
  border-right: 1px solid #dddddd;
  display: grid;
  grid-template-columns: 4rem auto;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  gap: 1.2rem;
  padding: 0 2rem;
}
.home_advantage .item i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.home_category {
  padding: 6.8rem 0 5.95rem;
}
.home_category .list {
  margin-top: 5.8rem;
}
.home_category .list > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 1.7021277%;
}
.home_category .item:nth-child(5n+3) {
  grid-row: span 2;
}
.home_category .item:nth-child(5n+3) .info > div:first-child {
  flex: 1;
  max-width: 22.2rem;
}
.home_category .item:nth-child(5n+3) .info p {
  margin-top: 1.7rem;
}
.home_category .item:nth-child(5n+3) .img {
  padding-bottom: 102.35%;
  margin-bottom: 0;
  margin-left: -71.4%;
}
.home_category .item a {
  position: relative;
  display: flex;
  height: 100%;
  background-color: #edf4f7;
  border-radius: 6px;
  overflow: hidden;
  padding: 2.7rem 2.8rem 3.3rem;
}
.home_category .item a:hover img {
  transform: scale(1.05);
}
.home_category .item .img {
  width: 77.64%;
  padding-bottom: 63.066%;
  margin: -2.7rem -2.8rem -3.3rem -50%;
  align-self: flex-start;
}
.home_category .item .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home_category .item .info h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #282828;
}
.home_category .item .info p {
  line-height: 2.2rem;
  color: var(--content_color);
  flex: 1;
  margin-top: 0.8rem;
  max-width: 23rem;
}
.home_products {
  padding: 5.95rem 0 10.2rem;
}
.home_products h2 {
  padding-bottom: 0.5rem;
}
.home_products .home_products_swiper {
  margin-top: 3rem;
}
.home_excusive {
  background-image: linear-gradient(to right, var(--bg_color));
}
.home_excusive .flex {
  min-height: 51.9rem;
  padding: 6rem 0;
}
.home_excusive .img {
  width: 49.6454%;
}
.home_excusive .img:hover img {
  transform: scale(1.02);
}
.home_excusive .head {
  flex: 1;
  max-width: 60.8rem;
  padding-top: 0.3rem;
}
.home_excusive strong {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--subtheme_color);
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.home_excusive p {
  font-size: 2rem;
  color: var(--content_color);
  margin-top: 2rem;
}
.home_excusive .btn {
  margin-top: 3.6rem;
}
.home_job {
  padding: 6.9rem 0 7.3rem;
}
.home_job .flex {
  gap: 2rem 11.1%;
}
.home_job .flex .img {
  width: 42.5532%;
  padding-bottom: 42.5532%;
}
.home_job .flex .img:hover img {
  transform: scale(1.02);
}
.home_job .flex .img::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88.3333%;
  padding-bottom: 88.333%;
  border-radius: 50%;
  background-image: linear-gradient(to right, var(--bg_color));
  content: '';
  z-index: -1;
}
.home_job .head {
  flex: 1;
  max-width: 56.7rem;
  padding-top: 1px;
}
.home_job h2 {
  max-width: 50rem;
}
.home_job p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  hyphens: auto;
  margin-top: 3.5rem;
}
.home_job .btn_b {
  margin-top: 3.7rem;
}
.home_job .home_job_swiper {
  overflow: hidden;
  margin-top: 6.2rem;
  border-radius: 1.3rem;
  max-width: 140.6rem;
}
.home_job .home_job_swiper .swiper-slide {
  position: relative;
  border-radius: 1.3rem;
  overflow: hidden;
}
.home_job .home_job_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.home_job .home_job_swiper .img {
  width: 100%;
  padding-bottom: 90.741%;
}
.home_job .home_job_swiper .img::after {
  width: 100%;
  height: 58.67%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.5;
  pointer-events: none;
}
.home_job .home_job_swiper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.6rem;
  padding: 0 1rem;
  z-index: 2;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  overflow-y: auto;
  max-height: calc(100% - 5.2rem);
}
.home_job .home_job_swiper .title::-webkit-scrollbar {
  width: 5px;
}
.home_job .home_job_swiper .title::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.home_certified {
  background-image: linear-gradient(to right, #0062a9, #288bd4);
  padding: 6.9rem 0 5.3rem;
  overflow: hidden;
}
.home_certified .head {
  color: #fff;
}
.home_certified .inner {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.home_certified .home_certified_swiper {
  max-width: 198.473rem;
  margin: 3.4rem -3.2365rem 0;
}
.home_certified .home_certified_swiper .swiper-wrapper {
  transition: linear;
}
.home_certified .home_certified_swiper .active .img {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(25, 25, 25, 0.25);
}
.home_certified .home_certified_swiper .active .img img {
  filter: unset;
}
.home_certified .home_certified_swiper .img {
  width: 100%;
  padding-bottom: 52.1%;
  border-radius: 12px;
  transition: all 0.3s;
}
.home_certified .home_certified_swiper .img img {
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
.home_about {
  padding: 8.5rem 0 8.3rem;
}
.home_about .flex {
  gap: 2rem 1.986%;
}
.home_about .flex .img {
  width: 48.44%;
  border-radius: 10px;
}
.home_about .flex .img:hover img {
  transform: scale(1.02);
}
.home_about .right {
  flex: 1;
  max-width: 63.6rem;
  padding-top: 1px;
}
.home_about p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 2.7rem;
}
.home_about .btn_b {
  margin-top: 2.8rem;
}
.home_about .nums {
  margin-top: 6.6rem;
}
.home_about .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
}
.home_about .nums li {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  align-items: center;
  gap: 1.8rem;
}
.home_about .nums i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.home_about .nums span {
  font-size: 4.6rem;
  font-weight: 500;
  white-space: nowrap;
}
.home_about .nums .label {
  font-size: 2rem;
  color: #5e5e5e;
  margin-top: 0.8rem;
}
.home_about .items {
  margin-top: 6.7rem;
}
.home_about .items > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.986%;
}
.home_about .item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.home_about .item a:hover img {
  transform: scale(1.05);
}
.home_about .item a:hover i {
  background-color: var(--theme_color);
  transform: rotate(-45deg);
}
.home_about .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_about .item .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, #0b4c82 11%, transparent 78.5%);
  pointer-events: none;
}
.home_about .item .info {
  position: relative;
  z-index: 2;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4.2rem 2.7% 2.4rem 4.1%;
  height: 100%;
}
.home_about .item .intro {
  display: flex;
  flex-direction: column;
}
.home_about .item strong {
  opacity: 0.65;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}
.home_about .item h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
  max-width: 25.4rem;
  margin-top: 0.7rem;
  flex: 1;
}
.home_about .item p {
  color: #fff;
  opacity: 0.85;
  margin-top: 3.3rem;
  font-weight: 300;
}
.home_about .item i {
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: block;
  content: '';
  align-self: end;
  background: url("../img/arrow-r.svg") no-repeat center / 32.65% var(--subtheme_color);
  transition: all 0.3s, transform 0.4s;
}
.home_saying {
  background-image: linear-gradient(162.418deg, var(--bg_color));
  padding: 11.3rem 0 4.7rem;
  overflow: hidden;
}
.home_saying .home_saying_swiper {
  margin-top: 5rem;
}
.home_saying .item {
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 4.8rem 3.2% 4.3rem;
}
.home_saying .item .desc {
  font-size: 2.4rem;
  line-height: 3.5rem;
  min-height: 25.4rem;
  flex: 1;
}
.home_saying .item .desc::before {
  display: block;
  width: 8.1rem;
  height: 8.1rem;
  content: '';
  background: url("../img/douhao.svg") no-repeat center / contain;
  margin-bottom: -3rem;
}
.home_saying .item .name {
  font-size: 2.2rem;
  color: #3d3d3d;
  margin-top: 2rem;
}
.home_saying .item .pd {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  align-items: center;
  gap: 2rem 11.4%;
  border-top: 1px solid #d6d6d6;
  padding-top: 1.1rem;
  margin-top: 2.1rem;
}
.home_saying .item .img {
  width: 100%;
  padding-bottom: 100%;
}
.home_saying .item .info {
  padding-top: 1.3rem;
}
.home_saying .item .info .cat {
  color: var(--subtheme_color);
  text-transform: uppercase;
}
.home_saying .item .info .title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.home_saying .item .info .price {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.1rem;
}
.home_saying .item .info .price del {
  font-size: 1.5rem;
  font-weight: 400;
  color: #898b8c;
  margin-left: 0.6rem;
}
.home_saying .swiper_btns {
  margin-top: 3.9rem;
  justify-content: flex-end;
}
.home_blog {
  padding: 6rem 0 10.2rem;
}
.home_blog .home_blog_swiper {
  margin-top: 3.2rem;
}
.home_blog .swiper_btns {
  top: 58%;
}
/*# sourceMappingURL=home.css.map */