﻿@charset "UTF-8";
@keyframes iconMove {
  0% {
    /*
      固定线条的长度和间距
      dasharray:描绘线条
        第一个值：线条长度
        第二个值：空隙距离
        例如：长度为5，间隙为5，每长度5后间隙5再长度的虚线
    */
    stroke-dasharray: 0, 600px;
  }
  100% {
    stroke-dasharray: 600px, 0;
  }
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
.BannerImage {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.BannerImage .banner {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.BannerImage .banner .swiper-button-prev:after,
.BannerImage .banner .swiper-container-rtl .swiper-button-next:after,
.BannerImage .banner .swiper-button-next:after,
.BannerImage .banner .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.BannerImage .banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.BannerImage .banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 3rem;
  border-radius: 5px;
  background: #6fb930;
}
.BannerImage .banner .banner_prev,
.BannerImage .banner .banner_next {
  width: 4.625rem;
  height: 4.625rem;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  background: url(../images/Icon/Banner_Before.png) no-repeat center center/100%;
  transition: all 0.4s ease-out;
}
.BannerImage .banner .banner_prev:hover,
.BannerImage .banner .banner_next:hover {
  background: url(../images/Icon/Banner_After.png) no-repeat center center/100%;
  transform: rotate(360deg) scale(1.2);
}
.BannerImage .banner .banner_prev {
  left: 7.5%;
}
.BannerImage .banner .banner_prev:hover {
  transform: rotate(180deg) scale(1.2);
}
.BannerImage .banner .banner_next {
  right: 7.5%;
  transform: rotate(180deg);
}
.BannerImage .swiper-wrapper {
  width: 100%;
  height: 51.57rem;
}
.BannerImage .swiper-wrapper a {
  width: 100%;
  height: 100%;
  position: relative;
}
.BannerImage .swiper-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.Patient_service {
  height: 25.9375rem;
}
.Patient_service .Service_Name,
.Patient_service .Service_Content {
  height: 50%;
}
.Patient_service .roll {
  height: auto;
}
.Patient_service .roll .Service_Content a {
  position: relative;
  width: 12%;
}
.Patient_service .roll .Service_Content a p {
  margin-top: 30px;
  font-size: 1.375rem;
  position: relative;
  bottom: 0px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Patient_service .roll .Service_Content a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 100%;
  background: url(../images/Icon/hx_icon.png) center center no-repeat;
  background-size: 100% 100%;
  width: 90%;
  height: 10px;
}
.Patient_service .roll .Service_Content a:nth-last-of-type(1)::before {
  display: none;
}
.Patient_service .roll .Service_Content a .icon .p {
  fill: none;
  stroke: #6fb930;
  stroke-width: 5;
  stroke-dasharray: var(--l);
  stroke-dashoffset: var(--l);
  stroke-linecap: round;
}
.Patient_service .roll .Service_Content a .icon .adres {
  animation: stroke 1s forwards;
}
.Patient_service .roll .Service_Content a:hover p {
  color: #6fb930;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Patient_service .roll .Service_Content a:nth-of-type(1)::before {
  left: 92%;
}
.Patient_service .roll .Service_Content a:nth-of-type(2)::before {
  left: 92%;
}
.Patient_service .mobile_roll {
  display: none;
}

.Hospital {
  height: 81.0625rem;
  overflow: hidden;
  background: url("../images/footer/yydt_Background.png") top center no-repeat;
}
.Hospital .Hospital_Dynamics {
  height: 58%;
}
.Hospital .Hospital_Dynamics .Service_Name {
  height: 23%;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper {
  height: 77%;
  display: flex;
  justify-content: space-between;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img {
  width: 60%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 {
  width: 100%;
  height: 70%;
  position: relative;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  position: relative;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide .data {
  position: absolute;
  top: 0%;
  left: 0;
  width: 12%;
  height: 20%;
  background: #6fb930;
  color: #fff;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide .data span:nth-of-type(1) {
  font-size: 2.25rem;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide .data span:nth-of-type(2) {
  font-size: 1rem;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-button-next:after,
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-container-rtl .swiper-button-prev:after,
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-button-prev:after,
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-button-next,
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-button-prev {
  width: 39px;
  height: 39px;
  background: url("../images/Icon/yydt_Icon.png") top center no-repeat;
  background-size: 100% 100%;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-button-prev {
  transform: rotate(180deg);
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper {
  height: 28%;
  width: 100%;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-slide {
  width: 31% !important;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-slide img:hover {
  transform: scale(1.2);
  transition: all 0.5s linear;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  transition: all 0.5s linear;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List {
  width: 38%;
  height: 100%;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a {
  padding: 2%;
  border-bottom: 1px solid #6fb930;
  position: relative;
  height: 17%;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .data {
  width: 17%;
  border-right: 1px solid #c4d0b9;
  position: relative;
  z-index: 9;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .data span {
  color: #6fb930;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .text {
  width: 80%;
  line-height: 2.25;
  position: relative;
  z-index: 9;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: #6fb930;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 13px;
  height: 13px;
  background: url(../images/Icon/Trilateral_icon.png) top center no-repeat;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a:hover .data span {
  color: #fff;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a:hover .text {
  color: #fff;
}
.Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a:hover::after {
  transition: all 0.8s ease;
  height: 100%;
  visibility: initial;
  opacity: 1;
}
.Hospital .Hospital_Bulletin {
  height: 42%;
}
.Hospital .Hospital_Bulletin .Service_Name {
  height: 26%;
  justify-content: flex-end;
}
.Hospital .Hospital_Bulletin .Bulletin_cut {
  height: 12%;
  width: 50%;
  margin: 2% auto;
  margin-bottom: 0%;
}
.Hospital .Hospital_Bulletin .Bulletin_cut a {
  background: #fff;
  border: 1px solid #6fb930;
  width: 24%;
  height: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  z-index: 10;
}
.Hospital .Hospital_Bulletin .Bulletin_cut a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(to right, #76e319, #6fb930);
  z-index: -1;
}
.Hospital .Hospital_Bulletin .Bulletin_cut .Bulletina_active {
  color: #fff;
}
.Hospital .Hospital_Bulletin .Bulletin_cut .Bulletina_active::after {
  width: 100%;
}
.Hospital .Hospital_Bulletin .Hospital_list {
  width: 100%;
  height: 60%;
  padding: 2% 0%;
  flex-wrap: wrap;
  display: none;
  justify-content: flex-start;
}
.Hospital .Hospital_Bulletin .Hospital_list a {
  width: 30%;
  height: 45%;
  position: relative;
  z-index: 99;
  padding-right: 1%;
  margin: 0% 1.5%;
}
.Hospital .Hospital_Bulletin .Hospital_list a:hover {
  transition: all 0.5s linear forwards;
}
.Hospital .Hospital_Bulletin .Hospital_list a:hover .data {
  background: #fff;
  color: #333;
  transition: all 0.5s linear forwards;
}
.Hospital .Hospital_Bulletin .Hospital_list a::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 0%;
  border-radius: 5px;
  height: 80%;
  z-index: 0;
  box-shadow: 0px 3px 18px 0px #6fb930;
  transition: all 0.5s ease-in-out;
}
.Hospital .Hospital_Bulletin .Hospital_list a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.Hospital .Hospital_Bulletin .Hospital_list a .data {
  width: 24%;
  height: 80%;
  color: #fff;
  background: #6fb930;
  transition: all 0.5s linear;
}
.Hospital .Hospital_Bulletin .Hospital_list a .text {
  width: 70%;
  line-height: 2rem;
}
.Hospital .Hospital_Bulletin .Hospital_list:nth-last-child(4) {
  display: flex;
}

.Department_Navigation {
  height: auto;
  padding: 3% 0%;
  width: 100%;
  background: url(../images/footer/ksdh_Background.png) top center no-repeat;
  background-size: 100% 100%;
}
.Department_Navigation .Department_Value {
  height: 100%;
}
.Department_Navigation .Department_Value .Service_Name {
  height: 5rem;
}
.Department_Navigation .Department_Value .data {
  margin: 3rem 0%;
  flex-direction: column;
}
.Department_Navigation .Department_Value .data span {
  display: block;
}
.Department_Navigation .Department_Value .data span:nth-of-type(1) {
  margin-bottom: 1%;
  color: #ef8200;
  font-size: 1.625rem;
}
.Department_Navigation .Department_Value .Department_List {
  height: 27.26rem;
  box-shadow: 0px 1px 1px 1px #efe8e8;
}
.Department_Navigation .Department_Value .Department_List .List {
  width: 60%;
  padding: 0% 4%;
  overflow: hidden;
}
.Department_Navigation .Department_Value .Department_List .List .dh_List {
  height: 10%;
  margin-bottom: 1%;
}
.Department_Navigation .Department_Value .Department_List .List .dh_List span {
  color: #6fb930;
  font-size: 24px;
}
.Department_Navigation .Department_Value .Department_List .List ul {
  height: 80%;
  flex-wrap: wrap;
  align-content: stretch;
  overflow-y: scroll;
  padding-right: 2%;
}
.Department_Navigation .Department_Value .Department_List .List ul a {
  width: 22%;
  height: 2.8rem;
  background: #f5f5f5;
  font-size: 1rem;
  transition: all 0.3s linear;
  margin: 1% 0%;
}
.Department_Navigation .Department_Value .Department_List .List ul a:hover {
  color: #fff;
  background: #6fb930;
  padding-left: 0.5%;
  transition: all 0.3s linear;
}
.Department_Navigation .Department_Value .Department_List .List ul i {
  width: 22%;
}
.Department_Navigation .Department_Value .Department_List .List ul::-webkit-scrollbar {
  width: 5px;
}
.Department_Navigation .Department_Value .Department_List .List ul::-webkit-scrollbar-button {
  display: none;
}
.Department_Navigation .Department_Value .Department_List .List ul::-webkit-scrollbar-thumb {
  background: #ccc;
  cursor: pointer;
  border-radius: 4px;
}
.Department_Navigation .Department_Value .Department_List .List ul::-webkit-scrollbar-corner {
  display: none;
}
.Department_Navigation .Department_Value .Department_List .List ul::-webkit-resizer {
  display: none;
}
.Department_Navigation .Department_Value .Department_List .Img {
  object-fit: cover;
  display: block;
  width: 40%;
  height: 100%;
}

.Expert_Profile {
  height: auto;
  padding-bottom: 2.9375rem;
}
.Expert_Profile .Service_Name {
  margin: 2%;
}
.Expert_Profile .Expert_Vlaue {
  height: auto;
  position: relative;
}
.Expert_Profile .Expert_Vlaue .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 6%;
}
.Expert_Profile .Expert_Vlaue .swiper-slide {
  cursor: pointer;
  height: 90%;
  padding: 1.5% 1%;
  position: relative;
  z-index: 99;
}
.Expert_Profile .Expert_Vlaue .swiper-slide::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  background: #6fb930;
  width: 100%;
  height: 0%;
  z-index: 1;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Expert_Profile .Expert_Vlaue .swiper-slide img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div {
  text-align: center;
  padding: 4%;
  position: relative;
  z-index: 99;
  height: 8.8125rem;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div p {
  line-height: 30px;
  font-size: 1rem;
  font-family: "Adobe 黑体 Std";
  position: relative;
  z-index: 99;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(1) {
  font-size: 1.25rem;
  color: #6fb930;
  margin-top: 2%;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(2) {
  height: 1.5rem;
  color: #6fb930;
  line-height: 1.5rem;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(3) {
  color: #333333;
}
.Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-last-of-type(1) {
  color: #333333;
  text-align: justify;
  opacity: 0.65;
  font-size: 1rem;
  text-align: center;
  line-height: 24px;
}
.Expert_Profile .Expert_Vlaue .swiper-slide:hover::after {
  height: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Expert_Profile .Expert_Vlaue .swiper-slide:hover div p {
  color: #fff;
}
.Expert_Profile .Expert_Vlaue .swiper-slide:hover div p:nth-of-type(3) {
  opacity: 1;
}
.Expert_Profile .Expert_Vlaue .swiper-slide .whether {
  display: none;
}
.Expert_Profile .Expert_Vlaue .swiper_activeadd {
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  overflow: hidden;
  transform: translateY(0%);
}
.Expert_Profile .Expert_Vlaue .swiper_activeadd div p {
  color: #fff !important;
  transition: all 0.5s linear;
}
.Expert_Profile .Expert_Vlaue .swiper_activeadd div p:nth-of-type(3) {
  opacity: 1;
  transition: all 0.5s linear;
}
.Expert_Profile .Expert_Vlaue .swiper_activeadd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "执行主任";
  position: absolute;
  z-index: 10;
  top: 0%;
  left: -24%;
  width: 70%;
  height: 12%;
  transform: rotateZ(-40deg);
  background-color: #6fb930;
  text-align: center;
  color: #fff;
  padding-top: 6%;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.Expert_Profile .Expert_Vlaue .swiper_activeadd:hover {
  transform: translateY(5%);
}
.Expert_Profile .Expert_Vlaue .swiper-pagination {
  text-align: center;
  width: auto;
  height: 4px;
  right: 43%;
}
.Expert_Profile .Expert_Vlaue .swiper-pagination-bullet-active {
  background: #6fb930 !important;
  height: 8px !important;
  top: -7px !important;
}
.Expert_Profile .Expert_Vlaue .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  display: inline-block;
  background: #e5e1e1;
  position: relative;
  top: -0.5625rem;
}
.Expert_Profile .Expert_Vlaue .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}
.Expert_Profile .Expert_Vlaue .swiper-button-prev:after,
.Expert_Profile .Expert_Vlaue .swiper-container-rtl .swiper-button-next:after,
.Expert_Profile .Expert_Vlaue .swiper-button-next:after,
.Expert_Profile .Expert_Vlaue .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev,
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_next {
  width: 4.625rem;
  height: 4.625rem;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  background: url(../images/Icon/Banner_Before.png) no-repeat center center/100%;
  transition: all 0.4s ease-out;
}
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev:hover,
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_next:hover {
  background: url(../images/Icon/Banner_After.png) no-repeat center center/100%;
  transform: rotate(360deg) scale(1.2);
}
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev {
  left: -10.5%;
}
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev:hover {
  transform: rotate(180deg) scale(1.2);
}
.Expert_Profile .Expert_Vlaue .Expert_Vlaue_next {
  right: -10.5%;
  transform: rotate(180deg);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .BannerImage .banner .banner_prev,
.BannerImage .banner .banner_next {
    width: 2.225rem;
    height: 2.225rem;
  }

  .BannerImage .banner .banner_next {
    right: 3.5%;
    transform: rotate(180deg);
  }

  .BannerImage .banner .banner_prev {
    left: 3.5%;
  }

  .BannerImage .swiper-wrapper {
    width: 100%;
    height: 11.25rem;
  }

  .Patient_service .Service_Content {
    width: 300%;
  }

  .Service_Name {
    font-size: 1.5rem;
    height: 7.5rem !important;
  }

  .Patient_service {
    overflow: hidden;
    height: auto;
  }

  .Patient_service .roll {
    display: none;
  }

  .Patient_service .mobile_roll {
    display: block;
    margin: 2rem 0%;
  }

  .Patient_service .mobile_roll .swiper-pagination-bullet-active {
    opacity: 1;
    border-radius: 10px;
    background: #6fb930;
  }

  .Patient_service .mobile_roll .swiper-pagination-bullet {
    width: 3rem;
    border: 2px solid #6fb930;
    border-radius: 10px;
    height: 0.85rem;
  }

  .Patient_service .mobile_roll .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0%;
  }

  .Patient_service .Service_Content a::before {
    display: none;
  }

  .Hospital {
    padding: 0% 4%;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper {
    flex-direction: column;
    align-items: center;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img {
    width: 100%;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List {
    width: 100%;
  }

  .Hospital .Hospital_Bulletin .Hospital_list a {
    width: 100%;
    margin-top: 2rem;
  }

  .Hospital .Hospital_Bulletin .Bulletin_cut {
    height: 12%;
    width: 100%;
    margin: 5% auto;
    margin-bottom: 0%;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
  }
  .Hospital .Hospital_Bulletin .Bulletin_cut a {
    width: 46%;
    height: 2.5rem;
    margin: 2% 0%;
  }

  .Hospital .Hospital_Bulletin .Hospital_list {
    padding: 5% 0%;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .data {
    width: 30%;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .text {
    width: 65%;
    height: 4rem;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide .data {
    display: none;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 {
    overflow: hidden;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper2 .swiper-slide img {
    height: 12.625rem;
    margin-bottom: 0.5rem;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_Img #Hospital_mySwiper .swiper-slide img {
    width: 7.115rem;
    height: 4.673125rem;
  }

  .Department_Navigation {
    height: auto;
    padding: 0% 4%;
    overflow: hidden;
    background-size: auto;
  }

  .Department_Navigation .Department_Value {
    height: auto;
  }

  .Department_Navigation .Department_Value .data span {
    text-align: center;
    line-height: 1.8;
  }

  .Department_Navigation .Department_Value .data span:nth-of-type(1) {
    font-size: 1.25rem;
  }

  .data span:nth-of-type(2) {
    font-size: 1rem;
    margin-top: 4%;
  }

  .Department_Navigation .Department_Value .Department_List .Img {
    display: none;
  }

  .Department_Navigation .Department_Value .Department_List .List {
    width: 100%;
    padding: 0%;
    padding-bottom: 24%;
  }

  .Department_Navigation .Department_Value .Department_List .List ul a {
    width: 48%;
    height: 2.4rem;
    margin: 2% 0%;
  }

  .Department_Navigation .Department_Value .Department_List .List ul {
    height: auto;
    flex-wrap: wrap;
    padding-left: 2%;
  }

  .Department_Navigation .Department_Value .Department_List {
    margin-bottom: 10%;
    height: auto;
  }

  .Expert_Profile {
    height: auto;
    padding: 0% 4%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-container {
    width: 75%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide img {
    width: 90%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-pagination {
    display: none;
  }

  .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev, .Expert_Profile .Expert_Vlaue .Expert_Vlaue_next {
    width: 2rem;
    height: 2rem;
    right: 1%;
  }

  .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev {
    left: 1%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide {
    padding: 5.5% 0%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide div p {
    line-height: 30px;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide div {
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .text {
    line-height: 3.25;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .data {
    width: 26%;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .text {
    width: 74%;
  }

  .Hospital .Hospital_Bulletin .Hospital_list a .data {
    width: 35%;
  }

  .Hospital .Hospital_Bulletin .Hospital_list a .text {
    width: 60%;
  }

  .data span:nth-of-type(1) {
    font-size: 1.25rem;
  }

  .Expert_Profile .Expert_Vlaue .swiper-pagination {
    right: 30%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-pagination-bullet {
    height: 0.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .Patient_service .roll .Service_Content a::before {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .Department_Navigation .Department_Value .data span:nth-of-type(1) {
    letter-spacing: 0;
  }

  .Department_Navigation .Department_Value .Department_List .List ul a {
    height: 3rem;
  }

  .Expert_Profile .Expert_Vlaue .swiper-container {
    padding-bottom: 10%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide:hover::after {
    height: 105%;
  }
}
@media screen and (max-width: 1100px) {
  .Expert_Profile .Expert_Vlaue .swiper-container {
    padding-bottom: 15%;
  }

  .Expert_Profile .Expert_Vlaue .swiper-slide:hover::after {
    height: 110%;
  }
}
@media screen and (min-width: 0px) and (max-width: 375px) {
  .Department_Navigation .Department_Value .Department_List .List {
    padding-bottom: 27%;
  }
}