/* 公共类 */
.main-text-color {
  color: #00479e;
}
.container.no-animation,
.container.no-animation * {
  /* 禁用 CSS 动画 */
  animation: none !important;
  -webkit-animation: none !important;
  /* 禁用过渡效果（如淡入、位移） */
  transition: none !important;
  -webkit-transition: none !important;
  /* 强制移除动画相关的状态（如加载中类） */
  animation-play-state: paused !important;
}

.banner-text-color {
  color: #fff;
}

.main-bg-color {
  background-color: #00479e;
}

.main-content {
  width: 1140px;
  margin: 0 auto;
}

.text-indent {
  text-indent: 2rem;
}

.box-shadow {
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14); /* Safari */
}

.border-radius {
  border-radius: 1rem;
  -webkit-border-radius: 1rem; /* Safari */
}

.flex {
  display: flex;
  display: -webkit-flex; /* Safari */
}

.hover-class:hover {
  cursor: pointer;
  opacity: .6;
}

a:hover {
  cursor: pointer;
  font-weight: bold;
}

.banner-flex {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  top: 20%;
}

.a-target {
  position: relative;
  top: -200px;
  display: block;
  height: 0;
  overflow: hidden;
}

/*index*/
.banner {
  width: 100%;
  height: auto;
}

.index-chunnian {
  text-align: center;
  padding: 3.71rem 0 5.71rem 0;
}

.index-chunnian .index-chunnian-title {
  font-size: 1.71rem;
  font-weight: bold;
}

.index-chunnian .index-chunnian-desc {
  margin: 1rem 0 1rem 0;
  font-size: 0.8rem;
  font-weight: bold;
}

.index-chunnian .index-chunnian-content {
  color: #5D606B;
  line-height: 1.5rem;
}

.index-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.86rem;
}

.index-nav-h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.index-nav-h1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -6px;
  left: 0;
  background-color: #3B82F6;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease; /* Safari */
}

.index-nav-h1:hover::after {
  width: 100%;
}

.relative {
  position: relative;
}

.index-hx {}

.index-title-box {
  width: 100%;
  position: absolute;
  top: 30%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.index-title {
  font-size: 4.29rem;
  text-align: center;
  font-weight: bold;
}

/*首页核心能力卡片*/
.index-hx-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.71rem;
}

.index-hx-box-item {
  background-color: #fff;
  padding: 2.64rem 2.86rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  width: 25.57rem;
  height: 17rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; /* Safari */
}


.index-hx-box-item:hover {
  background-color: #00479e;
  color: #fff;
}

.index-hx-box-item-h2 {
  font-size: 1.43rem;
  font-weight: bold;
  margin-bottom: 1.43rem;
}

