.banner {
  position: relative;
  padding-top: 33.85417%;
}

.banner .box-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .box-fill img {
  width: 100%;
  height: auto;
}

.banner .box-fill .layui-carousel-ind ul {
  background: none;
}

.banner .box-fill .layui-carousel-ind li {
  background: none;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #FFFFFF;
}

.banner .box-fill .layui-carousel-ind li.layui-this {
  width: 60px;
  border-radius: 7px;
  background-color: #00899c;
  border: 2px solid #00899c;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  background: none;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
  width: 60px;
  height: 14px;
  background: #02a3ad;
  border: 2px solid #02a3ad;
  opacity: 1;
  border-radius: 8px;
}

.service {
  padding: 6rem 0 7rem;
}

.service .row {
  --padd: 2.1rem;
}

.service .row .col .service-box .w-h {
  padding-top: 122.12766%;
}

.service .row .col .service-box .w-h .box-fill {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 3.5rem 2.3rem 0 2.7rem;
  cursor: pointer;
}

.service .row .col .service-box .w-h .box-fill h6 {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.service .row .col .service-box .w-h .box-fill p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #fff;
  opacity: .5;
}

.service .row .col .service-box .w-h .box-fill .img-box {
  position: absolute;
  right: 2.3rem;
  bottom: 2rem;
}

.service .row .col:nth-child(1) .box-fill {
  background-image: url(../images/service1.png);
}

.service .row .col:nth-child(2) .box-fill {
  background-image: url(../images/service2.png);
}

.service .row .col:nth-child(3) .box-fill {
  background-image: url(../images/service3.png);
}

.service .row .col:nth-child(4) .box-fill {
  background-image: url(../images/service4.png);
}

.service .row .col:nth-child(5) .box-fill {
  background-image: url(../images/service5.png);
}

.index-a:hover {
  color: #00899c !important;
  background: url(../images/qiehuanl.png) no-repeat right center !important;
  background-size: 1.6rem !important;
}

.news {
  background: url(../images/city.png) no-repeat center;
  background-size: cover;
  padding: 3rem 0 8rem;
}

.news .left {
  width: 59.52381%;
}

.news .left .t {
  height: 6.8rem;
  line-height: 6.8rem;
  margin-bottom: 2.2rem;
}

.news .left .t span {
  position: relative;
  display: block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00899c;
}

.news .left .t span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 3px;
  background: #00899c;
}

.news .left .t a {
  display: block;
  padding-right: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: url(../images/qiehuan.png) no-repeat right center;
  background-size: 1.6rem;
  color: #666666;
  margin-right: 2.8rem;
}

.news .left .c {
  padding: 2rem 4.4rem 0 2rem;
  background: #FFFFFF;
}

.news .left .c .w-h {
  padding-top: 62.97376%;
}

.news .left .c .swiper-slide-active img {
  transition: all .8s;
}

.news .left .c .swiper-slide-active:hover img {
  transform: scale(1.1);
}

.news .left .c .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.9rem;
  line-height: 5.9rem;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding-right: 4em;
}

.news .left .c .swiper-pagination {
  text-align: right;
  bottom: 2rem;
  padding-right: 2rem;
}

.news .left .c .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  background: none;
}

.news .left .c .swiper-pagination-bullet-active {
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.news .left .b {
  padding: 0 4.4rem 0.8rem 2rem;
  background: #fff;
}

.news .left .b .slideTxtBox {
  width: 100%;
}

.news .left .b .slideTxtBox .hd {
  height: 6.8rem;
  line-height: 6.6rem;
  border-bottom: 1px solid #E2E2E2;
}

.news .left .b .slideTxtBox .hd ul {
  height: inherit;
}

.news .left .b .slideTxtBox .hd ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}

.news .left .b .slideTxtBox .hd ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #00899c;
  opacity: 1;
  transition: all .3s;
}

.news .left .b .slideTxtBox .hd ul li:hover::before {
  width: 100%;
}

.news .left .b .slideTxtBox .hd ul li.on {
  color: #00899c;
}

.news .left .b .slideTxtBox .hd ul li.on::before {
  width: 100%;
  font-weight: bold;
}

.news .left .b .slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
}

.news .left .b .slideTxtBox .bd li {
  margin-bottom: 1rem;
}

.news .left .b .slideTxtBox .bd li a {
  display: block;
}

.news .left .b .slideTxtBox .bd li a p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #444444;
}

