
body {
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif !important;
}
.xm-hide {
  display: none;
}
.xm-top-nav li {
  padding-right: 10px;
  margin-right: 30px;
  background: url("../images/dropdown_1.png") no-repeat right;
  background-size: 10px 10px;
}
.xm-top-nav li:first-child,
.xm-top-nav li:last-child {
  background: none;
}
.xm-top-nav li a {
  color: #1a1a1a;
  text-decoration: none;
}
.xm-top-nav li.active a,
.xm-top-nav li a:hover,
.xm-top-sub-nav li a:hover {
  color: #03c560;
}
.xm-top-nav li.active {
  background: url("../images/dropdown_2.png") no-repeat right;
  background-size: 10px 10px;
}
.xm-top-nav li:first-child.active,
.xm-top-nav li:last-child.active {
  background: none;
}
.xm-top-nav li.hovered a {
  color: #03c560;
}
#topNav {
  position: relative;
}
/* 吸顶菜单样式 */
#topNav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  left: 0;
  padding: 6px 0;
}

#topNav.sticky .py-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#topNav.sticky + .container {
  margin-top: 100px;
}
#productMenu,
#resourceMenu,
#aboutMenu {
  background-color: white;
  border-radius: 4px;
  position: absolute;
  opacity: 0.95;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
  top: 100%;
  display: none;
}
#productMenu .row {
  padding: 5px;
  color: #5e5e66;
  font-size: 14px;
}
#productMenu .sub-menu-splide {
  /* border-bottom: 1px solid #e3e3e6; */
  /* margin-bottom: 20px; */
}
#productMenu a,
#resourceMenu a,
#aboutMenu a {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  padding: 6px 10px;
  height: 120px;
}
#productMenu a:hover,
#resourceMenu a:hover,
#aboutMenu a:hover {
  background-color: #f5f6f9;
  border-radius: 10px;
}
#productMenu .icon {
  float: left;
  width: 40px;
  height: 120px;
  margin-right: 6px;
}
#productMenu .icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;

  /* width: 100%; */
  /* padding-right: 10px; */
}
#productMenu h3 {
  font-size: 14px;
  padding: 8px;
  margin-bottom: 0px;
}
#productMenu h4,
#resourceMenu h4,
#aboutMenu h4 {
  font-size: 14px;
}
#productMenu a .desc {
  font-size: 14px;
  color: #5e5e66;
}
#resourceMenu .icon {
  text-align: center;
  width: 50px;
  margin: 10px auto 0;
}
#resourceMenu .icon img {
  width: 40px;
}
#resourceMenu h4 {
  text-align: center;
  margin-top: 10px;
}

#aboutMenu a .desc {
  font-size: 14px;
  color: #5e5e66;
}
#aboutMenu .icon {
  text-align: center;
  width: 50px;
  margin: 10px auto 0;
}
#aboutMenu .icon img {
  width: 40px;
}
#aboutMenu h4 {
  text-align: center;
  margin-top: 10px;
}
.xm-top-sub-nav li {
  margin-right: 20px;
}
.xm-top-sub-nav li a {
  color: #1a1a1a;
  text-decoration: none;
  height: 45px;
  line-height: 30px;
  display: block;
}
.xm-top-sub-nav li.active a {
  color: #03c560;
  border-bottom: 2px solid #03c560;
}

