.swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -60px;
  margin-top: -30px;
  background: none;
}
.swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #bbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:hover:before {
  color: var(--color);
}
.swiper-button-next {
  width: 60px;
  height: 60px;
  right: -60px;
  margin-top: -30px;
  background: none;
}
.swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #bbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:hover:before {
  color: var(--color);
}
.ctn1 {
  background: linear-gradient(to bottom, #f7f7f7 0%, transparent 100%);
  overflow: hidden;
  margin-top: 100px;
}
.ctn1 .top .more-btns {
  display: flex;
}
.ctn1 .top .more-btns .request {
  margin-right: 20px;
  position: relative;
  z-index: 3;
}
.ctn1 .top .more-btns .request a {
  width: 260px;
  position: relative;
  z-index: 2;
}
.ctn1 .top .more-btns .request .w7_code {
  width: 150px;
  padding: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100%);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .top .more-btns .request .w7_code img {
  width: 100%;
}
.ctn1 .top .more-btns .request .w7_code:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  vertical-align: middle;
  bottom: 100%;
}
.ctn1 .top .more-btns .request:hover .w7_code {
  opacity: 1;
  top: calc(100% + 10px);
}
.ctn1 .top .more-btns .clinic {
  margin-right: 20px;
}
.ctn1 .top .more-btns .clinic a {
  width: 220px;
}
.ctn1 .top .more-btns .department a {
  width: 200px;
}
.ctn1 .bottom {
  display: flex;
  justify-content: space-between;
}
.ctn1 .bottom .left {
  width: 46.5%;
}
.ctn1 .bottom .left .swiper-slide {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom .left .swiper-slide .tu {
  overflow: hidden;
  position: relative;
}
/*
.ctn1 .bottom .left .swiper-slide .tu:before {
  content: "";
  display: block;
  padding-top: 100%;
}
*/
.ctn1 .bottom .left .swiper-slide .tu img {
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom .left .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .bottom .left .swiper-slide-active {
  opacity: 1;
}
.ctn1 .bottom .left .swiper-pagination {
  bottom: 20px;
}
.ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}
.ctn1 .bottom .right {
  width: 44.5%;
}
.ctn1 .bottom .right .text {
  max-height: 580px;
  margin-top: 30px;
}
.ctn1 .bottom .right .text p {
  color: #777;
  line-height: 1.8;
}
.ctn1 .bottom .right .text p:not(:first-child) {
  margin-top: 30px;
}
.ctn2 {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list {
  position: relative;
}
.ctn2 .ctn-list .swiper-slide {
  background: #fff;
  height: auto;
  padding: 60px 60px 40px;
}
.ctn2 .ctn-list .swiper-slide h3 {
  color: var(--blue);
}
.ctn2 .ctn-list .swiper-slide h2 {
  margin: 14px 0;
  line-height: 1.5;
}
.ctn2 .ctn-list .swiper-slide p {
  color: #777;
  line-height: 1.8;
}
.ctn2 .ctn-list .swiper-pagination {
  display: none;
}
.ctn3 .ctn-list {
  position: relative;
}
.ctn3 .ctn-list .swiper-slide {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ctn3 .ctn-list .swiper-slide .left {
  width: 68.75%;
  background: #2c61e5;
  color: #fff;
  padding: 80px 150px 80px 80px;
}
.ctn3 .ctn-list .swiper-slide .left .top .tu {
  display: none;
}
.ctn3 .ctn-list .swiper-slide .left .top .tu img {
  width: 100%;
}
.ctn3 .ctn-list .swiper-slide .left .middle {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ctn3 .ctn-list .swiper-slide .left .middle ul li {
  display: flex;
}
.ctn3 .ctn-list .swiper-slide .left .middle ul li h2 {
  width: 225px;
}
.ctn3 .ctn-list .swiper-slide .left .middle ul li p {
  flex: 1;
}
.ctn3 .ctn-list .swiper-slide .left .middle ul li:not(:first-child) {
  margin-top: 4px;
}
.ctn3 .ctn-list .swiper-slide .left .more-btns {
  display: flex;
}
.ctn3 .ctn-list .swiper-slide .left .more-btns .orange {
  margin-right: 20px;
}
.ctn3 .ctn-list .swiper-slide .left .more-btns .orange a {
  width: 220px;
}
.ctn3 .ctn-list .swiper-slide .right {
  position: absolute;
  height: 100%;
  width: 31.25%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.ctn3 .ctn-list .swiper-slide .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .swiper-slide .right:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 .ctn-list .swiper-pagination {
  display: none;
}
.ctn4 {
  position: relative;
  overflow: hidden;
}
.ctn4 .ctn-list .swiper-slide {
  overflow: hidden;
  max-width: 338px;
}
.ctn4 .ctn-list .swiper-slide a {
  display: block;
  position: relative;
}
.ctn4 .ctn-list .swiper-slide a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, /* �ӵײ����� */ rgba(0, 0, 0, 0.3) 0%, /* �ײ���ɫ */ rgba(0, 0, 0, 0) 60% /* ��Ԫ�ظ߶� 50% ͸�� */);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, /* �ӵײ����� */ rgba(0, 0, 0, 0.5) 0%, /* �ײ���ɫ */ rgba(0, 0, 0, 0) 60% /* ��Ԫ�ظ߶� 50% ͸�� */);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide a .tu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ctn4 .ctn-list .swiper-slide a .tu:before {
  content: "";
  display: block;
  padding-top: calc(503 / 338 * 100%);
}
.ctn4 .ctn-list .swiper-slide a .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide a h2 {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn4 .ctn-list .swiper-slide a .text {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
}
.ctn4 .ctn-list .swiper-slide a .text:after {
  content: '';
  width: 0;
  height: 6px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide a .text h3 {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide a .text p {
  margin-top: 8px;
  line-height: 1.3;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide:hover a:before {
  opacity: 0;
}
.ctn4 .ctn-list .swiper-slide:hover a:after {
  opacity: 1;
}
.ctn4 .ctn-list .swiper-slide:hover a h2 {
  opacity: 0;
}
.ctn4 .ctn-list .swiper-slide:hover a .text:after {
  width: 100%;
}
.ctn4 .ctn-list .swiper-slide:hover a .text h3 {
  opacity: 1;
  transform: translateY(0);
}
.ctn4 .ctn-list .swiper-slide:hover a .text p {
  opacity: 1;
  transform: translateY(0);
}
.ctn4 .ctn-list .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 60px;
}
.ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: var(--color);
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  opacity: 1;
}
.ctn5 {
  position: relative;
  overflow: hidden;
}
.ctn5 .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 2;
  text-align: center;
}
.ctn5 .title h2 {
  color: #fff;
}
.ctn5 .ctn-list {
  position: relative;
  z-index: 1;
}
.ctn5 .ctn-list .swiper-slide .tu {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ctn5 .ctn-list .swiper-slide .tu:before {
  content: "";
  display: block;
  padding-top: calc(940 / 1920 * 100%);
}
.ctn5 .ctn-list .swiper-slide .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/department/mask.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn5 .ctn-list .swiper-slide .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s linear;
  transform: scale(1.1, 1.1);
  z-index: 1;
}
.ctn5 .ctn-list .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}
.ctn5 .ctn-list .swiper-slide .text .center {
  width: 540px;
  max-width: 100%;
  color: #fff;
}
.ctn5 .ctn-list .swiper-slide .text .center h2 {
  position: relative;
  transform: translateY(60px);
  opacity: 0;
}
.ctn5 .ctn-list .swiper-slide .text .center p {
  line-height: 1.8;
  position: relative;
  transform: translateY(60px);
  opacity: 0;
}
.ctn5 .ctn-list .swiper-slide.swiper-slide-active .tu img {
  transform: scale(1, 1);
}
.ctn5 .ctn-list .swiper-slide.swiper-slide-active .text .center h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease 0.2s;
  -webkit-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
}
.ctn5 .ctn-list .swiper-slide.swiper-slide-active .text .center p {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease 0.4s;
  -webkit-transition: all 1s ease 0.4s;
  -moz-transition: all 1s ease 0.4s;
  -ms-transition: all 1s ease 0.4s;
}
.ctn5 .ctn-list .swiper-pagination {
  display: none;
}
.ctn5 .ctn-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
  z-index: 3;
}
.ctn5 .ctn-bottom ul {
  display: flex;
  justify-content: space-between;
}
.ctn5 .ctn-bottom ul li {
  flex: 1;
  padding-top: 20px;
  cursor: pointer;
  position: relative;
}
.ctn5 .ctn-bottom ul li:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.ctn5 .ctn-bottom ul li:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-bottom ul li h2 {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-bottom ul li:not(:last-child) {
  margin-right: 30px;
}
.ctn5 .ctn-bottom ul li.active:after {
  width: 100%;
}
.ctn5 .ctn-bottom ul li.active h2 {
  opacity: 1;
  font-family: Outfit-Bold;
}
.ctn6 {
  position: relative;
  overflow: hidden;
}
.ctn6 .ctn-list {
  display: flex;
  justify-content: space-between;
}
.ctn6 .ctn-list .left {
  width: 44.4%;
}
.ctn6 .ctn-list .left .swiper-slide {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6 .ctn-list .left .swiper-slide .tu {
  overflow: hidden;
  position: relative;
}
.ctn6 .ctn-list .left .swiper-slide .tu:before {
  content: '';
  display: block;
  padding-top: calc(360 / 640 * 100%);
}
.ctn6 .ctn-list .left .swiper-slide .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6 .ctn-list .left .swiper-slide .text {
  padding: 50px 50px 80px;
  background: #f7f7f7;
}
.ctn6 .ctn-list .left .swiper-slide .text h3 {
  color: var(--blue);
}
.ctn6 .ctn-list .left .swiper-slide .text h2 {
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 6px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6 .ctn-list .left .swiper-slide .text h4 {
  color: #999;
}
.ctn6 .ctn-list .left .swiper-slide .text p {
  color: #777;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
}
.ctn6 .ctn-list .left .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn6 .ctn-list .left .swiper-slide:hover .text h2 {
  color: var(--color);
}
.ctn6 .ctn-list .left .swiper-slide-active {
  opacity: 1;
}
.ctn6 .ctn-list .left .swiper-pagination {
  bottom: auto;
  top: 320px;
}
.ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}
.ctn6 .ctn-list .right {
  width: 50%;
  position: relative;
}
.ctn6 .ctn-list .right:after {
  content: '';
  width: 98%;
  height: 100px;
  background: linear-gradient(to top, #fff 0%, transparent 98%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ctn6 .ctn-list .right ul {
  height: 730px;
  position: relative;
  z-index: 1;
}
.ctn6 .ctn-list .right ul li h3 {
  color: var(--blue);
}
.ctn6 .ctn-list .right ul li h2 {
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 6px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn6 .ctn-list .right ul li h4 {
  color: #999;
}
.ctn6 .ctn-list .right ul li:not(:first-child) {
  margin-top: 50px;
}
.ctn6 .ctn-list .right ul li:hover h2 {
  color: var(--color);
}
.ctn6 .ctn-list .right.active:after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    margin-top: 80px;
  }
  .ctn1 .top .more-btns .request a {
    width: 220px;
  }
  .ctn1 .top .more-btns .clinic a {
    width: 190px;
  }
  .ctn1 .top .more-btns .department a {
    width: 170px;
  }
  .ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn1 .bottom .right .text {
    max-height: 32vw;
    margin-top: 20px;
  }
  .ctn1 .bottom .right .text p:not(:first-child) {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-slide {
    padding: 3vw 3vw 2vw;
  }
  .ctn2 .ctn-list .swiper-slide h2 {
    margin: 10px 0;
  }
  .ctn3 .ctn-list .swiper-slide .left {
    padding: 4vw 7.5vw 4vw 4vw;
  }
  .ctn3 .ctn-list .swiper-slide .left .more-btns .orange a {
    width: 200px;
  }
  .ctn4 .ctn-list .swiper-slide a h2 {
    padding: 1.5vw 2vw 30px;
  }
  .ctn4 .ctn-list .swiper-slide a .text {
    padding: 1.5vw 2vw 30px;
  }
  .ctn4 .ctn-list .swiper-pagination {
    margin-top: 3vw;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn5 .title {
    top: 5vw;
  }
  .ctn5 .ctn-bottom {
    bottom: 3.5vw;
  }
  .ctn6 .ctn-list .left .swiper-slide .text {
    padding: 2.5vw 2.5vw 4vw;
  }
  .ctn6 .ctn-list .left .swiper-pagination {
    top: 17.5vw;
  }
  .ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn6 .ctn-list .right ul {
    height: 40vw;
  }
  .ctn6 .ctn-list .right ul li:not(:first-child) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -50px;
  }
  .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -50px;
  }
  .ctn1 .bottom .right .text {
    max-height: 33vw;
  }
  .ctn3 .ctn-list .swiper-slide .left .middle ul li h2 {
    width: 200px;
  }
  .ctn4 .ctn-list .swiper-slide a .text:after {
    height: 4px;
  }
  .ctn5 .ctn-bottom ul li {
    padding-top: 14px;
  }
  .ctn5 .ctn-bottom ul li:not(:last-child) {
    margin-right: 20px;
  }
  .ctn6 .ctn-list .right ul {
    height: 41vw;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -40px;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -40px;
  }
  .ctn1 {
    margin-top: 70px;
  }
  .ctn1 .bottom .right .text {
    max-height: 35vw;
  }
  .ctn4 .ctn-list .swiper-slide a h2 {
    font-size: 24px;
  }
  .ctn4 .ctn-list .swiper-slide a .text h3 {
    font-size: 24px;
  }
  .ctn6 .ctn-list .left .swiper-pagination {
    top: 19.5vw;
  }
  .ctn6 .ctn-list .right ul {
    height: 47vw;
  }
}
@media screen and (max-width: 1024px) {
  .ctn1 .bottom .right .text {
    max-height: 34vw;
  }
  .ctn6 .ctn-list .right ul {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .ctn1 {
    margin-top: 60px;
  }
  .ctn1 .top .more-btns {
    flex-wrap: wrap;
  }
  .ctn1 .top .more-btns .request {
    margin-right: 0;
    width: 100%;
  }
  .ctn1 .top .more-btns .request a {
    width: 100%;
  }
  .ctn1 .top .more-btns .clinic {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  .ctn1 .top .more-btns .clinic a {
    width: 100%;
  }
  .ctn1 .top .more-btns .department {
    margin-top: 10px;
    width: 100%;
  }
  .ctn1 .top .more-btns .department a {
    width: 100%;
  }
  .ctn1 .bottom {
    display: block;
  }
  .ctn1 .bottom .left {
    width: 100%;
  }
  .ctn1 .bottom .left .swiper-pagination {
    bottom: 14px;
  }
  .ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn1 .bottom .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn1 .bottom .right {
    width: 100%;
    margin-top: 8vw;
  }
  .ctn1 .bottom .right .text {
    margin-top: 14px;
    max-height: auto;
    padding-right:0;
  }
  .ctn1 .bottom .right .text p {
    line-height: 1.6;
  }
  .ctn1 .bottom .right .text p:not(:first-child) {
    margin-top: 14px;
  }
  .ctn2 .ctn-list .swiper-slide {
    padding: 20px;
  }
  .ctn2 .ctn-list .swiper-slide h2 {
    line-height: 1.3;
    margin: 4px 0 14px;
  }
  .ctn2 .ctn-list .swiper-slide p {
    line-height: 1.6;
  }
  .ctn2 .ctn-list .swiper-pagination {
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--color);
    opacity: 0.5;
    margin: 0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .ctn2 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 6px;
    opacity: 1;
  }
  .ctn3 .ctn-list .swiper-slide .left {
    width: 100%;
    padding: 20px;
  }
  .ctn3 .ctn-list .swiper-slide .left .top .tu {
    width: 60%;
    display: block;
    margin: 6vw auto 0;
  }
  .ctn3 .ctn-list .swiper-slide .left .middle ul li h2 {
    width: 140px;
  }
  .ctn3 .ctn-list .swiper-slide .left .middle ul li p {
    line-height: 1.3;
  }
  .ctn3 .ctn-list .swiper-slide .left .middle ul li:not(:first-child) {
    margin-top: 10px;
  }
  .ctn3 .ctn-list .swiper-slide .left .more-btns {
    margin-top: 10vw;
  }
  .ctn3 .ctn-list .swiper-slide .left .more-btns .orange {
    margin-right: 10px;
  }
  .ctn3 .ctn-list .swiper-slide .left .more-btns .orange a {
    width: 170px;
  }
  .ctn3 .ctn-list .swiper-slide .left .more-btns .white a {
    width: 120px;
  }
  .ctn3 .ctn-list .swiper-slide .right {
    display: none;
  }
  .ctn3 .ctn-list .swiper-pagination {
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 20px;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--color);
    opacity: 0.5;
    margin: 0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 6px;
    opacity: 1;
  }
  .ctn4 .ctn-list .swiper-slide a h2 {
    padding: 20px 10px;
    font-size: 18px;
  }
  .ctn4 .ctn-list .swiper-slide a .text {
    padding: 20px 10px;
  }
  .ctn4 .ctn-list .swiper-slide a .text h3 {
    font-size: 18px;
  }
  .ctn4 .ctn-list .swiper-pagination {
    margin-top: 14px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn5 .title {
    position: relative;
    top: 0;
  }
  .ctn5 .title h2 {
    color: #222;
  }
  .ctn5 .ctn-list {
    padding: 0 5%;
    margin-top: 6vw;
  }
  .ctn5 .ctn-list .swiper-slide .tu:after {
    display: none;
  }
  .ctn5 .ctn-list .swiper-slide .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 6vw;
  }
  .ctn5 .ctn-list .swiper-slide .text .con {
    width: 100%;
  }
  .ctn5 .ctn-list .swiper-slide .text .center {
    color: #222;
  }
  .ctn5 .ctn-list .swiper-slide .text .center p {
    line-height: 1.6;
  }
  .ctn5 .ctn-list .swiper-pagination {
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 20px;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--color);
    opacity: 0.5;
    margin: 0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 6px;
    opacity: 1;
  }
  .ctn5 .ctn-bottom {
    display: none;
  }
  .ctn6 .ctn-list {
    display: block;
  }
  .ctn6 .ctn-list .left {
    width: 100%;
  }
  .ctn6 .ctn-list .left .swiper-slide .text {
    padding: 20px;
  }
  .ctn6 .ctn-list .left .swiper-pagination {
    top: 42vw;
  }
  .ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn6 .ctn-list .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn6 .ctn-list .right {
    width: 100%;
    margin-top: 8vw;
  }
  .ctn6 .ctn-list .right:after {
    height: 50px;
    display: none;
  }
  .ctn6 .ctn-list .right ul {
    height: auto;
  }
  .ctn6 .ctn-list .right ul li:not(:first-child) {
    margin-top: 30px;
  }
}
