@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}

/* ==========================================================================
   Global
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
}

@media (max-width: 575px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section .p1 {
    --p1-font-size: 16px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .section .p1 {
    --p1-font-size: 24px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section .p1 {
    --p1-font-size: 28px;
  }
  .section .p2 {
    --p2-font-size: 16px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .section .p1 {
    --p1-font-size: 32px;
  }
  .section .p2 {
    --p2-font-size: 18px;
    --p2-font-margin-top: 6vh;
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}
a {
  color: #333;
}
a:hover {
  color: #0060af;
}
a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  box-sizing: border-box;
  max-width: 1640px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px;
  }
}

.mod {
}

.mod-hd {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.mod-hd h2 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}

.mod-bd {
}

.mod-partner {
  padding: 60px 0 100px;
}

.mod-partner .mod-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod-partner .more {
  font-size: 18px;
  color: #2940a3;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 833px) {
  .mod-hd {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .mod-hd h2 {
    font-size: 32px;
  }

  .mod-partner .more {
    font-size: 14px;
  }
}

.mod-partner .more .fa-solid {
  font-size: 36px;
  margin-left: 30px;
}

.partner-list {
}
.partner-list-item {
  float: left;
  /* width: 318px; */
  width: 20%;
}
.partner-list-item-wrap {
  position: relative;
  z-index: 1;
  border: 1px solid #c5c5c5;
}
.partner-list-item-wrap .img-placeholder {
  width: 100%;
  height: auto;
}
.partner-list-item-wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.partner-list-item-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.partner-list-item-wrap:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .partner-list {
  }
  .partner-list-item {
    width: 50%;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  padding: 0 2%;
}
.footer-nav .fn-col {
  flex-basis: 16.67%;
}
.footer-nav .fn-col h3 {
  margin-bottom: 20px;
}
.footer-nav .fn-col h3,
.footer-nav .fn-col h3 a {
  font-size: 18px;
  color: #333841;
}
.footer-nav .fn-col ul {
  margin-right: 20px;
  list-style: none;
  padding: 0;
}
.footer-nav .fn-col li {
  display: block;
  pointer-events: auto;
  font-size: 16px;
  margin-bottom: 0.8em;
}
.footer-nav .fn-col li a {
  color: #586171;
}

.footer-nav .fn-col li a:hover {
  color: #153b7c;
}

.footer-bd {
  background: #e7eff9;
  padding: 40px 0;
}

.footer-bd .wrapper {
  display: flex;
}

.footer-bd .footer-nav {
  flex: 1;
}

.footer-ft {
  text-align: center;
  background-color: #153b7c;
  color: #fff;
  font-size: 16px;
  padding: 18px;
}

.footer-ft a {
  color: #fff;
}

.footer-logo {
  margin: 0 0 20px -10px;
}
.footer-bd .contact-list {
  position: relative;
  z-index: 1;
}
.footer-bd .contact-list li {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  align-items: center;
}

.footer-bd .contact-list li .meta-title {
  margin-right: 10px;
  position: relative;
}

.footer-bd .contact-list li .meta-title::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
}

.qrcode-list {
  display: flex;
}

.qrcode-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.qrcode-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.qrcode-list li .qrcode-img {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1299px) {
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }

  .footer-bd-right {
    width: 100%;
  }
}

@media only screen and (max-width: 833px) {
  .footer-nav {
    display: none;
  }
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }
  .footer-bd-left,
  .footer-bd-right {
    width: 100%;
  }
  .footer-ft {
    font-size: 12px;
    padding: 10px;
  }
}

.mod-about {
  padding: 70px 0;
}

.mod-about .mod-bd {
  padding: 10px 0;
  background: url("../images/about-bg.png") 50% 0 no-repeat;
  background-size: cover;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}

.statistic-list {
  margin: 42px 0 22px;
}

.statistic-list li {
  float: left;
  width: 33.33%;
  color: #024099;
}

.statistic-list .statistic-title {
  font-size: 18px;
  margin-top: -8px;
}

