.banner {
  height: 768px;
}

.banner .banner-swiper {
  height: 100%;
}

.banner .banner-swiper .swiper-wrapper {
  height: 100%;
}

.banner .banner-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner .banner-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 100px;
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7d3f30;
}

.banner .banner-swiper .swiper-button-next::after,
.banner .banner-swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
}

.banner .banner-swiper .swiper-button-prev::after {
  transform: translateX(-2px);
}

.banner .banner-swiper .swiper-button-next::after {
  transform: translateX(2px);
}

.banner .banner-swiper .swiper-button-prev,
.banner .banner-swiper .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #7d3f30;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.banner .banner-swiper .swiper-button-prev {
  left: 13.54166%;
}

.banner .banner-swiper .swiper-button-next {
  right: 13.54166%;
}

.notice {
  position: relative;
  z-index: 2;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-50%);
  display: flex;
  padding: 30px 2.85714% 30px 4.28571%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.notice .left {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2.92857%;
}

.notice .left .text {
  flex-shrink: 0;
  font-size: 20px;
  color: #7d3f30;
  font-weight: 700;
}

.notice .left img {
  width: 38px;
  height: 38px;
  margin-right: 15.11%;
}

.notice .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  background: #cbcbcb;
}

.notice .right {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}

.notice .right .news {
  font-size: 16px;
  margin-left: 2.28571%;
  padding-right: 2%;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice .right .date {
  font-size: 16px;
  color: #999;
  margin-right: 4%;
}

.quick-wrapper {
  position: relative;
  display: flex;
  padding-top: 120px;
  padding-bottom: 80px;
  height: 942px;
  background: url(../images/quick-bg.jpg) no-repeat 0 0 / cover;
}

.quick-wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.quick-wrapper .container .left {
  width: 49.42857%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quick-wrapper .container .left .title {
  font-size: 40px;
  color: #7d3f30;
  font-weight: 700;
}

.quick-wrapper .container .left img {
  width: 100%;
}

.quick-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36.45833%;
  height: 270px;
  color: #fff;
}

.quick-wrapper .item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  text-align: center;
}

.quick-wrapper .right {
  flex: 1;
  position: relative;
  width: 100%;
  margin-left: -7.28571%;
  padding-top: 68px;
}

.quick-wrapper .right .main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.quick-wrapper .right .main .item {
  width: 33.3333%;
  cursor: pointer;
  perspective: 800px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-wrapper .right .main .item img {
  display: block;
  backface-visibility: visible;
  transform-origin: center;
  transition: transform 1s ease;
}

.quick-wrapper .right .main .item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.quick-wrapper .right .main .item:hover img {
  transform: rotateY(360deg);
}

.quick-wrapper .right .main .item:first-child {
  background: url(../images/quick-bg-01.jpg) no-repeat center / cover;
}

.quick-wrapper .right .main .item:first-child img {
  width: 67px;
  margin-bottom: 28px;
}

.quick-wrapper .right .main .item:nth-child(2) {
  background: url(../images/quick-bg-02.jpg) no-repeat center / cover;
}

.quick-wrapper .right .main .item:nth-child(2) img {
  width: 69px;
  margin-bottom: 28px;
}

.quick-wrapper .right .main .item:nth-child(3) {
  background: url(../images/quick-bg-03.jpg) no-repeat center / cover;
  color: #333333;
}

.quick-wrapper .right .main .item:nth-child(3) img {
  width: 63px;
  margin-bottom: 27px;
}

.quick-wrapper .right .main .item:nth-child(4) {
  background: url(../images/quick-bg-04.jpg) no-repeat center / cover;
  color: #333333;
}

.quick-wrapper .right .main .item:nth-child(4) img {
  width: 80px;
  margin-bottom: 29px;
}

.quick-wrapper .right .main .item:nth-child(5) {
  background: url(../images/quick-bg-05.jpg) no-repeat center / cover;
}

.quick-wrapper .right .main .item:nth-child(5) img {
  width: 76px;
  margin-bottom: 27px;
}

.quick-wrapper .right .main .item:last-child {
  background: url(../images/quick-bg-06.jpg) no-repeat center / cover;
}

.quick-wrapper .right .main .item:last-child img {
  width: 69px;
  margin-bottom: 35px;
}

.quick-wrapper .medicine {
  position: absolute;
  bottom: -73px;
  right: 0;
  width: 28.59375%;
  pointer-events: none;
}

.news-wrapper .top {
  display: flex;
  align-items: center;
  background: url(../images/news-top-bg.jpg) no-repeat center / cover;
  height: 633px;
}

.news-wrapper .top .container {
  display: flex;
}

.news-wrapper .top .container .news-swiper {
  height: 430px;
  width: 47.85714%;
  margin: 0;
  flex-shrink: 0;
}

.news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content {
  padding-top: 30px;
  padding-left: 4%;
  height: 114px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 20%, #7d3f30);
  color: #fff;
}

.news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content .date {
  font-size: 16px;
}

.news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content .title {
  margin-top: 16px;
  padding-right: 23%;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide a {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

.news-wrapper .top .container .news-swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 40px;
  padding-right: 5%;
}

.news-wrapper .top .container .news-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 28px;
  height: 3px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}

.news-wrapper .top .container .news-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.news-wrapper .top .container .news-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.news-wrapper .top .container .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a0a0a0;
}

