@import url("css.css");
a {
  text-decoration: none !important;
  outline: none;
  color: #3956de;
}
body {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Muli", sans-serif;
  color: #343a40;
  background: #fff;
}
p {
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}
.nav-item .nav-link {
  display: inline-block;
  color: #343a40;
  text-decoration: none;
}
.navbar .menu-social-icon li {
  margin: 0 8px;
}
.navbar .menu-social-icon li .menu-social-link {
  color: #9b9bae;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar .menu-social-icon li .menu-social-link:hover {
  color: #3956de;
}

.language-toggle {
  position: relative;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 120px;
  padding: 4px 0;
  display: none;
  z-index: 1000;
}

.language-dropdown a {
  display: block;
  padding: 4px 12px;
  font-size: 13px;
  color: #343a40;
}

.language-dropdown a:hover {
  background-color: #f5f5f9;
}

.solutions-toggle {
  position: relative;
}

.solutions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 140px;
  padding: 4px 0;
  display: none;
  z-index: 1000;
}

.solutions-dropdown a {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  color: #666666;
}

.solutions-dropdown a:hover {
  background-color: #f5f5f9;
  color: #3956de !important;
  font-weight: 600;
}

.navbar-custom .navbar-nav li.solutions-toggle .solutions-dropdown a {
  color: #666666 !important;
}

.navbar-custom .navbar-nav li.solutions-toggle .solutions-dropdown a:hover {
  background-color: #f5f5f9;
  color: #3956de !important;
  font-weight: 600;
}

.navbar-nav .solutions-toggle:hover .solutions-dropdown {
  display: block;
}

/* 下拉菜单文字固定为黑色（所有导航栏状态） */
.navbar-custom .navbar-nav li.solutions-toggle .solutions-dropdown a {
  color: #666666 !important;
}

.navbar-custom .navbar-nav li.solutions-toggle .solutions-dropdown a:hover {
  color: #3956de !important;
}

.page-solutions .nav-sticky.navbar-custom .navbar-nav li.solutions-toggle .solutions-dropdown a:hover {
  background-color: #f5f5f9;
  color: #3956de !important;
  font-weight: 400 !important;
}