.btn-xm-primary {
  background-color: #03c560;
  color: white;
  width: 120px;
}
.btn-xm-primary {
  /* --bs-btn-font-weight: 600; */
  border-radius: 4px;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #03c560;
  --bs-btn-border-color: #03c560;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #03c547;
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: #03c560;
  --bs-btn-active-color: #03c560;
  --bs-btn-active-bg: #03c560;
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.btn-xm-yellow {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #ff801a;
  --bs-btn-border-color: #ff801a;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #ff801a;
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: #ff801a;
  --bs-btn-active-color: #ff801a;
  --bs-btn-active-bg: #ff801a;
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.btn-xm-gold {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #52504c;
  --bs-btn-bg: #edcba3;
  --bs-btn-border-color: #edcba3;
  --bs-btn-hover-color: #52504c;
  --bs-btn-hover-bg: #edcba3;
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: #edcba3;
  --bs-btn-active-color: #edcba3;
  --bs-btn-active-bg: #edcba3;
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.btn-xm-outline-primary {
  --bs-btn-color: #03c560;
  --bs-btn-border-color: #03c560;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #03c560;
  --bs-btn-hover-border-color: #03c560;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #03c560;
  --bs-btn-active-border-color: #03c560;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03c560;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03c560;
  --bs-gradient: none;
}
.btn-xm-outline-white {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #03c560;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #03c560;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}
.btn-xm-outline-yellow {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #ff801a;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #ff801a;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}
.btn-xm-outline-blue {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #1990ff;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #1990ff;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}
.xm-top-btn {
  width: 100px;
  min-height: 34px;
  /* margin-left:6px; */
  font-weight: normal;
  border-radius: 4px;
}
.xm-btn-tel {
  background-image: url("../images/tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px; /* 根据实际图片尺寸调整 */
  padding-left: 25px; /* 为图片留出空间 */
}
.top-banner {
  position: relative;
  height: 400px;
}
.top-banner-left {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.top-banner-left h2 {
  font-size: 42px;
}
.top-banner-left h5 {
  color: #5e5e66;
  font-weight: normal;
  /* margin-top: 5px; */
  margin-bottom: 20px;
}
.top-banner-right {
  position: absolute;
  right: 0;
  top: 0;
}
.xm-main-item {
  margin-top: 80px;
  text-align: center;
}
.xm-main-item-02 {
  padding: 40px;
  margin: 0;
}
h2.xm-youshi-title {
  padding: 20px 0px;
}
.xm-youshi-item {
  width: 280px;
  height: 230px;
  background-color: #f2fcf7;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
}
.xm-youshi-item .img {
  padding: 10px;
}
.xm-youshi-item .img img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}
.product-standard-02-item {
  width: 280px;
  height: 230px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.product-standard-02-item .img {
}
.product-standard-02-item .img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.product-standard-02-item h5 {
  color: #03c560;
  margin: 15px auto;
  font-size: 20px;
}
.xm-main-item .xm-item-title .desc {
  margin-top: 10px;
  color: #5e5e66;
}
.item-service-02 {
  display: flex;
  align-items: center;
  margin-top: 80px;
  /* height: 300px; */
  text-align: left;
}
.item-service-item02-01 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.item-service-item02 {
  width: 30%;
  float: left;
  background-color: #fbf7fa;
  position: relative;
  height: 500px;
  cursor: pointer;
  transition: width 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
.item-service-item02:hover {
  color: #03c560;
}
.item-service-item02-active {
  width: 50%;
  padding: 20px;
  background-color: #03c560;
  color: white;
  transition: width 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
.item-service-item02-active:hover {
  color: white;
}
.item-service-item02-03 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.item-service-02 .title .sub-num {
  font-size: 58px;
}
.item-service-02 .title .sub-title {
  font-size: 24px;
  font-weight: bold;
}
.item-service-02 .sub-img {
  font-size: 42px;
  position: absolute;
  right: 30px;
  top: -30px;
}
.item-service-02 .sub-img img {
  width: 220px;
  object-fit: contain;
  /* 移除或注释掉之前的 transition，因为我们要用 animation */
  /* transition: width 0.5s ease 1s; */
  /* 添加动画属性 */
  animation: bounce 2s infinite; /* 名称 持续时间 无限循环 */
}

/* 定义跳动动画的关键帧 */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0); /* 起始和结束位置 */
  }
  50% {
    transform: translateY(-20px); /* 中间位置向上跳 */
  }
}
.item-service-02 .sub-img-01 {
  position: absolute;
  right: 30px;
  top: 5px;
}
.item-service-02 .sub-img-01 img {
  width: 150px;
}
.item-service-02 .double-marks {
  font-size: 42px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.item-service-02 .double-marks img {
  width: 70px;
}
.item-service-02 .title {
  margin-top: 200px;
  margin-left: 30px;
}
.item-service-item02-active .title {
  margin-top: 30px;
}
.item-service-item02 .body {
  display: none;
}
.item-service-item02-active .body {
  margin-top: 40px;
  margin-left: 30px;
  display: block;
}
.item-service-item02-active .body p {
  margin-top: 20px;
}

.item-service-03 {
  margin-top: 50px;
  height: 500px;
  position: relative;
}
.item-service-03-left {
  width: 53%;
  height: 500px;
  background-color: #f5f6f9;
  clip-path: polygon(
    0% 0%,
    /* 左上角 */ 100% 0%,
    /* 右上角 */ 85% 100%,
    /* 右下角向内偏移，形成斜边 */ 0% 100% /* 左下角 */
  );
  border-radius: 10px 10px 10px 10px; /* 四角圆角 */
  position: absolute;
  top: 0;
  left: 0;
}
.item-service-03-right {
  width: 52%;
  height: 500px;
  background-color: #00c25f;
  clip-path: polygon(
    15% 0%,
    /* 左上角右移，形成斜边 */ 100% 0%,
    /* 右上角 */ 100% 100%,
    /* 右下角 */ 0% 100% /* 左下角 */
  );
  border-radius: 10px;
  float: right;
  color: white;
  text-align: right;
}
.item-service-03 h3 {
  text-align: left;
  margin-top: 55px;
  font-size: 24px;
  margin-left: 60px;
}
.item-service-03 .service-img-3 {
  width: 180px;
}
.item-service-03-con {
  padding: 30px;
  width: 550px;
  margin-left: 30px;
  text-align: left;
}
.item-service-03-con .row {
  display: table;
  width: 100%;
}

.item-service-03-con .col {
  display: table-cell;
  vertical-align: middle;
}
.item-service-03-con-r {
  padding: 30px;
  width: 550px;
  margin-left: 130px;
  text-align: right;
}
.item-service-03-con-r .row {
  display: table;
  width: 100%;
}

.item-service-03-con-r .col {
  display: table-cell;
  vertical-align: middle;
}
.item-service-03-right h3 {
  text-align: right;
  margin-right: 70px;
}
.item-service-04 {
  margin-top: 50px;
}
.item-service-04 .item-service-04-item {
  float: left;
  width: 20%;
}
.item-service-04 .item-service-04-body {
  background-color: white;
  border-radius: 10px;
  text-align: left;
  margin: 10px;
  padding: 20px;
}
.item-service-04 .item-service-04-body img {
  width: 40px;
}
.item-service-04 .item-service-04-body h5 {
  margin-top: 10px;
  font-size: 16px;
}
.item-service-04 .item-service-04-body .desc {
  font-size: 12px;
  color: #8d8e99;
}
.item-service-05 {
  margin-top: 40px;
}
.item-service-tabs {
  border: 1px solid #f5f6f9;
  height: 50px;
}
.item-service-tabs .item-service-tabs-item {
  width: 16.66%;
  float: left;
  border-right: 1px solid #f5f6f9;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  position: relative;
}
.item-service-tabs .item-service-tabs-item .label-arrow {
  display: none;
}
.item-service-tabs .item-service-tabs-item:hover {
  background: #03c560;
  color: white;
  cursor: pointer; /* 鼠标悬停时显示手型光标 */
}
.item-service-tabs .item-service-tabs-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.item-service-tabs .item-service-tabs-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0;
}
.item-service-tabs .item-service-tabs-item-active {
  background: #03c560;
  color: white;
}
/* 箭头部分 */
.item-service-tabs .item-service-tabs-item-active .label-arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px; /* 控制箭头和主框的间距 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00c25f;
}
.item-service-tabs-content {
  padding: 40px;
  height: 500px;
}
.item-service-tabs-content .item-service-05-left {
  float: left;
  width: 70%;
  text-align: center;
}
.item-service-tabs-content .item-service-05-right {
  float: left;
  width: 30%;
  text-align: left;
}
.item-service-tabs-content .item-service-05-left img {
  max-width: 700px;
  height: 418px;
  /* max-height: 445px; */
  margin: 0 auto;
  object-fit: contain;
}
.item-service-tabs-content .item-service-05-left1 img{
   max-width: 700px;
  height: 418px;
  /* max-height: 445px; */
  margin: 0 auto;
}
.item-service-tabs-content .item-service-05-right-con {
  width: 320px;
  margin-top: 100px;
}
.item-service-tabs-content .item-service-05-right-con h2 {
  font-size: 24px;
}
.item-service-tabs-content .item-service-05-right-con .sub-title {
  font-size: 18px;
  margin-top: 10px;
}
.item-service-tabs-content .item-service-05-right-con .desc {
  font-size: 14px;
  margin-top: 30px;
  line-height: 26px;
}
.item-service-tabs-content .item-service-05-right-con .btn-box {
  margin-top: 20px;
}
.item-service-06 {
  margin-top: 40px;
}
.item-service-07 {
  margin-top: 40px;
}
.item-service-08 {
  margin-top: 40px;
}
.item-service-07 .item-service-tabs .item-service-tabs-item {
  width: 25%;
}
.item-service-08-box {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  position: relative;
}
.item-service-08-box .img {
  border-top-left-radius: 10px; /* 设置左上角圆角 */
  border-top-right-radius: 10px; /* 设置右上角圆角 */
  overflow: hidden;
}
.item-service-08-box .partner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 25px;
  background-color: #00c560;
  color: white;
  font-size: 12px;
  line-height: 25px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.item-service-08-box .img img {
  width: 100%;
  height: 200px;
  border: 1px solid #dbe0dd;
}
.item-service-08-con {
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.item-service-08-con h3 {
  font-size: 16px;
  font-weight: 600;
}
.item-service-08-con .desc {
  font-size: 14px;
  color: #8d8e99;
  overflow: hidden;
}
.product-standard-08-box {
  height: 300px;
  margin-bottom: 30px;
}
.product-standard-08-box .img img {
  width: 100%;
  height: 300px;
  border: 1px solid #dbe0dd;
}
.carousel-indicators {
  border-radius: 2px;
}
.carousel-indicators .active {
  background-color: #03c560;
}
.carousel-indicators-blue .active {
  background-color: #1692fc;
}
.carousel-indicators-yellow .active {
  background-color: #ff801a;
}
.carousel-indicators-gold .active {
  background-color: #eccaa3;
}
.carousel-indicators {
  bottom: -60px;
}
.product-standard-08 .carousel-indicators {
  bottom: -30px;
}
.product-cloud-module .carousel-indicators {
  bottom: -30px;
}
.product-standard-08-box .item-service-08-con {
  text-align: center;
}
.product-standard-08-box .item-service-08-con h3 {
  color: #0dc561;
  font-size: 24px;
  /* margin-top: 30px; */
}
.product-standard-08-box .item-service-08-con .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}
.item-service-09 {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
  padding-top: 20px;
  background: #fff;
}
.marquee-section {
  max-width: 1200px;
  margin: 0 auto;
}

.marquee-container {
  position: relative;
  width: 100%;
  height: 80px; /* 调整为你需要的高度 */
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.marquee-container:nth-of-type(1) .marquee-content,
.marquee-container:nth-of-type(3) .marquee-content {
  display: flex;
  align-items: center;
  /* 关键动画：向左无限滚动 */
  animation: scroll-left 20s linear infinite;
  width: max-content; /* 宽度由内容决定 */
}
.marquee-container:nth-of-type(2) .marquee-content {
  display: flex;
  align-items: center;
  /* 关键动画：向左无限滚动 */
  animation: scroll-left1 20s linear infinite;
  width: max-content; /* 宽度由内容决定 */
}
/* 悬停暂停动画 */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/* 定义无缝滚动动画 */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 移动距离为自身宽度的一半（因为我们复制了一份内容） */
    transform: translateX(-50%);
  }
}
@keyframes scroll-left1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    /* 移动距离为自身宽度的一半（因为我们复制了一份内容） */
    transform: translateX(0%);
  }
}

.marquee-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* 防止在容器缩小时被压缩 */
  margin: 0 15px; /* 控制图片左右间距 */
  list-style: none;
}

.marquee-content li a {
  display: block;
  background-color: #fff;
  border: 1px solid #e1e4e6;
  border-radius: 6px;
  padding: 8px;
  height: 60px; /* 调整为你需要的图片容器高度 */
  width: 130px; /* 调整为你需要的图片容器宽度 */
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.marquee-content li a:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.marquee-content li img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 保持图片比例并完整显示 */
  display: block;
}

.xm-bottom {
  height: 300px;
  margin-top: 0px;
}
.xm-bottom-top {
  text-align: center;
  background-color: #0dc561;
  color: white;
  padding: 50px;
}
.xm-bottom-top-desc {
  font-size: 20px;
}
.xm-bottom-top-btn {
  margin-top: 30px;
}
.xm-bottom-top-btn .btn {
  width: 250px;
}
.xm-bottom-body {
  background-color: black;
  color: white;
  height: 350px;
  padding: 40px 5px;
}
.xm-bottom-body-left {
  width: 75%;
  float: left;
}
.xm-bottom-body-right {
  width: 25%;
  float: right;
}
.xm-bottom-body-right h5 {
  font-weight: normal;
  font-size: 16px;
}
.xm-bottom-body-right img {
  width: 200px;
}
.xm-bottom-tt {
  padding-bottom: 20px;
  display: flex;
  
}
.xm-bottom-tel {
  width: 220px;
}
.xm-bottom-tel div {
  margin-top: 10px;
}
.xm-bottom-tel .btn {
  width: 200px;
}
.xm-bottom-tel .desc {
  font-size: 12px;
}
.xm-bottom-address {
  /* margin-right: 30px;
  width: 600px; */
  margin-left:24px;
}
.xm-bottom-address ul {
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
  list-style: none;
}
.xm-bottom-address ul li {
  width: 50%;
  float: left;
  line-height: 30px;
}
.xm-bottom-links,
.xm-bottom-copyright {
  clear: both;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #252525;
  width: 95%;
  font-size: 12px;
}

.xm-bottom-body-link a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.xm-bottom-body-link a:hover {
  color: #0dc561;
  text-decoration: underline;
}
.xm-bottom-links-title {
  margin-right: 30px;
}
.xm-bottom-links span {
  display: inline-block;
  width: 25px;
  text-align: center;
}
.product-standard-01 {
  text-align: left;
  padding: 25px 0;
}
.product-standard-01 h4 {
  font-size: 24px;
  font-weight: normal;
}
.product-standard-01 h2 {
  font-size: 34px;
  margin-top: 15px;
}
.product-standard-01 h5 {
  font-size: 20px;
  line-height: 35px;
  padding: 5px 0;
}
.product-standard-01 .btn {
  width: 150px;
  border-radius: 4px;
}
.xm-main-item-02-body .btn {
  width: 150px;
  border-radius: 4px;
}
.product-standard-02 {
  margin: 0px auto;
  padding-bottom: 30px;
}
.product-standard-03-box {
  margin-top: 30px;
  text-align: left;
}
.product-standard-box-left {
  width: 25%;
  height: 650px;
}
.product-standard-box-right {
  width: 73%;
  height: 650px;
}
.product-standard-box-left ul {
  list-style: none;
  padding-top: 30px;
  padding-left: 0;
}
.product-standard-box-left ul li {
  height: 80px;
  line-height: 80px;
  position: relative;
}
.product-standard-box-left ul li a {
  color: black;
  text-decoration: none;
  padding-left: 30px;
  display: block;
}
.product-standard-box-left ul li a:hover {
  color: #0dc561;
}
.product-standard-box-left ul li.active a {
  color: #0dc561;
  font-weight: bold;
  background: linear-gradient(to right, #ffffff, #e9f9f1);
}
.product-standard-box-left ul li.active .left-bar {
  width: 4px;
  height: 60%;
  background-color: #00c25f;
  margin-right: 20px;
  border-radius: 2px;
  float: left;
  margin-top: 20px;
}
.product-standard-box-left ul li .right-bg {
  display: none;
}
.product-standard-box-left ul li.active .right-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
}
.product-standard-box-left ul li.active .right-bg img {
  width: 60px;
  height: 60px;
}
.product-standard-box-left ul li span.ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.product-standard-box-left ul li span.ico img {
  width: 100%;
  height: 100%;
}
.product-standard-con {
}
.product-standard-con .product-standard-con-title {
  position: relative;
  background-color: #ebf9ef;
  padding: 30px;
  height: 144px;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.product-standard-con .product-standard-con-title .product-standard-con-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.product-standard-con .product-standard-con-title .product-standard-con-desc {
  width: 80%;
}
.product-standard-con-body {
  text-align: center;
  padding: 20px;
  height: 506px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-standard-con-body img {
  height: 412px;
}

.product-cloud-box-left {
  width: 22%;
  height: 690px;
  background-color: white;
}
.product-cloud-box-right {
  width: 76%;
  height: 690px;
  overflow: hidden;
  border-radius: 10px;
}
.product-cloud-box-left ul {
  list-style: none;
  padding-top: 0px;
  padding-left: 0;
  margin-top: 0px;
}
.product-cloud-box-left ul li {
  height: 68px;
  line-height: 68px;
}
.product-cloud-box-left ul li a {
  color: black;
  text-decoration: none;
  padding-left: 30px;
  display: block;
  font-size: 20px;
}
.product-cloud-box-left ul li a span.num {
  display: inline-block;
  margin-right: 20px;
}
.product-cloud-box-left ul li a:hover {
  color: #1990ff;
}
.product-cloud-box-left ul li.active a {
  color: white;
  font-weight: bold;
  background-color: #1990ff;
  border-radius: 10px;
  background-image: url("../images/product-cloud-icon-right.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 25px;
}
.product-cloud-box-left ul li.active .left-bar {
  width: 4px;
  height: 60%;
  background-color: #00c25f;
  margin-right: 20px;
  border-radius: 2px;
  float: left;
  margin-top: 20px;
}

.product-cloud-con-body {
  text-align: center;
  clear: both;
}
.product-cloud-con-body img {
  max-width: 98%;
  height: 450px;
}
.product-cloud-con-body .product-cloud-module img {
  height: 400px;
}
.product-cloud-con {
  padding: 30px;
}
.product-cloud-con ul.product-cloud-con-list {
  margin-top: 10px;
  padding-left: 0;
}
.product-cloud-con ul.product-cloud-con-list li {
  margin-top: 5px;
  font-size: 18px;
  background-image: url("../images/product-cloud-li-bg.png");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 20px;
  list-style: none;
  padding-left: 24px;
}
/* 新增功能模块内容样式 */
.feature-content-item {
  display: none;
  animation: slideUp 0.5s ease;
}

.feature-content-item.active {
  display: block;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-cloud-04-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-cloud-04-con {
  margin: 50px 10px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}
.product-cloud-04-con-r {
  margin-top: 80px;
}
.product-cloud-04-con-r h3 {
  font-size: 26px;
  color: #1890ff;
}
.product-cloud-04-con-r .desc {
  margin: 20px 0;
  line-height: 33px;
}
.product-ai-02 .product-ai-02-item {
  position: relative;
  width: 18%;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(255, 144, 0, 0.2);
  text-align: center;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}
.product-ai-02 .product-ai-02-item:hover {
  animation: shake 0.8s ease-in-out;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}
.product-ai-02 .product-ai-02-item .img {
  position: absolute;
  top: -25px;
  left: 36%;
}
.product-ai-02 .product-ai-02-item .img img {
  width: 74px;
  height: 74px;
}
.product-ai-02 .product-ai-02-item h5 {
  margin-top: 60px;
}
.product-ai-02-1-box {
  margin-top: 60px;
  height: 500px;
  width: 100%;
  position: relative;
}

.product-ai-02-1-box .ai-box {
  width: 330px;
  height: 200px;
  position: absolute;
}
.product-ai-02-1-box .desc {
  color: #5e5e66;
  margin-top: 20px;
  text-align: left;
}
.product-ai-02-1-box .ai-box h5 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: white;
  background-color: #ff801a;
  font-size: 20px;
}
.product-ai-02-1-box .ai-box-1 {
  left: 0;
  top: 0;
}
.product-ai-02-1-box .ai-box-2 {
  right: 0;
  top: 0;
}
.product-ai-02-1-box .ai-box-3 {
  left: 0;
  bottom: 0;
}
.product-ai-02-1-box .ai-box-4 {
  right: 0;
  bottom: 0;
}
.product-ai-02-1-box .ai-box-img {
  width: 270px;
  height: 211px;
  position: absolute;
  left: calc(50% - 135px);
  top: 72px;
  /* transform: translate(-50%, -50%); */
}

.product-ai-02-1-box .ai-box-img img:hover {
  animation: bounce 2s infinite; /* 名称 持续时间 无限循环 */
  /* animation: wobble-vertical-smooth 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
}
.product-ai-02-1-box .ai-box-img img {
  width: 270px;
  height: 200px;
  object-fit: contain;
  /* left:50%;
  top:50%;
  bottom: 50%;
  right:50%;
  margin:auto; */
}
.product-ai-03-box {
  margin-top: 30px;
  height: 600px;
}
.ai-box-img1 {
  position: absolute;
  top: -56px;
  width: 509px;
  height: 2px;
  border-top: 1px dashed #979797;
  left: -118px;
  max-width: 509px;
}
.ai-box-img2 {
  position: absolute;
  bottom: -40px;
  width: 509px;
  max-width: 509px;
  height: 2px;
  left: -118px;
  border-top: 1px dashed #979797;
}
.ai-box-img3 {
  width: 2px;
  position: absolute;
  border-left: 1px dashed #979797;
  height: 43px;
  left: 140px;
  top: -50px;
}
.ai-box-img4 {
  width: 2px;
  position: absolute;
  border-left: 1px dashed #979797;
  height: 43px;
  left: 140px;
  bottom: -34px;
}
/* 确保一行只显示5个元素 */
.product-ai-03-box .row {
  display: flex;
  flex-wrap: nowrap;
}

.product-ai-03-box .col {
  flex: 0 0 20%;
  max-width: 20%;
}
.product-ai-03-item {
  width: 300px;
  position: relative;
}
.product-ai-03-item-bg {
  position: absolute;
  left: 55px;
  top: 0;
}
.product-ai-03-item-img {
  position: absolute;
  left: 0;
  top: 40px;
}
/* 先给正常状态添加过渡效果 */
.product-ai-03-item-img img {
  width: 255px;
  height: 428px;
  transition: transform 0.3s ease; /* 缓慢放大，持续0.3秒 */
}

/* hover 时触发放大 */
.product-ai-03-item-img img:hover {
  transform: scale(1.1);
}
.product-ai-03-item-position {
  position: absolute;
  width: 150px;
  height: 35px;
  color: white;
  background-color: #e94e41;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  top: 350px;
  left: 55px;
}
.product-ai-03-item-name {
  position: absolute;
  width: 200px;
  height: 95px;
  color: #1a1a1a;
  background-color: #ededed;
  border-radius: 5px;
  text-align: center;
  padding-top: 20px;
  top: 375px;
  left: 30px;
}
.product-ai-03-item-name h3 {
  font-size: 20px;
}
.xm-product-ai-box {
  padding-top: 50px;
}
.product-ai-04-box {
  margin-top: 50px;
}
.product-ai-04-item {
  background-color: #fff9f5;
  padding: 20px;
  height: 500px;
}
.product-ai-04-item .img img {
  width: 200px;
  height: 200px;
}
.product-ai-04-item h5 {
  margin-top: 20px;
  color: #ff801a;
}
.product-ai-04-item ul {
  margin: 0;
  padding: 0;
}
.product-ai-04-item ul li {
  list-style: none;
  line-height: 40px;
}
.product-ai-05-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-ai-05-con {
  margin: 0;
  padding: 30px 0;
}
.product-ai-05-con li {
  float: left;
  width: 25%;
  list-style: none;
  margin-bottom: 20px;
}
.product-ai-05-con li img {
  width: 80%;
  margin: 0 auto;
}

/* 先给正常状态添加过渡效果 */
.product-ai-05-con li img {
  transition: transform 0.3s ease; /* 缓慢放大，持续0.3秒 */
}

/* hover 时触发放大 */
.product-ai-05-con li img:hover {
  transform: scale(1.05);
}
.product-ultimate-02 {
  padding: 10px 50px 50px 50px;
  /* padding: 10px 0px 30px 0px; */
}
ul.xm-main-item-02-btn {
  padding: 0;
  margin: 30px auto;
  width: 650px;
}
ul.xm-main-item-02-btn li {
  width: 180px;
  height: 50px;
  line-height: 50px;
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
ul.xm-main-item-02-btn li a {
  display: block;
  background-color: #2c2724;
  border-radius: 30px;
  height: 50px;
  color: #eccaa3;
  text-decoration: none;
}
ul.xm-main-item-02-btn li a img {
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 5px;
}

ul.xm-main-item-02-btn li a:hover {
  color: #f1b26a;
}
ul.xm-main-item-02-btn li.active a {
  background: linear-gradient(to right, #f4e1c0 0%, #eccaa3 100%);
  color: #52504c;
}
.xm-main-item-02-body {
  background-color: #292523;
  height: 600px;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
}
.xm-main-item-02-body-left {
  padding-top: 50px;
  position: relative;
}
.xm-main-item-02-body-left h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
}

.xm-main-item-02-body-left h2 .num {
  position: absolute;
  top: -40px;
  left: -5px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(236, 202, 163, 0.3);
}

.xm-main-item-02-body-left .sub-title {
  font-size: 20px;
  margin-top: 20px;
}
.xm-main-item-02-body-left ul {
  margin-top: 20px;
  padding-left: 0;
}
.xm-main-item-02-body-left ul li {
  list-style: none;
  margin-top: 20px;
  text-align: left;
}
.xm-main-item-02-body-right {
  padding-top: 30px;
}
.xm-main-item-02-body-right img {
  width: 100%;
}
.xm-ultimate-08-title h2 {
  color: #1a1a1a;
}
.xm-ultimate-08-title h2 img {
  width: 50px;
  height: 50px;
}
.xm-ultimate-08-body {
  padding: 50px 0;
}

.xm-ultimate-08-body .row .col-3 {
  position: relative;
}
.xm-ultimate-08-body img {
  /*height: 600px;*/
  width: 100%;
}
.xm-ultimate-08-body .img-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 8px;
}
/* .xm-ultimate-08-body：hover{
  display: none;
} */

.xm-ultimate-08-body .img-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明黑色背景 */
  z-index: 0;
}
.xm-ultimate-08-body .img-text:hover::before {
  display: none;
}
/* 当整个 col-3 容器被悬停时，隐藏 img-text */
.xm-ultimate-08-body .col-3:hover .img-text {
  opacity: 0;
}
.xm-ultimate-08-body .img-text > * {
  position: relative;
  z-index: 1;
  color: white;
}

.xm-ultimate-08-body .img-text h3,
.xm-ultimate-08-body .img-text .desc {
  margin-top: 100px;
  background: linear-gradient(to right, #f5e4c4, #ebc8a0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.xm-ultimate-08-body .img-text h3 {
  font-size: 24px;
}
.xm-ultimate-08-body .img-text .desc {
  margin-top: 0;
}
.xm-ultimate-08-body .img-text .btn-box {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 320px;
}
.xm-ultimate-08-body .img-text .btn-box a {
  width: 100px;
  display: block;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  border: 1px solid #f4e1bf;
  background: linear-gradient(to right, #f5e4c4, #ebc8a0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border-radius: 5px;
}
.xm-ultimate-08-body .img-text .btn-box a:hover {
  background: linear-gradient(to right, #f5e4c4, #ff951c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@keyframes slideInLeft {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out forwards;
}
.animated-content,
.animated-image {
  transition: opacity 0.3s ease-out;
}
.news-top {
  height: 40px;
  border-bottom: 1px solid #e3e3e6;
}
.news-top ul {
  margin: 0;
  padding: 0;
}
.news-top ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.news-top ul li a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: black;
}
.news-top ul li.active a {
  color: #00c560;
  border-bottom: 2px solid #00c560;
  font-weight: bold;
}
.news-top ul li a:hover {
  color: #00c560;
}
.new-body {
  text-align: left;
}
.new-body .row {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.new-body .news-img {
  width: 300px;
  height: 190px;
  max-width: 100%;
  object-fit: contain;
}
.new-body .news-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.new-body .news-title a {
  color: #1a1a1a;
  text-decoration: none;
}
.new-body .news-title a:hover {
  color: #00c560;
  text-decoration: underline;
}
.new-body .news-desc {
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.new-body .news-info {
  font-size: 14px;
  padding: 5px 12px 0 12px;
}
.new-body .news-bottom {
  color: #5e5e66;
  font-size: 14px;
  position: relative;
}
.new-body .news-bottom span {
  display: inline-block;
}
.new-body .news-bottom .author {
  margin-right: 10px;
}
.new-body .news-bottom .more {
  position: absolute;
  right: 0;
}
.new-body .news-bottom .more a {
  color: #5e5e66;
  text-decoration: none;
}
.new-body .news-bottom .more a:hover {
  color: #00c560;
  text-decoration: underline;
}
.whitebook-body .whitebook-row {
  border-bottom: 0;
}
.whitebook-body .whitebook-row-2:nth-child(even) {
  border-right: 1px solid #ddd;
}
#pager {
  padding: 10px;
}
#pager span,
#pager a {
  margin: 0 3px;
  padding: 5px 15px;
  border: solid 1px #d8d8d8;
  line-height: 25px;
  display: inline-block;
}
#pager span.current {
  border: 1px solid #00c560;
  display: inline-block;
  background: #00c560;
  color: #fff;
}
#pager a {
  color: #333;
}
#pager a:hover {
  color: #00c560;
}
#position {
  margin-top: 15px;
}
#position a {
  color: #8d8e99;
  text-decoration: none;
}
#position a:hover {
  color: #00c560;
  text-decoration: underline;
}
#position .main {
  margin-top: 8px;
  float: left;
  text-indent: 19px;
  font-size: 14px;
  margin-bottom: 12px;
}
#position .search {
  float: right;
  width: 300px;
  margin-top: 3px;
}
.xm-main-new-body {
  text-align: left;
}
.xm-main-new-body h1 {
  font-size: 20px;
  color: #1a1a1a;
}
.xm-main-new-body #content {
  padding: 20px 0;
  margin-top: 20px;
  line-height: 30px;
}
.xm-main-new-body #content img {
  max-width: 100%;
}
.xm-main-new-body .desc {
  color: #5e5e66;
  font-size: 14px;
  padding: 5px;
}
.xm-main-new-body .desc span {
  display: inline-block;
}
.xm-main-new-body .desc .author {
  margin-right: 10px;
}
.xm-main-new-right {
  border: 1px solid #e3e3e6;
  padding: 20px 10px;
  text-align: left;
  border-radius: 5px;
}
.xm-main-new-right h3 {
  text-align: center;
  font-size: 20px;
}
.xm-main-new-right ul {
  padding: 10px;
  margin: 0;
}
.xm-main-new-right ul li {
  list-style: none;
  height: 20px;
  margin-bottom: 15px;

  position: relative;
}
.xm-main-new-right ul li span.point {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #00c560;
  border-radius: 50%;
  margin-right: 10px;
}
.xm-main-new-right ul li a {
  color: #1a1a1a;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  width: 220px;
  display: inline-block;
}
.xm-main-new-right ul li a:hover {
  color: #00c560;
  text-decoration: underline;
}
.xm-main-new-right ul li span.right {
  color: #8d8e99;
  position: absolute;
  right: 0;
}

