﻿@charset "UTF-8";
.carousel-section {
  height: calc(100vh - 122px);
  min-height: 50vw;
}
.carousel-section .carousel {
  height: 100%;
}
.carousel-section .carousel .swiper-wrapper {
  height: 100%;
}
.carousel-section .carousel .swiper-wrapper .swiper-slide {
  height: 100%;
}
.carousel-section .carousel .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
.carousel-section .carousel .swiper-wrapper .swiper-slide .carousel-caption {
  margin-bottom: 0px;
}
.carousel-section .carousel .swiper-wrapper .swiper-slide .carousel-caption h5 {
  transition-delay: 1s;
  opacity: 0;
  transition: all 0.6s;
  font-size: 54px;
  font-weight: 600;
  transform: translateY(-100px);
}
.carousel-section .carousel .swiper-wrapper .swiper-slide .carousel-caption p {
  transition-delay: 1s;
  opacity: 0;
  transition: all 0.8s;
  font-size: 24px;
  margin: 48px 0;
  transform: translateY(60px);
}
.carousel-section .carousel .swiper-wrapper .swiper-slide.swiper-slide-active .carousel-caption h5 {
  transform: translateY(0px);
  opacity: 1;
}
.carousel-section .carousel .swiper-wrapper .swiper-slide.swiper-slide-active .carousel-caption p {
  transform: translateY(0px);
  opacity: 1;
}
.carousel-section .carousel .carousel-control-prev-icon,
.carousel-section .carousel .carousel-control-next-icon {
  height: 60px;
  width: 60px;
}
.carousel-section .carousel .indicators {
  position: absolute;
  bottom: 1em;
  z-index: 100;
  width: 100%;
  text-align: center;
  left: 0;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}