.navbar-custom {
  width: 100%;
  height: 64px;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.navbar-custom .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-collapse {
  height: 100%;
  align-items: center;
}

.navbar-custom .navbar-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-custom .nav-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-custom .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-custom .logo .logo-dark {
  display: none;
}
.navbar-custom .logo .ligo-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 18px;
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom .navbar-nav li {
  position: relative;
}

/* 透明导航栏样式 - 仅首页使用 */
.navbar-custom.navbar-transparent {
  background-color: transparent;
  box-shadow: none;
}

.navbar-custom.navbar-transparent .nav-link {
  color: #fff !important;
}

.navbar-custom.navbar-transparent .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* 透明导航栏 - 方案与案例菜单 */
.navbar-custom.navbar-transparent .navbar-nav li.solutions-toggle > a,
.navbar-custom.navbar-transparent .navbar-nav li.solutions-toggle > a:hover,
.navbar-custom.navbar-transparent .navbar-nav li.solutions-toggle > a:active {
  color: #fff !important;
}

/* 透明导航栏下拉菜单文字固定黑色 */
.navbar-custom.navbar-transparent .navbar-nav li.solutions-toggle .solutions-dropdown a {
  color: #666666 !important;
}

.navbar-custom.navbar-transparent .navbar-nav li.solutions-toggle .solutions-dropdown a:hover {
  color: #3956de !important;
}

/* 透明导航栏使用白色Logo */
.navbar-custom.navbar-transparent .logo img {
  filter: brightness(0) invert(1);
}

/* 透明导航栏语言和登录图标变白 */
.navbar-custom.navbar-transparent .menu-social-icon img {
  filter: brightness(0) invert(1);
}

/* 滚动后的白色导航栏 - 仅首页使用 */
.navbar-custom.navbar-scrolled {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.navbar-custom.navbar-scrolled .nav-link {
  color: #3b3b3b !important;
}

.navbar-custom.navbar-scrolled .nav-link:hover {
  color: #3956de !important;
}

/* 滚动后恢复原始Logo */
.navbar-custom.navbar-scrolled .logo img {
  filter: none;
}

/* ================================
   除首页外其他页面导航栏固定白底黑字
   放在最后确保最高优先级
   ================================ */
.navbar-custom.fixed-white {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

/* 使用更高优先级选择器确保覆盖 */
.navbar-custom.fixed-white .nav-link {
  color: #3b3b3b !important;
}

.navbar-custom.fixed-white .nav-link:hover {
  color: #3956de !important;
}

/* 固定白底状态下方案与案例菜单 */
.navbar-custom.fixed-white .navbar-nav li.solutions-toggle > a,
.navbar-custom.fixed-white .navbar-nav li.solutions-toggle > a:hover,
.navbar-custom.fixed-white .navbar-nav li.solutions-toggle > a:active {
  color: #3b3b3b !important;
}

/* 固定白底状态下恢复原始Logo */
.navbar-custom.fixed-white .logo img {
  filter: none !important;
}

.page-solutions .nav-sticky .navbar-nav li.solutions-toggle:hover::after {
  width: 0;
}
.navbar-custom .navbar-nav.menu-social-icon .nav-item .nav-link {
  margin: 0 10px !important;
}
.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #fff;
  outline: 0;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #3956de;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}
.navbar-light .navbar-nav li a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
  color: #fff !important;
}
.navbar-light .menu-social-icon li {
  margin: 0 8px;
}
.navbar-light .menu-social-icon li .menu-social-link {
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-light .menu-social-icon li .menu-social-link:hover {
  color: #fff !important;
}
.navbar-light .logo .logo-dark {
  display: none !important;
}
.navbar-light .logo .logo-light {
  display: inline-block !important;
}
.nav-sticky.navbar-custom {
  margin-top: 0px;
  height: 64px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #3b3b3b !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #3956de !important;
}

.page-solutions .nav-sticky.navbar-custom .navbar-nav li.solutions-toggle a,
.page-solutions .nav-sticky.navbar-custom .navbar-nav li.solutions-toggle a:hover,
.page-solutions .nav-sticky.navbar-custom .navbar-nav li.solutions-toggle a:active {
  color: #9b9bae !important;
}
.nav-sticky .logo .logo-dark {
  display: inline-block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}
.navbar-toggler:focus {
  outline: none;
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    height: 64px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #fff !important;
  }
  /* 移动端固定白底黑字 */
  .navbar-custom.fixed-white .nav-link,
  .navbar-custom.fixed-white .navbar-nav li a,
  .navbar-custom.fixed-white .navbar-nav li.solutions-toggle > a {
    color: #3b3b3b !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 10px;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #9b9bae !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #3956de !important;
  }
  .navbar-custom > .container {
    width: 100%;
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .logo .logo-light {
    display: none !important;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #343a40 !important;
  }
  .navbar .menu-social-icon li {
    margin: 0 8px;
  }
  .navbar .menu-social-icon li .menu-social-link {
    color: #9b9bae !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar .menu-social-icon li .menu-social-link:hover {
    color: #3956de !important;
  }
  .nav-sticky.navbar-custom .navbar-nav {
    margin-top: 10px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .navbar-collapse {
    padding: 0 20px;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #343a40;
  }
}
.btn {
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 15px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 10px 22px !important;
  font-size: 18px !important;
}
.btn.btn-sm {
  padding: 2px 16px !important;
  font-size: 14px !important;
}
.btn.btn-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3956de),
    to(#657be5)
  );
  background: linear-gradient(to right, #3956de 0%, #657be5 100%);
  border: none;
  color: #fff;
   border-radius: 999px;
  -webkit-box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
  box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
  padding: 9px 40px;
  margin-right: 20px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  -webkit-box-shadow: 0 3px 10px rgba(57, 86, 222, 0.5);
  box-shadow: 0 3px 10px rgba(57, 86, 222, 0.5);
  color: #fff !important;
}
.btn.btn-outline-primary {
  border: 1px solid #3956de !important;
  color: #3956de !important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
  background-color: #3956de !important;
  border: 1px solid #3956de !important;
  -webkit-box-shadow: 0 3px 10px rgba(57, 86, 222, 0.5);
  box-shadow: 0 3px 10px rgba(57, 86, 222, 0.5);
  color: #fff !important;
}
.btn.btn-secondary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6c757d),
    to(#868e96)
  );
  background: linear-gradient(to right, #6c757d 0%, #868e96 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15);
  box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  -webkit-box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  color: #fff !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #6c757d !important;
  color: #6c757d !important;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  -webkit-box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  color: #fff !important;
}
.btn.btn-success {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2dd6b7),
    to(#58dec6)
  );
  background: linear-gradient(to right, #2dd6b7 0%, #58dec6 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(45, 214, 183, 0.15);
  box-shadow: 0 4px 20px rgba(45, 214, 183, 0.15);
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  -webkit-box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  color: #fff !important;
}
.btn.btn-outline-success {
  border: 1px solid #2dd6b7 !important;
  color: #2dd6b7 !important;
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success.focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success.active {
  background-color: #2dd6b7 !important;
  border: 1px solid #2dd6b7 !important;
  -webkit-box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  color: #fff !important;
}
.btn.btn-info {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1097bd),
    to(#15bceb)
  );
  background: linear-gradient(to right, #1097bd 0%, #15bceb 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(16, 151, 189, 0.15);
  box-shadow: 0 4px 20px rgba(16, 151, 189, 0.15);
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  -webkit-box-shadow: 0 3px 10px rgba(16, 151, 189, 0.5);
  box-shadow: 0 3px 10px rgba(16, 151, 189, 0.5);
  color: #fff !important;
}
.btn.btn-outline-info {
  border: 1px solid #1097bd !important;
  color: #1097bd !important;
}
.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info.focus,
.btn.btn-outline-info:active,
.btn.btn-outline-info.active {
  background-color: #1097bd !important;
  border: 1px solid #1097bd !important;
  -webkit-box-shadow: 0 3px 10px rgba(16, 151, 189, 0.5);
  box-shadow: 0 3px 10px rgba(16, 151, 189, 0.5);
  color: #fff !important;
}
.btn.btn-warning {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffbb13),
    to(#ffca46)
  );
  background: linear-gradient(to right, #ffbb13 0%, #ffca46 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15);
  box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  -webkit-box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  color: #fff !important;
}
.btn.btn-outline-warning {
  border: 1px solid #ffbb13 !important;
  color: #ffbb13 !important;
}
.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning.active {
  background-color: #ffbb13 !important;
  border: 1px solid #ffbb13 !important;
  -webkit-box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  color: #fff !important;
}
.btn.btn-danger {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f43958),
    to(#f76981)
  );
  background: linear-gradient(to right, #f43958 0%, #f76981 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15);
  box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  -webkit-box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  color: #fff !important;
}
.btn.btn-outline-danger {
  border: 1px solid #f43958 !important;
  color: #f43958 !important;
}
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger.focus,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger.active {
  background-color: #f43958 !important;
  border: 1px solid #f43958 !important;
  -webkit-box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  color: #fff !important;
}
.btn.btn-dark {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#343a40),
    to(#4b545c)
  );
  background: linear-gradient(to right, #343a40 0%, #4b545c 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(52, 58, 64, 0.15);
  box-shadow: 0 4px 20px rgba(52, 58, 64, 0.15);
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  -webkit-box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #fff !important;
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark.focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  -webkit-box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #fff !important;
}
.btn.btn-muted {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b9bae),
    to(#b7b7c5)
  );
  background: linear-gradient(to right, #9b9bae 0%, #b7b7c5 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(155, 155, 174, 0.15);
  box-shadow: 0 4px 20px rgba(155, 155, 174, 0.15);
}
.btn.btn-muted:hover,
.btn.btn-muted:focus,
.btn.btn-muted.focus,
.btn.btn-muted:active,
.btn.btn-muted.active {
  -webkit-box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  color: #fff !important;
}
.btn.btn-outline-muted {
  border: 1px solid #9b9bae !important;
  color: #9b9bae !important;
}
.btn.btn-outline-muted:hover,
.btn.btn-outline-muted:focus,
.btn.btn-outline-muted.focus,
.btn.btn-outline-muted:active,
.btn.btn-outline-muted.active {
  background-color: #9b9bae !important;
  border: 1px solid #9b9bae !important;
  -webkit-box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  color: #fff !important;
}
.btn.btn-light {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fbfbfd),
    to(#fff)
  );
  background: linear-gradient(to right, #fbfbfd 0%, #fff 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(251, 251, 253, 0.15);
  box-shadow: 0 4px 20px rgba(251, 251, 253, 0.15);
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  -webkit-box-shadow: 0 3px 10px rgba(251, 251, 253, 0.5);
  box-shadow: 0 3px 10px rgba(251, 251, 253, 0.5);
  color: #fff !important;
}
.btn.btn-outline-light {
  border: 1px solid #000000 !important;
  color: #ffffff00 !important;
  border-radius: 999px;
  padding: 9px 40px;
  margin-left: 20px;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
  background-color: #fbfbfd !important;
  border: 1px solid #fbfbfd !important;
  -webkit-box-shadow: 0 3px 10px rgba(251, 251, 253, 0.5);
  box-shadow: 0 3px 10px rgba(251, 251, 253, 0.5);
  color: #fff !important;
}
.btn.btn-black {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#1a1a1a)
  );
  background: linear-gradient(to right, #000 0%, #1a1a1a 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black.active {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.btn.btn-outline-black {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.btn.btn-outline-black:hover,
.btn.btn-outline-black:focus,
.btn.btn-outline-black.focus,
.btn.btn-outline-black:active,
.btn.btn-outline-black.active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.btn.btn-white {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#fff)
  );
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
  -webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #fff !important;
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white.focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white.active {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #fff !important;
}
.btn.btn-light {
  background-color: #fbfbfd;
  border: 1px solid #fbfbfd;
  color: #343a40 !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(251, 251, 253, 0.08);
  box-shadow: 0 0 0 2px rgba(251, 251, 253, 0.08);
  color: #343a40 !important;
}
.btn.btn-outline-light {
  border: 1px solid #fbfbfd;
  color: #020202 !important;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
  background-color: #fbfbfd;
  border: 1px solid #fbfbfd;
  color: #343a40 !important;
}
.badge {
  padding: 6px 16px;
  font-weight: 400;
}
.badge.badge-primary {
  background: rgba(57, 86, 222, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(57, 86, 222, 0.5);
  box-shadow: 0 1px 2px rgba(57, 86, 222, 0.5);
  color: #3956de;
}
.text-primary {
  color: #3956de !important;
}
.bg-primary {
  background-color: #3956de !important;
}
.icon-fill-primary {
  fill: rgba(57, 86, 222, 0.15);
}
.bg-soft-primary {
  background: rgba(57, 86, 222, 0.07);
}
.text-secondary {
  color: #6c757d !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.icon-fill-secondary {
  fill: rgba(108, 117, 125, 0.15);
}
.bg-soft-secondary {
  background: rgba(108, 117, 125, 0.07);
}
.text-success {
  color: #2dd6b7 !important;
}
.bg-success {
  background-color: #2dd6b7 !important;
}
.icon-fill-success {
  fill: rgba(45, 214, 183, 0.15);
}
.bg-soft-success {
  background: rgba(45, 214, 183, 0.07);
}
.text-info {
  color: #1097bd !important;
}
.bg-info {
  background-color: #1097bd !important;
}
.icon-fill-info {
  fill: rgba(16, 151, 189, 0.15);
}
.bg-soft-info {
  background: rgba(16, 151, 189, 0.07);
}
.text-warning {
  color: #ffbb13 !important;
}
.bg-warning {
  background-color: #ffbb13 !important;
}
.icon-fill-warning {
  fill: rgba(255, 187, 19, 0.15);
}
.bg-soft-warning {
  background: rgba(255, 187, 19, 0.07);
}
.text-danger {
  color: #f43958 !important;
}
.bg-danger {
  background-color: #f43958 !important;
}
.icon-fill-danger {
  fill: rgba(244, 57, 88, 0.15);
}
.bg-soft-danger {
  background: rgba(244, 57, 88, 0.07);
}
.text-dark {
  color: #343a40 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
.icon-fill-dark {
  fill: rgba(52, 58, 64, 0.15);
}
.bg-soft-dark {
  background: rgba(52, 58, 64, 0.07);
}
.text-muted {
  color: #9b9bae !important;
}
.bg-muted {
  background-color: #9b9bae !important;
}
.icon-fill-muted {
  fill: rgba(155, 155, 174, 0.15);
}
.bg-soft-muted {
  background: rgba(155, 155, 174, 0.07);
}
.text-light {
  color: #fbfbfd !important;
}
.bg-light {
  background-color: #fbfbfd !important;
}
.bg-light9 {
  background-color: rgba(234, 234, 234, 1.0) !important;
}
.bg-light6 {
  background-color: rgba(240, 250, 249, 1) !important;

}


.icon-fill-light {
  fill: rgba(251, 251, 253, 0.15);
}
.bg-soft-light {
  background: rgba(251, 251, 253, 0.07);
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}
.icon-fill-black {
  fill: rgba(0, 0, 0, 0.15);
}
.bg-soft-black {
  background: rgba(0, 0, 0, 0.07);
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.icon-fill-white {
  fill: rgba(255, 255, 255, 0.15);
}
.bg-soft-white {
  background: rgba(255, 255, 255, 0.07);
}
.shadow {
  -webkit-box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.08) !important;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.bg-overlay {
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.line-height-1_6 {
  line-height: 1.6;
}
.line-height-1_4 {
  line-height: 1.4;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
.f-21 {
  font-size: 21px;
}
.f-22 {
  font-size: 22px;
}
.f-23 {
  font-size: 23px;
}
.f-24 {
  font-size: 24px;
}
.w-60 {
  width: 60%;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}
.avatar {
  height: 3rem;
  width: 3rem;
}
.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}
.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}
.avatar-xl {
  height: 6rem;
  width: 6rem;
}
.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}
.icon-size-15 {
  height: 15px;
  width: 15px;
}
.icon-xs {
  height: 20px;
  width: 20px;
}
.icon-lg {
  height: 30px;
  width: 30px;
}
.icon-xl {
  height: 35px;
  width: 35px;
}
.sw_1-5 {
  stroke-width: 1.5px;
}
.icon {
  position: relative;
  top: -2px;
}
.right-icon {
  line-height: 0;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.hero-bottom-shape {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}
.hero-bottom-shape img {
  width: 100%;
  height: auto;
}
.card {
  margin-bottom: 30px;
  border-color: #eaeaf5;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#1097bd),
    to(#3956de)
  );
  background: linear-gradient(to top left, #1097bd 0%, #3956de 100%);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.btn.btn-services {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cdcdcd),
    to(#c5c5c6)
  );
  background: linear-gradient(to right, #dededf 0%, #cdcdcd 100%);
  border: none;
  color: #000000;
   border-radius: 999px;
  -webkit-box-shadow: 0 4px 20px rgba(180, 180, 182, 0.15);
  box-shadow: 0 4px 20px rgba(190, 191, 191, 0.15);
  padding: 9px 40px;
  margin-right: 20px;
}



.service-mini-bg{
  width: auto; 
  height: 500px;
  margin: 10px 2px;
  overflow: hidden;
  justify-content: start;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.service-mini-bg .service2-main-text {
  width: 100%;
  position: absolute;
  top:10%;
  padding: 0px 10px;
  text-align: left;
} 

.service-mini-bg .service2-main-text h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #000000;
}

.service-mini-bg .service2-main-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}




.service-2-bg{
  width: auto; 
  height: 500px;
  margin: 10px 20%;
  overflow: hidden;
  justify-content: start;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.service-2-bg .contact-1-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;

}
.service-2-bg .service2-main-text {
  width: 100%;
  position: absolute;
  top:10%;
  /* right: 33%; */
  padding: 0px 10px;
  text-align: left;
} 

.service-2-bg .service2-main-text h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #000000;
}

.service-2-bg .service2-main-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(110, 122, 138, 0.8);
}
.service-2-bg .contact-main-center {
  flex: 0 0 45%;
  max-width: 45%;
  min-height: 300px;
  background-color: #F7F9FA;
  text-align: center;
  padding: 50px;
}
.service-2-bg .contact-main-center h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}

.service-2-bg .contact-main-center p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(110, 122, 138, 0.8);
}





.service-1-bg{
  width: 100%; 
  height: auto;
  margin-top: 60px;
  overflow: hidden;
  display: block;
}

.service-1-bg .service1-main-text {
  position: absolute;
  top:20%;
  left: 32%;
  right: 33%;
  color: #ffffff;
  padding: 0px 60px;
  text-align: center;
}

.service-1-bg .service1-main-text h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
}

.service-4-bg{
  width: auto; 
  height: 500px;
  margin: 10px 20%;
  overflow: hidden;
  /* justify-content: center; */
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.service-4-bg .service2-main-text {
  width: 100%;
  position: absolute;
  top:10%;
 
  padding: 0px 1px;
  text-align: left;
} 

.service-4-bg .service2-main-text h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #000000;
}

.service-4-bg .service2-main-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(110, 122, 138, 0.8);
} 

.service-4-bg .contact-1-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;

}

.service-4-bg .contact-main-center {
  flex: 0 0 25%;
  max-width: 24%;
  min-height: 300px;
  background-color: #F7F9FA;
  text-align: center;
  padding: 60px 10px;
}
.service-4-bg .contact-main-center h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-4-bg .contact-main-center p {
  margin: 8px 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(110, 122, 138, 0.8);
}




.contact1-bg{
  width: auto; 
  height: 1200px;
  margin: 0px 20%;
  overflow: hidden;
  justify-content: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.contact1-bg .contact-main-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background-color: #F7F9FA;
}

.contact1-bg .contact-1-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;

}




.contact1-bg .contact-main-left,
.contact1-bg .contact-main-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.contact1-bg .contact-main-center {
  flex: 0 0 30%;
  max-width: 30%;
  background-color: #F7F9FA;
  text-align: center;
  padding: 50px;
}
.contact1-bg .contact-main-center h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}