.news .left .b .slideTxtBox .bd li a span {
  font-size: 1.4rem;
  font-family: Arial;
  font-weight: 400;
  line-height: 2.8rem;
  color: #00899C;
}

.news .left .b .slideTxtBox .bd li a:hover p {
  color: #00899c;
}

.news .right {
  width: 40.47619%;
}

.news .right .slideTxtBox2 {
  width: 100%;
}

.news .right .slideTxtBox2 .hd {
  height: 6.8rem;
  line-height: 6.6rem;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 2.2rem;
}

.news .right .slideTxtBox2 .hd a {
  display: block;
  padding-right: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: url(../images/qiehuan.png) no-repeat right center;
  background-size: 1.6rem;
  color: #666666;
}

.news .right .slideTxtBox2 .hd ul {
  height: inherit;
}

.news .right .slideTxtBox2 .hd ul li {
  position: relative;
  margin-right: 3.7rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}

.news .right .slideTxtBox2 .hd ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #00899c;
  opacity: 1;
  transition: all .3s;
}

.news .right .slideTxtBox2 .hd ul li:hover::before {
  width: 100%;
}

.news .right .slideTxtBox2 .hd ul li.on {
  color: #00899c;
  font-size: 2.4rem;
}

.news .right .slideTxtBox2 .hd ul li.on::before {
  width: 100%;
  font-weight: bold;
}

.news .right .slideTxtBox2 .bd {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding-bottom: 0.8rem;
}

.news .right .slideTxtBox2 .bd li {
  padding: 2.342rem 2.4rem;
  border-bottom: 1px #CECECE dashed;
}

.news .right .slideTxtBox2 .bd li a .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #F6F6F6;
  text-align: center;
  flex: none;
}

.news .right .slideTxtBox2 .bd li a .date span {
  font-size: 2.8rem;
  font-family: Arial;
  font-weight: 400;
  line-height: 3rem;
  color: #00899C;
}

.news .right .slideTxtBox2 .bd li a .date p {
  font-size: 1.3rem;
  font-family: Arial;
  font-weight: 400;
  line-height: 1.5rem;
  color: #898989;
}

.news .right .slideTxtBox2 .bd li a .info {
  flex: 1;
}

.news .right .slideTxtBox2 .bd li a .info p {
  margin-left: 1.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
}

.news .right .slideTxtBox2 .bd li a:hover .date {
  background: #00899c;
}

.news .right .slideTxtBox2 .bd li a:hover .date span,
.news .right .slideTxtBox2 .bd li a:hover .date p {
  color: #fff;
}

.news .right .slideTxtBox2 .bd li a:hover .info p {
  color: #00899c;
}

.dept {
  background: url(../images/keshibj.png) no-repeat center;
  background-size: cover;
  padding: 7rem 0 0;
}

.dept .tit {
  position: relative;
  background: url(../images/deptsetting.png) no-repeat center top;
  padding: 1.6rem 0 6.9rem;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.dept .tit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6.8rem;
  transform: translateX(-50%);
  width: 3em;
  height: 0;
  border-bottom: 1px solid #E4E4E4;
}

.dept .tit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6.8rem;
  transform: translateX(-50%);
  width: 1.3em;
  height: 0;
  border-bottom: 3px solid #E4E4E4;
}

.dept .dept-lis {
  width: 100%;
  padding: 0 0 7.9rem 36rem;
}

.dept .dept-lis .outBox {
  height: 54.8rem;
  padding: 4.4rem 5.0rem 0;
  background-color: #fff;
}

.dept .dept-lis .outBox .hd {
  width: 100%;
  flex: none;
  height: 5.6rem;
  line-height: 5.6rem;
  border-bottom: 1px solid #E6E6E7;
  position: relative;
}

.dept .dept-lis .outBox .hd a {
  display: block;
  padding-right: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: url(../images/qiehuan.png) no-repeat right center;
  background-size: 1.6rem;
  color: #666666;
}

.dept .dept-lis .outBox .hd ul {
  display: flex;
  height: inherit;
}

.dept .dept-lis .outBox .hd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
}

.dept .dept-lis .outBox .hd ul li img {
  margin-right: 1.2rem;
  width: 20px;
  height: 20px;
}

.dept .dept-lis .outBox .hd ul li.on {
  background: #E4F2F4;
  color: #00899C;
}

.dept .dept-lis .inBox {
  padding: 0;
  position: relative;
}

.dept .dept-lis .inBox .inHd {
  padding: 3.6rem 0;
}

.dept .dept-lis .inBox .inHd ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
}

