.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title .sub-title {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: #0454ab;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-title .title-line {
  width: 40px;
  height: 2px;
  background: #0454ab;
  margin: 0 auto 15px;
}
.section-title h2 {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title p {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #0454ab;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

#sectionSwiper {
  height: 100vh;
}

#sectionSwiper .section-slide {
  height: 100vh;
}
#sectionSwiper .section-slide > section {
  height: 100%;
  align-items: center;
  display: flex;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #0a1f3d;
}
.hero-banner .swiper {
  height: 100%;
  width: 100%;
}
.hero-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero-banner .slide_warp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner .p_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-banner .p_img .meidia-box {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.hero-banner .p_img .meidia-box img, .hero-banner .p_img .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner .p_img .meidia-box {
  height: 100%;
  padding-bottom: 0;
}
.hero-banner .p_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  display: flex;
  align-items: center;
  padding: 0 8%;
  box-sizing: border-box;
  pointer-events: none;
}
.hero-banner .p_info_fivebox {
  width: 100%;
  max-width: 90%;
  padding: 0;
  text-align: left;
  pointer-events: auto;
}
.hero-banner .p_btitle {
  font-size: clamp(30px, 3.4vw, 60px);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}
.hero-banner .p_summary {
  font-size: clamp(14px, 1.2vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  max-width: 800px;
  margin-bottom: 30px;
}
.hero-banner .p_button {
  display: inline-block;
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(30.66667px, 2.39583vw, 46px);
  line-height: clamp(30.66667px, 2.39583vw, 46px);
  text-align: center;
  background: #0454ab;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
  text-decoration: none;
}
.hero-banner .p_button:hover {
  background: #033d7a;
}
.hero-banner .swiper-button-next,
.hero-banner .swiper-button-prev {
  top: auto;
  bottom: clamp(13.33333px, 1.04167vw, 20px);
  z-index: 30;
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.hero-banner .swiper-button-next::after,
.hero-banner .swiper-button-prev::after {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.hero-banner .swiper-button-next:hover,
.hero-banner .swiper-button-prev:hover {
  background: #0454ab;
  border-color: #0454ab;
}
.hero-banner .swiper-button-prev {
  left: calc(50% - clamp(43.33333px, 3.38542vw, 65px));
}
.hero-banner .swiper-button-next {
  left: calc(50% + clamp(10px, 0.78125vw, 15px));
  right: auto;
}

.hero-banner .anim-elem {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.6s ease-out;
}

.hero-banner .swiper-slide-active .anim-elem {
  opacity: 1;
  transform: translateY(0);
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(1) {
  transition-delay: 0.38s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(2) {
  transition-delay: 0.88s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(3) {
  transition-delay: 1.38s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(4) {
  transition-delay: 1.88s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(5) {
  transition-delay: 2.38s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(6) {
  transition-delay: 2.88s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(7) {
  transition-delay: 3.38s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(8) {
  transition-delay: 3.88s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(9) {
  transition-delay: 4.38s;
}
.hero-banner .swiper-slide-active .anim-elem:nth-child(10) {
  transition-delay: 4.88s;
}

.container {
  padding: clamp(100px, 7.8125vw, 150px) 0;
  width: 100%;
}

.about-section {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.about-section .about-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.about-section .about-left {
  flex: 1 1 75%;
  box-sizing: border-box;
  padding-right: 15%;
}
.about-section .about-left .about-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about-section .about-left .about-subtitle span:first-child {
  font-size: 20px;
  color: #0454ab;
  font-weight: 700;
}
.about-section .about-left .about-subtitle .about-line {
  display: inline-block;
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: 2px;
  background: #0454ab;
  margin-left: 10px;
}
.about-section .about-left h2 {
  font-size: clamp(38.66667px, 3.02083vw, 58px);
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.about-section .about-left .about-desc p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}
.about-section .about-left .about-btn {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0454ab;
  color: #fff;
  font-size: 16px;
  border-radius: 99px;
  text-decoration: none;
  transition: background 0.3s;
}
.about-section .about-left .about-btn span {
  display: block;
}
.about-section .about-left .about-btn:hover {
  background: #0e76e5;
}
.about-section .about-right {
  flex: 0 0 25%;
}
.about-section .stat-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-section .stat-item {
  padding: 15px 0;
  border-bottom: 1px dashed #0454ab;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-section .stat-item .stat-icon {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  box-sizing: border-box;
  padding: clamp(3.33333px, 0.26042vw, 5px);
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  background: #0454ab;
}
.about-section .stat-item .stat-icon img {
  max-width: 100%;
  height: auto;
}
.about-section .stat-item .stat-number {
  box-sizing: border-box;
  width: calc(100% - clamp(33.33333px, 2.60417vw, 50px));
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  font-weight: 700;
  line-height: 1;
  color: #0454ab;
}
.about-section .stat-item .stat-number .num {
  font-size: clamp(38.66667px, 3.02083vw, 58px);
}
.about-section .stat-item .stat-label {
  padding-left: clamp(36.66667px, 2.86458vw, 55px);
  font-size: 14px;
  color: #333;
}

.products-section {
  background-size: cover;
  background-position: center;
}
.products-section .products-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.products-section .products-top .m-width-content {
  width: 100%;
}
.products-section .products-top .tit-tips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-section .products-top .tit {
  width: 50%;
}
.products-section .products-top .tit h2 {
  font-size: clamp(32px, 2.5vw, 48px);
  color: #fff;
  font-weight: 700;
  margin-top: clamp(10px, 0.78125vw, 15px);
}
.products-section .products-top .tips {
  width: 50%;
}
.products-section .products-top .sub-title {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: clamp(33.33333px, 2.60417vw, 50px);
  position: relative;
  display: inline-block;
}
.products-section .products-top .sub-title::after {
  content: "";
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.products-section .products-top p {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #fff;
  line-height: 1.8;
}
.products-section .products-bottom {
  overflow: hidden;
  max-width: 100vw;
}
.products-section .products-bottom #productsSwiper {
  padding: clamp(40px, 3.125vw, 60px);
}
.products-section .products-bottom #productsSwiper .swiper-wrapper {
  align-items: center;
}
.products-section .products-bottom #productsSwiper .swiper-slide {
  width: auto;
  padding: 10px 0;
}
.products-section .products-bottom #productsSwiper .product-circle {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: transform 0.4s;
}
.products-section .products-bottom #productsSwiper .product-circle:hover {
  transform: translateY(-6px);
}
.products-section .products-bottom #productsSwiper .product-circle:hover .product-img-circle {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.products-section .products-bottom #productsSwiper .product-circle:hover .product-img-circle img {
  transform: scale(1.08);
}
.products-section .products-bottom #productsSwiper .product-circle .product-img-circle {
  width: clamp(213.33333px, 16.66667vw, 320px);
  height: clamp(213.33333px, 16.66667vw, 320px);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: box-shadow 0.4s;
}
.products-section .products-bottom #productsSwiper .product-circle .product-img-circle img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: transform 0.5s;
}
.products-section .products-bottom #productsSwiper .product-circle .product-line {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 auto 12px;
}
.products-section .products-bottom #productsSwiper .product-circle .product-cname {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: #fff;
  font-weight: 500;
  transition: color 0.4s;
  line-height: 1.4;
  max-width: 180px;
  margin: 0 auto;
}

.global-section {
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.global-section .container{
    padding:20px 0;
}
.global-section .sub-title {
  color: #333;
}
.global-section .section-title h2 {
  color: #333;
}
.global-section .section-title p {
  color: #333;
}
.global-section .section-title .title-line {
  background: #333;
}
.global-section .m-width-content {
  width: 100%;
}
.global-section .global-map-wrap {
  margin: 0 auto;
  position: relative;
}
.global-section .global-map-wrap .map-img {
  width: 100%;
  height: auto;
}
.global-section .global-box {
  position: relative;
}
.global-section .global-box .country-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.global-section .global-box .country-list .li {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
  z-index: 10;
  cursor: pointer;
}
.global-section .global-box .country-list .li.active, .global-section .global-box .country-list .li:hover {
  z-index: 13;
}
.global-section .global-box .country-list .li.active .li-tops, .global-section .global-box .country-list .li:hover .li-tops {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.global-section .global-box .country-list .li.active .li-bots, .global-section .global-box .country-list .li:hover .li-bots {
  filter: brightness(1.2);
}
.global-section .global-box .country-list .li .btns {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-section .global-box .country-list .li .li-bots {
  width: 20px;
  animation: mapPinPulse 2s ease-in-out infinite;
}
.global-section .global-box .country-list .li .li-bots img {
  width: 100%;
  height: auto;
  display: block;
}
.global-section .global-box .country-list .li .li-tops {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(10, 45, 92, 0.9);
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.global-section .global-box .country-list .li .li-tops::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(10, 45, 92, 0.9);
}
.global-section .global-box .country-list .li .btns-tankuang {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(10px);
  z-index: 1001;
}
.global-section .global-box .country-list .li .btns-tankuang.show {
  display: block;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  width: clamp(200px, 15.625vw, 300px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .tits {
  margin-bottom: 10px;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .tits .span.zicolor {
  font-size: 16px;
  color: #0454ab;
  font-weight: 700;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .tits .p {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  line-height: 1.5;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .imgs {
  margin-bottom: 10px;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .imgs img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .text.tit-14 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .more.cons-more {
  display: inline-block;
  color: #0454ab;
  font-size: 13px;
  font-weight: 600;
  transition: gap 0.3s;
}
.global-section .global-box .country-list .li .btns-tankuang .tankuang .more.cons-more:hover {
  gap: 6px;
}

@keyframes mapPinPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
.section-title {
  margin-bottom: 0;
}

.partners-section {
  background-position: center;
  background-size: cover;
}
.partners-section .tit-tips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.partners-section .tit {
  width: 50%;
}
.partners-section .tips {
  width: 40%;
  color:#fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #fff;
  line-height: 1.8;
  text-align: right;
}
.partners-section .tips p{
    color:#fff;
}
.partners-section .sub-title {
  font-size: clamp(32px, 2.5vw, 48px);
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
}
.partners-section #partnersSwiper {
  padding-top: clamp(40px, 3.125vw, 60px);
}
.partners-section #partnersSwiper .swiper-wrapper {
  align-items: stretch;
}
.partners-section #partnersSwiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-section #partnersSwiper .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(80px, 6.25vw, 120px);
  background: #fff;
  padding: 0 clamp(13.33333px, 1.04167vw, 20px);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.partners-section #partnersSwiper .partner-item img {
  max-width: 100%;
  max-height: clamp(53.33333px, 4.16667vw, 80px);
  transition: all 0.6s;
  transform: scale(1);
}
.partners-section #partnersSwiper .partner-item:hover img {
  transform: scale(1.1);
}

.qualifications-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qualifications-section .section-title h2 {
  color: #333;
  font-size: clamp(38.66667px, 3.02083vw, 58px);
}
.qualifications-section .qualifications-slider {
  margin: 0 auto;
  position: relative;
}
.qualifications-section .qualifications-slider #qualsSwiper {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.qualifications-section .qualifications-slider #qualsSwiper .swiper-slide {
  width: auto;
  height: auto;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card {
  width: clamp(260px, 25vw, 380px);
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  overflow: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card:hover .qual-overlay {
  opacity: 1;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card:hover .qual-name {
  color: #0454ab;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card .qual-img {
  position: relative;
  overflow: hidden;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card .qual-img img {
  width: 100%;
  display: block;
  transition: transform 0.6s;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card .qual-img .qual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 31, 61, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card .qual-img .qual-overlay .plus {
  width: 50px;
  height: 50px;
  border: 2px solid #c8a84e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a84e;
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.4s;
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card:hover .qual-img img {
  transform: scale(1.08);
}
.qualifications-section .qualifications-slider #qualsSwiper .qual-card .qual-name {
  padding: clamp(6.66667px, 0.52083vw, 10px);
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #333;
  text-align: center;
  line-height: 1.5;
  transition: color 0.4s;
}
.qualifications-section .btn-view-all {
  display: block;
  width: clamp(120px, 9.375vw, 180px);
  margin: clamp(6.66667px, 0.52083vw, 10px) auto 0;
  height: clamp(33.33333px, 2.60417vw, 50px);
  line-height: clamp(33.33333px, 2.60417vw, 50px);
  color: #fff;
  background: #0454ab;
  border-radius: clamp(16.66667px, 1.30208vw, 25px);
  text-align: center;
  font-weight: 600;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  letter-spacing: 1px;
  transition: all 0.4s;
}
.qualifications-section .btn-view-all:hover {
  background: #066ddb;
}

.qual-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.qual-lightbox .qual-lightbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.qual-lightbox .qual-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.3s;
}
.qual-lightbox .qual-lightbox-close:hover {
  transform: rotate(90deg);
}

.features-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.features-section .container {
  height: 100%;
}
.features-section .features-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.features-section .features-grid .feature-card {
  text-align: center;
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(13.33333px, 1.04167vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.6s;
}
.features-section .features-grid .feature-card:hover {
  background: rgba(4, 84, 171, 0.314);
  backdrop-filter: blur(10px);
}
.features-section .features-grid .feature-card:hover .feature-icon {
  transform: translateY(-25px);
}
.features-section .features-grid .feature-card:hover h3 {
  transform: translateY(-25px);
}
.features-section .features-grid .feature-card:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(-25px);
}
.features-section .features-grid .feature-card .feature-icon {
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(40px, 3.125vw, 60px);
  margin: 0 auto clamp(13.33333px, 1.04167vw, 20px);
}
.features-section .features-grid .feature-card .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features-section .features-grid .feature-card .feature-icon {
  transform: translateY(0);
  transition: all 0.6s;
}
.features-section .features-grid .feature-card h3 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #fff;
  font-weight: 600;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  transform: translateY(0);
  transition: all 0.6s;
}
.features-section .features-grid .feature-card p {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: all 0.6s;
}

.blog-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section .section-title h2 {
  color: #fff;
}
.blog-section .blog-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
.blog-section .blog-thumbs {
  width: 30%;
  flex-shrink: 0;
}
.blog-section .blog-thumbs #blogThumbsSwiper {
  height: clamp(306.66667px, 23.95833vw, 460px);
  padding: 10px 0;
}
.blog-section .blog-thumbs #blogThumbsSwiper .swiper-wrapper {
  justify-content: center;
}
.blog-section .blog-thumbs #blogThumbsSwiper .swiper-slide {
  height: auto;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  cursor: pointer;
  transition: all 0.4s;
  padding: 6px 0;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb.active, .blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb:hover {
  opacity: 1;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb .thumb-circle {
  width: clamp(46.66667px, 3.64583vw, 70px);
  height: clamp(46.66667px, 3.64583vw, 70px);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0454ab;
  transition: all 0.4s;
  flex-shrink: 0;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb .thumb-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb.active .thumb-circle {
  border-color: #097bf4;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb .thumb-title {
  width: calc(100% - clamp(46.66667px, 3.64583vw, 70px));
  font-size: clamp(8.66667px, 0.67708vw, 13px);
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.6s;
}
.blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb.active .thumb-title {
  background: #097bf4;
  color: #fff;
}
.blog-section .blog-main {
  flex: 1;
  min-width: 0;
  width: 60%;
}
.blog-section .blog-main #blogSwiper {
  padding-bottom: clamp(3.33333px, 0.26042vw, 5px);
}
.blog-section .blog-main #blogSwiper .swiper-slide {
  height: auto;
}
.blog-section .blog-main #blogSwiper .swiper-slide.swiper-slide-active .blog-feature .blog-feature-img .bfi-inner .meidia-box img {
  transform: scale(1);
}
.blog-section .blog-main #blogSwiper .blog-feature {
  display: flex;
  align-items: center;
  gap: 40px;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-img {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-img .bfi-inner {
  position: relative;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-img .bfi-inner .meidia-box {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-img .bfi-inner .meidia-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  transform: scale(0.2);
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-img .feature-circle-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed #fff;
  box-sizing: border-box;
  animation: circleRotate 20s linear infinite;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content {
  flex: 1;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-label {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 500;
  margin-bottom: clamp(16.66667px, 1.30208vw, 25px);
  width: clamp(106.66667px, 8.33333vw, 160px);
  height: clamp(22.66667px, 1.77083vw, 34px);
  line-height: clamp(22.66667px, 1.77083vw, 34px);
  display: block;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: clamp(11.33333px, 0.88542vw, 17px);
  transition: all 0.6s;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-label:hover {
  background: #0454ab;
  color: #fff;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-date {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: #fff;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  font-weight: 500;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-title {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-divider {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(1.33333px, 0.10417vw, 2px);
  background: #fff;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.6s;
}
.blog-section .blog-main #blogSwiper .blog-feature .blog-feature-content .blog-feature-link:hover {
  gap: 22px;
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog-feature-content .anim-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  animation: blogFadeUp 0.6s ease forwards;
}
.blog-feature-content .d1 {
  animation-delay: 0.1s;
}
.blog-feature-content .d2 {
  animation-delay: 0.25s;
}
.blog-feature-content .d3 {
  animation-delay: 0.4s;
}
.blog-feature-content .d4 {
  animation-delay: 0.55s;
}
.blog-feature-content .d5 {
  animation-delay: 0.7s;
}

@keyframes blogFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.progress-bar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.15);
}

.progress-bar-inner {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.5s ease;
}

.section-scroll-hint {
  position: absolute;
  bottom: clamp(100px, 7.8125vw, 150px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  opacity: 0;
  animation: fadeInOut 4s ease-in-out infinite;
  pointer-events: none;
}
.section-scroll-hint span {
  display: block;
  font-size: clamp(8px, 0.625vw, 12px);
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.section-scroll-hint .scroll-mouse {
  width: clamp(14.66667px, 1.14583vw, 22px);
  height: clamp(22.66667px, 1.77083vw, 34px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.section-scroll-hint .scroll-mouse .scroll-dot {
  width: clamp(2.66667px, 0.20833vw, 4px);
  height: clamp(5.33333px, 0.41667vw, 8px);
  background: #ccc;
  border-radius: clamp(1.33333px, 0.10417vw, 2px);
  position: absolute;
  top: clamp(4px, 0.3125vw, 6px);
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDot 2s ease-in-out infinite;
}

@keyframes scrollDot {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(12px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
.index-footer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-footer .footer {
  height: 100%;
}

/*@media screen and (max-height: 1000px) {*/
/*  .global-section .global-box {*/
/*    margin: 0 auto;*/
/*    padding:0 10%;*/
/*  }*/
/*  .qualifications-section .qualifications-slider #qualsSwiper .qual-card {*/
/*    width: 150px;*/
/*  }*/
/*}*/
/*@media screen and (max-height: 700px) {*/
/*  .global-section .global-box {*/
/*    padding:0 15%;*/
/*    margin: 0 auto;*/
/*  }*/
/*}*/
@media screen and (max-width: 1023px) {
  .container {
    padding: 40px 0;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .sub-title {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .section-title .title-line {
    width: 30px;
    margin: 0 auto 10px;
  }
  .section-title h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
    max-width: 100%;
    padding: 0 16px;
  }
  .partners-section .tips p{
      padding:0 ;
  }
  .m-width-content {
    max-width: 100%;
    padding: 0 16px;
  }
  #sectionSwiper {
    height: 100vh;
    height: 100dvh;
  }
  #sectionSwiper .section-slide {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
  }
  #sectionSwiper .section-slide > section {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 60px 0;
    box-sizing: border-box;
  }
  .progress-bar-wrap {
    height: 2px;
  }
  .section-scroll-hint {
    position: fixed;
    bottom: 40px;
  }
  .section-scroll-hint .scroll-mouse {
    width: 18px;
    height: 28px;
  }
  .hero-banner {
    height: 100vh;
    height: 100dvh;
    min-height: 400px;
  }
  .hero-banner .section-scroll-hint {
    display: none;
  }
  .hero-banner .swiper-button-next,
  .hero-banner .swiper-button-prev {
    display: none;
  }
  .hero-banner .p_info {
    padding: 0 20px;
  }
  .hero-banner .p_info_fivebox {
    max-width: 100%;
  }
  .hero-banner .p_btitle {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .hero-banner .p_summary {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .hero-banner .p_button {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
  .hero-banner .anim-elem {
    transform: translateY(40px);
  }
  .about-section .about-left {
    padding-right: 0;
  }
  .about-section .about-left .about-subtitle span:first-child {
    font-size: 16px;
  }
  .about-section .about-left .about-subtitle .about-line {
    width: 30px;
  }
  .about-section .about-left h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .about-section .about-left .about-desc p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .about-section .about-left .about-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .about-section .about-right {
    margin-top: 24px;
    width: 100%;
    flex: 1;
  }
  .about-section .stat-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .about-section .stat-item {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 12px 0;
  }
  .about-section .stat-item .stat-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 4px;
  }
  .about-section .stat-item .stat-number {
    width: calc(100% - 42px);
    margin-left: 8px;
    font-size: 12px;
  }
  .about-section .stat-item .stat-number .num {
    font-size: 32px;
  }
  .about-section .stat-item .stat-label {
    padding-left: 45px;
    font-size: 12px;
  }
  .products-section .products-top .tit-tips {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-section .products-top .tit {
    width: 100%;
  }
  .products-section .products-top .tit h2 {
    font-size: 26px;
    margin-top: 8px;
  }
  .products-section .products-top .tips {
    width: 100%;
    margin-top: 8px;
  }
  .products-section .products-top .sub-title {
    font-size: 14px;
    padding-right: 40px;
  }
  .products-section .products-top .sub-title::after {
    width: 30px;
  }
  .products-section .products-top p {
    font-size: 13px;
    line-height: 1.6;
  }
  .products-section .products-bottom #productsSwiper {
    padding: 30px 0;
  }
  .products-section .products-bottom #productsSwiper .product-circle .product-img-circle {
    width: 160px;
    height: 160px;
  }
  .products-section .products-bottom #productsSwiper .product-circle .product-cname {
    font-size: 12px;
    max-width: 140px;
  }
  .global-section {
    padding: 60px 0;
    height: auto;
  }
  .global-section .global-map-wrap {
    overflow-x: auto;
  }
  .global-section .global-map-wrap .map-img {
    width: 100%;
    max-width: none;
  }
  .global-section .global-box .country-list .li .li-bots {
    width: 14px;
  }
  .global-section .global-box .country-list .li .li-tops {
    font-size: 11px;
    padding: 3px 8px;
  }
  .global-section .global-box .country-list .li .btns-tankuang .tankuang {
    width: 150px;
    padding: 10px;
  }
  .global-section .global-box .country-list .li .btns-tankuang .tankuang .tits .span.zicolor {
    font-size: 14px;
  }
  .global-section .global-box .country-list .li .btns-tankuang .tankuang .text.tit-14 {
    font-size: 12px;
  }
  .global-section .global-box .country-list .li .btns-tankuang .tankuang .more.cons-more {
    font-size: 12px;
  }
  .partners-section .tit-tips {
    flex-direction: column;
    align-items: flex-start;
  }
  .partners-section .tit {
    width: 100%;
  }
  .partners-section .tips {
    width: 100%;
    text-align: left;
    margin-top: 8px;
    font-size: 13px;
  }
  .partners-section .sub-title {
    font-size: 26px;
  }
  .partners-section #partnersSwiper {
    padding-top: 30px;
  }
  .partners-section #partnersSwiper .partner-item {
    height: 80px;
    padding: 0 12px;
    border-radius: 6px;
  }
  .partners-section #partnersSwiper .partner-item img {
    max-height: 50px;
  }
  .qualifications-section .section-title h2 {
    font-size: 26px;
  }
  .qualifications-section #qualsSwiper .qual-card {
    width: 220px;
    border-radius: 6px;
    padding: 12px;
  }
  .qualifications-section #qualsSwiper .qual-card .qual-name {
    font-size: 13px;
    padding: 8px 0 0;
  }
  .qualifications-section .btn-view-all {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .features-section .container {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .features-section .features-grid .feature-card {
    padding: 20px 12px;
    border-radius: 6px;
  }
  .features-section .features-grid .feature-card .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .features-section .features-grid .feature-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .features-section .features-grid .feature-card p {
    font-size: 12px;
    line-height: 1.6;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .features-section .features-grid .feature-card:hover .feature-icon,
  .features-section .features-grid .feature-card:hover h3,
  .features-section .features-grid .feature-card:hover p {
    transform: none;
  }
  .blog-section .blog-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .blog-section .blog-thumbs {
    width: 100%;
  }
  .blog-section .blog-thumbs #blogThumbsSwiper {
    height: auto;
  }
  .blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb .thumb-circle {
    width: 44px;
    height: 44px;
  }
  .blog-section .blog-thumbs #blogThumbsSwiper .blog-thumb .thumb-title {
    font-size: 12px;
    width: calc(100% - 50px);
    padding: 4px 8px;
  }
  .blog-section .blog-main {
    width: 100%;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-img {
    display: none;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-content .blog-feature-label {
    font-size: 13px;
    width: 120px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    margin-bottom: 12px;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-content .blog-feature-date {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-content .blog-feature-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-content .blog-feature-divider {
    width: 30px;
    height: 1px;
    margin-bottom: 12px;
  }
  .blog-section .blog-main #blogSwiper .swiper-slide .blog-feature .blog-feature-content .blog-feature-link {
    font-size: 13px;
  }
  .index-footer {
    height: auto;
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