.xm-main-new-right .news-qr {
  padding: 30px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.xm-main-new-right .news-qr img {
  width: 100%;
}
.about-02-item {
  position: relative;
  text-align: left;
  padding-left: 50px;
}
.about-02-item .img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-02-item .img img {
  width: 30px;
}
.about-02-item h5 {
  font-size: 24px;
}
.about-02-item .desc {
  color: #8d8e99;
  font-size: 16px;
}
.about-03 {
  text-align: left;
  padding: 30px 0;
}
.about-03 h2 {
  font-size: 24px;
}
.about-03 .right-img {
  width: 100%;
  transition: transform 0.3s ease;
}
.about-03 .desc {
  line-height: 35px;
  padding: 20px 30px 20px 0;
  color: #1a1a1a;
}
.news-list {
  padding: 20px;
}
.news-list img.news-list-img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.news-list img.news-list-img:hover,
.about-03 .right-img:hover,
.about-04-content-item img.img-full:hover,
.about-05 .about-05-img img:hover {
  transform: scale(1.05);
}
.news-list .name {
  margin-top: 20px;
}
.about-04 {
  background: #f5f6f9;
  padding: 50px;
}
.about-04-content-item {
  width: 100%;
  background: white;
  max-width: 415px;
  height: 325px;
}
.about-04-content-item .about-04-img {
  padding-top: 80px;
}
.about-04-content-item .about-04-img img {
  width: 48px;
}
.about-04-content-item .desc {
  font-size: 14px;
  color: #5e5e66;
}
.about-04-content-item h4 {
  font-size: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.about-04-content-item img.img-full {
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
}
.about-05 {
  background: #3bc879;
  padding: 70px 50px 30px 50px;
  color: white;
  margin-top: 50px;
}
.about-05 .about-05-btn {
  width: 163px;
  height: 58px;
  border-radius: 5px;
  border: 3px solid #ffffff;
  line-height: 58px;
  font-size: 24px;
  margin: 0 auto;
}
.about-05 .about-05-split {
  width: 3px;
  height: 40px;
  background: #ffffff;
  margin: 20px auto;
}
.about-05 .about-05-text {
  padding: 5px 20px;
}
.about-05 .about-05-img {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
}
.about-05 .about-05-img img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.timeline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 3px;
  background-color: white;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
}

.timeline::before {
  left: -15px;
  border-right-color: white;
}

.timeline::after {
  right: -15px;
  border-left-color: white;
}

.year-marker {
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  cursor: pointer;
}

.year-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #3bc879;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.year-name {
  position: absolute;
  top: 45px;
  left: -15px;
}

