/* 去掉所有a标签的hover效果 */
.mobile-menu-link:hover,
.mobile-menu-link:focus,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

.logo2 {
  padding-left: 10px;
  border-left: 1px solid #F9F9F9;
}


/* 折叠框样式 */
.card-header .btn-link {
  text-decoration: none !important;
}

.card-header .btn-link:hover {
  text-decoration: none !important;
}

.card-header .btn-link:focus {
  text-decoration: none !important;
  box-shadow: none;
}

/* 下拉菜单容器样式 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 52%;
  transform: translateX(-50%);
  min-width: 220px;
  padding: 10px 0;
  border: none;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  display: none;
}

/* 下拉菜单项样式 */
.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  position: relative;

}

/* 激活状态样式 */
.dropdown-item.active {
  color: #1B4899;
}

.dropdown-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #1B4899;
}

.dropdown-menu::before {
  border: none !important;
}

/* 右侧箭头图标样式 */
.dropdown-item i {
  color: #333;
  font-size: 12px;
}

.dropdown-item.active i {
  color: #1B4899;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #1B4899 !important;
  background-color: #fff !important;
}


/* 去掉点击时的蓝色边框 */
.mobile-menu-link:focus,
.mobile-submenu a:focus {
  outline: none;
  box-shadow: none;
}

/* 去掉点击时的背景色变化 */
.mobile-menu-link:active,
.mobile-submenu a:active {
  background-color: transparent;
}

.nav-link {
  color: #666666 !important;
  transition: color 0.2s;
}

.nav-link.active,
.nav-link:active {
  color: #1B4899 !important;
}

/* 弹框 */
.my-button {
  position: absolute;
  top: 55%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 50px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 2px 32px 2px 32px;
  background: #1B4899;
  color: #fff;
}

.my-button-2 {
  position: absolute;
  top: 55%;
  left: 78%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 50px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 2px 32px 2px 32px;
  background: #1B4899;
  color: #fff;
}

#sharedModal .modal-dialog {
  max-width: 42vw;
  margin: 200px auto;
}

.qrcode-item-img {
  width: 120px;
  height: 120px;
}

/* 移动端底部样式 */
.bottom-mobile-img {
  display: none;
}


@media (max-width: 1540.98px) {
  .my-button-2 {
    position: absolute;
    top: 55%;
    left: 78%;

  }
}

@media (max-width: 1180.98px) {
  .my-button-2 {
    position: absolute;
    top: 55%;
    left: 82%;
  }
}

@media (max-width: 825.98px) {
  .my-button {
    position: absolute;
    top: 55%;
    left: 75%;
    ;
    width: 120px;
    height: 40px;
    line-height: 10px;
    align-items: center;
  }

  .my-button-2 {
    position: absolute;
    top: 55%;
    left: 82%;
    width: 120px;
    height: 40px;
    line-height: 10px;
    align-items: center;
  }

}

@media (max-width: 575.98px) {
  .bottom-mobile-img {
    display: block;
    height: 50px;
    background-color: #1B4899;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
    padding-top: 6px;
  }

  .divider-mobile {
    position: relative;
  }

  .divider-mobile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #fff;
  }

  .my-button {
    position: absolute;
    top: 24%;
    left: 18%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 25px;
    align-items: center;
    padding: 4px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 2px 16px 2px 16px;
    background: #1B4899;
    color: #fff;
  }

  .my-button-2 {
    position: absolute;
    top: 24%;
    left: 18%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 25px;
    align-items: center;
    padding: 4px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 2px 16px 2px 16px;
    background: #1B4899;
    color: #fff;
  }

  #sharedModal .modal-dialog {
    max-width: 90vw;
    margin: 10px auto;
  }

  .qrcode-item-img {
    width: 80px;
    height: 80px;
  }
}


/* 导航栏样式 */
/* PC端样式 */
@media (min-width: 576px) {
  .navbar-brand {
    margin-right: 0;
    padding-left: 0;
  }

  .navbar-nav.flex-row {
    margin: 0 auto;
  }

  .navbar-nav.flex-row .nav-item {
    margin: 0 20px;
  }

  .navbar-nav.flex-row .nav-link {
    padding: 0;
    color: #666;
    font-size: 20px;
  }

  .navbar-nav.flex-row .nav-link.active {
    color: #1B4899;
  }
}

/* 移动端样式 */
@media (max-width: 575.98px) {

  /* 移动端菜单样式 */
  .mobile-menu {
    padding: 0;
    margin: 0;
  }

  .mobile-menu-item {
    border-bottom: 1px solid #E6E6E6;
  }

  .mobile-menu-item .mobile-menu-link.active {
    color: #1B4899;
  }

  .mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #222222;
    font-size: 12px;
    font-family: "Source Han Sans", sans-serif;
    text-decoration: none;
  }

  .mobile-menu-link i {
    font-size: 12px;
    color: #999;
    transition: transform 0.3s;
  }

  /* 解决方案子菜单样式 */
  .mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-submenu li {
    padding: 10px 20px 10px 30px;
  }

  .mobile-submenu li:last-child {
    border-bottom: none;
  }

  .mobile-submenu a {
    color: #666666;
    font-size: 10px;
    font-family: "Source Han Sans", sans-serif;
    text-decoration: none;
  }

  /* 展开箭头动画 */
  .mobile-menu-link[aria-expanded="true"] i {
    transform: rotate(90deg);
  }

  /* 子菜单展开时父菜单样式不变 */
  .mobile-menu-link[aria-expanded="true"] {
    color: #222222;
  }

  .email-text {
    color: #666666;
    font-family: "Source Han Sans", sans-serif;
    font-size: 10px;
    margin: 0 5px 0 10px;
    display: inline-block;
  }

  .copy-icon {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
  }

  /* 复制成功提示样式 */
  .copy-tooltip {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 9999;
  }

  /* 复制图标样式 */
  .copy-icon {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
    transition: color 0.3s;
  }

  .copy-icon:hover {
    color: #666;
  }
}