.news-wrapper .top .container .right {
  padding-top: 8px;
  margin-left: 50px;
  flex: 1;
  overflow: hidden;
}

.news-wrapper .top .container .right .news-list {
  margin-top: 24px;
}

.news-wrapper .top .container .right .news-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 89px;
  border-bottom: 1px solid #eee9db;
  cursor: pointer;
}

.news-wrapper .top .container .right .news-list .item:hover .title img.active {
  opacity: 1;
}

.news-wrapper .top .container .right .news-list .item .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #5d5d5d;
  padding-right: 5%;
}

.news-wrapper .top .container .right .news-list .item .title .text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-wrapper .top .container .right .news-list .item .title img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.news-wrapper .top .container .right .news-list .item .title img.active {
  opacity: 0;
}

.news-wrapper .top .container .right .news-list .item .date {
  margin-top: 18px;
  font-size: 16px;
  color: #999;
}

.news-wrapper .bottom {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/news-bottom-bg.jpg) no-repeat center / cover;
  height: 649px;
}

.news-wrapper .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.news-wrapper .bottom .container>div {
  width: 47.785714%;
  padding: 59px 3.571428% 54px;
  background-color: #fff;
}

.news-wrapper .bottom .container>div .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 21px;
}

.news-wrapper .bottom .container>div .news-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 61px;
  font-size: 18px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  width: 100%;
}

.news-wrapper .bottom .container>div .news-list .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 3%;
}

.news-wrapper .bottom .container>div .news-list .item .date {
  flex-shrink: 0;
  color: #999;
  font-size: 16px;
}

.news-wrapper .bottom .container>div .news-list .item:hover {
  color: #7d3f30;
}

.news-wrapper .bottom .shape {
  position: absolute;
  top: 99px;
  right: 2.447916%;
  width: 8.4375vw;
}

.news-wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7d3f30;
}

.news-wrapper .header .title {
  font-size: 40px;
  font-weight: 700;
}

.news-wrapper .header .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: color 0.3s ease;
}

.news-wrapper .header .more:hover img {
  transform: translateX(-3px);
}

.news-wrapper .header .more img {
  margin-left: 10px;
  width: 24px;
  transition: transform 0.3s ease;
}

.experts-wrapper {
  background: url(../images/doctor-bg.jpg) no-repeat center / cover;
  height: 712px;
  padding-top: 61px;
}

.experts-wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7d3f30;
}

.experts-wrapper .header .title {
  font-size: 40px;
  font-weight: 700;
}

.experts-wrapper .header .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: color 0.3s ease;
}

.experts-wrapper .header .more:hover img {
  transform: translateX(-3px);
}

.experts-wrapper .header .more img {
  margin-left: 10px;
  width: 24px;
  transition: transform 0.3s ease;
}

