.about-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.about-hero-section .hero-bg .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
  mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
}
.about-hero-section .hero-bg .hero-content {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}
.about-hero-section .hero-bg .hero-content img {
  margin-bottom: 43px;
}
.about-hero-section .hero-bg .hero-content span {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.about-hero-section .hero-bg .hero-content span::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #3666FE;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: -39px;
}
.about-hero-section .hero-bg .hero-content .title-butn {
  padding-top: 115px;
  display: flex;
  align-items: center;
}
.about-hero-section .hero-bg .hero-content .title-butn .title {
  font-size: 18px;
  color: #fff;
  margin-right: 45px;
}
.zhanwang-section {
  width: 100%;
  margin: 0 auto;
  padding: 111px 0;
  padding-bottom: 120px;
}
.zhanwang-section .zhanwang-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.zhanwang-section .header-group {
  margin-bottom: 79px;
}
.zhanwang-section .header-group .main-title {
  font-size: 46px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: baseline;
}
.zhanwang-section .header-group .main-title::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FFD700;
  border-radius: 50%;
  margin-left: 13px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.zhanwang-section .header-group .description {
  font-size: 20px;
  color: #050505;
  line-height: 1.8;
}
.zhanwang-section .header-group .description .highlight {
  color: #002EA6;
  font-weight: 700;
  font-size: 20px;
}
.zhanwang-section .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.zhanwang-section .content-wrapper .stats-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  height: 402px;
  padding-left: 70px;
}
.zhanwang-section .content-wrapper .stats-list .stat-item .stat-value {
  color: #002EA6;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.zhanwang-section .content-wrapper .stats-list .stat-item .stat-value .num {
  font-size: 48px;
  font-weight: 700;
  font-family: BOLD;
}
.zhanwang-section .content-wrapper .stats-list .stat-item .stat-value .unit {
  font-size: 20px;
  font-weight: 500;
  margin-left: 4px;
}
.zhanwang-section .content-wrapper .stats-list .stat-item .stat-label {
  font-size: 18px;
  color: #050505;
}
.zhanwang-section .content-wrapper .video-cover-wrapper {
  position: relative;
  width: 680px;
  height: 402px;
  overflow: hidden;
  border-radius: 50px;
}
.zhanwang-section .content-wrapper .video-cover-wrapper .cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background-color: rgba(0, 46, 166, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn img {
  width: 20px;
  height: 24px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn::before,
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  box-sizing: border-box;
}
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn::before {
  animation: ripple-dashed 2s linear infinite;
}
.zhanwang-section .content-wrapper .video-cover-wrapper .play-btn::after {
  animation: ripple-dashed 2s linear infinite;
  animation-delay: 1.25s;
}
.zhanwang-section .content-wrapper .video-cover-wrapper:hover .cover-img {
  transform: scale(1.05);
}
.zhanwang-section .content-wrapper .video-cover-wrapper:hover .play-btn {
  background-color: #002ea6;
}
.zhanwang-section .content-wrapper .video-cover-wrapper:hover .play-btn svg {
  color: #fff;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.video-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-modal .modal-content {
  position: relative;
  width: 80%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-modal .modal-content video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}
.video-modal .modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s;
}
.video-modal .modal-content .close-btn:hover {
  transform: rotate(90deg);
  color: #002EA6;
}
.origin-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 973px;
  background: url(../image/band/ban6.png) no-repeat;
  background-size: 100% 100%;
}
.origin-section .map-decoration {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.origin-section .map-decoration .dashed-line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}
.origin-section .map-decoration .location-pin {
  position: absolute;
  right: 15%;
  top: -35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.origin-section .map-decoration .location-pin .text {
  color: #002EA6;
  font-weight: bold;
  font-size: 14px;
}
.origin-section .map-decoration .location-pin .pin-icon {
  width: 30px;
  height: 40px;
  background-color: #002EA6;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 51, 153, 0.3);
}
.origin-section .map-decoration .location-pin .pin-icon .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.origin-section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.origin-section .section-header {
  margin-bottom: 140px;
}
.origin-section .section-header .title {
  font-size: 36px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 30px;
}
.origin-section .section-header .desc {
  font-size: 20px;
  color: #050505;
}
.origin-section .card-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.origin-section .card-grid .card-item {
  background-color: #fff;
  border-radius: 50vw 50vw 50px 50px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 0px 25px 0px rgba(220, 220, 220, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  cursor: pointer;
  width: 302px;
  padding-bottom: 30px;
}
.origin-section .card-grid .card-item .img-circle {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.4s ease;
  margin-bottom: 22px;
}
.origin-section .card-grid .card-item .img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.origin-section .card-grid .card-item .info-content h3 {
  font-size: 22px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 15px;
  transition: color 0.3s;
  padding: 0 20px;
}
.origin-section .card-grid .card-item .info-content p {
  font-size: 18px;
  color: #050505;
  line-height: 28px;
  transition: color 0.3s;
  padding: 0 20px;
}
.origin-section .card-grid .card-item:hover {
  background-color: #002EA6;
  transform: translateY(-15px);
}
.origin-section .card-grid .card-item:hover .img-circle img {
  transform: scale(1.1);
}
.origin-section .card-grid .card-item:hover .info-content h3 {
  color: #fff;
}
.origin-section .card-grid .card-item:hover .info-content p {
  color: rgba(255, 255, 255, 0.9);
}
.processing-power-section {
  padding: 100px 0;
  width: 100%;
}
.processing-power-section .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.processing-power-section .section-header {
  margin-bottom: 100px;
}
.processing-power-section .section-header .main-title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 20px;
}
.processing-power-section .section-header .main-title::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FFD700;
  border-radius: 50%;
  margin-left: 13px;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.processing-power-section .section-header .desc {
  font-size: 20px;
  color: #050505;
  line-height: 1.6;
}
.processing-power-section .card-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 40px;
}
.processing-power-section .card-grid .process-card {
  width: 260px;
  text-align: center;
  cursor: pointer;
}
.processing-power-section .card-grid .process-card .img-wrapper {
  width: 100%;
  height: 320px;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.processing-power-section .card-grid .process-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.processing-power-section .card-grid .process-card .text-content .data-row {
  color: #002EA6;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: transform 0.3s ease;
}
.processing-power-section .card-grid .process-card .text-content .data-row .num {
  font-size: 44px;
  letter-spacing: 1px;
  font-family: BOLD;
}
.processing-power-section .card-grid .process-card .text-content .data-row .unit {
  font-size: 20px;
  margin-left: 4px;
  margin-top: 6px;
}
.processing-power-section .card-grid .process-card .text-content .data-row .unit.sup {
  font-size: 16px;
  position: relative;
  top: 0;
}
.processing-power-section .card-grid .process-card .text-content .data-row .unit.arrow {
  font-size: 24px;
  font-weight: normal;
}
.processing-power-section .card-grid .process-card .text-content .card-title {
  font-size: 20px;
  color: #050505;
  font-weight: 700;
  margin-bottom: 13px;
  transition: color 0.3s ease;
}
.processing-power-section .card-grid .process-card .text-content .card-subtitle {
  font-size: 16px;
  color: #5E6770;
}
.processing-power-section .card-grid .process-card:hover .img-wrapper {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(10, 54, 157, 0.2);
}
.processing-power-section .card-grid .process-card:hover .img-wrapper img {
  transform: scale(1.1);
}
.processing-power-section .card-grid .process-card:hover .text-content .data-row {
  transform: scale(1.05);
}
.processing-power-section .card-grid .process-card:hover .text-content .card-title {
  color: #002EA6;
}
.strength-section {
  position: relative;
  width: 100%;
  padding: 128px 0 100px;
  padding-bottom: 40px;
  overflow: hidden;
  background: #F2F7FF;
}
.strength-section .flex_jb {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
}
.strength-section .bg-trophy-watermark {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.strength-section .bg-trophy-watermark img {
  width: 100%;
  display: block;
}
.strength-section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strength-section .text-content {
  margin-bottom: 120px;
}
.strength-section .text-content .main-title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 30px;
}
.strength-section .text-content .main-title::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FFD700;
  border-radius: 50%;
  margin-left: 13px;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.strength-section .text-content .desc-block {
  margin-bottom: 25px;
}
.strength-section .text-content .desc-block .sub-title {
  font-size: 20px;
  color: #050505;
  font-weight: 700;
  margin-bottom: 10px;
}
.strength-section .text-content .desc-block p {
  font-size: 20px;
  color: #050505;
  line-height: 1.8;
  text-align: justify;
}
.strength-section .full-image-wrapper {
  width: 100%;
}
.strength-section .full-image-wrapper .full-img {
  height: auto;
  display: block;
  margin-bottom: 80px;
}
.supply-chain-section {
  width: 100%;
  height: 801px;
  background: url(../image/band/diqiu.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.supply-chain-section .container {
  width: 100%;
  max-width: 1280px;
  height: 801px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.supply-chain-section .text-wrapper {
  width: 900px;
  z-index: 2;
}
.supply-chain-section .text-wrapper .main-title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.supply-chain-section .text-wrapper .desc-content {
  margin-bottom: 100px;
}
.supply-chain-section .text-wrapper .desc-content p {
  font-size: 20px;
  color: #050505;
  line-height: 1.5;
}
.supply-chain-section .text-wrapper .desc-content .underline {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.2;
}
.supply-chain-section .text-wrapper .desc-content .highlight {
  color: #002EA6;
  font-weight: 800;
  font-size: 20px;
}
.supply-chain-section .text-wrapper .stats-row {
  display: flex;
  align-items: center;
}
.supply-chain-section .text-wrapper .stats-row .stat-item .num-group {
  color: #002EA6;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.supply-chain-section .text-wrapper .stats-row .stat-item .num-group .number {
  font-size: 48px;
  color: #002EA6;
}
.supply-chain-section .text-wrapper .stats-row .stat-item .num-group .plus {
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.supply-chain-section .text-wrapper .stats-row .stat-item .label {
  font-size: 18px;
  color: #050505;
}
.supply-chain-section .text-wrapper .stats-row .divider {
  width: 1px;
  height: 50px;
  background-color: #ddd;
  margin: 0 40px;
}
.supply-chain-section .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 542px;
  height: 539px;
}
.supply-chain-section .image-wrapper img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.learn-more-section {
  padding-top: 140px;
  width: 100%;
  background: #F2F7FF;
  padding-bottom: 129px;
}
.learn-more-section .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.learn-more-section .section-title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 70px;
  text-align: left;
}
.learn-more-section .circle-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.learn-more-section .circle-grid .circle-card {
  display: block;
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 46, 166, 0.1);
  transition: box-shadow 0.3s ease;
}
.learn-more-section .circle-grid .circle-card .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.learn-more-section .circle-grid .circle-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.learn-more-section .circle-grid .circle-card .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(10, 54, 157, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}
.learn-more-section .circle-grid .circle-card .overlay-content .card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  transform: translateY(0);
  transition: transform 0.4s ease;
  text-align: center;
}
.learn-more-section .circle-grid .circle-card .overlay-content .icon-arrow {
  width: 20px;
  height: 16px;
  transition: transform 0.4s ease;
}
.learn-more-section .circle-grid .circle-card .overlay-content .icon-arrow img {
  width: 100%;
  height: 100%;
}
.learn-more-section .circle-grid .circle-card:hover {
  box-shadow: 0 15px 40px rgba(10, 54, 157, 0.3);
}
.learn-more-section .circle-grid .circle-card:hover .img-box img {
  transform: scale(1.1);
}
.learn-more-section .circle-grid .circle-card:hover .overlay-content {
  background-color: rgba(10, 54, 157, 0.4);
}
.learn-more-section .circle-grid .circle-card:hover .icon-arrow {
  transform: translateX(10px);
}
.mouse-scroll-icon {
  position: relative;
  width: 25px;
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.mouse-scroll-icon .wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: mouse-bob 1.9s infinite ease-in-out;
}
@keyframes mouse-bob {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.footer {
  margin-top: 0 !important;
}
.footpage {
  background: #F2F7FF;
}
