﻿@charset "UTF-8";
.paginations {
  display: flex;
}
.paginations .public_pagination {
  margin: 4% auto;
  width: auto;
}
.paginations .public_pagination a,
.paginations .public_pagination span,
.paginations .public_pagination p {
  cursor: pointer;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  margin: 0% 0.2rem;
}
.paginations .public_pagination .current {
  background: #6fb930;
  color: #fff;
}

.Hospital_profile {
  height: 68.5625rem;
}
.Hospital_profile .Service_Name {
  height: 19%;
}
.Hospital_profile h6 {
  font-size: 1.125rem;
  color: #7b7b7b;
  text-align: left;
  font-weight: 100;
  line-height: 2rem;
  text-indent: 2rem;
}
.Hospital_profile h6 .Get_More {
  display: inline-block;
  text-indent: 0rem;
  color: #6fb930;
  font-size: 1rem;
}
.Hospital_profile .Scenery_Swiper {
  height: 46%;
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
}
.Hospital_profile .Scenery_Swiper .swiper {
  width: 100%;
  height: 56%;
}
.Hospital_profile .Scenery_Swiper .swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.Hospital_profile .Scenery_Swiper .swiper .swiper-slide:hover {
  box-shadow: 0px 1px 3px 1px #6fb930;
}
.Hospital_profile .Scenery_Swiper .swiper .swiper-slide:hover img {
  transform: scale(1.2);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Scenery_Swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Cultural_Group {
  padding: 0% 3%;
  height: 15%;
}
.Hospital_profile .Cultural_Group a {
  height: 100%;
  width: 48%;
  background: #edefeb;
  position: relative;
}
.Hospital_profile .Cultural_Group a p {
  font-size: 1.5rem;
  color: #6fb930;
  width: 20%;
  position: relative;
  top: 20%;
  left: 10%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Cultural_Group a p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35%;
  width: 45%;
  height: 3px;
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Cultural_Group a .Details {
  width: 80%;
  height: 47%;
  position: absolute;
  bottom: -24%;
  left: 10%;
  background-image: -moz-linear-gradient(180deg, #489904 0%, #6fb930 100%);
  background-image: -webkit-linear-gradient(180deg, #489904 0%, #6fb930 100%);
  background-image: -ms-linear-gradient(180deg, #489904 0%, #6fb930 100%);
  padding: 0% 6%;
  color: #fff;
}
.Hospital_profile .Cultural_Group a .Details span {
  font-size: 1rem;
}
.Hospital_profile .Cultural_Group a:hover p {
  font-size: 1.625rem;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Cultural_Group a:hover p::after {
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_profile .Cultural_Group a:hover .Details img {
  animation: shake 0.4s;
}

.Partybuilding_Garden {
  min-height: 60.0625rem;
  padding: 30px 0%;
}
.Partybuilding_Garden .Partybuilding_img {
  height: 29%;
}
.Partybuilding_Garden .Partybuilding_img img {
  width: 100%;
  height: 100%;
}
.Partybuilding_Garden .Partybuilding_List {
  height: 56%;
  width: 100%;
  flex-wrap: wrap;
}
.Partybuilding_Garden .Partybuilding_List li {
  height: 5.9925rem;
  width: 50%;
}
.Partybuilding_Garden .Partybuilding_List li a {
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Partybuilding_Garden .Partybuilding_List li a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -2%;
  width: 8%;
  height: 3px;
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(1) {
  width: 15%;
}
.Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 2.625rem;
}
.Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 1.125rem;
}
.Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(2) {
  width: 80%;
}
.Partybuilding_Garden .Partybuilding_List li a:hover {
  padding-left: 2%;
  color: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Partybuilding_Garden .Partybuilding_List li a:hover::after {
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Patient_Service {
  height: 96.75rem;
}
.Patient_Service .Patient_Name {
  height: 31%;
  padding: 5rem 0%;
}
.Patient_Service .Patient_Name .serve {
  height: 40%;
}
.Patient_Service .Patient_Name .serve a {
  width: 28%;
  height: 100%;
  position: relative;
  z-index: 9;
  padding-right: 1%;
}
.Patient_Service .Patient_Name .serve a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 0%;
  z-index: 1;
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Patient_Service .Patient_Name .serve a .serve_img {
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 50%;
  background: #6fb930;
  position: relative;
  z-index: 9;
}
.Patient_Service .Patient_Name .serve a .serve_img img {
  width: 50%;
  height: auto;
}
.Patient_Service .Patient_Name .serve a .serve_text {
  width: 68%;
  position: relative;
  z-index: 9;
}
.Patient_Service .Patient_Name .serve a .serve_text h3 {
  font-size: 1.25rem;
}
.Patient_Service .Patient_Name .serve a .serve_text p {
  margin-top: 5%;
  font-style: italic;
  font-size: 1rem;
  padding-right: 1%;
}
.Patient_Service .Patient_Name .serve a:hover .serve_text {
  color: #fff;
}
.Patient_Service .Patient_Name .serve a:hover .serve_text p {
  font-style: initial;
}
.Patient_Service .Patient_Name .serve a:hover::after {
  height: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Patient_Service .Patient_Map {
  width: 100%;
  height: 49%;
  background: #f2f4f5;
  position: relative;
}
.Patient_Service .Patient_Map #map {
  position: relative;
  top: 15%;
  height: 80%;
  border: 6px solid #fff;
}
.Patient_Service .Patient_Map .Hint_Message {
  position: absolute;
  top: 22%;
  right: 20%;
  z-index: 99;
  width: 18%;
  height: auto;
  background: #fff;
  padding: 1%;
  font-size: 1rem;
}
.Patient_Service .Patient_Map .Hint_Message h6 {
  font-weight: 500;
  font-size: 1rem;
}
.Patient_Service .Patient_Map .Hint_Message h6 .hzfw_img {
  display: inline-block;
  background: url("../images/Icon/Hzfw_mapIcon.png") top center no-repeat;
  background-size: cover;
  width: 1.8125rem;
  height: 1.8125rem;
  vertical-align: bottom;
  margin-right: 2%;
}
.Patient_Service .Patient_Map .Hint_Message .img {
  width: 100%;
  height: 40%;
  border-radius: 5px;
  margin: 6% 0%;
}
.Patient_Service .Patient_Map .Hint_Message p {
  margin-bottom: 0.5rem;
}
.Patient_Service .Patient_Map .Hint_Message .addres {
  line-height: 1.5;
}
.Patient_Service .Patient_Map .Hint_Message h5 {
  font-size: 1rem;
  margin-top: 8%;
}
.Patient_Service .Patient_Map .Hint_Message h5 img {
  width: auto;
  max-height: 60%;
  vertical-align: middle;
  margin-right: 2%;
}
.Patient_Service .Patient_Map .Hint_Message .addresd {
  line-height: 1.5;
  margin-top: 2%;
}
.Patient_Service .Patient_Map .Hint_Message .hzfw_close {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 3%;
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  border-radius: 15%;
  background: rgba(255, 255, 255, 0.719);
}
.Patient_Service .Department_Telephone {
  height: 21%;
  background: url(../images/SubPage/hzfw_Telephonebackground.png) center center no-repeat;
  display: flex;
  padding: 0% 5%;
  align-items: center;
}
.Patient_Service .Department_Telephone a {
  display: flex;
  align-items: center;
  width: 100%;
}
.Patient_Service .Department_Telephone a span {
  font-size: 2.25rem;
  color: #6fb930;
  transition: transform 0.4s;
}
.Patient_Service .Department_Telephone a img {
  margin-left: 2%;
}
.Patient_Service .Department_Telephone a:hover img {
  animation: shake 0.4s;
}
.Patient_Service .Department_Telephone a:hover span {
  transform: translatex(6px);
}

.Hospital_Bulletins .Service_Name {
  padding: 3.2rem 0%;
}
.Hospital_Bulletins h3 {
  height: 3.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
}
.Hospital_Bulletins h3 div img {
  display: inline-block;
  margin-right: 10px;
}
.Hospital_Bulletins h3 a {
  font-size: 1rem;
}
.Hospital_Bulletins h3 a:hover {
  color: #4fa504;
}
.Hospital_Bulletins h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(60deg, #6fb930, #2b5506);
}
.Hospital_Bulletins .addres {
  margin-bottom: 2%;
}
.Hospital_Bulletins .addres .addres_list {
  height: 5rem;
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 2%;
  position: relative;
}
.Hospital_Bulletins .addres .addres_list .data {
  color: #edefeb;
  height: 100%;
  width: 14%;
  background: #6fb930;
  margin-right: 2%;
}
.Hospital_Bulletins .addres .addres_list .data p:nth-of-type(1) {
  font-size: 1.5rem;
}
.Hospital_Bulletins .addres .addres_list .text {
  width: 80%;
  line-height: 2.475;
}
.Hospital_Bulletins .addres .addres_list::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #6fb930;
  transition: width 1.5s;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .addres .addres_list:hover::after {
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .Message_Info {
  height: 19.25rem;
  margin: 4% 0%;
}
.Hospital_Bulletins .Message_Info .messageimg {
  position: relative;
  height: 100%;
  width: 35%;
  color: #edefeb;
  background: url("../images/SubPage/zhaobiaoxinxi.png") top center no-repeat;
}
.Hospital_Bulletins .Message_Info .messageimg a {
  width: 100%;
  height: 21%;
  color: #edefeb;
  position: absolute;
  right: 10%;
  bottom: 15%;
  cursor: pointer;
}
.Hospital_Bulletins .Message_Info .Message_List {
  width: 62%;
  height: 100%;
  justify-content: flex-start;
}
.Hospital_Bulletins .Message_Info .Message_List a {
  height: 20%;
  box-shadow: 0px 0px 9px 0px rgba(51, 51, 51, 0.32);
  padding: 0% 2%;
  font-size: 1rem;
  margin-bottom: 2.5%;
}
.Hospital_Bulletins .Message_Info .Message_List a p {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .Message_Info .Message_List a p:nth-of-type(1) {
  font-size: 1.125rem;
  width: 15%;
  text-align: center;
  border-right: 2px solid #6fb930;
}
.Hospital_Bulletins .Message_Info .Message_List a p:nth-of-type(2) {
  width: 82%;
}
.Hospital_Bulletins .Message_Info .Message_List a:hover {
  box-shadow: 0px 0px 9px 0px #6fb930;
}
.Hospital_Bulletins .Message_Info .Message_List a:hover p {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #6fb930;
}
.Hospital_Bulletins .Message_Info .Message_List a:nth-last-of-type(1) {
  margin-bottom: 0%;
}
.Hospital_Bulletins .Js_Gk {
  height: 39.125rem;
  position: relative;
  padding-bottom: 5%;
}
.Hospital_Bulletins .Js_Gk h4 {
  height: 3.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  margin: 1.5% 0%;
  color: #6fb930;
  border-bottom: 1px dashed #6fb930;
}
.Hospital_Bulletins .Js_Gk h4 a {
  font-size: 1rem;
}
.Hospital_Bulletins .Js_Gk h4 a:hover {
  color: #6fb930;
}
.Hospital_Bulletins .Js_Gk .Gk_List {
  height: 36%;
  width: 100%;
  flex-wrap: wrap;
}
.Hospital_Bulletins .Js_Gk .Gk_List li {
  height: 5.9925rem;
  width: 48%;
}
.Hospital_Bulletins .Js_Gk .Gk_List li a {
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .Js_Gk .Gk_List li a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -2%;
  width: 8%;
  height: 3px;
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(1) {
  width: 15%;
}
.Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 2.625rem;
}
.Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 1.125rem;
}
.Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(2) {
  width: 80%;
}
.Hospital_Bulletins .Js_Gk .Gk_List li a:hover {
  padding-left: 2%;
  color: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Bulletins .Js_Gk .Gk_List li a:hover::after {
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Hospital_Dynamics {
  height: auto;
}
.Hospital_Dynamics .Service_Name {
  padding: 3.2rem 0%;
  padding-bottom: 0%;
}
.Hospital_Dynamics .Hospital_News {
  height: auto;
}
.Hospital_Dynamics .Hospital_News h3 {
  height: 8.125rem;
}
.Hospital_Dynamics .Hospital_News .News_Swiper {
  height: 17.375rem;
  width: 100%;
  overflow: hidden;
}
.Hospital_Dynamics .Hospital_News .News_Swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.Hospital_Dynamics .Hospital_News .News_Swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hospital_Dynamics .Hospital_News .News_Swiper .swiper-wrapper .swiper-slide .intro {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.361);
  color: #fff;
  padding: 3% 5%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Dynamics .Hospital_News .News_Swiper .swiper-wrapper .swiper-slide .intro p {
  width: 100%;
  font-size: 1.125rem;
}
.Hospital_Dynamics .Hospital_News .News_Swiper .swiper-wrapper .swiper-slide:hover .intro {
  visibility: visible;
  opacity: 1;
  height: 32%;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Dynamics .Hospital_News .News_List {
  height: auto;
}
.Hospital_Dynamics .Hospital_News .News_List a {
  height: 6.56rem;
  border-bottom: 1px solid #6fb930;
  position: relative;
  overflow: hidden;
}
.Hospital_Dynamics .Hospital_News .News_List a .data {
  width: 10%;
  border-right: 2px solid #c4d0b9;
  position: relative;
  z-index: 9;
}
.Hospital_Dynamics .Hospital_News .News_List a .data span {
  color: #6fb930;
}
.Hospital_Dynamics .Hospital_News .News_List a .text {
  width: 80%;
  line-height: 2rem;
  position: relative;
  z-index: 9;
  padding-left: 2%;
}
.Hospital_Dynamics .Hospital_News .News_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_Dynamics .Hospital_News .News_List a::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../images/Icon/Trilateral_icon.png) top center no-repeat;
}
.Hospital_Dynamics .Hospital_News .News_List a:hover .data span {
  color: #fff;
}
.Hospital_Dynamics .Hospital_News .News_List a:hover .text {
  color: #fff;
}
.Hospital_Dynamics .Hospital_News .News_List a:hover::after {
  transition: all 0.8s ease;
  height: 111%;
  visibility: visible;
  opacity: 1;
}
.Hospital_Dynamics .Feature_Column {
  height: 10.31rem;
  padding-top: 2%;
  overflow: hidden;
  position: relative;
}
.Hospital_Dynamics .Feature_Column .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.Hospital_Dynamics .Feature_Column .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.Hospital_Dynamics .Feature_Column .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.Hospital_Dynamics .Feature_Column .FeatureColumn-pagination {
  position: absolute;
  right: 2%;
  z-index: 9;
  bottom: 5%;
  width: auto;
}
.Hospital_Dynamics .Feature_Column .FeatureColumn-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.Hospital_Dynamics .Feature_Column .swiper-pagination-bullet-active {
  width: 0.8125rem !important;
  height: 0.8125rem !important;
  background: #ef8200;
}
.Hospital_Dynamics .Feature_ColumnListd {
  margin: 4% 0%;
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List {
  padding: 2% 0%;
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a {
  width: 48%;
  height: 5rem;
  justify-content: flex-start;
  border-bottom: 1px dashed #e1e1e1;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -2%;
  width: 8%;
  height: 3px;
  background: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a img {
  width: 6%;
  height: auto;
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a p {
  font-size: 1.25rem;
  margin-left: 5%;
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a:hover {
  padding-left: 2%;
  color: #6fb930;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Dynamics .Feature_ColumnListd .FC_List a:hover::after {
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Hospital_Dynamics h3 {
  color: #333333;
  font-weight: 500;
}
.Hospital_Dynamics h3 span {
  font-size: 1.375rem;
}
.Hospital_Dynamics h3 a {
  color: #ef8200;
  font-size: 1.125rem;
}

.Feature_title {
  height: 3.125rem;
  padding: 0% 5px;
  border-top: 5px solid #6fb930;
  margin-top: 3%;
}
.Feature_title .go_back_index img {
  margin-left: 5px;
}
.Feature_title .go_back_index:hover {
  color: #6fb930;
}
.Feature_title .go_back_index:hover img {
  animation: shake 0.4s;
}
.Feature_title span a {
  margin: 0% 5px;
}

.Feature_ColumnList {
  padding: 1% 0% 3% 0%;
  flex-wrap: wrap;
}
.Feature_ColumnList .regulations {
  width: 31%;
  height: auto;
  margin: 0% 3% 2% 0%;
  padding: 2%;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.Feature_ColumnList .regulations .regulations-1 {
  width: 65%;
  height: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  clip-path: polygon(8% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 99.33%, 20% 100%, 0% 100%, 0% 40%);
  background: #6fb930;
  position: relative;
  left: 33%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Feature_ColumnList .regulations .regulations-2 {
  width: 100%;
  min-height: 10rem;
}
.Feature_ColumnList .regulations .regulations-2 a {
  margin-top: 6%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Feature_ColumnList .regulations .regulations-2 a:hover {
  color: #6fb930;
  text-indent: 1rem;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Feature_ColumnList .regulations:nth-of-type(3n) {
  margin-right: 0%;
}
.Feature_ColumnList .regulations:hover {
  box-shadow: 0 0 10px 5px rgba(111, 185, 48, 0.5);
}
.Feature_ColumnList .regulations:hover .regulations-1 {
  width: 70%;
  left: 28%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Department_Navigation {
  height: auto;
  margin-bottom: 3%;
}
.Department_Navigation .Service_Name {
  height: 11.5rem;
}
.Department_Navigation .background_img {
  height: 22.1875rem;
  padding: 2% 0%;
  border-bottom: 1px solid #eeeeee;
}
.Department_Navigation .background_img img {
  width: 100%;
  height: 100%;
}
.Department_Navigation .Department_List {
  height: auto;
}
.Department_Navigation .Department_List .initial {
  height: 2.46rem;
}
.Department_Navigation .Department_List .initial span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 5%;
  height: 80%;
  transition: all 0.3s linear;
  padding: 0% 0.2rem;
  margin-right: 0.2rem;
}
.Department_Navigation .Department_List .initial span:hover {
  background: #6fb930;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.Department_Navigation .Department_List .initial .initial_addClass {
  background: #6fb930;
  color: #fff;
  border-radius: 10px;
}
.Department_Navigation .Department_List .ks_List {
  height: 80%;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 30rem;
}
.Department_Navigation .Department_List .ks_List a,
.Department_Navigation .Department_List .ks_List li {
  height: 3rem;
  width: 23%;
  border: 1px solid #999b9b;
  letter-spacing: 0.3rem;
  margin-top: 1%;
}
.Department_Navigation .Department_List .ks_List a:hover,
.Department_Navigation .Department_List .ks_List li:hover {
  background-color: #6fb930;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 1.125rem;
  border: none;
}
.Department_Navigation .Department_List .ks_List li {
  display: none;
}
.Department_Navigation .Department_List .ks_List i {
  width: 23%;
}

.Expert_Profile {
  position: relative;
  height: auto;
}
.Expert_Profile .Service_Name {
  height: 11.5rem;
}
.Expert_Profile .Department_Search {
  background: none;
  box-shadow: none;
  border-bottom: 2px solid #6fb930;
  padding-right: 0%;
}
.Expert_Profile .Department_Search .Ification {
  width: 70%;
  height: 100%;
  padding-right: 10%;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1%;
}
.Expert_Profile .Department_Search .Ification .Ification_ks {
  width: 24%;
  height: 50%;
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #fff;
  border: 1px solid #6fb930;
  cursor: pointer;
  margin-right: 2%;
}
.Expert_Profile .Department_Search .Ification .Ification_addres {
  color: #fff;
  border: none;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-image: linear-gradient(to right, #76e319, #6fb930);
}
.Expert_Profile .Department_Search .Right_Search {
  width: 24%;
  height: 75%;
  position: relative;
  bottom: -20%;
}
.Expert_Profile .Department_Search .Right_Search img {
  width: 10%;
}
.Expert_Profile .Department_Search .Right_Search .search {
  width: 85%;
  border-radius: 5px;
}
.Expert_Profile .Department_Search .Right_Search .search button {
  width: 30%;
}
.Expert_Profile .Department_Search .Right_Search .search #keyword {
  font-size: 0.875rem;
}
.Expert_Profile .Expert_List .Doctor_List {
  height: auto;
  padding-top: 3%;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 30rem;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name {
  width: 19%;
  margin-right: 1.2%;
  cursor: pointer;
  height: 90%;
  padding: 1.5% 1%;
  position: relative;
  z-index: 99;
  margin-bottom: 1%;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:nth-of-type(5n) {
  margin-right: 0%;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name::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_List .Doctor_List .Doctor_Name img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div {
  text-align: center;
  padding: 4%;
  position: relative;
  z-index: 99;
  height: 8.8125rem;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p {
  line-height: 30px;
  font-size: 1rem;
  font-family: "Adobe 黑体 Std";
  position: relative;
  z-index: 99;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p:nth-of-type(1) {
  font-size: 1.25rem;
  color: #6fb930;
  margin-top: 2%;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p:nth-of-type(2) {
  height: 1.5rem;
  color: #6fb930;
  line-height: 1.5rem;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p:nth-of-type(3) {
  color: #333333;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name 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_List .Doctor_List .Doctor_Name:hover::after {
  height: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:hover div p {
  color: #fff;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:hover div p:nth-of-type(3) {
  opacity: 1;
}
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name .whether {
  display: none;
}
.Expert_Profile .Expert_List .Doctor_List .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_List .Doctor_List .swiper_activeadd div p {
  color: #fff !important;
  transition: all 0.5s linear;
}
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd div p:nth-of-type(3) {
  opacity: 1;
  transition: all 0.5s linear;
}
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "执行主任";
  position: absolute;
  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;
  z-index: 99;
}
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd:hover {
  transform: translateY(5%);
}
.Expert_Profile .Famous_Doctors h4 {
  height: 3.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  margin: 1.5% 0%;
  color: #6fb930;
  border-bottom: 1px dashed #6fb930;
}
.Expert_Profile .Famous_Doctors h4 a {
  font-size: 1rem;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 {
  height: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 15rem;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name {
  width: 19%;
  margin-right: 1.2%;
  cursor: pointer;
  height: 90%;
  padding: 1.5% 1%;
  position: relative;
  z-index: 99;
  margin-bottom: 1%;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:nth-of-type(5n) {
  margin-right: 0%;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name::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 .Famous_Doctors .Doctor_List2 .Doctor_Name img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div {
  text-align: center;
  padding: 4%;
  position: relative;
  z-index: 99;
  height: 8.8125rem;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p {
  line-height: 30px;
  font-size: 1rem;
  font-family: "Adobe 黑体 Std";
  position: relative;
  z-index: 99;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p:nth-of-type(1) {
  font-size: 1.25rem;
  color: #6fb930;
  margin-top: 2%;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p:nth-of-type(2) {
  height: 1.5rem;
  color: #6fb930;
  line-height: 1.5rem;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p:nth-of-type(3) {
  color: #333333;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name 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 .Famous_Doctors .Doctor_List2 .Doctor_Name:hover::after {
  height: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:hover div p {
  color: #fff;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:hover div p:nth-of-type(3) {
  opacity: 1;
}
.Expert_Profile .Famous_Doctors .Doctor_List2 .whether {
  display: none;
}
.Expert_Profile .Famous_Doctors .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 .Famous_Doctors .swiper_activeadd div p {
  color: #fff !important;
  transition: all 0.5s linear;
}
.Expert_Profile .Famous_Doctors .swiper_activeadd div p:nth-of-type(3) {
  opacity: 1;
  transition: all 0.5s linear;
}
.Expert_Profile .Famous_Doctors .swiper_activeadd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "执行主任";
  position: absolute;
  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;
  z-index: 99;
}
.Expert_Profile .Famous_Doctors .swiper_activeadd:hover {
  transform: translateY(5%);
}

.Department_Search {
  height: 5.625rem;
  width: 100%;
  box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding-right: 4%;
}
.Department_Search p {
  width: 20%;
  height: 100%;
  font-size: 1.125rem;
  justify-content: space-evenly;
}
.Department_Search p img {
  width: 25%;
  height: auto;
}
.Department_Search p img:hover {
  animation: shake 0.4s;
}
.Department_Search .search {
  width: 80%;
  border: 2px solid #e0e3e5;
  height: 60%;
  overflow: hidden;
  box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.15);
}
.Department_Search .search #keyword {
  width: 90%;
  height: 100%;
  padding: 2%;
  font-size: 1rem;
}
.Department_Search .search button {
  width: 10%;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  background: #6fb930;
  cursor: pointer;
}

.Nursing_Culture {
  height: auto;
  width: 100%;
  background: url("../images/SubPage/hlwh_BackGround.png") top center no-repeat;
}
.Nursing_Culture h4 {
  font-weight: 500;
  height: 23%;
  font-size: 1.5rem;
}
.Nursing_Culture h4 .more {
  font-size: 1rem;
  color: #ef8200;
}
.Nursing_Culture .Nursing_Introduction {
  height: 36.2625rem;
  position: relative;
  padding-top: 2%;
}
.Nursing_Culture .Nursing_Introduction .Service_Name {
  height: 26%;
}
.Nursing_Culture .Nursing_Introduction .Introduction {
  width: 55%;
  height: 70%;
  position: absolute;
  right: 0;
  top: 30%;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Nursing_Culture .Nursing_Introduction .Introduction p {
  text-indent: 2rem;
  line-height: 3.333;
  text-align: justify;
  text-decoration: underline 2px dashed gray;
  text-underline-offset: 90%;
}
.Nursing_Culture .Nursing_Introduction .Introduction .more {
  font-size: 0.875rem;
  background: #6fb930;
  width: 5.4375rem;
  height: 2.5rem;
  color: #fff;
  margin-top: 3%;
}
.Nursing_Culture .Nursing_Style {
  background-color: #ebefe733;
  height: 31.5625rem;
}
.Nursing_Culture .Nursing_Style .swiper-container {
  padding: 0% 1%;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-wrapper {
  justify-content: space-between;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0.5% 0%;
  height: 100%;
  flex-direction: column;
  position: relative;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide .Hl_Img {
  width: 100%;
  height: 80%;
  background: #fff;
  padding: 4%;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px rgba(68, 68, 68, 0.3);
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide .Hl_Img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  overflow: hidden;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide:hover .Hl_Img img {
  transform: scale(1.2);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide:nth-of-type(1) .Hl_Img {
  position: relative;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide:nth-of-type(1) .Hl_Img::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  top: 5%;
  left: -12%;
  width: 45%;
  height: 12%;
  z-index: 999;
  transform: rotateZ(-40deg);
  background-color: #6fb930;
}
.Nursing_Culture .Nursing_Style .swiper-container .swiper-slide:nth-of-type(1) .Hl_Img::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "执行主任";
  position: absolute;
  top: 5%;
  left: -12%;
  width: 45%;
  height: 12%;
  transform: rotateZ(-40deg);
  box-sizing: border-box;
  z-index: 9999;
  color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.Nursing_Culture .Culture {
  height: 30.5625rem;
}
.Nursing_Culture .Culture .Culture_List {
  height: 67%;
}
.Nursing_Culture .Culture .Culture_List a {
  height: 26%;
  position: relative;
}
.Nursing_Culture .Culture .Culture_List a .time {
  height: 100%;
  width: 10%;
  border: 1px solid #c3c4c5;
  background: #6fb930;
}
.Nursing_Culture .Culture .Culture_List a .time span {
  display: block;
  height: 50%;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Nursing_Culture .Culture .Culture_List a .time span:nth-of-type(2) {
  background: #fff;
  font-size: 1.375rem;
  color: #6fb930;
}
.Nursing_Culture .Culture .Culture_List a .text {
  width: 88%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.Nursing_Culture .Culture .Culture_List a .text img {
  margin-right: 5px;
}
.Nursing_Culture .Culture .Culture_List a ::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 2px;
  width: 0%;
  background: #6fb930;
  transition: all 0.3s linear;
}
.Nursing_Culture .Culture .Culture_List a :hover ::after {
  width: 100%;
  transition: all 0.3s linear;
}
.Nursing_Culture .Culture .Culture_List a :hover p {
  color: #6fb930;
  transition: all 0.5s linear;
}

.Medical_research {
  height: 67.1875rem;
}
.Medical_research .Service_Name {
  height: 18%;
}
.Medical_research .Medical_contain {
  width: 100%;
  height: 66%;
  position: relative;
}
.Medical_research .Medical_contain .Medical_value {
  box-shadow: 0px 2px 7.6px 0.4px rgba(0, 0, 0, 0.15);
  width: 61%;
  height: 100%;
  padding: 2%;
  position: relative;
  z-index: 99;
}
.Medical_research .Medical_contain .Medical_value .Medical_list {
  height: 80%;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list {
  border-bottom: 1px solid #6fb930;
  position: relative;
  height: 17%;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list .data {
  width: 17%;
  border-right: 1px solid #c4d0b9;
  position: relative;
  z-index: 9;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list .data span {
  color: #6fb930;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list .text {
  width: 80%;
  line-height: 2rem;
  position: relative;
  z-index: 9;
  margin-top: 2%;
  padding-right: 2%;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: #6fb930;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 0.8125rem;
  height: 0.08125rem;
  background: url(../images/Icon/Trilateral_icon.png) top center no-repeat;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list:hover .data span {
  color: #fff;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list:hover .text {
  color: #fff;
}
.Medical_research .Medical_contain .Medical_value .Medical_list .md_list:hover::after {
  transition: all 0.8s ease;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.Medical_research .Medical_contain .Medical_img {
  position: absolute;
  right: 0%;
  top: 15%;
  width: 39%;
  height: auto;
  z-index: 0;
}

.Health_Education {
  height: 67.1875rem;
  background: url("../images/temp/jjjy_Backgound.png") top left no-repeat;
}
.Health_Education .Service_Name {
  height: 17%;
}
.Health_Education .Health_value {
  height: 80%;
  position: relative;
}
.Health_Education .Health_value .Health_List {
  width: 50%;
  height: 90%;
  padding: 2%;
  position: absolute;
  right: 0%;
  top: 0%;
}
.Health_Education .Health_value .Health_List .md_list {
  border-bottom: 1px solid #6fb930;
  position: relative;
  height: 13%;
}
.Health_Education .Health_value .Health_List .md_list .data {
  width: 17%;
  border-right: 1px solid #c4d0b9;
  position: relative;
  z-index: 9;
}
.Health_Education .Health_value .Health_List .md_list .data span {
  color: #6fb930;
}
.Health_Education .Health_value .Health_List .md_list .text {
  width: 80%;
  line-height: 2rem;
  position: relative;
  z-index: 9;
}
.Health_Education .Health_value .Health_List .md_list::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: #6fb930;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
}
.Health_Education .Health_value .Health_List .md_list::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../images/Icon/Trilateral_icon.png) top center no-repeat;
}
.Health_Education .Health_value .Health_List .md_list:hover .data span {
  color: #fff;
}
.Health_Education .Health_value .Health_List .md_list:hover .text {
  color: #fff;
}
.Health_Education .Health_value .Health_List .md_list:hover::after {
  transition: all 0.8s ease;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.Health_Education .Health_value .paginations {
  width: 100%;
  position: absolute;
  right: 0%;
  bottom: 5%;
}

.List_Page {
  min-height: 55rem;
  padding-top: 3%;
  position: relative;
}
.List_Page .title {
  height: 3.125rem;
  padding: 0% 5px;
  border-top: 5px solid #6fb930;
}
.List_Page .title .go_back_index img {
  margin-left: 5px;
}
.List_Page .title .go_back_index:hover {
  color: #6fb930;
}
.List_Page .title .go_back_index:hover img {
  animation: shake 0.4s;
}
.List_Page .title span a {
  margin: 0% 5px;
}
.List_Page .Nav_List {
  height: auto;
  width: 100%;
  align-items: flex-start;
}
.List_Page .Nav_List .nav {
  height: auto;
  width: 30%;
  min-height: 18.75rem;
  background: #fff;
  border: 1.25rem solid #6fb930;
  border-right: none;
  border-left: 1.875rem solid #6fb930;
  box-shadow: 0px 8px 13.14px 4.86px rgba(142, 142, 142, 0.23);
  padding: 3.125rem 0%;
}
.List_Page .Nav_List .nav s {
  height: 6.25rem;
  padding: 10% 15%;
  position: relative;
}
.List_Page .Nav_List .nav s::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 8%;
  width: 12px;
  height: 50%;
  background: #6fb930;
}
.List_Page .Nav_List .nav s a {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.List_Page .Nav_List .nav s a:nth-of-type(1) {
  display: block;
}
.List_Page .Nav_List .nav .Nav_addres a {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  height: 3.125rem;
  padding-left: 7%;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s linear;
}
.List_Page .Nav_List .nav .Nav_addres a:hover {
  color: #6fb930;
  padding-left: 8%;
  transition: all 0.3s linear;
}
.List_Page .Nav_List .nav .Nav_addres .Nav_addresactive {
  color: #6fb930;
  padding-left: 8%;
  border-bottom: 1px solid #6fb930;
  transition: all 0.3s linear;
}
.List_Page .Nav_List .List {
  width: 60%;
  height: 100%;
}
.List_Page .Nav_List .List a {
  height: 3.75rem;
  padding-left: 1%;
  border-bottom: 1px solid #e6e6e6;
}
.List_Page .Nav_List .List a:hover {
  color: #6fb930;
  box-shadow: 2px 7px 11.14px -6.14px #6fb930;
  transition: all 0.3s linear;
  padding-left: 2%;
}
.List_Page .Nav_List .List a p:nth-of-type(1) {
  width: 80%;
}
.List_Page .Nav_List .List a p:nth-of-type(2) {
  width: 15%;
}
.List_Page .paginations {
  width: 60%;
  float: right;
}
.List_Page .mobile_btn {
  display: none;
  justify-content: center;
  align-items: center;
  background: #6fb930;
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  border-bottom-right-radius: initial;
  border-top-right-radius: initial;
  position: fixed;
  top: 60%;
  right: 0%;
}
.List_Page .mobile_btn img {
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.List_Page .mobile_btn .mobile_addbtn {
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.property_Page {
  position: relative;
  margin: 2.1875rem auto;
  background-color: white;
  box-shadow: 0px 13px 18px 0px rgba(142, 142, 142, 0.35);
  border-top: 0.3125rem solid #6fb930;
}
.property_Page .title {
  height: 50px;
  padding: 0% 0.3125rem;
}
.property_Page .title .go_back_index img {
  margin-left: 0.3125rem;
}
.property_Page .title .go_back_index:hover {
  color: #6fb930;
}
.property_Page .title .go_back_index:hover img {
  animation: shake 0.4s;
}
.property_Page .title span a {
  margin: 0% 0.3125rem;
}
.property_Page h3 {
  height: 100px;
  font-size: 1.5rem;
  font-weight: 550;
}
.property_Page .message {
  height: 50px;
  margin: 40px 30px;
  padding: 0% 0.625rem;
  background: #cafd9e;
  color: #6fb930;
  font-size: 1rem;
}
.property_Page .message span {
  margin: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.property_Page .message .shared #share-1 .icon-qq {
  background-size: 70% 70%;
}
.property_Page .message .fontSize {
  padding: 3px 5px;
  border-radius: 5px;
}
.property_Page .message .fontSize:hover {
  background: #6fb930;
  color: #fff;
}
.property_Page .Article {
  padding: 3.75rem;
  padding-top: 0%;
  padding-bottom: 6rem;
  min-height: 31.25rem;
}
.property_Page .Article p {
  line-height: 2.333;
}
.property_Page .Article p a {
  display: inline;
}
.property_Page .Article p .none,
.property_Page .Article p .pull-left {
  display: inline-block;
}
.property_Page .Article img {
  max-width: 800px !important;
  height: auto;
  margin: 15px auto !important;
}
.property_Page .Article table {
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
}
.property_Page .prevAndNextContent {
  height: 110px;
  justify-content: space-evenly;
  border-top: 1px solid #c9c9c9;
}
.property_Page .prevAndNextContent .prev,
.property_Page .prevAndNextContent .next {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0% 30px;
}
.property_Page .prevAndNextContent .prev span img,
.property_Page .prevAndNextContent .next span img {
  margin: 0% 10px;
}
.property_Page .prevAndNextContent .prev a,
.property_Page .prevAndNextContent .next a {
  width: 90%;
}
.property_Page .prevAndNextContent .prev:hover,
.property_Page .prevAndNextContent .next:hover {
  color: #6fb930;
}
.property_Page .prevAndNextContent .prev:hover a,
.property_Page .prevAndNextContent .next:hover a {
  color: #6fb930;
}

.Details_Page h4 {
  font-size: 1.75rem;
}
.Details_Page h4 span {
  display: inline-block;
  margin-left: 1%;
}
.Details_Page .picture_Name {
  height: 24rem;
  padding: 50px 0%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: url("../images/Icon/zjjjxxy_Icon.png") bottom left no-repeat;
}
.Details_Page .picture_Name .picture {
  border: 6px solid #6fb930;
  height: 100%;
  width: 18%;
  overflow: hidden;
}
.Details_Page .picture_Name .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Details_Page .picture_Name .Name {
  width: 77%;
  height: 100%;
  margin-left: 3%;
}
.Details_Page .picture_Name .Name .ks_Name {
  height: 30px;
  border-left: 4px solid #6fb930;
  padding-left: 2%;
}
.Details_Page .picture_Name .Name .skilled {
  height: auto;
  background: #cafd9e;
  color: #6fb930;
  padding: 1.5% 2%;
  width: 100%;
}
.Details_Page .Personal_Data {
  min-height: 800px;
}
.Details_Page .Personal_Data h4 {
  height: 100px;
}
.Details_Page .Personal_Data .Personal_Text p {
  font-size: 16px;
  line-height: 2.25;
  text-indent: 32px;
  margin: 20px;
}

.Department_Details h4 {
  height: 8.75rem;
  font-size: 2.25rem;
  border-bottom: 1px solid #6fb930;
}
.Department_Details h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
.Department_Details h5 img {
  margin: 0% 5px;
}
.Department_Details .Get_More {
  display: inline-block;
  font-weight: 500;
  color: #6fb930;
  font-size: 1rem;
}
.Department_Details .Brief_Introduction {
  height: 25rem;
  padding: 35px 10px;
}
.Department_Details .Brief_Introduction .Department_img {
  width: 35%;
  height: 100%;
  overflow: hidden;
}
.Department_Details .Brief_Introduction .Department_img img {
  width: 100%;
  height: 100%;
}
.Department_Details .Brief_Introduction .Department_Name {
  width: 62%;
  height: 100%;
}
.Department_Details .Brief_Introduction .Department_Name p {
  font-size: 1.125rem;
  margin: 15px 0%;
  line-height: 2.222;
  text-indent: 2rem;
}
.Department_Details .Specia_list {
  height: auto;
  padding: 1.9375rem 0px;
}
.Department_Details .Specia_list h5 {
  height: 5%;
}
.Department_Details .Specia_list h5 .ys_more {
  font-size: 1.125rem;
}
.Department_Details .Specia_list h5 .ys_more:hover {
  color: #4fa504;
}
.Department_Details .Specia_list .Expert_Profile {
  height: auto;
  margin: 2% 0%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 4%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide {
  height: 82%;
  padding: 1.5% 1%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide img {
  width: 100%;
  max-height: 70%;
  object-fit: cover;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div {
  text-align: center;
  padding: 4%;
  height: 8.8125rem;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p {
  line-height: 30px;
  font-size: 1rem;
  font-family: "Adobe 黑体 Std";
  position: relative;
  z-index: 99;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(1) {
  font-size: 1.25rem;
  color: #6fb930;
  margin-top: 2%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(2) {
  height: 1.5rem;
  color: #6fb930;
  line-height: 1.5rem;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(3) {
  color: #333333;
}
.Department_Details .Specia_list .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;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide:hover {
  background: #6fb930;
  transition: all 0.3s linear;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide:hover div p {
  color: #fff;
  transition: all 0.5s linear;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide:hover div p:nth-of-type(3) {
  opacity: 1;
  transition: all 0.5s linear;
}
.Department_Details .Specia_list .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%);
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper_activeadd div p {
  color: #fff !important;
  transition: all 0.5s linear;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper_activeadd div p:nth-of-type(3) {
  opacity: 1;
  transition: all 0.5s linear;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper_activeadd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "执行主任";
  position: absolute;
  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;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper_activeadd:hover {
  transform: translateY(5%);
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-pagination {
  text-align: center;
  width: auto;
  height: 4px;
  right: 43%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-pagination-bullet-active {
  background: #6fb930 !important;
  height: 8px !important;
  top: -7px !important;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  display: inline-block;
  background: #e5e1e1;
  position: relative;
  top: -0.5625rem;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-button-prev:after,
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container-rtl .swiper-button-next:after,
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-button-next:after,
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev,
.Department_Details .Specia_list .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;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev:hover,
.Department_Details .Specia_list .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);
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev {
  left: -10.5%;
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev:hover {
  transform: rotate(180deg) scale(1.2);
}
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_next {
  right: -10.5%;
  transform: rotate(180deg);
}
.Department_Details .Scope h5 {
  height: 70px;
}
.Department_Details .Scope .Scope_List {
  line-height: 2.5;
  font-size: 16px;
  min-height: 200px;
  margin-bottom: 4rem;
}
.Department_Details .Only_Department {
  min-height: 50rem;
  padding: 35px 10px;
}
.Department_Details .Only_Department .Department_Name p {
  font-size: 1.125rem;
  margin: 15px 0%;
  text-indent: 2rem;
}
.Department_Details .Only_Department .Department_Name pre {
  margin-left: 2rem;
  line-height: 2;
  font-size: 1.125rem;
}
.Department_Details .whether {
  display: none;
}

.leading_Group {
  height: auto;
  padding: 3% 0%;
}
.leading_Group .title {
  padding: 1% 5px;
  border-top: 5px solid #6fb930;
}
.leading_Group .title span a {
  margin: 0% 0.3125rem;
}
.leading_Group .leading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2%;
}
.leading_Group .leading .leader {
  width: 20%;
  margin-right: 3%;
  background-color: #f9f9f9;
  min-height: 20rem;
}
.leading_Group .leading .leader a {
  border-top: 1px solid #ebebeb;
  padding-left: 15%;
  height: 3rem;
  justify-content: flex-start;
  font-size: 1.125rem;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.leading_Group .leading .leader a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0.3125rem;
  height: 0%;
  background-image: linear-gradient(to top, #84f323, #4fa504);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.leading_Group .leading .leader a:hover, .leading_Group .leading .leader a:active {
  color: #6fb930;
  background-color: #fff;
}
.leading_Group .leading .leader a:hover::after, .leading_Group .leading .leader a:active::after {
  height: 100%;
}
.leading_Group .leading .leader a:nth-last-of-type(1) {
  border-bottom: 1px solid #ebebeb;
}
.leading_Group .leading .leader .leader_active {
  color: #6fb930;
  background-color: #fff;
}
.leading_Group .leading .leader .leader_active::after {
  height: 100%;
}
.leading_Group .leading .shipMain {
  width: 85%;
  min-height: 20rem;
}
.leading_Group .leading .shipMain h1 {
  color: #6fb930;
}
.leading_Group .leading .shipMain .shipMain_title {
  font-size: 1.125rem;
  margin: 2% 0%;
  height: 2rem;
  justify-content: flex-start;
  border-bottom: 1px solid #ebebeb;
}
.leading_Group .leading .shipMain .shipMain_p {
  line-height: 2.1315;
  text-align: justify;
}

.department_phone_title {
  height: 3.125rem;
  padding: 0% 5px;
  border-top: 5px solid #6fb930;
  margin-top: 60px;
}
.department_phone_title .go_back_index img {
  margin-left: 5px;
}
.department_phone_title .go_back_index:hover {
  color: #6fb930;
}
.department_phone_title .go_back_index:hover img {
  animation: shake 0.4s;
}
.department_phone_title span a {
  margin: 0% 5px;
}

.department_phone .department_Name {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: flex-end;
}
.department_phone .department_Name h1 {
  color: #6fb930;
}
.department_phone .phone_List {
  width: 100%;
  font-size: 1rem;
  overflow-x: auto;
  margin-top: 1%;
  border: 2px solid #6fb930;
  min-height: 20rem;
  padding: 2%;
}
.department_phone .phone_List p span,
.department_phone .phone_List ul li span {
  width: 33%;
  height: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.department_phone .phone_List .phone_top {
  height: 64px;
  line-height: 64px;
  color: #fff;
  background: #6fb930;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.department_phone .phone_List ul {
  width: 100%;
  background-color: #fff;
}
.department_phone .phone_List ul li {
  height: 56px;
  line-height: 56px;
  color: #333;
  transition: color 0.8s;
}
.department_phone .phone_List ul li:nth-of-type(2n) {
  background-color: #d2efba;
}
.department_phone .phone_List ul li:hover {
  color: #6fb930;
}
.department_phone .phone_List::-webkit-scrollbar {
  width: 10px;
  height: 14px;
  appearance: none;
  -webkit-appearance: none;
}
.department_phone .phone_List::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: #6fb930;
}

.Appearance_Page {
  min-height: 55rem;
  padding-top: 3%;
  position: relative;
}
.Appearance_Page .title {
  height: 3.125rem;
  padding: 0% 5px;
  border-top: 5px solid #6fb930;
}
.Appearance_Page .title .go_back_index img {
  margin-left: 5px;
}
.Appearance_Page .title .go_back_index:hover {
  color: #6fb930;
}
.Appearance_Page .title .go_back_index:hover img {
  animation: shake 0.4s;
}
.Appearance_Page .title span a {
  margin: 0% 5px;
}
.Appearance_Page .Appearance_List {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.5rem 0%;
}
.Appearance_Page .Appearance_List .App_Item {
  width: 32%;
  height: 18rem;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 3%;
  position: relative;
}
.Appearance_Page .Appearance_List .App_Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Appearance_Page .Appearance_List .App_Item p {
  position: absolute;
  bottom: -20%;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 20%;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Appearance_Page .Appearance_List .App_Item:nth-of-type(3n) {
  margin-right: 0%;
}
.Appearance_Page .Appearance_List .App_Item:hover img {
  transform: scale(1.2);
}
.Appearance_Page .Appearance_List .App_Item:hover p {
  bottom: 0%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .paginations .public_pagination a,
.paginations .public_pagination span {
    display: none;
  }
  .paginations .public_pagination .first,
.paginations .public_pagination .prev,
.paginations .public_pagination .last,
.paginations .public_pagination .next {
    display: block;
  }
  .paginations .public_pagination .disabled {
    background-color: #e1e1e1;
    opacity: 0.3;
  }

  .Service_Name {
    font-size: 1.5rem;
    height: 7.5rem !important;
  }

  .Hospital_profile {
    height: auto;
    padding: 0% 4%;
    overflow: hidden;
  }

  .Hospital_profile .Cultural_Group {
    flex-direction: column;
    padding: 0%;
  }

  .Hospital_profile .Cultural_Group a {
    width: 100%;
    height: 8rem;
    margin: 2rem 0%;
  }

  .Hospital_profile .Cultural_Group a p {
    width: 50%;
  }

  .Hospital_profile .Scenery_Swiper {
    margin: 1.5rem auto;
    width: 100%;
    height: 12rem;
  }

  .Hospital_profile .Scenery_Swiper .swiper {
    height: 100%;
  }

  .Hospital_profile .Scenery_Swiper .swiper .swiper-slide img {
    object-fit: cover;
  }

  .Partybuilding_Garden {
    height: auto;
    padding: 0%;
    overflow: hidden;
    min-height: 28.0625rem;
  }

  .Partybuilding_Garden .Partybuilding_List {
    flex-direction: column;
    padding: 0% 4%;
  }

  .Partybuilding_Garden .Partybuilding_List li {
    width: 100%;
  }

  .Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 2rem;
  }

  .Partybuilding_Garden .Partybuilding_List li a {
    padding: 2% 0%;
  }

  .Partybuilding_Garden .Partybuilding_List li a p:nth-of-type(1) {
    width: 25%;
  }

  .Partybuilding_Garden .paginations {
    margin: 5% auto;
  }

  .Patient_Service {
    height: auto;
    overflow: hidden;
  }

  .Patient_Service .Patient_Name {
    height: 31%;
    padding: 1rem 0%;
  }

  .Patient_Service .Patient_Name .serve {
    height: 40%;
    flex-direction: column;
    padding: 0 4%;
  }

  .Patient_Service .Patient_Name .serve a {
    width: 100%;
    margin: 1rem 0%;
  }

  .Patient_Service .Patient_Map {
    height: 50rem;
    padding: 4%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
  }

  .Patient_Service .Patient_Map .Hint_Message .img {
    display: none;
  }

  .Patient_Service .Patient_Map #map {
    top: 18%;
    height: 60%;
  }

  .Patient_Service .Patient_Map .Hint_Message h6 .hzfw_img {
    background: url(../images/Icon/Hzfw_mapIcon2.png) top center no-repeat;
    background-size: cover;
  }

  .Patient_Service .Patient_Map .Hint_Message {
    position: absolute;
    right: 5%;
    top: 4%;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.361);
    padding: 1% 4%;
    font-size: 1rem;
    color: #fff;
    text-align: left;
  }

  .Patient_Service .Patient_Map .Hint_Message h6,
.Patient_Service .Patient_Map .Hint_Message .addres,
.Patient_Service .Patient_Map .Hint_Message .phone {
    margin: 1rem 0%;
  }

  .Patient_Service .Department_Telephone {
    margin: 5% 0%;
    height: 10rem;
  }

  .Patient_Service .Department_Telephone a span {
    font-size: 2rem;
  }

  .Hospital_Dynamics {
    height: auto;
    padding: 0% 4%;
    overflow: hidden;
  }

  .Hospital_Dynamics h3 span {
    margin: 4% 0%;
  }

  .Hospital_Dynamics .Hospital_News .News_List a .data {
    width: 20%;
  }

  .Hospital_Dynamics .Hospital_News .News_List a .text {
    width: 70%;
    margin: 2% 0%;
    height: 4rem;
  }

  .Hospital_Dynamics .Feature_Column {
    height: 7rem;
  }

  .Hospital_Dynamics .Feature_Column .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .Hospital_Dynamics .Hospital_Bulletin h3 {
    align-items: center;
  }

  .Hospital_Dynamics .Hospital_Bulletin .Bulletin_List a p:nth-of-type(1) {
    width: 65%;
  }

  .Hospital_Dynamics .Hospital_Bulletin .Bulletin_List a {
    margin: 3% 0%;
    height: 3rem;
  }

  .Hospital_Dynamics .Hospital_Bulletin .Bulletin_List a::before {
    display: none;
  }

  .Hospital_Dynamics .Feature_ColumnListd .FC_List {
    flex-direction: column;
  }

  .Hospital_Dynamics .Feature_ColumnListd .FC_List a {
    width: 100%;
  }

  .Hospital_Dynamics .Feature_ColumnListd .FC_List a img {
    width: 10%;
  }

  .Feature_title {
    border-bottom: 2px solid #6fb930;
    border-top: none;
    min-height: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
    width: 92%;
  }
  .Feature_title span {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1.67;
    width: 100%;
  }

  .Feature_title .go_back_index {
    position: relative;
    left: 75%;
  }

  .Feature_ColumnList {
    padding: 4%;
    flex-direction: column;
  }
  .Feature_ColumnList .regulations {
    width: 100%;
    margin: 4% 0%;
  }

  .Department_Navigation {
    height: auto;
    overflow: hidden;
  }

  .Department_Search {
    padding: 4%;
  }

  .Department_Search p span {
    display: none;
  }

  .Department_Search p img {
    width: 40%;
  }

  .Department_Search .search {
    width: 70%;
    padding: 1% 2%;
  }

  .Department_Search .search button {
    width: 20%;
  }

  .Department_Search .search {
    height: 2.6rem;
  }

  .Department_Search .search #keyword {
    width: 80%;
  }

  .Department_Navigation .background_img {
    height: auto;
    padding: 5% 0%;
    border: none;
  }

  .Department_Navigation .background_img img {
    width: 100%;
    height: auto;
  }

  .Department_Navigation .Department_List .initial {
    display: none;
  }

  .Department_Navigation .Department_List .ks_List {
    width: 100%;
    padding: 0% 4%;
  }

  .Department_Navigation .Department_List .ks_List a,
.Department_Navigation .Department_List .ks_List li {
    width: 48%;
    height: 2.4rem;
    margin: 2% 0%;
    letter-spacing: initial;
  }

  .Expert_Profile {
    height: auto;
    overflow: hidden;
    padding: 0% 4%;
  }

  .Expert_Profile .Department_Search {
    height: 12rem;
    display: block;
    position: relative;
  }

  .Expert_Profile .Department_Search .Right_Search {
    height: auto;
  }

  .Expert_Profile .Department_Search .Ification {
    width: 100%;
    height: 6rem;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 999;
    padding-right: 0%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
  }

  .Expert_Profile .Department_Search .Ification .Ification_ks {
    height: 40%;
    font-size: 0.875rem;
    width: 48%;
    margin-top: 2%;
  }

  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name {
    padding: 0.5% !important;
  }

  .Expert_Profile .Department_Search .Right_Search {
    width: 80%;
    height: auto;
    position: absolute;
    top: -30%;
    right: 10%;
    bottom: 0%;
  }

  .Expert_Profile .Famous_Doctors .Doctor_List2,
.Expert_Profile .Expert_List .Doctor_List {
    min-height: 10rem;
  }

  .Expert_Profile .Expert_List .Doctor_List2 .swiper_activeadd,
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd {
    background-color: initial;
  }
  .Expert_Profile .Expert_List .Doctor_List2 .swiper_activeadd::before,
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd::before {
    display: none;
  }

  .Expert_Profile .Expert_List .Doctor_List2 .swiper_activeadd div p,
.Expert_Profile .Expert_List .Doctor_List .swiper_activeadd div p {
    color: #333 !important;
  }

  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name {
    height: auto;
    width: 30%;
    border: 1px solid #999b9b;
    margin: 2% 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0%;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:nth-of-type(3n),
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:nth-of-type(3n) {
    margin-right: 0%;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:nth-of-type(5n),
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:nth-of-type(5n) {
    margin-right: 2%;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name img,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name img {
    display: none;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div {
    padding: 0%;
    height: auto;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p {
    display: none;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name div p:nth-of-type(1),
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name div p:nth-of-type(1) {
    display: block;
    color: #333333;
    font-size: 1rem;
    font-family: "微软雅黑";
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:hover,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:hover {
    border: 1px solid #6fb930;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:hover div p:nth-of-type(1),
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:hover div p:nth-of-type(1) {
    color: #6fb930;
  }
  .Expert_Profile .Famous_Doctors .Doctor_List2 .Doctor_Name:hover::after,
.Expert_Profile .Expert_List .Doctor_List .Doctor_Name:hover::after {
    background: none;
  }

  .Nursing_Culture {
    height: auto;
    padding: 0 4%;
    background: none;
    overflow: hidden;
  }

  .Nursing_Culture .Nursing_Introduction {
    height: auto;
  }

  .Nursing_Culture .Nursing_Introduction .Introduction {
    width: 100%;
    position: relative;
    margin: 2% 0%;
  }

  .Nursing_Culture .Culture h4 {
    font-size: 1.375rem;
    padding: 4% 0%;
  }

  .Nursing_Culture .Nursing_Introduction .Introduction .more {
    margin-top: 10%;
  }

  .Nursing_Culture .Culture .Culture_List a .text {
    width: 70%;
  }

  .Nursing_Culture .Culture .Culture_List a .time {
    width: 25%;
  }

  .Nursing_Culture .Culture .Culture_List a {
    margin: 2% 0%;
    height: 5rem;
  }

  .Nursing_Culture .Nursing_Style h4 {
    padding-top: 1rem;
  }

  .Nursing_Culture .Nursing_Style {
    height: auto;
  }

  .Nursing_Culture .Nursing_Style .swiper-container .swiper-slide .Hl_Img {
    padding: 0%;
  }
  .Nursing_Culture .Nursing_Style .swiper-container .swiper-slide .Hl_Img::after {
    font-size: 0.8rem;
  }

  .Nursing_Culture .Nursing_Style .swiper-container .swiper-slide {
    width: 100% !important;
    margin: 1.5rem 0%;
  }

  .Nursing_Culture .Culture {
    height: auto;
  }

  .Medical_research {
    height: auto;
    overflow: hidden;
    padding: 0% 4%;
  }

  .Medical_research .Medical_contain .Medical_img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .Medical_research .Medical_contain {
    display: flex;
    flex-direction: column-reverse;
  }

  .Medical_research .Medical_contain .Medical_value {
    width: 100%;
    margin: 4% 0%;
  }

  .Medical_research .Medical_contain .Medical_value .Medical_list .md_list .data {
    width: 25%;
  }

  .Medical_research .Medical_contain .Medical_value .Medical_list .md_list .text {
    width: 70%;
  }

  .Medical_research .Medical_contain .Medical_value .Medical_list .md_list {
    margin: 5% 0%;
    padding-bottom: 3%;
  }

  .Health_Education {
    height: auto;
    overflow: hidden;
    background-size: cover;
  }

  .Health_Education .Health_value {
    padding: 0% 2%;
  }

  .Health_Education .Health_value .Health_List {
    position: relative;
    width: 100%;
  }

  .Health_Education .Health_value .Health_List .md_list .text {
    width: 70%;
  }

  .Health_Education .Health_value .Health_List .md_list .data {
    width: 25%;
    max-width: 30%;
  }

  .Health_Education .Health_value .Health_List .md_list {
    justify-content: space-evenly;
    margin: 5% 0%;
    padding-bottom: 3%;
  }

  .Health_Education .Health_value .paginations {
    position: relative;
  }

  .List_Page {
    height: auto;
    overflow: hidden;
    padding: 0% 4%;
    min-height: auto;
  }

  .List_Page .title {
    border-bottom: 2px solid #6fb930;
    border-top: none;
    min-height: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .List_Page .title span {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1.67;
    width: 100%;
  }

  .List_Page .title .go_back_index {
    position: relative;
    left: 75%;
  }

  .List_Page .Nav_List .nav {
    width: 80%;
    position: fixed;
    z-index: 999;
    left: -100%;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .List_Page .Nav_List .nav_addlefe {
    left: 0%;
    transition: all 1s linear;
  }

  .List_Page .Nav_List .List {
    width: 100%;
    min-height: 24rem;
  }

  .List_Page .Nav_List .List a p:nth-of-type(1) {
    width: 62%;
  }

  .List_Page .Nav_List .List a p:nth-of-type(2) {
    width: 30%;
  }

  .List_Page .mobile_btn {
    display: flex;
  }

  .List_Page .paginations {
    width: 100%;
    float: initial;
  }

  .property_Page {
    height: auto;
    padding: 0 4%;
    overflow: hidden;
    margin: auto;
  }

  .property_Page .title {
    border-top: none;
    border-bottom: 2px solid #6fb930;
    min-height: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .property_Page .title span {
    font-weight: bold;
  }
  .property_Page .title .go_back_index {
    position: relative;
  }

  .property_Page h3 {
    text-align: center;
    height: auto;
    margin: 5% 0%;
  }

  .property_Page .message {
    height: auto;
    margin: 4% auto;
    padding: 2%;
    background: #cafd9e;
    color: #6fb930;
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }
  .property_Page .message p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .property_Page .message p span {
    margin: 2% 0%;
  }
  .property_Page .message p span:nth-of-type(2), .property_Page .message p span:nth-of-type(3), .property_Page .message p span:nth-of-type(5) {
    display: none;
  }
  .property_Page .message p span:nth-of-type(1) {
    width: 60%;
  }
  .property_Page .message p span:nth-of-type(4) {
    width: 40%;
  }
  .property_Page .message p .Click_Num span {
    display: inline !important;
  }
  .property_Page .message p .changSize span {
    display: inline;
  }

  .property_Page .Article {
    padding: 0%;
    padding-bottom: 15%;
  }

  .property_Page .Article table {
    width: auto !important;
  }

  .property_Page .Article img {
    max-width: 100% !important;
  }

  .property_Page .backTop {
    right: 2%;
  }

  .property_Page .prevAndNextContent .prev,
.property_Page .prevAndNextContent .next {
    padding: 0%;
  }

  .property_Page .prevAndNextContent .prev a,
.property_Page .prevAndNextContent .next a {
    width: 60%;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .property_Page .prevAndNextContent {
    flex-direction: row;
  }
  .property_Page .prevAndNextContent .prev,
.property_Page .prevAndNextContent .next {
    width: 30%;
    justify-content: center;
  }
  .property_Page .prevAndNextContent .prev span,
.property_Page .prevAndNextContent .prev a,
.property_Page .prevAndNextContent .next span,
.property_Page .prevAndNextContent .next a {
    display: inline-block;
    width: 100%;
    border: 1px solid #c3c4c5;
    text-align: center;
    max-width: 100%;
    padding: 5%;
  }

  .Details_Page {
    height: auto;
    padding: 0 4%;
    overflow: hidden;
  }

  .Details_Page .picture_Name {
    height: auto;
    padding: 1rem 0%;
    justify-content: center;
    flex-direction: column;
  }

  .Details_Page .picture_Name .picture {
    border: none;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Details_Page .picture_Name .picture img {
    width: 60%;
  }

  .Details_Page .picture_Name .Name {
    width: 100%;
    height: auto;
    padding: 4% 0%;
    margin-left: 0%;
  }
  .Details_Page .picture_Name .Name div,
.Details_Page .picture_Name .Name h4 {
    margin: 4% 0%;
  }

  .Details_Page .Personal_Data h4 {
    height: 4rem;
  }

  .Details_Page .Personal_Data .Personal_Text p {
    margin: initial;
  }

  .Details_Page .Personal_Data {
    min-height: initial;
    padding-bottom: 4%;
  }

  .Details_Page .picture_Name .Name .skilled {
    padding: 2%;
    line-height: 1.667;
  }

  .Department_Details {
    height: auto;
    overflow: hidden;
    padding: 0% 4%;
  }

  .Department_Details h4 {
    height: 5.75rem;
  }

  .Department_Details .Brief_Introduction {
    height: auto;
    flex-direction: column;
  }

  .Department_Details .Brief_Introduction .Department_img {
    width: 100%;
  }

  .Department_Details .Brief_Introduction .Department_Name {
    width: 100%;
  }

  .Department_Details h5 {
    margin: 1rem 0%;
  }

  .Department_Details .Only_Department .Department_Name pre {
    white-space: break-spaces;
  }

  .Department_Details .Specia_list {
    height: auto;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container {
    width: 75%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.5% 0%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev,
.Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_next {
    width: 2rem;
    height: 2rem;
    right: 1%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .Expert_Vlaue_prev {
    left: 1%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div {
    height: auto;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide img {
    width: 90%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p {
    line-height: 2rem;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide div p:nth-of-type(2) {
    height: auto;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-pagination {
    display: none;
  }

  .Department_Details .Only_Department {
    padding: 0%;
  }

  .leading_Group .leading {
    padding: 2% 3%;
  }

  .leading_Group .leading .leader {
    width: 30%;
    max-width: 40%;
  }

  .department_phone_title {
    margin-top: 0%;
    padding: 0% 4%;
  }

  .department_phone {
    min-height: 24rem;
    margin: 0 auto;
    padding: 0% 4%;
  }
  .department_phone .department_Name {
    height: 3rem;
  }
  .department_phone .department_Name h1 {
    font-size: 1.5rem;
  }
  .department_phone .phone_List {
    overflow-x: auto;
  }
  .department_phone .phone_List ul,
.department_phone .phone_List .phone_top {
    min-width: 900px;
  }
  .department_phone .paginations {
    margin: 5% auto;
  }

  .Hospital_Bulletins {
    padding: 0% 4%;
    overflow: hidden;
  }
  .Hospital_Bulletins .addres {
    flex-direction: column;
  }
  .Hospital_Bulletins .addres .addres_list {
    width: 100%;
    margin-top: 5%;
  }
  .Hospital_Bulletins .addres .addres_list .data {
    width: 24%;
  }
  .Hospital_Bulletins .addres .addres_list .text {
    width: 72%;
  }
  .Hospital_Bulletins .Message_Info {
    height: 40.25rem;
    flex-direction: column;
  }
  .Hospital_Bulletins .Message_Info .messageimg {
    width: 100%;
    height: 100%;
  }
  .Hospital_Bulletins .Message_Info .Message_List {
    width: 100%;
  }
  .Hospital_Bulletins .Message_Info .Message_List a p:nth-of-type(1) {
    width: 20%;
  }
  .Hospital_Bulletins .Message_Info .Message_List a p:nth-of-type(2) {
    width: 75%;
  }
  .Hospital_Bulletins .Js_Gk {
    height: auto;
    margin: 10% 0%;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List {
    margin: 1rem 0%;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List li {
    width: 100%;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List li a {
    justify-content: space-between;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(1) {
    width: 20%;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 2rem;
  }
  .Hospital_Bulletins .Js_Gk .Gk_List li a p:nth-of-type(2) {
    width: 72%;
  }

  .Appearance_Page {
    overflow: hidden;
    padding: 0% 4%;
    min-height: auto;
  }
  .Appearance_Page .title {
    border-top: none;
    border-bottom: 2px solid #6fb930;
    height: 3rem;
  }
  .Appearance_Page .Appearance_List .App_Item {
    width: 100%;
    margin-top: 5%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .List_Page .paginations .public_pagination a,
.Medical_research .paginations .public_pagination a {
    display: none;
  }
  .List_Page .paginations .public_pagination .first,
.List_Page .paginations .public_pagination .prev,
.List_Page .paginations .public_pagination .last,
.List_Page .paginations .public_pagination .next,
.Medical_research .paginations .public_pagination .first,
.Medical_research .paginations .public_pagination .prev,
.Medical_research .paginations .public_pagination .last,
.Medical_research .paginations .public_pagination .next {
    display: block;
  }

  .Hospital .Hospital_Dynamics .Hospital_Swiper .Hospital_List a .text {
    line-height: 3.25;
  }

  .Hospital_profile .Cultural_Group a p {
    width: 35%;
  }

  .Department_Details .Specia_list .Expert_Profile {
    height: 85%;
    margin-bottom: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .Patient_Service .Patient_Map .Hint_Message {
    right: 15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .Department_Navigation .Department_List .initial .initial_addClass {
    font-size: 0.75rem;
  }

  .property_Page .prevAndNextContent .prev a,
.property_Page .prevAndNextContent .next a {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .Patient_Service .Patient_Map .Hint_Message {
    top: 15%;
    width: 30%;
    height: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .Department_Details .Specia_list {
    height: 34.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-slide {
    padding-bottom: 5%;
  }

  .Department_Details .Specia_list .Expert_Profile .Expert_Vlaue .swiper-container {
    padding-bottom: 6%;
  }

  .Expert_Profile .Expert_List .Doctor_List .Doctor_Name {
    padding-top: 1.5%;
    padding-bottom: 4%;
  }

  .Expert_Profile .Expert_List .Famous_Doctors .Doctor_List2 .Doctor_Name {
    padding-top: 1.5%;
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 0px) and (max-width: 321px) {
  .Hospital_Dynamics .Hospital_News .News_List a .data {
    width: 28%;
  }

  .List_Page .Nav_List .List a p:nth-of-type(1) {
    width: 58%;
  }

  .List_Page .Nav_List .List a p:nth-of-type(2) {
    width: 36%;
  }
}