@charset "UTF-8";
body {
  overflow-x: hidden;
  margin: 0;
  color: #4D4D4D;
  font-family: "Microsoft Yahei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif;
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0.5em 5%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #f2f2f2;
}

#header.sticky {
  background: #18C1DC;
  padding: 1em 5%;
  top: 0;
}

.wrapper-logo {
  display: block;
  margin: auto;
}

.wrapper-logo img {
  width: 150px;
}

.main-menu {
  display: block;
  flex: 1 auto;
  text-align: right;
  margin: auto;
}

.main-menu .active {
  color: #18C1DC !important;
}

.main-menu .dropdown-menu {
  margin-top: 10px;
  margin-left: -1.5rem;
}

.main-menu .dropdown-menu .dropdown-item:active {
  background-color: white;
}

.main-menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 0;
}

.main-menu .menu-item {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu .menu-item a {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.banner-container > img {
  width: 100%;
  padding-top: 75px;
}

footer {
  display: flex;
  height: 400px;
}
footer .btn {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 110px;
  margin: auto;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 5px 15px;
}
footer .btn:hover {
  background-color: white;
  color: #18C1DC;
}
footer .btn:hover {
  background-color: #18C1DC;
  color: white;
}
footer #map {
  flex-basis: 260px;
  margin-left: 10px;
  flex-grow: 1;
}
footer .left, footer .right {
  padding: 100px 3% 0;
  flex: 0 0 50%;
}
footer .left {
  background-color: #E6E6E6;
}
footer .right {
  background-color: #F2F2F2;
}
footer .right > div {
  display: flex;
  justify-content: space-between;
}
footer .amap-link {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 15px;
}
footer .amap-link:hover {
  background-color: white;
  color: #18C1DC;
}
footer .amap-link:hover {
  background-color: #18C1DC;
  color: white;
  text-decoration: none;
}
footer .amap-link img {
  width: 20px;
  vertical-align: -5px;
}
footer h3 {
  color: #18C1DC;
}
footer h3 span {
  padding-bottom: 5px;
  display: inline-block;
  width: 350px;
  border-bottom: 1px solid #18C1DC;
}
footer .left ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
footer .left ul li {
  flex: 0 0 30%;
  text-align: center;
}
footer .left ul li i {
  display: inline-block;
  width: 90px;
  height: 85px;
  line-height: 85px;
}
footer .left ul li p {
  font-size: 15px;
  color: #B3B3B3;
  margin-top: 10px;
}

.recordcode {
  padding: 0 3%;
  background-color: white;
  text-align: center;
}
.recordcode a {
  color: #939393;
  font-size: 12px;
  line-height: 30px;
}
.recordcode a:hover {
  text-decoration: none;
}
.recordcode .police {
  width: 15px;
  vertical-align: -3px;
  margin-right: 3px;
  margin-left: 5px;
}

.modal-footer button, .modal-footer button:hover, .modal-footer button:active {
  background-color: #18C1DC !important;
  border: none;
}

.block {
  width: 1140px;
  margin: 40px auto;
}

.aboutWD {
  display: flex;
}

.gallery-wrap {
  flex: 0 0 520px;
  display: flex;
  align-items: flex-end;
  box-sizing: content-box;
  padding: 0 50px;
}

.gallery {
  list-style: none;
  padding: 0;
}
.gallery li {
  width: 130px;
  height: 112.583302492px;
  overflow: hidden;
  float: left;
  margin-bottom: 3px;
}
.gallery li .hexagon {
  width: 130px;
  height: 112.583302492px;
  transform: rotate(60deg) skew(30deg);
  background-color: white;
  overflow: hidden;
}
.gallery li .hexagon .img-box {
  width: 130px;
  height: 112.583302492px;
  transform: skew(-30deg) rotate(-60deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.gallery li .hexagon .img-box img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.gallery li .hexagon .img-box img:hover {
  opacity: 1;
  cursor: pointer;
}
.gallery li:nth-child(2) img {
  opacity: 1 !important;
}
.gallery li:nth-child(2) img:hover {
  cursor: auto !important;
}
.gallery li:nth-child(2), .gallery li:nth-child(6) {
  transform: translate(-28px, -58px);
}
.gallery li:nth-child(4), .gallery li:nth-child(5) {
  visibility: hidden;
}
.gallery li:nth-child(3), .gallery li:nth-child(7) {
  transform: translate(-56px, -116px);
}
.gallery li:nth-child(8) {
  transform: translate(-84px, -174px);
}

.page-desc {
  padding-left: 100px;
  align-self: flex-end;
}
.page-desc h3 {
  font-size: 42px;
  font-weight: 300;
  color: #4D4D4D;
  margin-bottom: 50px;
}
.page-desc h3 span {
  padding: 10px 0;
  border-bottom: 1px solid #18C1DC;
}

.doctor-panel {
  display: block;
  margin-bottom: 200px;
}
.doctor-panel figure {
  display: flex;
  align-items: center;
}
.doctor-panel figure .doctor-pic {
  margin-right: 40px;
}
.doctor-panel figure .doctor-pic p {
  color: #18C1DC;
  font-size: 42px;
  text-align: center;
  margin: 15px 0;
}
.doctor-panel figure .doctor-pic img {
  width: 400px;
}
.doctor-panel figure .doctor-info p {
  margin: 0;
}
.doctor-panel figure .doctor-info h4 {
  color: #18C1DC;
  font-size: 42px;
}
.doctor-panel figure .doctor-info h5 {
  font-size: 24px;
}
.doctor-panel figure .doctor-info h6 {
  color: #18C1DC;
}
.doctor-panel figure .doctor-info .separator {
  width: 200px;
  height: 5px;
  background-color: #18C1DC;
  margin: 20px 0;
}
.doctor-panel figure .doctor-info ul {
  padding-left: 0;
  list-style: none;
  color: #8B8C8C;
  font-size: 12px;
}

.mb100 {
  margin-bottom: 100px;
}

.nurse-team {
  text-align: center;
  margin: 120px 0;
}
.nurse-team h3 {
  color: #18C1DC;
  font-size: 42px;
}
.nurse-team h3 span {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin: 0 20px;
  vertical-align: 12px;
  background-color: #18C1DC;
}
.nurse-team .img-box {
  background-color: #E6E6E6;
  margin: 50px 0;
}

.modal-dialog {
  max-width: 80vw;
  max-height: 80vh;
}

.imagepreview {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}