@charset "UTF-8";
/*******/
@font-face {
  font-family: "SourceHanSansCN_Regular";
  src: url("/content/font/SourceHanSansCN-Regular.woff"), url("/content/font/SourceHanSansCN-Regular.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "SourceHanSansCN_Bold";
  src: url("/content/font/SourceHanSansCN-Bold.woff"), url("/content/font/SourceHanSansCN-Bold.ttf");
  font-display: swap;
  /* TrueType格式 */
}
/** 页面置灰 **/
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

/** 页面css  */
.hmban-sect {
  width: 100%;
  height: 43.75vw;
  display: block;
  overflow: hidden;
  position: relative;
}

.hmban-swip {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.hmban-swip .slide-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hmban-swip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmban-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.hmban-swip .slide-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.hmban-swip .slide-title {
  width: 50%;
  max-width: 14.35em;
  text-align: center;
  position: relative;
  font-size: 2.7rem;
  line-height: 1.48em;
  color: #fff;
  font-weight: bold;
}

.hmban-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.5em;
  z-index: 20;
}
.hmban-paging .bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
.hmban-paging .active {
  background-color: #0078FF;
}

.hmban-swip-prev {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hmban-swip-prev .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.hmban-swip-next {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hmban-swip-next .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

@media (min-width: 991.98px) {
  .hmban-swip-prev, .hmban-swip-next {
    opacity: 0;
  }
  .hmban-swip-prev:hover, .hmban-swip-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .hmban-swip-prev:hover .bi, .hmban-swip-next:hover .bi {
    opacity: 1;
  }
  .hmban-sect:hover .hmban-swip-prev, .hmban-sect:hover .hmban-swip-next {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .hmban-sect {
    height: 12rem;
  }
  .hmban-swip .slide-box {
    width: 100%;
    padding: 0 0.4rem;
  }
  .hmban-swip .slide-title {
    width: 100%;
    max-width: none;
    font-size: 0.64rem;
    line-height: 0.8rem;
  }
  .hmban-paging {
    bottom: 0.6rem;
  }
  .hmban-swip-prev, .hmban-swip-next {
    display: none !important;
  }
}
/* solution */
.s-heading-h2 {
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #429BFF 0%, #165BA9 100%);
  background: linear-gradient(180deg, #429BFF 0%, #165BA9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hmsolt-sect {
  width: 100%;
  position: relative;
  padding: 5.5rem 0 0;
  background: url("/img/home/s2-bg.webp") no-repeat center top;
  background-size: 100% auto;
}

.hmsolt-header {
  margin-bottom: 0rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.hmsolt-swip {
  overflow: hidden;
  position: relative;
  padding: 2.5rem 8px 1.9rem;
  margin: 0 -8px;
}
.hmsolt-swip .slide-box {
  width: 100%;
  height: 100%;
  min-height: 24.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 2.7rem 1.75rem 2rem;
  box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
  border-radius: 8px;
  border: solid 1px #E9EEF3;
  background-color: #fff;
}
.hmsolt-swip .slide-head {
  width: 100%;
  padding: 0 0 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1.125em;
  font-weight: bold;
  -webkit-flex: none;
          flex: none;
}
.hmsolt-swip .slide-head .icon {
  -webkit-flex: none;
          flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: relative;
  margin: 0 10px 0 0;
}
.hmsolt-swip .slide-head .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.hmsolt-swip .slide-body {
  -webkit-flex: 1;
          flex: 1;
  padding: 1.5rem 0;
}
.hmsolt-swip .slide-body .st {
  font-size: 14px;
  line-height: 1em;
  color: #666666;
  margin-bottom: 1.1rem;
}
.hmsolt-swip .slide-body .doc {
  font-size: 16px;
  line-height: 1.125em;
  color: #333;
  font-weight: bold;
}
.hmsolt-swip .slide-body .doc p {
  padding-left: 1.625em;
  position: relative;
  margin-bottom: 1.18em;
}
.hmsolt-swip .slide-body .doc p:last-child {
  margin-bottom: 0;
}
.hmsolt-swip .slide-body .doc p::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/img/home/list-icon.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.hmsolt-swip .slide-foot {
  -webkit-flex: none;
          flex: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.hmbtn-learn {
  width: 100%;
  height: 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #145094;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
}
.hmbtn-learn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: #0078FF;
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hmbtn-learn > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

.hmsolt-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0.4rem 0 0;
  z-index: 20;
}
.hmsolt-paging .bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
.hmsolt-paging .active {
  background-color: #0078FF;
}

@media (min-width: 992px) {
  .hmsolt-swip .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.35rem 1.15rem;
  }
  .hmbtn-learn:hover::after {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .s-heading-h2 {
    font-size: 0.52rem;
    line-height: 0.88rem;
  }
  .hmsolt-sect {
    background: url("/img/home/s2-bg_m.webp") no-repeat center bottom rgb(247, 250, 253);
    background-size: 100% auto;
    padding: 1.2rem 0 1.26rem;
  }
  .hmsolt-header {
    margin-bottom: 0.4rem;
  }
  .hmsolt-swip-box {
    margin: 0 -0.4rem;
    padding: 0 0.4rem;
    overflow: hidden;
  }
  .hmsolt-swip {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  .hmsolt-swip .slide-box {
    min-height: 9.7rem;
    padding: 1.08rem 0.4rem 0.8rem;
  }
  .hmsolt-swip .slide-head {
    padding: 0 0 0.8rem;
    font-size: 0.44rem;
    line-height: 0.54rem;
  }
  .hmsolt-swip .slide-head .icon {
    width: 1rem;
    height: 1rem;
  }
  .hmsolt-swip .slide-body {
    padding: 0.6rem 0;
  }
  .hmsolt-swip .slide-body .st {
    margin-bottom: 0.46rem;
    font-size: 0.28rem;
  }
  .hmsolt-swip .slide-body .doc {
    font-size: 0.32rem;
  }
  .hmbtn-learn {
    height: 1rem;
    font-size: 0.32rem;
  }
}
/* business */
.hmbss-sect {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hmbss-map {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hmbss-map .imgs {
  position: relative;
}
.hmbss-map img {
  width: 100%;
  display: block;
}
.hmbss-map.app {
  margin-top: -0.1rem;
  overflow: hidden;
}
.hmbss-map.app::after {
  content: "";
  position: absolute;
  background: url(/img/images/svg16.svg) no-repeat;
  background-size: 0.8rem 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hmbss-map.app.is-zomming::after {
  display: none;
}

.hmbss-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 4.27vw;
  z-index: 10;
}

.hmbss-card-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 13.28vw;
  z-index: 20;
}

.hmbss-card {
  width: 30vw;
  max-width: 21.8rem;
  box-shadow: 0px 4px 4px 0px rgba(76, 114, 156, 0.2);
  background: -webkit-linear-gradient(bottom, rgba(225, 235, 254, 0.95) 0%, rgba(250, 251, 255, 0.95) 100%);
  background: linear-gradient(0deg, rgba(225, 235, 254, 0.95) 0%, rgba(250, 251, 255, 0.95) 100%);
  position: relative;
  border-radius: 8px;
  padding: 0.6rem 1.5rem 0.7rem 2rem;
  margin-bottom: 8px;
}
.hmbss-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/home/s3-bg.webp") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}
.hmbss-card:nth-child(2)::before {
  background-image: url("/img/home/s3-bg2.webp");
}
.hmbss-card:last-child {
  margin-bottom: 0;
}

.hmbss-list {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
  position: relative;
  z-index: 10;
}
.hmbss-list li {
  margin: 0.5em 0;
  position: relative;
}
.hmbss-list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: -1em;
  top: -webkit-calc((2em - 4px) * 0.5);
  top: calc((2em - 4px) * 0.5);
}

@media (max-width: 991.98px) {
  .hmbss-header {
    position: relative;
    top: unset;
  }
  .hmbss-card-wrapper {
    position: relative;
    top: unset;
    margin: 0.4rem 0 0;
  }
  .hmbss-card {
    width: 100%;
    max-width: none;
    padding: 0.46rem 0.36rem 0.42rem 0.8rem;
    background: -webkit-linear-gradient(bottom, rgba(232, 240, 255, 0.95) 0%, rgba(246, 249, 255, 0.95) 100%);
    background: linear-gradient(0deg, rgba(232, 240, 255, 0.95) 0%, rgba(246, 249, 255, 0.95) 100%);
    margin-bottom: 10px;
  }
  .hmbss-list {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .hmbss-list li {
    margin: 0.16rem 0;
  }
  .hmbss-list li::before {
    left: -0.26rem;
    top: -webkit-calc((0.48rem - 4px) / 2);
    top: calc((0.48rem - 4px) / 2);
  }
}
@media (max-width: 2000px) and (min-width: 992px) {
  .hmbss-card-wrapper {
    top: 11.1em;
  }
}
@media (min-width: 992px) {
  .hmbss-sect {
    min-height: 923px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .hmbss-map {
    height: 100%;
    -webkit-flex: 1;
            flex: 1;
    position: relative;
  }
  .hmbss-map::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/images/mapbg.webp);
    background-size: 100% 100%;
    opacity: 0;
  }
  .hmbss-map img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1345.97px) {
  .hmbss-map::after, .hmbss-map::before {
    opacity: 1;
  }
}