* {
  box-sizing: border-box;
}
.all-wrap {
  width: 100%;
  padding-top: 0;
}
.all-wrap .banner-box {
  width: 100%;
  height: 400px;
  position: relative;
}
.all-wrap .banner-box .banner {
  height: 400px;
  width: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-wrap .banner-box .banner-content {
  width: 1200px;
  height: 400px;
  position: relative;
  margin: auto;
  z-index: 1;
  padding-top: 120px;
}
.all-wrap .banner-box .banner-content h1,
.all-wrap .banner-box .banner-content h2,
.all-wrap .banner-box .banner-content h3 {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
  text-align: left;
}
.all-wrap .banner-box .banner-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrap .banner-box .banner-content h2 {
  font-size: 24px;
}
.all-wrap .banner-box .banner-content h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.all-wrap .banner-box .banner-content .zixun_btn {
  width: 180px;
  height: 43px;
  background: linear-gradient(90deg, #00bcd5, #38cdba);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 30px;
}
.all-wrap .content-box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  padding-top: 40px;
  text-align: center;
}
.all-wrap .content-box1 .list-box {
  width: 1200px;
  margin: auto;
  display: flex;
  padding-bottom: 50px;
}
.all-wrap .content-box1 .list-box .item {
  width: 600px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}
.all-wrap .content-box1 .list-box .item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.all-wrap .content-box1 .list-box .item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.all-wrap .content-box1 .list-box .item p {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.all-wrap .content-box1 .list-box .item p span {
  color: #1cb29d;
  font-weight: bold;
}
.all-wrap .content-box2 {
  background: #f7fdfd;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.all-wrap .content-box2 .line {
  padding: 60px 0;
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.all-wrap .content-box2 .line .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.all-wrap .content-box2 .line .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1cb29d;
  line-height: 1;
  margin-bottom: 22px;
}
.all-wrap .content-box2 .line .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 12px;
}
.all-wrap .content-box2 .line .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.all-wrap .content-box3 {
  width: 1200px;
  margin: auto;
}
.all-wrap .content-box3 h4 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
}
.all-wrap .content-box3 img {
  width: 923px;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -461.5px;
  margin-bottom: 70px;
}
.all-wrap .content-box4 {
  background: #f7fdfd;
  overflow: hidden;
}
.all-wrap .content-box4 .icon-list {
  width: 1030px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
.all-wrap .content-box4 .icon-list .item {
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.all-wrap .content-box4 .icon-list .item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.all-wrap .content-box4 .icon-list .item p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.all-wrap .content-box5 {
    margin: auto;
    height: 485px;
    background: url(../../images/exportweb/pc/content-box5-bg.png) no-repeat 50% 0;
    position: relative;
  }
  .all-wrap .content-box5 h4 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
  }
  .all-wrap .content-box5 .text {
    width: 455px;
    color: #333333;
    font-size: 18px;
    line-height: 2;
    position: relative;
    left: 50%;
    top: 60px;
    margin-left: -530px;
  }
  .all-wrap .content-box6{
    text-align: center;
    padding-bottom: 50px;
  }
  .all-wrap .content-box6 h4 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
  }
  .all-wrap .content-box6 img {
    margin: 0 auto;
  }
  .all-wrap .content-box7 h4{
    text-align: center;
  }
  .all-wrap .content-box7 h4 {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      line-height: 1;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 70px;
  }
  .all-wrap .content-box7 .content{
    width: 1200px;
    margin: 0 auto;
  }
  .all-wrap .content-box7 .swiper1{
    text-align: center;
    position: relative;
    margin-top: 80px;
  }
  .all-wrap .content-box7 .swiper1 .t{
    margin-top: 30px;
  }
  .all-wrap .content-box7 .swiper1 .t span{
    display: inline-block;
    width: 397px;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    background-image: linear-gradient(270deg, #FFFFFF 0%, #D9F1F9 49%, #FFFFFF 100%);
  }
  .all-wrap .content-box7 .swiper1 .arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    cursor: pointer;
  }
  .all-wrap .content-box7 .swiper1 .arrow-left{
    left: 50px;
    background: url('../../images/hospitalweb/pc/arrow-left.png') no-repeat 0 0;
  }
  .all-wrap .content-box7 .swiper1 .arrow-right{
    right: 50px;
    background: url('../../images/hospitalweb/pc/arrow-right.png') no-repeat 0 0;
  }
  .all-wrap .content-box7 .swiper {
    width: 779px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .all-wrap .content-box7 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .all-wrap .content-box7 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .all-wrap .content-box7 .step{
    border-radius: 24px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2097d4+0,31dbbb+100 */
  background: rgb(32,151,212); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(32,151,212,1) 0%, rgba(49,219,187,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(32,151,212,1) 0%,rgba(49,219,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(32,151,212,1) 0%,rgba(49,219,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2097d4', endColorstr='#31dbbb',GradientType=1 ); /* IE6-9 */
  margin-bottom: 10px;
  }
  .all-wrap .content-box7 .step .col{
    width: 20%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0px;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .all-wrap .content-box7 .step .col:nth-last-child(1){
    border: none;
  }
  .all-wrap .content-box7 .step .col.active{
    font-weight: 600;
  }
  .all-wrap .content-box7 .step .col.active::after{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5px;
    content: "";
    height: 0;
      width: 0;
      border-top: 10px solid #fff;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
  }
.m-wrap .mbanner {
  width: 10rem;
  height: 4.8rem;
  position: relative;
}
.m-wrap .mbanner h1 {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 0.7rem;
}
.m-wrap .mbanner h3 {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    color: #ffffff;
    top: 1.55rem;
    width: 100%;
    text-align: center;
  }
.m-wrap .mbanner .h-2 {
    top: 1.91rem;
}
.m-wrap .mbanner img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.m-wrap .box-wrap {
  width: 100%;
}
.m-wrap .box-wrap > h2 {
  font-size: 0.48rem;
  width: 100%;
  text-align: center;
  margin: 0 0 0.5rem 0;
  padding-top: 0.5rem;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}
.m-wrap .box-wrap1 {
  padding: 0 0.4rem 0.133rem;
}
.m-wrap .box-wrap1 .box {
  width: 100%;
  height: 6.667rem;
  background: #fbfbfb;
  margin-bottom: 0.4rem;
  padding: 0.4rem;
  position: relative;
}
.m-wrap .box-wrap1 .box img {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-wrap .box-wrap1 h2 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.m-wrap .box-wrap1 h3 {
  font-size: 0.32rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 0.16rem;
}
.m-wrap .box-wrap1 .box1 img {
  width: 4.987rem;
  height: auto;
  bottom: 0.533rem;
}
.m-wrap .box-wrap1 .box2 img {
  width: 6.067rem;
  height: auto;
  bottom: 0.333rem;
}
.m-wrap .box-wrap1 .c1 {
  color: #1cb29d;
  font-weight: bold;
}
.m-wrap .box-wrap2 {
  overflow: hidden;
  background: #f6fefd;
  padding: 0 0.4rem;
}
.m-wrap .box-wrap2 .item {
  width: 100%;
  border-bottom: 0.013rem solid rgba(0, 0, 0, 0.1);
  padding: 0.467rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.m-wrap .box-wrap2 .item .icon-box {
  margin-right: 0.333rem;
  width: 1.733rem;
  position: relative;
}
.m-wrap .box-wrap2 .item .icon-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-wrap .box-wrap2 .item .desc-box h3 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #1cb29d;
  line-height: 1;
  margin-bottom: 0.267rem;
}
.m-wrap .box-wrap2 .item .desc-box p {
  font-size: 0.32rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 0.16rem;
}
.m-wrap .box-wrap2 .item .desc-box p:nth-last-of-type(1) {
  margin-bottom: 0rem;
}
.m-wrap .box-wrap2 .item:nth-of-type(1) {
  margin-top: -0.4rem;
}
.m-wrap .box-wrap2 .item:nth-last-child(1) {
  border: 0;
  height: 2.8rem;
}
.m-wrap .box-wrap3 {
  padding-bottom: 0.533rem;
}
.m-wrap .box-wrap3 h2 {
  margin-bottom: 0.267rem;
}
.m-wrap .box-wrap3 h4 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 0.467rem;
}
.m-wrap .box-wrap3 .bg {
  width: 8.72rem;
  margin: auto;
  height: auto;
  display: block;
}
.m-wrap .box-wrap4 {
  overflow: hidden;
  background: #fff;
}
.m-wrap .box-wrap4 .icon-list {
  margin-top: -0.133rem;
  margin-bottom: 0.467rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.667rem;
}
.m-wrap .box-wrap4 .icon-list .item {
  width: 1.867rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-wrap .box-wrap4 .icon-list .item img {
  width: 1.6rem;
  height: auto;
  margin-bottom: 0.2rem;
  border-radius: 50%;
}
.m-wrap .box-wrap4 .icon-list .item p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.m-wrap .box-wrap5 {
    /* padding-bottom: 0.533rem; */
    position: relative;
  }
  .m-wrap .box-wrap5 h2 {
    margin-bottom: 0.267rem;
    position: absolute;
    width: 100%;
    /* top: 20px; */
    margin: 0px!important;
  }
  .m-wrap .box-wrap5 h4 {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50px;
  }
  .m-wrap .box-wrap5 .bg{
      width: 100%;
  }
  .m-wrap .box-wrap5 .text{
      font-size: 0.32rem;
      line-height: 1.5;
      width: 53%;
      position: absolute;
      top: 48%;
      left: 0.3rem;
  }

  .m-wrap .box-wrap6{
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .m-wrap .box-wrap6 h2 {
    margin-bottom: 0.2rem;
  }
  .m-wrap .box-wrap6 h4 {
    font-size: 0.24rem;
    color: #666666;
    margin-bottom: 0.4rem;
  }
  .m-wrap .box-wrap6 img {
    width: 94%;
    margin: 0 auto;
  }
  .m-wrap .box-wrap7{
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background: #f7fdfd;
    text-align: center;
  }
  .m-wrap .box-wrap7 h4 {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
  }
  .m-wrap .box-wrap7 .nav-tabs{
    margin: 0.4rem 0 0 0;
    text-align: center;
    border: none;
    margin-bottom: 24px;
  }
  .m-wrap .box-wrap7 .nav-tabs li{
    width: 20%;
    margin-bottom: 0px;
    display: inline-block;
  }
  .m-wrap .box-wrap7 .nav-tabs li a{
    height: 0.7rem;
    line-height: 0.7rem;
    border: none;
    font-size: 0.27rem;
    color: #1D1D1D;
    background: #e1fcf8;
    padding: 0px;
    margin: 0 0.15rem;
    border-radius: 0.35rem;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    -ms-border-radius: 0.35rem;
    -o-border-radius: 0.35rem;
    border: 1px solid #e1fcf8;
  }
  .m-wrap .box-wrap7 .nav-tabs li a:hover{
    background: #fff;
  }
  .m-wrap .box-wrap7 .nav-tabs li.active>a, 
  .m-wrap .box-wrap7 .nav-tabs li.active>a:focus, 
  .m-wrap .box-wrap7 .nav-tabs li.active>a:hover{
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(270deg, #37CDBB 0%, #00BCD4 100%);
  }
  .m-wrap .box-wrap7 img{
    width: 100%;
  }