/* -------------------------------------------------------------------------

Name:     SuperOrange
Version:  1.0
Author:	  Bing
blog:     https://blog.csdn.net/Centenario_0?spm=1000.2115.3001.5343&type=blog

--------------------------------------------------------------------------- */
/* ------- Colors ----------- */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .li {
  overflow: hidden;
}
.banner ._bannerBtn {
  position: absolute;
  top: 50%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin-top: -1.5rem;
  cursor: pointer;
  z-index: 222;
  transition: ease 0.5s;
  user-select: none;
  opacity: 0;
}
.banner ._bannerBtn span {
  width: 0;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transition: ease 0.8s;
}
.banner ._bannerBtn span::before,
.banner ._bannerBtn span::after {
  content: '';
  width: 1.5rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  transform-origin: left;
  left: 0;
}
.banner ._bannerBtn:hover span {
  width: 2rem;
}
.banner .leftBtn {
  left: 4%;
}
.banner .leftBtn span {
  left: 1rem;
}
.banner .leftBtn span::before {
  transform: rotate(45deg);
}
.banner .leftBtn span::after {
  transform: rotate(-45deg);
}
.banner .leftBtn:hover span {
  left: 0.5rem;
}
.banner .rightBtn {
  right: 4%;
}
.banner .rightBtn span {
  right: 1rem;
}
.banner .rightBtn span::before,
.banner .rightBtn span::after {
  transform-origin: right;
  right: 0;
  left: auto;
}
.banner .rightBtn span::before {
  transform: rotate(45deg);
}
.banner .rightBtn span::after {
  transform: rotate(-45deg);
}
.banner .rightBtn:hover span {
  right: 0.5rem;
}
.banner .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner:hover ._bannerBtn {
  opacity: 1;
}
.banner .down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  z-index: 11;
}
@keyframes move {
  0% {
    transform: translate(-50%, 0.25rem);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 1rem);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 1.75rem);
    opacity: 0;
  }
}
.banner .down .scroll-down {
  position: relative;
  width: 1.4rem;
  height: 2.3rem;
  border: 0.05rem solid #fff;
  overflow: hidden;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.banner .down .scroll-down i {
  width: 0.1rem;
  height: 0.65rem;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}
.banner .down p {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #fff;
}
.banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.banner .txt h1 {
  font-size: 3rem;
  color: #f8f8f8;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.banner .txt h3 {
  margin: 1.5rem 0 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  color: #f8f8f8;
  opacity: 0.8;
}
.banner .txt span {
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  background-color: #ec6e21;
  height: 0.2rem;
  overflow: hidden;
}
@keyframes sectionShape {
  form {
    left: 0%;
  }
  to {
    left: 101%;
  }
}
.banner .txt span::after {
  position: absolute;
  content: '';
  width: 50%;
  top: 0;
  height: 100%;
  background-color: #fff;
  left: -100%;
  animation: sectionShape 6s linear infinite;
}
.banner .txt p {
  margin-top: 2.75rem;
  font-size: 1.8rem;
  color: #f8f8f8;
}
#index {
  position: relative;
  z-index: 25;
  /** 优势 **/
  /** 集团介绍 **/
  /** 集团业务 **/
  /** 全球布局 **/
  /** 新闻资讯 **/
  /** 旗下医院 **/
}
#index .tit {
  text-align: center;
}
#index .tit h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
}
#index .tit p {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #999999;
}
#index .advantage {
  position: relative;
  overflow: inherit;
}
#index .advantage::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(47, 85, 151, 0.07);
  transition: all 1s ease-in-out;
}
#index .advantage .container .adv-item {
  position: relative;
  padding: 1.25rem 1rem 1.4rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index .advantage .container .adv-item::before {
  position: absolute;
  content: '';
  width: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url(../images/advbg.jpg) no-repeat center;
  background-size: cover;
  transition: 0.5s ease;
}
#index .advantage .container .adv-item div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 0.1rem solid #1668a6;
  border-radius: 50%;
  transition: 0.5s ease;
}
#index .advantage .container .adv-item div i {
  font-size: 1.7rem;
  color: #1668a6;
}
#index .advantage .container .adv-item p {
  position: relative;
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  color: #333333;
  transition: 0.5s ease;
}
#index .advantage .container .adv-item span {
  position: relative;
  font-size: 0.7rem;
  color: #666666;
  transition: 0.5s ease;
}
#index .advantage .container .adv-item:hover div {
  border-color: #fff;
  background-color: #fff;
  transform: translateY(-0.5rem);
}
#index .advantage .container .adv-item:hover p,
#index .advantage .container .adv-item:hover span {
  color: #fff;
  transform: translateY(0.25rem);
}
#index .advantage .container .adv-item:hover::before {
  height: 110%;
  opacity: 1;
}
#index .showbg::before {
  width: 100%;
}
#index .profile {
  padding: 5rem 0;
  background: url(../images/ab-bg.jpg) no-repeat center;
  background-size: cover;
}
#index .profile .profile-box {
  margin-top: 4rem;
  width: 100%;
}
#index .profile .profile-box .pro-l {
  position: relative;
  width: 40%;
}
#index .profile .profile-box .pro-l::before {
  position: absolute;
  content: '';
  width: 45rem;
  height: 100%;
  background: url(../images/ab1.jpg) no-repeat center;
  background-size: cover;
  right: 0;
  top: 0;
}
#index .profile .profile-box .pro-l::after {
  position: absolute;
  content: '';
  width: 45rem;
  height: 100%;
  background-color: #1668a6;
  right: 0;
  top: 0;
  transition: 1.5s ease;
}
#index .profile .profile-box .animated::after {
  transform: translateX(-100%);
}
#index .profile .profile-box .pro-r {
  position: relative;
  width: 60%;
  padding: 4.5rem 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#index .profile .profile-box .pro-r::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  background-color: rgba(244, 247, 249, 0.5);
  top: 0;
  left: 0;
}
#index .profile .profile-box .pro-r h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1668a6;
}
#index .profile .profile-box .pro-r span {
  margin: 0.8rem 0 3rem;
  display: block;
  position: relative;
  padding-bottom: 2.2rem;
  font-size: 0.9rem;
  opacity: 0.7;
  color: #1668a6;
}
#index .profile .profile-box .pro-r span::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 4.25rem;
  height: 0.2rem;
  background-color: #1668a6;
}
#index .profile .profile-box .pro-r p {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #444444;
  line-height: 1.5rem;
  text-align: justify;
}
#index .profile .profile-box .pro-r a {
  position: relative;
  margin-top: 1.2rem;
}
#index .profile .data {
  margin-top: 2.5rem;
}
#index .profile .data .da-item {
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 25%;
}
#index .profile .data .da-item::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 2.2rem;
  right: 0;
  top: 50%;
  background-color: rgba(47, 85, 151, 0.2);
  transform: translateY(-50%);
}
#index .profile .data .da-item:last-child::before {
  display: none;
}
#index .profile .data .da-item h4 {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1668a6;
}
#index .profile .data .da-item h4 sup {
  transform: translateY(-0.9rem);
}
#index .profile .data .da-item h4 span {
  transform: translateY(-0.2rem);
  font-size: 1rem;
  font-weight: 400;
  color: inherit;
}
#index .profile .data .da-item p {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: center;
}
#index .business {
  position: relative;
  width: 100%;
  height: 48.5rem;
}
#index .business .tit {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
#index .business .tit h2,
#index .business .tit p {
  color: #fff;
}
#index .business .yw1 {
  width: 100%;
}
#index .business .yw1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index .business .yw1 .swiper-slide .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#index .business .yw1 .swiper-slide img {
  opacity: 0;
}
#index .business .yw1 .swiper-slide .bu-msg {
  position: absolute;
  left: 13rem;
  text-align: left;
  transform: translateY(-2.5rem);
}
#index .business .yw1 .swiper-slide .bu-msg h1 {
  font-size: 6.5rem;
  color: #fff;
  font-weight: 400;
}
#index .business .yw1 .swiper-slide .bu-msg h1 span {
  font-size: 1.6rem;
  color: #fff;
}
#index .business .yw1 .swiper-slide .bu-msg h2 {
  margin: 0.5rem 0 3rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
}
#index .business .yw1 .swiper-slide .bu-msg > span {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  width: 2.9rem;
  height: 0.05rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes sectionShape {
  form {
    left: 0%;
  }
  to {
    left: 101%;
  }
}
#index .business .yw1 .swiper-slide .bu-msg > span::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 0.05rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 11;
  animation: sectionShape 3s linear infinite;
}
#index .business .yw1 .swiper-slide .bu-msg div p {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #fff;
}
#index .business .thumb {
  position: absolute;
  z-index: 30;
  width: 100%;
  bottom: 5%;
  background-color: rgba(0, 0, 0, 0.4);
}
#index .business .thumb::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: auto;
  left: 0;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}