.contact1-bg .contact-main-center p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(110, 122, 138, 0.8);
}


.contact1-bg .contact-main-left {
  text-align:left;

  padding-left: 40px;
 
}

.contact1-bg .contact-main-left h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 24px;
}

.contact1-bg .contact-main-left p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(110, 122, 138, 0.8);
}

.contact1-bg .contact-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.contact1-bg .contact-1-image {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.case-1-bg{
  width: 100%; 
  height: auto;
  margin-top: 60px;
  overflow: hidden;
  display: block;
}



.case-c1-bg{
  width: 100%; 
  height: 500px;
  margin-top: 50px;
  overflow: hidden;
  display: block;
  background-image: url(../picture/case_c1.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.case-c1-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.case-c1-bg .case1-main-text {
  position: absolute;
  top:30%;
  left: 32%;
  right: 33%;
  color: #ffffff;
  padding: 0px 60px;
  text-align: center;
}

.case-c1-bg .case1-main-text h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
}


.case-2-bg{
  width: 100%; 
  height: 400px;
  overflow: hidden;
}

.case-3-bg{
  width: 100%; 
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 120px 0 360px;
  background-image: url(../picture/case_3.png);
  background-size: cover;
  background-position: center;
}
.case-6-bg{
  width: auto; 
  height: 1430px;
  margin: 1px 20%;
  overflow: hidden;
  padding-bottom: 30px;
  justify-content: flex-start;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.case-6-bg-color{
  background-color: #E8F2FA;
}
.case-6-bg .case5-panel {
  width: 100%;
  position: absolute;
  padding: 92px 40px 40px;

  /* border-radius: 16px; */
  box-sizing: border-box;
  color: #060606;
}

.case-6-bg .case5-panel .case5-card-p{
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  margin: 30px 0 20px 0;
  font-size: 17px;
  color: #000000;
  text-align: center;
  font-weight: 300;
}

.case-6-bg .case5-cards {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  background-color: #ffffff;
}


.case-6-bg .case5-card {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000000;
}
.case-6-bg .case5-card-image {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.case-6-bg .case5-card h4 {
  margin: 18px 0 12px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.case-6-bg .case5-card p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  text-align: left;
}




.case-5-bg{
  width: auto; 
  height: 800px;
  margin: 1px 20%;
  overflow: hidden;
  justify-content: flex-start;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.case-5-bg-color{
  background-color: #E8F2FA;
}
.case-5-bg .case5-panel {
  width: 100%;
  position: absolute;
  padding: 92px 40px 40px;

  /* border-radius: 16px; */
  box-sizing: border-box;
  color: #060606;
}
.case-5-bg .case5-cards {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
.case-5-bg .case5-card {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000000;
}
.case-5-bg .case5-card-image {
  width: 90%;
  height: auto;
  margin-bottom: 16px;
}
.case-5-bg .case5-card h4 {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.case-5-bg .case5-card p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  text-align: left;
}
.case-4-bg{
  width: auto; 
  height: 1000px;
  margin: 10px 20%;
  overflow: hidden;
  justify-content: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.case-4-bg .case5-panel {
  width: 100%;
  position: absolute;
  padding: 92px 40px 40px;
  background-color: #E8F2FA;
  /* border-radius: 16px; */
  box-sizing: border-box;
  color: #060606;
}

.case-4-bg .case4-panel {
   width: 100%;
  position: absolute;
  top: 10%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  padding: 92px 40px 40px;
  background-color: #FCF5E9;
  /* border-radius: 16px; */
  box-sizing: border-box;
  color: #060606;
}


.case-4-bg .case4-panel h2{
  margin: 0 0 12px 10%;
  text-align: left;
}
.case-4-bg .case4-panel h3{
  margin: 0 0 32px 10%;
  text-align: left;
}

.case-4-bg .case4-panel p {
  margin: 2px 0 2px 10%;
  text-align: left;
}
.case-4-bg .case4-panel-image {
  margin-top: 24px;
  width: 100%;
  height: auto;
  display: block;
}

.case-5-bg .case5-panel h2{
  margin: 0 0 12px 10%;
  text-align: left;
}
.case-5-bg .case5-panel h3{
  margin: 0 0 32px 10%;
  text-align: left;
}

.case-5-bg .case5-panel p {
  margin: 2px 0 2px 10%;
  text-align: left;
}


.hero-1-bg {
  width: 100%; 
  height: auto;
  margin-top: 50px;
  padding: 80px 0 60px;
  overflow: hidden;
  background-color: #ffffff;
}
.hero-1-bg .hero-1-title {
  font-size: 46px;
}



.hero-2-bg {
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.case-2-bg .case2-subtext {
  position: absolute;
  margin: 180px 0;
  left: 28%;
  right: 28%;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.hero-2-img {
  width: 100%;
  height: auto;
  display: block;
}
/* .hero-2-bg .hero-2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */
.hero-2-bg .hero-2-title {
  font-size: 48px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}
.hero-3-bg {
   margin-top: 10px;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-image: url(../picture/product_4bg.png);
}
.hero-3-bg .hero3-main-text {
  position: absolute;
  top: 15%;
  left: 19%;
  color: #000000;
  padding: 0px 24px;
  text-align: left;
}




.hero-4-bg {
   margin-top: 10px;
  padding: 80px 0 160px;
  overflow: hidden;
  position: relative;
  background-image: url(../picture/product_5bg.png);
}
.hero-4-bg .hero3-main-text {
  width: 900px;
  position: absolute;
  top: 5%;
  left: 18%;
  color: #000000;
  text-align: left;
}

.hero-4-bg .hero-2-img {
  margin-left: 21%;
  width: 75%;
  height: auto;
  display: block;
}

.hero-4-bg .hero3-feature-grid {
  position: absolute;
  top: calc(29%);
  left: 21%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 103px 163px;
}
.hero-4-bg .hero3-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-4-bg .hero3-feature-item p{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

.hero-4-bg .hero3-feature-icon {
  width: 130px;
  height: auto;
  margin-bottom: 15px;
}

.hero-10-bg {


  overflow: hidden;

}

.hero-5-bg {
  margin-top: 60px;
  padding: 80px 0 60px;
  overflow: hidden;
  background-image: url(../image/index_banner1.png);
  background-size: cover;      /* 或 contain */
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-5-bg .hero-5-title {
  font-size: 44px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}
.hero-5-bg .Subcribe-form form {
  position: relative;
  margin: 0px auto;
}
.hero-5-bg .Subcribe-form input {
  padding: 12px 20px;
  min-width: 290px;
  height: 46px;
  font-size: 17px;
  color: #9b9bae !important;
  outline: none !important;
  position: relative;
}
@media (min-width: 200px) and (max-width: 768px) {
  .hero-1-bg {
    padding: 120px 0 60px;
  }
  .hero-2-bg {
    padding: 150px 0;
  }
  .hero-3-bg {
    padding: 160px 0 180px;
  }
  .hero-4-bg {
    padding: 110px 0 80px;
  }
  .hero-5-bg .hero-5-img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}



@media (min-width: 200px) and (max-width: 576px) {
  .hero-1-title,
  .hero-2-title {
    font-size: 36px !important;
  }
  .hero-3-bg {
    padding: 120px 0 120px;
  }
  .hero-3-bg .hero-3-title {
    font-size: 26px;
  }
  .hero-4-title,
  .hero-5-title {
    font-size: 32px !important;
  }
}
.about-img {
  padding: 40px;
}
.service-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-box .service-icon-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-box .service-icon-bg .service-box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: brightness(0.55);
  filter: brightness(0.55);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-box .service-title,
.service-box .read-more {
  color: #343a40;
}
.service-box .service-subtitle {
  color: #9b9bae;
}
.service-box:hover {
  background: #3956de;
  border-color: #3956de;
}
.service-box:hover .service-box-icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.service-box:hover .service-title,
.service-box:hover .read-more,
.service-box:hover .service-subtitle,
.service-box:hover .service-box-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-box:hover .service-title,
.service-box:hover .read-more {
  color: #fff;
}
.service-box:hover .service-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.features-content .nav .nav-link {
  padding: 30px;
}
.features-content .nav .nav-link.active {
  background: #fff !important;
  -webkit-box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.08);
}
.project-box {
  position: relative;
}
.project-box .project-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project-box .project-overlay .project-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.project-box .project-overlay .project-content .project-icon {
  border: 1px solid #fff;
  color: #fff;
  height: 48px;
  width: 48px;
  line-height: 48px;
  margin: 0 auto;
  border-radius: 50px;
}
.project-box:hover .project-overlay {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.testi-content .testi-box .test-user-info .testi-user-img {
  border: 5px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.testi-content .owl-nav {
  display: none;
}
.testi-content .owl-dots {
  margin-top: 16px;
}
.testi-content .owl-dots .owl-dot {
  outline: none;
}
.testi-content .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  margin: 5px 4px;
  background: rgba(57, 86, 222, 0.4);
}
.testi-content .owl-dots .owl-dot.active span,
.testi-content .owl-dots .owl-dot:hover span {
  background: #3956de;
  -webkit-box-shadow: 0 0 0 1px #3956de;
  box-shadow: 0 0 0 1px #3956de;
}
.testi-content .owl-item.center .testi-box .testi-user-img,
.testi-content .owl-item:hover .testi-box .testi-user-img {
  -webkit-box-shadow: 0 3px 0 -1px rgba(57, 86, 222, 0.6);
  box-shadow: 0 3px 0 -1px rgba(57, 86, 222, 0.6);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.blog-box .blog-img {
  max-width: 150px;
}
.blog-box .blog-box-content {
  margin-bottom: 30px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fbfbfd;
  border-color: #3956de;
}
.form-control {
  padding: 8px 10px;
  font-size: 14px;
  height: 40px;
  background-color: rgba(52, 58, 64, 0.01);
  border: 1px solid rgba(155, 155, 174, 0.3);
}
.form-control::-webkit-input-placeholder {
  color: #acacbc;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #acacbc;
  font-size: 14px;
}
.form-control::-ms-input-placeholder {
  color: #acacbc;
  font-size: 14px;
}
.form-control::placeholder {
  color: #acacbc;
  font-size: 14px;
}
.error {
  margin: 8px 0px;
  display: none;
  color: #f43958;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}
.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f43958;
  color: #f43958;
  border-radius: 5px;
  font-size: 14px;
}
.contact-loader {
  display: none;
}
.footer {
  padding: 70px 0 25px;
  background: #292d32;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
.footer .footer-sub-menu li {
  padding: 6px 0;
}
.footer .footer-sub-menu li .footer-link {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-sub-menu li .footer-link:hover {
  color: #fff;
  margin-left: 5px;
}

.hero-6-bg {
  padding: 180px 0 180px 0;
  margin-top: 10px;
  overflow: hidden;
   background-image: url(../image/item2.png);
  background-size: cover;      /* 或 contain */
  background-repeat: no-repeat;
  background-position: center top;
}


.hero-7-bg {
  height: 950px;
  padding: 30px;
  margin-top: 10px;
  overflow: hidden;
}

.hero-7-bg .hero7-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}

.hero-7-bg .hero7-card {
  position: relative;
  flex: 1;
  max-width: 580px;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 11px;
  overflow: hidden;
}

.hero-7-bg .hero8-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.hero-7-bg .hero8-info-card {
  flex: 1;
  max-width: 380px;
  background: rgb(136, 166, 181);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_01.png);
}
.hero-7-bg .hero9-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_02.png);
}
.hero-7-bg .hero10-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_03.png);
}

.hero-7-bg .hero11-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_04.png);
}
.hero-7-bg .hero12-info-card {
  flex: 1;
  max-width: 380px;
  /* background: rgba(246, 248, 249, 1.0); */
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  /* background-color: #ffffff; */
}


.hero-7-bg .hero7-card-1 {
  background-image: url(../picture/product_8_01.png);
}

.hero-7-bg .hero7-card-2 {
  background-image: url(../picture/product_8_02.png);
}

.hero-7-bg .hero7-card-info {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-7-bg .hero4-main-text {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 33%;
  color: rgba(24 99 183 / 91%);
  padding: 0px 24px;
  text-align: center;
}


.hero-7-bg .hero7-card-info2 {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-7-bg .hero7-card-icon {
  width: 56px;
  height: auto;
  margin-bottom: 8px;
}

.hero-7-bg .hero7-card-info p {
  margin: 0;
  font-size: 16px;
  color: #17852D;
}
.hero-7-bg .hero7-card-info2 p {
  margin: 0;
  font-size: 16px;
  color: #17852D;
}

.hero-7-bg .hero7-info-row {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 60px;
}


.hero-7-bg .hero8-info-row {
  height: 390px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-7-bg .hero7-info-card0 {
  flex: 1;
  max-width: 520px;
  border-radius: 16px;
  padding: 80px 28px;
  display: flex;
  align-items: center;

}


.hero-7-bg .hero7-info-card {
  flex: 1;
  max-width: 520px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 16px;
  padding: 80px 28px;
  display: flex;
  align-items: center;

}

.hero-7-bg .hero8-info-left h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.91);
}

.hero-7-bg .hero8-info-left p {
  margin: 0;
  font-size: 14px;
  color: #cacaca;
}

.hero-7-bg .hero7-info-left {
  flex-basis: 70%;
}


.hero-7-bg .hero7-info-left h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(24 99 183 / 91%);
}

.hero-7-bg .hero7-info-left p {
  margin: 0;
  font-size: 14px;
  color: #9f9f9f;
}

.hero-7-bg .hero7-info-right {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-7-bg .hero7-info-icon {
  max-width: 56px;
  height: auto;
}

.hero-8-bg {
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
}


.case-c2-bg {
  height: auto;
  margin: 1px 20%;
  padding: 30px;
  margin-top: 0px;
  overflow: hidden;
}
.case-c2-bg .hero7-info-row {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.case-c2-bg .hero7-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}
.case-c2-bg .case9-info-card {
  flex: 1;
  max-width: 100%;
  background: rgb(136, 166, 181);
  border-radius: 6px;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(15, 35, 52, 0.15);
  box-shadow: 0 8px 24px rgba(15, 35, 52, 0.15);
}
.case-c2-bg .hero8-info-row {
  height: 450px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}


.case-c2-bg .hero8-info-left{
  width: 100%;
  padding: 10px 0px;
  background-color: #ffffff;
}

.case-c2-bg .hero8-info-left p {
  margin: 30px 30px 8px 30px;
  font-size: 14px;
  color: #848484;
}
.case-c2-bg .hero8-info-left h3 {
  margin: 30px 0 8px 30px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}


.case-c2-bg .hero4-main-text {
  position: absolute;
  top: 7%;
  left: 32%;
  right: 33%;
  color: rgba(24 99 183 / 91%);
  padding: 0px 24px;
  text-align: center;
}


.case-c2-info-img{
  width: 100%;
  height: auto;
}

.case9-bg {
  height: auto;
  margin: 1px 20%;
  padding: 30px;
  margin-top: 0px;
  overflow: hidden;
}
.case9-bg .hero7-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}
.case9-bg .case9-info-card {
  flex: 1;
  max-width: 100%;
  background: rgb(136, 166, 181);
  border-radius: 6px;
  display: flex;
  align-items: end;
  background-image: url(../picture/case7_1.png);
  -webkit-box-shadow: 0 8px 24px rgba(15, 35, 52, 0.15);
  box-shadow: 0 8px 24px rgba(15, 35, 52, 0.15);
}

.case9-bg .hero4-main-text {
  position: absolute;
  top: 7%;
  left: 32%;
  right: 33%;
  color: rgba(24 99 183 / 91%);
  padding: 0px 24px;
  text-align: center;
}

.case9-bg .hero7-info-row {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.case9-bg .hero7-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.case9-bg .hero8-info-row {
  height: 390px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.case9-bg .hero8-info-left{
  width: 100%;
  padding: 10px 28px;
  background-color: #0d0d0d24;
}

.case9-bg .hero8-info-left p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.case9-bg .hero8-info-left h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.case9-bg .hero7-info-left {
  flex-basis: 70%;
}


.hero-9-bg {
  height: auto;
  padding: 30px;
  margin-top: 10px;
  overflow: hidden;
}

.hero-9-bg .hero7-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.hero-9-bg .hero7-card {
  position: relative;
  flex: 1;
  max-width: 680px;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 11px;
  overflow: hidden;
}




.hero-9-bg .hero8-card-row {
  margin-top: 17%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.hero-9-bg .hero8-info-card {
  flex: 1;
  max-width: 380px;
  background: rgb(136, 166, 181);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_01.png);
}
.hero-9-bg .hero9-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_02.png);
}
.hero-9-bg .hero10-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_03.png);
}

.hero-9-bg .hero11-info-card {
  flex: 1;
  max-width: 380px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  background-image: url(../picture/product_9_04.png);
}
.hero-9-bg .hero12-info-card {
  flex: 1;
  max-width: 380px;
  /* background: rgba(246, 248, 249, 1.0); */
  border-radius: 6px;
  padding: 10px 28px;
  display: flex;
  align-items: end;
  /* background-color: #ffffff; */
}


.hero-9-bg .hero7-card-info {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-9-bg .hero4-main-text {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 33%;
  color: rgba(24 99 183 / 91%);
  padding: 0px 24px;
  text-align: center;
}


.hero-9-bg .hero7-card-info2 {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-9-bg .hero7-card-icon {
  width: 56px;
  height: auto;
  margin-bottom: 8px;
}

.hero-9-bg .hero7-card-info p {
  margin: 0;
  font-size: 16px;
  color: #17852D;
}
.hero-9-bg .hero7-card-info2 p {
  margin: 0;
  font-size: 16px;
  color: #17852D;
}

.hero-9-bg .hero7-info-row {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}


.hero-9-bg .hero8-info-row {
  height: 390px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-9-bg .hero7-info-card0 {
  flex: 1;
  margin-top: 40px;
  max-width: 520px;
  border-radius: 16px;
  padding: 80px 28px;
  display: flex;
  align-items: center;

}


.hero-9-bg .hero7-info-card {
  flex: 1;
  max-width: 583px;
  background: rgba(246, 248, 249, 1.0);
  border-radius: 16px;
  padding: 80px 28px;
  display: flex;
  align-items: center;

}

.hero-9-bg .hero8-info-left h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.91);
}

.hero-9-bg .hero8-info-left p {
  margin: 0;
  font-size: 14px;
  color: #cacaca;
}

.hero-9-bg .hero7-info-left {
  flex-basis: 70%;
}


.hero-9-bg .hero7-info-left h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(24 99 183 / 91%);
}

.hero-9-bg .hero7-info-left p {
  margin: 0;
  font-size: 14px;
  color: #9f9f9f;
}

.hero-9-bg .hero7-info-right {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-9-bg .hero7-info-icon {
  max-width: 56px;
  height: auto;
}


.hero-8-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40%;
  max-width: 960px;
  margin: 0 auto;
}

.hero-8-item {
  width: auto;
  height: auto;
  flex: 1;
  text-align: center;
}

.hero-8-text {
  font-size: 36px;
  color: #ffffff;
}

.hero-8-qrcode {
  max-width: 180px;
  height: auto;
  margin-top: 40px;
}

.hero-8-product {
  width: 100%;
  height: auto;
}

.prduct_img {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.hero-main-wrapper .prduct_img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main_img {
  width: 100%; 
  height: auto;
  margin-top: 200px;
}

.hero-main-wrapper .main_img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.main_end_img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.5);
  display: block;
}

#home .hero-main-wrapper {
  position: relative;
}

#home .hero-main-text {
  position: absolute;
  top: 5%;
  left: 10%;
  right: 10%;
  color: #ffffff;
  padding: 0px 24px;
  text-align: center;
}

.case-1-bg .case1-main-text {
  position: absolute;
  top:30%;
  left: 32%;
  right: 33%;
  color: #ffffff;
  padding: 0px 60px;
  text-align: center;
}

.case-1-bg .case1-main-text h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
}
.case-1-bg .case1-main-text p {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.91);
}


