.home_banner {
  position: relative;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  background: url("../img/home-banner.jpg") no-repeat center / cover;
}
.home_banner .flex {
  min-height: 77.1rem;
  padding: 6rem 0;
}
.home_banner .head {
  flex: 1;
  max-width: 52rem;
  padding-bottom: 4%;
}
.home_banner .title {
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 700;
}
.home_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  opacity: 0.85;
  margin-top: 2.6rem;
}
.home_banner .btn {
  margin-top: 4.1rem;
}
.home_banner .img {
  width: 58.52%;
  padding-bottom: 58.52%;
  margin-top: -6.9%;
  margin-bottom: -6.41%;
}
.home_banner .img:hover img {
  transform: scale(1.02);
}
.home_banner .swiper_con {
  position: absolute;
  bottom: 5.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
  width: 109.8611%;
  left: 0;
}
.home_banner .pagination {
  z-index: 3;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  pointer-events: all;
}
.home_banner .pagination div.swiper-pagination {
  position: static;
  width: 7.8rem;
  height: 1px;
  background: rgba(22, 22, 22, 0.29);
  pointer-events: all;
}
.home_banner .pagination div.swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--title_color);
  height: 1.5px;
}
.home_banner .swiper_btns {
  pointer-events: all;
  margin-top: 0.4rem;
  gap: 4.1rem;
}
.home_products {
  overflow: hidden;
  padding: 10.1rem 0 6.8rem;
}
.home_products .head {
  flex: 1;
  max-width: 86.3rem;
}
.home_products p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--content_color);
  margin-top: 2.2rem;
}
.home_products .btn_line {
  margin-bottom: 1px;
}
.home_products .nav_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 2rem 5.9rem;
}
.home_products .nav_list .nav_item.active a {
  color: var(--title_color);
  border-bottom-color: var(--theme_color);
  font-weight: 600;
}
.home_products .nav_list a {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  color: #8e8e8e;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid transparent;
}
.home_products .nav_list a:hover {
  color: var(--title_color);
  border-bottom-color: var(--theme_color);
}
.home_products .inner {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 182.2rem;
  margin: 0 auto;
}
.home_products .home_products_swiper {
  margin-top: 4.3rem;
}
.home_products .swiper_btns_full div {
  width: 6.6rem;
  height: 6.6rem;
  border: none;
  background-color: rgba(23, 23, 23, 0.4);
}
.home_products .swiper_btns_full div::after {
  filter: contrast(0) brightness(2);
  background-size: 40.1515%;
}
.home_products .swiper_btns_full div:hover {
  background-color: var(--theme_color);
}
.home_products .swiper_btns_full div:hover::after {
  filter: contrast(0) brightness(0);
}
.home_products .swiper_btns_full .swiper-button-disabled {
  opacity: 0;
}
.home_custom {
  overflow: hidden;
  background-color: #fff6e1;
  padding: 7.4rem 0 7.7rem;
}
.home_custom .head {
  flex: 1;
  max-width: 57.7rem;
  padding-bottom: 4.1%;
}
.home_custom h2 span::before {
  background-image: url("../img/font-mask2.svg");
  width: 100%;
  left: 50%;
  bottom: 7%;
}
.home_custom p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--content_color);
  max-width: 54.3rem;
  margin-top: 2.2rem;
}
.home_custom .btn {
  margin-top: 4.1rem;
}
.home_custom .right {
  position: relative;
  width: 56.736111%;
}
.home_custom .right .img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.home_custom .right .img::before {
  width: 100%;
  height: 100%;
  background: url("../img/home-bg1.png") no-repeat center / contain;
  position: absolute;
  right: 7.6%;
  top: 0;
  content: '';
  z-index: -1;
}
.home_custom .right .img:hover img {
  transform: scale(1.02);
}
.home_custom .float {
  position: static;
}
.home_custom .float ul {
  position: static;
}
.home_custom .float li {
  position: absolute;
  z-index: 3;
  content: '';
  background: no-repeat center / contain;
  width: var(--size);
  padding-bottom: var(--size);
  transition: all 1s;
}
.home_custom .float li:nth-child(1) {
  left: -11%;
  bottom: -3%;
}
.home_custom .float li:nth-child(2) {
  right: -3%;
  top: 25%;
}
.home_custom .float li:nth-child(3) {
  right: -8%;
  bottom: -5%;
}
.home_custom .nav_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.7rem;
  gap: 2rem 5.9rem;
}
.home_custom .nav_list .nav_item.active a {
  color: var(--title_color);
  border-bottom-color: var(--theme_color);
  font-weight: 600;
}
.home_custom .nav_list a {
  font-size: 2.8rem;
  font-weight: 500;
  color: #8e8e8e;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid transparent;
}
.home_custom .nav_list a:hover {
  color: var(--title_color);
  border-bottom-color: var(--theme_color);
}
.home_custom .home_custom_swiper {
  overflow: hidden;
  margin-top: 4rem;
  border-radius: 2rem;
}
.home_custom .custom_item {
  display: block;
  height: 100%;
}
.home_custom .custom_item:hover img {
  transform: scale(1.05);
}
.home_custom .custom_item .img {
  width: 100%;
  padding-bottom: 99.5%;
  border-radius: 2rem;
  background-color: #fff;
}
.home_custom .custom_item .title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 2.1rem;
}
.home_custom .swiper_btns_full {
  top: 51%;
}
.home_certifications {
  overflow: hidden;
  padding: 6.1rem 0 5.4rem;
}
.home_certifications p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--content_color);
  max-width: 48.1rem;
  margin: 1.6rem auto 0;
}
.home_certifications .inner {
  width: calc(100% + 10.4rem);
  margin: 0 -5.4rem;
}
.home_certifications .home_certifications_swiper {
  max-width: 202.4rem;
  margin: 5.2rem auto 0;
}
.home_certifications .home_certifications_swiper .swiper-wrapper {
  transition: linear;
}
.home_certifications .home_certifications_swiper .swiper-slide {
  border-radius: 100px;
  border: 1px solid #dddddd;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
.home_certifications .home_certifications_swiper .swiper-slide::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50.5%;
  border-radius: 100px;
  border: 2px solid var(--theme_color);
  content: '';
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s, transform 0.4s;
}
.home_certifications .home_certifications_swiper .swiper-slide.active {
  border-color: transparent;
}
.home_certifications .home_certifications_swiper .swiper-slide.active::before {
  width: calc(100% + 1.1rem);
  height: calc(100% - 1px);
  opacity: 1;
  box-shadow: 0 15px 10px rgba(145, 145, 145, 0.25);
}
.home_certifications .home_certifications_swiper .swiper-slide.active .img {
  filter: unset;
}
.home_certifications .home_certifications_swiper .img {
  width: 100%;
  padding-bottom: calc(61.51% - 1px);
  filter: contrast(0) brightness(0);
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s;
}
.home_about {
  overflow: hidden;
  padding: 5.4rem 0 7.2rem;
}
.home_about .left {
  flex: 1;
  max-width: 54rem;
  padding-top: 5.3%;
}
.home_about h2 {
  margin-bottom: -0.7rem;
}
.home_about h2 span::before {
  width: 100%;
  background-image: url("../img/font-mask3.svg");
  bottom: 4%;
}
.home_about p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--content_color);
  max-width: 47.7rem;
  margin-top: 2.6rem;
}
.home_about .btn {
  margin-top: 2.5rem;
}
.home_about .nums {
  margin-top: 9.1rem;
}
.home_about .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 13.5%;
}
.home_about .nums li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home_about .nums .data {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  gap: 1.35rem;
}
.home_about .nums .data::before {
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  content: '';
  background: url("../img/font-mask4.svg") no-repeat center / contain;
  z-index: -1;
}
.home_about .nums .label {
  font-size: 1.7rem;
  color: #494949;
  margin-top: 1.3rem;
}
.home_about .nums li:nth-child(2) .data::before {
  background-image: url("../img/font-mask5.svg");
  bottom: 0;
}
.home_about .video {
  position: relative;
  width: 70.9722222%;
  margin-right: -16.666667%;
}
.home_about .video .img {
  width: 100%;
  border-radius: 2.5rem 0 0 2.5rem;
}
.home_about .video .img:hover img {
  transform: scale(1.02);
}
.home_about .video .btn_play {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translate(-44%, -50%);
  display: block;
  content: '';
  z-index: 3;
  background: url("../img/iocn-play.svg") no-repeat center / contain;
  width: 10.6rem;
  height: 10.6rem;
  cursor: pointer;
  transition: all 0.3s;
}
.home_about .video .btn_play:hover {
  transform: translate(-44%, -50%) scale(1.1);
}
.home_about .home_about_swiper {
  margin-top: 9.9rem;
}
.home_about .home_about_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.home_about .home_about_swiper .img {
  width: 100%;
  border-radius: 1.6rem;
  padding-bottom: 61.2%;
}
.home_about .home_about_swiper .info {
  margin-top: 2.7rem;
}
.home_about .home_about_swiper h3 {
  font-size: 2.8rem;
  font-weight: 500;
}
.home_about .home_about_swiper p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #686868;
  max-width: unset;
  margin-top: 1.2rem;
}
.home_about .swiper_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6.5rem;
}
.home_about div.swiper-scrollbar {
  position: static;
  width: 85%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.home_about div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #000;
  top: -1px;
}
.home_advantage {
  overflow: hidden;
  background-color: #faf8f4;
  padding: 14.2rem 0 17rem;
}
.home_advantage .head {
  max-width: 49rem;
}
.home_advantage .swiper_btns {
  margin-bottom: 2.3rem;
}
.home_advantage .home_advantage_swiper {
  margin-top: 7.3rem;
}
.home_advantage .home_advantage_swiper .swiper-slide {
  border-radius: 1.6rem;
  padding: 3.7rem 2.8% 10.3rem;
  transition: all 0.4s;
}
.home_advantage .home_advantage_swiper .swiper-slide:hover {
  transform: translateY(-2%);
}
.home_advantage .home_advantage_swiper i {
  height: 10.2rem;
  width: 10.2rem;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.home_advantage .home_advantage_swiper .info {
  margin-top: 4.1rem;
}
.home_advantage .home_advantage_swiper h3 {
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 500;
}
.home_advantage .home_advantage_swiper p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #474747;
  margin-top: 1.3rem;
}
.home_say {
  padding: 8.8rem 0 5.2rem;
}
.home_say .home_say_swiper {
  overflow: hidden;
  margin-top: 5.1rem;
  border-radius: 1.6rem;
}
.home_say .item {
  display: grid;
  grid-template-columns: 50.486111% 1fr;
  grid-template-rows: auto auto;
  gap: 2.3rem;
}
.home_say .item > div {
  border-radius: 1.6rem;
}
.home_say .item .img {
  width: 100%;
  padding-bottom: 92.3%;
  grid-area: span 2;
}
.home_say .item .img:hover img {
  transform: scale(1.02);
}
.home_say .item .intro {
  background-color: var(--theme_color);
  padding: 3.5rem 7.5% 3.1rem;
  display: grid;
  grid-template-columns: 1fr 10.3rem;
  align-items: center;
  gap: 2rem;
}
.home_say .item .intro .icon {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: no-repeat center / contain #fff;
}
.home_say .item .intro .name {
  font-size: 2.6rem;
  font-weight: 500;
}
.home_say .item .intro .stand {
  font-size: 2rem;
  color: #424242;
  opacity: 0.85;
  margin-top: 0.5rem;
}
.home_say .item .info {
  background-color: #faf8f4;
  padding: 4.1rem 7.7% 4.9rem;
}
.home_say .item .info i {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  background: url("../img/douhao.svg") no-repeat center / 37.18% var(--theme_color);
  display: block;
  content: '';
}
.home_say .item .info .desc {
  font-size: 2.37rem;
  line-height: 3.556rem;
  color: #212121;
  margin-top: 3.1rem;
  min-height: 23.7rem;
}
.home_say .item .info .star {
  width: 16.1rem;
  height: 2.3rem;
  margin-top: 2rem;
}
.home_say .item .info .star::after {
  content: '';
  display: block;
  height: 100%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / 16.1rem 100%;
}
.home_say div.swiper-pagination {
  position: static;
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  margin-top: 5rem;
}
.home_say div.swiper-pagination .swiper-pagination-bullet {
  width: 2.1rem;
  height: 2.1rem;
  background: transparent;
  opacity: 1;
  margin: 0;
  border: 1px solid #030303;
  transition: all 0.3s;
}
.home_say div.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--theme_color);
}
.home_blog {
  overflow: hidden;
  padding: 5.2rem 0 10.4rem;
}
.home_blog .btn_line {
  font-size: 1.8rem;
  padding: 1.75rem 4.25rem;
  margin-bottom: -1.2rem;
}
.home_blog .main {
  margin-top: 4.5rem;
}
.home_blog .metas {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_blog .metas .cat {
  border-radius: 100px;
  background-color: rgba(254, 216, 71, 0.28);
  line-height: 3.1rem;
  padding: 0 2.2rem;
}
.home_blog .metas .date {
  color: #3f3f3f;
  font-size: 1.4rem;
  opacity: 0.85;
}
.home_blog .left {
  width: 69.930556%;
}
.home_blog .left a {
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.home_blog .left a:hover img {
  transform: scale(1.03);
}
.home_blog .left .img {
  width: 67.825223%;
  border-radius: 2.2rem;
  padding-bottom: 50.1%;
}
.home_blog .left .info {
  flex: 1;
  max-width: 27.1rem;
  padding-top: 1px;
}
.home_blog .left .info h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.4rem;
  margin-top: 2.1rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .left .info p {
  margin-top: 3rem;
  color: #3d3d3d;
  font-size: 1.7rem;
  line-height: 2.4rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .left .info .more {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6.2rem;
  border-bottom: 2px solid var(--theme_color);
}
.home_blog .right {
  width: 27.083333%;
}
.home_blog .home_blog_swiper .swiper-slide {
  opacity: 0;
  transition: transform 0.8s, opacity 0.5s;
  transition: all 0.6s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
}
.home_blog .home_blog_swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.home_blog .home_blog_swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  transform: scale(1);
}
.home_blog .home_blog_swiper a:hover img {
  transform: scale(1.03);
}
.home_blog .home_blog_swiper .img {
  width: 100%;
  border-radius: 2.2rem;
  padding-bottom: 76.66667%;
}
.home_blog .home_blog_swiper .info {
  margin-top: 1.6rem;
}
.home_blog .home_blog_swiper .info h3 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 2.7rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .swiper_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 5.4rem;
}
.home_blog .swiper_con .pagination {
  font-size: 2rem;
  color: #424242;
}
.home_blog .swiper_con .pagination .current {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--title_color);
  margin-right: -0.3rem;
}
.home_blog .swiper_con .pagination .total::before {
  content: '/';
}
.home_blog .swiper_con .swiper_btns {
  margin-top: 0.3rem;
}
/*# sourceMappingURL=home.css.map */