.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.banner .bd {
  margin: 0px 0px 0px 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner .wrap {
  position: relative;
}
.banner .hd {
  width: 1200px;
  text-align: center;
  bottom: 30px;
  position: absolute;
  z-index: 999;
}
.banner .hd ul {
  display: inline-block;
  -ms-zoom: 1;
}
.banner .hd li {
  background: rgb(93, 118, 128);
  margin: 0px 5px;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  text-indent: -9999em;
  float: left;
  cursor: pointer;
}
.banner .hd li.on {
  background: rgb(22, 169, 173);
}
.banner .prev {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  display: none;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.banner .next {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  display: none;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.banner .prev {
  background: url("../images/prev.png");
  left: 5%;
  right: auto;
}
.banner .next {
  background: url("../images/next.png");
  left: auto;
  right: 5%;
}
.banner .prev:hover {
  opacity: 0.8;
}
.banner .next:hover {
  opacity: 0.8;
}

.quick-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.link-item {
  flex: 1;
  margin: 0 10px;
  text-align: center;
  background: #21b3b9;
  border-radius: 8px;
  padding: 20px 0;
  transition: all 0.3s;
}
.link-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.link-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.link-item span {
  display: block;
  color: white;
  font-size: 16px;
}
/* 预约区域 */
.appointment {
  padding: 60px 0;
  background: #16a9ad;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.appointment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.appointment-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.appointment-text {
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}
.appointment-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: normal;
}
.appointment-text p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}
.appointment-form {
  width: 60%;
}
.appointment-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
}
.form-group {
  flex: 1;
  min-width: 200px;
  margin-right: 0;
  box-sizing: border-box;
  float: left;
  display: inline;
}
.appointment-form input, .appointment-form select {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 微软雅黑, Arial, sans-serif;
}
.appointment-form input:focus, .appointment-form select:focus {
  outline: none;
  border-color: #5d7680;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.appointment-form input::placeholder {
  color: #999;
}
.btn-submit {
  width: 140px;
  height: 50px;
  background: #fff;
  color: #16a9ad;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border: 0;
  white-space: nowrap;
  font-family: 微软雅黑, Arial, sans-serif;
}
.btn-submit:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* 服务项目区域 */
.section-title {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
  font-size: clamp(24px, 5vw, 36px);
  color: #333;
  position: relative;
  padding-bottom: 15px;
  max-width: 90%;
  font-weight: normal;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #16a9ad;
}
.service-items {
  padding: 20px 0;
}
.service-list {
  margin-left: -30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.service-item {
  width: 25%;
  padding-left: 30px;
  box-sizing: border-box;
  float: left;
  display: inline;
}
.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 0;
  vertical-align: bottom;
}
.service-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  height: 24px;
  overflow: hidden;
  line-height: 1.5;
}
.service-desc {
  color: #666;
  line-height: 20px;
  margin-bottom: 15px;
  height: 60px;
  overflow: hidden;
}
.more-link {
  display: inline-block;
  color: #16a9ad;
  font-size: 14px;
  transition: 0.5s;
}
.more-link:hover {
  color: #5d7680;
}
.more-link i {
  margin-left: 5px;
  transition: 0.3s;
  font-style: normal;
}
.more-link:hover i {
  transform: translateX(5px);
}
.btn-more {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #16a9ad;
  color: #16a9ad;
  border-radius: 4px;
  transition: 0.5s;
  background: transparent;
  font: 12px/1.5 微软雅黑, Arial, sans-serif;
}
.btn-more:hover {
  background: #16a9ad;
  color: #fff;
  text-decoration: none;
}

.service-features {
	padding-top: 50px;
}
.floor_3_1 {
	margin-top: 46px;
}
.service-features dl {
	background: url(../images/h4_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
	overflow: hidden;
	display: block;
}
.service-features dl.dl2 {
	background: url(../images/h5_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
}
.service-features dl .jz {
	margin: 0 auto;
	width: 1200px;
	display: block;
	height: 378px;
	position: relative;
	z-index: 1;
}
.service-features dl dt {
	float: left;
	width: 600px;
}
.service-features dl dt img {
	display: block;
	width: 100%;
	height: 378px;
}
.service-features dl dd {
	float: right;
	width: 520px;
}
.service-features dl dd h3 {
	display: block;
	height: 77px;
	padding-top: 100px;
}
.service-features dl dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_03.png) center center no-repeat;
}
.service-features dl dd h3 span {
	display: block;
	float: left;
	margin-left: 18px;
	width: 420px;
	font-size: 30px;
	color: #333;
	line-height: 77px;
}
.service-features dl dd p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 22px;
	height: 82px;
}
.service-features dl dd a {
	display: block;
	position: relative;
	width: 198px;
	height: 44px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #434343;
	z-index: 10
}
.service-features dl.dl2 dd h3 {
	padding-top: 90px;
}
.service-features dl dd a:hover {
	background-color: #1466a9;
	border: #1466a9 solid 1px;
	color: #fff;
	position: relative;
}
.service-features dl dd a img {
	width: 120px;
	height: 0;
	position: absolute;
	left: 198px;
	top: -1px;
	transition: all ease 600ms;
	z-index: 10;
}
.service-features dl dd a:hover img {
	height: 120px;
	z-index: 10
}
.service-features dl.dl2 dd, .service-features dl.dl4 dd {
	float: left;
}
.service-features dl.dl2 dt, .service-features dl.dl4 dt {
	float: right;
}
.service-features dl.dl2 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_07.png) center center no-repeat;
}
.service-features dl.dl3 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_10.png) center center no-repeat;
}


