<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  z-index: 100;
  position: relative;
}
.banner .banner-main {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .banner-main .banner-show {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.banner .banner-main .banner-show .banner-dom {
  width: 100%;
  height: 100%;
}
.banner .banner-main .banner-show .banner-dom .indexPage-outer {
  height: calc(100% - 242px);
}
.banner .banner-main .banner-show .banner-dom .indexPage-inner {
  height: 100%;
  padding: 12% 0 40px;
  border-bottom: 1px solid #979797;
  position: relative;
}
.banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-cur-num {
  position: absolute;
  left: 0;
  bottom: -28px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  font-family: 'Montserrat-Regular';
}
.banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-cur {
  width: 33.33%;
  background: #C7000B;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  transition: 1s;
}
.banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-bottom {
  position: absolute;
  right: 0;
  bottom: -62px;
  width: 36px;
  height: 36px;
  background: #C7000B;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  animation: scrollLine 1.2s infinite;
}
.banner .banner-main .banner-show .banner-other-swiper {
  width: 630px;
  height: 100%;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-other-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-video {
  width: 300px;
  height: 180px;
  position: relative;
  border: 1px solid #C7000B;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(20px);
  transition: 0.5s;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-video .play {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 42px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
  font-weight: 400;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 66px;
  padding-right: 5%;
}
.banner .banner-main .banner-show .banner-other-swiper .banner-other-texts .public-more {
  margin-top: 32px;
}
.banner .banner-main .banner-show .banner_other_slide_active .banner-video {
  transform: translateX(0);
}
.banner .banner-main .bannerSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.banner .banner-main .bannerSwiper .bannerSwiper-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner-main .bannerSwiper .banner-swiper-slide1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .banner-main .bannerSwiper .banner-swiper-slide1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 2s;
}
.banner .banner-main .bannerSwiper .banner-swiper-slide-active {
  opacity: 1;
}
.banner .banner-main .bannerSwiper .banner-swiper-slide-active img {
  transform: scale(1);
  transition: 2s;
}
.banner .banner-main .banner-fixed {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qianfeng/qianfeng/used/banner-fixed.png') no-repeat;
  background-size: cover;
  z-index: 3;
  align-items: flex-end;
  padding-bottom: 242px;
}
.banner .banner-main .banner-fixed .banner-fixed-inner {
  height: 70%;
  transform: translateX(4%);
  width: 64%;
  padding: 5% 16%;
  position: relative;
  display: flex;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-con {
  z-index: 12;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-6%, 10%);
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-icons .fixed-icon1 {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-icons .fixed-icon1 img {
  width: 20px;
  margin-right: 4px;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-icons .fixed-icon1 p {
  max-width: calc(100% - 24px);
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-btn {
  width: 350px;
  height: 54px;
  background: #C7000B;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 4px auto 20px;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  width: 100%;
  text-align: center;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-desc img {
  width: 16px;
  margin-right: 6px;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-up {
  width: 42px;
  height: 42px;
  background: #C7000B;
  border-radius: 50%;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-up img {
  width: 60%;
}
.banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.bannerM {
  display: none;
}
.bannerM .bannerMSwiper {
  width: 100%;
  overflow: hidden;
}
.bannerM .bannerM-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bannerM .bannerM-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.bannerM .bannerM-slide .bannerM-word {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.bannerM .bannerM-slide .bannerM-word .banner-video {
  width: 120px;
  aspect-ratio: 1.66666667;
  position: relative;
  border: 1px solid #C7000B;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(20px);
  transition: 0.5s;
}
.bannerM .bannerM-slide .bannerM-word .banner-video video {
  width: 100%;
  height: 100%;
  display: block;
}
.bannerM .bannerM-slide .bannerM-word .banner-video .play {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.bannerM .bannerM-slide .bannerM-word .banner-other-texts {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.bannerM .bannerM-slide .bannerM-word .banner-other-texts .bannerIntro {
  margin-top: 18px;
}
.bannerM .bannerM-slide .bannerM-word .banner-other-texts .public-more {
  margin-top: 30px;
}
.bannerM .bannerM_slide_active .bannerM-word .banner-video {
  transform: translateX(0);
}
@keyframes scrollLine {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bannerM .bannerM-slide img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bannerM .bannerM_slide_active img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
.indexPage-title-home {
  margin-bottom: 60px;
}
.capabilityi {
  padding-bottom: 90px;
  margin-top: -136px;
  z-index: 200;
  position: relative;
}
.capabilityi .capabilityi-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.capabilityi .capabilityi-main .capabilityi-one {
  width: calc((100% - 12%) / 5);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.capabilityi .capabilityi-main .capabilityi-one .capabilityi-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.capabilityi .capabilityi-main .capabilityi-one .capabilityi-icon img {
  max-width: 196px;
  display: block;
  width: 68%;
}
.capabilityi .capabilityi-main .capabilityi-one .capabilityi-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  margin: 14px 0;
}
.capabilityi .capabilityi-main .capabilityi-one .capabilityi-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.proi {
  background: url('https://file.global86.cn/fileStore/website_new_v2/qianfeng/qianfeng/used/proi-back.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.proi .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.proi .proi-texts {
  width: 33%;
  padding-right: 20px;
}
.proi .proi-info {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 16px 0 14px;
  opacity: 0.85;
}
.proi .proi-classifys {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
}
.proi .proi-classifys .proi-classifys-one {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  width: 25%;
  text-align: center;
  padding: 24px 5px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
.proi .proi-classifys .proi-classifys-one:hover {
  color: #FFFFFF;
  background: #C7000B;
}
.proi .proi-classifys .proi-classifys-one-active {
  color: #FFFFFF;
  background: #C7000B;
}
.proi .proi-swiper {
  width: 100%;
  overflow: visible;
  border-top: 1px solid rgba(197, 197, 197, 0.2);
  border-bottom: 1px solid rgba(197, 197, 197, 0.2);
  margin: 60px 0;
}
.proi .proi-swiper .proi-one {
  width: 30%;
  height: auto;
  border-right: 1px solid rgba(197, 197, 197, 0.2);
  transition: 0.5s;
}
.proi .proi-swiper .proi-one .proi-one-cover {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.proi .proi-swiper .proi-one .proi-one-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-swiper .proi-one .proi-one-cover:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.proi .proi-swiper .proi-one .proi-one-title {
  padding: 15px 0;
  border-top: 1px solid rgba(197, 197, 197, 0.5);
  display: flex;
  align-items: center;
  width: calc(100% - 23%);
  margin: 0 auto;
}
.proi .proi-swiper .proi-one .proi-one-title .proi-one-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.proi .proi-swiper .proi-one .proi-one-title .proi-one-more {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.proi .proi-swiper .proi-one .proi-one-title .proi-one-more img {
  width: 14px;
}
.proi .proi-swiper .proi-one:hover .proi-one-title .proi-one-text {
  color: #C7000B;
}
.proi .proi-swiper .proi-one-no {
  width: 100%;
}
.proi .proi-swiper .proi-one:nth-of-type(1) {
  border-left: 1px solid rgba(197, 197, 197, 0.2);
}
.proi .proi-swiper .proi-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.proi .proi-more-outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .proi-more-outer .proi-more-btn {
  width: 260px;
  height: 46px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qianfeng/qianfeng/used/pro-more.png') no-repeat;
  background-size: cover;
  z-index: 12;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
  padding-right: 40px;
}
.proi .proi-more-outer .proi-more-btn .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-more-outer .proi-more-btn .read-more-dot {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  transition: 0.5s;
}
.proi .proi-more-outer .proi-more-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
  margin: 0 8px;
}
.proi .proi-more-outer .proi-more-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.proi .proi-more-outer .proi-more-btn .read-more-img {
  width: 14px;
  height: 18px;
  position: relative;
  transition: 0.5s;
}
.proi .proi-more-outer .proi-more-btn .read-more-img img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-28%);
}
.proi .proi-more-outer .proi-more-btn .read-more-img .icon {
  opacity: 1;
  transition: 0.5s;
}
.proi .proi-more-outer .proi-more-btn .read-more-img .icon1 {
  opacity: 0;
  transition: 0.5s;
}
.proi .proi-more-outer .proi-more-btn:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.proi .proi-more-outer .proi-more-btn:hover .read-more-dot {
  border-radius: 50%;
}
.proi .proi-more-outer .proi-more-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.proi .proi-more-outer .proi-swiper-btns {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .proi-more-outer .proi-swiper-btns .proi-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #C7000B;
  border: 1px solid #C7000B;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.5s;
}
.proi .proi-more-outer .proi-swiper-btns .proi-swiper-btn:hover {
  background: #C7000B;
  color: #fff;
}
.proi .proi-more-outer .proi-swiper-btns .proi-swiper-btn-next {
  background: #C7000B;
  color: #fff;
}
.proi .alt-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  padding: 12% 0;
}
.workflowi {
  background: url('https://file.global86.cn/fileStore/website_new_v2/qianfeng/qianfeng/used/workflowi-back.jpg') repeat;
  background-size: contain;
  overflow: hidden;
}
.workflowi .indexPage-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.workflowi .indexPage-inner .workflowi-left {
  width: calc(100% - 300px);
}
.workflowi .indexPage-inner .workflowi-left .indexPage-title {
  color: #FFFFFF;
}
.workflowi .indexPage-inner .workflowi-left .workflowi-info {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 12px;
  line-height: 26px;
}
.workflowi .indexPage-inner .public-more {
  transform: translateY(20px);
}
.workflowi .indexPage-inner .workflowi-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one {
  width: calc((100% - 80px) / 2);
  padding: 62px 0 23px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-img {
  width: 110px;
  height: 92px;
  position: relative;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-img .default {
  opacity: 1;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-img .actvie {
  opacity: 0;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text {
  width: calc(95% - 110px);
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text .workflowi-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text .workflowi-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 10px;
  opacity: 0.5;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one-active .workflowi-img .default {
  opacity: 0;
}
.workflowi .indexPage-inner .workflowi-main .workflowi-one-active .workflowi-img .actvie {
  opacity: 1;
}
.abouti {
  display: flex;
  overflow: hidden;
}
.abouti .abouti-left {
  width: 50%;
}
.abouti .abouti-left .abouti-left-main {
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouti .abouti-left .abouti-left-logo {
  width: 100%;
  background: #C7000B;
  padding: 10% 60px;
}
.abouti .abouti-left .abouti-left-logo img {
  max-width: 100%;
  display: block;
}
.abouti .abouti-left .abouti-left-texts {
  padding: 80px 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouti .abouti-left .abouti-left-texts .abouti-left-title-top {
  padding-right: 60px;
  margin-bottom: 14%;
}
.abouti .abouti-left .abouti-left-texts .indexPage-desc {
  margin: 14px 0 20px;
}
.abouti .abouti-left .abouti-left-other {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.abouti .abouti-left .abouti-left-other .abouti-left-nums {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
}
.abouti .abouti-left .abouti-left-other .abouti-num-one {
  width: 50%;
  margin-top: 8%;
}
.abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count {
  display: flex;
  align-items: flex-start;
}
.abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-count {
  font-weight: bold;
  font-size: 72px;
  color: #C7000B;
  line-height: 74px;
  font-family: 'Montserrat-Medium';
  margin-right: 8px;
}
.abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-unit {
  font-weight: 400;
  font-size: 36px;
  color: #C7000B;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.abouti .abouti-left .abouti-left-other .abouti-left-video {
  cursor: pointer;
  width: 300px;
  height: 180px;
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.abouti .abouti-left .abouti-left-other .abouti-left-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.abouti .abouti-left .abouti-left-other .abouti-left-video .play {
  width: 58px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.abouti .abouti-left .abouti-left-other .abouti-left-video3 {
  display: none;
}
.abouti .abouti-left .abouti-left-other .abouti-left-video1 {
  display: block;
}
.abouti .abouti-right {
  width: 50%;
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouti .abouti-right .abouti-right-img {
  width: 100%;
  overflow: hidden;
}
.abouti .abouti-right .abouti-right-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.abouti .abouti-right .abouti-right-img:hover img {
  transform: scale(1.1);
}
.abouti .abouti-right .abouti-right-honor {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: 4%;
}
.abouti .abouti-right .abouti-right-honor .honor-swiper {
  width: 100%;
}
.abouti .abouti-right .abouti-right-honor .abouti-honor-img {
  width: 30%;
  margin-right: 5%;
  overflow: hidden;
  border-radius: 10px;
}
.abouti .abouti-right .abouti-right-honor .abouti-honor-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-right .abouti-right-honor .abouti-honor-img:hover img {
  transform: scale(1.05);
}
.abouti .abouti-right .abouti-right-honor .abouti-honor-img:nth-of-type(3) {
  margin-right: 0;
}
.abouti .abouti-right .abouti-left-video {
  cursor: pointer;
  width: 300px;
  height: 180px;
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.abouti .abouti-right .abouti-left-video .play {
  width: 58px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.abouti .abouti-right .abouti-left-video2 {
  display: none;
}
.servicei {
  background: #1b2c34 url('https://file.global86.cn/fileStore/website_new_v2/qianfeng/qianfeng/used/service-back.jpg') no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.servicei .indexPage-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.servicei .indexPage-inner .servicei-left {
  width: 50%;
}
.servicei .indexPage-inner .indexPage-title {
  color: #FFFFFF;
}
.servicei .indexPage-inner .servicei-info {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 12px;
  line-height: 26px;
}
.servicei .indexPage-inner .indexPage-desc {
  width: 50%;
  color: #FFFFFF;
  opacity: 0.85;
  transform: translateY(-4px);
  max-width: 600px;
}
.servicei .indexPage-inner .servicei-steps {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  background: #2C3F48;
  padding: 3.5%;
  border-radius: 20px;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-icon {
  width: 38px;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-p {
  width: calc(100% - 38px - 12px);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  transform: translateY(0);
  transition: 0.5s;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one:hover .servicei-step-title .servicei-step-icon img {
  transform: rotateY(360deg);
}
.servicei .indexPage-inner .servicei-steps .servicei-step-one:hover .servicei-step-title .servicei-step-p {
  transform: translateY(-6px);
}
.servicei .indexPage-inner .servicei-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicei .indexPage-inner .servicei-more .public-more {
  background: #FFFFFF;
}
.servicei .indexPage-inner .servicei-more .public-more .read-more-dot {
  background: #C7000B;
}
.servicei .indexPage-inner .servicei-more .public-more .read-more-p {
  color: #C7000B;
}
.servicei .indexPage-inner .servicei-more .public-more .read-more-p::before {
  color: #C7000B;
}
.read-more {
  width: 160px;
  height: 42px;
  background: #ED1C24;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
}
.read-more .read-more-p {
  position: relative;
  transition: 0.5s;
}
.read-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@media only screen and (max-width: 1920px) {
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    transform: translateX(11%);
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    padding: 5% 14%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one {
    width: 270px;
  }
  .abouti .abouti-left .abouti-left-texts .abouti-left-title-top {
    margin-bottom: 0;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner {
    padding: 220px 0 40px;
  }
}
@media only screen and (max-width: 1800px) {
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-count {
    font-size: 62px;
    line-height: 68px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one {
    width: 240px;
  }
}
@media (max-width: 1681px) {
  .banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
    font-size: 40px;
    line-height: 54px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-video {
    width: 200px;
    height: auto;
    aspect-ratio: 1.66666667;
    border-radius: 6px;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-outer {
    height: calc(100% - 202px);
  }
  .servicei .indexPage-inner .servicei-left {
    width: 40%;
  }
  .servicei .indexPage-inner .indexPage-desc {
    width: 60%;
  }
  .capabilityi .capabilityi-main .capabilityi-one .capabilityi-title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 14px;
  }
  .capabilityi {
    padding-bottom: 60px;
  }
  .banner .banner-main .banner-fixed {
    padding-bottom: 202px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    transform: translateX(12%);
    width: 74%;
  }
}
@media only screen and (max-width: 1679px) {
  .proi .proi-classifys .proi-classifys-one {
    font-size: 16px;
  }
  .proi .proi-swiper .proi-one .proi-one-title .proi-one-text {
    font-size: 16px;
  }
  .proi .proi-swiper {
    margin: 50px 0;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-count {
    font-size: 52px;
    line-height: 60px;
  }
  .abouti .abouti-left .abouti-left-texts {
    padding: 10% 0 0 5%;
  }
  .abouti .abouti-right .abouti-right-honor {
    padding: 0 5%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one {
    width: 50%;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1441px) {
  .banner .banner-main .banner-show .banner-other-swiper .banner-video .play {
    width: 40px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
    font-size: 32px;
    line-height: 48px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    width: 60%;
    transform: translateX(2%);
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-btn {
    width: 340px;
    height: 46px;
    font-size: 14px;
    line-height: 26px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-video {
    width: 170px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-up {
    margin-top: 16px;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner {
    padding: 160px 0 40px;
  }
  .banner .banner-main .banner-fixed {
    width: 72%;
  }
  .proi .proi-swiper {
    margin: 36px 0;
  }
  .proi .proi-info {
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 14px;
  }
  .proi .proi-swiper .proi-one .proi-one-title {
    width: calc(100% - 18%);
  }
  .abouti .abouti-left .abouti-left-logo {
    padding: 6% 6%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video {
    width: 240px;
    height: 144px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-nums {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 1367px) {
  .banner .banner-main .banner-show .banner-dom .indexPage-outer {
    height: calc(100% - 120px);
  }
  .capabilityi {
    margin-top: -80px;
  }
  .banner .banner-main .banner-fixed {
    padding-bottom: 120px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    transform: translateX(-2%);
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    height: 78%;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .capabilityi .capabilityi-main {
    flex-wrap: wrap;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-count {
    font-size: 42px;
    line-height: 50px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-unit {
    font-size: 28px;
    line-height: 30px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
    font-size: 16px;
    line-height: 26px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1350px) {
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-btn {
    width: 310px;
    height: 46px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 26px;
    margin: 4px auto 18px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-icons .fixed-icon1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner {
    padding: 14% 0 40px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
    font-size: 22px;
    line-height: 38px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-up {
    margin-top: 18px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one {
    width: calc((100% - 52px) / 3);
    margin-bottom: 24px;
    padding: 3%;
    border-radius: 12px;
  }
  .servicei .indexPage-inner .servicei-info {
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-icon {
    width: 32px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-p {
    font-size: 16px;
    width: calc(100% - 32px - 12px);
  }
}
@media only screen and (max-width: 1281px) {
  .workflowi .indexPage-inner .workflowi-main .workflowi-one {
    width: calc((100% - 50px) / 2);
    padding: 30px 0 30px;
  }
  .workflowi .indexPage-inner .public-more {
    transform: translateY(0px);
  }
  .workflowi .indexPage-inner .workflowi-left .workflowi-info {
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1278px) {
  .capabilityi .capabilityi-main {
    justify-content: center;
  }
  .capabilityi .capabilityi-main .capabilityi-one {
    width: 30%;
    margin: 0 1.66%;
  }
  .proi .public-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .proi .proi-classifys .proi-classifys-one {
    padding: 18px 5px;
  }
  .proi .proi-texts {
    position: relative;
  }
  .proi .proi-classifys {
    width: 100%;
  }
  .proi .indexPage-inner {
    flex-wrap: wrap;
  }
  .proi .proi-texts {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .abouti .abouti-right .abouti-left-video2 {
    display: block;
    margin-top: 4%;
  }
  .abouti .abouti-right .abouti-right-honor {
    padding: 0 60px 0 0;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video1 {
    display: none;
  }
  .abouti .abouti-left .abouti-left-other {
    flex-wrap: wrap;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-nums {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    width: 80%;
    height: 70%;
  }
  .banner .banner-main .banner-fixed {
    align-items: center;
    padding-bottom: 0;
  }
  .workflowi .indexPage-inner .workflowi-main {
    margin-top: 20px;
  }
  .servicei .indexPage-inner .servicei-left {
    width: 100%;
  }
  .servicei .indexPage-inner .indexPage-desc {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .servicei .indexPage-inner .servicei-steps {
    margin-top: 30px;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one {
    width: calc((100% - 30px) / 2);
    padding: 26px 0 26px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-other-texts {
    padding-right: 50%;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
    overflow: hidden;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-cur-num {
    bottom: -5%;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-cur {
    bottom: -5%;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-video {
    margin-bottom: 5%;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner {
    padding: 15% 0 15%;
  }
  .banner .banner-main {
    height: auto;
    overflow: hidden;
  }
  .proi .proi-swiper {
    margin: 30px 0 40px;
  }
  .proi .proi-swiper .proi-one .proi-one-title .proi-one-text {
    width: 100%;
    font-size: 14px;
  }
  .proi .proi-swiper .proi-one .proi-one-title .proi-one-more {
    margin: 14px auto 0;
    font-size: 12px;
    line-height: 22px;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-bottom {
    right: 5%;
    bottom: 100px;
  }
  .capabilityi {
    margin-top: -80px;
    padding: 0 0 42px;
  }
  .proi .proi-swiper .proi-one .proi-one-title .proi-one-more img {
    width: 12px;
  }
  .proi .proi-swiper .proi-one .proi-one-title {
    flex-wrap: wrap;
    text-align: center;
  }
  .proi .proi-classifys .proi-classifys-one {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .abouti {
    flex-wrap: wrap;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-nums {
    width: 55%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video1 {
    width: 36%;
  }
  .abouti .abouti-right .abouti-right-img {
    max-width: 600px;
    margin: 0 auto;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video .play {
    width: 44px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-count .num-count {
    font-size: 34px;
    line-height: 44px;
  }
  .abouti .abouti-left .abouti-left-logo {
    padding: 4% 6%;
  }
  .abouti .abouti-left .abouti-left-logo img {
    max-width: 500px;
    margin: 0 auto;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video1 {
    display: block;
    margin: 40px auto 0;
    height: auto;
    aspect-ratio: 1.66666667;
  }
  .abouti .abouti-right .abouti-left-video2 {
    display: none;
  }
  .abouti .abouti-right .abouti-right-honor {
    padding: 0 6%;
  }
  .abouti .abouti-left {
    padding-top: 0;
    width: 100%;
  }
  .abouti .abouti-right {
    width: 100%;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one {
    width: calc((100% - 22px) / 2);
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
@media (max-width: 1000px) {
  .workflowi .indexPage-inner .workflowi-main .workflowi-one {
    flex-wrap: wrap;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-img {
    margin: 0 auto 10px;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text {
    width: 100%;
  }
  .abouti .abouti-left .abouti-left-texts .abouti-left-title-top {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 821px) {
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    width: 90%;
    height: 70%;
  }
  .banner .banner-main .banner-fixed {
    width: 70%;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner {
    padding: 5% 17%;
    transform: translateX(16%);
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-btn {
    width: auto;
    height: 42px;
    padding: 0 24px;
    margin: 0px auto 12px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-up {
    margin-top: 6px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-video .play {
    width: 32px;
  }
  .banner .banner-main .banner-show .banner-dom .indexPage-inner .banner-bottom {
    right: 0;
    bottom: 72px;
  }
  .banner .banner-main .banner-show .banner-other-swiper .banner-video {
    width: 150px;
  }
  .banner .banner-main .banner-fixed .banner-fixed-inner .banner-fixed-con {
    transform: translate(-4%, 10%);
  }
  .proi .proi-more-outer .proi-more-btn {
    width: auto;
    padding: 0 32px 0 20px;
    height: 42px;
    background-size: 100% 100%;
  }
  .proi .proi-more-outer .proi-more-btn .read-more-p {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
  .capabilityi .capabilityi-main .capabilityi-one .capabilityi-icon img {
    max-width: 96px;
    width: 100%;
  }
  .capabilityi .capabilityi-main .capabilityi-one:nth-last-of-type(1) {
    width: 100%;
    margin: 0 0;
  }
  .bannerM {
    display: block;
    margin-top: 50px;
  }
  .capabilityi {
    margin-top: 0;
    padding: 32px 0;
  }
  .bannerM .bannerM-slide .bannerM-word .banner-other-texts .bannerIntro {
    margin-top: 16px;
  }
  .capabilityi .capabilityi-main .capabilityi-one {
    width: 48%;
    margin: 0 1%;
  }
  .bannerM .bannerM-slide .bannerM-word .banner-other-texts .public-more {
    display: none;
  }
  .capabilityi .capabilityi-main .capabilityi-one .capabilityi-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .capabilityi .capabilityi-main .capabilityi-one .capabilityi-title {
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 8px;
  }
  .proi .public-more {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .proi .proi-classifys .proi-classifys-one {
    width: 33.33%;
    font-size: 12px;
    padding: 12px 4px;
  }
  .proi .proi-swiper .proi-one {
    width: 230px;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video1 {
    display: none;
  }
  .abouti .abouti-left .abouti-left-logo img {
    max-width: 100%;
  }
  .abouti .abouti-left .abouti-left-other {
    padding-right: 6%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-video3 {
    display: block;
    margin: 28px auto 0;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1.66666667;
  }
  .abouti .abouti-left .abouti-left-other .abouti-left-nums {
    width: 100%;
  }
  .abouti .abouti-left .abouti-left-other .abouti-num-one .abouti-num-desc {
    font-size: 12px;
    line-height: 22px;
    padding-right: 6px;
  }
  .workflowi .indexPage-inner .workflowi-left {
    width: calc(100% - 200px);
  }
  .servicei .indexPage-inner .servicei-steps {
    margin-top: 16px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one {
    width: 100%;
    padding: 18px 20px;
  }
  .servicei .indexPage-inner .indexPage-desc {
    margin-top: 14px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title {
    margin-bottom: 8px;
  }
  .servicei .indexPage-inner .servicei-steps .servicei-step-one .servicei-step-title .servicei-step-p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 641px) {
  .abouti .abouti-right .abouti-right-honor .abouti-honor-img {
    width: 215px;
  }
  .workflowi .indexPage-inner .workflowi-left {
    width: 100%;
    margin-bottom: 22px;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one {
    width: 100%;
    padding: 20px 0 22px;
  }
  .workflowi .indexPage-inner .workflowi-left .workflowi-info {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text .workflowi-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .workflowi .indexPage-inner .workflowi-main {
    margin-top: 0;
  }
  .workflowi .indexPage-inner .workflowi-main .workflowi-one .workflowi-text .workflowi-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 521px) {
  .proi .proi-more-outer .proi-more-btn .read-more-p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 431px) {
  .bannerM {
    margin-top: 42px;
  }
  .proi .proi-classifys .proi-classifys-one {
    width: 50%;
  }
}
@media only screen and (max-width: 396px) {
  .bannerM .bannerM-slide .bannerM-word .banner-other-texts {
    font-size: 14px;
    line-height: 24px;
  }
  .bannerM .bannerM-slide .bannerM-word .banner-video {
    width: 94px;
  }
}
</pre></body></html>