.case-3-bg .case1-main-text {
  position: absolute;
  height: auto;
  top: 20%;
  left: 32%;
  right: 33%;
  color: #ffffff;
  padding: 0px 60px;
  text-align: center;
}
.case-3-bg .case1-main-text h1 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
}

.case-3-bg .case3-feature-row {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.case-3-bg .case3-feature-card {
  width: 220px;
  padding: 24px 16px;
  border-radius: 16px;
  /* background: rgba(255, 255, 255, 0.94); */
  text-align: center;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

.case-3-bg .case3-feature-icon {
  width: 56px;
  height: auto;
  margin-bottom: 12px;
}

.case-3-bg .case3-feature-card h3 {
  margin: 10px 0 8px 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.case-3-bg .case3-feature-card p {
  margin: 10px 0 8px 0;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}


.case-4-bg .case1-main-text {
  width: 100%;
  position: absolute;
  top: 1%;
  color: #ffffff;
  text-align: center;
}

.case-4-bg .case1-main-text h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: rgba(0, 0, 0, 0.91);
}



.hero-2-bg .hero2-main-text {
  position: absolute;
  top: 5%;
  left: 32%;
  right: 33%;
  color: #000000;
  padding: 0px 24px;
  text-align: left;
}

.hero-2-bg .hero3-main-text {
  position: absolute;
  top: 25%;
  left: 19%;
  right: 30%;
  color: #000000;
  padding: 0px 24px;
  text-align: left;
}
.hero-2-bg .hero4-main-text {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 33%;
  color: rgba(41, 71, 105, 1);
  padding: 0px 24px;
  text-align: center;
}
.hero-2-bg .hero5-main-text {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 33%;
  color: rgb(9, 9, 9);
  padding: 0px 24px;
  text-align: center;
}
.hero-7-bg .hero5-main-text {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 33%;
  color: rgb(9, 9, 9);
  padding: 0px 24px;
  text-align: center;
}
#home .hero3-main-text h1 {
  font-size: 44px;
  font-weight: 500;
  margin: 28px;
  background: linear-gradient(to bottom, rgba(41, 124, 196, 0.8) 0%, rgba(41, 124, 196, 1) 70%, rgba(41, 124, 196, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


#product .hero3-main-text h1 {
  font-size: 54px;
  font-weight: 500;
  margin: 28px;
  background: linear-gradient(to bottom, rgba(41, 124, 196, 0.8) 0%, rgba(41, 124, 196, 1) 70%, rgba(41, 124, 196, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#home .hero2-main-text h1 {
  WIDTH: 900PX;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(to bottom, rgba(41, 124, 196, 0.8) 0%, rgba(41, 124, 196, 1) 70%, rgba(41, 124, 196, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#home .hero-main-text-6 {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  color: #ffffff;
  padding: 0px 24px;
  text-align: center;
}

#home .hero-main-text-7 {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  color: #000000;
  padding: 0px 24px;
  text-align: center;
}

#home .hero-badge {
  display: inline-block;
  padding: 4px 30px;
  border-radius: 999px;
  background: rgb(23 85 160 / 43%);;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#home .hero-main-text h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(to bottom, rgba(41, 124, 196, 0.8) 0%, rgba(41, 124, 196, 1) 70%, rgba(41, 124, 196, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#home .hero-main-text .hero-subtext {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  color: rgba(0, 0, 0, 1);
 
}


#home .hero2-main-text .hero-subtext {
  width: 900px;
  margin-top: 55px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17px;
  color: rgb(0 0 0 / 54%);
   text-align: left;
}

#home .hero3-main-text .hero-subtext {
  margin-top: 25px;
  margin-left: 35px;
  font-weight: 400;
  font-size: 25px;
  color: rgb(0 0 0 / 87%);
}

#home .hero4-main-text .hero-subtext {
  margin-top: 25px;
  margin-left: 35px;
  font-weight: 350;
  font-size: 16px;
  color: rgb(0 0 0 / 87%);
}

#home .hero5-main-text .hero-subtext {
  width: 900px;
  margin-top: 55px;
  margin-bottom: 0;
  font-weight: 350;
  font-size: 16px;
  color: rgb(0 0 0 / 87%);
  text-align: center;
}

#product .hero3-main-text .hero-subtext {
  margin-top: 25px;
  margin-left: 5%;
  font-weight: 400;
  font-size: 19px;
  color: rgb(0 0 0 / 87%);
}

