.top-box {
    padding: 60px 0;
  }
  
  .top-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
  }
  
  .top-box p {
    text-align: justify;
    margin-bottom: 25px;
  }
  
  .nums-box {
    width: 100%;
    height: 400px;
    background: url(../img/nums_bg.png) no-repeat 50% / 100% 100%;
    display: flex;
    flex-wrap: wrap;
        align-items: center;
      justify-content: center;
  }
  
  .nums-wrap {
        width: calc(100% - 200px);
      display: flex;
      flex-wrap: wrap;
  }
  
  .nums-box .block {
      width: 25%;
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  .block .num {
    font-size: 42px;
  }
  
  .nums-box .top {
    border-bottom: 1px solid #fff;
  }
  
  .nums-box .right {
    border-right: 1px solid #fff;
  }
  
  .nums-box .bottom {
    /*padding-top: 25px;*/
  }
  
  .nums-box .down {
    /*white-space: nowrap;*/
  }
  
  .more {
    width: 164px;
    height: 40px;
    margin: 60px auto 0;
    display: block;
    background: url(../img/research_moreBtn2.png);
  }
  
  .history-box {
    padding: 100px 0;
    position: relative;
  }
  .time-bg{
    background: url(../img/time_bg.png) center 20px no-repeat;;
  }
  .history-title,
  .leaders-title {
    font-size: 40px;
    color: #4b997a;
    text-align: center;
    line-height: 2;
  }
  
  .time-box {
      width: 1196px;
      margin: 0 auto;
  
  }
  
  .swiper-container {
    width: 100%;
  }
  
  .swiper-slide {
  
  }
  div:focus{
    outline:none;
  }
  .btn-box {
    width: 100%;
    height: 30px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    bottom: 215px;
  }
  
  .btn-box .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    border: 2px solid #469074;
    color: #469074;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    z-index: 10;
    cursor: pointer;
    background: #fff;
  }
  
  .btn-box .btn .iconfont {
    font-size: 12px;
  }
  
  .history-text {
    width: 1164px;
    height: 210px;
    background-color: #efefef;
    border-radius: 6px;
    padding: 20px 16px;
    margin: 0 auto;
    position: relative;
  }
  .arr_5{
      background: #efefef;
      padding: 20px;
      border-radius: 10px;
  }
  .content {
    font-size: 14px;
    width: 100%;
    height: 100%;
    text-align: justify;
    line-height: 2em;
    display:none;
  }
  
  .my-slide-thumb-active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #efefef;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0px;
    left: 47%;
  }
  .btn-box::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border: 1px solid #f0f0f0;
    top:50%;
  }
  
  .rounds {
    width: 100%;
    height: 78px;
    position: absolute;
    bottom: 16px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 186px 0 190px;
  }
  
  .round {
    width: 78px;
    height: 78px;
    display: block;
    margin:90px auto;
    background-color: #4b997a;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 78px;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  
  .round:active {
    opacity: 0.6;
  }
  
  .leaders-box {
    padding: 100px 0;
    display: flex;
  }
  
  .leaders-title {
    width: 100%;
    margin-bottom: 70px;
  }
  
  .leaders-box .fix-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .leader-box {
    width: 100%;
    padding: 0 30px;
    border-bottom: 7px solid #4b9a7b;
    background-color: #fff;
    margin-bottom: 60px;
  }
  
  .leader-box.short {
    width: 676px;
    /*height: 406px;*/
  }
  
  .unit {
    padding: 36px 25px 0;
    padding-top: 36px;
    width: 100%;
    border-bottom: 2px solid #f4faf8;
  }
  
  .unit:last-child {
    border-bottom: none;
  }
  
  .unit-title {
    line-height: 1em;
    font-size: 22px;
    height: 45px;
  }
  
  .unit-names {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .unit-name {
    width: calc(100% / 3);
    height: 40px;
    font-size: 20px;
    line-height: 1em;
    color: #666;
  }
  
  .leader-box:not(.short) .unit-name {
    width: 20%;
  }
  
  .leader-box:last-child {
    margin-bottom: 0;
  }
  
  .creed-box {
    padding: 120px 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
  }
  
  .creed-img-box {
    width: 574px;
    height: 574px;
    background-color: #f4faf8;
    margin-left: 18px;
  }
  
  .creed-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    margin: -18px 0 0 -18px;
  }
  
  .creed-text {
    width: 692px;
  }
  
  .creed-item {
    padding-bottom:45px;
    display: flex;
    justify-content: space-between;
  }
  
  .creed-item .iconfont {
    color: #479174;
    font-size: 60px;
  }
  
  .item-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
  }
  
  .item-des {
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
  }
  
  .item-box {
    width: 574px;
  }
  
  .map-box {
    height: 654px;
    position: relative;
    margin-bottom: 130px;
  }
  
  .map-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .address-box {
    width: 488px;
    height: 100%;
    position: absolute;
    right: 100px;
    top: 0;
    background-color: rgba(75, 154, 123, 0.9);
    color: #fff;
    padding: 65px 40px 0;
  }
  
  .map-item {
    margin-bottom: 40px;
  }
  
  .map-title {
    font-size: 28px;
    line-height: 1em;
    height: 65px;
    text-align: center;
    width: 100%;
  }
  
  .map-head {
    display: flex;
    width: 100%;
    height: 58px;
    border: 1px solid #fff;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
  }

  .map-name {
    max-width: 95%;
  }
  #map-container{
    width: 100%;
    top: 10%;
    height: 90%;
  }
  .map-detail {
    padding: 20px;
    border: 1px solid #fff;
    border-top: none;
    line-height: 1.6em;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .map-detail .iconfont::before {
    display: inline-block;
    margin-right: 10px;
  }
  
  .hide {
    display: none !important;
  }


@media screen and (max-width: 1366px) {
  .top-box {
    padding: 0;
  }

  .aboutBox1 {
    width: 7.5rem;
    height: auto;
    background: url(../img/mobile_aboutBox1_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 1rem 0;
    padding: 0.4rem;
    color: #fff;
  }

  .top-title {
    font-size: 0.44rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }

  .top-box p {
    font-size: 0.26rem;
    text-align: justify;
    margin-bottom: 0.4rem;
    font-weight: normal;
  }

  .nums-box {
    display: none;
  }

  .aboutBox1 {
    margin: 0;
    padding-bottom: 1.2rem;
  }

  .more {
    width: 1.2rem;
    height: .4rem;
    margin: 0 auto;
    background-image: none;
    border: .02rem solid #fff;
    margin-top: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .more::before {
    content: 'MORE';
    color: #fff;
    font-size: .18rem;
    line-height: 1em;
  }

  .history-box {
    padding-top: 1.6rem;
    padding-bottom: 0;
  }

  .history-title {
    font-size: .44rem;
  }

  .time-line-box {
    margin-top: .6rem;
    width: 100%;
    height: 6.25rem;
  }

  .history-text {
    width: calc(100% - .48rem);
    margin: 0 auto;
  }

  .history-text .content {
    font-size: .26rem;
    line-height: 1.2em;
    overflow: hidden;
  }

  .swiper-slide {
    background: none;
  }

  .btn-box {
    height: .3rem;
    padding: 0 .24rem;
  }

  .btn-box .btn {
    width: .3rem;
    height: .3rem;
    border-width: .02rem;
  }

  .btn-box .btn .iconfont {
    font-size: .24rem;
    transform: scale(.5);
  }

  .rounds {
    bottom: .6rem;
    height: .8rem;
    padding: 0 .8rem;
    width: 100%;
  }

  .round {
    font-size: .24rem;
    height: .8rem;
    width: .8rem;
  }

  .history-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #efefef;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -20px;
    left: .8rem;
  }
  
  .history-text.arr_2::before {
    left: 2.05rem;
  }
  
  .history-text.arr_3::before {
    left: 3.35rem;
  }
  
  .history-text.arr_4::before {
    left: 4.6rem;
  }
  
  .history-text.arr_5::before {
    left: 5.9rem;
  }

  .leaders-box {
    width: 100%;
    padding-top: .65rem;
    padding-bottom: .7rem;
  }

  .leaders-box .fix-wrap {
    width: 100%;
  }

  .leaders-title {
    width: 100%;
    font-size: .44rem;
    margin-bottom: .5rem;
  }

  .leader-box.short,
  .leader-box {
    width: calc(100% - .48rem);
    margin: 0 auto .5rem;
    border-bottom: none;
    height: auto;
  }

  .leader-box .unit {
    min-height: 1.6rem;
    padding: .36rem 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  } 

  /*.unit-title {
    font-size: .3rem;
    line-height: 1em;
    height: 1em;
    margin-bottom: .2rem;
  }*/
  .unit-title {
    font-size: .3rem;
    line-height: 2;
    height: auto;
    margin-bottom: .2rem;
  }
  .creed-item {
    padding-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .unit-names {
    flex-wrap: wrap;
    min-height: .54rem;
    justify-content: space-between;
  }

  .unit-name {
    height: .54rem;
    font-size: .26rem;
  }
  .leader-box:not(.short) .unit-name {
    width: 30%;
  }
  .unit-name a {
    font-size: 0.26rem;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .creed-box {
    width: 100%;
    padding-top: 2.7rem;
    position: relative;
    height: 11.43rem;
    padding-bottom: 0;
    margin-bottom: .2rem;
  }

  .creed-box::before {
    content: 'Hospital culture';
    color: #4b997a;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .44rem;
  }

  .creed-img-box {
    top: 2.7rem;
    width: 100%;
    position: absolute;
    height: 5rem;
    overflow: hidden;
    margin: 0;
  }

  .creed-img-box img {
    margin: 0;
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .creed-text {
    background-color: #fff;
    width: calc(100% - .48rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 6.2rem;
    border-radius: .06rem;
    padding: .3rem;
  }

  .creed-item {
    width: 100%;
    height: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .02rem solid #eee;
  }

  .creed-item .iconfont {
    font-size: .9rem;
  }

  .creed-item:last-child {
    border: none;
  }

  .item-box {
    height: 100%;
    width: 5.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: .16rem 0;
  }

  .item-title {
    font-size: .28rem;
    height: 1em;
    line-height: 1em;
  }

  .item-des {
    font-size: .24rem;
    height: auto;
    line-height: 1.2em;
  }

  .map-box {
    width: 100%;
    height: 9.9rem;
    position: relative;
    margin-bottom: 7rem;
  }

  .address-box {
    width: calc(100% - .48rem);
    height: 100%;
    padding: 1.55rem .25rem .25rem;
    position: static;
    margin: 0 auto;
  }

  .map-img {
    position: absolute;
    top: .25rem;
    width: calc(100% - .98rem);
    height: 3.5rem;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }

  .map-title {
    font-size: .3rem;
    height: 1em;
    margin-bottom: .4rem;
  }

  .map-item {
    margin-bottom: .25rem;
  }

  .map-head {
    height: .7rem;
    font-size: .28rem;
  }

  .map-head .iconfont {
    font-size: .28rem;
  }

  .map-detail {
    font-size: .24rem;
    min-height: 1.6rem;
  }

  .map-detail .iconfont {
    font-size: .24rem;
  }
}

  

