.banner {
  overflow: hidden;
  height: 500px;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper img {
  width: 100%;
  opacity: 0.5;
  transition: all 1.5s ease-in-out;
  transform: scale(1.2);
  object-fit: cover;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide a {
  flex: 1;
}
.banner .swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}
.swiper-wrapper {
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.search-nav {
  padding-bottom: 60px;
  background: url("../../img/2025/home-bg1.jpg");
}
.search-nav .search-wrap {
  margin: auto;
  width: 1200px;
}
.search-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -28px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  background-color: #fff;
}
.search-container .search-icon {
  width: 32px;
  height: 32px;
  background: url("../../img/2025/search-icon.png") center/cover no-repeat;
}
.search-container .line {
  margin: 0 20px;
  width: 1px;
  height: 28px;
  background-color: #d8d8d8;
}
.search-container input {
  flex: 1;
  font-size: 16px;
}
.search-container .btn {
  padding: 0 40px;
  height: 40px;
  background-color: #4c87c3;
  color: #fff;
}
.navigation {
  display: grid;
  margin: auto;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.navigation .nav-item1 {
  background: url("../../img/2025/nav1-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item2 {
  background: url("../../img/2025/nav2-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item3 {
  background: url("../../img/2025/nav3-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item4 {
  background: url("../../img/2025/nav4-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item5 {
  background: url("../../img/2025/nav5-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item6 {
  background: url("../../img/2025/nav6-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item7 {
  background: url("../../img/2025/nav7-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item8 {
  background: url("../../img/2025/nav8-bg.jpg") center/cover no-repeat;
}
.navigation .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  background-size: 100% 100% /* 初始背景大小 */;
  cursor: pointer;
  transition: all 0.5s ease /* 过渡动画 */;
}
.navigation .nav-item .ico {
  margin-bottom: 14px;
  width: 50px;
  height: 50px;
}
.navigation .nav-item p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.navigation .nav-item .btn {
  display: flex;
  display: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  border-radius: 99px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.navigation .nav-item .btn .icon {
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url("../../img/2025/go.png") center/cover no-repeat;
}
.navigation .nav-item:hover {
  background-size: 115% 115%;
}
.navigation .nav-item:hover .ico {
  animation: pulse 0.5s;
}
.navigation .nav-item:hover .btn {
  visibility: visible;
  opacity: 1;
}
.container-titles {
  display: flex;
  align-items: flex-end;
  margin: auto;
  padding: 40px 0 50px;
  max-width: 1200px;
}
.container-titles h2 {
  margin-right: 10px;
  font-weight: bold;
  font-size: 28px;
}
.container-titles h4 {
  color: #d4dadf;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.doctor-container {
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 80px;
  background-color: #fcfcfc;
}
.doctor-container .swiper-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
}
.doctor-container .doctor-swiper {
  position: relative;
  margin: auto;
}
.doctor-container .doctor-swiper .doctor-header {
  padding-top: 10px;
  padding-right: 15px;
  background: linear-gradient(90deg, #fff 40px, #4d85ec 40px, #4d85ec, #fff);
}
.doctor-container .doctor-swiper .doctor-header .doctor-picture {
  overflow: hidden;
  width: 100%;
  height: 240px;
}
.doctor-container .doctor-swiper .doctor-header .doctor-picture img {
  max-height: none;
  width: 100%;
  height: auto;
}
.doctor-container .doctor-swiper .doctor-info {
  padding: 20px;
  background-image: linear-gradient(90deg, #4c87c3, rgba(76,135,195,0.4));
}
.doctor-container .doctor-swiper .doctor-info .doctor-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #cae4ff;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.doctor-container .doctor-swiper .doctor-info .doctor-desc {
  margin-top: 10px;
}
.doctor-container .doctor-swiper .doctor-info .doctor-desc p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 4px;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 23px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.doctor-container .doctor-swiper .doctor-btn {
  margin-top: 10px;
  padding: 0 40px;
  height: 40px;
  background-color: #4c87c3;
  color: #fff;
}
.doctor-container .doctor-swiper a {
  overflow: hidden;
}
.doctor-container .doctor-swiper img {
  height: 100%;
  transition: all 0.3s;
}
.doctor-container .doctor-swiper img:hover {
  transform: scale(1.02);
}
.doctor-container .swiper-button-prev,
.doctor-container .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.doctor-container .swiper-button-prev:hover,
.doctor-container .swiper-button-next:hover {
  transform: translateY(-50%) scale(1.05);
}
.doctor-container .swiper-button-prev img,
.doctor-container .swiper-button-next img {
  width: 56px;
  height: 56px;
}
.doctor-container .swiper-button-prev {
  left: -100px;
}
.doctor-container .swiper-button-next {
  right: -100px;
}
.device-container {
  margin: auto;
  margin-bottom: 80px;
  max-width: 1200px;
}
.device-container .container-titles {
  padding-bottom: 50px;
}
.device-container .device-wrap {
  display: flex;
}
.device-container .device-left {
  display: flex;
  flex-direction: column;
  width: 340px;
}
.device-container .device-left .device-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 126px;
  background: url("../../img/2025/device.png") center/cover no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.device-container .device-left .device-list {
  flex: 1;
  padding: 18px 16px;
  background-color: #fafafa;
}
.device-container .device-left .device-list .device-title {
  margin: 10px 0;
  padding: 13px 24px;
  border-radius: 99px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
}
.device-container .device-left .device-list .device-title:hover {
  background-color: #4c87c3;
  color: #fff;
}
.device-container .device-left .device-list .device-item-on .device-title {
  background-color: #4c87c3;
  color: #fff;
}
.device-container .device-left .device-list .device-item-detail {
  display: none;
}
.device-container .device-left .device-list .device-item-detail p {
  padding: 12px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
}
.device-container .device-right {
  position: relative;
  flex: 1;
}
.device-container .device-right .device-detail {
  position: relative;
  display: none;
  flex: 1;
}
.device-container .device-right .device-detail .device-pic {
  overflow: hidden;
  height: 572px;
}
.device-container .device-right .device-detail .device-pic img {
  height: 100%;
}
.device-container .device-right .device-detail .device-detail-description {
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: justify;
}
.device-container .device-right .device-detail-on {
  display: block;
}
.story-container {
  padding-bottom: 80px;
  background-color: #fff;
}
.story-list {
  display: grid;
  margin: auto;
  max-width: 1200px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.story-list .story-item {
  background-color: #fff;
}
.story-list .story-item .cover {
  overflow: hidden;
  margin-bottom: 25px;
  height: 240px;
}
.story-list .story-item .cover img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.story-list .story-item:hover img {
  transform: scale(1.05);
}
.story-list .story-item:hover h3 {
  color: #4c87c3;
}
.story-list .story-item:hover .text {
  border-color: #4c87c3;
}
.story-list .story-item .text {
  background-color: #fff;
}
.story-list .story-item .text h3 {
  display: -webkit-box;
  overflow: hidden;
  text-align: justify;
  font-size: 17px;
  line-height: 1.4;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.story-list .story-item .text p {
  display: -webkit-box;
  overflow: hidden;
  height: 48px;
  color: #767676;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.story-list .story-item .text .time {
  margin: 10px 0;
  padding-left: 18px;
  height: auto;
  background: url("../../img/2025/date.png") left center/13px no-repeat;
  color: #767676;
  font-size: 14px;
  line-height: 32px;
}
.voice-container {
  margin: auto;
  margin-bottom: 80px;
  max-width: 1200px;
}
.voice-container .container-titles {
  padding-bottom: 50px;
}
.voice-wrap {
  display: grid;
  color: #fff;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.voice-wrap .voice-item {
  position: relative;
  height: 300px;
  border-radius: 3px;
}
.voice-wrap .voice-item .voice-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 37px 30px 50px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.voice-wrap .voice-item a {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  padding: 5px 16px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.3s;
  gap: 4px;
}
.voice-wrap .voice-item a svg {
  height: 13px;
}
.voice-wrap .voice-item:hover a {
  transform: scale(1.05);
}
.voice-wrap .voice-item h2 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 28px;
}
.voice-wrap .voice-item p {
  display: -webkit-box;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.voice-wrap .voice-item .flag {
  display: grid;
  flex: 1;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.voice-wrap .voice-item .flag img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 0.5s ease /* 过渡动画 */;
  object-fit: cover;
}
.voice-wrap .voice-item1 {
  background: url("../../img/2025/voice1.jpg") center/cover no-repeat;
}
.voice-wrap .voice-item1 .voice-content {
  background-image: linear-gradient(to right, rgba(211,159,80,0.9) 0, rgba(233,168,40,0.8) 50%, rgba(233,148,40,0.4) 100%);
}
.voice-wrap .voice-item1 .voice-content a {
  color: #e95528;
}
.voice-wrap .voice-item1 .voice-content a svg {
  fill: #e95528;
}
.voice-wrap .voice-item3 {
  background: url("../../img/2025/voice2.jpg") center/cover no-repeat;
}
.voice-wrap .voice-item3 .voice-content {
  background-image: linear-gradient(to right, rgba(207,152,67,0.98) 0, rgba(207,152,67,0.9) 40%, rgba(207,152,67,0.7) 100%);
}
.voice-wrap .voice-item3 .voice-content a {
  color: #cf9843;
}
.voice-wrap .voice-item3 .voice-content a svg {
  fill: #cf9843;
}
.voice-wrap .voice-item2 {
  background: url("../../img/2025/voice3.jpg") center/cover no-repeat;
}
.voice-wrap .voice-item2 .voice-content {
  background-image: linear-gradient(to right, rgba(76,135,195,0.98) 0, rgba(76,135,195,0.95) 50%, rgba(76,135,195,0.7) 100%);
}
.voice-wrap .voice-item2 .voice-content a {
  color: #4c87c3;
}
.voice-wrap .voice-item2 .voice-content a svg {
  fill: #4c87c3;
}
.aggregation-container {
  display: flex;
  margin: auto;
  margin-bottom: 80px;
  max-width: 1200px;
  gap: 30px;
}
.aggregation-container .container-titles {
  padding-top: 0;
  padding-bottom: 30px;
}
.aggregation-container .aggregation-left {
  flex: 1;
}
.aggregation-container .aggregation-left .story-list {
  grid-gap: 20px;
}
.aggregation-container .aggregation-left .story-list .story-item a {
  display: flex;
  flex-direction: column;
  height: 384px;
}
.aggregation-container .aggregation-left .story-list .story-item:hover .text {
  border-color: #4c87c3;
}
.aggregation-container .aggregation-left .story-list .story-item .cover {
  margin-bottom: 0;
  height: 200px;
}
.aggregation-container .aggregation-left .story-list .story-item .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #eee;
}
.aggregation-container .aggregation-left .story-list .story-item .text h3 {
  margin-bottom: auto;
  font-size: 16px;
  line-height: 1.6;
}
.aggregation-container .aggregation-left .story-more {
  margin-top: 12px;
  background-color: #e6e6e6;
  color: #999;
}
.aggregation-container .aggregation-left .story-more:hover {
  background-color: #4c87c3;
}
.aggregation-container .aggregation-left .story-more:hover a {
  color: #fff;
}
.aggregation-container .aggregation-left .story-more a {
  display: block;
  padding: 12px 0;
  color: #999;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
.aggregation-container .aggregation-right {
  width: 350px;
}
.aggregation-container .aggregation-right .voice-wrap {
  display: block;
  flex-direction: column;
}
.aggregation-container .aggregation-right .voice-wrap .voice-content {
  padding: 27px 30px 30px;
}
.aggregation-container .aggregation-right .voice-wrap .voice-item {
  margin-bottom: 2px;
  height: 262px;
}
.aggregation-container .aggregation-right .flag-swiper {
  height: 160px;
}
.aggregation-container .aggregation-right .flag-swiper a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.aggregation-container .aggregation-right .flag-swiper a img {
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .search-nav .search-wrap,
  .container-titles {
    width: 100%;
  }
  .banner {
    height: 380px;
  }
  .container-titles {
    padding: 0;
  }
  .search-container {
    margin: auto 12px;
    margin-top: -20px;
    padding: 5px;
    padding-left: 15px;
    width: auto;
  }
  .search-container .search-icon {
    width: 18px;
    height: 18px;
  }
  .search-container .line {
    margin: 0 14px;
    height: 16px;
  }
  .search-container input {
    font-size: 14px;
  }
  .search-container .btn {
    padding: 0 26px;
    height: 32px;
    font-size: 14px;
  }
  .navigation {
    padding: 0 12px;
    width: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .navigation .nav-item {
    padding: 0;
    height: 100px;
  }
  .navigation .nav-item .btn {
    display: none;
  }
  .navigation .nav-item p {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .navigation .nav-item .ico {
    margin-bottom: 10px;
    width: 24px;
    height: 24px;
  }
  .container-titles {
    margin: 32px 12px 24px;
  }
  .container-titles h2 {
    font-size: 18px;
  }
  .container-titles h4 {
    font-size: 14px;
  }
  .device-container .container-titles {
    margin-bottom: 20px;
  }
  .device-container .device-wrap {
    padding: 12px;
  }
  .device-container .device-left {
    flex: 1;
  }
  .device-container .device-left .device-list {
    padding: 0;
    background: none;
  }
  .device-container .device-left .device-list .device-title {
    border-radius: 0;
    background-color: #fafafa;
  }
  .device-container .device-detail {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 280px;
  }
  .navigation {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper {
    height: 220px;
  }
  .container-titles {
    padding: 0;
  }
  .doctor-container {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  .doctor-container .doctor-swiper {
    height: auto;
  }
  .doctor-container .doctor-swiper .doctor-header .doctor-picture {
    height: 200px;
  }
  .doctor-container .doctor-swiper .doctor-info {
    padding: 10px;
  }
  .doctor-container .doctor-swiper .doctor-info .doctor-name {
    font-size: 20px;
  }
  .doctor-container .doctor-swiper .doctor-info .doctor-desc p {
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .doctor-container .swiper-button-prev {
    left: 10px;
  }
  .doctor-container .swiper-button-prev img {
    width: 32px;
    height: 32px;
  }
  .doctor-container .swiper-button-next {
    right: 10px;
  }
  .doctor-container .swiper-button-next img {
    width: 32px;
    height: 32px;
  }
  .device-container .container-titles {
    padding-bottom: 0;
  }
  .device-container .device-left .device-item-on .device-item-detail {
    display: block;
  }
  .device-container .device-right {
    display: none;
  }
  .voice-container .container-titles {
    padding: 0;
  }
  .voice-container .voice-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    gap: 15px;
  }
  .voice-container .voice-item {
    height: 200px;
  }
  .aggregation-container {
    display: block;
  }
  .aggregation-container .container-titles {
    padding: 0;
  }
  .aggregation-container .aggregation-left {
    padding: 0 15px;
  }
  .aggregation-container .aggregation-left .story-list {
    display: flex;
    flex-direction: column;
  }
  .aggregation-container .aggregation-right {
    margin: auto;
    margin-top: 30px;
  }
}
@-moz-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