#home .hero2-main-text .hero2-subtext {
  margin-top: 52%;
  margin-right: 20%;
  font-weight: 400;
  font-size: 35px;
  color: rgba(161, 0, 0, 0.5);
}



#home .hero2-main-text .hero3-subtext {
  margin-top: 20%;
  margin-left: 67%;
  font-weight: 400;
  font-size: 35px;
  color: rgba(161, 0, 0, 0.5)
}


#home .hero-main-text .hero-actions {
  margin-top: 18px;
}

#home .hero-main-text-6 h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(to bottom, rgba(41, 124, 196, 0.8) 0%, rgba(41, 124, 196, 1) 70%, rgba(41, 124, 196, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#home .hero-main-text-6 .hero-subtext {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  color: rgba(0, 0, 0, 1);
}

#home .hero-main-text-6 .hero-actions {
  margin-top: 18px;
}


#home .hero-main-text-7 h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: #000000;
  -webkit-text-fill-color: #000000;
}

#home .hero-main-text-7 .hero-subtext {
  margin-top: 58px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  color: rgba(0, 0, 0, 1);
}

#home .hero-main-text-7 .hero-actions {
  height: auto;
  margin-top: 58px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

#home .hero-main-text-7 .product-mini-card {
  height: auto; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  text-align: left;
}

