@charset "UTF-8";
/* 公共 */
.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;
}

.head-place {
  display: none;
}

/* banner */
.home-banbox {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.home-media-swip {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.home-banswip {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 20;
}
.home-banswip .swiper-pagination {
  bottom: 7.64rem;
}
.home-banswip .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em !important;
  background: transparent;
  border: 1px solid #fff;
}
.home-banswip .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 991.98px) {
  .home-banswip .swiper-pagination {
    bottom: 2.6rem;
  }
  .home-banswip .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem !important;
  }
}
.home-banitem {
  overflow: hidden;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.home-banitem .slide-inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.home-banitem .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.home-banitem .slide-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.home-banitem .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.home-banitem .btn-play {
  width: 1rem;
  height: 1rem;
  display: block;
  background: url("/img/static/common/video-play.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-banitem .slide-body {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 10;
  text-align: center;
}
.home-banitem .slide-body .btn-play {
  position: relative;
  left: unset;
  top: unset;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  margin: 0.5rem auto 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.home-banitem .slide-ico {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.home-banitem .slide-ico img {
  -webkit-flex: none;
          flex: none;
  height: 4rem;
  display: block;
}
.home-banitem .slide-tit {
  font-size: 4rem;
  line-height: 1.2em;
  font-weight: bold;
  height: 1.2em;
  overflow: hidden;
}
.home-banitem .slide-desc {
  font-size: 1.5rem;
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
  margin-top: 1.3rem;
}
.home-banitem.swiper-slide-active .slide-body .btn-play {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  visibility: visible;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.hmban-media-web {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.hmban-media-web .video-box,
.hmban-media-web .video-js {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.hmban-media-web video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hmban-media-web .vjs-big-play-button {
  display: none !important;
}

.hmban-media-app {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hmban-paging {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8.5rem !important;
  z-index: 20;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-family: "Arial";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.hmban-paging .bullet {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.hmban-paging .bullet span {
  display: block;
  margin: 0 0.75rem;
}
.hmban-paging .bullet .line {
  display: none;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  margin: 0 0.75rem;
}
.hmban-paging .active .line {
  display: block;
}

.hmban-down {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  z-index: 20;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.hmban-down-layer1 {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.hmban-down-layer1 .ico-arrow {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.hmban-down-layer2 {
  border-radius: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 5;
}
.hmban-down-layer2 svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  overflow: visible;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.hmban-down-layer2 svg circle {
  stroke-dasharray: 360px;
  stroke-dashoffset: 360px;
}

@media screen and (min-width: 992px) and (max-height: 760px) {
  .home-banswip .slide-body {
    top: 20%;
  }
}
@media screen and (min-width: 992px) {
  .home-banitem .slide-body {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .hmban-down:hover .hmban-down-layer1 .ico-arrow {
    margin-top: 5px;
  }
  .hmban-down:hover .hmban-down-layer2 svg circle {
    animation: circleHover ease 1s alternate forwards;
    -webkit-animation: circleHover ease 1s alternate forwards;
  }
}
@media screen and (max-width: 991.98px) {
  .home-banswip .slide-ico {
    height: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .home-banswip .slide-ico img {
    height: 0.8rem;
  }
  .home-banswip .slide-tit {
    font-size: 0.8rem;
    line-height: 1rem;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .home-banswip .slide-desc {
    font-size: 0.32rem;
    line-height: 1.5em;
    height: auto;
    margin: 0.28rem 0 0;
  }
  .hmban-paging {
    font-size: 0.26rem;
    line-height: 0.6rem;
    bottom: 2.64rem !important;
  }
  .hmban-paging .bullet span {
    margin: 0 0.17rem;
  }
  .hmban-paging .bullet .line {
    margin: 0 0 0 0.2rem;
  }
  .hmban-paging .active .num {
    margin-right: 0;
  }
  .hmban-down {
    width: 1rem;
    height: 1rem;
    bottom: 0.7rem;
  }
  .hmban-down-layer1 .ico-arrow {
    width: 0.42rem;
    height: 0.42rem;
  }
}
/* 产业链 */
.home-chain-section {
  width: 100%;
  padding: 5.8rem 0 6.15rem;
  background: url("/img/static/home/home2-bg.jpg") no-repeat top center #dce5ea;
  background-size: cover;
  overflow: hidden;
}

.hmchain-topbox {
  width: 100%;
  text-align: center;
}

.hmchain-topbox-t1 {
  display: none;
  font-size: 2rem;
  line-height: 1em;
  color: #0052b7;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.hmchain-topbox-t2 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #222;
  overflow: hidden;
}
.hmchain-topbox-t2.animated div {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.hmchain-topbox-desc {
  font-size: 0.8rem;
  line-height: 1.77em;
  color: #262626;
  width: 82%;
  margin: 0 auto;
  margin-top: 2.25rem;
  margin-top: 2.5rem;
  overflow: hidden;
}
.hmchain-topbox-desc span {
  font-weight: bold;
}
.hmchain-topbox-desc.animated div {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.hmchain-topbox-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-top: 2.6rem;
  -webkit-justify-content: center;
          justify-content: center;
}
.hmchain-topbox-tool .btn {
  width: 10rem;
}
.hmchain-topbox-tool .animated {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.hmchain-swipbox {
  width: 100%;
  position: relative;
  margin: 6rem 0 0;
}

.hmchain-mswip {
  width: 45%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.hmchain-mswip .swiper-wrapper {
  z-index: 5;
}
.hmchain-mswip .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.hmchain-mswip .swiper-slide-prev,
.hmchain-mswip .swiper-slide-active,
.hmchain-mswip .swiper-slide-next {
  opacity: 1;
  visibility: visible;
}
.hmchain-mswip .slide-inner {
  box-shadow: 0 20px 60px rgba(14, 30, 70, 0.3);
}
.hmchain-mswip .imgs {
  width: 100%;
  padding: 70% 0 0;
  position: relative;
  overflow: hidden;
}
.hmchain-mswip .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmchain-mswip .slide-body {
  display: none;
}

.hmchain-hide-ctrl {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.hmchain-hide-ctrl.prev {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.hmchain-hide-ctrl.next {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.hmchain-tswip-box {
  width: 100%;
  position: relative;
  z-index: 5;
  margin: 3.2rem auto 0;
}

@keyframes circleFlv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@-webkit-keyframes circleFlv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.hmchain-ellipse {
  width: 93%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.hmchain-ellipse .ellipse {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.hmchain-ellipse .circle {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  z-index: 5;
}
.hmchain-ellipse .circle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0052b7;
}
.hmchain-ellipse .circle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0052b7;
  animation: circleFlv 2s linear infinite;
  -webkit-animation: circleFlv 2s linear infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

.hmchain-tswip {
  width: 50%;
  max-width: 660px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}
.hmchain-tswip .slide-tit {
  font-size: 1.2rem;
  line-height: 1em;
  color: #0052b7;
  font-weight: 900;
  margin-bottom: 1.7rem;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmchain-tswip .slide-subtit {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmchain-tswip .slide-desc {
  font-size: 0.8rem;
  line-height: 1.875em;
  height: 3.75em;
  overflow: hidden;
  color: #222;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.hmchain-swip-ctrl {
  display: block;
  position: absolute;
  top: 1.4rem;
  z-index: 20;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 0.5rem;
}
.hmchain-swip-ctrl svg {
  width: 1.75rem;
  height: 1.8rem;
  display: block;
  position: relative;
  fill: #0052b7;
  fill-rule: evenodd;
}
.hmchain-swip-ctrl.prev {
  right: 50%;
  margin-right: 5.6rem;
}
.hmchain-swip-ctrl.next {
  left: 50%;
  margin-left: 5.6rem;
}
.hmchain-swip-ctrl.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 992px) {
  .hmchain-swip-ctrl:not(.swiper-button-disabled):hover {
    opacity: 1;
  }
  .hmchain-tswip .swiper-slide-prev {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-65%);
    -webkit-transform: translateX(-65%);
  }
  .hmchain-tswip .swiper-slide-next {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(65%);
    -webkit-transform: translateX(65%);
  }
  .hmchain-tswip .swiper-slide-active .slide-inner {
    padding-top: 1.9rem;
  }
  .hmchain-tswip .swiper-slide-active .slide-tit {
    opacity: 1;
    font-size: 1.8rem;
  }
  .hmchain-tswip .swiper-slide-active .slide-subtit,
  .hmchain-tswip .swiper-slide-active .slide-desc {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  .home-chain-section {
    background-image: url("/img/static/home/home2-bg_m.jpg");
    padding: 1.2rem 0 1.36rem;
    background-size: 100% auto;
  }
  .hmchain-topbox-t1 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .hmchain-topbox-t2 {
    font-size: 0.5rem;
    line-height: 0.72rem;
  }
  .hmchain-topbox-desc {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.45rem 0 0;
    padding: 0 0.25rem;
    text-align: left;
  }
  .hmchain-topbox-desc br {
    display: none;
  }
  .hmchain-topbox-desc span {
    font-weight: normal;
  }
  .hmchain-topbox-tool {
    margin: 0.7rem 0 0;
  }
  .hmchain-topbox-tool .btn {
    width: 3rem;
  }
  .hmchain-swipbox {
    margin: 1.2rem 0 0;
    opacity: 0;
  }
  .hmchain-mswip {
    width: 80vw;
    max-width: none;
  }
  .hmchain-tswip-box {
    width: 100vw;
    margin: 0.68rem -0.5rem 0;
    padding: 0.78rem 0 0;
  }
  .hmchain-ellipse {
    width: 100vw;
    height: 1px;
    background: #1c76cc;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .hmchain-ellipse .ellipse {
    display: none;
  }
  .hmchain-ellipse .circle {
    width: 10px;
    height: 10px;
  }
  .hmchain-tswip {
    width: 100%;
    max-width: none;
  }
  .hmchain-tswip .slide-inner {
    padding: 0 0.5rem;
  }
  .hmchain-tswip .slide-tit {
    font-size: 0.54rem;
    margin-bottom: 0.48rem;
  }
  .hmchain-tswip .slide-subtit {
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-bottom: 0.2rem;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .hmchain-tswip .slide-desc {
    height: auto;
    font-size: 0.28rem;
    line-height: 0.48rem;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .hmchain-tswip .swiper-slide-active:not(.swiper-slide-duplicate) .slide-tit {
    opacity: 1;
  }
  .hmchain-tswip .swiper-slide-active:not(.swiper-slide-duplicate) .slide-subtit,
  .hmchain-tswip .swiper-slide-active:not(.swiper-slide-duplicate) .slide-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .hmchain-swip-ctrl {
    top: 0.28rem;
  }
  .hmchain-swip-ctrl .bi {
    width: 0.52rem;
    height: 0.54rem;
  }
  .hmchain-swip-ctrl.prev {
    margin-right: 1rem;
  }
  .hmchain-swip-ctrl.next {
    margin-left: 1rem;
  }
}
/* 服务 */
.home-service-section {
  width: 100%;
  background: #000;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform: translate(5px, -9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(5px, -9px);
  }
}
@keyframes inlinerbg {
  0% {
    -webkit-transform: translate(5px, -9px);
            transform: translate(5px, -9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(5px, -9px);
            transform: translate(5px, -9px);
  }
}
@-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform: translate(-5px, 9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-5px, 9px);
  }
}
@keyframes inlinerbgo {
  0% {
    -webkit-transform: translate(-5px, 9px);
            transform: translate(-5px, 9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-5px, 9px);
            transform: translate(-5px, 9px);
  }
}
.hmserv-round {
  width: 70vh;
  max-width: 30rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
}
.hmserv-round .box {
  width: 100%;
  position: relative;
  display: block;
}
.hmserv-round .roundsvg {
  width: 100%;
  display: block;
  fill: none;
  position: relative;
  z-index: 5;
}
.hmserv-round .cwihte {
  stroke: #fff;
  stroke-width: 1px;
}
.hmserv-round .cblue {
  stroke: #00baff;
  stroke-width: 2px;
}
.hmserv-round .cc {
  fill: #fff;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmserv-round .cc.on {
  fill: #00baff;
}
.hmserv-round .cline1 {
  width: 105%;
  height: 105%;
  display: block;
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  z-index: 1;
  background: url("/img/static/home/cline1.png") no-repeat center;
  background-size: 100% 100%;
  animation: inlinerbg 1.2s infinite linear;
  -webkit-animation: inlinerbg 1.2s infinite linear;
}
.hmserv-round .cline2 {
  width: 105%;
  height: 105%;
  display: block;
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  z-index: 1;
  background: url("/img/static/home/cline2.png") no-repeat center;
  background-size: 100% 100%;
  animation: inlinerbgo 1.2s infinite linear;
  -webkit-animation: inlinerbgo 1.2s infinite linear;
}

.hmServide-mswip {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.hmServide-mswip .slide-box {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.hmServide-mswip .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmServide-mswip .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: relative;
}
.hmServide-mswip .slide-body {
  width: 70vh;
  height: 70vh;
  max-width: 30rem;
  max-height: 30rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.hmServide-mswip .slide-tit {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  padding: 0 0 -webkit-calc(1rem + 2px);
  padding: 0 0 calc(1rem + 2px);
  margin-bottom: 2.7rem;
}
.hmServide-mswip .slide-tit::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.hmServide-mswip .slide-desc {
  width: 75%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hmServide-mswip .slide-tool {
  margin: 2.5rem 0 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.hmServide-mswip .slide-tool .btn {
  width: 10rem;
}
.hmServide-mswip .is-active_after .slide-box {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.hmserv-ctrlbox {
  white-space: nowrap;
  position: absolute;
  right: 5.5vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}

.hmserv-paging {
  margin: 0 auto;
  position: static;
}
.hmserv-paging .bullet {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 6px auto 0;
}
.hmserv-paging .bullet::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmserv-paging .bullet:last-child {
  margin-bottom: 0;
}
.hmserv-paging .active {
  background: url("/img/static/home/chalf.png") no-repeat center center;
  background-size: cover;
}

.hmserv-paging2 {
  white-space: nowrap;
  font-size: 0.7rem;
  line-height: 1.2em;
  padding: 4.5rem 0 0;
  position: relative;
  color: #fff;
  font-family: "Arial";
}
.hmserv-paging2::before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0.65rem;
  opacity: 0.5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.hmserv-paging2 .box {
  height: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.hmserv-paging2 .cutnum {
  font-size: 1.2rem;
  line-height: 1em;
}
.hmserv-paging2 .totalnum::before {
  content: "/";
  margin: 0 4px;
}

@media screen and (max-width: 991.98px) {
  .hmserv-round {
    display: none;
  }
  .hmServide-mswip .slide-body {
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    left: 0;
    top: 23.5%;
    transform: none;
    -webkit-transform: none;
  }
  .hmServide-mswip .slide-tit {
    font-size: 0.54rem;
    padding: 0 0 -webkit-calc(0.2rem + 2px);
    padding: 0 0 calc(0.2rem + 2px);
    margin-bottom: 0.66rem;
  }
  .hmServide-mswip .slide-tit::after {
    width: 0.6rem;
    height: 2px;
  }
  .hmServide-mswip .slide-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .hmServide-mswip .slide-tool {
    margin: 1.4rem 0 0;
  }
  .hmServide-mswip .slide-tool .btn {
    width: 3rem;
  }
  .hmserv-ctrlbox {
    width: 100%;
    right: unset;
    left: 0;
    top: unset;
    bottom: 1.02rem;
    transform: none;
    -webkit-transform: none;
  }
  .hmserv-paging {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .hmserv-paging .bullet {
    background: none;
    width: 7px;
    height: 7px;
    border: solid 1px #fff;
    margin: 0 0.13rem;
    border-radius: 100%;
  }
  .hmserv-paging .bullet::after {
    display: none;
  }
  .hmserv-paging .bullet.active {
    background: #fff;
  }
  .hmserv-paging2 {
    display: none;
  }
}
/* 新闻 */
.home-news-section {
  width: 100%;
  position: relative;
  background: url("/img/static/home/home4-bg.jpg") no-repeat center bottom #fff;
  padding: 6rem 0 8rem;
  overflow: hidden;
}

.hmnews-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.hmnews-lvtit {
  font-size: 1.5rem;
  line-height: 1em;
  color: #222;
  font-weight: bold;
}

.hmnews-tablist {
  display: -webkit-flex;
  display: flex;
  margin: 0 -1rem;
}
.hmnews-tablist .tabitem {
  padding: 0 1rem;
}
.hmnews-tablist a {
  display: block;
  cursor: pointer;
  position: relative;
  border-top: solid 2px #222;
  padding: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1em;
  color: #222;
}
.hmnews-tablist .active a {
  color: #0052b7 !important;
  border-top-color: #0052b7;
}

.hmnews-body {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.hmnews-twbox {
  -webkit-flex: 0 0 22rem;
          flex: 0 0 22rem;
  max-width: 440px;
  margin: 0 2rem 0 0;
  position: relative;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  overflow: hidden;
}
.hmnews-twbox .item-box {
  width: 100%;
  height: 28rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmnews-twbox .item-imgs {
  width: 100%;
  -webkit-flex: none;
          flex: none;
  position: relative;
  overflow: hidden;
}
.hmnews-twbox .imgs {
  width: 100%;
  height: 13rem;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmnews-twbox .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.hmnews-twbox .item-body {
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
  padding: 1.1rem 2rem;
  border: solid 1px #e6e6e6;
  border-top: none;
}
.hmnews-twbox .item-tit {
  font-size: 1rem;
  line-height: 1.8em;
  max-height: 3.6em;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
  color: #222;
}
.hmnews-twbox .item-time {
  font-size: 0.8rem;
  line-height: 1em;
  color: #0052b7;
  font-weight: bold;
  margin-bottom: 1.15rem;
}
.hmnews-twbox .item-desc {
  font-size: 0.8rem;
  line-height: 1.625em;
  margin: 1.2rem 0 0;
  max-height: 3.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #626161;
}

.hmnews-aside {
  -webkit-flex: 1;
          flex: 1;
}

.hmnews-list .item {
  width: 100%;
  height: 8rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-bottom: 2rem;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  overflow: hidden;
}
.hmnews-list .item:last-child {
  margin-bottom: 0;
}
.hmnews-list .item-box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: solid 1px #e6e6e6;
  padding: 1.35rem 2rem 1.6rem;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hmnews-list .item-time {
  font-size: 0.8rem;
  line-height: 1em;
  color: #0052b7;
  margin-bottom: 0.9rem;
  font-weight: bold;
}
.hmnews-list .item-tit {
  font-size: 1rem;
  line-height: 1.8em;
  font-weight: bold;
  max-height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hmnews-list .item-foot {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 0.7rem;
  line-height: 2em;
}
.hmnews-list .item-foot a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: none;
          flex: none;
  white-space: nowrap;
  color: #6c757d;
}
.hmnews-list .item-foot .ico-arrow {
  -webkit-flex: none;
          flex: none;
  width: 0.8rem;
  height: 1.4rem;
  display: block;
  background: url("/img/static/arrow-right-blue.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  margin-left: 0.9rem;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 992px) {
  .hmnews-tablist li:hover {
    color: #0052b7;
  }
  .hmnews-tablist li:hover a {
    color: #0052b7;
  }
  .hmnews-twbox .item-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
  .hmnews-twbox .item-box:hover .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  .hmnews-twbox .item-box:hover .item-tit {
    color: #0052b7;
  }
  .hmnews-list .item-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
  .hmnews-list .item-box:hover .item-tit {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .home-news-section {
    padding: 1.2rem 0;
    background-image: url("/img/static/home/home4-bg_m.jpg");
    background-size: 100% auto;
  }
  .hmnews-header {
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0.6rem;
  }
  .hmnews-header-right {
    display: none;
  }
  .hmnews-lvtit {
    font-size: 0.54rem;
    color: #282c2e;
  }
  .hmnews-body {
    display: block;
  }
  .hmnews-twbox {
    width: 100%;
    -webkit-flex: none;
            flex: none;
    max-width: none;
    margin: 0 0 0.4rem;
  }
  .hmnews-twbox .item-box {
    height: 3.4rem;
    border: solid 1px #e6e6e6;
  }
  .hmnews-twbox .item-body {
    height: 100%;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
    padding: 0.36rem 0.7rem 0.38rem 0.4rem;
  }
  .hmnews-twbox .item-top {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hmnews-twbox .item-time {
    font-size: 0.28rem;
    margin: 0 0 0.26rem;
  }
  .hmnews-twbox .item-tit {
    font-size: 0.3rem;
    line-height: 0.48rem;
    max-height: 0.96rem;
    margin: 0;
    color: #282c2e;
  }
  .hmnews-twbox .item-foot {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #677283;
  }
  .hmnews-twbox .btn-viewdet {
    -webkit-flex: none;
            flex: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .hmnews-twbox .btn-viewdet .ico-arrow {
    width: 0.34rem;
    height: 0.48rem;
    display: block;
    background: url("/img/static/common/arrow-right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 0.26rem;
  }
  .hmnews-list .item {
    height: 3.4rem;
    margin-bottom: 0.4rem;
  }
  .hmnews-list .item-box {
    padding: 0.36rem 0.7rem 0.38rem 0.4rem;
  }
  .hmnews-list .item-time {
    font-size: 0.28rem;
    margin: 0 0 0.26rem;
  }
  .hmnews-list .item-tit {
    font-size: 0.3rem;
    line-height: 0.48rem;
    max-height: 0.96rem;
    margin: 0;
    color: #282c2e;
  }
  .hmnews-list .item-foot {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #677283;
  }
  .hmnews-list .btn-viewdet {
    -webkit-flex: none;
            flex: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .hmnews-list .btn-viewdet .ico-arrow {
    width: 0.34rem;
    height: 0.48rem;
    display: block;
    background: url("/img/static/common/arrow-right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 0.26rem;
  }
}
.hm-client {
  margin: 6em 0;
}

.home-public-tit {
  margin: 0 0 2.5em;
  text-align: center;
}
.home-public-tit .tit {
  font-size: 2.6em;
  line-height: 1.34;
  color: #222;
}

.hm-client-list {
  margin: 0 -1em;
}
.hm-client-list .item {
  padding: 0 1em;
}
.hm-client-list .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
}
.hm-client-list .bd {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.5em 3em;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.hm-client-list .tit {
  font-size: 1.4em;
  line-height: 1;
  color: #0052b7;
  font-weight: bold;
}
.hm-client-list .doc {
  font-size: 0.8em;
  line-height: 1.87;
  color: #333;
  margin: 1em 0 0;
}
.hm-client-list .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 48.53% 0 0;
}
.hm-client-list .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}

@media (max-width: 991.98px) {
  .hm-client {
    margin: 1.3rem 0 1.4rem;
  }
  .home-public-tit {
    margin: 0 0 0.54rem;
  }
  .home-public-tit .tit {
    font-size: 0.52rem;
    line-height: 0.72rem;
    font-weight: normal;
  }
  .hm-client-list {
    margin: -0.25rem 0;
  }
  .hm-client-list .item {
    padding: 0.25rem 0.15rem;
  }
  .hm-client-list .box {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hm-client-list .bd {
    position: relative;
    padding: 0.6rem 0.4rem 0.76rem;
  }
  .hm-client-list .tit {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .hm-client-list .doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.2rem 0 0;
  }
}
.home-chain-section {
  position: relative;
  background: url(/img/images/home2-add-bgk.png) no-repeat top center #dce5ea;
  background: none;
  background-size: cover;
}
.home-chain-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47.35em;
  background: url(/img/images/home-add2-bgk.png) no-repeat top center;
  background-size: cover;
  z-index: 3;
}
.home-chain-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 86.75em;
  background: url(/img/images/home2-add-bgk.png) no-repeat top center #dce5ea;
  background-size: cover;
  z-index: 2;
}

.hm-serve {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hm-serve-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.hm-serve-swiper {
  position: inherit;
  width: 100%;
  height: 100%;
}
.hm-serve-swiper .swiper-slide {
  height: 100vh;
}
.hm-serve-swiper .fix-txt {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.hm-serve-swiper .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.hm-serve-swiper .bgk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.hm-serve-swiper .tit-box {
  width: 57.85%;
  margin: 0 auto;
  padding: 20.32vh 0 0;
  text-align: center;
  color: #fff;
}
.hm-serve-swiper .tit {
  font-size: 2.6em;
  line-height: 1.34;
}
.hm-serve-swiper .doc {
  font-size: 0.8em;
  line-height: 1.875;
  margin: 1.375em 0 0;
}
.hm-serve-swiper .btn.btn-normal_line {
  color: #fff;
  border-color: #fff;
}
.hm-serve-swiper .swiper-button-prev:after,
.hm-serve-swiper .swiper-button-next:after {
  content: "";
  width: 1.5em;
  height: 2.8em;
}
.hm-serve-swiper .swiper-button-prev {
  left: 3em;
  display: none;
}
.hm-serve-swiper .swiper-button-next {
  right: 3em;
  display: none;
}
.hm-serve-swiper .swiper-button-prev:after {
  background: url(/img/images/swiper-prev.svg) no-repeat center;
  background-size: contain;
}
.hm-serve-swiper .swiper-button-next:after {
  background: url(/img/images/swiper-next.svg) no-repeat center;
  background-size: contain;
}

.serve-fix-bar {
  position: absolute;
  width: 100%;
  bottom: 6.5em;
  bottom: 14vh;
  left: 0;
  z-index: 9;
}
.serve-fix-bar .serve-bar {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.serve-fix-bar .bar-list {
  position: relative;
  padding: 0 8.57%;
  margin: -0.5em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.serve-fix-bar .bar-item {
  position: relative;
  width: 14.28%;
  width: 17.24%;
  padding: 0.5em 0;
  overflow: hidden;
}
.serve-fix-bar .bar-item.active .num {
  opacity: 0.1;
}
.serve-fix-bar .bar-item.active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0052B7;
}
.serve-fix-bar .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 3.5em 0;
}
.serve-fix-bar .icon {
  position: relative;
  overflow: hidden;
  width: 30%;
  padding: 30% 0 0;
  margin: 0 auto 1em;
}
.serve-fix-bar .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.serve-fix-bar .tit {
  color: #fff;
  font-size: 1em;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.serve-fix-bar .num {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -0.47em;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 4.75em;
  line-height: 1.157;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .home-chain-section::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10.47rem;
    background: url(/img/images/add-mob2.png) no-repeat top center;
    background-size: cover;
    z-index: 3;
  }
  .home-chain-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 28.65rem;
    background: url(/img/images/add-mob1.png) no-repeat top center #dce5ea;
    background-size: cover;
    z-index: 2;
  }
  .hm-serve {
    height: 13.34rem;
  }
  .hm-client-box {
    height: 100%;
  }
  .hm-serve-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hm-serve-box .bgk-mob {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .hm-serve-swiper {
    position: inherit;
  }
  .hm-serve-swiper .fix-txt {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .hm-serve-swiper .fix-txt .global-inner {
    padding: 0 0.5rem !important;
  }
  .hm-serve-swiper .swiper-slide {
    height: 100%;
  }
  .hm-serve-swiper .tit-box {
    width: 100%;
    padding: 2.2rem 0 0;
  }
  .hm-serve-swiper .tit {
    font-size: 0.52rem;
    line-height: 0.72rem;
  }
  .hm-serve-swiper .doc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin: 0.4rem 0 0;
  }
  .serve-fix-bar {
    width: 100%;
    bottom: 1rem;
  }
  .serve-fix-bar .serve-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .serve-fix-bar .bar-list {
    padding: 0%;
    margin: 0em 0;
  }
  .serve-fix-bar .bar-item {
    position: relative;
    width: 25%;
    padding: 0em 0;
    overflow: hidden;
  }
  .serve-fix-bar .bar-item.active .num {
    opacity: 0;
  }
  .serve-fix-bar .bar-item.active::before {
    display: none;
  }
  .serve-fix-bar .box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.95rem 0 0.8rem;
  }
  .serve-fix-bar .icon {
    position: relative;
    overflow: hidden;
    width: 0.6rem;
    height: 0.6rem;
    padding: 0% 0 0;
    margin: 0 auto 0.24rem;
  }
  .serve-fix-bar .icon img {
    object-fit: contain;
  }
  .serve-fix-bar .tit {
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-weight: normal;
  }
  .serve-fix-bar .num {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .hm-client-list .item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hm-client-list .item:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hm-client-list .hmnews-lvtit {
    font-weight: normal;
    font-size: 2.6em;
  }
  .add-buttonl {
    position: absolute;
    top: 50%;
    left: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 2.8rem;
    cursor: pointer;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .add-buttonl:hover {
    opacity: 0.8;
  }
  .add-buttonr {
    position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 2.8rem;
    z-index: 9;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .add-buttonr:hover {
    opacity: 0.8;
  }
}