.year-dot.active {
  background-color: white;
}

/* 每个年份的位置（百分比控制） */
.year-2016 {
  left: 9%;
}
.year-2017 {
  left: 18%;
}
.year-2018 {
  left: 27%;
}
.year-2019 {
  left: 36%;
}
.year-2020 {
  left: 45%;
}
.year-2021 {
  left: 54%;
}
.year-2022 {
  left: 64%;
}
.year-2023 {
  left: 72%;
}
.year-2024 {
  left: 81%;
}
.year-2025 {
  left: 90%;
}

.xm-green-bg {
  background-color: #f2fcf7;
}
.xm-white-bg {
  background-color: white;
}
.xm-blue-bg {
  background-color: #e5f3ff;
}
.xm-yellow-bg {
  background-color: #fff3ea;
}
.xm-yellow-1-bg {
  background-color: #fff9f5;
}
.xm-yellow-2-bg {
  background-color: #fd841c;
}
.xm-blue-1-bg {
  background-color: #f5f9ff;
}
.xm-blue-2-bg {
  background-color: #1692fc;
}
.xm-blue-color {
  color: #1990ff !important;
}
.xm-yellow-color {
  color: #ff801a !important;
}
.xm-black-bg {
  background-color: #252424;
}
.xm-green-bottom-bg {
  background-color: #08c661;
  background-image: url("../images/index-bottom-bg.png"); /* 背景图片 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.xm-black-bottom-bg {
  background-color: #161616;
  background-image: url("../images/product-ultimate-bottom-bg.png"); /* 背景图片 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.xm-blue-bottom-bg {
  background-color: #1890ff;
  background-image: url("../images/product-blue-bottom-bg.png"); /* 背景图片 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.xm-yellow-bottom-bg {
  background-color: #ff801b;
  background-image: url("../images/product-yellow-bottom-bg.png"); /* 背景图片 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.xm-black-bg-2 {
  background: linear-gradient(to bottom, #000000 0%, #383838 100%);
}
.xm-black-color {
  color: #373737 !important;
}
.xm-gold-color {
  color: #eccaa3 !important;
}
.xm-gold-bg {
  background-color: #eed4af;
}
.xm-white-bg {
  background-color: white;
}

/* 设置container的最小宽度 */
.container {
  min-width: 1200px;
}
.container header {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.flex-end {
  display: flex;
  justify-content: end;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.product-standard-01-item {
  width: 218px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 197, 96, 0.1),
    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid #ffffff;
  position: relative;
}
.product-standard-01-item img {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 72px;
  top: -33px;
}
.product-standard-01-item h5 {
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 28px;
  margin-top: 37px;
  margin: 68px 0 7px 0;
}
.product-standard-01-item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 22px;
}
.product-standard-03-item {
  width: 218px;
  height: 176px;
  background: #2f2c28;
  box-shadow: 0px 0px 10px 1px rgba(47, 44, 40, 0.15),
    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  position: relative;
}
.product-standard-03-item img {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 72px;
  top: -33px;
}
.product-standard-03-item h5 {
  font-weight: 600;
  font-size: 20px;
  color: #f4e2c0;
  line-height: 28px;
  padding-top: 68px;
}
.product-standard-03-item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #f4e2c0;
  line-height: 22px;
}
.product-standard-04-item {
  width: 270px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(24, 144, 255, 0.1),
    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid #ffffff;
  position: relative;
}
.product-standard-04-item img {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 98px;
  top: -33px;
}
.product-standard-04-item h5 {
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 28px;
  padding-top: 68px;
}
.product-standard-04-item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 22px;
}
.product-standard-news {
  /* background: url("../images/news-banner.png") no-repeat; */
  /* background-size: contain;
  background-color: #e2f2ff;
  height: 542px; */
  height: 450px;
  position: relative;
}

