body {
  position: relative;
}

.header .menu > ul > li.menu-item-has-children .menu-subs {
  border: none;
  border-radius: 0;
}

.header .menu > ul > li.menu-item-has-children:hover .menu-subs {
  border: none;
  border-radius: 0;
}

.header .menu > ul > li.menu-item-has-children:hover .menu-subs > div {
  background: #fff;
}

.darkmode .header .menu > ul > li.menu-item-has-children .menu-subs {
  background: #000000;
  border-top: none;
}

.darkmode .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
  background: #000000;
  border-top: none;
}

.darkmode .header .menu > ul > li.menu-item-has-children .menu-subs > div {
  background: #000000;
}

.darkmode .header .menu > ul > li.menu-item-has-children:hover .menu-subs > div {
  background: #000000;
}

.header .menu-section > li > a {
  margin-right: 12px;
}

.header.sticky .menu-section > li > a {
  margin-top: 5px;
}

.header.sticky {
  height: 85px !important;
}

.header .menu-section > li:hover > a {
  position: relative;
  color: #1437a6;
}

.header .menu-section > li:hover > a::after {
  content: " ";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00abeb;
}

.darkmode .header .menu-section > li:hover > a::after {
  background: #fff;
}

.header
  .menu-item-has-children
  .menu-subs
  > div
  > ul
  > li.menu-click-title
  .card {
  display: none;
  line-height: 27px;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card {
  background: #000000;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card a {
  line-height: 37px;
  margin-top: 25px;
  color: var(--blue-colo3);
  font-weight: 700;
  display: block;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card a:hover {
  color: #00abeb;
}

.darkmode .header .menu > ul > li .menu-subs > div > ul > li > a {
  color: #ffffff;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card a {
  color: #ffffff;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-title .card:first-child {
  display: block;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li {
  margin: 24px 0 5px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a {
  color: var(--blue-colo1);
  font-weight: 700;
  line-height: 37px;
  position: relative;
  display: block;
  margin-left: 48px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a:hover {
  color: #00abeb;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a {
  color: #ffffff;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a::after {
  content: ">";
  position: absolute;
  right: 30px;
  width: 20px;
  height: 100%;
  color: var(--blue-colo3);
  font-weight: 700;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a.active::after {
  color: #00abeb;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a:hover::after {
  color: #00abeb;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click>ul>li a::after {
  color: #fff;
}

.header .menu-item-has-children .menu-subs > div > ul > li.menu-click-item ul {
  display: none;
  margin-top: 24px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul:first-child {
  display: block;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul>li {
  color: var(--blue-colo3);
  margin: 24px 0 5px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul>li a {
  line-height: 37px;
  font-weight: 400;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul>li {
  color: #fff;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul>li a {
  color: #fff;
}

.header .menu-item-has-children .menu-subs>div>ul>li.menu-click-item ul>li.title {
  font-weight: 700;
}

.header .menu-item-has-children .menu-subs > div > ul > li.language ul > li {
  margin: 0 0 24px;
  font-weight: 400;
  color: #0a58ca;
  height: 26px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.language ul>li:hover a {
  color: #1437a6;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.language ul>li {
  color: #ffffff;
}

.header .menu-item-has-children .menu-subs > div > ul > li.language ul > li a {
  font-size: 16px;
  color: var(--blue-colo3);
  font-weight: 400;
  line-height: 18px;
}

.header .menu-item-has-children .menu-subs>div>ul>li.language ul>li:hover a {
  color: #00abeb;
}

.darkmode .header .menu-item-has-children .menu-subs>div>ul>li.language ul>li a {
  color: #ffffff;
}

.header .menu-item-has-children .menu-subs>div>ul>li.language ul>li a img {
  line-height: 18px;
  height: 18px;
  margin-right: 12px;
}

.class04 img {
  /* max-height: 230px; */
}

.aboutblock .counter-setdiv {
  padding-top: calc(var(--bs-gutter-x) * 1);
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}

#home {
  margin-top: 85px;
  max-height: 530px;
}

.pdr100 {
  padding-right: 100px;
}

.pdl100 {
  padding-left: 100px;
}

.left-box .sidebar-post-block-sw {
  position: sticky;
  top: 85px;
}

.nameofitem {
  text-align: left !important;
}

.nameofitem h3 {
  margin-bottom: 15px;
  font-weight: 500;
}

.nameofitem p {
  height: 90px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 限制在3行内 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.nameofitem a {
  color: #1437a6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.homedemoview .portfolidiv:hover a {
  color: #00abeb;
}

.homedemoview .portfolidiv a i {
  transition: all 0.3s ease;
}

.homedemoview .portfolidiv:hover a i {
  margin-left: 8px;
}

.homedemoview .portfolidiv:hover h3 {
  color: #00abeb;
}

.homedemoview .portfolidiv .portfolioimg.roundimg {
  border-radius: 0;
}

.darkmode .nameofitem p {
  color: #fff;
}

.darkmode .nameofitem a {
  color: #fff;
}

.darkmode .indexdemo {
  background: var(--black-bg-2) !important;
}

.menu-mobile-toggle {
  display: none;
}

@media screen and (min-width: 1199px) {
  .header-bg {
    display: none;
    content: " ";
    position: fixed;
    top: 85px;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 9;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(0, 0);
  }

  .darkmode .header-bg {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.syminimode p {
  height: 56px;
  color: #3e4d68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 限制在3行内 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.darkmode .syminimode p {
  color: #fff;
}

section .cardforimg {
  width: 100%;
}

section .cardforimg > img:hover {
  transition: transform 0.3s ease;
}

.counter-setdiv p {
  font-size: 35px;
  line-height: 35px;
}

.clients-logos ul {
  grid-template-columns: repeat(4, 1fr);
}

.clients-logos ul li {
  padding: 0;
}

.innerheadbg::before {
  opacity: 0;
}

article {
  margin-top: 45px;
  margin-bottom: 85px;
}

article img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

article h1 {
  color: revert;
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  margin-bottom: 14px;
  margin-top: 14px;
  word-break: break-word;
}

article h3 {
  color: revert;
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  margin-bottom: 14px;
  margin-top: 14px;
  overflow-wrap: break-word;
  pointer-events: auto;
  position: relative;
  -webkit-user-select: text;
  user-select: text;
}

article p {
  font-size: revert;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: break-word;
  pointer-events: auto;
  position: relative;
  -webkit-user-select: text;
  user-select: text;
}

article ul.page-numbers {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
  justify-content: center;
}

article ul.page-numbers a.page-numbers,
article ul.page-numbers span.page-numbers {
  position: relative;
  display: block;
  color: var(--black-color-0);
  text-decoration: none;
  background-color: var(--white-color);
  border: 1px solid var(--bs-gray-300);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 18px;
  padding: 10px 20px;
}

article ul.page-numbers a.page-numbers:hover {
  background-color: var(--bs-gray-300);
}

.navigation {
  margin-bottom: 48px;
}

.navigation .nav-links > div {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.navigation .nav-links .nav-next {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links > div {
    display: block;
    width: 100%;
    text-align: left;
  }

  .navigation .nav-links .nav-next {
    text-align: left;
  }
}

.swdarkfooter {
  background-color: #0870fa;
  background-image: linear-gradient(180deg, #1437a6 0%, #00abeb 100%);
}

/* .counter-setdiv img {transition: all 1s;}
.counter-setdiv:hover img {transform: rotateY(180deg);} */

.res-mr10 {
  margin-right: 10px;
}

.partner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 24px;
}

.partner-btn .btn {
  float: left;
  width: 190px;
  height: 40px;
  line-height: 40px;
  background: #f6f7ff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: var(--gradient-9);
  padding: 0;
  flex-grow: 1;
}

.partner-btn .btn:last-child {
  flex-grow: 1.5;
}

.partner-btn .btn.on {
  background: #1437a6;
  color: #fff;
}

.partner-btn .btn:hover {
  font-size: 16px;
  transition: all 0.3s;
}

.partner-list-box {
  width: 1200px;
  height: 172px;
  margin: 20px auto;
  position: relative;
}

.partner-list-box > div {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.partner-list-box > div:first-child {
  display: block;
}

.partner-list-box ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 创建三列，每列等宽 */
  grid-template-rows: repeat(2, 1fr);
  /* 创建三行，每行等高 */
  width: 100%;
  grid-gap: 20px;
}

.partner-list-box ul li {
  float: left;
  position: relative;
  box-sizing: border-box;
  /* padding: 10px 5px; */
  border: 1px solid #dee2e6;
  align-content: center;
  background-color: #fff;
  border-radius: 14px;
}

.partner-list-box ul li img {
  width: 100%;
  display: block;
}

.footer-svg {
  width: 20px;
  fill: #fff;
}

.header .headeraction > ul > li {
  height: 85px;
  line-height: 85px;
  display: grid;
}

.header .headeraction > ul > li .menu-subs {
  background: var(--white-color);
  border-top: 2px solid var(--color-yellow-lite);
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 14px;
  padding: 25px;
  top: 80px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 20px 20px -5px rgb(0 0 0 / 15%);
}

.header .language-box > a {
  display: grid;
  align-content: center;
  position: relative;
}

.header .language-box:hover > a::after {
  content: " ";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00abeb;
}

.darkmode .header .language-box:hover > a::after {
  background: #fff;
}

.header .headeraction > ul > li:hover .menu-subs {
  opacity: 1;
  visibility: visible;
}

.header .headeraction > ul > li.menu-item-has-children:hover .menu-subs {
  border: none;
  border-radius: 0;
}

.header .headeraction > ul > li.menu-item-has-children:hover .menu-subs > div {
  background: #fff;
}

.header .headeraction a:hover {
  color: #1437a6;
}

.darkmode .header .headeraction a {
  color: #fff;
}

.darkmode
  .header
  .headeraction
  > ul
  > li.menu-item-has-children:hover
  .menu-subs {
  background: #000000;
}

.darkmode
  .header
  .headeraction
  > ul
  > li.menu-item-has-children:hover
  .menu-subs
  > div {
  background: #000000;
}

.language-box {
  position: inherit;
}

.language-box ul {
  grid-gap: 0;
}

.language-box ul li.language ul {
  display: block;
}

.darkmodeswitch {
  position: inherit;
}

li.language {
  margin-bottom: 36px;
}

.darkmode .language-svg .language-path {
  stroke: #fff;
}

.darkmode .blueket-svg {
  fill: #fff;
}

.switch-wrapper .switch {
  width: 16px;
  height: 16px;
}

.brand-logo img {
  width: 170px;
  max-width: 170px;
}

.clients-logos ul {
  grid-gap: 20px;
}

.list-h-styled li {
  margin-right: 0;
}

abbr {
  font-weight: 200;
  font-size: 24px;
  display: inline-block;
  /* vertical-align: sub; */
}

.owl-stage-outer.owl-height .owl-stage {
  display: flex;
}

.icon-rows .icon-imgg img {
  width: 65px;
}

.tb1 td {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  padding: 12px;
  word-break: break-all;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.single-road-map-box {
  border: 1px solid #034f9b;
  padding: 23px 0 23px 26px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #06174f;
  position: relative;
  left: 26px;
}

.road-map.style-two .single-road-map-box {
  border: none;
  padding: 23px 0 23px 26px;
  background: none;
  left: 0;
  text-align: center;
  margin-right: 29px;
}

.road-map-content-inner {
  background: #fff;
  box-shadow: 10px 0 30px rgb(255, 255, 255, 0.4);
  padding: 14px 19px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-road-map-content h4 {
  font-size: 18px;
  margin: 0 0 19px;
  font-weight: 600;
  color: #08195e;
}

.road-map-content-inner h3 {
  color: #1437a6;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 9px;
}

.road-map-content-inner p {
  color: #08195e;
  font-weight: 500;
}

.road-map-content-inner:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
  background: #0dcaf0;
  border-radius: 5px;
}

.single-road-map-box:hover .road-map-content-inner:before {
  width: 100%;
  left: 0;
}

.single-road-map-box .road-map-content-inner h3,
.single-road-map-box .road-map-content-inner p {
  transition: 0.5s;
}

.single-road-map-box:hover .road-map-content-inner h3,
.single-road-map-box:hover .road-map-content-inner p {
  color: #fff;
}

.spider-border {
  position: relative;
  width: 1168px;
  margin: 0 auto;
  margin-top: 60px;
}

.shape16 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: -1;
}

.shape16 img {
  vertical-align: middle;
  border-style: none;
  width: 1192px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape16 {
    display: none;
  }
}

footer .linkftsw ul li {
  display: inline-block;
  margin-left: 12px;
}

.list-h-styled li::after {
  display: none;
}

.contact-svg {
  width: 20px;
  fill: var(--black-color-1);
}

.sw-hover-2 a:hover .contact-svg {
  fill: #fac02c !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.feature_style_three {
  position: relative;
  border-radius: 10px;
}

.feature_style_three:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 55, 66, 0.1);
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.feature_style_three:hover:before {
  background: rgba(12, 90, 219, 0.7);
}

.feature_style_tree_thumb img {
  width: 100%;
  border-radius: 10px;
}

.feature_style_tree_content {
  position: absolute;
  left: 0;
  bottom: -18px;
  padding: 0 50px 0 38px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.feature_style_three_title h4 {
  color: #fff;
  font-weight: 400;
}

.feature_style_three_text {
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.feature_style_three:hover .feature_style_tree_content {
  bottom: 45px;
}

.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a {
  opacity: 1;
}

.brandlogo img {
  max-height: 28px;
}

.sw-hover-1 a:hover {
  color: var(--bg-b3) !important;
}

.contactblock.partners {
  background: var(--bg-b3);
}

.darkmode .contactblock.partners {
  background: #000;
}

.header .menu > ul > li .menu-subs > div > ul > li > a {
  font-weight: 400;
  color: #1437a6;
}

.header .menu > ul > li .menu-subs > div > ul > li > a:hover {
  color: #00abeb;
}

.connectwithus a:hover {
  color: #00abeb !important;
}

.contactnumberdiv a:hover {
  color: #00abeb !important;
}

.sw-tabs-links .nav-tabs .nav-link h5 {
  font-weight: 400;
  color: var(--black-color-1);
  padding-right: 25px;
}

.sw-tabs-links .nav-tabs .nav-link.active h5 {
  font-weight: 400;
}

.vpoint {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.sw-tabs-links .nav-tabs button.active:after {
  color: var(--black-color-1);
}

.sw-tabs-links .nav-tabs button:hover:after {
  color: var(--black-color-1);
}

.section-partners {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sw-blue-btn {
  background: #1437a6;
  padding: 0px 56px;
}

.sw-blue-btn:hover {
  background: #00abeb;
}

.sw-blue-btn:hover::after {
  display: none;
}

/* milestone */

.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.token-section .single-token-box {
  padding-bottom: 100px;
  text-align: center;
}

.token-section.style-two .token-inner-content {
  position: relative;
  top: 0;
}

.token-section .token-content {
  background: #0a245f;
  text-align: center;
  padding: 29px 0 29px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
}

.token-section.style-two .token-content {
  top: 130px;
}

.token-inner-content:before {
  position: absolute;
  content: "";
  top: -30px;
  height: 12px;
  width: 12px;
  background: #0095fc;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.token-section.style-two .token-inner-content:before {
  top: 50px;
  background: #00abeb;
  z-index: 2;
}

.token-section .single-token-box .token-inner-content h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}

.token-inner-content:after {
  top: 40px;
  z-index: 2;
}

.token-inner-content:after {
  position: absolute;
  content: "";
  top: -30px;
  height: 22px;
  width: 22px;
  border: 2px solid #fff;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.token-section .token-content {
  background: #00abeb;
  text-align: center;
  padding: 29px 0 29px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  height: 150px;
}

.token-section.style-two .token-content {
  top: 125px;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}

/* .token-section .token-content:before {
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    background: #00abeb;
    transform: rotate(45deg);
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
} */

.token-section.style-two .token-content:before {
  top: -11px;
  bottom: inherit;
}

.token-section .single-token-box .token-content h2 {
  font-size: 22px;
  margin: 0 0 2px;
  color: #fff;
}

.token-section .single-token-box .token-content span {
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter";
  color: #fff;
}

.token-section .token-content:after {
  position: absolute;
  left: 0;
  bottom: -105px;
  content: "";
  width: 2px;
  height: 100px;
  border-right: 2px dashed #00abeb;
  right: 0;
  margin: auto;
}

.token-section.style-two .token-content:after {
  top: -98px;
  bottom: inherit;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.token-section.style-two .shape5 {
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 55px;
}

.token-section.style-two .shape5 img {
  width: 100%;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-item .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.gtranslate_wrapper {
  display: none;
}

/* .left-box {
    background: var(--gradient-8);
} */
/* .darkmode .left-box {
    background: var(--gradient-9);
} */

.sidebartitle {
  border-bottom: none;
}

.sw-tabs-links .nav-tabs .nav-link {
  box-shadow: none;
  background-color: inherit;
}

.sw-tabs-links .nav-tabs .nav-item.show .nav-link,
.sw-tabs-links .nav-tabs .nav-link.active {
  /* background-color: #fff; */
  background-color: inherit;
}

.sw-tabs-links .nav-tabs .nav-link.active h5 {
  color: #00abeb;
}

.sw-tabs-links .nav-tabs button:after {
  opacity: 0;
}

/* .sw-tabs-links .nav-tabs button:hover:after {
    opacity: 1;
} */

.sw-tabs-links .nav-tabs .nav-link.active::after {
  opacity: 1;
  color: #00abeb;
}

.thumbnail-item-list li.nav-item .nav-link::after {
  display: none;
}

.thumbnail-item-list li.nav-item .nav-link.active::after {
  display: none;
}

.thumbnail-item-list li.nav-item .nav-link {
  padding: 0;
  width: auto;
}

.thumbnail-tab-list .sw-work-preview {
  grid-template-columns: auto;
}

.sw-tabs-links .nav-tabs .nav-link:hover {
  /* background-color: #fff; */
  background-color: inherit;
  color: var(--black-color-1);
}

.breadcrum-area.contactuspage {
  height: 400px;
}

.connectivity-banner {
  background: url(../images/common/ba1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.payment-banner {
  background: url(../images/common/ba2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.identities-banner {
  background: url(../images/common/ba3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.digitalinfrastructures-banner {
  background: url(../images/common/ba4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.connectivity-banner h2,
.connectivity-banner p,
.payment-banner h2,
.payment-banner p,
.identities-banner h2,
.identities-banner p,
.digitalinfrastructures-banner h2,
.digitalinfrastructures-banner p {
  color: #fff;
}

.header .menu > ul > li.menu-item-has-children .menu-subs {
  top: 85px;
  transition: all 0.25s ease;
}

.header .menu > ul > li.menu-item-has-children:hover .menu-subs {
  top: 85px;
}

.header .menu > ul > li .menu-subs.products-card {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(
    90deg,
    #eff0f5 0%,
    #eff0f5 30%,
    #ffffff 30.001%,
    #ffffff 100%
  );
}

.darkmode .header .menu > ul > li .menu-subs.products-card > div > ul > li {
  background: #000;
}

.header .menu > ul > li .menu-subs.products-card > div > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eff0f5;
}

.header .menu > ul > li .menu-subs.products-card > div > ul > li:last-child {
  background: #ffffff;
}

.darkmode
  .header
  .menu
  > ul
  > li
  .menu-subs.products-card
  > div
  > ul
  > li:last-child {
  background: #333;
}

.header .menu > ul > li .menu-subs.products-card > div > ul > li:last-child ul {
  margin-left: 10%;
}

.header
  .menu-item-has-children
  .menu-subs.products-card
  > div
  > ul
  > li.menu-click {
  padding-right: 0;
}

.header
  .menu-item-has-children
  .menu-subs.products-card
  > div
  > ul
  > li.menu-click
  > ul
  > li
  a::after {
  right: 10px;
}

.header .menu-item-has-children .menu-subs.products-card .card {
  background: #eff0f5;
}

.header .menu-item-has-children .menu-subs.products-card .card p {
  height: 100px;
}

.header .menu-item-has-children .menu-click a {
  padding: 12px 0 12px 48px;
  margin-left: 0 !important;
}

.header .menu-item-has-children .menu-click a.active {
  background: #ffffff;
  color: #00abeb !important;
  border-radius: 6px 0px 0px 6px;
}

.darkmode .header .menu-item-has-children .menu-click a.active {
  background: #333;
}

footer h5.call-phone {
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
}

footer .linkftsw a {
  font-size: 14px;
  text-decoration: none;
  margin-left: 12px;
}

footer .linkftsw a:hover::after {
  width: 0 !important;
}

.noshow {
  display: none;
}

.partners .clients-logo-table .owl-nav {
  display: none;
}

.darkmode .blockcntr svg {
  background: #fff;
  border-radius: 8px;
}

.responsibility .icon-slider-block .slider-icon img {
  max-width: 100%;
}

.responsibility .sw-half-circle-block1 {
  background: #95e2ff;
}

.responsibility .sw-half-circle-block2 {
  background-image: linear-gradient(180deg, #00abeb 0%, #0a6fc7 100%);
}

/* mission */

.top_feature.two .techno_flipbox .techno_flipbox_font,
.top_feature.two .techno_flipbox .techno_flipbox_back {
  min-height: 223px;
}

.top_feature.two .techno_flipbox .techno_flipbox_back {
  background: #fff;
}

.top_feature.two .techno_flipbox .techno_flipbox_inner {
  padding: 0 24px;
}

.top_feature.two .icon {
  color: #fff;
  font-size: 40px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  background: #00abeb;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}

.top_feature.two .techno_flipbox .flipbox_title h3 {
  padding-bottom: 0;
  font-size: 21px;
}

.top_feature.two .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
  color: #fff;
  font-size: 21px;
}

.top_feature.two .techno_flipbox_back .flipbox_desc p {
  color: #fff;
}

.techno_flipbox {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  z-index: 1;
}

.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
  min-height: 250px;
  height: auto;
  box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  position: relative;
}

.techno_flipbox .techno_flipbox_back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom,transparent -80%,#00247e); */
}

.techno_flipbox .techno_flipbox_back.box1::before {
  background: url("../images/wd/yj1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.techno_flipbox .techno_flipbox_back.box2::before {
  background: url("../images/wd/yj2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.techno_flipbox .techno_flipbox_back.box3::before {
  background: url("../images/wd/yj3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.techno_flipbox .techno_flipbox_back.box4::before {
  background: url("../images/wd/yj4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.techno_flipbox .icon {
  font-size: 45px;
  line-height: 45px;
}

.techno_flipbox .techno_flipbox_inner {
  text-align: center;
  padding: 0 25px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  perspective: inherit;
  -webkit-perspective: inherit;
  outline: transparent solid 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.techno_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}

.techno_flipbox_font .flipbox_desc p {
  color: #fff;
}

.techno_flipbox .flipbox_title h3 {
  font-size: 22px;
  padding-bottom: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: #fff;
}

.techno_flipbox .techno_flipbox_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 14px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.techno_flipbox .techno_flipbox_back .flipbox_button a {
  text-transform: capitalize;
  margin-top: 22px;
  background: #fff;
  color: #0c5adb;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: 0.5s;
}

.techno_flipbox_back .flipbox_desc p {
  color: #fff;
}

.techno_flipbox .techno_flipbox_back .flipbox_button a i {
  display: none;
}

.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
  padding-bottom: 16px;
  padding-top: 0;
  color: #fff;
  margin-bottom: 0;
}

.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
  color: #fff;
}

.flipbox_area.top_feature.upper .techno_flipbox_font .icon {
  font-size: 45px;
  color: #0c5adb;
  background: transparent;
}

.top_feature.two .techno_flipbox .flipbox_title h3 {
  color: #232323;
}

/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.techno_flipbox:hover .techno_flipbox_back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
  color: #fff;
  border-color: #0c5adb;
  background: #0c5adb;
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
  color: #444;
}

.pages .techno_flipbox_font .flipbox_desc p {
  color: #666;
}

.partners.about {
  background: #fff;
}

.darkmode .partners.about {
  background: #000;
}

.darkmode .top_feature.two .techno_flipbox_font .flipbox_title h3 {
  color: #fff;
}

.techno_flipbox_icon .icon {
  text-align: center;
}

.techno_flipbox_icon .icon img {
  width: 50%;
  margin-top: 20px;
}

.article-tag {
  margin-top: 0;
}

.article-tag .left {
  /* margin-right: 0; */
  padding: 120px 0 60px;
}

.article-tag .left li {
  padding: 20px 24px;
  color: var(--black-color-1);
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 400;
  position: relative;
}

.article-tag .left li.active {
  color: #00abeb;
  font-weight: bold;
}

.article-tag .left li::after {
  content: "\f178";
  position: absolute;
  color: #000;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  right: 15px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: none;
}

.article-tag .left li.active::after {
  color: #00abeb;
  display: inline-block;
}

/* .article-tag .left li:hover {
    color: #00abeb;
    font-weight: bold;
} */

/* .article-tag .left li:hover::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #1436a6;
} */

.article-tag .right {
  padding: 120px 0 60px 100px;
}

.article-tag h3 {
  margin: 0;
}

.article-tag .itmquickinfo a {
  padding: 10px 0;
}

footer .footer-social-sw {
  grid-gap: 0;
}

footer .social-link-sw img {
  max-width: 28px;
}

footer .social-link-sw img:last-child {
  max-width: 25px;
}

.sw-cardwd {
  background: #95e2ff;
  border: 1px solid var(--bg-b0);
}

.demo-three .swbdr:hover {
  background: #95e2ff;
  border: 1px solid var(--bg-b0);
}

.paragraph .sw-blue-btn {
  box-shadow: none;
  font-weight: 400;
  padding: 0px 36px;
  line-height: 48px;
}

.swpt1 span.countertag {
  line-height: 20px;
}

.header .menu > ul > li .menu-subs.products-card {
  height: 600px;
}

.header .menu > ul > li .menu-subs.products-card > div > ul {
  height: 600px;
}

.aboutv2 .demo-three .sw-card .cardicon {
  margin-bottom: 20px;
}

.aboutv2 .demo-three .sw-card h5 {
  height: 60px;
}

.aboutv2 .demo-three .sw-card p {
  height: 100px;
  overflow: hidden;
}

.aboutv2 .sw-cardwd {
  background: #1337a7;
  color: #fff;
}

.aboutv2 .demo-three .swbdr:hover {
  background: #1337a7;
  border: 1px solid var(--bg-b0);
  color: #fff;
}

.aboutv2 .partner-list-box {
  /* width: auto; */
}

.aboutv2 .slide-inner {
  position: relative;
}

.aboutv2 .swiper-slide {
  overflow: hidden;
  color: #000;
}

.aboutv2 .swiper-container {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
}

.aboutv2 .slide-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aboutv2 .swiper-pagination-bullets {
  bottom: -10px;
  height: 20px;
  text-align: center;
}

.aboutv2 .slide-inner h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.aboutv2 .slide-inner h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.aboutv2 .partner-btn .btn {
  background: none;
  cursor: default;
}

.aboutv2 .partner-btn .btn.on {
  background: none;
  color: var(--gradient-9);
}

.aboutv2 .partner-btn .btn span {
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
}

.aboutv2 .partner-btn .btn span.on {
  color: var(--gradient-9);
}

.aboutv2 .partner-btn .btn span::after {
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #00abeb;
}

.aboutv2 .partner-btn .btn span.on::after {
  width: 100%;
}

@keyframes expandFromCenter {
  0% {
    width: 0;
    left: 50%;
  }

  100% {
    width: 100%;
    left: 0;
  }
}

.aboutv2 .partner-btn .btn span:hover::after {
  animation: expandFromCenter 0.3s forwards;
}

.portfolidiv img {
  border-radius: 14px;
}

.social-switch li {
  display: inline-block;
  cursor: pointer;
  margin-left: 12px;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 4px;
}

.social-switch li::after {
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #00abeb;
}

.social-switch li.active::after {
  width: 100%;
}

.social-switch li:hover::after {
  animation: expandFromCenter 0.3s forwards;
}

.social-list-item {
  position: relative;
}

.social-list-item.showout {
  position: absolute;
  left: -999999999px;
}

/* .token-section.style-two .social02 .token-content:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -98px;
    content: "";
    width: 60px;
    height: 60px;
    margin: auto;
    background: url("../images/wd/vpointhere.gif");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.token-section.style-two .social02 .token-inner-content:before {
    display: none;
} */

header .menu-subs .card .card-img,
header .menu-subs .card .card-img-top {
  border-radius: 14px;
}

.section-space .innercardiocn {
  padding: 0;
}

.icon-slider-block .slider-icon img {
  max-width: 198px;
}

.header
  .menu-item-has-children
  .menu-subs
  > div
  > ul
  > li.menu-click-title
  .card
  a:hover
  i {
  transition: all 0.3s ease;
}

.header
  .menu-item-has-children
  .menu-subs
  > div
  > ul
  > li.menu-click-title
  .card
  a:hover
  i {
  margin-left: 8px;
}

.blog-post-details-sw h1 {
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
}

.blog-post-details-sw h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 42px;
}

.blog-post-details-sw h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 36px;
}

.blog-post-details-sw h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 38px;
}

.blog-post-details-sw h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 34px;
}

.blog-post-details-sw1 h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cardicon2 img {
  width: 120px;
  margin-bottom: 20px;
}

.mission-watchdata .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00abeb;
}

.mission-watchdata .swiper-pagination-bullet-active {
  background: #1437a6;
}

/* 新的关于我们的历史滚动 */
.history-v1 .owl-item .token-content {
  display: block;
}

.history-v1 .owl-item .single-token-box .token-inner-content::after {
  display: none;
}

.history-v1 .owl-item .single-token-box .token-inner-content::before {
  background-image: url("../images/icons/jiantou2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  width: 34px;
  height: 20px;
  margin: 0;
}

.history-v1 .social02 .owl-item .single-token-box .token-inner-content::before {
  background-image: url("../images/icons/jiantou3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.history-v1 .owl-item .single-token-box .token-inner-content h4 {
  text-align: left;
}

.history-v1 .owl-item .single-token-box .token-content {
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
  top: 60px;
}

.history-v1 .owl-item .single-token-box .token-content span {
  color: var(--black-color-1);
}

.history-v1 .owl-item .single-token-box .token-content::after {
  display: none;
}

.history-v1 .single-token-box {
  padding: 40px 40px 100px;
  /* transition: all 0.3s ease; */
}

.history-v1 .single-token-box:hover {
  background-color: #1437a6;
  border-radius: 14px;
}

.history-v1 .owl-item .single-token-box:hover .token-inner-content::before {
  background-image: url("../images/icons/jiantou1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: inherit;
}

.history-v1 .owl-item .single-token-box:hover .token-inner-content h4 {
  color: #fff;
}

.history-v1 .owl-item .single-token-box:hover .token-content {
  background-color: inherit;
}

.history-v1 .owl-item .single-token-box:hover .token-content span {
  color: #fff;
}

.history-v1 .social-list-item .shape5 {
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  bottom: auto;
  top: 99px;
}

.history-v1 .social-list-item .shape5 img {
  display: none;
}

.weixin-img {
  position: relative;
}

.weixin-img::after {
  content: " ";
  position: absolute;
  left: -50px;
  top: -135px;
  width: 120px;
  height: 120px;
  background-image: url("../images/wd/weixinwd.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.weixin-img:hover::after {
  display: block;
}

.single .nav-links {
  display: flex;
  gap: 20px;
}

.aligncenter,
.has-text-align-center {
  text-align: center;
}

.size-full {
  width: 100%;
}

/* box-product-v2 */
.box-product-v2 {
  margin: 0 20px;
}

.box-product-v2 > div {
  display: flex;
}

.box-product-v2 .box-icon {
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  padding: 8px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.box-product-v2.big-box .box-icon {
  text-align: center;
  border: 2px solid #999;
  border-radius: 50%;
  padding: 3px;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 0 auto;
}

.box-product-v2 .box-icon img {
  margin: auto 0;
  width: 60px;
}

.box-product-v2.big-box .box-icon img {
  margin: auto 0;
  width: 160px;
}

.box-product-v2 .box-info {
  margin: 0 0 auto 24px;
}

/* product-series */
.product-series.aboutv2 .swiper-container {
  height: auto;
}

.product-series .container {
  margin-bottom: 24px;
}

.product-series .title-top {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: url("../images/wd/title001.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  /* cursor: pointer; */
}

.product-series .main-body {
  /* display: none; */
  display: block;
}

.product-series .active .title-top {
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
}

.product-series .active .jiantou-top {
  /* display: none; */
}

.product-series .active .main-body {
  /* display: block; */
}

.product-series .jiantou-top {
  width: 100%;
  height: 60px;
  /* background-image: url("../images/wd/jiantou001.png"); */
  background-repeat: no-repeat;
  background-position: 50% 0;
  cursor: pointer;
  text-align: center;
  display: none;
}

.product-series .jiantou-bottom {
  width: 100%;
  height: 60px;
  /* background-image: url("../images/wd/jiantou002.png"); */
  background-repeat: no-repeat;
  background-position: 50% 0;
  cursor: pointer;
  display: none;
}

.product-series .jiantou-top .view-more {
  position: relative;
  width: 100px;
  height: 50px;
  margin: auto;
  padding-top: 6px;
}

.product-series .jiantou-top .view-more-arrow {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
}

@keyframes arrowMove0 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

@keyframes arrowMove1 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

@keyframes arrowMove2 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

.product-series .jiantou-top .view-more-arrow-0 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove0;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-bottom: 2px solid #6ab8d4;
  border-left: 2px solid #6ab8d4;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
  margin: 0 auto;
}

.product-series .jiantou-top .view-more-arrow-1 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove1;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-bottom: 2px solid #00abeb;
  border-left: 2px solid #00abeb;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  margin: 2px auto 0;
  transform: rotate(-45deg);
  width: 8px;
}

.product-series .jiantou-top .view-more-arrow-2 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove2;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-bottom: 2px solid #1437a6;
  border-left: 2px solid #1437a6;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  margin: 2px auto 0;
  transform: rotate(-45deg);
  width: 8px;
}

.product-series .jiantou-bottom .view-more {
  position: relative;
  width: 100px;
  height: 50px;
  margin: auto;
  padding-top: 6px;
}

.product-series .jiantou-bottom .view-more-arrow {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
}

@keyframes arrowMove01 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(-9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

@keyframes arrowMove11 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(-9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

@keyframes arrowMove21 {
  from {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }

  to {
    transform: translateY(-9.376px) rotate(-45deg);
    opacity: 0.5;
  }
}

.product-series .jiantou-bottom .view-more-arrow-0 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove01;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-top: 2px solid #6ab8d4;
  border-right: 2px solid #6ab8d4;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
  margin: 0 auto;
}

.product-series .jiantou-bottom .view-more-arrow-1 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove11;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-top: 2px solid #00abeb;
  border-right: 2px solid #00abeb;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  margin: 2px auto 0;
  transform: rotate(-45deg);
  width: 8px;
}

.product-series .jiantou-bottom .view-more-arrow-2 {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrowMove21;
  background: linear-gradient(45deg, transparent 50%, transparent 0);
  border-top: 2px solid #1437a6;
  border-right: 2px solid #1437a6;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  margin: 2px auto 0;
  transform: rotate(-45deg);
  width: 8px;
}

.product-series .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: url("../images/wd/title001.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.product-series .img {
  width: 100%;
  height: 400px;
  background-color: #404b64;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-series .img-full {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-series .video {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.product-series .img img {
  max-height: 380px;
}

.product-series .img-full img {
  max-height: 400px;
}

.product-series .video video {
  width: 100%;
}

.product-series .info {
  display: flex;
  margin: 24px;
}

.product-series .info .text {
  width: 70%;
  padding: 20px 50px 20px 50px;
  text-align: left;
  min-height: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-series .info .text-full {
  width: 100%;
  padding: 20px 50px 20px 50px;
  text-align: left;
  min-height: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-series .info .icon {
  width: 29%;
  display: flex;
  /* align-items: flex-end; */
  font-weight: bold;
  color: #1437a6;
  text-align: center;
  padding: 20px;
}

.product-series .info .icon img {
  display: block;
  width: 80px;
  margin: 0 auto 24px auto;
}

.product-series .swiper-wrapper,
.product-series .medialist {
  height: 400px;
}

.product-series.aboutv2 .swiper-pagination-bullets {
  bottom: auto;
  top: 360px;
}

.product-series .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
  height: 12px;
  width: 12px;
}

.product-series .swiper-pagination-bullet-active {
  background-color: #00abeb;
  opacity: 1;
}

.product-series .slide-bg-image {
  height: 100%;
}

.product-series .slide-bg-image > div {
  display: none;
}

.f24 {
  font-size: 24px;
}

.cardaclr {
  position: relative;
}

.cardaclr .left-box {
  background: #f6f7ff;
}

section.cardaclr {
  padding: 0;
}

section.cardaclr::before {
  content: "";
  background: #f6f7ff;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.cardaclr .right-box {
  background: #ffffff;
  position: relative;
}

/* .product-series .img-full .swiper-button-box .swiper-button-next, .product-series .swiper-button-box .swiper-button-prev {
}

.product-series .img-full .swiper-button-box .swiper-button-next::before, .product-series .swiper-button-box .swiper-button-prev::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
} */

.product-series .swiper-button-box .swiper-button-next {
  background-image: url("../images/wd/next.png");
}

.product-series .swiper-button-box .swiper-button-prev {
  background-image: url("../images/wd/prev.png");
}

.product-series .container {
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 14%);
  padding: 0;
  border-radius: 14px;
}

.innercardiocn {
  padding: 5px 0px 10px 0px;
  width: 52px;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  padding: 8px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.video-full {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.video-full video {
  width: 100%;
}

.img-big-center .sw-work-preview .sw-left-slot {
  text-align: center;
}

.img-big-center .sw-work-preview img {
  max-width: 45%;
  margin: 0 auto;
  height: auto;
}

.img-small-row .sw-tabs-links {
  text-align: center;
}

.img-small-row ul {
  display: block;
}

.img-small-row li {
  display: inline-block;
}

.shehuizheren {
  height: 380px;
}

.shehuizheren .swiper-container {
  height: 380px;
}

.shehuizheren .swiper-pagination {
  bottom: 20px;
}

@media screen and (max-width: 992px) {
  .shehuizheren {
    height: 500px;
    display: block;
  }

  .shehuizheren > div {
    margin-bottom: 24px;
  }

  .shehuizheren .swiper-pagination {
    bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .pdl100 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  section.cardaclr::before {
    display: none;
  }
  .cardaclr .left-box {
    background: #ffffff;
  }

  .darkmode .cardaclr .left-box {
    background: var(--black-bg-2);
    color: #ffffff;
  }

  .darkmode .sw-tabs-links .nav-tabs .nav-link {
    color: #ffffff;
  }

  .darkmode .cardaclr .right-box {
    background: var(--black-bg-2);
    color: #ffffff;
  }

  .darkmode .sw-tabs-links .nav-tabs .nav-link h5 {
    color: #ffffff;
  }

  .darkmode .sw-tabs-links .nav-tabs .nav-link.active h5 {
    color: #00abeb;
  }
}

.darkmode .cardaclr::before {
  display: none;
}

.darkmode .cardaclr .left-box {
  background: var(--black-bg-2);
  color: #ffffff;
}

.darkmode .sw-tabs-links .nav-tabs .nav-link {
  color: #ffffff;
}

.darkmode .cardaclr .right-box {
  background: var(--black-bg-2);
  color: #ffffff;
}

.darkmode .sw-tabs-links .nav-tabs .nav-link h5 {
  color: #ffffff;
}

.darkmode .sw-tabs-links .nav-tabs .nav-link.active h5 {
  color: #00abeb;
}

.darkmode .sw-tabs-links .nav-tabs .nav-link:hover {
  background-color: var(--white-color);
  color: #00abeb;
}

.darkmode .sw-tabs-links .nav-tabs .nav-link:hover h5 {
  color: #00abeb;
}

.darkmode .box-product-v2 .box-icon {
  background-color: #ffffff;
}

.darkmode .article-tag .left li {
  color: #ffffff;
}

.darkmode .article-tag .left li.active {
  color: #00abeb;
  font-weight: bold;
}

.darkmode .cardicon img {
  background-color: #ffffff;
  border-radius: 14px;
}

.darkmode .history-v1 .owl-item .single-token-box .token-content span {
  color: #ffffff;
}

.darkmode .history-v1 .owl-item .single-token-box .token-inner-content::before {
  background-image: url("../images/icons/jiantou2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}

.darkmode
  .history-v1
  .social02
  .owl-item
  .single-token-box
  .token-inner-content::before {
  background-image: url("../images/icons/jiantou3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}

.darkmode #partners_point {
  background-color: black !important;
  color: #ffffff;
}

.darkmode .text-gradient-1 {
  color: #ffffff;
}

.darkmode .aboutv2.mission-watchdata {
  background-image: none !important;
}

.darkmode .aboutv2.mission-watchdata h5 {
  color: #ffffff !important;
}

@media screen and (max-width: 992px) {
  .img-small-row .sw-tabs-links .nav {
    display: block;
  }
}

.office-block .locationimg img {
  height: auto;
}

.darkmode .connectivity-banner {
  background: url(../images/common/ba1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.darkmode .payment-banner {
  background: url(../images/common/ba2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.darkmode .identities-banner {
  background: url(../images/common/ba3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.darkmode .digitalinfrastructures-banner {
  background: url(../images/common/ba4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.darkmode .dark-white {
  background-color: #ffffff;
}

.darkmode .article-tag .left li::after {
  color: #cccccc;
}

.darkmode .article-tag .left li.active::after {
  color: #00abeb;
}

.darkmode .nav-previous span,
.darkmode .nav-next span {
  color: #ffffff;
}

.darkmode article .page-numbers li span,
.darkmode article .page-numbers li a {
  background-color: var(--black-bg-3);
  border: 1px solid #333333;
  color: #ffffff;
}

.darkmode article .page-numbers li span:hover,
.darkmode article .page-numbers li a:hover {
  background-color: var(--black-bg-3);
  border: 1px solid #333333;
  color: #ffffff;
}

.darkmode .text-gradient-1 {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-mobile-toggle-wrap {
	display: grid;
    align-content: center;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .header .menu-mobile-toggle {
		width: 15px;
        height: 10px;
	}
	.header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
        top: 4px;
    }
	.header .menu-mobile-toggle span:nth-child(4) {
        top: 8px;
    }
	.header .menu > ul > li.menu-item-has-children:hover .menu-subs {
		top: 50px;
		padding: 0;
		height: 100vh;
	}
	.header .menu-item-has-children .menu-subs.products-card > div > ul > li.menu-click {
		padding-right: 15px;
	}
	.header .menu-item-has-children .menu-subs.products-card .card p {
		height: auto;
	}
	.header .menu > ul > li.menu-item-has-children .menu-subs {
		top: 50px;
		padding: 0;
		height: 100vh;
	}
}

.darkmode .sw-card .cardicon {
  width: 70px;
  height: 70px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 12px;
}

article.article-tag {
  position: relative;
  margin-bottom: 0;
}

article.article-tag::before {
  content: "";
  background: #f6f7ff;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

article.article-tag .right {
  background: #ffffff;
  position: relative;
}

.darkmode article.article-tag {
  background: #000000;
}

.darkmode article.article-tag::before {
  display: none;
}

.darkmode article.article-tag .right {
  background: inherit;
}

@media screen and (max-width: 990px) {
  article.article-tag::before {
    display: none;
  }

  .article-tag .left {
    padding: 40px 0 40px 0;
  }

  .article-tag .right {
    padding: 0 0 60px 0;
  }

  .article-tag .cardforimg {
    text-align: center;
    margin-bottom: 12px;
  }
}

.left-box ul.nav {
  padding-bottom: 24px;
}

.owl-carousel.milestone .our-works {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.owl-carousel.milestone .our-works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 90, 219, 0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.owl-carousel.milestone .our-works:hover:before {
  opacity: 1;
}

.owl-carousel.milestone .our-works .infoblocis {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  /* height: 100%; */
  color: #ffffff;
  padding: 0 50px 0 38px;
  transition: all 0.5s ease-in-out;
}

.owl-carousel.milestone .our-works:hover .infoblocis {
  bottom: 80px;
}

#scrollUp {
  right: 20px;
}

.alignTop {
  display: flex;
  flex-direction: inherit;
  align-items: flex-start;
}

.hero-slider .slide-inner .banner-logo {
  transform: translate3d(0px, 0px, 0px);
  position: absolute;
  top: 8vh;
  right: 8vw;
  max-width: 10vw;
}

.swbluketcard .dateandvieicon p {
  margin-top: 0;
}

.owl-carousel.full-button.centerbtns .owl-nav button {
  transition: 0.5s all;
}
.owl-carousel.full-button.centerbtns .owl-nav button:hover {
  background: #00abeb;
  color: #ffffff;
}

.itmquickinfo {
  display: flex;
  justify-content: flex-end;  /* 改为右对齐 */
  align-items: center;
  font-size: 14px;
}

article.article-tag.info::before {
  display: none;
}

article.article-tag.info {
  background: #f6f7ff;
}

article.article-tag.info h1 {
  text-align: center;
  font-size: 24px;
}

article.article-tag.info .details {
  background-color: #ffffff;
  padding: 60px 200px 0;
}

.darkmode article.article-tag.info {
  background: #000000;
}

.darkmode article.article-tag.info .details {
  background: #000000;
}

.darkmode article.article-tag.info .details .time div {
  background: #000000;
}

.darkmode article.article-tag.info a {
  color: #fff;
}

@media screen and (max-width:990px) {
  article.article-tag.info .details {
      padding: 60px 100px 0;
    }
}

@media screen and (max-width:780px) {
  article.article-tag.info .details {
      padding: 60px 50px 0;
    }
    article.article-tag .right {
      padding-left: 16px;
      padding-right: 16px;
    }
}

@media screen and (max-width:560px) {
  article.article-tag.info .details {
      padding: 60px 30px 0;
    }
    article.article-tag .right {
      padding-left: 12px;
      padding-right: 12px;
    }
}

article.article-tag.info .details .time {
  text-align: center;
  margin: 10px 0 30px;
  position: relative;
}

article.article-tag.info .details .time::before {
  content: " ";
  position: absolute;
  top: 14px;
  left: 20%;
  right: 20%;
  border-bottom: 1px solid #cccccc;
}

article.article-tag.info .details .time div {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 20px;
  position: relative;
}

article.article-tag.info .details .time img {
  width: 20px;
  margin-bottom: 3px;
  margin-right: 12px;
}

article.article-tag.info .details .entry-content video {
  margin-top: 1rem;
  max-width: 100%;
}

.separator {
  margin: 0 5px; /* 增加左右两边的间距 */
  font-size: 14px; /* 调整大小 */
  display: inline-block;
  width: auto;
  padding: 0;
}

.nopdlr {
  padding-left: 0;
  padding-right: 0;
}

.spd5 {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.linktitle {
  font-weight: 800;
  font-size: 17px;
}

.industry-work ul.nav li button {
  padding: 2px !important;
}
.industry-work ul.nav li button.active {
  background-color: #00abeb !important;
}

.img-bg-01 {
  background-color: #f5f6fa;
}

.nav-woqi a {
  display: inline-block;
  width: auto;
  padding: 0;
}

@media screen and (max-width:1024px) {
  .aboutv2 .demo-three .sw-card h5 {
    height: auto;
    min-height: 60px;
  }
}

.swbluketcard .div-card-img-info {
  flex: 1;
}

@media screen and (max-width:1199px) {
  .header .menu {
    max-width: 100%;
    width: 100%;
  }

  .header .menu > ul > li .menu-subs.products-card {
    height: 600px;
  }

  .header .menu-item-has-children .menu-subs.products-card > div > ul > li.menu-click {
      padding-right: 0 !important;
  }

  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
      height: 600px;
  }

  .header .menu-item-has-children:hover .menu-subs.products-card > div > ul > li.menu-click {
      padding-right: 0 !important;
  }
}

.v-top {
  vertical-align: top;
  align-items: flex-start;
}

h3.title34 {
  font-size: 34px;
}

footer .footer-right-logo {
  text-align: right;
}

footer .footer-right-logo img {
  width: 150px;
}

@media screen and (max-width:990px) {
  footer .footer-right-logo {
    margin-top: 20px;
    text-align: left;
  }
}

section.breadcrum-area {
  background-size: cover;
}