/* banner 默认显示PC端图片 */
.mobile-banner {
  display: none !important;
}

/* 在移动端显示移动端图片，隐藏PC端图片 */
@media (max-width: 575.98px) {
  .pc-banner {
    display: none !important;
  }

  .mobile-banner {
    display: block !important;
  }
}

/* 确保图片填充容器 */
.carousel-item-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* position部分的样式*/
.containerPos {
  position: relative;
  margin-top: -70px;
  /* 向上偏移盒子高度的一半 */
}

/* 悬浮盒子样式 */
.floating-box {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  position: relative;
  z-index: 10;
}

/* 盒子内部项目样式 */
.box-item {
  text-align: center;
  /* flex: 1; */
}

.box-item h2 {
  font-family: Source Han Sans;
  font-size: 44px;
  font-weight: bold;
  color: #222222;
}

.box-item p {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 500;
  color: #666666;
}

/* 响应式调整 */
@media (max-width: 575.98px) {
  .containerPos {
    position: relative;
    margin-top: -40px;
    /* 向上偏移盒子高度的一半 */
  }

  .floating-box {
    width: 94vw;
    height: 80px;
    margin: auto;
  }

  .box-item h2 {
    font-size: 20px;
  }

  .box-item p {
    font-size: 12px;
  }
}

/* 技术支持 */
.gradient-title {
  font-size: 48px;
  background: linear-gradient(110deg, #26DBFF 40%, #1B4899 55%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.skillBox {
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  border-radius: 4px;
  padding: 40px;
  /* margin-bottom: 12px;
  margin-right: 12px; */
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.skillBox:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 85%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px 0px rgba(27, 72, 153, 0.2);
}

.skillBox p {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 32px;
  letter-spacing: normal;
  color: #666666;
}

.skillBox-p {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #222222 !important;
}

.skillBox:hover .skillBox-p {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* 响应式调整 */
@media (max-width: 575.98px) {
  .gradient-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .skillBox {
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
    border-radius: 4px;
    padding: 10px;
    margin: 0 5px;
    transition: all 0.3s ease;
  }

  .skillBox p {
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #666666;
  }

  .skillBox-p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    font-size: 16px !important;
  }

}


/* 解決方案 */
.solveplan-box {
  height: 300px;
  padding: 0;
}

.img-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.view-more {
  position: absolute;
  left: 35px;
  bottom: 22%;
  color: #1B4899;
  font-family: "Source Han Sans", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.view-more a {
  text-decoration: none;
  /* 移除下划线 */
  color: inherit;
}

.view-more5 {
  position: absolute;
  left: 38%;
  bottom: 22%;
  color: #fff;
}

.view-more i {
  font-size: 16px;
}

/* 默认隐藏移动端图片 */
.mobile-img {
  display: none;
}

@media (max-width: 575.98px) {
  .solveplan-box {
    height: 150px;
    padding: 5px 0;
  }

  .img-container img {
    object-fit: cover;
  }

  .img-container img:not(.mobile-img) {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .view-more {
    font-size: 12px;
    left: 22px;
    bottom: 2px;
  }

  .view-more5 {
    position: absolute;
    left: 50%;
    bottom: 22%;
    color: #fff;
  }

  .view-more i {
    font-size: 12px;
  }

  .mobile-solveplan-box {
    display: none;
  }
}

.img-container img {
  width: 100%;
  height: 100%;
}

.mobile-img {
  display: none;
}

@media (max-width: 575.98px) {
  .mobile-img {
    display: block;
  }

  .img-container img:not(.mobile-img) {
    display: none;
  }
}

/* 一站式闭环 */
.responsive-img {
  width: 100%;
  height: 100%;
  display: none;
}

.closedloop-box {
  height: 160px;
  padding: 20px 60px;
  background-image: url(/assets/img/closedloop.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.closedloop-box span {
  font-family: Source Han Sans;
  font-size: 16px;
  color: #666666;
}


.step-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-desc {
  color: #666;
}

.divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #ddd;
}

.show-mobile-img {
  display: none;
}

@media (max-width: 575.98px) {
  .show-mobile-img {
    height: 150px;
    display: block
  }

  .closedloop-box {
    display: none;
  }

  .show-mobile-img img {
    width: 100%;
    height: 100%;
  }
}


/* 底部 */
.footer-box {
  background: #F9F9F9;
}

.footer-box-top {
  height: 385px;
  padding-top: 30px;
}

.footer-list li {
  color: #666666;
  font-size: 18px;
}

.footer-list a {
  color: #222222 !important;
  text-decoration: none;
}

.footer-list a:hover {
  color: #666;
}

.modal-title {
  font-size: 30px;
}

.footer-title {
  font-size: 18px;
  color: #666666;
}

@media (max-width: 575.98px) {
  .footer-list li {
    font-size: 14px;
  }

  .modal-title {
    font-size: 18px;
  }

  .footer-title {
    font-size: 16px;
    color: #666666;
  }
}

/* 竖线样式 */
.footer-box-bt .divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  margin: 0 10px;
  vertical-align: middle;
}

.qrcode-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  /* 添加高度100% */
}

.qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-link {
  font-size: 16px;
  color: #1B4899;
  /* margin-left: 3em; */
  /* margin-bottom: 10px; */
  display: block;

}

.process-list {
  list-style: none;
  line-height: 30px;
}

.footer-img {
  height: 60px;
  padding: 0;
}

.footer-box-bt {
  height: 50px;
  background: #1B4899;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .mobile-img {
    height: 48px;
    padding: 0;
    z-index: 99;
    display: block !important;
  }

  .img-container img {
    object-fit: cover;
  }

  .pc-footer {
    display: none !important;
  }
}

/* 轮播里面的弹框样式 */
#sharedModal .modal-dialog {
  width: 70vw;
  height: 500px;
}

