@font-face {
  font-family: 'DIN';
  src: local('DIN-Medium'), url('DIN-MEDIUM.OTF');
}
.main {
  width: 100%;
  height: 100%;
}
.main .firstScreen {
  width: 100%;
}
.main .firstScreen header {
  width: 100%;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.75rem;
  background: #ffffff;
  box-shadow: 0 0 54px 0 rgba(153, 153, 153, 0.19);
  position: fixed;
  top: 0;
  z-index: 100;
}
.main .firstScreen header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .firstScreen header ul li {
  margin-right: 0.3rem;
  height: 100%;
  position: relative;
  line-height: 0.75rem;
}
.main .firstScreen header ul li .a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.main .firstScreen header ul li .a:hover {
  color: #bd2221;
}
.main .firstScreen header ul li .a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #bd2221;
  width: 100%;
  left: 0;
}
.main .firstScreen header ul li:last-child {
  margin-right: 0;
}
.main .firstScreen header ul li .two-menu {
  display: none;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  /* background: rgba(255, 255, 255, 0.4); */
  background: rgba(22, 89, 150, 0.6);

  text-align: center;
}
.main .firstScreen header ul li .two-menu a {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
  padding: 20px 10px;
}
.main .firstScreen header ul li .two-menu a:hover {
  background: #165996;
}
.main .firstScreen header ul li:hover .two-menu {
  display: block;
}
.main .firstScreen header ul .active .a {
  color: #bd2221;
}
.main .firstScreen header ul .active .a:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #bd2221;
  width: 100%;
  left: 0;
}
.main .firstScreen .showMenu,
.main .firstScreen .Menu {
  display: none;
}
.main .firstScreen .indexBanner {
  width: 100%;
  height: calc(100vh - 0.75rem);
  margin-top: 0.75rem;
}
.main .firstScreen .indexBanner .swiper-slide {
  height: 100%;
}
.main .firstScreen .indexBanner .swiper-slide .swiper-slide-text {
  left: 2.4rem;
  position: absolute;
  bottom: 2rem;
}
.main
  .firstScreen
  .indexBanner
  .swiper-slide
  .swiper-slide-text
  .swiper-slide-text-tit {
  font-size: 0.77rem;
  font-weight: bold;
  color: #177c8a;
  display: flex;
  align-items: center;
}
.main
  .firstScreen
  .indexBanner
  .swiper-slide
  .swiper-slide-text
  .swiper-slide-text-tit
  i {
  margin: 0 0.27rem;
  font-style: normal;
  font-size: 28px;
}
.main .firstScreen .indexBanner .swiper-slide .swiper-slide-text p {
  font-size: 0.46rem;
  font-weight: 300;
  color: #212022;
}
.main .firstScreen .indexBanner .swiper-pagination {
  bottom: 0.64rem;
  display: flex;
  padding-left: 2.4rem;
}
.main .firstScreen .indexBanner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.main
  .firstScreen
  .indexBanner
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  background-color: #165996;
}
.main
  .firstScreen
  .indexBanner
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #165996;
}
.main .service {
  padding-bottom: 1rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.7rem;
}
.main .service .service-box1 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}
.main .service .service-box2 {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 2.4rem;
  height: 6rem;
}
.main .service .service-box2 ul {
  display: flex;
  gap: 0.15rem;
  height: 100%;
}
.main .service .service-box2 ul li {
  background: rgba(22, 89, 150, 0.6);
  height: 100%;
  cursor: pointer;
  position: relative;
}
.main .service .service-box2 ul li .service-box2-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0.4rem;
  justify-content: space-between;
  height: 100%;
  z-index: 10;
}
.main .service .service-box2 ul li .service-box2-hover span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 28px;
  color: #ffffff;
  display: block;
  letter-spacing: 8px;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .service .service-box2 ul li .service-box2-hover img {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  object-fit: cover;
}
.main .service .service-box2 ul li .service-box2-active {
  width: 100%;
  position: relative;
  padding: 0;
  height: 100%;
}
.main .service .service-box2 ul li .service-box2-active img {
  width: 100%;
  height: 100%;
  display: block;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg
  span:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg
  span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.19rem;
  width: 75%;
}
.main .about {
  width: 100%;
  padding: 0 2.4rem;
}
.main .about .about-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-top: 0.7rem;
  column-gap: 0.5rem;
}
.main .about .about-box .about-box-l {
  flex: 1;
}
.main .about .about-box .about-box-l .about-msg {
  margin-top: 0.4rem;
}
.main .about .about-box .about-box-l .about-msg .indexEn {
  text-align: left !important;
}
.main .about .about-box .about-box-l .about-tit {
  font-size: 32px;
  color: #333333;
  line-height: 48px;
  margin-top: 1rem;
}
.main .about .about-box .about-box-l .about-outline {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 0.3rem;
}
.main .about .about-box .about-box-l .about-more {
  font-size: 16px;
  color: #999;
  margin-top: 0.54rem;
  display: block;
  text-decoration: none;
  position: relative;
  width: 1.2rem;
  margin-bottom: 0.45rem;
}
.main .about .about-box .about-box-l .about-more:hover {
  color: #165996;
}
.main .about .about-box .about-box-l .about-more::after {
  content: ' ';
  width: 0;
  height: 1px;
  background: #165996;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transition: all 0.5s;
}
.main .about .about-box .about-box-l .about-more:hover::after {
  left: 0;
  bottom: -0.05rem;
  width: 1.2rem;
}

