.home_banner {
  overflow: hidden;
}
.home_banner .flex {
  min-height: 83.7rem;
  padding: 13rem 0 4rem;
}
.home_banner .head {
  flex: 1;
  max-width: 65.2rem;
  padding-bottom: 3.7%;
}
.home_banner .btn {
  margin-top: 4.3rem;
  gap: 0.7rem;
}
.home_banner .img {
  width: 72.4375%;
  --h: 57.55%;
  margin: -4.3% -7.5% 0;
}
.home_banner .advantage_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.8rem 2.475%;
  padding-bottom: 6.4rem;
}
.home_banner .advantage_list li {
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  padding-left: 3.2rem;
}
.home_banner .advantage_list li::before {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  background: url("../img/gou-full.svg") no-repeat center / contain;
}
.home_products {
  overflow: hidden;
  padding: 15.8rem 0 6rem;
}
.home_products .swiper_box{
  display: none;
}
.home_products .swiper_box.active{
  display: block;
}
.home_products strong {
  margin-bottom: 1.7rem;
}
.home_products p {
  margin-top: 2.5rem;
}
.home_products .sec_nav {
  margin-bottom: 0.4rem;
}
.home_products .home_products_swiper {
  margin-top: 3.8rem;
}
.home_products .home_products_swiper .swiper-slide {
  max-width: 38.4rem;
}
.home_products .home_products_swiper a {
  padding-bottom: 2.7rem;
  gap: 0.5rem;
}
.home_products .home_products_swiper .img {
  order: -1;
}
.home_products .home_products_swiper .info {
  padding-bottom: 0;
  margin-top: 1.6rem;
  min-height: 9.8rem;
}
.home_products p.center:has(.btn_line) {
  margin-top: 1.6rem;
}
.home_platform {
  overflow: hidden;
  padding: 6rem 0 9.7rem;
}
.home_platform .head {
  flex: 1;
  max-width: 55.8rem;
  padding-bottom: 3.7%;
}
.home_platform p {
  hyphens: auto;
  margin-top: 4rem;
}
.home_platform .btn {
  margin-top: 6rem;
}
.home_platform .img {
  width: 63.125%;
  margin-right: -2.375%;
  height: auto;
}
.toplevel_page_sytech_fronteditor .home_advantages .main {
  user-select: none;
}
.toplevel_page_sytech_fronteditor .home_advantages .main .float li {
  cursor: grab;
}
.home_advantages .inner {
  overflow: hidden;
  padding: 11.9rem 0 13.5rem;
}
.home_advantages .head {
  gap: 1.4rem 3rem;
}
.home_advantages p {
  width: 100%;
}
.home_advantages strong {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.home_advantages .main {
  position: relative;
  margin-top: -3.4rem;
  padding: 4.1rem 0;
}
.home_advantages .main .img {
  width: 153.5625%;
  --h: 27.025%;
  margin-left: -37.25%;
  margin-right: -16.3125%;
}
.home_advantages .main .float {
  position: static;
}
.home_advantages .main .float ul {
  position: static;
}
.home_advantages .main .float li {
  position: absolute;
  left: 0;
  top: 0;
  width: 26.75%;
  display: grid;
  grid-template-columns: 24.533% 1fr;
  align-items: center;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  gap: 6.78%;
}
.home_advantages .main .float li:hover .icon{
  transform: scale(1.1);
}
.home_advantages .main .float li.active .icon {
  background-color: var(--primary);
  background-color: white !important;
}
.home_advantages .main .float li .icon {
  padding-bottom: 100%;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0 0.8rem 0.8rem rgba(193, 202, 209, 0.45);
  border-radius: 50%;
}
.home_advantages .main .float li:nth-child(1) {
  left: 36.375%;
  top: 25.6%;
}
.home_advantages .main .float li:nth-child(2) {
  left: 26.9375%;
  top: 54.42%;
}
.home_advantages .main .float li:nth-child(3) {
  left: 74.4375%;
}
.home_advantages .main .float li:nth-child(4) {
  left: 65.0625%;
  top: 29.5%;
}
.home_advantages .main .float li:nth-child(5) {
  left: 76%;
  top: 56.03%;
}
.home_advantages .main .float li:nth-child(6) {
  left: 57.3125%;
  top: 74.4%;
}
.home_advantages .logo_box {
  position: absolute;
  z-index: 2;
  width: 8.5%;
  padding-bottom: 8.5%;
  top: 50%;
  left: 5.5%;
  transform: translateY(-50%);
}
.home_advantages .logo_box .logo {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 1rem 1rem rgba(193, 202, 209, 0.45);
}
.home_advantages .logo_box .logo img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(0.574);
}
.home_advantages .logo_box .mask_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.74;
  width: 100%;
  padding-bottom: 100%;
  pointer-events: none;
  z-index: -1;
}
.home_advantages .logo_box .mask_circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --size: 100%;
  --op: 0;
  opacity: var(--op);
  width: var(--size);
  padding-bottom: var(--size);
  border-radius: 50%;
  background-color: #a1d685;
  animation: scaleCircle 3s infinite alternate;
}
.home_advantages .logo_box .mask_circle span:nth-child(1) {
  --size: 158%;
  --op: 0.56;
}
.home_advantages .logo_box .mask_circle span:nth-child(2) {
  --size: 238.24%;
  --op: 0.18;
}
.home_advantages .logo_box .mask_circle span:nth-child(3) {
  --size: 347.1%;
  --op: 0.1;
}
@keyframes scaleCircle {
  0% {
    opacity: 0;
    width: 100%;
    padding-bottom: 100%;
  }
  100% {
    opacity: var(--op);
    width: var(--size);
    padding-bottom: var(--size);
  }
}
.page_contact {
  margin-top: -11.5rem;
}
.home_solutions {
  padding: 10.6rem 0 12.4rem;
}
.home_solutions strong {
  margin-bottom: 1.9rem;
}
.home_solutions .flex .lt {
  flex: 1;
  max-width: 83.3rem;
}
.home_solutions .flex .rt {
  width: 41.4375%;
}
.home_solutions p {
  margin-top: 2.5rem;
}
.home_solutions .nav {
  margin-top: 6.3rem;
}
.home_solutions .nav .nav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1rem 1.921%;
}
.home_solutions .nav .nav_item {
  border-radius: 1.5rem;
  background-color: #f2f3f4;
  transition: all 0.3s;
  position: relative;
  padding: 3.2rem 2rem 3.5rem;
}
.home_solutions .nav .nav_item.active {
  background-color: #fff;
}
.home_solutions .nav .nav_item.active::after {
  opacity: 1;
}
.home_solutions .nav .nav_item::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 1.5rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_solutions .nav .icon {
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
}
.home_solutions .nav .title {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-top: 2.4rem;
}
.home_solutions .btn_line {
  border: none;
  background-color: transparent;
  line-height: normal;
  grid-template-columns: 1fr 3.5rem;
  gap: 1.7rem;
  padding: 0;
  margin-top: 6.1rem;
}
.home_solutions .btn_line::after {
  background-image: url("../img/arrow-r-line.svg");
  background-size: 34%;
}
.home_solutions .btn_line:hover {
  color: var(--primary) !important;
  background-color: white !important;
}
.home_solutions .btn_line:hover::after {
  background-color: var(--primary);
  transform: translateX(20%);
}
.home_solutions .home_solutions_swiper {
  overflow: hidden;
}
.home_solutions .home_solutions_swiper .item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 2.9rem;
}
.home_solutions .home_solutions_swiper .item:hover img {
  transform: scale(1.02);
}
.home_solutions .home_solutions_swiper .img {
  padding-bottom: 116.74%;
}
.home_solutions .home_solutions_swiper .img::after {
  width: 100%;
  height: 45.61%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(to top, #0a162d 18.93%, transparent 78.814%);
  pointer-events: none;
}
.home_solutions .home_solutions_swiper .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.7rem;
  top: 4.1rem;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
  gap: 2rem;
  padding: 0 5.279% 0 7.54%;
}
.home_solutions .home_solutions_swiper .btn_add {
  margin-left: auto;
  margin-bottom: auto;
}
.home_solutions .home_solutions_swiper .info {
  overflow-y: auto;
  color: #fff;
}
.home_solutions .home_solutions_swiper .info h3 {
  font-size: 3.2rem;
}
.home_solutions .home_solutions_swiper .info p {
  font-size: 2rem;
  line-height: 2.8rem;
  opacity: 0.7;
  margin-top: 1.8rem;
  max-width: 54.8rem;
}
.home_cases{
  display: none !important;
}
.home_cases .inner {
  overflow: hidden;
  padding: 10rem 0 7.2rem;
}
.home_cases .head {
  padding-bottom: 0.5rem;
}
.home_cases strong {
  margin-bottom: 2.4rem;
}
.home_cases .home_cases_swiper {
  margin-top: 5.3rem;
}
.home_cases .home_cases_swiper .swiper-slide {
  max-width: 75rem;
}
.home_cases .home_cases_swiper .swiper-slide-active .btn_circle {
  background-color: var(--primary);
  border-color: var(--primary);
}
.home_cases .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home_cases .item .img {
  padding-bottom: 60%;
  border-radius: 1.6rem;
}
.home_cases .item .info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 2rem;
  margin-top: 3.1rem;
}
.home_cases .item .info strong {
  font-size: 1.8rem;
  font-weight: 400;
  color: #a0a0a0;
}
.home_cases .item .info h3 {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.home_cases .item .btn_circle {
  border-color: rgba(22, 22, 22, 0.5);
  background-color: transparent;
  width: 6.2rem;
  margin-top: -2px;
}
.home_cases .item .btn_circle::after {
  background-image: url("../img/arrow-r-line.svg");
  background-size: 31.67%;
  filter: unset;
}
.home_cases .item:hover img {
  transform: scale(1.02);
}
.home_cases .swiper_con {
  margin-top: 6.7rem;
}
.home_about {
  overflow: hidden;
  padding: 12.5rem 0 14.3rem;
}
.home_about h2 {
  max-width: 62.8rem;
}
.home_about strong {
  margin-bottom: 1px;
}
.home_about strong i {
  left: 112%;
  bottom: 2px;
}
.home_about .main {
  margin-top: 5.3rem;
}
.home_about .img {
  border-radius: 1.9rem;
  width: 53.1875%;
  height: auto;
}
.home_about .img:hover img {
  transform: scale(1.02);
}
.home_about .img + .rt {
  max-width: 63.2rem;
}
.home_about .rt {
  flex: 1;
  padding-top: 2.1%;
}
.home_about .rt .desc {
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--text);
}
.home_about .rt .btn_line {
  margin-top: 4.8rem;
  min-width: 23.2rem;
  gap: 0.8rem;
}
.home_about .rt .nums {
  margin-top: 9.2rem;
}
.home_about .rt .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem 6.96%;
}
.home_about .rt .nums .wrap {
  font-size: 4.8rem;
  font-weight: 500;
  color: var(--primary);
  white-space: nowrap;
}
.home_about .rt .nums .wrap .num {
  font-size: 5.8rem;
  color: var(--title);
  margin-right: -0.7rem;
}
.home_about .rt .nums .line {
  height: 1px;
  background-color: var(--title);
  opacity: 0.15;
  margin: 1.3rem 0 2.3rem;
}
.home_about .rt .nums .label {
  font-size: 2rem;
  color: var(--text);
}
.home_blog {
  padding: 8rem 0 8.6rem;
  display: none !important;
}
.page_resources{
  display: none !important;
}
.home_blog strong {
  margin-bottom: 2.7rem;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  margin-top: 5.6rem;
  border-radius: 2rem 2rem 0 0;
  min-height: 58.1rem;
}
.home_blog .home_blog_swiper .swiper-slide {
  max-width: 66.6rem;
}
.home_blog .home_blog_swiper a {
  width: 62.95%;
  height: auto;
  transition: all 0.5s;
  transform: translateX(-63.5%);
}
.home_blog .home_blog_swiper .swiper-slide-next a,
.home_blog .home_blog_swiper .swiper-slide-prev a {
  transform: translateX(0);
}
.home_blog .home_blog_swiper .swiper-slide-active a {
  width: 100%;
  transform: translateX(0);
}
.home_blog .home_blog_swiper .swiper-slide-active .btn_circle {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: scale(1.21);
  top: 5.3%;
  right: 5.8%;
}
.home_blog .home_blog_swiper .swiper-slide-active .metas {
  margin-top: 2.8rem;
}
.home_blog .home_blog_swiper .swiper-slide-active .metas .cat {
  padding: 0 2.4rem;
}
.home_blog .home_blog_swiper .swiper-slide-active .title {
  font-size: 2.6rem;
  line-height: 3.5rem;
}
.home_blog .home_blog_swiper .img {
  padding-bottom: 63.7%;
  border-radius: 2rem;
}
.home_blog .home_blog_swiper .btn_circle {
  width: 5.8rem;
  border-radius: 100px;
  top: 10.3%;
  right: 6.3%;
  transform-origin: top right;
}
.home_blog .home_blog_swiper .btn_circle::after {
  padding-bottom: 77.59%;
  background-size: 22%;
}
.home_blog .home_blog_swiper .metas {
  margin-top: 2.7rem;
  padding-right: 1.1rem;
}
.home_blog .home_blog_swiper .metas .cat {
  transition: all 0.3s;
}
.home_blog .swiper_con {
  position: relative;
  z-index: 2;
  max-width: 50%;
  margin-left: auto;
  margin-top: -4.5rem;
}
.home_blog .swiper_con .flex {
  gap: 3rem 3.9rem;
}
.home_blog .swiper_con .btn_line {
  min-width: 23.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_products .head {
    order: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_solutions .nav .nav_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_blog .swiper_con {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .flex {
    min-height: unset;
    padding: 40px 0;
    flex-direction: column;
  }
  .home_banner .head {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .home_banner .img {
    width: 100%;
    margin: 0 auto;
    order: -1;
  }
  .home_banner .advantage_list {
    padding-bottom: 30px;
    gap: 20px;
  }
  .home_banner .advantage_list li {
    font-size: 14px;
    padding-left: 30px;
  }
  .home_banner .advantage_list li::before {
    width: 16px;
    height: 16px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .flex {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
  .home_products .head {
    order: -1;
  }
  .home_products .sec_nav {
    width: 100%;
    margin-bottom: 0;
  }
  .home_products .swiper_content {
    overflow: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_products .home_products_swiper {
    margin-top: 30px;
  }
  .home_products .home_products_swiper .swiper-slide {
    max-width: 356px;
  }
  .home_products .home_products_swiper a {
    padding-bottom: 20px;
    gap: 10px;
  }
  .home_products .home_products_swiper .info {
    padding-bottom: 0;
    min-height: 81px;
    margin: 0;
  }
  .home_products p.center:has(.btn_line) {
    margin-top: 40px;
  }
  .home_platform {
    padding: 50px 0;
  }
  .home_platform .head {
    max-width: unset;
    padding: 0;
  }
  .home_platform .img {
    margin: 0;
  }
  .home_advantages .inner {
    padding: 50px 0 70px;
  }
  .home_advantages .head {
    gap: 10px 0;
  }
  .home_advantages .head strong {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home_advantages .head p {
    margin-top: 0;
  }
  .home_advantages .main {
    margin-top: 30px;
    padding: 40px 0;
  }
  .home_advantages .main .float li {
    font-size: 14px;
    line-height: 1.5;
  }
  .page_contact {
    margin-top: -20px;
  }
  .home_solutions {
    padding: 50px 0;
  }
  .home_solutions .flex .lt {
    max-width: unset;
    width: 100%;
  }
  .home_solutions .nav {
    margin-top: 30px;
  }
  .home_solutions .nav .nav_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .home_solutions .nav .nav_item {
    border-radius: 10px;
    padding: 20px 10px;
  }
  .home_solutions .nav .nav_item::after {
    border-radius: 10px;
  }
  .home_solutions .nav .nav_item .icon {
    width: 50px;
    height: 50px;
  }
  .home_solutions .nav .nav_item .title {
    font-size: 14px;
    margin-top: 16px;
    word-break: keep-all;
  }

  .home_solutions .btn_line {
    grid-template-columns: 1fr 40px;
    gap: 12px;
    margin-top: 30px;
  }
  .home_solutions .home_solutions_swiper .item {
    border-radius: 10px;
  }
  .home_solutions .home_solutions_swiper .wrap {
    top: 20px;
    bottom: 20px;
    padding: 0 20px;
    gap: 20px;
  }
  .home_solutions .home_solutions_swiper .info h3 {
    font-size: 18px;
  }
  .home_solutions .home_solutions_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
  .home_cases .inner {
    padding: 50px 0;
  }
  .home_cases .head {
    padding: 0;
  }
  .home_cases .home_cases_swiper {
    margin-top: 30px;
  }
  .home_cases .home_cases_swiper .swiper-slide {
    max-width: 467px;
  }
  .home_cases .item .info {
    gap: 16px;
    margin-top: 16px;
    align-items: center;
  }
  .home_cases .item .info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .home_cases .item .info strong {
    font-size: 14px;
  }
  .home_cases .item .btn_circle {
    width: 40px;
    margin-top: 0;
  }
  .home_cases .swiper_con {
    margin-top: 30px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .main {
    margin-top: 30px;
  }
  .home_about .img {
    border-radius: 10px;
  }
  .home_about .img + .rt {
    max-width: unset;
  }
  .home_about .rt {
    width: 100%;
    padding: 0;
  }
  .home_about .rt .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .rt .btn_line {
    min-width: 140px;
    gap: 10px;
    margin-top: 20px;
  }
  .home_about .rt .nums {
    margin-top: 30px;
  }
  .home_about .rt .nums ul {
    gap: 20px 16px;
  }
  .home_about .rt .nums .wrap {
    font-size: 18px;
  }
  .home_about .rt .nums .wrap .num {
    font-size: 20px;
    margin-right: 0;
  }
  .home_about .rt .nums .label {
    font-size: 14px;
  }
  .home_about .rt .nums .line {
    margin: 10px 0;
  }
  .home_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_blog .home_blog_swiper {
    overflow: unset;
    min-height: 411px;
    margin-top: 30px;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    max-width: 467px;
  }
  .home_blog .home_blog_swiper .swiper-slide .img {
    border-radius: 10px;
  }
  .home_blog .home_blog_swiper .swiper-slide .btn_circle {
    width: 40px;
  }
  .home_blog .home_blog_swiper .swiper-slide .metas {
    margin-top: 16px;
    padding-right: 0;
  }
  .home_blog .home_blog_swiper .swiper-slide .metas .cat {
    padding: 0 14px;
  }
  .home_blog .home_blog_swiper .swiper-slide .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_blog .home_blog_swiper .img {
    border-radius: 10px;
  }
  .home_blog .home_blog_swiper .btn_circle {
    width: 40px;
  }
  .home_blog .home_blog_swiper .metas {
    margin-top: 16px;
    padding-right: 0;
  }
  .home_blog .swiper_con {
    max-width: unset;
    margin-top: 30px;
  }
  .home_blog .swiper_con .flex {
    gap: 20px;
  }
  .home_blog .swiper_con .btn_line {
    min-width: 140px;
  }
  .footer_contact{
    position: relative;
  }
  .footer_contact:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .footer_contact .content{
    z-index: 99;
  }
}
@media screen and (max-width: 576px) {
  .home_platform .img {
    width: 100%;
  }
  .home_advantages .head {
    position: relative;
    z-index: 3;
  }
  .home_advantages .head strong {
    order: -1;
  }
  .home_advantages .head h2 {
    width: 100%;
  }
  .home_advantages .main {
    padding: 0;
  }
  .home_advantages .main .img {
    display: none;
  }
  .home_advantages .main .logo_box {
    position: static;
    transform: translate(0);
    margin: 0 auto;
    width: 60px;
    padding: 0;
    height: 60px;
  }
  .home_advantages .main .float ul {
    display: grid;
    gap: 20px;
    margin-top: 30px;
  }
  .home_advantages .main .float ul li {
    position: static;
    width: 100%;
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }
  .home_advantages .main .float ul li br {
    display: none;
  }
  .home_solutions .flex .rt {
    width: 100%;
  }
  .home_about .img {
    width: 100%;
  }
  .home_blog .home_blog_swiper {
    min-height: unset;
  }
  .home_blog .home_blog_swiper a {
    height: 100%;
    width: 100%;
    transform: translateX(0);
  }
  .home_blog .swiper_con .flex {
    justify-content: space-between;
  }

    .home_solutions .nav .nav_list{
    gap: 5px !important;
  }
}
/*# sourceMappingURL=home.css.map */