#index .business .thumb .swiper-slide {
  padding: 1.4rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-left: 0.05rem solid rgba(255, 255, 255, 0.2);
  transition: all 0.4 ease;
}
#index .business .thumb .swiper-slide:last-child {
  border-right: 0.05rem solid rgba(255, 255, 255, 0.2);
}
#index .business .thumb .swiper-slide .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transform: translateX(-7.5rem);
  transition: all 0.3s ease-in;
}
#index .business .thumb .swiper-slide .icon h4 {
  font-size: 1.4rem;
  color: #fff;
}
#index .business .thumb .swiper-slide .icon h4 span {
  font-size: 0.9rem;
  color: inherit;
}
#index .business .thumb .swiper-slide .icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
#index .business .thumb .swiper-slide .icon > span i {
  font-size: 1.2rem;
  color: #fff;
}
#index .business .thumb .swiper-slide > h4 {
  margin: 3.3rem 0 0.6rem;
  font-size: 0.9rem;
  color: #fff;
}
#index .business .thumb .swiper-slide p {
  font-size: 0.7rem;
  color: #fff;
}
#index .business .thumb .swiper-slide:hover {
  background-color: #1668a6 !important;
}
#index .business .thumb .swiper-slide:hover .icon {
  transform: translateX(0);
}
#index .business .showbg::before {
  right: 0;
  left: auto;
  opacity: 1;
  width: 100%;
}
#index .layout {
  position: relative;
  padding: 5rem 0 2.2rem;
}
#index .layout .lay-box {
  position: relative;
  margin-top: 1.2rem;
  width: 100%;
}
#index .layout .lay-box .mpbg {
  transform: scale(0.8);
  transition: all 1.5s ease;
  opacity: 0.8;
}
#index .layout .lay-box .animated {
  transform: scale(1);
  opacity: 1;
}
#index .layout .lay-box .place {
  position: absolute;
}
#index .layout .lay-box .place .rq-box {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #ec6e21;
  border-radius: 50%;
  z-index: 1;
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#index .layout .lay-box .place .rq-box .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 0.9rem;
  color: #fff;
}
#index .layout .lay-box .place .rq-box .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215%;
  height: 215%;
  border-radius: 50%;
  background-color: rgba(236, 110, 33, 0.1);
  border: 1px dashed rgba(203, 31, 43, 0.2);
  z-index: 1;
  animation: pulsate-fwd 2.2s ease-in-out infinite both;
}
#index .layout .lay-box .place .rq-box .r2 {
  width: 410%;
  height: 410%;
  animation-delay: 1s;
  background-color: transparent;
}
#index .layout .lay-box .place p {
  margin-left: 2.3rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ec6e21;
}
#index .layout .lay-box .place p span {
  font: inherit;
  color: inherit;
  line-height: 1.3rem;
}
#index .layout .lay-box .blue {
  /* 渐变动画效果 */
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
#index .layout .lay-box .blue .rq-box {
  width: 0.7rem;
  height: 0.7rem;
  background-color: rgba(22, 104, 166, 0.8);
}
#index .layout .lay-box .blue .rq-box::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 1rem;
  background: url(../images/location.png) no-repeat center;
  background-size: contain;
  left: 50%;
  bottom: 55%;
  transform: translateX(-50%);
}
#index .layout .lay-box .blue .ripple {
  animation: ripple 2s ease-in-out infinite !important;
  width: 100% !important;
  height: 100% !important;
  transition: background 1.5s ease;
}
#index .layout .lay-box .blue .r1 {
  animation: none !important;
}
#index .layout .lay-box .blue .r2 {
  animation-delay: 1s !important;
  background-color: #1668a6 !important;
}
#index .layout .lay-box .blue .r3 {
  animation-delay: 2s !important;
  background-color: #1668a6 !important;
}
#index .layout .lay-box .blue p {
  margin-left: 1rem;
  font-size: 0.8rem;
  color: #1668a6;
  font-weight: 500;
}
#index .layout .lay-box .p1 {
  top: 30%;
  left: 10%;
}
#index .layout .lay-box .p2 {
  top: 43%;
  left: 17%;
}
#index .layout .lay-box .p3 {
  top: 34%;
  right: 7%;
}
#index .layout .lay-box .p4 {
  top: 45%;
  left: 19%;
}
#index .layout .lay-box .p5 {
  top: 30% ;
  left: 57%;
}
#index .layout .lay-box .p6 {
  top: 33% ;
  left: 51.5%;
}
#index .layout .lay-box .p7 {
  top: 22%;
  right: 34%;
}
#index .layout .lay-box .p8 {
  bottom: 49%;
  right: 14%;
}
#index .news {
  padding: 5rem 0 4.8rem;
  background: url(../images/newsbg.jpg) no-repeat fixed center;
  background-size: cover;
}
#index .news .switch {
  position: relative;
  margin: 2.5rem 0 3.5rem;
}
#index .news .switch::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 0.05rem;
  background-color: #e4e4e4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index .news .switch ul li {
  position: relative;
  padding: 1rem 0;
  margin: 0 2.5rem;
  font-size: 0.8rem;
  cursor: pointer;
  color: #333333;
}
#index .news .switch ul li::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 1.25rem;
  background-color: #e4e4e4;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#index .news .switch ul li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-color: #1668a6;
  transition: all 0.5s ease;
}
#index .news .switch ul li:last-child::before {
  display: none;
}
#index .news .switch ul li:hover {
  color: #1668a6;
}
#index .news .switch ul li:hover::after {
  width: 100%;
}
#index .news .switch ul .ac {
  color: #1668a6;
}
#index .news .switch ul .ac::after {
  width: 100%;
}
#index .news .news-box .news-sec {
  width: 100%;
}
#index .news .news-box .news-sec .news-item {
  position: relative;
  width: 31%;
  box-sizing: border-box;
  margin-right: 1.5rem;
}
#index .news .news-box .news-sec .news-item::before,
#index .news .news-box .news-sec .news-item::after {
  position: absolute;
  content: '';
  width: 0.05rem;
  right: -1.25rem;
  top: 0;
  transition: 0.9s ease;
}
#index .news .news-box .news-sec .news-item::before {
  height: 4rem;
  background-color: #e6e6e6;
}
#index .news .news-box .news-sec .news-item::after {
  width: 0.1rem;
  height: 0;
  background-color: #1668a6;
  opacity: 0.6;
}
#index .news .news-box .news-sec .news-item:last-child {
  margin-right: 0;
}
#index .news .news-box .news-sec .news-item .n-img {
  width: 100%;
  height: 11.3rem;
  overflow: hidden;
}
#index .news .news-box .news-sec .news-item .n-img img {
  height: 100%;
  transition: transform 0.8s;
}
#index .news .news-box .news-sec .news-item .n-txt h3 {
  margin: 1.4rem 0 1.9rem;
  font-size: 0.85rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;    
  text-overflow: ellipsis;
  transition: all 0.6s ease;
}
#index .news .news-box .news-sec .news-item .n-txt .n-msg {
  height: 6rem;
  overflow: hidden;
}
#index .news .news-box .news-sec .news-item .n-txt .n-msg span {
  display: block;
  font-size: 1.15rem;
  color: #999999;
  transition: all 0.6s ease;
}
#index .news .news-box .news-sec .news-item .n-txt .n-msg p {
  margin: 1.3rem 0 1rem;
  font-size: 0.65rem;
  color: #666666;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.6s ease;
}
#index .news .news-box .news-sec .news-item .n-txt .n-msg .d2 {
  display: flex;
  align-items: center;
}
#index .news .news-box .news-sec .news-item .n-txt .n-msg .d2 img {
  width: auto;
  margin-left: 0.9rem;
}
#index .news .news-box .news-sec .news-item:hover::before {
  height: 100%;
}
#index .news .news-box .news-sec .news-item:hover::after {
  height: 4.5rem;
}
#index .news .news-box .news-sec .news-item:hover .n-img img {
  transform: scale(1.1);
}
#index .news .news-box .news-sec .news-item:hover h3 {
  color: #1668a6;
}
#index .news .news-box .news-sec .news-item:hover .n-msg span,
#index .news .news-box .news-sec .news-item:hover .n-msg p {
  transform: translateY(-2.6rem);
}
#index .news .more {
  margin-top: 3.9rem;
}
#index .hospital {
  padding: 5rem 0;
}
#index .hospital .container {
  max-width: 100%;
}
#index .hospital .hos-box {
  margin-top: 4rem;
  width: 100%;
}
#index .hospital .hos-box .swiper-container {
  padding-bottom: 3rem;
}
#index .hospital .hos-box .swiper-slide {
  width: 67.5% !important;
}
#index .hospital .hos-box .swiper-slide a {
  width: 100%;
  display: flex;
}
#index .hospital .hos-box .swiper-slide a .h-img {
  position: relative;
  width: 45%;
  overflow: hidden;
}
#index .hospital .hos-box .swiper-slide a .h-img::before {
  position: absolute;
  content: '';
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  transition: all ease 0.2s;
  z-index: 11;
}
#index .hospital .hos-box .swiper-slide a .h-img img {
  transition: transform 0.3s ease;
}
#index .hospital .hos-box .swiper-slide a .h-msg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.3rem 2rem;
  flex: 1;
}
#index .hospital .hos-box .swiper-slide a .h-msg h4 {
  font-size: 1.2rem;
  color: #333333;
  font-weight: bold;
}
#index .hospital .hos-box .swiper-slide a .h-msg p {
  margin: 3rem 0;
  font-size: 0.8rem;
  line-height: 1.8rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
#index .hospital .hos-box .swiper-slide:hover .h-img::before {
  background: rgba(255, 255, 255, 0.25);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#index .hospital .hos-box .swiper-slide:hover img {
  transform: scale(1.1);
}
#index .hospital .hos-box .hp {
  top: auto !important;
  bottom: 0;
}
#index .hospital .hos-box .hp span {
  background: #1668a6 !important;
}
#index .hospital .hos-box .h-next,
#index .hospital .hos-box .h-prev {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ec6e21;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#index .hospital .hos-box .h-next::after,
#index .hospital .hos-box .h-prev::after {
  font-size: 1rem;
  color: #ec6e21;
}
#index .hospital .hos-box .h-next:hover,
#index .hospital .hos-box .h-prev:hover {
  background-color: #ec6e21;
}
#index .hospital .hos-box .h-next:hover::after,
#index .hospital .hos-box .h-prev:hover::after {
  color: #fff;
}
#index .hospital .hos-box .h-next {
  right: 13%;
}
#index .hospital .hos-box .h-prev {
  left: 12%;
}