.dept .dept-lis .inBox .inHd ul li {
  height: 1.8rem;
  padding-left: 2.1rem;
  line-height: 1.8rem;
  width: 25%;
  margin-bottom: 4rem;
  font-size: 17px;
  color: #333;
  cursor: pointer;
  background: url(../images/sx.png) no-repeat left center;
}

.dept .dept-lis .inBox .inHd ul li.on {
  color: #00899c;
  background: url(../images/sx-on.png) no-repeat left center;
}

.dept .dept-lis .inBox .inBd {
  position: absolute;
  left: 0;
  top: 0;
  width: 36rem;
  height: 54.8rem;
  transform: translate(-41rem, -10rem);
  background: url(../images/indexbj_.png);
}

.dept .dept-lis .inBox .inBd ul {
  height: inherit;
  padding: 4.6rem 3.2rem;
  zoom: 1;
  overflow: hidden;
}

.dept .dept-lis .inBox .inBd li {
  height: 45.6rem;
  position: relative;
  color: #fff;
}

.dept .dept-lis .inBox .inBd li h6 {
  font-size: 2.8rem;
  margin-bottom: 2.6rem;
}

.dept .dept-lis .inBox .inBd li .dept-info {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
}

.dept .dept-lis .inBox .inBd li a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: url(../images/qiehuanb.png) no-repeat right center;
  background-size: 1.6rem;
  color: #fff;
  transition: all .3s;
}

.dept .dept-lis .inBox .inBd li a:hover {
  color: #fff;
  transform: translateY(-0.1em);
}

.doctors {
  background: url(../images/columns_bg.png) no-repeat center;
  background-size: cover;
  padding: 7rem 0 13rem;
  height: 69.3rem;
}

.doctors .w {
  background: #fff;
  padding: 3rem;
}

.doctors .t {
  height: 6.8rem;
  line-height: 6.8rem;
  margin-bottom: 5rem;
}

.doctors .t span {
  position: relative;
  display: inline-block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00899c;
}

.doctors .t span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 3px;
  background: #00899c;
}

.doctors .t select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ECECEC;
  margin-left: -1px;
  width: 17.6rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  padding: 0 2rem;
  font-size: 1.6rem;
  letter-spacing: 0px;
  color: #333;
  background: url(../images/xiala_.png) no-repeat 14.2rem center;
  background-size: 1.4rem;
}

.doctors .t .select-box {
  position: relative;
  z-index: 999;
  height: 4rem;
  line-height: 4rem;
}

.doctors .t .select-box input {
  border: 1px solid #ECECEC;
  width: 17.6rem;
  height: 4rem;
  background-color: #fff;
  padding: 0 2rem;
  font-size: 1.6rem;
  letter-spacing: 0px;
  color: #333;
  background: url(../images/xiala_.png) no-repeat 14.2rem center;
  background-size: 1.4rem;
  cursor: pointer;
}

.doctors .t .select-box input::placeholder {
  color: #333;
}

.doctors .t .select-box:nth-child(2) input {
  border-left: none;
}

.doctors .t .select-box ul {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  min-width: 100%;
  transform: translate(0, 100%);
  border: 1px solid #ECECEC;
  border-top: none;
  background: #fff;
}

.doctors .t .select-box ul li {
  line-height: 4rem;
  color: #333;
  font-size: 1.6rem;
  padding: 0 2rem;
  cursor: pointer;
}

.doctors .t option {
  font-weight: normal;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  line-height: 2em;
}

.doctors .t .search-btn {
  width: 15rem;
  height: 4rem;
  background: #00899C;
  color: #fff;
  cursor: pointer;
}

.doctors .b .swiper {
  width: 100%;
  padding: 0 3rem 2.8rem;
}

.doctors .b a {
  display: block;
  width: 100%;
}

.doctors .b a:hover img {
  animation: flipInY 1.5s;
}

.doctors .b .pic {
  border-radius: 50%;
  overflow: hidden;
  padding: 0 2.5rem;
}

.doctors .b .pic .w-h {
  padding-top: 100%;
}

.doctors .b .info {
  margin-top: 2.7rem;
}

.doctors .b .info .tt .name {
  font-size: 15px;
  color: #00899C;
  margin-right: 0.9rem;
}

.doctors .b .info .tt .zc {
  padding-left: 1rem;
  border-left: #E2E2E2 1px solid;
  height: 1.5rem;
  font-size: 1.5rem;
  color: #888888;
  line-height: 1.5rem;
}

