body,
* {
  box-sizing: border-box;
}

button:active {
  transform: translate(0px, -2px);
  -webkit-transform: translate(0px, -2px);
}

/*标题 start*/
.title-wrap {
  border-top: 3px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  margin-top: 145px;
  position: relative;
}

.title-wrap .title-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 100px;
  color: #0042ff;
  padding-left: 110px;
}

.title-wrap .title-decorate {
  width: 78px;
  height: 78px;
  border: 14px solid #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -39px;
}

.title-wrap .title-english {
  font-size: 14px;
  font-weight: bold;
  color: #bfbfbf;
  line-height: 100px;
  position: absolute;
  top: 0;
  right: 6px;
}

/*标题   end*/
/*按钮 start*/
.btn {
  width: 232px;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  background-color: #20478e;
  overflow: hidden;
}

.btn span {
  display: block;
  width: 100%;
  height: 100%;
}

/*按钮   end*/
/*banner start*/
.banner-wrap {
  overflow: hidden;
}

.banner-wrap .banner-slide {
  position: relative;
}

.banner-wrap .banner-slide .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 1;
}

.banner-wrap .banner-slide .hd li {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 0.1rem;
}

.banner-wrap .banner-slide .hd .on {
  background-color: #0a49fe;
}

.banner-wrap .banner-slide .bd ul .banner-item {
  position: relative;
}

.banner-wrap .banner-slide .bd ul .banner-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.banner-wrap .banner-slide .bd ul .banner-item .banner-btn {
  width: 3.78rem;
  height: 0.74rem;
  font-size: 0.3rem;
  line-height: 0.74rem;
  color: #000000;
  border-radius: 0.36rem !important;
  overflow: hidden;
  position: absolute;
  bottom: 2.32rem;
  left: 50%;
  margin-left: -1.89rem;
}

.banner-wrap .banner-slide .bd ul .banner-item .banner-btn span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.36rem;
  overflow: hidden;
}

.banner-wrap .banner-slide .bd ul .banner-item .banner-btn-b {
  background: url(../img/homeb/bannerp-btn-02.png);
  background-size: 100% 100%;
  bottom: 1.34rem;
}

.banner-wrap .banner-slide .bd ul .banner-item .banner-btn-c,
.banner-wrap .banner-slide .bd ul .banner-item .banner-btn-d {
  color: #ffffff;
  background: url(../img/homeb/bannerp-btn-03.png);
  background-size: 100% 100%;
  bottom: 2.34rem;
}

/*banner end*/
/*主要项目 start*/
.operation-wrap {
  padding: 145px 0 145px 0;
  box-shadow: 0px 0px 150px #bfbfbf;
  border-top: 3px solid #efefef;
}

