html {
  font-size: 12px;
  box-sizing: border-box;
}

html .swiper-container {
  width: 100%;
}

@media screen and (min-width: 750px) {
  html .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  html .swiper-pagination-bullet {
    width: 150px;
    border-radius: 0;
    margin: 0 !important;
  }
  html .imgSwiper {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, transparent 100%);
  }
  html .boxTwo {
    height: 62px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
  }
  html .boxTwo .bbox {
    width: 96px;
    height: 40px;
    line-height: 52px;
    text-align: center;
  }
  html .boxTwo .boxBox {
    width: 96px;
    text-align: center;
  }
  html .boxTwo .boxAct {
    color: #2020FA;
    width: 96px;
    text-align: center;
    height: 50px;
    line-height: 52px;
    border-bottom: 3px solid  #2020fa;
  }
  html .boxTwo .boxAct1 {
    color: skyblue;
  }
  html .dt {
    display: block;
  }
  html .zx {
    display: none;
  }
  html .consultList {
    margin-top: 70px !important;
    margin-bottom: 140px !important;
    margin: auto;
  }
  html .consultList .conTop {
    font-size: 38px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: CENTER;
    color: #111111;
    margin-bottom: 70px;
  }
  html .consultList .list {
    height: 155px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  html .consultList .list .leftImg {
    height: 155px;
    width: 400px;
    margin-right: 24px;
    padding: 0 !important;
  }
  html .consultList .list .right {
    font-size: 28px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    margin-left: 20px;
    flex: 1;
    text-align: LEFT;
    color: #111111;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /*!autoprefixer:off*/
    -webkit-box-orient: vertical;
  }
  html .consultList .list:hover .right {
    color: #2020FA;
  }
}

@media screen and (max-width: 750px) {
  html .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  html .swiper-pagination-bullet {
    width: 150px;
    border-radius: 0;
    margin: 0 !important;
  }
  html .imgSwiper {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, transparent 100%);
  }
  html .boxTwo {
    height: 62px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
  }
  html .boxTwo .bbox {
    width: 96px;
    height: 40px;
    line-height: 52px;
    text-align: center;
  }
  html .boxTwo .boxBox {
    width: 96px;
    text-align: center;
  }
  html .boxTwo .boxAct {
    color: #2020FA;
    width: 96px;
    text-align: center;
    height: 50px;
    line-height: 52px;
    border-bottom: 3px solid  #2020fa;
  }
  html .boxTwo .boxAct1 {
    color: skyblue;
  }
  html .dt {
    display: block;
  }
  html .consultList {
    margin-top: .5rem !important;
    margin-bottom: 1.2rem !important;
    margin: auto;
  }
  html .consultList .conTop {
    font-size: .4rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: CENTER;
    color: #111111;
  }
  html .consultList .list {
    height: 2rem;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
  }
  html .consultList .list .leftImg {
    height: 1.5rem;
    padding: 0 !important;
  }
  html .consultList .list .right {
    font-size: .2rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    flex: 1;
    text-align: LEFT;
    color: #111111;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /*!autoprefixer:off*/
    -webkit-box-orient: vertical;
  }
}
<!--ºÄÊ±1759479453.8201Ãë-->