* {
  margin: 0px;
  padding: 0px;
}

/* 隐藏所有滚动条但保持滚动功能 */

/* 隐藏滚动条 */
.container {
  height: 100vh;

}

.container::-webkit-scrollbar {
  display: none;
}


.header-box {
  /* height: 920px; */
  width: 100%;
  position: relative;
}

.banner-box {
  position: relative;
  width: 100%;
}

.banner-img {
  width: 100%;
}

.banner-content {
  position: absolute;
  left: 285px;
  top: 250px;
}

.banner-content h1 {
  font-weight: bold;
  font-size: 60px;
  color: #000000;
}

.banner-content p {
  font-weight: 400;
  font-size: 30px;
  color: #6F6F6F;
}

.category-box {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 236px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #C2C2C2;
}

.category-item {
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #2A2A2A;
}

.category-item.active,
.category-item:hover {
  color: #007bff;
}

.category-item.active::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #007bff;
}

.top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 109px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12.5vw;
  box-sizing: border-box;
}

.logo-img {
  height: 52px;
}

.menu-box {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;

}

.menu-box div {
  margin-left: 30px;
}

.down-box {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  left: 13.33vw;
  bottom: 280px;
}

.down-box img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}




.about-icon {
  margin-top: 120px;
  margin-bottom: 75px;
}



.info {
  max-width: 1424px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  background-color: #fff;
}

.info h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 48px;
  color: #2A2A2A;
  line-height: 48px;
}

.info p {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
}

.info h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.system-composition {
  display: flex;
  justify-content: space-between;
}

.box {
  margin-right: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px 29px;
  width: 23%;
}

.box h3 {
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A;
  line-height: 26px;
}

.box h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 4px;
  background-color: #007bff;
}

.box ul {
  list-style-type: none;
  padding: 0;
}

.box ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
  list-style-type: disc;
  margin-left: 15px;

}

.product-advantages {
  max-width: 1424px;
  padding: 40px;
  text-align: center;
  margin: auto;
}

.product-advantages h2 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: left;
}

.advantages-container {
  display: flex;
  justify-content: space-between;
}

.advantage-item {
  text-align: left;
  width: 22%;
}

.advantage-item img {
  width: 83px;
  height: 102px;
  margin-bottom: 20px;

}

.advantage-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A;
}

.advantage-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.solution-container-all {
  background: #F7F7F7;
  width: 100%;
  height: 1306px;
  background: #F7F7F7;
}

.solution-container {
  max-width: 1424px;
  margin: 0 auto;
  padding: 40px;

}

.solution-header {
  text-align: center;
  margin-bottom: 40px;
}

.solution-header h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.solution-image p {
  position: absolute;
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  left: 106px;
  top: 172px;
  font-weight: 400;
  font-size: 18px;
  color: #2A2A2A;

}

.solution-image {
  position: relative;
}

.solution-image img {

  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.solution-benefits {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.benefit-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 32%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #fff;
}

.benefit-item h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A;
}

.benefit-item p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
}

.core-values {
  max-width: 1424px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.core-values h2 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  color: #2A2A2A;
}

.values-container {
  display: flex;
  justify-content: space-between;
}

.value-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 19%;
  box-sizing: border-box;
  text-align: left;
}

.value-item img {
  width: 88px;
  height: 87px;
  margin-bottom: 20px;

}

.value-item h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #2A2A2A;
}

.value-item ul {
  list-style-type: none;
  padding: 0;
}

.value-item li {
  list-style-type: disc;
  margin-left: 15px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}




.health-station {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  color: #2A2A2A;
}

.section-title p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
  margin: 0 auto;
}

.application-scenarios-all {
  padding: 40px 0px;
  width: 1920px;
  height: 531px;
  background: #F8FBFF;
  padding: 40px 0px;
  width: 1920px;
  height: 435px;
  background: #F8FBFF;
  margin-top: 51px;
}

.application-scenarios {
  max-width: 1424px;
  margin: auto;
}

.application-scenarios h3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
}

.scenario-items {
  display: flex;
  flex-wrap: wrap;
}

.scenario-item {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 35px;
  width: 24%;
  margin-right: 19px;
  height: 147px;
}

.scenario-item:nth-child(4) {
  margin-right: 0;
}

.scenario-item h4 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A;
}