.lc-list {
  display: flex;
  justify-content: space-between; 
  align-items: stretch; 
  width: 100%; 
  box-sizing: border-box;
  padding: 0 15px; 
}
.lc-list li {
  flex: 1; 
  margin: 0 10px; 
  min-width: 0; 
}
.lc-box {
  display: flex;
  flex-direction: column;
  height: 100%; 
}
.lc-img {
  position: relative;
  width: 100%; 
  overflow: hidden; 
}
.lc-img img {
  width: 100%;
  height: auto;
  display: block; 
}
.lc-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 3px 8px;
  border-radius: 50%;
}
.lc-bottom {
  padding: 15px; 
  box-sizing: border-box;
}
.lc-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lc-lind {
  height: 2px;
  background: #22a9ad;
  margin-bottom: 10px;
  width: 40px; 
}
.lc-p p {
  line-height: 1.8;
  font-size: 14px;
}
.lc-img {
  position: relative;
}
.lc-img span {
  display: block;
  position: absolute;
  left: 50%;
  background: url(../images/number.png) center no-repeat;
  height: 54px;
  width: 54px;
  margin-left: -27px;
  bottom: -27px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.lc-bottom {
  padding: 25px;
}
.lc-title {
  font-size: 18px;
  color: #010101;
  margin-top: 15px;
}
.lc-lind {
  height: 2px;
  width: 36px;
  background: #6bd2d1;
  margin: 15px 0;
}
.lc-p p {
  color: #838383;
  padding-left: 20px;
  background: url(../images/li.png) left 7px no-repeat;
  margin-bottom: 5px;
}
.lc-p {
  padding-top: 10px;
}
.about-back {
  background: url(../images/about.webp) center no-repeat;
  margin-top: 50px;
  background-size: cover;
  padding-top: 270px;
}
.about-bottom {
  background: #77d5d6;
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
  display: flex; /* 使用flex布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  flex-wrap: nowrap; /* 禁止换行 */
}
.about-bottom .col-xs-4 {
  width: 33.333%; /* 保持三列布局 */
  padding: 0 15px;
  box-sizing: border-box;
  float: none; /* 取消浮动 */
  display: flex; /* 内部使用flex布局 */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.about-bottom .clearfix {
  display: flex; /* 使用flex布局 */
  align-items: center; /* 垂直居中 */
}
.about-width {
  max-width: 1010px;
  margin: 0 auto;
}

.about-tt {
  font-size: 24px;
  color: #000;
  margin: 25px 0 15px 0;
  text-align: center; /* 标题居中 */
}
.about-p {
  line-height: 32px;
  text-align: justify;
  margin-bottom: 20px;
}
/* 优化关于我们区域的"更多"按钮居中显示 */
.about-more-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* 确保容器在父元素中水平居中 */
  padding: 20px 0; /* 增加上下内边距，提升视觉效果 */
}

.about-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 移除可能存在的默认边距 */
  margin: 0;
  padding: 0;
}

/* 可选：为图片添加过渡效果 */
.about-more img {
  transition: transform 0.3s ease;
}

.about-more:hover img {
  transform: scale(1.05);
}
.news-back {
  background: #f9f9f9;
  padding: 10px 0;
}
.row {
  /* 使用flex布局替代传统float，确保列在同一行 */
  display: flex;
  /* 允许在小屏幕自动换行 */
  flex-wrap: wrap;
  /* 清除默认margin */
  margin: 0 -15px;
  /* 确保容器宽度100% */
  width: 100%;
  box-sizing: border-box;
}
.col-xs-4 {
  /* 每列占1/3宽度 */
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  /* 保持内边距 */
  padding: 0 15px;
  box-sizing: border-box;
  /* 取消原有的float */
  float: none;
}
/* 图片容器样式优化 */
.news-img {
  width: 100%;
  height: 200px; /* 固定图片容器高度，保持三列对齐 */
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px; /* 增加轻微圆角 */
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片自适应裁剪，保持比例 */
  transition: transform 0.3s ease; /* 图片悬停效果 */
}
.news-img:hover img {
  transform: scale(1.05); /* 图片轻微放大效果 */
}
.news-list {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
.news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-list-tt {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.news-list-tt a {
  color: #333;
  transition: 0.5s;
}
.news-list-tt a:hover {
  color: #16a9ad;
  text-decoration: none;
}
.news-list-p {
  color: #666;
  line-height: 22px;
  margin-bottom: 10px;
}
.news-list-date {
  color: #999;
  font-size: 14px;
}
.eArea {
  padding-bottom: 15px;
  margin-top: 30px;
}
.Area-hd {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom-color: rgb(28, 184, 185);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.eArea .Area-hd p {
  background: url("../images/earea01.jpg") no-repeat left;
  padding-left: 40px;
  color: rgb(28, 184, 185);
  font-size: 18px;
  float: left;
}
.eArea .bd a {
  background: rgb(240, 240, 240);
  margin: 10px 15px;
  border-radius: 10px;
  width: 170px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  float: left;
  display: block;
}
.eArea .bd a:hover {
  background: rgb(94, 118, 130);
  color: rgb(255, 255, 255);
}