/* 小于768象素时 */
@media (min-width: 768px) {
  body {
    min-width: 1280px;
    min-height: 680px;
  }
}
/* 小于768象素时 */
@media (max-width: 768px) {
  .carousel-item {
    height: 100%;
  }
  .carousel-item h5 {
    font-size: 48px;
  }
  .carousel-item p {
    font-size: 18px;
  }
  .section-depart,
  .section-professor,
  .news-section {
    max-width: calc(100% - 24px) !important;
    overflow: hidden;
  }
}
.section-professor {
  max-width: 1200px;
  margin: 40px auto;
}
.section-professor .team-member {
  width: 80%;
  height: 100%;
  margin-top: 10%;
}
.section-professor .title-box {
  border-left: 4px solid rgb(7, 162, 193);
  padding-left: 7px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-professor .filter-btns {
  --secondary-color: #e3e3e3;
  --text-color-darker: #2e2e2e;
  --primary-color: rgb(7, 162, 193);
  --text-color-dark-gray: #727272;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-professor .filter-btn {
  margin: 0 7px;
  background-color: var(--secondary-color);
  border: 0;
  color: var(--text-color-dark-gray);
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.section-professor .filter-btn svg {
  height: 22px;
  width: 22px;
}
.section-professor .filter-btn:focus,
.section-professor .filter-btns:active {
  outline: none;
}
.section-professor .filter-btn.active,
.section-professor .filter-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.section-depart {
  max-width: 1200px;
  margin: 40px auto;
}

.news-section {
  max-width: 1200px;
  margin: 40px auto;
}
.news-section .News_left {
  box-shadow: 0 0 5px 1px #d5d5d5;
}
.news-section .left_top img {
  width: 100%;
  height: 100%;
}
.news-section .feature {
  width: 100%;
  display: grid;
  grid-template-areas: "a a b" "d c f" "d e f";
  height: calc(100% - 97px);
  margin-top: 12px;
  gap: 10px;
  grid-gap: 10px;
}
.news-section .feature .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-radius: 4px;
  color: #fff;
}
.news-section .feature .feature-item .feature-title {
  margin-top: 12px;
  font-size: 18px;
}
.news-section .feature .feature-item svg {
  height: 54px;
  color: #fff;
  stroke-dashoffset: 0;
  max-width: 100%;
}
.news-section .feature .feature-item:nth-child(1) {
  grid-area: a;
}
.news-section .feature .feature-item:nth-child(2) {
  grid-area: b;
}
.news-section .feature .feature-item:nth-child(3) {
  grid-area: c;
}
.news-section .feature .feature-item:nth-child(4) {
  grid-area: d;
}
.news-section .feature .feature-item:nth-child(5) {
  grid-area: e;
}
.news-section .feature .feature-item:nth-child(6) {
  grid-area: f;
}
.news-section .feature .feature-item:nth-child(3n+2) {
  background: url(../images/ygbsy6-3.jpg);
}
.news-section .feature .feature-item:nth-child(3n+1) {
  background: #6bb2ad;
}
.news-section .feature .feature-item:nth-child(3n) {
  background: rgba(61, 89, 144, 0.85);
}

/* 滑动特效 */
.scrollUp {
  transition: all 0.6s;
  transition-delay: 0.3s;
  transform: translateY(30%);
  opacity: 0.2;
}
@keyframes fadeUp {}
.scrollUp.animate {
  transform: translate(0);
  opacity: 1;
}

.main_News {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.News_left {
  width: 565px;
}

.left_bot {
  padding: 30px 30px 48px;
  box-sizing: border-box;
  background: #fff;
}

h2.main-title .sub {
  font-size: 16px;
  color: rgb(7, 162, 193);
}

h2.main-title .tit {
  font-size: 28px;
}

h2.main-title {
  overflow: hidden;
}

.title-left {
  float: left;
  border-left: 4px solid rgb(7, 162, 193);
  padding-left: 7px;
}

.title-left span {
  display: block;
}

a.main-more {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: #fff;
  float: right;
  font-size: 14px;
  /* margin-top: 15px; */
}

a.main-more:hover {
  text-decoration: underline !important;
}

ul.main-list {
  margin-top: 30px;
  border-top: 1px solid #e1e2e5;
}

ul.main-list li {
  height: 37px;
  border-bottom: 1px solid #e1e2e5;
  line-height: 37px !important;
}

ul.main-list li .span_date {
  float: right;
  font-size: 14px;
  color: #666;
}

ul.main-list li .title_type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding-left: 0;
  font-weight: normal;
  color: #666;
}
ul.main-list li .title_type:hover {
  color: #56b7d0;
}

ul.main-list li .title_type.art_tit_top:before {
  display: none;
}

.News_right {
  width: 575px;
}

.News_right_title {
  height: 85px;
  background: linear-gradient(135deg, rgb(7, 162, 193) 0%, rgb(99, 193, 15) 100%);
  padding: 20px;
  box-sizing: border-box;
}

.News_right_title .title-left {
  border-color: #fff;
  margin-top: 7px;
}

.News_right_title .title-left .sub {
  color: rgba(255, 255, 255, 0.7);
}

.News_right_title .title-left .tit {
  color: #fff;
}

.News_right_title a.title-more {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  float: right;
  margin-top: 15px;
}

.report {
  overflow: hidden;
  margin-top: 20px;
}

.report_top_left.fl {
  width: 278px;
}

h2.report_title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

h2.report_subtitle {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.report_top_right.fr {
  width: 278px;
}

.report .main-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  display: none;
}

.main_Department {
  background: #fff;
  margin-bottom: 60px;
}

.department-box {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

.department_main.dep_2 {
  flex: 2;
  min-width: 700px;
  margin: 0 20px;
}

.department_main.dep_38 {
  flex: 1;
}

h3.ks-tit {
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  box-sizing: border-box;
}

.department_main.dep_2 h3.ks-tit {
  background: linear-gradient(135deg, rgb(7, 162, 193) 0%, rgb(99, 193, 15) 100%);
}

.department_main.dep_38 h3.ks-tit {
  background: linear-gradient(135deg, rgb(7, 162, 193) 0%, rgb(99, 193, 15) 100%);
}

ul.fix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -6px;
}

ul.fix li {
  margin: 0 6px 10px;
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #88c1cf;
  min-width: calc(50% - 12px);
}

ul.fix li a {
  display: block;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #2b8492;
  transform: all 0.3s;
  white-space: nowrap;
  padding: 8px 12px;
  line-height: 20px;
}

ul.fix li:hover {
  box-shadow: 0px 0px 6px #999;
  background: #2b8492;
  color: #fff;
}

ul.fix li:hover a {
  color: #fff;
  background: #2b8492;
}

.department_main.dep_2 ul.fix li {
  min-width: calc(25% - 12px);
}

.main_Doctor {
  padding: 30px;
  background: #fff;
  margin-bottom: 60px;
}

.main_Doctor .main-title {
  border-bottom: 1px solid #e1e2e5;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

h2.main-subtitle {
  font-size: 22px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .main_Department {
    padding: 10px;
    margin-bottom: 10px;
  }
  h2.main-title .sub {
    font-size: 14px;
  }
  h2.main-title .tit {
    font-size: 16px;
  }
  a.sub-more {
    font-size: 16px;
  }
  .department-box {
    margin-top: 10px;
  }
  .department_main.dep_2 {
    min-width: 100%;
    margin: 0;
  }
  ul.fix li {
    min-width: calc(50% - 12px) !important;
  }
  .department_main.dep_38 {
    margin-top: 10px;
  }
  .main_Doctor {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
  }
  .main_Doctor .main-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  h2.main-subtitle {
    font-size: 16px;
    height: 30px;
  }
  .doctor-box {
    display: none;
  }
  .doc-search {
    margin-top: 0;
  }
  h2.doc-search-title {
    font-size: 16px;
    float: left;
  }
  .searchChange {
    display: none;
  }
  ul.search-ul li {
    width: 20%;
    height: 30px;
  }
  ul.search-ul li:hover .search-depName {
    display: none;
  }
  .main_News {
    margin-bottom: 10px;
  }
  .News_left {
    width: 100%;
  }
  .News_left img {
    width: 100%;
  }
  a.main-more {
    width: 90px;
    font-size: 12px;
    margin-top: 0;
  }
  .left_bot {
    padding: 10px;
  }
  .News_right {
    width: 100%;
  }
  .News_right_title {
    height: 52px;
    padding: 10px;
  }
  .News_right_title a.title-more {
    margin-top: 19px;
  }
  .report {
    margin-top: 10px;
  }
  .report_top_left.fl {
    width: 49%;
  }
  .report_top_left .kangyi {
    height: 346px;
    margin-bottom: 10px;
  }
  .report .main-more {
    margin-left: -22%;
  }
  .report_top_right.fr {
    width: 49%;
  }
  h2.report_title {
    font-size: 16px;
  }
  h2.report_subtitle {
    font-size: 12px;
  }
  ul.main-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  ul.fix li a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=home1.css.map */