#home .hero-main-text-7 .product-mini-image {
  width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;

}

#home .hero-main-text-7 .product-mini-image img {
  max-width: 70%;
  height: auto;
}

#home .hero-main-text-7 .product-mini-title {
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0;
}

#home .hero-main-text-7 .product-mini-desc {
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  margin: 4px 0;
  white-space: normal;
  word-break: break-all;
}

#home .hero-main-text-7 .product-mini-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}


#main_end {
  position: relative;
}

#main_end::before {
  content: none;
}

#main_end .main_img {
  display: block;
}

#main_end .product_img {
  display: block;
}

/* 产品列表样式 */
.product-list-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.product-list-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 50px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: url('../image/dev-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-item-content {
    padding: 24px 24px 0;
    text-align: center;
}

.product-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 0 8px 0;
}

.product-item-subtitle {
    font-size: 12px;
    color: #999;
    margin: 0 0 16px 0;
}

.btn-learn-more {
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    color: #666;
    background: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background: #3956de;
    color: #fff;
}

.product-item-image {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-image img {
    max-width: 70%;
    height: auto;
    object-fit: contain;
}

/* 响应式适配 - 小屏幕下改为单列 */
@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .product-list-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* 管理平台部分 */
.platform-section {
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.platform-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    color: #fff;
}

.platform-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
}

.platform-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.platform-features li {
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 16px;
}

.platform-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
}

.btn-platform {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-platform:hover {
    background: #fff;
    color: #333;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .platform-section {
        height: 600px;
    }
    
    .platform-content {
        padding: 0 30px;
    }
    
    .platform-title {
        font-size: 28px;
    }
}

/*# sourceMappingURL=style.min.css.map */