.operation-wrap .operation-box .operation-item {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.operation-wrap .operation-box .operation-item .operation-item-img {
  display: block;
  width: 149px;
  height: 149px;
  background: url(../img/homeb/operation-item-img-01.png);
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}

.operation-wrap .operation-box .operation-item .operation-item-img:before,
.operation-wrap .operation-box .operation-item .operation-item-img:after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.operation-wrap .operation-box .operation-item .operation-item-img:after {
  height: 100%;
  width: 100%;
  border: 1px solid #4d4d4d;
}

.operation-wrap .operation-box .operation-item .operation-item-img-b {
  background: url(../img/homeb/operation-item-img-02.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item .operation-item-img-c {
  background: url(../img/homeb/operation-item-img-03.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item .operation-item-img-d {
  background: url(../img/homeb/operation-item-img-04.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item h3 {
  font-size: 30px;
  line-height: 102px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.operation-wrap .operation-box .operation-item p {
  font-size: 20px;
  line-height: 24px;
  color: #a1a5b5;
}

.operation-wrap .operation-box .operation-item p span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img {
  background: url(../img/homeb/00.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img:before {
  height: 100%;
  width: 100%;
  background: url(../img/homeb/operation-item-img-bg.png);
  background-size: 100% 100%;
  z-index: -1;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img:after {
  height: 80%;
  width: 80%;
  border: 1px solid #ffffff;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img-b {
  background: url(../img/homeb/33.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img-c {
  background: url(../img/homeb/11.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item:hover .operation-item-img-d {
  background: url(../img/homeb/44.png);
  background-size: 100% 100%;
}

.operation-wrap .operation-box .operation-item:hover h3 {
  color: #6a98f3;
}

/*主要项目   end*/
/* 品牌故事 start*/
.brand-story-wrap .brand-story-content {
  margin-top: 34px;
  /*介绍*/
}

.brand-story-wrap .brand-story-content .brand-story-slide {
  float: left;
  width: 50%;
  overflow: hidden;
}

.brand-story-wrap .brand-story-content .brand-story-slide .bd .brand-story-item img {
  width: 9.59rem;
  height: 6.69rem;
}

.brand-story-wrap .brand-story-content .brand-story-introduce {
  float: right;
  width: 50%;
  position: relative;
}

.brand-story-wrap .brand-story-content .brand-story-introduce .icon {
  width: 100%;
  height: 0.52rem;
  position: absolute;
  top: 0;
  left: -1px;
}

.brand-story-wrap .brand-story-content .brand-story-introduce .icon img {
  width: 100%;
}

.brand-story-wrap .brand-story-content .brand-story-introduce .brand-story-introduce-text {
  width: 6rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-left: 0.7rem;
  padding-top: 0.75rem;
  text-align: justify;
}

.brand-story-wrap .brand-story-content .brand-story-introduce .btn {
  margin-top: 0.98rem;
  margin-left: 0.7rem;
}

/* 品牌故事   end*/
/* 一站式诊疗 start*/
.one-stop .one-stop-content {
  margin-top: 70px;
}

.one-stop .one-stop-content .one-stop-slide .hd {
  float: right;
  width: 546px;
  height: 518px;
  position: relative;
}

.one-stop .one-stop-content .one-stop-slide .hd ul {
  padding-left: 14px;
}

.one-stop .one-stop-content .one-stop-slide .hd ul li {
  float: left;
  width: 133px;
  padding-top: 14px;
  position: relative;
}

.one-stop .one-stop-content .one-stop-slide .hd ul li:before {
  content: "";
  width: 131px;
  height: 160px;
  border: 1px solid #888888;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: alpha(opacity=00);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
}

.one-stop .one-stop-content .one-stop-slide .hd ul li img {
  width: 100%;
}

.one-stop .one-stop-content .one-stop-slide .hd ul .on:before {
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.one-stop .one-stop-content .one-stop-slide .hd .one-stop-slide-text {
  padding-left: 40px;
  margin-top: 78px;
}

.one-stop .one-stop-content .one-stop-slide .hd .one-stop-slide-text span {
  font-size: 30px;
  line-height: 58px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
}

.one-stop .one-stop-content .one-stop-slide .hd .one-stop-slide-text p {
  font-size: 18px;
  line-height: 32px;
  padding-top: 14px;
}

.one-stop .one-stop-content .one-stop-slide .hd .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.one-stop .one-stop-content .one-stop-slide .bd {
  float: left;
  width: 654px;
  height: 518px;
  overflow: hidden;
}

.one-stop .one-stop-content .one-stop-slide .bd ul li {
  width: 100%;
}

/* 一站式诊疗   end*/
/*极简医生团队 start */
.doctor-team {
  padding-bottom: 146px;
}

.doctor-team .title-wrap {
  margin-bottom: 70px;
}

/*.doctor-team .doctor-slide .hd {*/
/*  float: right;*/
/*  margin-right: 20px;*/
/*}*/
.doctor-team .doctor-slide {
  position: relative;
}

.doctor-team .doctor-slide .doctor-text {
  width: 539px;
  height: 582px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  background: url(../img/homeb/doctor-text.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0px 14px 0px #e3e3e3;
}

.doctor-team .doctor-slide .doctor-text .doctor-name {
  font-size: 24px;
  line-height: 93px;
  color: #ffffff;
  padding-left: 54px;
  position: relative;
  background: url(../img/homeb/cover.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
}

.doctor-team .doctor-slide .doctor-text .doctor-name span {
  width: 27px;
  height: 27px;
  /*background: url(../img/homeb/doctor-false.png);*/
  /*background-size: 100% 100%;*/
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -13.5px;
}

.doctor-team .doctor-slide .doctor-text .doctor-info {
  font-size: 18px;
  line-height: 30px;
  color: #3c3c3c;
  padding: 24px 54px 0 54px;
  text-align: justify;
}

/*.doctor-team .doctor-slide .hd ul .on {*/
/*  height: 235px;*/
/*}*/
/*.doctor-team .doctor-slide .hd ul .on .doctor-name {*/
/*  color: #ffffff;*/
/*  background: url(../img/homeb/cover.png) no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.doctor-team .doctor-slide .hd ul .on .doctor-name span {*/
/*  background: url(../img/homeb/doctor-false.png);*/
/*  background-size: 100% 100%;*/
/*}*/
.doctor-team .doctor-slide .bd {
  position: relative;
}

.doctor-team .doctor-slide .bd .doctor-img {
  float: left;
}

.doctor-team .doctor-slide .bd ul li .doctor-img {
  position: relative;
}

.doctor-team .doctor-slide .bd ul li .doctor-img .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.doctor-team .doctor-slide .bd ul li .doctor-text {
  float: right;
  position: relative;
}

.doctor-team .doctor-slide .pageState {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.doctor-team .doctor-slide .doctor-slide-btn {
  text-align: center;
  padding: 40px 0 0 0;
}

.doctor-team .doctor-slide .doctor-slide-btn span {
  display: inline-block;
  width: 80px;
  height: 42px;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  cursor: pointer;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  margin: 0 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}

.doctor-team .doctor-slide .doctor-slide-btn span:hover {
  border: 0;
  color: #ffffff;
  background-color: #0042ff;
}

/*极简医生团队   end */
/* bannerad start */
.bannerad-wrap {
  height: 409px;
  background: url(../img/homeb/bannerad.jpg) no-repeat center;
  background-size: cover;
}

.bannerad-wrap .bannerad-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 117px;
  right: -120px;
}

.bannerad-wrap .bannerad-title span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}

/* bannerad   end */
/*院内环境 start*/
.environment-wrpa {
  padding: 92px 0 138px 0;
}

.environment-wrpa .environment-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 54px;
}

.environment-wrpa .environment-img-box {
  height: 740px;
  overflow: hidden;
  position: relative;
}

.environment-wrpa .environment-img-box .environment-img-item {
  width: 589px;
  height: 397px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.environment-wrpa .environment-img-box .environment-img-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.environment-wrpa .environment-img-box .environment-img-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.environment-wrpa .environment-img-box .item-b {
  top: 410px;
}

.environment-wrpa .environment-img-box .item-c,
.environment-wrpa .environment-img-box .item-d {
  width: 292px;
  height: 243px;
  left: 603px;
}

.environment-wrpa .environment-img-box .item-d {
  left: 908px;
}

.environment-wrpa .environment-img-box .item-e {
  width: 599px;
  height: 484px;
  top: 256px;
  left: 603px;
}

/*院内环境   end*/
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .brand-story-wrap .brand-story-content .brand-story-introduce .brand-story-introduce-text {
    width: 9rem;
    font-size: 0.25rem;
    line-height: 0.5rem;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .brand-story-wrap .brand-story-content .brand-story-introduce .brand-story-introduce-text {
    width: 7rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
}