@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #fff;
  color: #333;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.nav {
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px #F2F2F2;
  position: relative;
  z-index: 99;
}
.nav .container {
  width: 1200px;
  height: 92px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .container a {
  text-decoration: none;
}
.nav .container img {
  width: 100%;
  height: 100%;
}
.nav .container .nav-left {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.nav .container .nav-left .logo {
  width: 232px;
  height: 48px;
  float: left;
}
.nav .container .nav-left .logo img {
  width: 100%;
  height: 100%;
}
.nav .container .nav-left .phone {
  margin-left: 24px;
}
.nav .container .nav-left .phone .phone-icon {
  width: 34px;
  height: 34px;
  margin-right: 11px;
  float: left;
  margin-right: 8px;
}
.nav .container .nav-left .phone .phone-icon img {
  width: 100%;
  height: 100%;
}
.nav .container .nav-left .phone {
  font-family: Source Han Sans CN;
  float: left;
  font-weight: bold;
  font-size: 22px;
  color: #4D4D4D;
}
.nav .container .nav-right {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #4C4C4C;
}
.nav .container .nav-right :after {
  clear: both;
}
.nav .container .nav-right .nav-item {
  float: left;
  margin-right: 20px;
  height: 92px;
  line-height: 92px;
  cursor: pointer;
  position: relative;
}
.nav .container .nav-right .nav-item.active a {
  color: #891E23;
}
.nav .container .nav-right .nav-item.active ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #891E23;
  transition: all 0.3s;
}
.nav .container .nav-right .nav-item .dropdown-content {
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 999;
  display: none;
  width: 160px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px 0;
}
.nav .container .nav-right .nav-item .dropdown-content a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.nav .container .nav-right .nav-item .dropdown-content a:hover {
  color: #891E23;
}
.nav .container .nav-right .nav-item a {
  color: #4C4C4C;
}
.nav .container .nav-right .nav-item:hover .dropdown-content {
  display: block;
}
.nav .container .nav-right .nav-item:last-child {
  margin-right: 0;
}

.swiper {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-wrapper {
  height: 500px;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ccc;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper .button-prev,
.swiper .button-next {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 232px;
  z-index: 99;
  cursor: pointer;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.swiper .button-prev:hover,
.swiper .button-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.swiper .button-prev {
  left: 20px;
}
.swiper .button-next {
  right: 20px;
}

.swiper2 {
  width: 1100px;
  margin: 0 auto;
  height: 168px;
  overflow: hidden;
  position: relative;
}
.swiper2 .swiper-wrapper {
  height: 168px;
}
.swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ccc;
}
.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper2 .button-prev1,
.swiper2 .button-next1 {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
  cursor: pointer;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.swiper2 .button-prev1:hover,
.swiper2 .button-next1:hover {
  background: rgba(0, 0, 0, 0.3);
}
.swiper2 .button-prev1 {
  left: 20px;
}
.swiper2 .button-next1 {
  right: 20px;
}

.banner-b-card {
  display: flex;
  justify-content: center;
  height: 80px;
  position: relative;
  z-index: 9;
  width: 1200px;
  margin: -20px auto 0;
}
.banner-b-card > a {
  margin-right: 32px;
}
.banner-b-card > a:last-child {
  margin-right: 0;
}
.banner-b-card .b-card-item {
  width: 320px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.banner-b-card .b-card-item .card-info {
  display: flex;
}
.banner-b-card .b-card-item .card-info .icon {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.banner-b-card .b-card-item .card-info p {
  margin: 0;
}
.banner-b-card .b-card-item .card-info .name {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 22px;
  color: #1A1A1A;
  margin-bottom: 6px;
}
.banner-b-card .b-card-item .card-info .tips {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}
.banner-b-card .b-card-item .more-icon {
  width: 12px;
  height: 20px;
}

.footer .container {
  padding: 38px 0 40px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.footer .container .footer-left {
  float: left;
  width: 900px;
}
.footer .container .footer-left .address {
  padding-left: 50px;
}
.footer .container .footer-left p {
  margin: 0;
}
.footer .container .footer-left .footer-info {
  padding-bottom: 18px;
}
.footer .container .footer-left .footer-info .hospital-info {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
}
.footer .container .footer-left .footer-info .banquan {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.footer .container .footer-left .footer-info .banquan a {
  margin-left: 10px;
}
.footer .container .footer-left .footer-tips {
  padding-top: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 20px;
  border-top: 1px solid #F2F2F2;
}
.footer .container .footer-qrcode {
  float: right;
  width: 300px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.footer .container .footer-qrcode .qr-code-item {
  width: 104px;
  margin-left: 17px;
  float: right;
}
.footer .container .footer-qrcode img {
  width: 98px;
  height: 98px;
  margin-bottom: 0;
}

.bread-crumb {
  width: 1200px;
  margin: 0 auto 60px;
  padding: 59px 0 29px;
  border-bottom: 1px solid #E6E6E6;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.bread-crumb a {
  color: #666666;
}
.bread-crumb a:hover {
  color: #891E23;
}
.bread-crumb .arror-right {
  padding: 0 10px;
  font-size: 12px;
}

.pagesize {
  display: flex;
  justify-content: center;
  margin: 20px auto 100px;
  text-align: center;
  overflow: hidden;
}
.pagesize span, .pagesize a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #ccc;
  margin: 0;
  border-right: none;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.pagesize span:last-child, .pagesize a:last-child {
  border-right: 1px solid #ccc;
}
.pagesize .thisclass {
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-right: none;
  font-size: 16px;
  color: #1A1A1A;
}

.clearfix::after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.h1 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin: 0 0 10px;
  text-align: center;
}

.ellipsis {
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  padding: 20px;
  width: 1200px;
  height: 710px;
}

.modal-content video {
  width: 100%;
  height: 680px;
}

.close-btn {
  position: absolute;
  color: #fff;
  top: -10px;
  right: -4px;
  font-size: 24px;
  cursor: pointer;
}

.tab-link:nth-child(5n) {
  margin-right: 0;
}
.tab-link.active, .tab-link:hover {
  background: #8A1E23;
  box-shadow: 0px 0px 10px 0px #FFCED0;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}