.statistic-list .statistic-content-value {
  font-size: 48px;
  display: inline-block;
  font-family: Impact;
}

.statistic-list .statistic-content-suffix {
  font-size: 16px;
  display: inline-block;
}

.company-info {
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.more1 {
  margin-top: 45px;
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #343a90;
  background: linear-gradient(270deg, #343a90 0%, #0e528f 100%);
  border-radius: 25px;
  font-size: 16px;
  color: #ffffff;
}

.more1:hover {
  color: #ffffff;
}

.more1 .fa-solid {
  margin-left: 20px;
}

.pro-list {
  position: relative;
  padding: 52px 0;
}
.pro-list-items {
  margin: 0 -21px;
}
.pro-list-item {
  width: 33.33%;
  float: left;
  padding: 0 21px;
  box-sizing: border-box;
}

.pro-list-item a {
  display: block;
}

.pro-list-item-meta {
  background: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  min-height: 494px;
  padding: 55px 50px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.pro-list-item-meta-avatar {
  transition-duration: 800ms;
  height: 160px;
  margin-bottom: 6px;
}
.pro-list-item-meta-content {
}
.pro-list-item-meta-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.pro-list-item a:hover .pro-list-item-meta-title {
  color: #024099;
}
.pro-list-item a:hover .pro-list-item-meta-avatar {
  transform: scale(1.1);
}
.pro-list-item-meta-description {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

@media only screen and (max-width: 833px) {
  .pro-list {
    padding: 10px 0 30px;
  }
  .pro-list-items {
    margin: 0;
  }
  .pro-list-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .pro-list-item-meta {
    border-radius: 8px;
    min-height: auto;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  }
  .pro-list-item-meta-avatar {
    height: 32px;
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .pro-list-item-meta-avatar img {
    width: auto;
    height: 100%;
  }

  .pro-list-item-meta-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 48px;
  }
  .pro-list-item-meta-description {
    font-size: 12px;
    line-height: 2;
  }
}

.mod-case {
  background: linear-gradient(90deg, #5c99c6 0%, #0f548f 80%, transparent 0);
  padding: 60px 0 200px 10%;
  position: relative;
}

.mod-case .mod-hd {
  margin-bottom: 80px;
}
.mod-case .mod-hd h2 {
  color: #fff;
}

.case-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  cursor: pointer;
}

.case-item .pic,
.case-item .pic img {
  width: 100%;
  height: 100%;
}

.case-item .num {
  position: absolute;
  color: #fff;
  left: 72px;
  top: 0;
  font-size: 64px;
  font-style: italic;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  z-index: 3;
}

.case-item .more {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 3;
}

.case-item .title {
  position: absolute;
  left: 20px;
  bottom: 60px;
  font-size: 24px;
  color: #fff;
}

.case-item .pic {
  position: relative;
  overflow: hidden;
}
.case-item .pic::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, 100%);
  transform-origin: bottom;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  background: rgba(21, 59, 124, 1);
}
.case-item .desc-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.case-item .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  z-index: 3;
  box-sizing: border-box;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0;
  transition: all 0.3s;
}
.case-item:hover .pic::after {
  transform: translate(0, 0);
}

.case-item:hover .desc {
  opacity: 1;
}

.mod-case .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 70%;
  bottom: 10vh;
  display: flex;
  padding: 0 20%;
  height: 37px;
}
.mod-case .swiper-pagination::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.mod-case
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 30px;
  opacity: 1;
  display: block;
  width: 11px;
  height: 11px;
  /* overflow: hidden; */
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s linear;
}

.mod-case .swiper-pagination-bullet::after {
  content: "";
  width: 37px;
  height: 37px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0px 0px -18px;
  z-index: 2;
  transition: all 0.5s linear;
  transform: scale(0);
  opacity: 0;
}
/*
.mod-case .swiper-pagination-bullet::before {
  content: "";
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid #57c282;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0px 0px -20px;
  z-index: 1;
  transition: all 0.55s linear;
  transform: scale(0);
  opacity: 0;
} */

