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

.banner .swiper-pagination-bullet-active {
  width: 2.66667vmin;
  height: 2.66667vmin;
  background: #02a3ad;
  border: 2px solid #02a3ad;
  opacity: 1;
}

.ckqb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80.8vmin;
  margin: 3vmin auto;
  font-size: 4vmin;
  line-height: 2.3;
  text-align: center;
  color: #666666;
  background: #FBFBFB;
}

.ckqb img {
  margin-left: 1.33333vmin;
  width: 1em;
  height: 1em;
}

.service {
  padding: 8vmin 0;
  background: #FBFBFB;
}

.service .row {
  --padd: 0;
}

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

.service .row .col-6 .service-box .w-h .box-fill {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  cursor: pointer;
  flex-direction: column-reverse;
}

.service .row .col-6 .service-box .w-h .box-fill h6 {
  font-size: 4.26667vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.service .row .col-6 .service-box .w-h .box-fill .img-box {
  margin-bottom: 2.13333vmin;
  width: 12.53333vmin;
  height: 12.53333vmin;
}

.service .row .col-6 .service-box .w-h .box-fill .img-box img {
  width: inherit;
  height: inherit;
}

.service .row .col-6:nth-child(1) .box-fill {
  background-image: url(../images/m_servicebg1.png);
  background-size: 100% 100%;
}

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

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

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

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

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

.bg-white {
  background: #fff;
}

.bg-city {
  background: url(../images/m_city.png) no-repeat center;
  background-size: cover;
}

.news .left {
  width: 100%;
  padding: 0 0 9.6vmin;
}

.news .left .t {
  height: 12.8vmin;
  line-height: 12.8vmin;
  margin-bottom: 5.33333vmin;
}

.news .left .t span {
  position: relative;
  display: block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 4.8vmin;
  font-family: Source Han Sans CN;
  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: 5.33333vmin;
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: url(../images/m_qiehuan.png) no-repeat right center;
  background-size: 4vmin;
  color: #666666;
}

.news .left .c {
  padding: 2.66667vmin 0 0;
  background: #FFFFFF;
  border-radius: 2.66667vmin 2.66667vmin 0 0;
  overflow: hidden;
}

.news .left .c .w-h {
  padding-top: 62.97376%;
  border-radius: 2.66667vmin 2.66667vmin 0 0;
  overflow: hidden;
}

.news .left .c .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8.8vmin;
  line-height: 8.8vmin;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: left;
  font-size: 4vmin;
  padding: 0 20.66667vmin 0 2.66667vmin;
}

.news .left .c .swiper-pagination {
  text-align: right;
  padding-right: 2.66667vmin;
}

.news .left .c .swiper-pagination-bullet {
  width: 1.86667vmin;
  height: 1.86667vmin;
  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 2.66667vmin;
  background: #fff;
  border-radius: 0 0 2.66667vmin 2.66667vmin;
  overflow: hidden;
}

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

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

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

.news .left .b .slideTxtBox .hd ul li {
  position: relative;
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  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: 4.26667vmin 0 0.8vmin;
  zoom: 1;
}

.news .left .b .slideTxtBox .bd li {
  margin-bottom: 2.66667vmin;
}

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

.news .left .b .slideTxtBox .bd li a p {
  font-size: 3.73333vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 4.8vmin;
  color: #444444;
}

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

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

.news .right {
  background: #fff;
  padding: 4.53333vmin 0 12vmin;
  width: 100%;
}

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

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

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

.news .right .slideTxtBox2 .hd ul li {
  flex: none;
  position: relative;
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  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: 4vmin;
}

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

.news .right .slideTxtBox2 .bd {
  border: 2px solid #00899C;
  box-shadow: 0px 4px 12px rgba(0, 137, 156, 0.16);
  border-radius: 2.66667vmin;
}

.news .right .slideTxtBox2 .bd li {
  padding: 4vmin;
  border-bottom: 1px #CECECE dashed;
}

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

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

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

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

.news .right .slideTxtBox2 .bd li a .info p {
  margin-left: 2.66667vmin;
  font-size: 3.73333vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 4.8vmin;
  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/m_keshibj.png) no-repeat center;
  background-size: cover;
  padding: 8vmin 0 0;
}

.dept .tit {
  position: relative;
  background: url(../images/m_department_setting.png) no-repeat center top;
  background-size: 69.73333vmin 5.06667vmin;
  padding: 2.66667vmin 0 3.86667vmin;
  text-align: center;
  font-size: 4.8vmin;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #fff;
}

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

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

