.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 75px;
  width: 100%;
  text-transform: uppercase;
  font-family: 'SourceHanSansSC-Medium';
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 38px;
  width: 100%;
  text-transform: uppercase;
  font-family: 'SourceHanSansSC-Medium';
  margin: 35px 0 55px;
}
.banner .bannerSwiper .banner-swiper-slide .public-btn .banner-more-inner {
  background: #FE5E08;
}
.banner .bannerSwiper .banner-swiper-slide .public-btn::after {
  background: #FE5E08;
}
.banner .bannerSwiper .banner-swiper-slide .public-btn:hover .banner-more-inner {
  background: #0451CB;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner-bottom {
  position: absolute;
  z-index: 12;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-outer {
  width: 100%;
  display: flex;
  padding: 0 8%;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 60px;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::after {
  width: 110%;
  height: 110%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  background: #FE5E08;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: transparent;
  border: 1px solid #FE5E08;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.indexTitle h1 {
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 42px;
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}
.indexIntro {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'SourceHanSansSC-Medium';
}
.proi {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/proi-dot.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.proi .proi-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.proi .proi-inner .proi-title {
  width: 50%;
}
.proi .proi-inner .proi-title .proi-desc {
  margin-top: 25px;
}
.proi .proi-inner .proi-more .public-btn {
  width: auto;
}
.proi .proi-types {
  width: 100%;
  margin: 40px 0 42px;
}
.proi .proi-types .proi-type-swiper {
  width: 100%;
}
.proi .proi-types .proi-type-slide {
  width: 166px;
  margin-right: 40px;
  cursor: pointer;
}
.proi .proi-types .proi-type-slide .proi-type-icon {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(4, 81, 203, 0.3);
  position: relative;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default {
  opacity: 1;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default polygon {
  fill: none;
  stroke: rgba(4, 81, 203, 0.8);
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default path {
  fill: none;
  stroke: rgba(4, 81, 203, 0.8);
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default line {
  stroke: rgba(4, 81, 203, 0.8);
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default rect {
  stroke: rgba(4, 81, 203, 0.8);
  stroke-width: 3px;
  fill: none;
}
.proi .proi-types .proi-type-slide .proi-type-icon .default polyline {
  stroke: rgba(4, 81, 203, 0.8);
  stroke-width: 3px;
  fill: none;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active {
  opacity: 0;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active polygon {
  fill: none;
  stroke: #0451cb;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active rect {
  stroke: #0451cb;
  stroke-width: 3px;
  fill: none;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active path {
  fill: none;
  stroke: #0451cb;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active line {
  stroke: #0451cb;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active polyline {
  stroke: #0451cb;
  stroke-width: 3px;
  fill: none;
}
.proi .proi-types .proi-type-slide .proi-type-icon .active .polygon1 {
  fill: #0451cb;
}
.proi .proi-types .proi-type-slide .proi-type-icon svg {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: scale-down;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}
.proi .proi-types .proi-type-slide .proi-type-title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
  transition: 0.5s;
}
.proi .proi-types .proi-type-slide:hover .proi-type-icon {
  border: 1px solid #0451cb;
}
.proi .proi-types .proi-type-slide:hover .proi-type-icon .default {
  opacity: 0;
}
.proi .proi-types .proi-type-slide:hover .proi-type-icon .active {
  opacity: 1;
}
.proi .proi-types .proi-type-slide:hover .proi-type-title {
  color: #0451CB;
}
.proi .proi-types .proi-type-slide-active .proi-type-icon {
  border: 1px solid #0451cb;
}
.proi .proi-types .proi-type-slide-active .proi-type-icon .default {
  opacity: 0;
}
.proi .proi-types .proi-type-slide-active .proi-type-icon .active {
  opacity: 1;
}
.proi .proi-types .proi-type-slide-active .proi-type-title {
  color: #0451CB;
}
.proi .proi-types .proi-type-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-types .proi-type-slide:nth-of-type(1) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(1) .proi-type-icon .active .cls-3 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(1) .proi-type-icon .active .cls-2 {
  clip-path: url(#clip-path5);
}
.proi .proi-types .proi-type-slide:nth-of-type(1) .proi-type-icon .active .cls-3 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.proi .proi-types .proi-type-slide:nth-of-type(2) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(2) .proi-type-icon .active .cls-2 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(2) .proi-type-icon .active .cls-2 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.proi .proi-types .proi-type-slide:nth-of-type(2) .proi-type-icon .active .cls-3 {
  clip-path: url(#clip-path1);
}
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-3,
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-4 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-2 {
  clip-path: url(#clip-path2);
}
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-3,
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-4 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
}
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-3 {
  stroke-width: 2px;
}
.proi .proi-types .proi-type-slide:nth-of-type(3) .proi-type-icon .active .cls-4 {
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide:nth-of-type(4) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(4) .proi-type-icon .active .cls-3 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(4) .proi-type-icon .active .cls-2 {
  clip-path: url(#clip-path3);
}
.proi .proi-types .proi-type-slide:nth-of-type(4) .proi-type-icon .active .cls-3 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.proi .proi-types .proi-type-slide:nth-of-type(5) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(5) .proi-type-icon .active .cls-3 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(5) .proi-type-icon .active .cls-2 {
  fill: #0451cb;
}
.proi .proi-types .proi-type-slide:nth-of-type(5) .proi-type-icon .active .cls-3 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-types .proi-type-slide:nth-of-type(6) .proi-type-icon .active .cls-1,
.proi .proi-types .proi-type-slide:nth-of-type(6) .proi-type-icon .active .cls-3 {
  fill: none;
}
.proi .proi-types .proi-type-slide:nth-of-type(6) .proi-type-icon .active .cls-2 {
  clip-path: url(#clip-path4);
}
.proi .proi-types .proi-type-slide:nth-of-type(6) .proi-type-icon .active .cls-3 {
  stroke: #0451CB;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.proi .proi-list {
  width: 100%;
  overflow: visible;
  position: relative;
}
.proi .proi-list .producti-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  z-index: 12;
}
.proi .proi-list .producti-btn .producti-btn-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #0451CB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-list .producti-btn .icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.proi .proi-list .producti-btn .icon img {
  transition: 0.5s;
}
.proi .proi-list .producti-btn .icon .default {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translateX(0);
  transition: 0.5s;
}
.proi .proi-list .producti-btn .icon .active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.proi .proi-list .producti-btn:hover {
  background: #0451CB;
}
.proi .proi-list .producti-btn-prev {
  left: -30px;
}
.proi .proi-list .producti-btn-prev .icon {
  transform: rotateZ(90deg);
}
.proi .proi-list .producti-btn-prev .icon .active {
  top: -50%;
}
.proi .proi-list .producti-btn-prev:hover .icon .default {
  transform: translateY(100%);
}
.proi .proi-list .producti-btn-prev:hover .icon .active {
  top: 50%;
}
.proi .proi-list .producti-btn-next {
  right: -30px;
}
.proi .proi-list .producti-btn-next .icon {
  transform: rotateZ(-90deg);
}
.proi .proi-list .producti-btn-next .icon .active {
  top: -150%;
}
.proi .proi-list .producti-btn-next:hover .icon .default {
  transform: translateY(100%);
}
.proi .proi-list .producti-btn-next:hover .icon .active {
  top: 50%;
}
.proi .proi-list .proi-data-swiper {
  width: 100%;
  position: relative;
}
.proi .proi-list .proi-data-one {
  width: calc((100% - 42px) / 2);
  margin-right: 42px;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/proi-data-cover.png') no-repeat;
  background-size: cover;
  transition: 0.5s;
  height: auto;
}
.proi .proi-list .proi-data-one .proi-data-one-dom {
  position: relative;
  display: block;
}
.proi .proi-list .proi-data-one .proi-data-one-dom .proi-data-one-cover {
  width: 100%;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-list .proi-data-one .proi-data-one-dom .proi-data-one-cover img {
  width: 100%;
  display: block;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-list .proi-data-one .proi-data-one-dom .logo-cai {
  width: 136px;
  height: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.5s;
}
.proi .proi-list .proi-data-one .proi-data-one-title {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.proi .proi-list .proi-data-one .proi-data-one-title .text::first-letter {
  text-transform: uppercase;
}
.proi .proi-list .proi-data-one:hover .proi-data-one-title {
  color: #FE5E08;
}
.proi .proi-list .proi-data-one:hover .proi-data-one-dom .proi-data-one-cover img {
  transform: scale(1.05);
}
.proi .proi-list .proi-data-one:hover .proi-data-one-dom .logo-cai {
  top: 0;
  left: 0;
}
.proi .proi-list .proi-data-no {
  background: transparent;
  width: 100%;
}
.proi .proi-list .proi-data-no .nodata {
  font-size: 26px;
  color: #222222;
  line-height: 36px;
  margin: 40px 0;
  text-align: center;
  width: 100%;
}
.proi .proi-list .proi-one-opacity {
  opacity: 0;
}
.proi .proi-list .proi-data-one:nth-last-of-type(1) {
  margin-right: 0;
}
.webgl-container {
  width: 100%;
  height: 100%;
}
#globe-3d,
#globe-2d-overlay,
#globe-popup-overlay,
.globe-popup {
  display: block;
  position: absolute;
}
#globe-2d-overlay,
#globe-popup-overlay {
  pointer-events: none;
}
.globe-popup {
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  color: #111;
  font-family: sans-serif;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
  filter: drop-shadow(0px 0px 3px #555555);
}
.abouti {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/abouti-back.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.abouti .abouti-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-inner .abouti-title .abouti-underline h1 {
  color: #FFFFFF;
}
.abouti .abouti-inner .abouti-main {
  width: 70%;
}
.abouti .abouti-inner .abouti-main .abouti-desc {
  width: 100%;
}
.abouti .abouti-inner .abouti-main .indexDesc {
  color: #fff;
}
.abouti .abouti-inner .abouti-main .abouti-imgs {
  width: 100%;
  margin: 50px 0;
  display: flex;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honors {
  display: flex;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honor-img {
  width: 135px;
  margin-right: 38px;
  aspect-ratio: 0.72192513;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honor-img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honor-img:hover img {
  transform: scale(1.05);
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video {
  width: 300px;
  cursor: pointer;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-inner {
  width: 100%;
  background: #0A1C3D;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  aspect-ratio: 2;
  position: relative;
  overflow: hidden;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-inner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-inner .video-mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-inner .video-mask .play-video {
  width: 60px;
  height: 60px;
  background: #FF5F08;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-inner .video-mask .play-video svg {
  width: 26px;
  height: 24px;
}
.abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 16px;
  display: block;
}
.abouti .abouti-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20%;
  position: relative;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-unit {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 18px;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-top {
  display: flex;
  align-items: flex-end;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 56px;
  font-family: 'Montserrat-Bold';
  margin-right: 10px;
  display: flex;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
  font-weight: bold;
  font-size: 50px;
  font-family: 'SourceHanSansSC-Medium';
}
.abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-add {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-top .add {
  font-weight: 500;
  font-size: 24px;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(1) {
  padding-right: 6%;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(2) {
  padding: 0 6%;
  position: relative;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(3) {
  padding: 0 6%;
  position: relative;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  right: 0;
}
.abouti .abouti-nums .abouti-num-one:nth-of-type(4) {
  padding-left: 6%;
}
.casei .casei-underline {
  text-align: center;
  margin-bottom: 48px;
}
.casei .casei-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.casei .casei-desc .casei-text {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.casei .casei-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.casei .casei-list .casei-one {
  margin-top: 28px;
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
.casei .casei-list .casei-one .casei-cover {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.4;
}
.casei .casei-list .casei-one .casei-cover img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
}
.casei .casei-list .casei-one .casei-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  margin-top: 18px;
  transition: 0.5s;
  font-family: 'SourceHanSansSC-Medium';
}
.casei .casei-list .casei-one:hover .casei-cover img {
  transform: scale(1.05);
}
.casei .casei-list .casei-one:hover .casei-title {
  color: #FF5F08;
}
.casei .casei-list .casei-one:nth-of-type(4n) {
  margin-right: 0;
}
.servicei {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/servicei-back.png') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.servicei .earth-dot {
  width: 13px;
  height: 13px;
  background: #0451CB;
  border-radius: 50%;
  margin-right: 9px;
}
.servicei .servicei-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicei .servicei-top .servicei-title {
  width: 50%;
  padding-bottom: 100px;
}
.servicei .servicei-top .servicei-title .servicei-underline h1 {
  color: #FFFFFF;
}
.servicei .servicei-top .servicei-title .servicei-desc {
  margin: 30px 0 40px;
}
.servicei .servicei-top .servicei-title .servicei-desc .indexDesc {
  color: #fff;
}
.servicei .servicei-top .servicei-title .servicei-more .public-btn::after {
  background: transparent;
}
.servicei .servicei-top .servicei-title .servicei-more .public-btn .banner-more-inner {
  border: 1px solid #EAF2FF;
  background: transparent;
}
.servicei .servicei-top .servicei-title .servicei-more .public-btn:hover .banner-more-inner {
  background: #FF5F08;
  border: 1px solid #FF5F08;
}
.servicei .servicei-top .servicei-title .servicei-more .public-btn:hover::after {
  background: #0451CB;
}
.servicei .servicei-top .servicei-earth {
  width: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicei .servicei-top .servicei-earth .earth-dom {
  width: 100%;
  height: 100%;
  position: relative;
}
.servicei .servicei-top .servicei-earth .market-map-other {
  position: absolute;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.servicei .servicei-top .servicei-earth .market-map-other .market-map-dot {
  width: 100%;
  height: 100%;
  position: relative;
}
.servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: auto;
  top: -100%;
  padding: 5px 14px 5px 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #0451CB;
  line-height: 24px;
  white-space: nowrap;
  background: #EAF2FF;
  border-radius: 19px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-li {
  width: 13px;
  height: 13px;
  background: #0451CB;
  border-radius: 50%;
  margin-right: 6px;
}
.servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-text {
  transform: translateY(-1px);
  transition: 0.5s;
}
.servicei .servicei-top .servicei-earth .market-map-other .map-dot {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.servicei .servicei-top .servicei-earth .market-map-other .map-dot .dot-dom {
  width: 100%;
  height: 100%;
  background: #D7E6FF;
  border-radius: 50%;
}
.servicei .servicei-top .servicei-earth .market-map-other::after {
  width: 100%;
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #D7E6FF;
  animation: ani-map 2.2s infinite;
}
.servicei .servicei-top .servicei-earth .market-map-other::before {
  width: 100%;
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #D7E6FF;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ani-map 2.2s infinite 1s;
}
.servicei .servicei-top .servicei-earth .market-map-other:nth-of-type(1) {
  top: 20%;
  left: 40%;
}
.servicei .servicei-top .servicei-earth .market-map-other:nth-of-type(2) {
  top: 38%;
  left: 52%;
}
.servicei .servicei-top .servicei-earth .market-map-other:nth-of-type(3) {
  top: 45%;
  left: 23%;
}
.servicei .servicei-top .servicei-earth .market-map-other:nth-of-type(4) {
  top: 40%;
  left: 2%;
}
.servicei .servicei-top .servicei-earth .market-map-other:nth-of-type(5) {
  top: 39%;
  left: 40%;
}
.servicei .servicei-top .servicei-earth .market-map-other-active .market-map-dot .map-dot-val {
  top: -120%;
  opacity: 1;
  z-index: 222;
}
.servicei .servicei-top .servicei-earth .market-map-other-show {
  top: 39%;
  left: 40%;
  position: absolute;
  width: 13px;
  height: 13px;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot {
  width: 100%;
  height: 100%;
  position: relative;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: auto;
  padding: 5px 14px 5px 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #0451CB;
  line-height: 24px;
  white-space: nowrap;
  background: #EAF2FF;
  border-radius: 19px;
  top: -120%;
  opacity: 1;
  z-index: 200;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val .map-dot-val-li {
  width: 13px;
  height: 13px;
  background: #0451CB;
  border-radius: 50%;
  margin-right: 6px;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val .map-dot-val-text {
  transition: 0.5s;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .map-dot {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.servicei .servicei-top .servicei-earth .market-map-other-show .map-dot .dot-dom {
  width: 100%;
  height: 100%;
  background: #D7E6FF;
  border-radius: 50%;
}
.servicei .servicei-top .servicei-earth .market-map-other-show::after {
  width: 100%;
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #D7E6FF;
  animation: ani-map 2.2s infinite;
}
.servicei .servicei-top .servicei-earth .market-map-other-show::before {
  width: 100%;
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #D7E6FF;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ani-map 2.2s infinite 1s;
}
.servicei .servicei-top .servicei-earth .earth-dom-img {
  display: block;
  width: 100%;
}
.servicei .servicei-top .servicei-earth .earth {
  width: 100%;
  height: 100%;
}
.servicei .servicei-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -100px;
  z-index: 22;
  position: relative;
}
.servicei .servicei-list .servicei-item {
  padding: 30px 40px;
  background: #EAF2FF;
  border-radius: 20px;
  min-height: 300px;
  width: calc((100% - 60px) / 3);
}
.servicei .servicei-list .servicei-item .servicei-icon {
  width: 60px;
  height: 60px;
  background: #0451CB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicei .servicei-list .servicei-item .servicei-icon img {
  width: 55%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.servicei .servicei-list .servicei-item .servicei-text {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
  margin: 25px 0 15px;
  transition: 0.5s;
}
.servicei .servicei-list .servicei-item .servicei-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.servicei .servicei-list .servicei-item:hover .servicei-icon img {
  transform: rotateY(360deg);
}
.servicei .servicei-list .servicei-item:hover .servicei-text {
  color: #0451CB;
}
@keyframes ani-map {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 400%;
    opacity: 0;
  }
}
@keyframes scroll-ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (max-width: 1918px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 47%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 5%;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val {
    font-size: 16px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-li {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 1598px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
    font-size: 50px;
    line-height: 70px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    margin: 25px 0 50px;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 76px;
  }
  .indexPage-inner {
    width: 100%;
  }
  .casei .casei-list .casei-one {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .casei .casei-list .casei-one .casei-cover {
    border-radius: 12px;
  }
  .servicei .servicei-list .servicei-item .servicei-text {
    font-size: 20px;
  }
  .servicei .servicei-list .servicei-item {
    padding: 30px 32px;
  }
  .casei .casei-desc {
    margin-bottom: 16px;
  }
  .casei .casei-underline {
    margin-bottom: 42px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-outer {
    padding: 0 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 48%;
  }
}
@media only screen and (max-width: 1365px) {
  .casei .casei-underline {
    margin-bottom: 38px;
  }
  .proi .proi-types .proi-type-slide {
    margin-right: 30px;
  }
  .proi .proi-types .proi-type-slide .proi-type-title {
    font-size: 16px;
  }
  .casei .casei-list .casei-one .casei-title {
    font-size: 16px;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs {
    margin: 35px 0;
  }
  .casei .casei-desc {
    margin-bottom: 10px;
  }
  .proi .proi-inner .proi-title .proi-desc {
    margin-top: 18px;
  }
  .indexTitle h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1250px) {
  .servicei .servicei-list .servicei-item {
    padding: 30px 22px;
    width: calc((100% - 45px) / 3);
  }
  .servicei .servicei-list .servicei-item .servicei-text {
    font-size: 18px;
    margin: 18px 0 15px;
  }
  .banner {
    margin-top: 65px;
    height: auto;
    overflow: hidden;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
    font-size: 36px;
    line-height: 58px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    margin: 20px 0 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 52px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-outer {
    padding: 0 0;
  }
  .indexDesc {
    font-size: 14px;
  }
  .proi .proi-types .proi-type-swiper {
    overflow: visible;
  }
  .proi .proi-list .proi-data-one {
    padding: 22px;
  }
  .proi .proi-types .proi-type-slide .proi-type-title {
    font-size: 14px;
    margin-top: 14px;
  }
  .proi .proi-types .proi-type-slide {
    margin-right: 30px;
    width: 130px;
  }
  .proi .proi-list .proi-data-one .proi-data-one-title {
    font-size: 16px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 40px;
    line-height: 42px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 32px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-unit {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-text {
    font-size: 16px;
    margin-top: 13px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .add {
    font-size: 20px;
  }
  .casei .casei-underline {
    margin-bottom: 26px;
  }
  .casei .casei-list .casei-one {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-top: 25px;
  }
  .casei .casei-list .casei-one .casei-title {
    margin-top: 15px;
  }
  .servicei .servicei-top .servicei-title .servicei-desc {
    margin: 24px 0 32px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
  }
}
@media (max-width: 1023px) {
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val {
    font-size: 14px;
    line-height: 20px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-li {
    width: 10px;
    height: 10px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
    font-size: 30px;
    line-height: 46px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    margin: 16px 0 27px;
    font-size: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .public-btn {
    display: none;
  }
  .proi .proi-inner {
    flex-wrap: wrap;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 46px;
  }
  .proi .proi-inner .proi-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .proi .proi-list .proi-data-one .proi-data-one-dom .logo-cai {
    width: 102px;
    height: 27px;
  }
  .proi .proi-list .proi-data-one {
    padding: 16px;
  }
  .proi .proi-list .proi-data-one .proi-data-one-title {
    font-size: 16px;
  }
  .abouti .abouti-inner {
    flex-wrap: wrap;
  }
  .abouti .abouti-inner .abouti-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .abouti .abouti-nums .abouti-num-one {
    width: 50%;
    margin-top: 35px;
    position: relative;
  }
  .abouti .abouti-nums .abouti-num-one:nth-of-type(1) {
    padding: 0 6%;
  }
  .proi .proi-list .proi-data-one {
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
  }
  .casei .casei-underline {
    margin-bottom: 18px;
  }
  .casei .casei-desc {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .casei .casei-desc .casei-text {
    width: 100%;
    margin-bottom: 16px;
  }
  .casei .casei-list .casei-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .casei .casei-list {
    margin: 0 auto;
    max-width: 600px;
  }
  .casei .casei-list .casei-one:nth-of-type(4n) {
    margin-right: 20px;
  }
  .casei .casei-list .casei-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .abouti .abouti-nums .abouti-num-one:nth-of-type(1)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
  }
  .abouti .abouti-nums {
    flex-wrap: wrap;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs {
    margin: 20px 0;
  }
  .abouti .abouti-inner .abouti-main {
    width: 100%;
  }
  .servicei .servicei-list .servicei-item {
    padding: 28px 18px;
    width: calc((100% - 24px) / 3);
  }
  .servicei .servicei-list .servicei-item .servicei-text {
    line-height: 28px;
    margin: 20px 0 15px;
  }
  .servicei .servicei-list {
    margin-top: -50px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val .map-dot-val-li {
    width: 10px;
    height: 10px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 12px 3px 8px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other-show .market-map-dot .map-dot-val .map-dot-val-li {
    width: 9px;
    height: 9px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other {
    width: 10px;
    height: 10px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 12px 3px 8px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-li {
    width: 9px;
    height: 9px;
  }
  .servicei .servicei-top .servicei-earth .market-map-other .market-map-dot .map-dot-val .map-dot-val-text {
    transform: translateY(0);
  }
  .proi .proi-list .proi-data-swiper {
    width: calc(100% - 26px);
    margin: 0 auto;
    overflow: visible;
  }
  .proi .proi-list {
    width: 110%;
    margin-left: -5%;
  }
  .proi .proi-list .producti-btn-prev {
    left: 0;
  }
  .proi .proi-list .producti-btn-next {
    right: 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    margin: 10px 0 23px;
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 30px;
    padding-left: 5%;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::before {
    width: 28px;
    height: 28px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one {
    width: 10px;
    height: 10px;
    margin-right: 45px;
  }
  .indexTitle h1 {
    font-size: 23px;
    line-height: 28px;
  }
  .proi .proi-inner .proi-title .proi-desc {
    margin-top: 14px;
  }
  .proi .proi-inner .proi-title {
    margin-bottom: 20px;
  }
  .proi .proi-types {
    margin: 30px 0 34px;
  }
  .proi .proi-types .proi-type-slide {
    margin-right: 15px;
    width: 125px;
  }
  .proi .proi-types .proi-type-slide .proi-type-title {
    font-size: 14px;
    margin-top: 12px;
  }
  .proi .proi-list .proi-data-one {
    width: 300px;
  }
  .proi .proi-list .proi-data-one .proi-data-one-title {
    font-size: 14px;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honor-img:nth-last-of-type(1) {
    margin-right: 0;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video {
    margin-top: 24px;
  }
  .abouti .abouti-inner .abouti-main .abouti-more {
    display: flex;
    justify-content: center;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-unit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 32px;
    line-height: 32px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .add {
    font-size: 16px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-add {
    font-size: 16px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 24px;
  }
  .casei .casei-list .casei-one .casei-title {
    font-size: 14px;
  }
  .casei .casei-list .casei-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-top: 16px;
  }
  .casei .casei-desc {
    margin-bottom: 16px;
  }
  .casei .casei-list .casei-one:nth-of-type(4n) {
    margin-right: 14px;
  }
  .casei .casei-list .casei-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .servicei .servicei-top .servicei-title {
    width: 100%;
    padding-bottom: 30px;
  }
  .servicei .servicei-top {
    flex-wrap: wrap;
  }
  .servicei .servicei-top .servicei-earth {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .servicei .servicei-list {
    flex-wrap: wrap;
  }
  .servicei .servicei-list .servicei-item {
    width: 100%;
    margin-top: 25px;
    min-height: 0;
  }
  .casei .casei-desc .casei-text {
    margin-bottom: 0;
  }
  .casei .casei-desc {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 641px) {
  .banner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 385px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    margin: 6px 0 0;
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 50%;
  }
  .banner .bannerSwiper .banner-bottom {
    display: none;
  }
  .proi .proi-list .proi-data-one {
    width: 286px;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs .abouti-honor-img {
    margin-right: 22px;
  }
  .abouti .abouti-inner .abouti-main .abouti-imgs .abouti-video .abouti-video-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 27px;
    line-height: 30px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-add {
    font-size: 14px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 18px;
  }
}