.index-hx-box-item-centet {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.index-hx-box-item-centet ul {
  margin-top: 1.8rem;
}

.index-hx-box-item-centet ul li {
  padding-bottom: 1.5rem;
  list-style-type: none;
  position: relative;
  padding-left: 2rem;
}




.index-hx-box-item-centet ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/index/icon-li3.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 智慧养老服务卡片样式 */
.index-hx-service {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}

.index-hx-service-box {
  padding: 2.86rem 1.93rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  width: 48%;
  border: 1px solid #e6e6e6;
}

.index-hx-service-box:hover {
  background-color: #00479e;
  color: #fff;
}

.index-hx-service-box:hover .index-hx-service-box-bottom-button {
  color: #101010;
  background-color: #fff;
  border-color: #204d74;
}

.index-hx-service-box:hover .index-hx-service-box-bottom1 a {
  color: white;
}

.index-hx-service-box h2 {
  font-size: 1.43rem;
  margin-bottom: 2.14rem;
  font-weight: bold;
}

.index-hx-service-box-desc {
  color: #5D606B;
  line-height: 2rem;
}
.index-hx-service-box:hover .index-hx-service-box-desc{
  color: #fff;
}

.index-hx-service-box-bottom {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 4.3rem;
  margin-bottom: 2.5rem;
  gap: 1rem;
}

.index-hx-service-box-bottom-button {
  display: inline-block;
  border: 1px solid #00479e;
  padding: 0.79rem 1.2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  color: #fff;
  margin-right: 1.43rem;
  background-color: #00479e;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; /* Safari */
}



/* 第二个卡片的"了解更多"按钮样式 */
.index-hx-service-box-bottom1 a {
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; /* Safari */
}

.index-hx-service-box-bottom1 a:hover {
  color: white;
}
.index-hx-jj-box {
  display: flex;
  display: -webkit-flex;
}

.index-hx-jj {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background-image: url("../images/index/index_item2_qb.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
}

.index-hx-jj-left,
.index-hx-jj-right {
  width: 50%;
}


.index-hx-jj1 {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background-image: url("../images/index/index_item1_qb-tuya.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
}

.index-hx-jj-centent {
  padding: 2.86rem 1.93rem;
}

.index-hx-jj-h2 {
  font-size: 1.43rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.14rem;
}

.index-hx-jj-desc {
  color: #fff;
  line-height: 2rem;
}

/*核心能力*/
.core-ability-sass-box {
  width: 100%;
  background-image: url("../images/core/coreAbility_item-tuya.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
  height: 20.14rem;
  padding: 2.86rem 1.93rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  color: #fff;
  line-height: 2rem;
  margin-bottom: 2.86rem;
}

.core-ability-sass-box-title {
  width: 38rem;
}

/* 核心能力卡片样式 */
.core-ability-sass-desc {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7.43rem;
}

.core-ability-sass-desc ul {
  margin-top: 1.8rem;
  padding-left: 0.5rem;
}

.core-ability-sass-desc-title {
  font-weight: bold;
  font-size: 1.43rem;
  text-align: center;
  margin-top: 3.57rem;
}

.core-ability-sass-desc-centet {
  width: 23%;
  height: 25rem;
  padding: 1rem 1rem;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; /* Safari */
}

/* 鼠标悬停效果 */
.core-ability-sass-desc-centet:hover {
  background-color: #00479e;
  color: #fff;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px); /* Safari */
}

.core-ability-sass-desc ul li {
  line-height: 2rem;
  padding-bottom: 1.5rem;
  list-style: none;
}

/* 列表项前缀图标 */
.core-ability-sass-desc ul li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/index/icon-li3.png');
  background-size: 100% 100%;
  margin-right: 1rem;
  vertical-align: middle;
}

/* 圆角效果 */
.border-radius {
  border-radius: 1rem;
  -webkit-border-radius: 1rem; /* Safari */
}

.core-ability-zhjj-desc-title {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.core-ability-ky-desc-centet {
  padding: 0 2rem;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  width: 20rem;
  height: 33rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  color: #5D606B;
}

.core-ability-ky-desc {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 3rem;
}

.core-ability-ky-desc-box {
  width: calc(100% - 22rem);
}

.core-ability-ky-desc-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}

.core-ability-ky-desc-list li {
  display: inline-block;
  width: 10rem;
  height: 9.5rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  color: #ffffff;
}

.core-ability-ky-desc-list li:hover {
  cursor: pointer;
  transition: .5s;
  transform: translateZ(0) scale(1.05, 1.05);
  -webkit-transform: translateZ(0) scale(1.05, 1.05); /* Safari */
}

.service-box {
  margin-bottom: 4.3rem;
}

.service-box-title {
  color: #fff;
  padding: 2.86rem 1.9rem;
  background-color: #00479e;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  line-height: 2rem;
}


.service-desc-content {
  padding: 4.3rem 6.57rem;
}

.service-desc {
  margin-bottom: 5.6rem;
}

.service-desc ul li {
  display: flex;
  display: -webkit-flex;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  margin-bottom: 2.7rem;
}
.service-desc-title {
  color: #fff;
  writing-mode: vertical-lr; /* 文字垂直排列（从左到右） */
  width: 11rem;
  font-size: 2.43rem;
  font-weight: bold;
  letter-spacing: 1.79rem; /* 文字间的垂直间距（上下方向） */

  padding-top: 1.79rem;
  text-align: center;
  /* 关键调整：用 flex 实现文字垂直居中，替代原 line-height */
  display: flex;
  align-items: center; /* 垂直方向居中（核心：让文字上下距离相等） */
  justify-content: center; /* 水平方向居中（文字在11rem宽度内居中） */

  box-sizing: border-box; /* 让 padding 计入总宽度，避免撑开容器 */
  /* 移除可能干扰的样式 */
  line-height: normal; /* 清除 line-height 对文字位置的强制控制 */
}

/*.service-desc-title {*/
/*  color: #fff;*/
/*  writing-mode: vertical-lr;*/
/*  width: 11rem;*/
/*  font-size: 2.43rem;*/
/*  font-weight: bold;*/
/*  letter-spacing: 1.79rem;*/
/*  text-align: center;*/
/*  line-height: 11rem;*/
/*}*/


.service-desc-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-desc-content-item:not(:last-child) {
  margin-bottom: 4.3rem;
}

.service-desc-content-item h2 {
  font-weight: bold;
  font-size: 1.43rem;
  line-height: 3rem;
}

.service-desc-content-item-text {
  color: #5D606B;
  height: 4rem;
  line-height: 2rem;
}
.service-desc-content:hover .service-desc-content-item-text {
  color: #fff; /* hover 时文字变白色（与父元素背景匹配） */
}

.solution-box-zonghe {
  border: 1px solid #E6E6E6;
  color: #5D606B;
  padding: 2.86rem 1.93rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  margin-bottom: 5.7rem;
}

.solution-box-zonghe-title {
  line-height: 2rem;
}

.solution-box-zonghe-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin: 7.86rem 0;
}

.solution-box-zonghe-list-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution-box-zonghe-list-item img {
  width: 11rem;
  height: 11rem;
}

.solution-box-zonghe-list-item p {
  margin-top: 2.8rem;
  font-size: 1.43rem;
  font-weight: bold;

}

.solution-box-jiankang {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 5.7rem;
}


.solution-box-jiankang-right-box:hover,
.core-ability-sass-desc-centet:hover,
.index-hx-box-item:hover,
.index-hx-service-box:hover,
.index-hx-jj:hover,
.service-box-title:hover,
.core-ability-sass-box:hover,
.solution-box-zonghe:hover,
.about-head-box-item:hover,
.service-desc-content:hover,
.solution-box-jiankang-desc:hover,
.core-ability-ky-desc-centet:hover {
  cursor: pointer;
  background-color: #00479e;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  color: #fff;
}

.service-desc li:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1.05);
  -webkit-transform: scale(1.05); /* Safari */
}