.main .about .about-box .about-box-l .about-line {
  width: 100%;
  height: 1px;
  background: #c5c5c5;
}
.main .about .about-box .about-box-l .about-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-evenly; */
  margin: 0.4rem 0;
  gap: 0.5rem;
}
.main .about .about-box .about-box-l .about-list-number {
  display: flex;
  flex-direction: column;
  /* margin-right: 0.8rem; */
}
.main .about .about-box .about-box-l .about-list-number .about-list-number-tit {
  font-size: 18px;
  color: #666666;
}
.main .about .about-box .about-box-l .about-list-number .number {
  display: flex;
  align-items: baseline;
}
.main
  .about
  .about-box
  .about-box-l
  .about-list-number
  .number
  span:first-child {
  font-size: 48px;
  font-weight: bold;
  color: #165996;
}
.main
  .about
  .about-box
  .about-box-l
  .about-list-number
  .number
  span:last-child {
  font-size: 24px;
  font-weight: 400;
  color: #165996;
}
.main .about .about-box .about-box-r {
  flex: 1;
  text-align: right;
}
.main .about .about-box .about-box-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .systems {
  width: 100%;
  background: url('../img/five-bg.jpg') center center / cover no-repeat;
  position: relative;
  padding-bottom: 0.92rem;
  padding-top: 0.8rem;
}
.main .systems .systems-box {
  width: 100%;
  padding: 0 2.4rem;
  z-index: 1;
  position: relative;
}
.main .systems .systems-box .systems-msg .indexEn,
.main .systems .systems-box .systems-msg .indexCn {
  color: #fff;
}
.main .systems .systems-list {
  margin-top: 0.5rem;
  position: relative;
  height: 100%;
}
.main .systems .systems-list .systems-list-swiper {
  /* height: 4rem; */
  /* min-height: 360px; */
}
.main .systems .systems-list .systems-list-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide {
  background: #fff;
  display: block;
  overflow: hidden;
  transition: all 0.35s;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  .systems-hover {
  width: 100%;
  max-height: 80%;
  object-fit: cover;
  display: block;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  span {
  display: block;
  font-size: 18px;
  color: #000;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
}
/* .main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover {
  background: #165996;
} */
/* .main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  span {
  color: #fff;
  font-weight: 700;
} */
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  .hoverClass {
  display: none;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  .hoverClass
  b {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .hoverClass {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px) brightness(90%);
  padding: 10px;
  color: #666;
  font-size: 16px;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  .hoverClass
  .erji {
  max-height: 80%;
  overflow-y: scroll;
  word-break: break-all;
}

.main .news {
  width: 100%;
  padding: 0 2.4rem;
}
.main .news .news-box {
  padding: 0.8rem 0;
}
.main .news .news-box .news-msg {
  display: flex;
  justify-content: center;
  align-items: end;
  user-select: none;
}
.main .news .news-box .news-msg .newsPage {
  display: flex;
}
.main .news .news-box .news-msg .newsPage .page-l {
  background: url('../img/case-l.png') center center / cover no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  transform: rotate(0deg);
  cursor: pointer;
  display: none;
}
.main .news .news-box .news-msg .newsPage .page-l:hover {
  background: url('../img/case-r.png') center center / cover no-repeat;
  transform: rotate(180deg);
  width: 0.33rem;
  height: 0.33rem;
}
.main .news .news-box .news-msg .newsPage .page-r {
  background: url('../img/case-l.png') center center / cover no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  margin-left: 0.1rem;
  transform: rotate(180deg);
  cursor: pointer;
  display: none;
}
.main .news .news-box .news-msg .newsPage .page-r:hover {
  background: url('../img/case-r.png') center center / cover no-repeat;
  transform: rotate(0deg);
  width: 0.33rem;
  height: 0.33rem;
}
.main .news .news-box .news-list {
  margin-top: 0.5rem;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #c5c5c5;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg {
  overflow: hidden;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg
  img,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg
  img {
  transition: all 1s;
  width: 100%;
  object-fit: cover;
  display: block;
  height: 4.6rem;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .date,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .date {
  font-size: 14px;
  color: #666666;
  margin: 0.2rem 0;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .title,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .title {
  font-size: 22px;
  color: #333;
  line-height: 36px;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .outline,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .outline {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-top: 0.18rem;
  transform: translateY(100%);
  transition: all 1s;
  display: none;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:after,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:after {
  content: '';
  width: 0;
  height: 2px;
  background: #165996;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .title,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .title {
  font-weight: bold;
  color: #165996;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .outline,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .outline {
  display: -webkit-box;
  transform: translateY(0);
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .swiper-slide-caseImg
  img,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .swiper-slide-caseImg
  img {
  height: 3.8rem;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover::after,
.main
  .news
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover::after {
  left: 0;
  bottom: 0;
  width: 100%;
}
.main .team {
  padding: 0;
  padding-left: 2.4rem;
}
.main .team .newsPage {
  padding-right: 2.4rem;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide {
  height: 6.2rem;
  border-bottom: 0;
  padding: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  img {
  transition: all 1s;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .doctor {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0.4rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  z-index: 2;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:after {
  left: 0;
  width: 100%;
  height: 30%;
  background: none;
  background-image: linear-gradient(to top, #000, transparent);
}
/* .main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  img {
  transform: scale(1.1);
} */
/* .main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover:after {
  background-image: linear-gradient(to top, #165996, transparent);
} */

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .moren {
  width: 100%;
  height: 100%;
}

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .moren
  .doctor {
  opacity: 0;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask {
  position: absolute;
  padding: 20px 40px;
  inset: 0;
  z-index: 2;
  background: rgba(22, 89, 150, 0.8);
  backdrop-filter: blur(6px);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.4rem;
  height: 100%;
}

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .mask-round {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .mask-round:after {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: width110;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .mask-round::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120%;
  width: 120%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  animation-name: width120;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes width110 {
  from {
    width: 110%;
    height: 110%;
  }
  to {
    width: 120%;
    height: 120%;
  }
}
@keyframes width120 {
  from {
    width: 120%;
    height: 120%;
  }
  to {
    width: 130%;
    height: 130%;
  }
}

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .mask-round
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top center;
  position: relative;
  z-index: 4;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-name {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-line {
  width: 100%;
  height: 1px;
  background: #fff;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-sub
  span {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  background-size: 0 2px;
  background-position: right bottom;
  transition: background-size 0.8s;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-sub:hover
  span {
  background-size: 100% 2px;
  background-position: left bottom;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-more {
  margin-top: 20px;
  width: fit-content;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-more:after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.35s ease-in-out;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-more:hover:after {
  width: 100%;
}
.main
  .team
  .news-box
  .news-list
  .team-list-swiper
  .swiper-wrapper
  .swiper-slide
  .mask
  .doctor-more:hover {
  color: #165996;
  font-weight: 500;
}

.main .concat {
  height: 6rem;
}
.main .concat .map {
  width: 100%;
  height: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.main .concat .map .index_map {
  width: 100%;
  height: 100%;
}
.main .concat .concat-info {
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/concat-bg.png') center center / cover no-repeat;
  width: 56%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  padding-right: 2.4rem;
  z-index: 10;
}
.main .concat .concat-info .concat-info-word {
  text-align: right;
  margin-top: 0.97rem;
}
.main .concat .concat-info .concat-info-word p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.main .concat .concat-info .concat-info-3f {
  font-size: 16px;
  color: #666666;
  margin-top: 0.1rem;
}
.main .footer {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  background: #1e1e1e;
}
.main .footer .footer-menu-box {
  display: flex;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.main .footer .footer-menu-box .list-box {
  display: flex;
  color: #fff;
  width: 70%;
  justify-content: space-between;
}
.main .footer .footer-menu-box .list-box .list {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
}
.main .footer .footer-menu-box .list-box .list a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  opacity: 0.5;
  white-space: nowrap;
  max-width: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .footer .footer-menu-box .list-box .list a:hover {
  opacity: 1;
}
.main .footer .footer-menu-box .list-box .list a:first-child {
  font-weight: 400;
  font-size: 0.16rem;
  opacity: 1;
  margin-bottom: 0.1rem;
}
.main .footer .footer-menu-box .list-icon {
  display: flex;
  column-gap: 0.2rem;
}
.main .footer .footer-menu-box .list-icon li {
  position: relative;
  height: fit-content;
}
.main .footer .footer-menu-box .list-icon li .wx {
  width: 0.45rem;
  height: 0.45rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main .footer .footer-menu-box .list-icon li .wx img {
  object-fit: contain;
  width: 60%;
}
.main .footer .footer-menu-box .list-icon li .code {
  display: none;
  position: absolute;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #bd2221;
}
.main .footer .footer-menu-box .list-icon li:hover .wx {
  background: #bd2221;
  border-radius: 50%;
}
.main .footer .line {
  height: 1px;
  background: #ffffff;
  opacity: 0.15 !important;
  margin-top: 0.5rem;
}
.main .footer .copyright {
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  opacity: 0.2 !important;
  margin-top: 0.3rem;
  padding: 0 2.4rem;
}
.main .content {
  width: 100%;
}
.main .content .secondaryMenu {
  width: 100%;
  height: 0.68rem;
  display: flex;
  padding: 0 2.4rem;
  background: #f2f2f2;
  overflow: hidden;
  overflow-x: scroll;
}
.main .content .secondaryMenu li {
  padding: 0 0.3rem;
  position: relative;
  line-height: 0.68rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.main .content .secondaryMenu li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.main .content .secondaryMenu li:hover {
  border-bottom: 3px solid #177c8a;
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu li:hover a {
  font-weight: bold;
  color: #177c8a;
  display: block;
}
.main .content .secondaryMenu .secondaryMenuActive {
  border-bottom: 3px solid #177c8a;
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu .secondaryMenuActive a {
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu::-webkit-scrollbar {
  display: none;
}
.main .content .continner {
  width: 100%;
  padding: 0 2.4rem;
}
.main .content #partner {
  background: #f5f5f5;
}
.main .content .continner h4 {
  padding-top: 0.9rem;
  padding-bottom: 0.7rem;
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
}
.main .content .continner .menu-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .content .continner .menu-box .menus {
  display: flex;
  column-gap: 0.3rem;
  align-items: center;
}
.main .content .continner .menu-box .menus li {
  font-size: 0.22rem;
  color: #666;
  border-right: 1px solid #eee;
  padding-right: 0.3rem;
  cursor: pointer;
}
.main .content .continner .menu-box .menus li:last-child {
  border-right: none;
  padding-right: 0;
}
.main .content .continner .menu-box .menus li:hover {
  color: #bd2221;
}
.main .content .continner .menu-box .menus .li-active {
  color: #bd2221;
}
.main .content .continner .information-box {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0.6rem;
}
.main .content .continner .information-box a {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.6rem;
  position: relative;
}
.main .content .continner .information-box a .scle {
  height: 4.6rem;
  overflow: hidden;
}
.main .content .continner .information-box a .scle img {
  transition: all 0.5s;
}
.main .content .continner .information-box a span {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin: 0.35rem 0;
  display: block;
}
.main .content .continner .information-box a .tit {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.main .content .continner .information-box a:after {
  content: '';
  width: 0;
  border-bottom: 3px solid #165996;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
}
.main .content .continner .information-box a:hover:after {
  left: 0;
  bottom: 0;
  width: 100%;
}
.main .content .continner .information-box a:hover .scle img {
  transform: scale(1.1);
}
.main .content .continner .information-box a:hover .tit {
  font-weight: bold;
  color: #165996;
}
.main .content .continner .experience-box a {
  padding-bottom: 0.5rem;
}
.main .content .continner .experience-box a .scle {
  height: 2.85rem;
}
.main .content .continner .experience-box a .tit {
  margin: 0.3rem 0;
}
.main .content .continner .experience-box a span {
  margin: 0;
}
.main .content .continner .service-box {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
}
.main .content .continner .service-box a {
  display: flex;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 0.5rem;
}
.main .content .continner .service-box a .service-box-left {
  flex: 1;
  overflow: hidden;
}
.main .content .continner .service-box a .service-box-left img {
  transition: all 0.5s;
}
.main .content .continner .service-box a .service-box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0.5rem;
  margin-right: 0;
}
.main .content .continner .service-box a .service-box-right .service-tit {
  font-size: 0.36rem;
  color: #333;
}
.main .content .continner .service-box a .service-box-right .service-outline {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.main .content .continner .service-box a .service-box-right .more {
  font-size: 0.16rem;
  color: #333;
}
.main .content .continner .service-box a:nth-child(odd) {
  flex-direction: row-reverse;
}
.main .content .continner .service-box a:nth-child(odd) .service-box-right {
  margin-right: 0.5rem;
  margin-left: 0;
}
.main .content .continner .service-box a:hover .service-box-left img {
  transform: scale(1.1);
}
.main .content .continner .service-box a:hover .service-tit {
  font-weight: bold;
  color: #165996;
}
.main .content .continner .service-box a:hover .more {
  color: #bd2221;
}
.main .content .continner .doctor-team {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0.9rem;
  padding: 0.7rem 0;
  position: relative;
}
.main .content .continner .doctor-team .team-swiper {
  width: calc(100% - 2rem);
  height: 100%;
}
.main .content .continner .doctor-team .team-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.main .content .continner .doctor-team .team-swiper .swiper-slide .doctor-img {
  user-select: none;
  width: 4.3rem;
  background: linear-gradient(0deg, #8d8d8d 0%, #e5e4e4 98%);
  min-width: 4.3rem;
}
.main .content .continner .doctor-team .team-swiper .swiper-slide .doctor-msg {
  padding-left: 0.6rem;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .tit-box {
  display: flex;
  flex-direction: column;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .tit-box
  .name {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  /*white-space: nowrap;*/
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .tit-box
  .technical {
  font-size: 0.2rem;
  color: #666666;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .honor {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  max-height: 60px;
  color: #333333;
  overflow: hidden;
  overflow-y: scroll;
  cursor: n-resize;
  scrollbar-width: none;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .user {
  margin-top: 0.3rem;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .user
  .t {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .user
  .m {
  font-size: 0.16rem;
  color: #666666;
  line-height: 2;
  max-height: 1.9rem;
  overflow: hidden;
  scrollbar-width: none;
  overflow-y: scroll;
}
.main
  .content
  .continner
  .doctor-team
  .team-swiper
  .swiper-slide
  .doctor-msg
  .user
  .jl {
  max-height: 1.2rem;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  cursor: n-resize;
}
.main .content .continner .doctor-team .icon-left {
  user-select: none;
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icoleft.png) no-repeat;
  width: 0.22rem;
  height: 0.7rem;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}
.main .content .continner .doctor-team .icon-left:hover {
  background: url(../img/icoleft-active.png) no-repeat;
  background-size: contain;
}
.main .content .continner .doctor-team .icon-right {
  user-select: none;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icoright.png) no-repeat;
  width: 0.22rem;
  height: 0.7rem;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}
.main .content .continner .doctor-team .icon-right:hover {
  background: url(../img/icoright-active.png) no-repeat;
  background-size: contain;
}
.main .content .continner .train a .scle {
  height: 2.8rem;
}
.main .content .continner .international {
  height: 6.7rem;
}
.main .content .continner .international .international-swiper {
  height: 100%;
}
.main
  .content
  .continner
  .international
  .international-swiper
  .swiper-slide
  .msg {
  position: absolute;
  left: 0.5rem;
  bottom: 0.3rem;
  font-size: 0.24rem;
  color: #ffffff;
}
.main
  .content
  .continner
  .international
  .international-swiper
  .international-page {
  position: absolute;
  right: 0.5rem;
  bottom: 0.3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.main
  .content
  .continner
  .international
  .international-swiper
  .international-page
  .prve {
  background: url(../img/international-left.png) no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  background-size: cover;
  cursor: pointer;
}
.main
  .content
  .continner
  .international
  .international-swiper
  .international-page
  .prve:hover {
  transform: rotate(-180deg);
  background: url(../img/international-right.png) no-repeat;
  background-size: cover;
}
.main
  .content
  .continner
  .international
  .international-swiper
  .international-page
  .next {
  background: url(../img/international-left.png) no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  background-size: cover;
  cursor: pointer;
  transform: rotate(-180deg);
}
.main
  .content
  .continner
  .international
  .international-swiper
  .international-page
  .next:hover {
  transform: rotate(0);
  background: url(../img/international-right.png) no-repeat;
  background-size: cover;
}
.main .content .continner .hospital .international-swiper .international-page {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.main .content .continner .partner-swiper {
  padding-bottom: 0.9rem;
  height: 100%;
}
.main .content .continner .partner-swiper .swiper-slide {
  background: #f6f6f6;
}
.main .content .continner .characteristic-swiper {
  /*padding-bottom: 1rem;*/
}
.main .content .continner .characteristic-swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 0.5rem 0.3rem;
  height: 5.4rem;
}
.main .content .continner .characteristic-swiper .swiper-slide .cire {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.24rem;
  min-width: 1.24rem;
  min-height: 1.24rem;
  height: 1.24rem;
  background: #165996;
  border-radius: 50%;
}
.main .content .continner .characteristic-swiper .swiper-slide .title {
  font-size: 0.36rem;
  color: #333333;
  margin: 0.4rem 0;
  word-break: break-all;
}
.main .content .continner .characteristic-swiper .swiper-slide .sublie {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.6;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.main .content .continner .concat-us {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  padding-bottom: 1rem;
}
.main .content .continner .concat-us .concatus-map {
  width: 60%;
  height: 6rem;
  background: pink;
}
.main .content .continner .concat-us .concatus-info {
  width: 40%;
}
.main .content .continner .concat-us .concatus-info .tit {
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.main .content .continner .concat-us .concatus-info .ye {
  margin-top: 0.2rem;
}
.main .content .continner .concat-us .concatus-info .lines {
  position: relative;
  height: 1px;
  border-top: 1px dashed #c0c0c0;
}
.main .content .continner .concat-us .concatus-info .lines:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 0.28rem;
  height: 1px;
  background: #555;
  z-index: 1;
}
.main .content .continner .concat-us .concatus-info .concat-address {
  margin: 0.3rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
  padding-right: 0.1rem;
}
.main .content .continner .concat-us .concatus-info .concat-address li {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
}
.main .content .continner .concat-us .concatus-info .concat-address li b {
  font-size: 0.18rem;
}
.main .content .continner .fk {
  padding: 0.9rem 0;
  display: flex;
  column-gap: 0.9rem;
}
.main .content .continner .fk .left-menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
}
.main .content .continner .fk .left-menu .li {
  display: block;
  width: 4.1rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  background: #f5f5f5;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  transition: all 0.35s;
}
.main .content .continner .fk .left-menu .li:hover {
  color: #fff;
  background: #165996;
}
.main .content .continner .fk .left-menu .menu-actives {
  color: #fff;
  background: #165996;
}
.main .content .continner .fk .right-box .whos .ttt {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
.main .content .continner .fk .right-box .whos .details {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.main .content .continner .fk .right-box .whos .details img {
  display: block;
}
.main .content .continner .course .course-swiper1 {
  width: calc(100% - 4.8rem);
  height: 4.5rem;
}
.main .content .continner .course .course-swiper1 .swiper-slide {
  display: flex;
  align-items: center;
  column-gap: 1.1rem;
}
.main .content .continner .course .course-swiper1 .swiper-slide .l-img {
  width: 50%;
}
.main .content .continner .course .course-swiper1 .swiper-slide .r-msg {
  width: 50%;
}
.main .content .continner .course .course-swiper1 .swiper-slide .r-msg .year {
  font-size: 0.36rem;
  color: #333333;
}
.main .content .continner .course .course-swiper1 .swiper-slide .r-msg .info {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
}
.main .content .continner .course .course-swiper2 {
  padding-top: 0.9rem;
  width: calc(100% - 2rem);
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide {
  cursor: pointer;
  transition: all 0.5s;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide
  .top-box {
  position: relative;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide
  .top-box
  .left-line {
  width: 50%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  top: 0;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide
  .top-box
  .right-line {
  width: 50%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 0;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide
  .top-box
  .round {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #cccccc;
  border-radius: 50%;
  z-index: 2;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide
  .year {
  font-size: 0.16rem;
  color: #666666;
  padding-top: 0.3rem;
  text-align: center;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide:first-child
  .top-box
  .left-line {
  display: none;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide:last-child
  .top-box
  .right-line {
  display: none;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide:hover
  .top-box
  .round {
  background: #bd2221;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide:hover
  .year {
  color: #bd2221;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide-thumb-active
  .top-box
  .round {
  background: #bd2221;
}
.main
  .content
  .continner
  .course
  .course-swiper2
  .swiper-wrapper
  .swiper-slide-thumb-active
  .year {
  color: #bd2221;
}
.main .content .course-box {
  padding: 0;
}
.main .content .course-box h4 {
  padding-left: 2.4rem;
}
.main .content .international-box {
  background: #fff;
}
.main .content .about-brief {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  column-gap: 0.8rem;
}
.main .content .about-brief .brief-l {
  width: 50%;
}
.main .content .about-brief .brief-l .t-box {
  color: #333333;
}
.main .content .about-brief .brief-l .t-box .tit {
  font-weight: bold;
  font-size: 0.48rem;
}
.main .content .about-brief .brief-l .t-box .subtit {
  font-size: 0.36rem;
  margin-top: 0.1rem;
}
.main .content .about-brief .brief-l .msg {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 0.8rem;
}
.main .content .about-brief .brief-r {
  width: 50%;
}
.main .content .idea {
  width: 100%;
  display: flex;
}
.main .content .idea .idea-box {
  width: 50%;
  position: relative;
}
.main .content .idea .idea-box .lt {
  position: absolute;
  left: 2.4rem;
  right: 2rem;
  top: 0.7rem;
}
.main .content .idea .idea-box .rt {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
}
.main .content .idea .idea-box .tit {
  font-weight: bold;
  font-size: 0.48rem;
  color: #ffffff;
}
.main .content .idea .idea-box .sublie {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 30px;
}
.main .location {
  color: #bebebe;
  background: #f5f5f5;
  padding: 0.27rem 2.4rem;
  width: 100%;
}
.main .location a {
  font-size: 0.14rem;
  color: #bebebe;
}
.main .location a:hover {
  color: #e60012;
}
.main .detail-box {
  width: 100%;
  padding: 0.7rem 2.4rem 0.7rem 2.4rem;
  background: #fff;
  display: flex;
}
.main .detail-box .detail-info {
  width: 79%;
  width: 100%;
  padding-right: 0.9rem;
}
.main .detail-box .detail-info .detail-tit {
  font-size: 0.4rem;
  color: #333333;
}
.main .detail-box .detail-info .detail-time {
  font-size: 0.14rem;
  color: #a7a7a7;
  margin: 0.25rem 0;
}
.main .detail-box .detail-info .detail {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
}
.main .detail-box .detail-info .detail img {
  /* width: 100%;*/
  /*margin: 0.2rem 0;*/
}
.main .detail-box .detail-info .detail-paging {
  width: 100%;
  display: flex;
  margin-top: 0.6rem;
  border-top: 1px solid #d8d8d8;
  column-gap: 0.74rem;
  justify-content: space-between;
}
.main .detail-box .detail-info .detail-paging .prve,
.main .detail-box .detail-info .detail-paging .next {
  display: flex;
  align-items: center;
  padding-top: 0.56rem;
  transition: all 0.3s;
  max-width: 48%;
}
.main .detail-box .detail-info .detail-paging .prve .black,
.main .detail-box .detail-info .detail-paging .next .black {
  padding-right: 0.1rem;
}
.main .detail-box .detail-info .detail-paging .prve .white,
.main .detail-box .detail-info .detail-paging .next .white {
  display: none;
  padding-right: 0.1rem;
}
.main .detail-box .detail-info .detail-paging .prve .prve-tit,
.main .detail-box .detail-info .detail-paging .next .prve-tit {
  font-size: 0.16rem;
  color: #666666;
  position: relative;
}
.main .detail-box .detail-info .detail-paging .prve:hover .white,
.main .detail-box .detail-info .detail-paging .next:hover .white {
  display: block;
  transform: rotate(0);
}
.main .detail-box .detail-info .detail-paging .prve:hover .black,
.main .detail-box .detail-info .detail-paging .next:hover .black {
  display: none;
}
.main .detail-box .detail-info .detail-paging .prve:hover .prve-tit,
.main .detail-box .detail-info .detail-paging .next:hover .prve-tit {
  color: #e60012;
}
.main .detail-box .detail-info .detail-paging .next {
  flex-direction: row-reverse;
}
.main .detail-box .detail-info .detail-paging .next .black {
  transform: rotate(180deg);
}
.main .detail-box .detail-info .detail-paging .next .prve-tit {
  padding-left: 0;
}
.main .detail-box .detail-info .detail-paging .next:hover .white {
  transform: rotate(180deg);
}
.main .detail-box .recommend-list {
  width: 21%;
  padding: 0.66rem 0 0 0;
}
.main .detail-box .recommend-list .recommend-tit {
  font-size: 0.28rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.main .detail-box .recommend-list a {
  display: block;
  margin-bottom: 0.4rem;
}
.main .detail-box .recommend-list a .hot-img {
  width: 100%;
  height: 19vh;
  min-width: 274px;
}
.main .detail-box .recommend-list a .hot-box {
  width: 100%;
  padding: 0.25rem 0.2rem 0 0.2rem;
}
.main .detail-box .recommend-list a .hot-box .tit {
  font-size: 0.18rem;
  color: #333333;
}
.main .detail-box .recommend-list a .hot-box .time {
  margin-top: 0.2rem;
  font-size: 0.12rem;
  color: #9e9e9e;
}
.main .thirteen {
  padding: 0 2.4rem;
  background: #f5f5f5;
  padding-bottom: 0.7rem;
}
.main .thirteen p {
  font-size: 0.48rem;
  color: #333333;
  font-weight: bold;
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
  min-height: 190px;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:nth-of-type(1)
  .number {
  background: url('/Theme/PC/img/one.png') no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  background-position: center;
  /* font-size: 0.8rem;
  font-family: DIN;
  color: #eee;
  line-height: 1;
  position: relative; */
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:nth-of-type(2)
  .number {
  background: url('/Theme/PC/img/two.png') no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  background-position: center;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:nth-of-type(3)
  .number {
  background: url('/Theme/PC/img/three.png') no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  background-position: center;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:nth-of-type(4)
  .number {
  background: url('/Theme/PC/img/four.png') no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  background-position: center;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:nth-of-type(5)
  .number {
  background: url('/Theme/PC/img/five.png') no-repeat;
  background-size: contain;
  width: 50%;
  height: 30%;
  background-position: center;
}
/* .main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide
  .number:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
} */
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 0.27rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide
  .systems-active {
  display: none;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #165996;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide-hover {
  background: #165996;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide-hover
  .title {
  color: #fff;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide-hover
  .number {
  filter: grayscale(100%) brightness(200%);
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .number {
  filter: grayscale(100%) brightness(200%);
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .number:after {
  background: none;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .title {
  color: #fff;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-hover {
  display: none;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-active {
  display: block;
}
.main .page {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0.9rem 0;
}
.main .page a {
  width: 0.4rem;
  height: 0.4rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 8px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.main .page a:last-child {
  margin-right: 0;
  background: #fff;
}
.main .page a:last-child .activenext {
  display: none;
}
.main .page a:first-child {
  background: #fff;
}
.main .page a:first-child .activePrve {
  display: none;
}
.main .page a:hover {
  background: #bd2221;
  color: #fff;
  border: none;
}
.main .page a:hover .defaultPrve,
.main .page a:hover .defaultnext {
  display: none;
}
.main .page a:hover .activePrve,
.main .page a:hover .activenext {
  display: block;
}
.main .page .pageActive {
  background: #bd2221;
  border: none;
  color: #fff;
}
.indexEn {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.indexCn {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
}
.service-box2-active {
  display: none;
}
.serviceActive {
  position: relative;
}
.serviceActive .service-box2-hover {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(22, 89, 150, 0.6);
  width: fit-content;
  height: 100%;
}
.serviceActive .service-box2-active {
  display: block;
}
.serviceActive:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.InnerPage {
  height: auto !important;
  margin-top: 0.62rem;
}
.InnerPage .InnerPageBanner {
  height: auto;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide {
  position: relative;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .mask {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  inset: 0;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text {
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.InnerPage
  .InnerPageBanner
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-text
  p:first-child {
  font-size: 0.72rem;
  font-weight: 400;
  color: #ffffff;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text p {
  font-size: 0.46rem;
  font-weight: 300;
  color: #fff;
}
#Pagination .page a:first-child,
#Pagination .page a:last-child {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 8px;
  color: #999;
}
#Pagination .page a:first-child:hover,
#Pagination .page a:last-child:hover {
  color: #fff;
  border: none;
  background-color: #bd2221;
}
/* 科室模块 */
.department {
  width: 100%;
  padding: 0.8rem 2.4rem;
}
.department .rows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}
.department .content-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.department .content-tit li {
  color: #616161;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.4s;
  width: fit-content;
  position: relative;
  padding: 0 2px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.department .content-tit li:hover {
  color: #165996;
  border-bottom: 2px solid #165996;
}
.department .content-tit li.depart-active {
  color: #165996;
  border-bottom: 2px solid #165996;
}
.department .content-box {
  margin-top: 0.6rem;
}
.department .content-box .icon-hide {
  display: none;
}
.department .content-box .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  transition: all 0.35s;
}

.department .content-box .icon-box .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: calc(100% / 7);
  padding: 3% 0;
  background: #fff;
}
.department .content-box .icon-box .icon:hover span {
  color: #165996;
}
.department .content-box .icon-box .icon img {
  object-fit: contain;
  width: 102px;
  height: 102px;
}
.department .content-box .icon-box .icon span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
  transition: 0.4s;
}

/*右侧漂浮*/
.fudong {
  width: 64px;
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 333;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.fudong a {
  color: #fff;
}

.fudong .jk {
  width: 100%;
  position: relative;
  z-index: 51;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #165996;
}

.fudong .jk .sapnk {
  margin-top: 4px;
}

.fudong .jk .fudongitma {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.fudongguahaoimg img {
  width: 100%;
  display: block;
}

/*微博*/

.fudongweibo {
  width: 120px;
  position: absolute;
  left: 350px;
  top: 0;
  z-index: 50;
  transform: translateX(calc(-100% - 10px));
}

.g_jsatvwx {
  left: 0;
}
.fudongitmweix {
  border-bottom: 1px solid #fff;
  position: relative;
}
.fudongitmweix:last-child {
  border-bottom: none;
}

.fudongweibo .fudongweiboimg {
  width: 100%;
  transition: all 1.3s;
}

.g_jsatvwx .fudongweiboimg {
  -webkit-animation: fadeInRight 0.5s ease both;
  animation: fadeInRight 0.5s ease both;
  animation-delay: 0.2s;
}

.fudongweiboimg img {
  width: 100%;

  display: block;
}

/*微信*/

.fudongweixin {
  width: 120px;
  position: absolute;
  left: 350px;
  top: 0;
  z-index: 50;
  transform: translateX(calc(-100% - 10px));
}

.g_jsatvwx {
  left: 0;
}

.fudongweixin .fudongweixinimg {
  width: 100%;
  transition: all 1.3s;
}
.fudongweixin .fudongweixinimg.dh {
  height: 70px;
  background: #165996;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0 4px;
}

.g_jsatvwx .fudongweixinimg {
  -webkit-animation: fadeInRight 0.5s ease both;
  animation: fadeInRight 0.5s ease both;
  animation-delay: 0.2s;
}

.fudongweixinimg img {
  width: 100%;
  display: block;
}

.fudongguahao2 .box {
  width: 190px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.fudongguahao2 .box p.p1 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #165996;
  font-style: italic;
  font-weight: bold;
}

.fudongguahao2 .box p.p2 {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #857878;
  line-height: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .main .firstScreen header,
  .main .news,
  .main .about,
  .main .service .service-box2,
  .main .systems .systems-box,
  .main .footer .footer-menu-box,
  .main .content .continner,
  .main .thirteen {
    padding: 0 1.2rem;
  }
  .department {
    padding: 0.7rem 1.2rem;
  }
  .main .thirteen {
    padding-bottom: 0.7rem;
  }
  .main .team,
  .main .service .service-box1 {
    padding-left: 1.2rem;
    padding-right: 0;
  }
  .main .team .newsPage {
    padding-right: 1.2rem;
  }
  .main .content .about-brief {
    padding: 0.8rem 1.2rem;
  }
  .main .content .continner .course .course-swiper1 {
    width: calc(100% - 2.4rem);
    height: 5rem;
  }
  .main .content .continner .course .course-swiper2 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .indexEn {
    text-align: left;
  }
  .main .news .news-box .news-msg {
    justify-content: space-between;
  }
  .main .firstScreen {
    height: auto;
    margin-top: 60px;
  }
  .main .firstScreen .indexBanner {
    height: 100%;
  }
  .main .firstScreen header {
    height: 60px;
    padding: 0 0.4rem;
  }
  .main .firstScreen header img {
    zoom: 0.6;
  }
  .main .firstScreen header ul {
    display: none;
  }
  .main .firstScreen .Menu {
    display: block;
  }
  .main .firstScreen .Menu .nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .main .firstScreen .Menu .nav-icon span {
    background-color: #165996;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 2px;
    transition-duration: 500ms;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(2) {
    top: 9px;
    left: 0;
    opacity: 1;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(2) {
    opacity: 0;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
  }
  .main .firstScreen .showMenu {
    display: none;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 999;
    background-color: #165996;
    padding: 0 0.4rem;
  }
  .main .firstScreen .showMenu a {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
  }
  .main .firstScreen .indexBanner .swiper-slide .swiper-slide-text {
    left: 0;
    width: 100%;
  }
  .main
    .firstScreen
    .indexBanner
    .swiper-slide
    .swiper-slide-text
    .swiper-slide-text-tit {
    justify-content: center;
  }
  .main .firstScreen .indexBanner .swiper-slide .swiper-slide-text p {
    text-align: center;
  }
  .main .firstScreen .indexBanner .swiper-pagination {
    padding-left: 0;
    justify-content: center;
  }
  .main .service .service-box1 {
    padding-left: 20px;
    text-align: left;
  }
  .main .service .service-box2 {
    padding: 0 20px;
    height: auto;
  }
  .main .service .service-box2 ul {
    display: flex;
    flex-direction: column;
  }
  .main .service .service-box2 ul li .service-box2-hover {
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    padding-left: 10px;
  }
  .main .service .service-box2 ul li .service-box2-hover span {
    writing-mode: horizontal-tb;
    font-size: 16px;
    margin-top: 0;
    letter-spacing: normal;
  }
  .main .service .service-box2 ul li .service-box2-hover img {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg {
    left: 10px;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg
    span:first-child {
    font-size: 22px;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .main .service .service-box2 ul .serviceActive .service-box2-hover {
    flex-direction: column;
  }
  .main .service .service-box2 ul .serviceActive .service-box2-hover span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin-top: 10px;
  }
  .main .about {
    padding: 0 20px;
  }

  .main .about .about-box {
    padding: 0;
  }
  .main .about .about-box .about-box-l .about-msg {
    text-align: left;
  }
  .main .about .about-box .about-box-l .about-tit {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .main .about .about-box .about-box-l .about-more {
    width: fit-content;
  }
  .main .about .about-box .about-box-l .about-more:hover:after {
    width: 100%;
  }
  .main .about .about-box .about-box-l .about-list {
    justify-content: space-between;
  }
  .main .about .about-box .about-box-l .about-list-number {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main
    .about
    .about-box
    .about-box-l
    .about-list-number
    .number
    span:first-child {
    font-size: 26px;
  }
  .main .about .about-box .about-box-r {
    display: none;
  }
  .main .systems .systems-box {
    padding: 0 20px;
  }
  .main .systems .systems-list .systems-list-swiper {
    height: auto;
  }
  .main
    .systems
    .systems-box
    .systems-list
    .systems-list-swiper
    .swiper-wrapper
    .swiper-slide {
    height: auto;
  }
  .main
    .systems
    .systems-box
    .systems-list
    .systems-list-swiper
    .swiper-wrapper
    .swiper-slide
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
  }
  .main .news {
    padding: 0 20px;
  }
  .main .news .news-box {
    padding-bottom: 0;
  }
  .main .news .news-box .news-msg {
    padding-right: 0;
  }
  .main .news .news-box .news-msg .newsPage .page-r,
  .main .news .news-box .news-msg .newsPage .page-l {
    width: 26px;
    height: 26px;
  }
  .main .news .news-box .news-msg .newsPage .page-r:hover,
  .main .news .news-box .news-msg .newsPage .page-l:hover {
    width: 26px;
    height: 26px;
  }
  .main
    .news
    .news-box
    .news-list
    .news-list-swiper
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-caseImg
    img {
    height: 32vh;
  }
  .main
    .news
    .news-box
    .news-list
    .news-list-swiper
    .swiper-wrapper
    .swiper-slide
    p:last-child {
    font-size: 18px;
    line-height: 30px;
  }
  .main .concat {
    height: auto;
  }
  .main .concat .map {
    display: flex;
    flex-direction: column-reverse;
  }
  .main .concat .map .index_map {
    height: 30vh;
    margin-top: 20px;
  }
  .main .concat .map .concat-info {
    width: 100%;
    padding: 0 20px;
    background: transparent;
    position: static;
    align-items: start;
    justify-content: start;
  }
  .main .concat .map .concat-info .concat-info-word {
    text-align: left;
    margin-top: 20px;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .doctor {
    font-size: 16px;
  }
  .main .team .newsPage {
    padding: 0;
  }
  .main .footer {
    margin-top: 20px;
    padding: 0.2rem 20px;
    display: flex;
    flex-direction: column;
  }
  .main .footer .footer-menu-box {
    flex-direction: column;
    padding: 0;
  }
  .main .footer .footer-menu-box .list-box {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
  .main .footer .footer-menu-box .list-box .list a:first-child {
    font-size: 16px;
  }
  .main .footer .footer-menu-box .list-box .list a {
    font-size: 14px;
    max-width: 2rem;
  }
  .main .footer .footer-menu-box .list-icon {
    margin-top: 20px;
  }
  .main .footer .footer-menu-box .list-icon li .wx {
    width: 40px;
    height: 40px;
  }
  .main .footer .footer-menu-box .list-icon li .code {
    top: -150%;
    width: 60px;
    height: 60px;
  }
  .main .footer .footer-left {
    text-align: center;
    font-size: 14px;
  }
  .main .footer .footer-right img {
    width: 120px;
    object-fit: contain;
  }
  .main .footer .copyright {
    padding: 0;
    font-size: 12px;
  }
  .main .InnerPageBanner .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .main .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .main .content .secondaryMenu {
    padding: 0 20px;
    height: 60px;
  }
  .main .content .secondaryMenu li {
    line-height: 60px;
    font-size: 16px;
  }
  .main .content .continner {
    padding: 0 20px;
  }
  .main .content .continner .information-box {
    /* grid-template-columns: repeat(1, 1fr); */
  }
  .main .content .continner .information-box a {
    width: 100%;
    margin-right: 0;
  }
  .main .content .continner .information-box a .scle {
    height: auto;
  }
  .main .content .continner .information-box a .scle img {
    height: 32vh;
  }
  .main .content .continner .information-box a .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .main .content .continner .service-box {
    padding-bottom: 0;
  }
  .main .content .continner .service-box a {
    height: 3rem;
  }
  .main .content .continner .service-box a .service-box-right .service-tit {
    font-size: 20px;
  }
  .main .content .continner .service-box a .service-box-right .service-outline,
  .main .content .continner .service-box a .service-box-right .more {
    font-size: 16px;
    line-height: 24px;
  }
  .main .content .continner .characteristic-swiper .swiper-slide {
    height: 6rem;
  }
  .main .content .continner .international {
    height: auto;
  }
  .main .content .continner .characteristic-swiper .swiper-slide .sublie {
    font-size: 14px;
  }
  .main
    .content
    .continner
    .international
    .international-swiper
    .swiper-slide
    .msg {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    color: #666;
    position: static;
  }
  .main
    .content
    .continner
    .international
    .international-swiper
    .international-page
    .prve,
  .main
    .content
    .continner
    .international
    .international-swiper
    .international-page
    .next {
    width: 20px;
    height: 20px;
  }
  .main .content .continner .concat-us {
    flex-direction: column;
    padding-bottom: 0;
  }
  .main .content .continner .concat-us .concatus-map {
    width: 100%;
  }
  .main .content .continner .concat-us .concatus-info {
    width: 100%;
    margin-top: 20px;
  }
  .main .content .continner .concat-us .concatus-info .tit {
    font-size: 18px;
  }
  .main .content .continner .concat-us .concatus-info .concat-address li {
    font-size: 14px;
  }
  .main .content .continner .concat-us .concatus-info .concat-address li b {
    font-size: 16px;
  }
  .main .content .continner .menu-box {
    flex-direction: column;
    align-items: start;
  }
  .main .content .continner .menu-box h4 {
    padding-bottom: 20px;
  }
  .main .content .continner .menu-box .menus {
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .main .content .continner .menu-box .menus li {
    white-space: nowrap;
    font-size: 16px;
  }
  .main .content .continner .fk {
    flex-direction: column;
    padding: 0;
  }
  .main .content .continner .fk .left-menu {
    flex-direction: row;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .main .content .continner .fk .left-menu .li {
    width: fit-content;
    height: fit-content;
    line-height: 1;
    padding: 10px 20px;
    font-size: 16px;
    white-space: nowrap;
  }
  .main .content .continner .fk .right-box .whos .ttt {
    margin: 0.4rem 0;
    word-break: break-all;
  }
  .main .content .continner .fk .right-box .whos .details {
    font-size: 16px;
    text-align: justify;
  }
  .main .content .continner .fk .right-box .whos .details img {
    width: 100%;
    height: auto;
  }
  .main .content .continner .doctor-team .team-swiper {
    width: 80%;
  }
  .main .content .continner .doctor-team .team-swiper .swiper-slide {
    flex-direction: column;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg {
    padding-left: 0;
    padding-top: 10px;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .tit-box {
    flex-wrap: wrap;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .tit-box
    .name {
    font-size: 20px;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .tit-box
    .technical {
    font-size: 14px;
    margin: 3px 0;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .honor {
    font-size: 14px;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .user
    .t {
    font-size: 14px;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .user
    .jl,
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .user
    .m {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
  }
  .main .content .about-brief {
    padding: 0.8rem 20px;
    flex-direction: column;
  }
  .main .content .about-brief .brief-l,
  .main .content .about-brief .brief-r {
    width: 100%;
  }
  .main .content .about-brief .brief-r img {
    width: 100%;
  }
  .main .content .about-brief .brief-l .msg,
  .main .content .about-brief .brief-r .msg {
    margin: 20px 0;
    font-size: 16px;
  }
  .main .content .idea {
    flex-direction: column;
  }
  .main .content .idea .idea-box {
    width: 100%;
  }
  .main .content .idea .idea-box .lt,
  .main .content .idea .idea-box .rt {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .content .idea .idea-box .lt .sublie,
  .main .content .idea .idea-box .rt .sublie {
    font-size: 14px;
    line-height: 1.5;
  }
  .main .content .course-box h4 {
    padding-left: 0;
  }
  .main .content .course-box .course .course-swiper1 {
    width: 100%;
    height: auto;
  }
  .main .content .course-box .course .course-swiper1 .swiper-slide {
    column-gap: 20px;
  }
  .main
    .content
    .course-box
    .course
    .course-swiper1
    .swiper-slide
    .r-msg
    .year {
    font-size: 22px;
  }
  .main
    .content
    .course-box
    .course
    .course-swiper1
    .swiper-slide
    .r-msg
    .info {
    font-size: 14px;
  }
  .main .content .course-box .course .course-swiper2 {
    width: 100%;
    padding-top: 20px;
  }
  .main
    .content
    .course-box
    .course
    .course-swiper2
    .swiper-wrapper
    .swiper-slide
    .year {
    font-size: 14px;
  }
  .main .page a {
    width: 40px;
    height: 40px;
  }
  .main .thirteen {
    padding: 0 20px;
  }
  .main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide {
    height: auto;
    min-height: 130px;
    padding: 10px;
  }
  .main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide .number {
    font-size: 50px;
  }
  .main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
  .main .detail-box {
    padding: 20px;
  }
  .main .detail-box .detail-info {
    width: 100%;
    padding: 0;
  }
  .main .detail-box .detail-info .detail-time {
    font-size: 14px;
  }
  .main .detail-box .detail-info .detail {
    font-size: 16px;
    line-height: 1.5;
  }
  .main .detail-box .detail-info .detail p img {
    width: 100% !important;
    height: auto !important;
  }
  .main .detail-box .detail-info .detail-paging {
    column-gap: 10px;
  }
  .main .detail-box .detail-info .detail-paging .prve .prve-tit,
  .main .detail-box .detail-info .detail-paging .next .prve-tit {
    font-size: 14px;
  }
  .main .detail-box .recommend-list {
    display: none;
  }
  .main .location {
    padding: 10px 20px;
  }
  .main .location a {
    font-size: 14px;
  }
  .InnerPageBanner
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-text
    p:first-child {
    font-size: 36px !important;
  }
  .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text p {
    font-size: 18px !important;
  }
  .main
    .content
    .continner
    .international
    .international-swiper
    .international-page {
    display: none;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .mask {
    padding: 10px;
    row-gap: 10px;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .mask
    .doctor-name {
    font-size: 14px;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .mask
    .doctor-sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .mask
    .doctor-sub
    span {
    font-size: 12px;
  }
  .main
    .team
    .news-box
    .news-list
    .team-list-swiper
    .swiper-wrapper
    .swiper-slide
    .mask
    .doctor-more {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 6px;
  }
  .fudong {
    display: none;
  }
  .department {
    padding: 20px;
  }
  .department .content-box .show-icon-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .department .content-box .icon-box .icon {
    width: auto;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .department .rows {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
  }
  .department .content-box .icon-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .department .rows .content-tit {
    justify-content: start;
    align-items: start;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
  }
  .department .content-box .show-icon-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .department .content-tit li {
    font-weight: 400;
  }
  .department .content-box .icon-box .icon {
    padding: 25px 0;
  }
  .main .detail-box .detail-info .detail img {
    width: 100%;
    height: auto;
  }
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .honor,
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .user
    .jl,
  .main
    .content
    .continner
    .doctor-team
    .team-swiper
    .swiper-slide
    .doctor-msg
    .user
    .m {
    max-height: fit-content;
  }
  .map-img {
    height: 300px;
  }
}