.scenario-item p {
  text-align: left;
  height: 79px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  /* padding: 4px 34px; */
  width: 305px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}



.content-container {
  margin: auto;
  max-width: 1424px;
  display: flex;
  justify-content: space-between;
  background-color: #E2F3FF;
  padding: 35px;
}

.section h3 {
  position: relative;
}

.section h3 img {
  position: absolute;
  left: 50px;
  top: -84px;
}

.section {
  border-radius: 8px;
  width: 32%;
  padding: 20px;
}

.section span {


  position: absolute;
  left: 94px;
  top: -78px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.space-plan h1 img {
  width: 472px;
  height: 501px;
  background: #F3FAFF;
  border-radius: 10px;
}

.items {
  display: flex;
  flex-direction: column;
  background: #F3FAFF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #0363A7;
  background: #F3FAFF;
  border-radius: 10px;
}

.item {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 6px 13px;

}

.product-items {
  display: flex;
  justify-content: space-around;
}

.product-item {
  text-align: center;
}

.product-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.space-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.space-item {
  background-color: #e6f7ff;
  padding: 10px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
  width: calc(48% - 20px);
}






.health-management-platform,
.smart-health-management {
  margin: auto;
  max-width: 1424px;
  background-color: #fff;
  padding: 40px;
  text-align: center;

}

.health-management-platform h1,
.smart-health-management h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  color: #2A2A2A;
}

.health-management-platform p,
.smart-health-management p {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
  font-weight: 400;
  color: #2A2A2A;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 34px;
}

.features {
  display: flex;
  flex-wrap: wrap;
}

.feature-item {
  width: 24%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.noborder {
  border-bottom: none !important;
}

.feature-item:nth-child(4n) {
  border-right: none;
}

.feature-item .icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.feature-item h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
}

.feature-item .sub-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 256px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-item .sub-items span {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 5px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}



/* Application Scenarios Section Styles */
.application-scenarios-section {
  text-align: center;
  margin: 20px 0;
}

.section-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.scenario-icons-container-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1919px;
  height: 267px;
  background: #F7F7F7;
}

.scenario-icons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 140px;
  height: 105px;
  background: #FFFFFF;
  border-radius: 10px;
}

.icon-box img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.icon-box span {
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A;
}

/* Product Showcase Section Styles */
.product-showcase-section {
  margin: auto;
  max-width: 1424px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 70px;
}

.product-image-container {
  width: 50%;
  position: relative;
}

.product-image-container img {
  width: 724px;
  height: 702px;
  background: #F7F7F7;
  border-radius: 10px;

}

.navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
}

.navigation-button.left {
  left: 10px;
}

.navigation-button.right {
  right: 10px;
}

.product-info-container {
  height: 661px;
  width: 45%;
  padding: 22px;
  border-radius: 8px;
}

.product-name-tag {
  background: #1FA2FF;
  /* color: white; */
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
  width: 273px;
  height: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 23px;
}

.product-details h3 {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 22px;
  color: #2A2A2A;
}

.product-details ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product-details ul li {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.product-details p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}






.feature-highlight-section {

  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  max-width: 1424px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 65px;
}

.feature-itemone {
  background-color: #f0f8ff;
  padding: 20px 0px;
  margin: 0px 5px;
  border-radius: 8px;
  text-align: center;
  width: 24%;
}

.icon-container {
  position: relative;
  margin-bottom: 10px;
}

.icon-container img {
  position: absolute;
  left: 21px;
  top: -40px;
  width: 45px;
  height: 45px;
  background: #70C4FF;
  border-radius: 50%;
}

.description {
  text-align: left;
  margin-top: 17px;
  padding: 0px 20px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  color: #2A2A2A;
}

.feature-highlight-section .feature-item {
  width: 350px;
  height: 67px;
  background: #F1F9FF;
  border-radius: 10px;
}

.footer-box {
  height: 277px;
  background: #333333;
  padding: 38px 12.4vw 0 12.4vw;
  display: flex;
}

.footer-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 38px;
}

.footer-line {
  width: 1px;
  height: 150px;
  background: #FDFDFD;
  opacity: 0.1;
  margin: 0 140px;
}

.footer-code {
  width: 91px;
  height: 91px;
  margin-top: 19px;
}

.footer-right {
  display: flex;
}

.footer-label {
  font-weight: 400;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 38px;
}