.solution-box-jiankang-right {
  width: calc(100% - 24.36rem);
}

.solution-box-jiankang-right-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 2.43rem 2.86rem;
  width: 27.7rem;
  height: 24.36rem;
  display: inline-block;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}

.solution-box-jiankang-right-box h2 {
  font-weight: bold;
  font-size: 1.43rem;
  margin-bottom: 1.5rem;
}

.solution-box-jiankang-right-box li {
  color: #5D606B;
  margin: 1rem 0;
  line-height: 2rem;
}
.solution-box-jiankang-right-box:hover  li {
  color: #fff;
}


.solution-box-jiankang-desc {
  width: 22.86rem;
  height: 40rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  padding: 2.86rem 1.93rem;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
  margin-right: 1.5rem;
  line-height: 2rem;
  position: relative;
}

.solution-box-jiankang-desc1 {
  background-color: #00479e;
}

.solution-box-jiankang-desc1::after {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  background-image: url("../images/programme/img1@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
  position: absolute;
  bottom: 0;
  left: 0;
}

.solution-box-jiankang-desc2 {
  background-color: #60B2EF;
}

.solution-box-jiankang-desc2::after {
  content: "";
  display: block;
  width: 100%;
  height: 22rem;
  background-image: url("../images/programme/img2@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%; /* Safari */
  position: absolute;
  bottom: 0;
  left: 0;
}

.solution-box-jiankang1 .solution-box-jiankang-right {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}

.solution-box-jiankang1 .solution-box-jiankang-right-box {
  height: 22rem;
}

.solution-box-jiankang1 .solution-box-jiankang-desc {
  height: 46rem;
}

.solution-box-jiankang-right-box-desc {
  line-height: 2rem;
  color: #5D606B;
}

.jiankang-right-box-3 {
  margin-top: 1.5rem;
  width: 100%;
  height: 14rem;
}

.jiankang-right-box-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.about-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 8rem;
}

.about-box-item {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  width: 18.9rem;
}

.about-box-item:hover {
  cursor: pointer;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
}

.about-box-item .img {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.86rem;
}

.about-box-item .img img {
  height: auto;
}

.about-box-item .img img:nth-of-type(1) {
  width: 8.75rem;
}

.about-box-item .img img:nth-of-type(2) {
  width: 8.75rem;
}

.about-box-item .img img:nth-of-type(3) {
  width: 12.97rem;
}

.about-box-item .img img:nth-of-type(4) {
  width: 12.97rem;
}

.about-box-item-desc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #00479e;
  color: #ffffff;
  height: 5.71rem;
  line-height: 2rem;
}

.about-head-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
  margin-top: 10.71rem;
  margin-bottom: 5.7rem;
}

/*.about-head-box-item {*/
/*  width: 26rem;*/
/*  height: 18rem;*/
/*  !*color: #fff;*!*/
/*  !*background-color: #00479e;*!*/
/*  padding: 2.71rem 2.60rem;*/
/*  border-radius: 1rem;*/
/*  -webkit-border-radius: 1rem;*/
/*}*/
.about-head-box-item {
padding: 2.86rem 4rem;
border-radius: 1rem;
-webkit-border-radius: 1rem;
border: 1px solid #e6e6e6;
width: 26.2rem;
height: 20rem;
background-color: #fff;
}