.mod-case
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
  width: 19px;
  height: 19px;
  margin-top: -4px;
}
.mod-case .swiper-pagination-bullet-active::after {
  transform: scale(1);
  opacity: 1;
}
.mod-case .swiper-pagination-bullet-active::before {
  transform: scale(1);
  opacity: 1;
}

.friend-link {
  position: relative;
  margin-bottom: 20px;
}
.friend-link-hd {
  border: 1px solid #aaa;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}

.friend-link-hd .fa-solid {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.friend-link-bd {
  display: none;
  padding: 10px 10px;
  background: #0a3980;
  position: absolute;
  width: 100%;
  bottom: 48px;
  z-index: 100;
}
.friend-link-bd a {
  display: block;
  line-height: 36px;
  width: 100%;
  color: #fff;
}
.friend-link-bd a:hover {
  text-decoration: underline;
  color: #fff;
}
.friend-link:hover .friend-link-bd {
  display: block;
}

.globalnav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 36px 4%;
}

.gn-content {
  display: flex;
  justify-content: space-between;
}

.gn-left {
  /* position: absolute;
  top: 0;
  z-index: 99; */
}
.globalnav .logo {
  float: left;
  width: 160px;
}

.stock {
  float: left;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.stock-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
}
.stock-code {
  font-size: 24px;
  color: #024099;
}

#main-nav {
  display: none;
}

.globalnav .toggle {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 120px;
  min-height: 26px;
  top: auto;
  left: auto;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-align: left;
  height: 40px;
  margin-top: 10px;
}

.globalnav .toggle span {
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.globalnav .toggle span,
.globalnav .toggle span::before,
.globalnav .toggle span::after {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  height: 2px;
  background: #182631;
  transition: all 0.25s ease;
}

.globalnav .toggle span::before,
.globalnav .toggle span::after {
  content: "";
  width: 100%;
}

.globalnav .toggle span::before {
  top: -9px;
}

.globalnav .toggle span::after {
  bottom: -9px;
}

.globalnav .toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

.globalnav .toggle.toggle-open span::before {
  transform: translate3d(0, 9px, 0);
}

.globalnav .toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(9px, 0, 0);
}

.globalnav .toggle:hover span,
.globalnav .toggle:hover span::before,
.globalnav .toggle:hover span::after {
  background: #dab977;
}

.globalnav .toggle i {
  font-size: 10px;
  display: block;
  line-height: 10px;
  opacity: 0.7;
}

.globalnav em {
  font-style: normal;
}

.globalnav.scroll_head {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 833px) {
  .mod-about {
    padding: 30px 0;
  }

  .mod-about .mod-bd {
    padding: 10px 0;
    font-size: 12px;
    line-height: 2;
  }

  .statistic-list {
    margin: 0;
  }

  .statistic-list li {
    width: 100%;
  }

  /* .statistic-list li:nth-child(1) {
    width: 100%;
  }

  .statistic-list li:nth-child(2),
  .statistic-list li:nth-child(3) {
    width: 50%;
  } */

  .statistic-list .statistic-title {
    font-size: 16px;
    margin-top: -8px;
  }

  .statistic-list .statistic-content-value {
    font-size: 32px;
  }

  .statistic-list .statistic-content-suffix {
    font-size: 12px;
  }

  .more1 {
    border-radius: 980px;
  }

  .stock {
    display: none;
  }

  .globalnav .toggle {
    margin-top: 0;
  }
  .gn-left {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 833px) {
  .mod-case {
    background: linear-gradient(90deg, #5c99c6 0%, #0f548f 100%);
    padding: 30px 20px 80px;
  }
  .mod-case .mod-hd {
    margin-bottom: 30px;
  }

  .case-item .more {
    display: none;
  }

  .mod-case .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    bottom: 40px;
    padding: 0;
    height: 8px;
    justify-content: center;
  }
  .mod-case .swiper-pagination::after {
    display: none;
  }

  .mod-case
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
  }

  .mod-case .swiper-pagination-bullet::after {
    display: none;
  }

  .mod-case
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
  }
}