/* 默认状态，xl >= 1140px，显示全部 */
/* xl 1140px时隐藏第三列，第二列宽度变大 */
@media (max-width: 1140px) {

  /* 隐藏第三列 */
  .footer-column:nth-child(3) {
    display: none !important;
  }

  /* 第二列和第四列宽度加大 */
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

/* lg 960px时隐藏第一列和第三列，第二列和第四列宽度增大 */
@media (max-width: 960px) {

  /* 隐藏第一列和第三列 */
  .footer-column:nth-child(1),
  .footer-column:nth-child(3) {
    display: none !important;
  }

  /* 第二列和第四列宽度增大 */
  .footer-column:nth-child(2),
  .footer-column:nth-child(4) {
    /* 第四列 */
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* md 720px时隐藏第一、三、四列 */
@media (max-width: 720px) {

  .footer-column:nth-child(1),
  .footer-column:nth-child(3),
  .col-md-3.d-none.d-md-block {
    display: none !important;
  }

  /* 第二列宽度100% */
  .footer-column:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* sm 时隐藏全部 */
@media (max-width: 575.98px) {
  .footer-column {
    display: none !important;
  }
}

/* 宣传片 */
.video-box {
  width: 100%;
  height: 643px;
  background-image: url(/assets/img/video-cover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.video-box-video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:1200px) {
  .video-box {
    height: 540px;
  }
}

@media (max-width:992px) {
  .video-box {
    height: 406px;
  }
}
@media (max-width:767px) {
  .video-box {
    height: 306px;
  }
}
@media (max-width:500px) {
  .video-box {
    height: 272px;
  }
}
@media (max-width:450px) {
  .video-box {
    height: 234px;
  }
}
@media (max-width:375px) {
  .video-box {
    height: 212px;
  }
}

/* <!--------------------------------------solution-culture.html---------------------------------------> */
/* PC端样式 */
.solution-banner {
  height: 500px;
  background-image: url(/assets/img/solution1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pc-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-banner-text {
  width: 40%;
}

.pc-banner-text-project {
  width: 55%;
}

.pc-banner-text h1 {
  font-family: Source Han Sans;
  font-size: 48px;
  font-weight: bold;
  line-height: 67px;
  color: #222222;

}

.pc-banner-text h1 span {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  color: #222222;
}

.pc-banner-list p {
  color: #222222;
  font-family: Source Han Sans;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
}

.pc-banner-list p.active {
  background: linear-gradient(98deg, #26DBFF 10%, #1B4899 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #1B4899;
}

.pc-banner-imgBox {
  height: 350px;
  width: 56%;
  margin-top: 110px;
}

.pc-banner-imgBox-project {
  width: 45%;
}

.pc-banner-imgBox img {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.pc-banner-imgBox-project img {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.pc-banner-imgBox img.active {
  display: block;
}

.pc-banner-imgBox-project img.active {
  display: block;
}

/* 移动端样式 */
.mobile-banner {
  display: none;
}

@media screen and (max-width: 992px) {
  .pc-banner-imgBox {
    display: none;
  }

  .pc-banner-imgBox-project {
    display: none;
  }

  .pc-banner-text {
    width: 100%;
  }

  .pc-banner-text-project {
    width: 100%;
  }

  .pc-banner {
    padding: 0 20px;
  }
}

@media (max-width: 575.98px) {
  .pc-banner {
    display: none;
  }

  .carousel-inner-index {
    height: 300px !important;
  }

  .solution-banner {
    height: 300px;
    background-image: url(/assets/img/solution1.1.png);
  }

  .swiper-container {
    width: 100%;
    height: 200px;
    margin: 16px auto;
  }

  .mobile-banner h1 {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    padding-top: 40px;

  }

  .mobile-banner span {
    font-size: 12px;
    color: #222222;
  }

  .carousel-inner {
    height: 200px;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* tabs */
.culture-pc {
  display: block;
}

.culture-mobile {
  display: none;
}

.solution-tabs {
  min-height: 360px;
}

.nav-item {
  color: #666666;
  font-size: 20px;
}

.nav-item .active {
  color: #1B4899;
}

.culture-title {
  text-align: center;
}

.culture-title h1 {
  background: linear-gradient(110deg, #26DBFF 40%, #1B4899 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.culture-title h6 {
  color: #1B4899;
}

.culture-content {
  height: 120px;
  /* margin-top: 20px; */
  display: flex;
}

.culture-icon1 {
  min-width: 10%;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.culture-icon2 {
  min-width: 10%;
  width: 90px;
  height: 90px;
  margin-top: 88px;

}

.culture-content h3 {
  min-width: 16%;
  margin-right: 16px;
  margin-top: 40px;
}

.culture-content h3 span {
  margin-left: 84px;
}

.description {
  max-width: 60%;
  word-break: break-all;
  white-space: normal;
  margin-top: 40px;
  font-size: 18px;
  color: #666666;
  margin: 30px 30px 0 0px;
}

@media (max-width: 575.98px) {
  .culture-pc {
    display: none;
  }

  .nav-item p {
    font-size: 14px;
  }

  /* 移动端样式 */
  .culture-mobile {
    display: block;
  }

  .solution-tabs {
    width: 100%;
    min-height: 300px;
  }

  .solution-tabs .nav {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-bottom: 0px;
    min-width: max-content;
  }

  .solution-tabs .nav-item {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .solution-tabs .nav-link {
    color: #666;
    font-size: 16px;
    padding: 8px 0;
    position: relative;
    white-space: nowrap;
  }

  .solution-tabs .nav-link.active {
    background: linear-gradient(110deg, #26DBFF 40%, #1B4899 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }

  .solution-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(98deg, #26DBFF 2%, #1B4899 50%);
  }

  /* 内容区域样式 */
  .mobile-culture-content {
    width: 100%;
    min-height: 160px;
    border: 1px dashed #EBEBEB;
  }

  .culture-icon1 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    object-fit: contain;
    /* 保持图片比例 */
  }

  .culture-icon2 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 80%;
    object-fit: contain;
  }

  .mobile-culture-content h3 {
    font-size: 14px;
    color: #222222;
  }

  .description {
    max-width: 98%;
    color: #666;
    font-size: 12px;
    margin: 0;
    word-break: break-all;
    white-space: normal;
  }

  .culture-title h1 {
    font-size: 18px;
  }

  .culture-title h6 {
    font-size: 12px;
  }
}


/* 我们的优势 */
.superiority {
  display: flex;
  height: 360px;
  padding: 40px 0px;
}

.superiority-content h4 {
  font-family: Source Han Sans;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}

.superiority-content p {
  font-family: Source Han Sans;
  font-size: 18px;
  color: #222222;
}

.feature-list {
  display: flex;
}

.feature-list p {
  font-family: Source Han Sans;
  font-size: 16px;
  color: #666666;
  margin-right: 20px;
  width: 80px;
  height: 33px;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  text-align: center;
  line-height: 33px;
}

.superioritybtn p {
  font-size: 20px;
  color: #1B4899;
}

.superioritybtn-p a {
  text-decoration: none;
  /* 移除下划线 */
  color: inherit;

}

.superiority2 {
  height: 560px;
  /* padding: 40px 0px; */
}

/* 我们的优势第二部分 */
.card {
  background: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.card-header {
  padding: 0;
  background: transparent;
}

.btn-link {
  width: 100%;
  text-decoration: none;
}

.btn-link:focus {
  box-shadow: none;
}

.gradient-text-origin {
  font-size: 30px !important;
}

.gradient-text {
  background: linear-gradient(126deg, #26DBFF 2%, #1B4899 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-size: 30px !important;
}

.fa-angle-up {
  display: none;
}

.card.show {
  background: linear-gradient(115deg, #FFFFFF 7%, #EBF3FF 60%);
}

.collapse.show+.card-header .fa-angle-up {
  display: inline-block;
}

.collapse.show+.card-header .fa-angle-down {
  display: none;
}

.card-body h6 {
  font-size: 18px;
  color: #222222;
  padding-bottom: 4px;
  border-bottom: 1px solid #666;
}

.card-body p {
  font-size: 14px;
  color: #666666;
}

.btn-link:hover {
  text-decoration: none !important
}

.superiority-image1 img {
  width: 100%;
}

.superiority-left {
  width: 50%;
}

.superiority-right {
  width: 50%;
}

.superiority-left2 {
  width: 60%;
}

.superiority-right2 {
  width: 40%;
}

.gradient-title1 {
  font-family: Source Han Sans;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  color: #222222;
  padding: 10px 0 40px 0;
}

.gradient-title1-mobile {
  font-family: Source Han Sans;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  color: #222222;
}

.gradient-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .superiority-right {
    display: none;
  }

  .superiority-right2 {
    display: none;
  }

  .superiority-left {
    width: 100% !important;
  }

  .superiority-left2 {
    width: 100% !important;
  }
}



/* 移动端 */
@media (max-width: 575.98px) {
  .gradient-title1 {
    font-family: Source Han Sans;
    font-size: 16px !important;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal;
    color: #222222;
    padding: 0px 0px 10px 0px !important
  }

  .gradient-pc {
    display: none;
  }

  .gradient-mobile {
    display: block;
  }

  /* .gradient-title {
    font-size: 16px;
  } */

  .superiority-content-box {
    height: 150px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
  }

  .superiority-content-top {
    display: flex;
    justify-content: space-between;
  }

  .superiority-content-top h5 {
    font-size: 16px;
  }

  .superiority-content-top p {
    font-size: 16px;
    color: #1B4899;
  }

  .subtitle {
    font-size: 12px;
    line-height: 12px;
  }

  .feature-list p {
    width: 56px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
  }

  .gradient-text {
    font-size: 16px !important;
  }

  .gradient-text-origin {
    font-size: 16px !important;
  }

  .card-body h6 {
    font-size: 14px;
    border-bottom: none;

  }

  .card-body p {
    font-size: 12px;
    line-height: 12px !important;
    color: #666666;
  }

}

/* 我们的目标 */
.skillBox1 {
  min-height: 260px !important;
}

.skillBox1 h6 {
  font-size: 16px;
  color: #222222;
}

.skillBox1 p {
  font-size: 12px;
  color: #666666;
}

@media (max-width: 720px) {
  .skillBox1 {
    min-height: 260px !important;
  }
}

@media (max-width: 575.98px) {
  .skillBox1 {
    min-height: 150px !important;
  }
}

/* 研发中心 */
.closedloop-box1 {
  height: 160px;
  padding: 0px 15%;
  background-image: url(/assets/img/yf1.png) !important;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.yf p {
  color: #1B4899;
  font-size: 24px;
}

.yf span {
  font-size: 60px;
  color: #1B4899;
}

.yf .step-desc {
  font-size: 16px;
}

@media (max-width: 1200px) {
  .closedloop-box1 {
    padding: 0px 10%;
  }
}

@media (max-width: 575.98px) {
  .show-mobile-img1 {
    height: 155px !important;
  }
}


/* <!--------------------------------------solution-culture.html end---------------------------------------> */


/* <!--------------------------------------solution-property.html start ---------------------------------------> */
/* pc */
.property-min-three {
  padding: 0px 60px;
  min-height: 400px;
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}

.card-item {
  position: relative;
  margin-top: 80px;
  width: 300px;
  padding: 40px 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.circle {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(27, 72, 153, 0.16);
  border-radius: 50%;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.circle p {
  font-size: 24px;
  transition: all 0.3s ease;
}

.card-item:hover .circle p {
  background: linear-gradient(110deg, #26DBFF 2%, #1B4899 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card-item:hover {
  background: linear-gradient(134deg, #FFFFFF 8%, #EBF3FF 95%);
}

.card-content {
  margin-top: 100px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.3s ease;
  color: #666666;
  font-size: 18px;
  line-height: 20px;
}

/* 移动 */
.mobile-property-min-three {
  height: 100px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  padding: 16px 10px;
  gap: 16px;
  align-self: stretch;
  z-index: 2;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
}

.property-p p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #222222;
  line-height: 20px;
}

/* 我们的优势*/
.solveplan-box-property {
  height: 260px;
  padding: 0;
}

.img-container-property {
  position: relative;
  width: 100%;
  height: 100%;
}

.view-more-property {
  position: absolute;
  left: 36px;
  bottom: 8%;
  color: #1B4899;
  font-family: "Source Han Sans", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.view-more-property i {
  font-size: 16px;
}

.view-more-property a {
  text-decoration: none;
  /* 移除下划线 */
  color: inherit;
}

/* 默认隐藏移动端图片 */
.mobile-img-property {
  display: none;
}

@media (max-width: 575.98px) {
  .solveplan-box-property {
    height: 150px;
    padding: 5px 0;
  }

  .img-container-property {
    width: 96%;
    height: 100%;
    margin: auto;
  }

  .mobile-img-property img {
    object-fit: cover;
  }

  .img-container-property img:not(.mobile-img-property) {
    display: none;
  }

  .mobile-img-property {
    display: block;
  }

  .view-more-property {
    font-size: 12px;
    left: 15px;
    bottom: 2px;
  }

  .view-more-property i {
    font-size: 12px;
  }

}

.solution-property-ourGoal {
  /* width: 90%; */
  height: 488px;
  /* border: 1px dashed #666; */
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  margin: 0 auto;
  padding: 20px;
}

.property-ourGoal-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}

.goal-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.goal-title {
  width: 8.33%;
  font-size: 24px;
  color: #222222;
}

.goal-title p {
  line-height: 16px;
}

.goal-divider {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin: 0 15px;
}

.goal-content {
  width: 41.67%;
}

.goal-content-p {
  font-size: 18px;
  color: #666666;
}

.goal-content-title {
  position: relative;
  color: #222222;
  font-size: 18px;
  display: inline-block;
}

.goal-content-title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.park-image {
  display: none;
}

.park-image.active {
  display: block;
}

.skillBox-h6 {
  font-size: 24px !important;
}

.skillBox2 p {
  font-size: 18px;
}

.skillBox2:hover h6 {
  letter-spacing: normal !important;
  background: linear-gradient(102deg, #26DBFF 2%, #1B4899 97%) !important;
  ;
  -webkit-background-clip: text !important;
  ;
  -webkit-text-fill-color: transparent !important;
  ;
  background-clip: text !important;
  ;
  text-fill-color: transparent !important;
}

@media (max-width: 575.98px) {
  .skillBox2 {
    min-height: 80px !important;
    padding: 20px !important;
  }

  .skillBox2 p {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .skillBox2 h6 {
    font-size: 14px !important;
  }
}


.skillBox-campus {
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 12px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.skillBox-campus:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 85%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px 0px rgba(27, 72, 153, 0.2);
}

.skillBox-campus p {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #666666;
}

.skillBox-campus-p {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #222222 !important;
}

.skillBox-campus:hover .skillBox-campus-p {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* 响应式调整 */
@media (max-width: 575.98px) {
  .skillBox-campus {
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
    border-radius: 4px;
    padding: 10px;
    margin: 0 5px 5px 5px;
    transition: all 0.3s ease;
  }

  .skillBox-campus p {
    font-family: Source Han Sans;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    letter-spacing: normal;
    color: #666666;
  }

  .skillBox-campus-p {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 14px !important;
  }

}

.skillBox-box {
  display: flex;
  justify-content: space-between;
}

.skillBox-box img {
  width: 120px;
  height: 120px;
}

@media (max-width: 575.98px) {
  .skillBox-box img {
    width: 74px;
    height: 74px;
    padding-bottom: 10px;
  }

  .skillBox-box p {
    font-size: 12px;
  }
}

.ThreeCoresBox {
  width: 100%;
  min-height: 416px;
  /* border: 1px dashed #666; */
  padding: 40px 0;

}

.ThreeCoresBox1 {
  height: 160px;
  /* border: 1px dashed #666; */
  margin-bottom: 16px;
  display: flex;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.ThreeCoresBox2 {
  height: 160px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  /* border: 1px dashed #666; */

}

.ThreeCoresBox3 {
  height: 336px;
  border-radius: 4px;
  background: #FFFFFF;
  /* box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16); */
  /* border: 1px dashed #666; */
}

.ThreeCoresBox3 img {
  width: 100%;
  height: 100%;
}

.ThreeCoresBox-left {
  width: 40%;
}

.ThreeCoresBox-left h5 {
  text-align: center;
  margin-top: 20%;
  font-size: 30px;
  line-height: 43px;
}

.ThreeCoresBox-right {
  width: 60%;
  padding: 20px 0;
}

.ThreeCoresBox-right p {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  .mobile-ThreeCoresBox1 {
    width: 45%;
    min-height: 124px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
    padding: 10px;
  }

  .mobile-ThreeCoresBox1 h5 {
    font-size: 14px;
    color: #222222;
  }

  .mobile-ThreeCoresBox1 p {
    font-size: 12px;
    color: #666666;
  }
}

/* <!--------------------------------------solution-property.html end---------------------------------------> */


/* <!--------------------------------------aboutUs.html start---------------------------------------> */
.aboutUs-patent-p1 {
  font-size: 72px !important;
  color: #222222 !important;
}

.aboutUs-patent-p2 {
  font-size: 30px !important;
  color: #222222 !important;
  margin: 20px 0 0 10px;
}

.aboutUs-patent-p3 {
  font-size: 16px !important;
  color: #666666 !important;
  margin-top: 2px;
}

.skillBox:hover .aboutUs-patent-p1 {
  color: #1B4899 !important;
}

.skillBox:hover .aboutUs-patent-p2 {
  color: #1B4899 !important;
}

.aboutUs-custom-margin {
  margin-top: 80px !important;
}

@media (max-width: 767.98px) {
  .aboutUs-patent-p1 {
    font-size: 50px !important;
  }

  .aboutUs-patent-p2 {
    font-size: 20px !important;
  }

  .aboutUs-patent-p3 {
    font-size: 10px !important;
  }

}

@media (max-width: 575.98px) {
  .aboutUs-patent-p1 {
    font-size: 18px !important;
    font-weight: 550;
  }

  .aboutUs-patent-p2 {
    font-size: 12px !important;
    margin: 2px 0 0 5px;
  }

  .aboutUs-patent-p3 {
    font-size: 10px !important;
    margin-top: 0px;
  }

  .aboutUs-custom-margin {
    margin-top: 50px !important;
  }
}

.aboutUs-company {
  min-height: 210px;
  border-radius: 4px;
  padding: 40px;
  background: #F7F9FA;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.aboutUs-company h4 {
  margin-top: 20%;
  font-size: 24px;
  color: #222222;
}

.aboutUs-company p {
  font-size: 18px;
  color: #666;
}

.aboutUs-company1 {
  width: 30%;
}

.aboutUs-company2 {
  width: 35%;
  background-color: #FFFFFF;
}

.aboutUs-company3 {
  width: 35%;
  background-image: url(/assets/img/aboutUs-company3.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutUs-company3 h4 {
  color: #fff;
}

.aboutUs-company3 p {
  color: #fff;
}

.gradient-title-p {
  font-size: 18px;
  text-align: center;
  color: #666;
}

.companyItem:hover {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

@media (max-width: 575.98px) {
  .aboutUs-company-mobile1 {
    width: 30%;
    height: 250px;
    border-radius: 4px;
    background: #F7F9FA;
    padding: 150px 5px 5px 5px;
    box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
  }

  .aboutUs-company-mobile1 h4 {
    font-size: 16px;
    color: #222222;
  }

  .aboutUs-company-mobile1 p {
    font-size: 12px;
    color: #666;
  }

  .aboutUs-company-mobile2 {
    width: 70%;
    height: 250px;
  }

  .aboutUs-company-mobile3 {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
    margin-bottom: 10px;
    padding: 60px 5px 5px 5px;
  }

  .aboutUs-company-mobile3 h4 {
    font-size: 16px;
    color: #222222;
  }

  .aboutUs-company-mobile3 p {
    font-size: 12px;
    color: #666;
  }

  .aboutUs-company-mobile4 {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background: #1B4899;
    padding: 60px 5px 5px 5px;
    box-shadow: 0px 0px 8px 0px rgba(27, 72, 153, 0.16);
  }

  .aboutUs-company-mobile4 h4 {
    font-size: 16px;
    color: #fff;
  }

  .aboutUs-company-mobile4 p {
    font-size: 12px;
    color: #fff;
  }

  .gradient-title-p {
    font-size: 10px;
    text-align: center;
    color: #666;
  }
}

/* <!--------------------------------------aboutUs.html end---------------------------------------> */



/* <!--------------------------------------ERP-system.html start---------------------------------------> */
.describe-p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}

@media (max-width: 575.98px) {
  .describe-p {
    font-size: 12px;
    text-align: start;
    color: #666666;
  }
}


/* <!--------------------------------------project-methodology.html start---------------------------------------> */

.priject-box {
  min-height: 187px;
  padding: 40px;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  border-radius: 4px;
}

.priject-box h3 {
  font-size: 30px;
  position: relative;
  display: inline-block;
}

.priject-box h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.priject-box p {
  font-size: 18px;
}

.priject-box:hover h3 {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.priject-box:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 85%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px 0px rgba(27, 72, 153, 0.2);
}

.position-box {
  position: relative;
}

.position-box {
  position: relative;
}

.position-title {
  position: absolute;
  top: 12%;
  left: 5%;
  color: #fff;
  font-size: 18px;
}

.position-title-mobile {
  position: absolute;
  top: 12%;
  left: 5%;
  color: #fff;
  font-size: 14px;
}

.pc-banner-list-item {
  height: 120px;
  padding: 40px;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.pc-banner-list-item:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 85%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px 0px rgba(27, 72, 153, 0.2);
}

.pc-banner-list-item:hover h3 {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.carousel-inner-project {
  height: 250px;
}

.carousel-item1 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* @media (max-width: 575.98px){
 
} */
.carousel-inner-project h5 {
  font-size: 16px;
  color: #222;
  margin-top: 10px;

}

.carousel-inner-project p {
  font-size: 12px;
  color: #666666;
  margin-top: -5px;
}


.custom-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.indicator {
  width: 30px;
  height: 3px;
  background-color: #ccc;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: #000;
}

/* <!--------------------------------------xiaoHe-aide.html start---------------------------------------> */

.xh-skillBox {
  min-height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  border-radius: 4px;
  padding: 24px 40px;
  margin-bottom: 12px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.xh-skillBox:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 85%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 20px 0px rgba(27, 72, 153, 0.2);
}

.xh-skillBox p {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #666666;
}

.xh-skillBox-p {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #222222 !important;
}

.xh-skillBox:hover .xh-skillBox-p {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* 响应式调整 */
@media (max-width: 575.98px) {
  .xh-skillBox {
    width: 96%;
    min-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s ease;
    margin: auto;
    margin-bottom: 10px;
    padding: 20px 10px 10px 20px;
  }

  .xh-skillBox p {
    font-family: Source Han Sans;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: normal;
    color: #666666;
  }

  .xh-skillBox-p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222222 !important;
  }

}

.superiority-xh {
  min-height: 400px;
}

.superiority-left-xh {
  width: 35%;
}

.superiority-right-xh {
  width: 65%;
  max-height: 420px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .superiority-left-xh {
    width: 100%;
  }

  .superiority-right-xh {
    display: none;
  }
}


.dataAccess {
  width: 100%;
  min-height: 480px;
  padding: 40px 0px;
  background: #EFF5FA;
}

.xh-col-box {
  height: 240px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
  box-sizing: border-box;
}

.xh-col-box:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 95%);
}

.xh-col-box:hover h4 {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.xh-systems {
  height: 120px;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgba(27, 72, 153, 0.16);
}

.xh-systems p {
  font-size: 24px;
  color: #222222;
}

.xh-systems:hover {
  background: linear-gradient(109deg, #FFFFFF 6%, #EBF3FF 95%);
}

.xh-systems:hover p {
  background: linear-gradient(106deg, #26DBFF 2%, #1B4899 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.look-picture {
  position: absolute;
  left: 3%;
  bottom: 10%;
  color: #fff;
  font-size: 12px;
}

.look-picture-pc {
  position: absolute;
  left: 3%;
  bottom: 6%;
  color: #fff;
  font-size: 20px;
}

.xy-look-picture {
  position: absolute;
  left: 3%;
  bottom: 25%;
  color: #fff;
  font-size: 12px;

}

.xy-look-picture-pc {
  position: absolute;
  left: 3%;
  bottom: 10%;
  color: #fff;
  font-size: 20px;
}


/*================================================
Preloader CSS
=================================================*/

:root {
  --primary-color: #1B4899;
  --secondary-color: #18181b;
}

.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 999999999;
  background-color: transparent;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

.preloader::before,
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: var(--primary-color) !important;
  background: linear-gradient(to bottom, var(--primary-color) 0, var(--primary-color) 100%) !important;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*================================================
Preloader end
=================================================*/



/*================================================
 Scroll To Top CSS
=================================================*/

.scrollToTop {
  position: fixed;
  bottom: 0px;
  left: 7%;
  width: 50px;
  height: 50px;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.2s ease-in;
  transform: translateY(100%);
}

@media (max-width: 1669.98px) {
  .scrollToTop {
    left: 8%;
  }
}

@media (max-width: 1472.98px) {
  .scrollToTop {
    left: 10%;
  }
}

@media (max-width: 1199.98px) {
  .scrollToTop {
    left: 12%;
  }
}

@media (max-width: 991.98px) {
  .scrollToTop {
    left: 14%;
  }
}

@media (max-width: 767.98px) {
  .scrollToTop {
    left: 18%;
  }
}

@media (max-width: 575.98px) {
  .scrollToTop {
    display: none;
  }
}

.scrollToTop.active {
  bottom: 64px;
  transform: translateY(0%);
}

/*================================================
Scroll To Top CSS end
=================================================*/


.threeTitle-box {
  background-color: #fff;
  padding: 40px;
}

/* 三级标题样式 */
.threeTitle {
  color: #222222;
  font-size: 30px;
  font-family: Source Han Sans;
  margin-bottom: 20px;
  font-weight: 550;
}

.threeTitle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #1B4899;
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  .threeTitle-box {
    background-color: #fff;
    padding: 20px;
  }

  .threeTitle {
    color: #222222;
    font-size: 16px;
    font-family: Source Han Sans;
    margin-bottom: 10px;
    font-weight: 550;
  }

  .threeTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #1B4899;
    margin-right: 4px;
  }
}

.fas.fa-angle-up {
  color: #1B4899;
}

.fa-angle-down {
  color: #666666;
}

#accordionApplication .card-header p span {
  display: none;
}

.card-header-bottom {
  border-bottom: 1px solid #ebebeb;
}

/* 核心价值 */
.coreValue {
  font-family: Source Han Sans;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.coreValue span {
  font-size: 46px;
  font-weight: bold;
  font-family: Source Han Sans;
}

@media (max-width: 575.98px) {
  .coreValue {
    font-size: 14px;
  }
}

/*  pc侧边标题文字--定位*/
/* 固定在左下角 */
.sideTitlePosBox {
  position: fixed;
  left: 20px;
  bottom: 60px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 180px;
  padding: 12px 10px 12px 6px;
}

.side-title-item {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  padding: 4px 8px;
  border-radius: 4px;
}

.side-title-item.active {
  color: #1B4899;
  font-weight: bold;
  background: #f0f6ff;
}

.side-title-item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url('/assets/img/bf-icon.svg') no-repeat center center;
  background-size: contain;
}

.side-title-item:not(.active) .icon {
  display: none;
}

@media (max-width: 575.98px) {
  .sideTitlePosBox {
    display: none;
  }
}

/*  侧边标题文字--定位 end*/

/*  mobile侧边标题文字--弹框*/
.mobileNavTit {
  display: none;
}

@media (max-width: 575.98px) {
  .mobileNavTit {
    display: block;
    position: fixed;
    bottom: 5%;
    right: 20px;

  }

  .mobileNavTit img {
    background-size: cover;
    cursor: pointer;
    z-index: 9998;
    display: block;
    width: 55px;
    height: 55px;
  }
}

/* 遮罩层和弹框样式 */
#mobileNavMask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
}

.mobile-nav-mask-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1;
}

.mobile-nav-drawer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70vw;
  background: #fff;
  z-index: 2;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  animation: slideInRight .3s;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.mobile-nav-title {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 16px 10px 16px;
  border-bottom: 1px solid #E6E6E6;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-list li {
  padding: 14px 16px;
  font-size: 14px;
}

.mobile-nav-extra {
  margin: 24px 16px 0 16px;
  color: #888;
  font-size: 14px;
}

.mobile-nav-list li.active {
  color: #1B4899;
  font-weight: bold;
  background: #EFF5FA;
}

@media (min-width: 576px) {
  #mobileNavMask {
    display: none !important;
  }
}

.muchImg img {
  width: 110px;
}

@media (max-width: 575.98px) {
  .muchImg img {
    width: 80px;
  }
}