.about-head-box-title {}

.about-head-box-desc {
  margin-top: 2.1rem;
  font-size: 1.23rem;
  line-height: 2rem;
}

.contact-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 5.71rem;
}

.contact-box-item {
  padding: 2.86rem 4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border: 1px solid #e6e6e6;
  width: 26.2rem;
  height: 20rem;
  background-color: #fff;
}

.contact-box-item:hover {
  cursor: pointer;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  background-color: #00479e;
  color: #fff;
}

.contact-box-item h2 {
  font-size: 1.43rem;
  font-weight: bold;
}

.contact-box-item ul {
  margin-top: 4.71rem;
}

.contact-box-item ul li {
  display: flex;
  padding: 0.5rem 0;
}

.contact-label {
  font-size: 0.8rem;
}

.yongyao .contact-label {
  color: #ccc;
}

.yongyao {
  margin-top: 10.71rem;
}

.yongyao .contact-value {}


.contact-box-item ul li p:nth-of-type(0) {}

.contact-box-item ul li p:nth-of-type(1) {}


.header-banner-box {}

.header-banner {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
}

.core-header-banner {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-banner-title {
  font-size: 4.29rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4.57rem;
}

.header-banner-desc {
  color: #fff;
  font-size: 1.71rem;
  line-height: 3.43rem;
  width: 30rem;
  text-align: right;
}

.core-header-banner-title {
  font-size: 4.29rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4.57rem;
}

.core-header-banner-desc {
  color: #fff;
  font-size: 1.71rem;
  line-height: 3.43rem;
  width: 30rem;
  text-align: left;
}

.contact .header-banner {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact .header-banner-desc {
  text-align: center;
}

.page-title {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2.86rem 0;
}

.page-title h2 {
  font-size: 2.43rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.page-title p {
  color: #5D606B;
  line-height: 1.71rem;
}

/*移动端样式  */
@media (max-width: 768px) {
  .core-ability-banner .header-banner {
    align-items: flex-end;
  }

  .core-ability-banner .core-header-banner {
    align-items: flex-start;
  }

  .index-chunnian-title {
    font-size: 1.43rem;
  }

  .index-chunnian .index-chunnian-desc {
    font-size: 0.8rem;
    margin: 1.07rem 0;
  }

  .index-chunnian-content {
    text-align: left;
  }

  .index-hx-box-item {
    margin-bottom: 1rem;
    /*gap: 1rem;*/
  }


  .index-hx {
    margin-top: 2.14rem !important;
    margin-bottom: 1rem !important;
  }

  .index-hx-box {
    margin-bottom: 0;
  }

  .index-hx-service-box {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1.43rem;
  }

  .index-hx-service-box-bottom {
    justify-content: space-between;
    margin-top: 1rem;
  }

  .index-hx-service-box-bottom a {
    width: 45%;
  }

  .index-hx-service-box-bottom1 a {
    width: auto;
  }

  .index-hx-service-box-bottom1 {
    justify-content: normal;
  }

  .index-hx-service-box-bottom a .index-hx-service-box-bottom-button {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .index-hx-jj{
    background-image: url("../images/index/index_item2_ph.png");
  }
  .index-hx-jj1{
    background-image: url("../images/index/index_item1_ph.png");
  }


  .index-hx-jj-box {
    margin-bottom: 1.43rem !important;
  }

  .index-hx-jj-img1 {
    margin-top: -2.6rem;
    margin-bottom: 1rem;
  }

  .core-ability-banner .header-banner-desc {
    text-align: right;
    width: 60%;
  }

  .index-hx-service-box-bottom {
    margin: 1rem 0 0 0 !important;
  }
  .service-desc-content-item-text {
    color: #5D606B;
    height: auto;
    line-height: 2rem;
  }

  .index-hx-jj .index-hx-service-box-bottom {
    margin-left: 1rem !important;
  }

  .index-hx-jj {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap-reverse;
  }

  .index-hx-jj-left {
    width: 100%;
  }

  .index-hx-jj-right {
    width: 0%;
  }

  .index-hx-jj-img {
    width: 100%;
    height: 36%;
  }

  .index-hx-jj-centent {
    padding: 1rem;
  }

  .index-hx-jj-h2 {
    text-align: center;
    font-size: 1.14rem;
    margin: 0 0 2rem 0;
  }

  .select-jjfa-xx .index-hx-jj-box .index-hx-jj {
    flex-wrap: wrap;
  }

  .index-chunnian {
    padding: 0 2rem;
    padding-top: 2rem;
  }

  .index-title {
    font-size: 1.29rem;
  }

  .header-banner {
    left: 0;
    align-items: center;
    width: 100%;
  }

  .core-header-banner {
    right: 0;
    align-items: center;
    width: 100%;
  }

  .header-banner-title {
    font-size: 1.43rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }

  .core-header-banner-title {
    font-size: 1.43rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }

  .core-header-banner-desc {
    font-size: 0.71rem;
    width: 80%;
    text-align: left;
    line-height: 1.5rem;
  }

  .header-banner-desc {
    font-size: 0.71rem;
    width: 80%;
    text-align: center;
    line-height: 1.5rem;
  }

  .core-ability-sass-desc-title {
    margin-top: 0;
  }

  .service-box-title {
    padding: 2rem 1rem;
  }

  .service-box {
    margin-bottom: 1.43rem;
  }

  .service-desc ul li {
    flex-wrap: wrap;
    margin-bottom: 1.43rem;
  }

  .service-desc-title {
    width: 100%;
    writing-mode: inherit;
    font-size: 1.14rem;
    letter-spacing: 0;
    line-height: 1rem;
    padding: 1.43rem 0;
  }

  .service-desc-content {
    padding: 2rem 1rem;
  }

  .core-ability-ky-desc {
    margin-bottom: 1rem;
  }

  .service-desc-content-item h2 {
    font-size: 1.14rem;
    line-height: 2rem;
  }

  .service-desc {
    margin-bottom: 0;
  }

  .service-desc-content-item {
    margin-bottom: 1.14rem !important;
  }

  .index-nav {
    margin-bottom: 1.4rem;
  }

  .core-ability-sass-box {
    margin-bottom: 0;
  }

  .core-ability-sass-box-title {
    width: 100%;
  }

  .core-ability-sass-desc {
    margin-bottom: 0;
  }

  .core-ability-sass-desc-centet {
    width: 100%;
    height: auto;
    margin-top: 1.43rem;
  }

  .core-ability-ky-desc-centet {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1.43rem;
  }

  .core-ability-ky-desc-box {
    width: 100%;
  }

  .core-ability-ky-desc-list li {
    width: 11.8rem;
    margin-bottom: 1.43rem;
  }

  .core-ability-ky-desc-list {
    margin-bottom: 0;
  }

  .solution-box-zonghe-list-item {
    width: 30%;
  }

  .solution-box-zonghe-list-item img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .solution-box-jiankang-right-box h2 {
    font-size: 1.14rem;
  }

  .solution-box-zonghe-list-item p {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2rem;
    text-align: center;
  }

  .solution-box-zonghe {
    padding: 2rem 1rem;
    margin-bottom: 0rem;
  }

  .solution-box-zonghe-list {
    margin: 2rem 0 0 0;
  }

  .solution-box-jiankang {
    flex-wrap: wrap;
    margin-bottom: 0.43rem;
  }

  .solution-box-jiankang-desc {
    padding: 2rem 1rem;
    height: 27.64rem;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.43rem;
  }

  .solution-box-jiankang-right {
    width: 100%;
  }

  .solution-box-jiankang-right-box {
    margin-top: 0;
    padding: 2rem 1rem;
  }

  .jiankang-right-box-top .solution-box-jiankang-right-box {
    margin-bottom: 1.43rem;
  }

  .jiankang-right-box-3 {
    height: auto;
    margin-bottom: 0;
  }

  .solution-box-jiankang1 .solution-box-jiankang-desc {
    height: 30rem;
    margin-bottom: 1.43rem;
  }

  .solution-box-jiankang1 .solution-box-jiankang-right-box {
    height: auto;
  }

  .solution-box-jiankang-right-box:last-of-type {
    margin-bottom: 1.43rem;
  }

  .solution-box-jiankang-right .solution-box-jiankang-right-box {
    margin-bottom: 1.43rem;
  }

  .about-head-box {
    margin-top: 0rem;
  }

  .about-head-box-item {
    margin-top: 1.43rem;
    padding: 2rem 1rem;
  }

  .about-head-box {
    margin-bottom: 0;
  }

  .about-box {
    justify-content: center;
    margin-bottom: 1.43rem;
  }

  .about-box-item {
    margin-bottom: 1.43rem;
  }

  .contact-box-item {
    margin-bottom: 1.43rem;
    width: 100%;
  }

  .contact-box {
    margin-bottom: 0;
  }

  .zhaopin {
    margin-bottom: 1.43rem;
  }

  .core-ability-ky-desc-list li {
    width: 47%;
  }

}