@media screen and (min-width:1200px) {
  .hospital-cont {
    background: #f2f4f7;
    padding: 50px 0 80px;
    min-width: 1200px;
  }
  .write-bg {
    background: #fff;
    padding-bottom: 60px;
  }
  
  .write-bg h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding: 52px 0 45px;
    font-weight: normal;
  }
  
  .tab-price {
    padding: 0 40px 30px;
    height: 40px;
  }
  
  .tab-price .price-prev, .tab-price .price-next {
    width: 50px;
    height: 40px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  /*  center #f2f4f7 */
  .tab-price .price-prev {
    background: url(../../../images/price-prev.png) no-repeat;
  }
  /*  center #ff7e00 */
  .tab-price .price-prev:hover {
    background: url(../../../images/price-prev02.png) no-repeat;
  }
  
  .tab-price .price-next {
    background: url(../../../images/price-next.png) no-repeat;
  }
  
  .tab-price .price-next:hover {
    background: url(../../../images/price-next02.png) no-repeat;
  }
  
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  
  .tab-price .swiper-container {
    width: 1000px;
    margin: 0 10px;
    padding-bottom: 10px;
    float: left;
    overflow: hidden;
  }
  
  .tab-price .swiper-container .swiper-wrapper {
    position: relative;
    left: 0;
    display: table;
    white-space: nowrap;
    font-size: 0;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    overflow: hidden;
    float: none;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title {
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    background: #f2f4f7;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 40px;
  }
  
  /*.tab-price .swiper-container .swiper-wrapper .swiper-slide .on {*/
  /*  background: #ff7e00;*/
  /*  color: #fff;*/
  /*}*/
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p a:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p {
    /*padding: 0 10px;*/
    position: relative;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on p i {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    background: url(../../../images/tab.png) no-repeat center;
  }
  
  .secure-tabcont {
    width: 1042px;
    margin: 40px auto 0;
  }
  
  .secure-tabcont .secure-left {
    width: 250px;
    float: left;
    border-right: 1px solid #ededed;
    padding-right: 30px;
  }
  
  .secure-tabcont .secure-right {
    float: left;
    width: 755px;
  }
  
  .secure-tabcont .secure-left .value-half p {
    font-size: 16px;
    color: #000;
  }
  
    .secure-tabcont .secure-left .value-half h1 {
      font-size: 48px;
      color: #ff7e00;
      text-align: right;
      line-height: 2;
      white-space: nowrap;
      font-weight: normal;
    }
  
  .secure-tabcont .secure-left .value-half span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 1.4;
    padding-bottom: 35px;
  }
  
  .secure-tabcont .secure-left .value-bottom {
    border-top: 1px solid #ededed;
    padding-top: 35px;
  }
  
  .secure-tabcont .secure-left .value-half p {
    font-size: 16px;
    color: #000;
  }

  .secure-tabcont .secure-right .hype-btn {
    font-size: 18px;
    display: block;
    color: #333333;
    width: 168px;
    text-align: center;
    line-height: 40px;
    background: #f2f4f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 30px auto;
  }
  
  .secure-tabcont .secure-right .hype-btn:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .secure-tabcont .map-wrap {
    width: 100%;
    height: 450px;
  }
  
  #chart-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .secure-tabcont .secure-right .tab-datas {
    margin-left: 70px;
    margin-top: 40px;
  }
  
  .secure-tabcont .secure-right .tab-datas li {
    float: left;
    margin-right: 10px;
    background: #f2f4f7;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
  }
  
  .secure-tabcont .secure-right .tab-datas li:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .secure-tabcont .secure-right .tab-datas li span {
    display: block;
    padding: 0 30px;
  }
  
  .secure-tabcont .secure-right .tab-datas li.charttime {
    background: #ff7e00;
    color: #fff;
  }
}

@media screen and (max-width:1199px) {
  .hospital-cont {
    /* background: #f2f4f7; */
    /* padding: 30px 0 50px; */
    /* max-width: 768px; */
  }
  
  .write-bg {
     background: #fff; 
    padding-bottom: 30px;
  }
  
  .write-bg h3 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding:20px 15px 0;
    margin-bottom: 15px;
    font-weight: normal;
  }
  
  .tab-price {
    display: flex;
    padding: 0 15px 30px;
    /*height: 40px;*/
    /*overflow: hidden;*/
  }
  
  .tab-price .price-prev, .tab-price .price-next {
    width: 40px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  /*  center #f2f4f7 */
  .tab-price .price-prev {
    background: url(../../../images/price-prev.png) no-repeat;
    background-size: 100% 100%;
  }
  /*  center #ff7e00 */
  .tab-price .price-prev:hover {
    background: url(../../../images/price-prev02.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .tab-price .price-next {
    background: url(../../../images/price-next.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .tab-price .price-next:hover {
    background: url(../../../images/price-next02.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  
  .tab-price .swiper-container {
    width: calc(100% - 110px);
    overflow: hidden;
    margin: 0 10px;
    float: left;
  }
  
  .tab-price .swiper-container .swiper-wrapper {
    position: relative;
    left: 0;
    display: table;
    white-space: nowrap;
    font-size: 0;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    overflow: hidden;
    float: none;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title {
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    background: #f2f4f7;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 30px;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on {
    background: #ff7e00;
    color: #fff;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p a:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p {
    /*padding: 0 10px;*/
    position: relative;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on p i {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    background: url(../../../images/tab.png) no-repeat center;
  }
  
  .secure-tabcont {
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    /*margin-top: 15px;*/
  }
  
  .secure-tabcont .secure-left {
    width: 100%;
  }
  
  .secure-tabcont .secure-right {
    /* float: left; */
    width: 100%;
  }

  .secure-tabcont .secure-left .value-half{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
  }
  
  .secure-tabcont .secure-left .value-half p {
    display: inline-block;
    font-size: 14px;
    color: #000;
  }
  
  .secure-tabcont .secure-left .value-half h1 {
    display: inline-block;
    font-size: 18px;
    color: #ff7e00;
  }
  
  .secure-tabcont .secure-left .value-half span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
  }
  
  
  .secure-tabcont .secure-left .hype-btn {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    text-align: center;
    background: #f2f4f7;
    border-radius: 5px;
    padding: 0 5px;
  }
  
  .secure-tabcont .secure-right .hype-btn:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .secure-tabcont .map-wrap {
    width: 100%;
    height: 350px;
  }
  
  #chart-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .secure-tabcont .secure-right .tab-datas {
    display: flex;
  }
  ul.tab-datas.clearfix > li {
    white-space: nowrap;
}
  .secure-tabcont .secure-right .tab-datas li {
    flex: 1;
    text-align: center;
    margin-right: 10px;
    background: #f2f4f7;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
  }
  
  .secure-tabcont .secure-right .tab-datas li:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .secure-tabcont .secure-right .tab-datas li span {
    display: block;
  }
  
  .secure-tabcont .secure-right .tab-datas li.charttime {
    background: #ff7e00;
    color: #fff;
  }
}