.dept .dept-lis {
  width: inherit;
  padding: 0 0 13.33333vmin 0;
}

.dept .dept-lis .outBox {
  width: 100%;
  height: 98.13333vmin;
  padding: 5.33333vmin;
  background-color: #fff;
  box-shadow: 0px 0.53333vmin 1.6vmin rgba(0, 137, 156, 0.16);
  opacity: 1;
  border-radius: 2.66667vmin;
}

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

.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: 28vmin;
  font-size: 3.73333vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  cursor: pointer;
}

.dept .dept-lis .outBox .hd ul li img {
  width: 3.73333vmin;
  height: 3.73333vmin;
  margin-right: 1.33333vmin;
}

.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: 2.66667vmin 0;
}

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

.dept .dept-lis .inBox .inHd ul li {
  line-height: 9.06667vmin;
  width: 25%;
  font-size: 3.73333vmin;
  cursor: pointer;
}

.dept .dept-lis .inBox .inHd ul li a {
  color: #333;
}

.dept .dept-lis .inBox .inHd ul li a:hover {
  color: #00899c;
}

.doctors {
  background: url(../images/columns_bg.png) no-repeat center;
  background-size: cover;
  padding: 10.66667vmin 0 12.8vmin;
}

.doctors .t {
  background: #fff;
  padding: 0 4vmin;
  border-radius: 2.66667vmin 2.66667vmin 0 0;
}

.doctors .t .inpt {
  width: 100%;
  text-align: right;
  border: none !important;
  height: 9.33333vmin !important;
  line-height: 9.33333vmin !important;
  font-size: 4.26667vmin;
  padding: 0 5.33333vmin 0 0;
  background: url(../images/m_xiala.png) no-repeat right center;
  background-size: 5.33333vmin;
}

.doctors .t .inpt::placeholder {
  color: #333;
}

.doctors .t .select-box {
  position: relative;
}

.doctors .t .select-box .ul1 {
  position: absolute;
  display: none;
  position: absolute;
  bottom: -4vmin;
  left: 0;
  transform: translate(-8.32vmin, 100%);
  width: 100vw;
  z-index: 999;
}