.product-standard-news .banner {
  object-fit: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-standard-news-left {
  align-items: flex-start;
}
.product-standard-news-left h2 {
  line-height: 62px;
  font-size: 44px;
  color: #2575e5;
}
.product-standard-news-left h5 {
  font-weight: 400;
  font-size: 20px;
  color: #2575e5;
  line-height: 28px;
  margin-top: 16px;
}
.bg-blue {
  background: #587adf;
  border-radius: 4px;
  color: #fff;
  margin-top: 40px;
}
.bg-blue:hover {
  background: #587adf;
  color: #fff;
}
.product-standard-news-left1 {
  align-items: baseline;
}
.product-standard-news-left1 h2 {
  font-weight: 600;
  font-size: 44px;
  color: #00b257;
  line-height: 62px;
  margin-bottom: 16px;
}
.product-standard-news-left1 h5 {
  font-weight: 400;
  font-size: 20px;
  color: #00b257;
  line-height: 28px;
  margin-bottom: 60px;
}
.compeny-mobile {
  background: url("../images/kefu.png") no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20vh;
  cursor: pointer;
}
.compeny-mobile:hover .compeny-mobile1 {
  display: block;
}
.compeny-mobile1 {
  position: absolute;
  background: url("../images/kefu2.png") no-repeat;
  background-size: cover;
  width: 248px;
  height: 70px;
  right: 0px;
  bottom: -70px;
  cursor: pointer;
  display: none;
}
.xm-item-intermediary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.xm-item-intermediary1 {
  width: 220px;
  height: 378px;
  object-fit: contain;
}
.xm-item-intermediary2 {
  width: 630px;
  height: 690px;
  margin: 0 67px;
}
.product-cloud-left {
  display: flex;
}
.product-cloud-left h3,
.product-ai-left h3,
.product-biaozhun-left h3,
.product-pro-left h3 {
  font-weight: 600;
  font-size: 36px;
  color: #1890ff;
  line-height: 44px;
  text-align: left;
}
.product-cloud-left h5,
.product-ai-left h5,
.product-biaozhun-left h5,
.product-pro-left h5 {
  font-weight: 400;
  font-size: 20px;
  color: #1890ff;
  line-height: 28px;
  text-align: left;
  margin-top: 8px;
}
.product-cloud-left .btn,
.product-ai-left .btn {
  width: 150px;
  height: 48px;
  background: #1890ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
}
.product-ai-left h3 {
  color: #fe6b03;
}
.product-ai-left h5 {
  color: #fe6b03;
  margin-top: 8px;
}
.product-biaozhun-left h3 {
  color: #00c560;
}
.product-biaozhun-left h5 {
  color: #00c560;
}
.product-pro-left h3 {
  color: #ebcaa3;
}
.product-pro-left h5 {
  color: #ebcaa3;
}
.product-ai-left .btn {
  background: #fe6b03;
  margin-top: 8px;
}
.product-biaozhun-left .btn,
.product-pro-left .btn {
  width: 150px;
  border-radius: 3px;
  margin-top: 8px;
}
.home-page {
  width: 100%;
  height: 450px;
  position: relative;
}
.home-page .banner1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.relative {
  position: relative;
}
.headers {
  position: relative;
  z-index: 1;
}
.head-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home-page-c {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-page-t {
  font-weight: 600;
  font-size: 44px;
  color: #1a1a1a;
  line-height: 62px;
  padding-top: 71px;
  text-align: left;
}
.home-page-t1 {
  font-weight: 400;
  font-size: 20px;
  color: #5e5e66;
  line-height: 28px;
  margin-top: 16px;
  text-align: left;
}
.home-page-m {
  background: #fff;
  width: 510px;
  height: 88px;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.home-page-li1 {
  font-size: 20px;
  color: #00c560;
  line-height: 28px;
}
.home-page-li2 {
  font-size: 14px;
  color: #5e5e66;
  line-height: 20px;
}
.home-page-btn {
  width: 150px;
  height: 48px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  margin-top: 24px;
  background: #00c560;
}
.w-150 {
  width: 150px !important;
}
.just-c {
  display: flex;
  justify-content: center;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.normal {
  font-weight: normal !important;
}
.white-active {
  width: 100px;
  height: 100px !important;
  margin: 10px 0;
}
.compeny-box {
  background: #00c560;
  background-size: cover;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20vh;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0, 197, 96, 0.3); */
}

.compeny-box:hover {
  width: 200px;
  height: 110px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00c560, #00a854);

}

.compeny-tel {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  /* transition: all 0.3s ease; */
  text-align: center;
}

.compeny-tel img {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}

.compeny-box:hover .compeny-tel {
  display: none;
}
/* 展开时显示的额外内容 */
.compeny-extra {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0.1s;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compeny-extra img{
  width:32px;
  height: 32px;
  margin-top:-6px;
}
.compeny-box:hover .compeny-extra {
  opacity: 1;
  transform: translateY(0);
}

/* 电话号码 */
.compeny-phone {
  font-weight: bold;
  font-size: 16px;
  /* margin-top: 3px; */
  opacity: 0;
  transform: translateY(10px);
  /* transition: all 0.3s ease 0.15s; */
  color: #fff;
  margin-top:-8px;
}

.compeny-box:hover .compeny-phone {
  opacity: 1;
  /* transform: translateY(0); */
}

/* 添加一个电话图标 */
.phone-icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.mt-40{
  margin-top:40px;
}
.mb-20{
  margin-bottom: 20px !important;
}
.min-1300{
  min-width: 1300px !important;
}
.zixun{
  position:fixed;
  width: 70px;
  height: 257px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0,197,96,0.21);
  border-radius: 35px;
  right:18px;
  bottom:10vh;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index:1000;
}
.zixun-li{
  font-size: 10px;
color: #5E5E66;
line-height: 14px;
display: flex;
flex-direction: column;
align-items: center;
/* margin-bottom:18px; */
justify-content: center;
width:43px;
text-decoration: none;

}
.zixun-li img{
  width: 32px;
  height: 32px;
  object-fit: contain;

}
.zixun-li1{
  border-top:1px solid #E3E3E6;
  border-bottom:1px solid #E3E3E6;
  padding:17px 0;
  margin:17px 0;
}
.zixun-m{
  position: absolute;
  width: 141px;
  height: 40px;
  background: url('http://media.zyhzedu.org.cn/cms/media/rectangle_index.png') no-repeat;
  background-size: 100% 100%;
  right:84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #00C560;
  /* background:red; */
  top:110px;
  display: none;
  cursor: pointer;
}
.zixun-li1:hover ~ .zixun-m {
  display: block;
    position: absolute;
  width: 141px;
  height: 40px;
  background: url('http://media.zyhzedu.org.cn/cms/media/rectangle_index.png') no-repeat;
  background-size: 100% 100%;
  right:84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #00C560;
  /* background:red; */
  top:110px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.zixun-b{
  position: absolute;
  width: 141px;
  height: 136px;
  background: url('http://media.zyhzedu.org.cn/cms/media/rectangle_35.png') no-repeat;
  background-size: 100% 100%;
  /* display: none; 隐藏 */

  display:none;
  right: 84px;
  top: 188px;
  z-index: 999;
}
.zixun-b1{
  font-size: 12px;
  color: #00C560;
  line-height: 17px;
  padding-top:6px;
  text-align:center;
  display:block;
}
.zixun-b img{
  width:108px;
  height:108px;
  /* margin:0 auto; */
  margin-left:13px;
  display:block;
  /* margin-top: ; */
}
.zixun-li2:hover ~ .zixun-b{
  width:141px;
  height:136px;
  background: url('http://media.zyhzedu.org.cn/cms/media/rectangle_35.png') no-repeat;
  background-size: 100% 100%;

  /* background: red; */
  position: absolute;
  right:84px;
  top:188px;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.indent{
  text-indent:2em!important;
}
.about-xxmj{
  display: flex;
  width: 1280px;
  margin:0 auto;
  justify-content: space-between;
  line-height: 35px;
  padding:30px 0;
  text-align: left;
}
.about-xxmj .right-img{
  width: 400px;
  height: 280px;
  object-fit: contain;
}