:root {
  --max-width-global: 1400px;
  --min-width-global: 1024px;
  --theme-white: #fff;
  --theme-black: #000;
  --theme-black-light: rgba(0,0,0,0.4);
  --theme-header: #0d63b4;
  --theme-default: #004280;
  --theme-primary-dark: #1c3582;
  --theme-primary-darker: #1d2c68;
  --theme-primary-bg: #09477c;
  --theme-primary-medium: #2065D0;
  --theme-primary-light: #21a9fe;
  --theme-primary-light-tt: #7bbcf9;
  --theme-primary-light-bg: #256db6;
  --theme-primary-light-txt: #256db6;
  --theme-primary-active: #f39800;
  --theme-primary-text: #050b11;
  --theme-primary-text-light: #595757; }

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  overflow-x: auto; }

img, picture, video {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit;
  outline: none;
  border: none;
  background: none; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

body {
  margin: 0;
  background-color: var(--theme-white); }

@media (max-width: 480px) {
  html, body {
    overflow-x: hidden; } }
.banner .tel, .container .tabs .tab-nav, .container .tabs .tab-pane-item .tab-content-product .product-item .product-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.container .section .welfare-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.banner .tel_r, header .inner, header .inner nav, .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn, .container .tabs .tab-pane-item .tab-content-product .tag, .container .robot-solution .robot-solution-item .robot-solution-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.container .tabs .tab-pane-item .tab-content-product .product-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start; }

.container .robot-solution {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }

.banner .title, header .inner .menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-image, .container .robot-solution .robot-solution-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.border-sty {
  border: 1px solid var(--theme-primary-border);
  box-shadow: 0px 0px 11.96px 1.04px rgba(0, 0, 51, 0.2);
  border-radius: 0.325rem;
  overflow: hidden; }

.abs-centent, .banner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.hide {
  display: none; }

#imart-single-page .row-maxwidth-95pct {
  width: 100%;
  max-width: 100%; }