.experts-wrapper .doctor-swiper-wrapper {
  position: relative;
  margin-top: 60px;
  height: 471px;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper {
  height: 100%;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content:hover {
  transform: translateY(-6px);
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content:hover .img-wrap img {
  transform: scale(1.02);
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content:hover .info {
  background: #6f3529;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .img-wrap {
  overflow: hidden;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .img-wrap img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  height: 99px;
  background: #7d3f30;
  transition: background-color 0.3s ease;
  transform: translateY(-45px);
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .top {
  display: flex;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .top .name {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .top .title {
  padding: 1px 0 1px 13px;
  padding-left: 13px;
  color: #deae69;
  font-size: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .department {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 0.5vw;
  color: #fff;
  font-size: 16px;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-pagination {
  bottom: 0;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 7px;
  background: #a9a9a9;
  opacity: 1;
}

.experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7d3f30;
}

.experts-wrapper .doctor-swiper-wrapper .swiper-button-prev,
.experts-wrapper .doctor-swiper-wrapper .swiper-button-next {
  width: 67px;
  height: 67px;
  background: no-repeat center / cover;
}

.experts-wrapper .doctor-swiper-wrapper .swiper-button-prev::after,
.experts-wrapper .doctor-swiper-wrapper .swiper-button-next::after {
  display: none;
}

.experts-wrapper .doctor-swiper-wrapper .swiper-button-prev {
  left: -5.625vw;
  transform: translateY(-59px);
  background-image: url(../images/swiper-doctor-arrow-prev.png);
}

.experts-wrapper .doctor-swiper-wrapper .swiper-button-next {
  right: -5.625vw;
  transform: translateY(-59px);
  background-image: url(../images/swiper-doctor-arrow-next.png);
}

.department-wrapper .top {
  background: url(../images/department-top-bg.jpg) no-repeat center / cover;
  height: 960px;
  padding-top: 67px;
}

.department-wrapper .top .container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.department-wrapper .top .container .header .title {
  font-size: 40px;
  font-weight: 700;
  color: #7d3f30;
}

.department-wrapper .top .container .header .input-wrap {
  position: relative;
  width: 27.142857%;
  height: 65px;
  background-color: #fff;
}

.department-wrapper .top .container .header .input-wrap input {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 6%;
  padding-right: 15%;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

.department-wrapper .top .container .header .input-wrap input::placeholder {
  color: #999;
}

.department-wrapper .top .container .header .input-wrap img {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.department-wrapper .top .container .department-list-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 57px;
}

.department-wrapper .top .container .department-list-wrapper .key {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 20.285714%;
}

.department-wrapper .top .container .department-list-wrapper .key .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 38.732394%;
  margin-bottom: 30px;
}

.department-wrapper .top .container .department-list-wrapper .key .item .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 90%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #7d3f30;
  margin-bottom: 10px;
}

.department-wrapper .top .container .department-list-wrapper .key .item .img-wrap img {
  width: 93%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.department-wrapper .top .container .department-list-wrapper .key .item .img-wrap::after {
  position: absolute;
  content: '';
  width: 93%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(125, 63, 48, 0.8) url(../images/search-02.png) center center / 1.8vw no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.department-wrapper .top .container .department-list-wrapper .key .item:hover .img-wrap::after {
  opacity: 1;
}

.department-wrapper .top .container .department-list-wrapper .key .item:hover .title {
  color: #7d3f30;
  font-weight: 700;
  text-decoration: underline;
}

.department-wrapper .top .container .department-list-wrapper .key .item .title {
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
}

.department-wrapper .top .container .department-list-wrapper>.right {
  position: relative;
  width: calc(100% - 20.285714% - 5.1041666vw);
  margin-left: 5.1041666vw;
}

.department-wrapper .top .container .department-list-wrapper>.right .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #7d3f30;
}

.department-wrapper .top .container .department-list-wrapper>.right .more img {
  margin-left: 10px;
  width: 24px;
  transition: transform 0.3s ease;
}

.department-wrapper .top .container .department-list-wrapper>.right .more:hover img {
  transform: translateX(-3px);
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper {
  margin-top: 43px;
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper .page {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9895833vw;
  flex-wrap: wrap;
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper .page .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  background-color: #fff;
  padding: 0 1.5625vw;
  transition: all 0.3s ease;
  border: 1px solid #d2d2d2;
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper .page .item:hover {
  background-color: #7d3f30;
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper .page .item:hover .title {
  color: #fff;
}

.department-wrapper .top .container .department-list-wrapper>.right .department-list-swiper .page .item .title {
  color: #333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-button-prev,
.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-button-next {
  margin-top: auto;
  position: relative;
  width: 52px;
  height: 52px;
  left: auto;
  right: auto;
  top: auto;
  border: 1px solid #7d3f30;
  border-radius: 50%;
  background: url(../images/arrow-left-icon.png) center / 21px auto no-repeat;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-button-prev::after,
.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-button-next::after {
  display: none;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-button-next {
  transform: rotate(180deg);
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-pagination {
  display: flex;
  align-items: center;
  margin: 0 10px;
  position: relative;
  width: auto;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 3px;
  background: #7d3f30;
}

.department-wrapper .top .container .department-list-wrapper>.right .swiper-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(125, 63, 48, 0.9);
}

.department-wrapper .bottom {
  display: flex;
  height: 700px;
}

.department-wrapper .bottom .left {
  width: 38.90625%;
  height: 100%;
  flex-shrink: 0;
}

.department-wrapper .bottom .left img {
  width: 100%;
  height: 100%;
}

.department-wrapper .bottom .right {
  min-width: 61.09375%;
  height: 100%;
  background: url(../images/department-bottom-bg.jpg) no-repeat center / cover;
}

.department-wrapper .bottom .right>.content {
  padding-top: 83px;
  padding-left: 7.4479166vw;
  padding-right: 13.54166vw;
  color: #fff;
}

.department-wrapper .bottom .right>.content .title {
  font-size: 40px;
  font-weight: 700;
}

.department-wrapper .bottom .right>.content .desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 29px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.department-wrapper .bottom .right .swiper-wrap {
  overflow: hidden;
  padding-left: 114px;
  transform: translateX(-114px);
  width: calc(100% + 114px);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper {
  margin-top: 78px;
  box-sizing: border-box;
  height: 283px;
  overflow: visible;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-slide:hover .content {
  background: url(../images/swiper-deparment-active-bg.jpg) no-repeat 0 0 / cover;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-slide:hover .content::after {
  opacity: 1;
  transform: scale(0.995);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-slide:hover .content .title {
  transform: translateY(0) scale(1);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .content {
  display: block;
  height: 218px;
  line-height: 218px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  background: url(../images/swiper-deparment-bg.jpg) no-repeat 0 0 / cover;
  position: relative;
  overflow: hidden;
  transform: translateY(0) scale(1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
  transition: transform 0.36s ease, box-shadow 0.36s ease, background 0.32s ease;
  will-change: transform;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .content::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 0.32s ease, transform 0.32s ease;
  pointer-events: none;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .content .title {
  position: relative;
  z-index: 1;
  transform: translateY(0) scale(1);
  transition: text-shadow 0.32s ease;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 7.5vw;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-prev,
.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-next {
  margin-top: auto;
  position: relative;
  width: 26px;
  height: 26px;
  background: no-repeat center / cover;
  left: auto;
  right: auto;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-prev::after,
.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-next::after {
  display: none;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-prev {
  background-image: url(../images/swiper-arrow-prev.png);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-button-next {
  background-image: url(../images/swiper-arrow-next.png);
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-pagination {
  display: flex;
  align-items: center;
  margin: 0 13px;
  position: relative;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
  opacity: 1;
}

.department-wrapper .bottom .right .swiper-wrap .department-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1600px) {
  .quick-wrapper .item {
    width: 45%;
  }

  .quick-wrapper .left .main .bottom {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .banner {
    height: auto;
  }

  .banner .banner-swiper .swiper-wrapper~* {
    display: none;
  }

  .banner .banner-swiper .swiper-wrapper .swiper-slide img {
    height: 50vw;
    object-fit: cover;
  }

  .banner .banner-swiper .swiper-pagination {
    display: flex;
    bottom: 5vw;
  }

  .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1vw;
    width: 3vw;
    height: 3vw;
  }

  .notice {
    transform: translateY(0);
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 3vw 0;
    background-color: #fff;
    width: 100%;
  }

  .notice .left {
    padding-right: 0;
  }

  .notice .left img {
    width: 5vw;
    height: auto;
  }

  .notice .left .text {
    font-size: 4vw;
  }

  .notice .left::after {
    display: none;
  }

  .notice .right {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice .right .news {
    margin-top: 2vw;
    font-size: 3vw;
    white-space: initial;
    margin-left: 3vw;
    padding-right: 3vw;
    text-align: justify;
    line-height: 1.2;
  }

  .notice .right .date {
    margin-top: 1vw;
    margin-left: 3vw;
    font-size: 2.8vw;
  }

  .notice .right img {
    display: none;
  }

  .quick-wrapper {
    margin-top: 0;
    height: auto;
    display: block;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .quick-wrapper .container {
    display: block;
  }

  .quick-wrapper .container .left {
    width: 100%;
  }

  .quick-wrapper .container .left .title {
    font-size: 6vw;
  }

  .quick-wrapper .container .left img {
    display: none;
  }

  .quick-wrapper .container .right {
    margin-top: 5vw;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .quick-wrapper .container .right .item {
    height: 40vw;
  }

  .quick-wrapper .container .right .item .title {
    font-size: 4.5vw;
  }

  .quick-wrapper .medicine {
    display: none;
  }

  .news-wrapper {
    margin-top: 0;
  }

  .news-wrapper .top {
    height: auto;
  }

  .news-wrapper .top .container {
    flex-direction: column;
  }

  .news-wrapper .top .container .news-swiper {
    width: 100%;
    height: 60vw;
  }

  .news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content {
    padding-top: 5vw;
    height: 25vw;
  }

  .news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content .date {
    font-size: 3.5vw;
  }

  .news-wrapper .top .container .news-swiper .swiper-wrapper .swiper-slide .content .title {
    margin-top: 2vw;
    font-size: 4vw;
  }

  .news-wrapper .top .container .news-swiper .swiper-pagination {
    bottom: 5vw;
  }

  .news-wrapper .top .container .right {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-top: 5vw;
    padding: 0 2vw;
  }

  .news-wrapper .top .container .right .header .title {
    font-size: 6vw;
  }

  .news-wrapper .top .container .right .header .more {
    margin-top: 0;
    font-size: 3.5vw;
  }

  .news-wrapper .top .container .right .header .more img {
    margin-left: 2vw;
    width: 4vw;
  }

  .news-wrapper .top .container .right .news-list {
    margin-top: 5vw;
    padding-bottom: 5vw;
  }

  .news-wrapper .top .container .right .news-list .item {
    height: 15vw;
    padding: 3vw 0;
  }

  .news-wrapper .top .container .right .news-list .item .title {
    font-size: 4vw;
  }

  .news-wrapper .top .container .right .news-list .item .title img {
    width: 8vw;
  }

  .news-wrapper .top .container .right .news-list .item .date {
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .news-wrapper .bottom {
    padding: 10vw 0;
    height: auto;
  }

  .news-wrapper .bottom .container {
    flex-direction: column;
  }

  .news-wrapper .bottom .container>div {
    width: 100%;
    padding: 8vw 5vw 0;
  }

  .news-wrapper .bottom .container>div .header .title {
    font-size: 6vw;
  }

  .news-wrapper .bottom .container>div .header .more {
    margin-top: 0;
    font-size: 3.5vw;
  }

  .news-wrapper .bottom .container>div .header .more img {
    margin-left: 2vw;
    width: 4vw;
  }

  .news-wrapper .bottom .container>div .news-list {
    margin-top: 5vw;
    padding-bottom: 5vw;
  }

  .news-wrapper .bottom .container>div .news-list .item {
    height: 12vw;
    padding: 3vw 0;
  }

  .news-wrapper .bottom .container>div .news-list .item .title {
    font-size: 4vw;
  }

  .news-wrapper .bottom .container>div .news-list .item .title img {
    width: 8vw;
  }

  .news-wrapper .bottom .container>div .news-list .item .date {
    font-size: 3.5vw;
  }

  .news-wrapper .bottom .container .left {
    margin-bottom: 10vw;
  }

  .experts-wrapper {
    height: auto;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }

  .experts-wrapper .container .header .title {
    font-size: 6vw;
  }

  .experts-wrapper .container .header .more {
    font-size: 3.5vw;
  }

  .experts-wrapper .container .header .more img {
    margin-left: 2vw;
    width: 4vw;
  }

  .experts-wrapper .doctor-swiper-wrapper {
    margin-top: 5vw;
    height: auto;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper {
    padding-bottom: 7vw;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-slide {
    height: auto;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .img-wrap img {
    height: 58vw;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info {
    height: 16vw;
    padding-top: 3vw;
    transform: translateY(-5vw);
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .top .name {
    font-size: 3vw;
    margin-right: 1.6vw;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .top .title {
    padding: 0 0 0 1.8vw;
    font-size: 2.6vw;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .content .info .department {
    padding: 0 2vw;
    font-size: 2.8vw;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-pagination {
    bottom: 0;
  }

  .experts-wrapper .doctor-swiper-wrapper .doctor-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }

  .experts-wrapper .swiper-button-prev,
  .experts-wrapper .swiper-button-next {
    display: none;
  }

  .department-wrapper .top {
    padding-top: 10vw;
    height: auto;
  }

  .department-wrapper .top .container .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .department-wrapper .top .container .header .title {
    font-size: 6vw;
  }

  .department-wrapper .top .container .header .input-wrap {
    margin-top: 5vw;
    width: 100%;
    height: 13vw;
  }

  .department-wrapper .top .container .header .input-wrap input {
    font-size: 4vw;
  }

  .department-wrapper .top .container .department-list-wrapper {
    margin-top: 5vw;
    flex-wrap: wrap;
  }

  .department-wrapper .top .container .department-list-wrapper .key {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .department-wrapper .top .container .department-list-wrapper .key .item {
    width: 100%;
    margin-bottom: 5vw;
  }

  .department-wrapper .top .container .department-list-wrapper .key .item .img-wrap {
    width: 80%;
    margin-bottom: 2vw;
  }

  .department-wrapper .top .container .department-list-wrapper .key .item .img-wrap::after {
    background-size: 6vw;
  }

  .department-wrapper .top .container .department-list-wrapper .key .item .title {
    font-size: 3.5vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right {
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
    padding-bottom: 7vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .more {
    font-size: 4vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .more img {
    margin-left: 2vw;
    width: 4vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .department-list-swiper {
    margin-top: 4vw;
    width: 100%;
  }

  .department-wrapper .top .container .department-list-wrapper .right .department-list-swiper .page {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .department-list-swiper .page .item {
    height: 12vw;
    padding: 0 2vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .department-list-swiper .page .item .title {
    font-size: 3.5vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .swiper-bottom {
    margin-top: 4vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .swiper-bottom .swiper-button-prev,
  .department-wrapper .top .container .department-list-wrapper .right .swiper-bottom .swiper-button-next {
    width: 10vw;
    height: 10vw;
    background-size: 4vw;
  }

  .department-wrapper .top .container .department-list-wrapper .right .swiper-pagination .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 0 0.5vw;
  }

  .department-wrapper .bottom {
    padding-bottom: 10vw;
    flex-direction: column;
    height: auto;
  }

  .department-wrapper .bottom .left {
    display: none;
  }

  .department-wrapper .bottom .right {
    padding-bottom: 5vw;
  }

  .department-wrapper .bottom .right>.content {
    padding-top: 10vw;
  }

  .department-wrapper .bottom .right>.content .title {
    font-size: 6vw;
  }

  .department-wrapper .bottom .right>.content .desc {
    margin-top: 5vw;
    font-size: 4vw;
  }

  .department-wrapper .bottom .right .swiper-wrap .department-swiper {
    margin-top: 6vw;
    height: 40vw;
  }

  .department-wrapper .bottom .right .swiper-wrap .department-swiper .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vw;
    line-height: 1.5;
    font-size: 4vw;
  }
}

@media (max-width: 768px) {
  .quick-wrapper .right {
    position: relative;
  }

  .quick-wrapper .right .main {
    position: unset;
  }

  .quick-wrapper .right .main .item img {
    width: 10vw !important;
    height: auto !important;
    margin-bottom: 5vw !important;
  }
}