.web_three_con .three_right .story_bd li img {
  display: none;
}
@media only screen and (max-width: 493px) {
  body {
    background-color: #f5f8ff !important;
  }
  .newsBanner-box {
    height: auto;
  }
  .banner-bg {
    content: url('../image/smartHealthcare/banner2.png');
    width: 100%;
    height: auto;
  }
  .solution-box {
    padding: 30rem 0 30rem;
    position: relative;
    overflow: hidden;
  }
  .solution-box .solution-bg01 {
    width: 280rem;
    height: 302rem;
    display: block;
    position: absolute;
    bottom: 244rem;
    right: -70rem;
    z-index: -1;
    overflow: hidden;
  }
  .solution-box .title-box {
    font-size: 18rem;
    color: #333;
    position: relative;
    max-width: 100%;
  }
  .solution-box .type-box {
    width: calc(100% - 166rem);
    margin: 20rem auto 20rem;
    flex-wrap: wrap;
  }
  .solution-box .type-box .type-item {
    width: 100%;
    height: 40rem;
    border-radius: 40rem;
    background-color: #164cc2;
    position: relative;
    font-size: 12rem;
    color: #fff;
    padding: 4rem 10rem 0 39rem;
    margin: 20rem 0;
  }
  .solution-box .type-box .type-item .yuan2 {
    width: 64.5rem;
    height: 64.5rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13rem;
    border: 1rem solid #f1f0e9;
    z-index: -1;
  }
  .solution-box .type-box .type-item .txt {
    font-size: 12rem;
    font-weight: 550;
    line-height: 18rem;
  }
  .solution-box .type-box .type-item .yuan1 {
    width: 27rem;
    height: 27rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7rem;
    font-size: 12rem;
    line-height: 27rem;
    color: #164cc2;
  }
  .solution-box .tip {
    font-size: 12rem;
    color: #666;
    overflow: visible;
    margin: 20rem auto 20rem;
    max-width: 80%;
  }
  .solution-box .title-box .title-bg01 {
    width: 27rem;
    height: 27rem;
    display: block;
    position: absolute;
    top: -8rem;
    right: -12rem;
    /* z-index: -1; */
  }
  .gs-flex2 {
    flex-wrap: wrap;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .solution-box .con-item {
    width: calc((100% - 10rem) / 2);
    height: auto;
    background: #fff;
    border-radius: 16rem;
    font-size: 12rem;
    color: #333;
    padding: 43rem 14rem 14rem;
    position: relative;
    box-shadow: none;
    margin: 0;
    margin-top: 43rem;
  }
  .solution-box .con-item .solution-pic {
    width: 54rem;
    height: 54rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
  }
  .solution-box .con-item .txt {
    font-size: 12rem;
    color: #666;
    line-height: 18rem;
    margin-top: 10rem;
  }
  .solution-box {
    padding: 30rem 0 30rem !important;
    position: relative;
    overflow: hidden;
  }
  .web-three {
    padding: 37rem 0 0rem;
  }
  .web_three_con {
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .web_three_con .three_left .story_hd li h3 {
    font-size: 13rem;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    margin-top: 0rem;
    -webkit-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
    cursor: pointer;
  }
  .web_three_con .three_left .story_hd li.on .story_content .title {
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 12rem;
    color: rgba(22, 76, 194, 1);
    margin: 7rem 0 5rem;
  }

  .web_three_con .three_left .story_hd li .story_content {
    display: block;
    font-size: 7.5rem;
    color: rgba(51, 51, 51, 1);
    line-height: 11rem;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-bottom: 15rem !important;
    -webkit-transition: opacity 0.2s linear, height 0.4s ease-in-out,
      -webkit-transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear, height 0.4s ease-in-out,
      -webkit-transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear, height 0.4s ease-in-out,
      transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear, height 0.4s ease-in-out,
      transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
    -webkit-transform: translateY(-20rem);
    transform: translateY(-20rem);
    opacity: 0;
  }
  .web_three_con .three_left .story_hd li.on .story_content {
    height: auto;
    -webkit-transition: opacity 0.2s linear 0.3s, height 0.4s ease-in-out,
      -webkit-transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear 0.3s, height 0.4s ease-in-out,
      -webkit-transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear 0.3s, height 0.4s ease-in-out,
      transform 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s linear 0.3s, height 0.4s ease-in-out,
      transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .web_three_con .three_left .story_hd li {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    padding-left: 33rem;
    width: 100%;
    margin: 0;
  }
  .web_three_con .three_left .story_hd li .story_gress .track1,
  .web_three_con .three_left .story_hd li .story_gress .track2 {
    position: absolute;
    display: block;
    top: 9rem;
    right: auto;
    bottom: -6rem;
    left: 10rem;
    width: 1rem;
    height: auto;
  }
  .web_three_con .three_left .story_hd li .story_gress .track3 {
    position: absolute;
    top: 0.6rem;
    left: 0;
    display: block;
    width: 19rem;
    height: 19rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.2;
    border-radius: 50%;
    opacity: 1;
  }
  .web_three_con .three_left .story_hd li .story_gress .track3 {
    position: absolute;
    top: 0.6rem;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.2;
    border-radius: 50%;
    opacity: 1;
  }
  .web_three_con .three_left .story_hd li .story_gress .track3:before {
    position: absolute;
    top: -1rem;
    left: -1rem;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border: 1rem solid #334ac0;
    border-radius: 50%;
    background-color: #fff;
  }
  .web_three_con .three_left .story_hd li .story_gress .track3:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 7rem;
    height: 7rem;
    content: '';
    border-radius: 50%;
    background: linear-gradient(91.46deg, #344bc1, #834bf3 111.67%);
  }
  .web_three_con .three_left .story_hd li.on .story_gress .track3:before {
    -webkit-transform: scale(1);
    transform: scale(1.3);
  }
  .web_three_con .three_left .story_hd li:last-child .track1,
  .web_three_con .three_left .story_hd li:last-child .track2 {
    display: none;
  }
  .span-gs {
  }
  .web_three_con .three_right .story_bd li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .footer-logo-box .logo_blue {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0;
  }
  .footer-logo-box .txt-box {
    max-width: 70%;
    position: absolute;
    top: 38rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 14rem;
    color: #fff;
  }
  .footer-logo-box {
    width: 100%;
    height: 134rem;
    position: relative;
  }
  .footer-logo-box .btn {
    width: 100%;
    height: 31rem;
    border-radius: 15rem;
    background-color: #fff;
    font-size: 10rem;
    line-height: 31rem;
    margin: 18rem auto;
    overflow: hidden;
  }
  .consult-box {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .consult-con {
    width: 360rem;
    height: 168rem;
    background-color: #fff;
    box-shadow: 0rem 0rem 10rem #e2e6f2;
    border-radius: 8rem;
    padding: 0 49rem 0 36rem;
    font-size: 8rem;
    line-height: 18rem;
    color: #383838;
    position: relative;
  }
  .consult-con .robot-pic {
    width: 52rem;
    height: 52rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .consult-con .phone-box2 {
    background-color: #f0f5ff;
    color: #0044e4;
    height: auto !important;
    font-size: 12rem !important;
    font-weight: 550;
    padding: 7rem 12rem;
    border-radius: 5rem;
    margin-bottom: 7rem;
  }
  .consult-con .phone-box .flex > div {
    font-size: 12rem !important;
  }
  .consult-con .phone-box2 .flex > div {
    font-size: 12rem !important;
  }
  .consult-con .phone-box {
    background-color: #f0f5ff;
    color: #0044e4;
    height: auto !important;
    font-size: 12rem !important;
    font-weight: 550;
    padding: 7rem 12rem;
    border-radius: 5rem;
    margin-bottom: 7rem;
  }
  .consult-con img {
    height: 61rem !important;
    width: 66rem !important;
    display: inline-block !important;
  }
  .web_three_con .three_right .story_bd {
    position: relative;
    width: 100vw !important;
    height: 322rem !important;
  }
  .web_three_con .three_right .story_bd li {
    position: relative;
    margin-top: 0rem;
    width: 100vw !important;
    height: 322rem !important;
  }
  .gslist {
    width: 100%;
    overflow-x: auto;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #e2e6f2 !important;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .gslist::-webkit-scrollbar {
    background: transparent;
  }
  .solution-box .solution-tab-item {
    padding: 0 20rem;
    height: 32rem;
    font-size: 10rem;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 32rem;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    flex-shrink: 0;
    flex: none;
  }
  .solution-box .solution-tab-item-act {
    background: rgba(22, 76, 194, 1);
    color: rgba(255, 255, 255, 1);
  }
  .solution-box .highlights-box .highlights-item {
    background: #fff;
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 20rem;
    box-sizing: border-box;
    border-radius: 10rem;
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 13rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 18rem;
  }
  .solution-box .highlights-box {
    padding: 0 20rem;
    box-sizing: border-box;
    grid-template-columns: auto;
  }
  .solution-box .highlights-box .highlights-item .title {
    font-size: 12rem;
    font-weight: 500;
    line-height: 17rem;
    margin: 0.39rem 0 16rem;
  }
  .solution-box .highlights-box .highlights-item .highlights-pic {
    width: 80rem;
    height: 63rem;
    display: block;
    margin: 0 auto;
  }
  .solution-box .core-item .core-pic {
    width: 30rem;
    height: auto;
    display: block;
  }
  .solution-box .core-item .txt {
    font-size: 15rem;
    margin: 12rem 0 7rem;
  }
  .solution-box .swiper-box .swiper-slide-box {
    padding: 0;
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 15rem;
    color: rgba(51, 51, 51, 1);
    flex-wrap: wrap;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      initial
    );
    box-sizing: content-box;
  }
  .solution-box .swiper-box {
    display: none;
  }
  .gs-icons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    padding: 0 20rem;
    box-sizeing: border-box;
  }
  .solution-box .core-item {
    width: 48%;
    margin: 10rem 0;
    height: auto;
    min-height: 120rem;
    background: #164cc2;
    box-sizing: border-box;
    border-radius: 10rem;
    font-size: 12rem;
    color: #fff;
    padding: 0 20rem;
  }
  .story-pic-bd {
    display: none;
  }
  .gs-flex-box {
    flex-wrap: wrap;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .medical-cloud .practice-item {
    width: 100%;
    font-size: 12rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 13rem;
    color: rgba(51, 51, 51, 1);
    background-color: #fff;
    margin: 15rem 0;
    margin-right: 0 !important;
  }
  .medical-cloud .practice-item .practice-pic {
    width: 100%;
    height: auto;
    display: block;
  }
  .medical-cloud .practice-item .txt {
    font-size: 15rem;
    font-weight: 500;
    line-height: 18rem;
    margin-bottom: 6rem;
  }
  .medical-cloud {
    padding: 0 !important;
  }
  .medical-cloud .practice-item .con-box {
    padding: 32rem 40rem 45rem;
    height: auto;
  }
  .solution-box .swiper-box {
    width: 100%;
    height: auto;
    opacity: 0.04;
    background: rgba(22, 76, 194, 0.05);
    margin: 0;
    position: relative;
  }
  .medical-cloud {
    font-size: 12rem;
  }
  .medical-cloud .title {
    font-size: 18rem;
    margin: 0 auto 6rem;
    margin-top: 30rem;
    position: relative;
  }
  .medical-cloud .title .title-bg01 {
    width: 27rem;
    height: 27rem;
    display: block;
    position: absolute;
    top: -8rem;
    right: -12rem;
    z-index: -1;
  }
  .medical-cloud .gs-span {
    margin: 0 auto !important;
  }
}