.banner {
  position: relative;
  margin: auto;
  width: 100%;
  min-width: var(--min-width-global); }
  .banner .banner-img {
    margin: auto;
    min-width: var(--min-width-global); }
  .banner .title {
    gap: 10px;
    min-width: var(--min-width-global);
    top: 80px;
    color: #fff; }
    .banner .title label {
      font-size: 46px;
      font-weight: bold;
      text-shadow: -3px -6px 12px var(--theme-primary-medium), 2px 5px 12px var(--theme-primary-medium), -7px 1px 12px var(--theme-primary-medium), 7px -4px 12px var(--theme-primary-medium);
      letter-spacing: 8px; }
    .banner .title span {
      font-size: 28px;
      text-shadow: -3px -6px 12px var(--theme-primary-medium), 2px 5px 12px var(--theme-primary-medium), -7px 1px 12px var(--theme-primary-medium), 7px -4px 12px var(--theme-primary-medium); }
  .banner .tel {
    position: absolute;
    bottom: 5px;
    left: 0; }
    .banner .tel_l {
      position: relative;
      width: 136px;
      height: 34px;
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      border-radius: 36px;
      text-align: center;
      background-color: #F39600;
      border: 2px solid #A0C9F2;
      z-index: 2; }
      .banner .tel_l a {
        color: var(--theme-white); }
    .banner .tel_r {
      margin-left: -20px;
      width: 267px;
      height: 32px;
      line-height: 32px;
      background-color: #014282;
      border-radius: 16.5px;
      color: #fff;
      font-size: 24px;
      font-weight: bold; }
      .banner .tel_r .icon {
        margin: 0 5px 0 15px;
        width: 26px; }
  .banner .final {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 15px;
    color: #079ed7; }
  @media (max-width: 1920px) {
    .banner .tel {
      left: 18%; }
    .banner .final {
      right: 19%; } }
  @media (max-width: 1600px) {
    .banner .tel {
      left: 12%; }
    .banner .final {
      right: 12%; } }
  @media (max-width: 1400px) {
    .banner .tel {
      left: 7%; }
    .banner .final {
      right: 7%; } }
  @media (max-width: 1300px) {
    .banner .tel {
      left: 4%; }
    .banner .final {
      right: 4%; } }
  @media (max-width: 768px) {
    .banner {
      min-width: 100%; }
      .banner .banner-img {
        min-width: 100%; }
      .banner .title {
        top: 30px;
        min-width: 100%; }
        .banner .title label {
          font-size: 24px; }
        .banner .title span {
          font-size: 16px; }
      .banner .tel {
        left: 2%; }
        .banner .tel_l {
          width: 100px;
          height: 24px;
          line-height: 20px;
          font-size: 16px; }
        .banner .tel_r {
          width: 200px;
          height: 24px;
          line-height: 20px;
          font-size: 16px; }
          .banner .tel_r .icon {
            width: 20px; }
      .banner .final {
        right: 2%;
        font-size: 12px; } }
  @media (max-width: 480px) {
    .banner {
      height: 300px; }
      .banner-img {
        height: 100%;
        object-fit: cover; }
      .banner .title {
        top: 50px; }
      .banner .tel_l {
        width: 80px;
        height: 20px;
        line-height: 17px;
        font-size: 12px; }
      .banner .tel_r {
        width: 150px;
        height: 20px;
        line-height: 20px;
        font-size: 12px; }
        .banner .tel_r .icon {
          width: 12px; }
      .banner .final {
        font-size: xx-small; } }

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--theme-header);
  z-index: 99; }
  header .inner {
    margin: auto;
    width: var(--max-width-global);
    height: 55px; }
    header .inner .menu-btn {
      display: none;
      position: fixed;
      right: 5%;
      bottom: 2%;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      background-color: #fff;
      transform: translateY(-50%);
      z-index: 99; }
      header .inner .menu-btn .menu-btn-line {
        width: 20px;
        height: 2px;
        background-color: var(--theme-header);
        margin: 2px;
        transition: all 0.3s ease; }
      header .inner .menu-btn.active .menu-btn-line:nth-child(1) {
        transform: translateY(6px) rotate(45deg); }
      header .inner .menu-btn.active .menu-btn-line:nth-child(2) {
        transform: translateY(0) rotate(-45deg); }
      header .inner .menu-btn.active .menu-btn-line:nth-child(3) {
        transform: scale(0); }
    header .inner nav {
      gap: 0; }
      header .inner nav a {
        position: relative;
        color: var(--theme-white);
        padding: 12px 24px;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
        transition: opacity 0.3s ease; }
        header .inner nav a:not(:last-child)::after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 20px;
          background-color: var(--theme-primary-border); }
        header .inner nav a:hover {
          color: var(--theme-primary-active);
          background-color: rgba(0, 120, 215, 0.05);
          transform: translateY(-1px); }
        header .inner nav a.active {
          color: var(--theme-primary-active);
          font-weight: 600; }
          header .inner nav a.active::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 3px;
            background-color: var(--theme-primary-active);
            border-radius: 2px; }
      header .inner nav.collapsed {
        transition: all 0.3s ease; }
        header .inner nav.collapsed a {
          transition: opacity 0.3s ease; }
  @media (max-width: 1200px) {
    header .inner nav a {
      padding: 10px 16px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    header .inner {
      width: 100%; }
      header .inner nav a {
        padding: 8px 12px;
        font-size: 14px; } }
  @media (max-width: 768px) {
    header .inner {
      width: 100%;
      height: auto; }
      header .inner .menu-btn {
        display: flex; }
      header .inner nav {
        flex-direction: column;
        width: 100%; }
        header .inner nav a {
          padding: 12px;
          width: 100%;
          text-align: center;
          border-bottom: 1px solid var(--theme-white); }
          header .inner nav a.active::before {
            display: none; } }

.container {
  width: 100%;
  min-width: var(--min-width-global);
  margin: 60px auto; }
  .container-bg {
    margin: 0;
    padding: 50px 0 0;
    background-color: #F6F8FF; }
  .container h2.sub-title {
    margin: 0 0 20px 0;
    font-size: 35px;
    color: var(--theme-primary-darker);
    font-weight: bold;
    text-align: center; }
  .container .desc {
    margin: 10px auto 15px;
    max-width: 888px;
    font-size: 18px;
    color: var(--theme-primary-text-light);
    text-align: center; }
  .container .section {
    position: relative;
    margin: auto;
    max-width: 1200px; }
    .container .section .welfare-content {
      position: relative;
      z-index: 2;
      width: 100%;
      margin: 0 auto;
      height: 224px;
      background: url(../images/i3.jpg) no-repeat center center;
      background-size: 100% 100%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      .container .section .welfare-content .welfare-left {
        width: 380px;
        margin-top: -25px;
        margin-left: 45px; }
        .container .section .welfare-content .welfare-left img {
          width: 100%;
          height: auto; }
      .container .section .welfare-content .welfare-center {
        display: block;
        margin: 20px 0 0 30px;
        text-align: left; }
        .container .section .welfare-content .welfare-center p {
          font-size: 24px;
          color: var(--theme-white);
          font-weight: bold;
          line-height: 1.75; }
          .container .section .welfare-content .welfare-center p:first-child {
            font-size: 29px; }
          .container .section .welfare-content .welfare-center p:last-child {
            margin-top: 20px;
            font-size: 19px; }
      .container .section .welfare-content .welfare-right {
        margin: 15px 0 0 30px; }
        .container .section .welfare-content .welfare-right img {
          max-width: 100%;
          height: auto;
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); }
    .container .section-video {
      margin-top: 60px; }
      .container .section-video img {
        width: 100%;
        height: auto; }
  .container .tabs {
    margin-top: 40px; }
    .container .tabs .tab-nav {
      gap: 1px;
      margin-left: 30px; }
      .container .tabs .tab-nav .tab-item {
        width: 189.35px;
        height: 37px;
        line-height: 37px;
        color: var(--theme-white);
        border-radius: 15px 15px 0 0;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        box-shadow: 0 2px 8px rgba(32, 101, 208, 0.3);
        background: linear-gradient(90deg, #80aff5 28%, #56b3f6 51%, #7fcdfe 71%, #7edbff 100%); }
        .container .tabs .tab-nav .tab-item:hover {
          box-shadow: 0 4px 12px rgba(32, 101, 208, 0.4);
          background: linear-gradient(90deg, #015eea 28%, #00bcf9 100%); }
        .container .tabs .tab-nav .tab-item.active {
          background: linear-gradient(90deg, #015eea 28%, #00bcf9 100%);
          box-shadow: 0 4px 15px rgba(29, 44, 104, 0.5);
          transform: translateY(-1px); }
    .container .tabs .tab-pane {
      min-height: 400px; }
      .container .tabs .tab-pane-item {
        position: relative;
        margin: auto;
        width: 1174px;
        background-color: var(--theme-white); }
        .container .tabs .tab-pane-item .tab-content {
          position: relative;
          padding-bottom: 50px;
          width: 100%;
          background-color: var(--theme-primary-bg);
          border-radius: 13px;
          overflow: hidden; }
          .container .tabs .tab-pane-item .tab-content .content-item {
            max-width: 820px;
            padding: 50px 94px 0 40px;
            width: 100%; }
            .container .tabs .tab-pane-item .tab-content .content-item h3 {
              font-size: 23px;
              color: var(--theme-primary-light-tt);
              font-weight: bold; }
            .container .tabs .tab-pane-item .tab-content .content-item p {
              font-size: 16px;
              color: var(--theme-white);
              line-height: 1.75; }
            .container .tabs .tab-pane-item .tab-content .content-item ul {
              list-style: none;
              padding: 0;
              margin: 0; }
              .container .tabs .tab-pane-item .tab-content .content-item ul li {
                position: relative;
                font-size: 16px;
                color: var(--theme-white);
                text-indent: 15px;
                line-height: 1.75; }
                .container .tabs .tab-pane-item .tab-content .content-item ul li::before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  width: 3px;
                  height: 3px;
                  background-color: var(--theme-white);
                  border-radius: 50%; }
          .container .tabs .tab-pane-item .tab-content .content-img {
            position: absolute;
            top: 0;
            right: 0;
            width: 506px;
            height: 100%; }
            .container .tabs .tab-pane-item .tab-content .content-img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .container .tabs .tab-pane-item .tab-content-product {
            margin-top: 40px; }
            .container .tabs .tab-pane-item .tab-content-product .product-title {
              position: relative; }
              .container .tabs .tab-pane-item .tab-content-product .product-title label {
                position: relative;
                margin-bottom: 30px;
                padding: 0 10px 0 30px;
                font-size: 23px;
                color: var(--theme-primary-light-txt);
                font-weight: bold;
                text-align: center;
                background-color: var(--theme-white);
                z-index: 2; }
              .container .tabs .tab-pane-item .tab-content-product .product-title::after {
                content: '';
                position: absolute;
                top: 10px;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 100%;
                height: 3px;
                background: linear-gradient(90deg, var(--theme-primary-light-bg), var(--theme-primary-light-bg));
                border-radius: 2px; }
            .container .tabs .tab-pane-item .tab-content-product .product-item {
              padding-bottom: 50px; }
              .container .tabs .tab-pane-item .tab-content-product .product-item .product-card {
                gap: 20px;
                overflow: hidden; }
                .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-image img {
                  width: 182px;
                  object-fit: contain; }
                .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info {
                  max-width: 340px; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info .product-name {
                    font-size: 20px;
                    color: var(--theme-black);
                    font-weight: bold; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info .product-subtitle {
                    font-size: 18px;
                    color: var(--theme-primary-light-txt);
                    margin-bottom: 15px;
                    font-weight: bold; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info ul {
                    margin-bottom: 25px;
                    min-height: 163px; }
                    .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info ul li {
                      font-size: 14px;
                      color: var(--theme-primary-text);
                      line-height: 1.75;
                      padding-left: 15px;
                      position: relative; }
                      .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info ul li::before {
                        content: '';
                        position: absolute;
                        top: 8px;
                        left: 0;
                        background-color: var(--theme-black);
                        width: 4px;
                        height: 4px;
                        border-radius: 50%; }
                .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn {
                  margin-top: 20px;
                  padding: 0 20px;
                  height: 26px;
                  background: var(--theme-primary-active);
                  color: #fff;
                  border: none;
                  border-radius: 13px;
                  font-size: 13px;
                  cursor: pointer;
                  transition: all 0.3s ease;
                  position: relative;
                  overflow: hidden; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -100%;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
                    transition: left 0.5s ease; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 6px 20px rgba(243, 152, 0, 0.4); }
                    .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn:hover::before {
                      left: 100%; }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn:active {
                    transform: translateY(0); }
                  .container .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-btn a {
                    color: #fff; }
            .container .tabs .tab-pane-item .tab-content-product .tag {
              position: absolute;
              bottom: 0;
              right: 0;
              gap: 10px;
              width: 377px;
              height: 62px;
              background: url("../images/tag-bg.png") no-repeat center center;
              background-size: 100% 100%; }
              .container .tabs .tab-pane-item .tab-content-product .tag img {
                width: 44px;
                margin-left: 20px; }
              .container .tabs .tab-pane-item .tab-content-product .tag span {
                font-size: 27px;
                color: #fff; }
  .container .robot-solution .robot-solution-item {
    gap: 20px; }
    .container .robot-solution .robot-solution-item label {
      font-size: 30px;
      color: var(--theme-primary-light-txt);
      font-weight: bold; }
    .container .robot-solution .robot-solution-item .robot-solution-btn {
      gap: 10px; }
      .container .robot-solution .robot-solution-item .robot-solution-btn a {
        position: relative;
        display: block;
        width: 155px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        overflow: hidden;
        background-color: var(--theme-primary-bg);
        color: #fff;
        font-size: 20px; }
        .container .robot-solution .robot-solution-item .robot-solution-btn a::before {
          content: '';
          position: absolute;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
          transition: left 0.5s ease; }
        .container .robot-solution .robot-solution-item .robot-solution-btn a:hover {
          transform: translateY(-2px);
          box-shadow: 0 6px 20px var(--theme-primary-light);
          background-color: var(--theme-primary-light); }
          .container .robot-solution .robot-solution-item .robot-solution-btn a:hover::before {
            left: 100%; }
  @media (max-width: 1300px) {
    .container .section .welfare-content .welfare-center p {
      font-size: 20px; }
      .container .section .welfare-content .welfare-center p:first-child {
        font-size: 26px; }
      .container .section .welfare-content .welfare-center p:last-child {
        font-size: 16px; } }
  @media (max-width: 1200px) {
    .container .section {
      max-width: 100%; }
      .container .section .welfare-content .welfare-center {
        min-width: fit-content; } }
  @media (max-width: 768px) {
    .container {
      min-width: 100%; }
      .container .section {
        width: 94%; }
        .container .section .welfare-content {
          flex-direction: column;
          align-items: center;
          margin-top: 50px;
          padding-bottom: 40px;
          height: auto; }
        .container .section .tabs .tab-nav {
          flex-wrap: wrap;
          margin: 0 20px;
          justify-content: space-around;
          gap: 6px 0; }
          .container .section .tabs .tab-nav .tab-item {
            width: 49.5%;
            border-radius: 15px; }
            .container .section .tabs .tab-nav .tab-item:nth-child(1), .container .section .tabs .tab-nav .tab-item:nth-child(2), .container .section .tabs .tab-nav .tab-item:nth-child(3) {
              width: 33%; }
        .container .section .tabs .tab-pane {
          min-height: auto; }
          .container .section .tabs .tab-pane-item {
            width: 100%; }
            .container .section .tabs .tab-pane-item .tab-content {
              padding-bottom: 0; }
              .container .section .tabs .tab-pane-item .tab-content .content-item {
                max-width: 100%;
                padding: 50px 34px 0 40px; }
              .container .section .tabs .tab-pane-item .tab-content .content-img {
                position: relative;
                margin-top: 20px;
                width: 100%;
                height: 320px; }
                .container .section .tabs .tab-pane-item .tab-content .content-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .container .section .tabs .tab-pane-item .tab-content-product .product-item {
                flex-direction: column;
                align-items: center; }
                .container .section .tabs .tab-pane-item .tab-content-product .product-item .product-card {
                  flex-direction: column;
                  align-items: center;
                  width: 100%; }
                  .container .section .tabs .tab-pane-item .tab-content-product .product-item .product-card .product-info {
                    max-width: 80%;
                    min-width: 80%; }
        .container .section .robot-solution {
          flex-direction: column;
          align-items: center; }
          .container .section .robot-solution .robot-solution-item label {
            font-size: 24px; }
          .container .section .robot-solution .robot-solution-img {
            margin: 40px auto;
            width: 100%; }
            .container .section .robot-solution .robot-solution-img img {
              margin: auto; } }
  @media (max-width: 480px) {
    .container .title {
      font-size: 28px; }
    .container .section .welfare-content .welfare-center p {
      font-size: 16px; }
      .container .section .welfare-content .welfare-center p:first-child {
        font-size: 22px; }
      .container .section .welfare-content .welfare-center p:last-child {
        font-size: 14px; }
    .container .section .welfare-content .welfare-right {
      margin: 15px auto 0;
      width: 200px; }
    .container .section .tabs .tab-nav {
      margin: 0 0; }
      .container .section .tabs .tab-nav .tab-item {
        font-size: 14px; }
        .container .section .tabs .tab-nav .tab-item:first-child {
          width: 20%; }
        .container .section .tabs .tab-nav .tab-item:nth-child(2), .container .section .tabs .tab-nav .tab-item:nth-child(3) {
          width: 39%; }
    .container .section .tabs .tab-pane-item .tab-content .content-item {
      padding: 50px 24px 0 32px; }
    .container .section .tabs .tab-pane-item .tab-content-product .tag {
      width: 64%;
      height: 40px; }
      .container .section .tabs .tab-pane-item .tab-content-product .tag img {
        width: 30px;
        margin-left: 20px; }
      .container .section .tabs .tab-pane-item .tab-content-product .tag span {
        font-size: 20px; }
    .container .section .tabs .tab-pane-item .tab-content-product .product-info {
      max-width: 90%;
      min-width: 90%; }
    .container .section .robot-solution .robot-solution-item label {
      font-size: 22px; } }

/*# sourceMappingURL=style.css.map */