.doctors .b .info .bb span {
  font-size: 17px;
  font-weight: 400;
  line-height: 57px;
  color: #333333;
}

.doctors .b .swiper-button-prev,
.doctors .b .swiper-button-next {
  width: 3.3rem;
  height: 3.3rem;
  top: 9.9rem;
}

.doctors .b .swiper-button-prev::after,
.doctors .b .swiper-button-next::after {
  content: "";
  display: none;
}

.doctors .b .swiper-button-prev {
  background: url(../images/btn_1.png) no-repeat;
  background-size: 100% 100%;
}

.doctors .b .swiper-button-next {
  background: url(../images/btn_2.png) no-repeat;
  background-size: 100% 100%;
}

.doctors .b .swiper-pagination-bullet {
  width: 3rem;
  height: 0.5rem;
  background: rgba(204, 204, 204, 0.39);
  opacity: 1;
  border-radius: 0.4rem;
}

.doctors .b .swiper-pagination-bullet-active {
  background: #02A3AD;
}

.shortcut {
  margin-top: -6rem;
  background: url(../images/qizi_.png) no-repeat center;
  background-size: cover;
  height: 70.3rem;
}

.shortcut .floor1 {
  --padd: 2.9rem;
}

.shortcut .floor1 .col-4 a {
  padding: 3rem 0;
  color: #fff;
}

.shortcut .floor1 .col-4 a img {
  width: 6.4rem;
  height: 6.4rem;
}

.shortcut .floor1 .col-4 a span {
  font-size: 3rem;
  line-height: 7.5rem;
}

.shortcut .floor1 .col-4 a p {
  font-size: 1.4rem;
}

.shortcut .floor1 .col-4 a:hover img {
  animation: flipInY 1.5s;
}

.shortcut .floor1 .col-4:nth-child(1) a {
  background: url(../images/iconimg_1.png) no-repeat right bottom #3AA794;
}

.shortcut .floor1 .col-4:nth-child(2) a {
  background: url(../images/iconimg_2.png) no-repeat right bottom #48C1AB;
}

.shortcut .floor1 .col-4:nth-child(3) a {
  background: url(../images/iconimg_3.png) no-repeat right bottom #61C789;
}

.shortcut .floor2 {
  margin-top: 3rem;
  --padd: 2.3rem;
}

.shortcut .floor2 .col-3 a {
  padding: 3rem 0;
  color: #fff;
}

.shortcut .floor2 .col-3 a img {
  width: 5.6rem;
  height: 5.6rem;
}

.shortcut .floor2 .col-3 a span {
  font-size: 2.8rem;
  margin-top: 2rem;
}

.shortcut .floor2 .col-3 a:hover img {
  animation: flipInY 1.5s;
}

.shortcut .floor2 .col-3:nth-child(1) a {
  background: #fff;
  color: #00899c;
}

.shortcut .floor2 .col-3:nth-child(2) a {
  background: #E4C98E;
}

.shortcut .floor2 .col-3:nth-child(3) a {
  background: #63ABD3;
}

.shortcut .floor2 .col-3:nth-child(4) a {
  background: #02A3AD;
}

.special {
  padding-bottom: 7.6rem;
  margin-top: -6.5rem;
}

.special .w {
  background: #fff;
}

.special .t {
  padding: 3rem;
  height: 6.8rem;
  line-height: 6.8rem;
  margin-bottom: 1rem;
}

.special .t span {
  position: relative;
  display: block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00899c;
}

.special .t span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 3px;
  background: #00899c;
}

.special .t a {
  display: block;
  padding-right: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: url(../images/qiehuan.png) no-repeat right center;
  background-size: 1.6rem;
  color: #666666;
}

.special .b {
  padding: 0 3rem 4rem;
  position: relative;
  --swiper-navigation-size: 3rem;
}

.special .b .swiper {
  padding: 4rem 0 3.2rem;
}

.special .b a {
  display: block;
  width: 100%;
}

.special .b a .pic {
  width: 100%;
}

.special .b a .w-h {
  padding-top: 126.66667%;
}

.special .b .swiper-button-prev {
  left: 0;
}

.special .b .swiper-button-next {
  right: 0;
}

.special .b .swiper-button-prev,
.special .b .swiper-button-next {
  color: #cccccc;
}

.special .b .swiper-pagination-bullets {
  bottom: 0;
}

.special .b .swiper-pagination-bullets span {
  width: 1.2rem;
  height: 1.2rem;
  background: #999999;
}

.special .b .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #00899C;
}