.doctors .t .select-box .ul1::before {
  content: "";
  position: absolute;
  left: 15vmin;
  top: 0.26667vmin;
  transform: translateY(-99%);
  width: 4.53333vmin;
  height: 2.8vmin;
  background: url(../images/m_sjs2.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 999;
}

.doctors .t .select-box .ul1 .zc-box {
  border: 0.26667vmin solid #00899C;
  box-shadow: 0px 4px 12px rgba(0, 137, 156, 0.16);
  border-radius: 2.13333vmin;
  overflow: hidden;
  background: #fff;
  padding: 2.66667vmin 4vmin;
}

.doctors .t .select-box .ul1 .zc-box .hd {
  border-bottom: #e2e2e2 0.26667vmin solid;
}

.doctors .t .select-box .ul1 .zc-box .hd li {
  padding-bottom: 1.33333vmin;
  margin-right: 21.33333vmin;
  height: 9.6vmin;
  font-size: 4.26667vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 8.26667vmin;
  color: #222222;
}

.doctors .t .select-box .ul1 .zc-box .hd li.on {
  color: #00899c;
  border-bottom: #00899c 0.8vmin solid;
}

.doctors .t .select-box .ul1 .zc-box .hd.pj li {
  margin-right: 0;
}

.doctors .t .select-box .ul1 .zc-box .bd {
  padding: 2.66667vmin 0;
}

.doctors .t .select-box .ul1 .zc-box .bd span {
  padding-left: 0;
  background: none;
  height: 5.33333vmin;
  line-height: 5.33333vmin;
  margin: 2.4vmin 0;
  font-size: 3.73333vmin;
}

.doctors .t .select-box .ul2 {
  position: absolute;
  display: none;
  position: absolute;
  bottom: -4vmin;
  right: 0;
  transform: translate(4.26667vmin, 100%);
  width: 100vw;
  z-index: 999;
}

.doctors .t .select-box .ul2::before {
  content: "";
  position: absolute;
  right: 15vmin;
  top: 0.26667vmin;
  transform: translateY(-100%);
  width: 4.53333vmin;
  height: 2.8vmin;
  background: url(../images/m_sjs2.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 999;
}

.doctors .t .select-box .ul2.ul22 {
  right: auto;
  left: 50%;
  transform: translate(-50%, 100%);
}

.doctors .t .select-box .ul2.ul22::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.26667vmin;
  transform: translate(-50%, -100%);
  width: 4.53333vmin;
  height: 2.8vmin;
  background: url(../images/m_sjs2.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 999;
}

.doctors .t .select-box .ul2 .zc-box {
  border: 0.26667vmin solid #00899C;
  box-shadow: 0px 4px 12px rgba(0, 137, 156, 0.16);
  border-radius: 2.13333vmin;
  overflow: hidden;
  background: #fff;
  padding: 2.66667vmin 4vmin;
}

.doctors .t .select-box .ul2 .zc-box span {
  height: 5.33333vmin;
  line-height: 5.33333vmin;
  margin: 2.4vmin 0;
  font-size: 4.26667vmin;
}

.doctors .t .l {
  height: 12.8vmin;
  line-height: 12.8vmin;
  margin-bottom: 6vmin;
}

.doctors .t .l span {
  position: relative;
  display: block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 4.8vmin;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #00899c;
}

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

.doctors .t .l a {
  display: block;
  padding-right: 4vmin;
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: url(../images/m_qiehuan.png) no-repeat right center;
  background-size: 4vmin;
  color: #666666;
}

.doctors .t .search-box2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ECECEC;
  margin-left: -1px;
  height: 8.53333vmin;
  line-height: 8.53333vmin;
  background-color: #fff;
  padding: 0 3.33333vmin;
  font-size: 3.73333vmin;
  letter-spacing: 0px;
  color: #333;
  background: url(../images/m_xiala.png) no-repeat 20vmin center;
  background-size: 3.6vmin;
}

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

.doctors .t .search-box2 .search-btn {
  width: 30%;
  margin-left: 0.8em;
  height: 8.53333vmin;
  line-height: 8.53333vmin;
  background: #00899C;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.doctors .b {
  border-radius: 0 0 2.66667vmin 2.66667vmin;
  padding: 0 4vmin;
  background: #fff;
}

.doctors .b .swiper {
  padding: 0 0 10.4vmin;
}

.doctors .b a {
  display: block;
  width: 100%;
  padding: 5.33333vmin 0 0;
}

.doctors .b .pic {
  border-radius: 50%;
  overflow: hidden;
}

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

.doctors .b .info {
  margin-top: 1.33333vmin;
}

.doctors .b .info .tt .name {
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  color: #00899C;
  line-height: 6.66667vmin;
}

.doctors .b .info .tt .zc {
  font-size: 3.2vmin;
  font-family: Source Han Sans CN;
  color: #888888;
  line-height: 5.86667vmin;
}

.doctors .b .info .bb span {
  font-size: 3.73333vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 6.4vmin;
  color: #333333;
}

.doctors .b .swiper-pagination-bullet {
  width: 6.66667vmin;
  height: 1.06667vmin;
  background: rgba(204, 204, 204, 0.39);
  opacity: 1;
  border-radius: 0.53333vmin;
}

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

.special .w {
  background: #fff;
}

.special .t {
  height: 12.8vmin;
  line-height: 12.8vmin;
}

.special .t span {
  position: relative;
  display: block;
  height: inherit;
  border-bottom: 1px solid #E4E4E4;
  font-size: 4.8vmin;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #00899c;
}

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

.special .t a {
  display: block;
  padding-right: 4vmin;
  font-size: 4vmin;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: url(../images/m_qiehuan.png) no-repeat right center;
  background-size: 4vmin;
  color: #666666;
}

.special .b {
  padding: 6vmin 0;
  position: relative;
}

.special .b .swiper {
  padding: 0 0 8vmin;
}

.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;
  width: 6.66667vmin;
  height: 6.66667vmin;
  background: url(../images/m_spcll.png) no-repeat center;
  background-size: 100%;
}

.special .b .swiper-button-next {
  right: 0;
  width: 6.66667vmin;
  height: 6.66667vmin;
  background: url(../images/m_spcrl.png) no-repeat center;
  background-size: 100%;
}

.special .b .swiper-button-prev.swiper-button-disabled {
  background: url(../images/m_spclh.png) no-repeat center;
  background-size: 100%;
}

.special .b .swiper-button-next.swiper-button-disabled {
  background: url(../images/m_spcrh.png) no-repeat center;
  background-size: 100%;
}

.special .b .swiper-button-prev::after,
.special .b .swiper-button-next::after {
  display: none;
}

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

.special .b .swiper-pagination-bullets span {
  width: 2.66667vmin;
  height: 2.66667vmin;
  border: #999999 2px solid;
  background: #fff;
}

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