/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family:sans-serif,-apple-system,system-ui,BlinkMacSystemFont,"Helvetica Neue","Helvetica",sans-serif;}
body {font-size: 14px;color: #333333;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: inherit;}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.pv20 {padding-top: 20px;padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;display: none;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #fff;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.logo-img,.footer-logo {
  display: block;
  width: 240px;
  max-width: 240px;
}

 /* html,body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
} */


.bb {border-bottom: 1px solid #e8e8e8;}

.pages {
  text-align: center;
  padding: 50px 0;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

.pages li {
  display: inline-flex;
  font-size: 16px;
  color: #666666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.pages li a {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages li:hover {
  text-decoration: underline;
}

.pages li span {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages .iconfont {font-size: 18px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#004ea2;
  color: #fff;
}

.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.home-hero {
  background-color: #132943;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,31,52,.92) 0%, rgba(20,45,72,.76) 38%, rgba(20,45,72,.28) 68%, rgba(20,45,72,.42) 100%),
    linear-gradient(0deg, rgba(12,28,47,.42), rgba(12,28,47,.08));
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 8%;
  width: 360px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.14);
  border-left: 0;
  border-bottom: 0;
  opacity: .55;
  pointer-events: none;
}

.banner-i {
  width: 100%;
  display: block;
}

.home-hero .banner-img {
  min-height: 620px;
  object-fit: cover;
  filter: saturate(.78) contrast(.98) brightness(.78);
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder{
  color: rgba(255,255,255,0.6);
}
.normal-place :-moz-placeholder{
  color: rgba(255,255,255,0.6);
}
.normal-place :-ms-input-placeholder{
  color: rgba(255,255,255,0.6);
}


.underline {text-decoration: underline;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover,.head-right-links:hover {color: #004ea2;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #004ea2;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {}
.col-yel {color: #004ea2;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 20px;
    opacity: 0;
  }
  100% {
      padding-top: 0px;
      opacity: 1;
  }
}

@keyframes hideIndex2{
  0%{ padding-top: 20px;opacity: 0; }
  100%{padding-top: 10px; opacity: 1;}
}

@media (min-width:1240px) { 
  
}


.normal-swiper-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #1f3a5f;
  background-color: #1f3a5f;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  transform: translate(0,-50%);
}

.normal-swiper-btn.swiper-button-disabled {
  background-color: #f6f7f9;
  color: #1f3a5f;
  opacity: 1;
}
.normal-swiper-btn::after{
  font-size: 20px;
}

.more-btn:hover {
  color: #004ea2;
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.center-box1 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.responsive-y::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 4px;
  background: #76c5e1;
}


.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;background-color: #fff;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;}

.block {
  display: block;
  width: 100%;
}

.normal-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.head {
  padding: 30px 0;
}

.nav-ul>li {
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}

.banner-word {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 50px;
}

.banner-tit {
  max-width: 760px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.32;
}

.banner-desc {
  max-width: 780px;
  font-size: 24px;
  line-height: 1.75;
  color: rgba(255,255,255,.9);
  overflow-wrap: anywhere;
}

.banner-kicker {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.52);
  font-size: 16px;
  color: #fff;
  background-color: rgba(35,62,98,.28);
}

.banner-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  font-size: 16px;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.banner-btn-primary {
  background-color: #2c6f9f;
  border-color: #2c6f9f;
}

.banner-btn:hover {
  transform: translateY(-2px);
  background-color: rgba(255,255,255,.16);
}

.banner-btn-primary:hover {
  background-color: #3381b8;
  border-color: #3381b8;
}

.banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.banner-tags span {
  padding: 7px 12px;
  background-color: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  font-size: 14px;
  color: #fff;
}

.swiper-banner-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.5);
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.normal-pd {
  padding: 80px 0;
}

.normal-pb {
  padding-bottom: 80px;
}

.section-head {
  gap: 40px;
  margin-bottom: 36px;
}

.section-eyebrow {
  margin-bottom: 10px;
  font-size: 16px;
  color: #73839a;
}

.section-desc {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.section-more {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #233e62;
  color: #233e62;
  font-size: 16px;
}

.growth-box {
  background-color: #f7f9fb;
}

.growth-path {
  border-top: 1px solid #dfe6ee;
  border-left: 1px solid #dfe6ee;
}

.growth-path>li {
  width: 20%;
  min-height: 190px;
  padding: 28px 22px;
  border-right: 1px solid #dfe6ee;
  border-bottom: 1px solid #dfe6ee;
  background-color: #fff;
  position: relative;
}

.growth-path>li::after {
  content: '';
  width: 28px;
  height: 1px;
  background-color: #b9c6d5;
  position: absolute;
  top: 42px;
  right: -14px;
  z-index: 1;
}

.growth-path>li:last-child::after {
  display: none;
}

.growth-path span {
  display: block;
  margin-bottom: 26px;
  font-size: 15px;
  color: #8a96a3;
  letter-spacing: 1px;
}

.growth-path strong {
  display: block;
  font-size: 22px;
  line-height: 1.35;
  color: #233e62;
}

.growth-path p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.service-right {
  padding-right: 40px;
  width: 50%;
  padding-bottom: 40px;
}

.service-right::before {
  content: '';
  width: 175px;
  height: 190px;
  background-color: #dae5ef;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}

.service-tit {
  font-size: 44px;
  font-weight: 600;
  color: #1f3a5f;
}

.service-desc {
  font-size: 22px;
  line-height: 1.8em;
  margin-top: 20px;
  max-width: 470px;
}

.service-ul-bottom-icon {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(0,-50%);
}

.service-ul>li {
  width: 31.2%;
  margin-left: 3.2%;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 180px;
  position: relative;
}

.swiper-service .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 180px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}

.service-ul-top {
    padding-top: 100%;
    position: relative;
}

.pic1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.service-ul-bottom {
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #f6f6f6;
  transition: all .3s ease;
}

.service-ul-bottom-tit {
  font-size: 28px;
  font-weight: 500;
}

.service-ul-bottom-desc {
  font-size: 16px;
  color: #999999;
  line-height: 1.8em;
  overflow: hidden;
  transition: max-height .3s ease;
  max-height: 28px;
}

.service-ul>li:hover .service-ul-bottom-desc,.swiper-service .swiper-slide:hover .service-ul-bottom-desc {
  max-height: 120px;
  -webkit-line-clamp: unset;
}

.service-ul-bottom-flag {
  padding: 5px;
  display: inline-block;
  position: relative;
  color: #1f3a5f;
}

.service-ul-bottom-flag::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  background-color: #1f3a5f;
  opacity: 0.5;
}

.service-ul-bottom-flag:first-child::before {
  display: none;
}

.home-policy {
  background-color: #f7f9fb;
}

.home-policy-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-policy-list>li {
  background-color: #fff;
  border: 1px solid #e2e8f0;
}

.home-policy-list a {
  display: block;
  min-height: 238px;
  padding: 26px 22px;
}

.home-policy-list span {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  color: #7b8794;
}

.home-policy-list strong {
  display: block;
  min-height: 78px;
  font-size: 20px;
  line-height: 1.45;
  color: #233e62;
}

.home-policy-list p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.home-service-section {
  background-color: #fff;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-service-card {
  display: block;
  min-height: 320px;
  padding: 30px 26px;
  border: 1px solid #dfe6ee;
  background-color: #f7f9fb;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.home-service-card:hover {
  transform: translateY(-4px);
  border-color: #b8c6d8;
  background-color: #fff;
}

.home-service-no {
  margin-bottom: 34px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #8a96a3;
}

.home-service-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #233e62;
}

.home-service-desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.home-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.home-service-tags span {
  padding: 6px 10px;
  border: 1px solid #d6e0eb;
  background-color: #fff;
  font-size: 14px;
  color: #233e62;
}

.enterprise-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.enterprise-fit-grid>li {
  min-height: 210px;
  padding: 26px 22px;
  border: 1px solid #dfe6ee;
  background-color: #f7f9fb;
  color: #233e62;
}

.enterprise-fit-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border: 1px solid #c9d7e5;
  color: #2c6f9f;
  font-size: 14px;
  font-weight: 600;
}

.enterprise-fit-grid strong {
  display: block;
  min-height: 64px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  color: #233e62;
}

.enterprise-fit-grid small {
  font-size: 15px;
  font-weight: 400;
}

.enterprise-fit-grid p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
}

.footer {
  background-color: #15293d;
  color: rgba(255,255,255,0.6);
}

.footer-top {
  padding: 60px 0 40px;
}

.footer-top-tab {
  font-size: 16px;
}

.footer-top-ul>li {
  margin-left: 60px;
}

.footer-link {
  margin-top: 10px;
}

.footer-bott {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.customer-inner {
  padding-top: 100%;
  margin-bottom: -65%;
}

.customer-circle1 {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #ebf1f4;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.customer-circle2 {
  width: calc(100% - 20%);
  padding-top: calc(100% - 20%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #dfeaf1;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.customer-circle3 {
  width: calc(100% - 40%);
  padding-top: calc(100% - 40%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.customer-circle3-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.TJ-ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.TJ-ul>li {
  position: absolute;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.TJ-ul>li:nth-of-type(1) {
  transform: translate(calc(-100% + 50px), -50%);
}

.TJ-ul>li:nth-of-type(2) {
  transform: translate(calc(-100% + 50px), -50%);
}

.TJ-ul>li:nth-of-type(4) {
  transform: translate(calc(-50% + 50px), -50%);
}

.TJ-ul>li:nth-of-type(5) {
  transform: translate(calc(-50% + 50px), -50%);
}

.p-img-desc {
  font-size: 22px;
  flex: 1;
  line-height: 1.6em;
}

.p-img {
  width: 70px;
}

.p-img-box {
  margin: 10px;
}

.TJ-ul>li:nth-of-type(1),.TJ-ul>li:nth-of-type(2) {
  flex-direction: row-reverse;
}

.TJ-ul>li:nth-of-type(3) {
  flex-direction: column-reverse;
}

.head.blur {
  background-color: #1f3a5f;
}

.banner-list-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 50px;
}

.banner-list-tit {
  font-size: 40px;
  font-weight: 600;
}

.banner-list-desc {
  font-size: 30px;
  line-height: 1.8em;
}

.nav-position {
  color: #999;
}

.nav-position-pd {
  padding: 25px 0;
}

.about-tab-ul>li a {
  display: inline-flex;
  min-width: 155px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  border-radius: 999px;
  transition: all .3s ease;
  font-size: 20px;
}

.about-tab-ul>li.on a,.about-tab-ul>li:hover a {
  background-color: #233e62;
  color: #fff;
  border-color: #233e62;
}

.about-tab-ul>li {
  margin-top: 20px;
}

.about-tab-ul>li + li {
  margin-left: 40px;
}

.about-tit {
  font-size: 40px;
  color: #233e62;
  padding-bottom: 30px;
  position: relative;
}

.about-tit::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.about-show {
  padding: 30px 0;
  font-size: 20px;
  color: #666666;
  line-height: 1.8em;
}

.industry-detail-content {
  padding: 40px 0;
  font-size: 17px;
  line-height: 2;
  color: #333333;
  word-break: break-word;
}

.industry-detail-content p {
  margin: 0 0 28px;
}

.industry-detail-content h2 {
  margin: 44px 0 20px;
  font-size: 24px;
  line-height: 1.45;
  color: #233e62;
  font-weight: 600;
}

.industry-detail-content h3 {
  margin: 34px 0 16px;
  font-size: 20px;
  line-height: 1.5;
  color: #2f486a;
  font-weight: 600;
}

.industry-detail-content ul,
.industry-detail-content ol {
  margin: 0 0 28px 1.2em;
  padding-left: 1em;
}

.industry-detail-content li {
  margin-bottom: 8px;
  line-height: 1.9;
}

.industry-detail-content strong {
  color: #233e62;
  font-weight: 600;
}

.about-culture-right {
  width: 40.98%;
}

.about-culture-left {
  width: 40.20%;
}

.about-culture-ul>li {
  padding: 50px;
}

.about-culture-ul>li:nth-of-type(2n+1) {
  background-color: #f9fafb;
}

.about-culture-left-tit {
  font-size: 34px;
  color: #233e62;
  font-weight: 600;
}

.about-culture-left-desc {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 20px;
}

.about-culture-ul {
  border-top: 1px solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
}

.ability-box {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background-color: rgba(35, 62, 98, .86);
  border-radius: 10px;
  padding: 40px;
  width: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
  max-width: 100%;
  overflow: hidden;
}

.core-ul-right {
  width: 48.8%;
}

.core-ul-left {
  width: 37.6%;
}

.core-ul>li:nth-of-type(2n+1) {
  background: url(../img/core-bj.png) no-repeat center center;
  background-size: cover;
}


.br20 {
  border-radius: 20px;
}


.banner-list-desc1 {
  font-size: 18px;
  line-height: 1.6em;
  max-width: 600px;
}

.desc-box {
  font-size: 18px;
  line-height: 1.8em;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.product-inner-left {
  width: 50%;
}

.product-system-architecture {
  margin-top: 28px;
  padding: 34px;
  background-color: #f7f9fb;
  border: 1px solid #dfe6ee;
}

.product-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #dfe6ee;
  border-left: 1px solid #dfe6ee;
}

.product-process li {
  min-height: 178px;
  padding: 24px 18px;
  background-color: #fff;
  border-right: 1px solid #dfe6ee;
  border-bottom: 1px solid #dfe6ee;
}

.product-process span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #8a96a3;
  letter-spacing: 1px;
}

.product-process strong {
  display: block;
  font-size: 21px;
  line-height: 1.4;
  color: #233e62;
}

.product-process p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.product-ul-tit {
  font-size: 40px;
  font-weight: 600;
  color: #233e62;
}

.product-ul>li {
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.product-ul-desc {
  font-size: 20px;
  line-height: 1.6em;
  margin: 10px 0 15px;
}

.product-inner-right-dl + .product-inner-right-dl {
  margin-top: 30px;
}

.product-inner {
  background-color: #f4f5f7;
}

.product-inner-right {
  padding: 20px 40px 20px 60px;
}

.product-inner-right-dl dt {
  font-size: 30px;
  font-weight: 600;
}

.product-inner-right-dl dd {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 10px;
  color: #666666;
}

.product-inner-left-img {
  height: 100%;
  object-fit: cover;
}

.product-ul-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  width: 120px;
  height: 50px;
  background-color: #233e62;
  color: #fff;
  border-radius: 20px 0 20px 0;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.product-inner-right-desc {
  font-size: 24px;
  line-height: 1.8em;
}

.data-ability-box-right {
  width: 50%;
}

.data-ability-box-left {
  padding: 40px;
  font-size: 20px;
  line-height: 1.8em;
}

.data-ability-box {
  background-color: #f6f7f8;
}

.knowledge-ul {
  margin-top: -40px;
}

.knowledge-ul-left {
  width: 46.72%;
  position: relative;
  z-index: 1;
}

.knowledge-ul-right {
  flex: 1;
  /* padding: ; */
  position: relative;
  padding: 30px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.knowledge-ul-right::after {
  content: '';
  height: 100%;
  width: 106%;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  top: 0;
  right: 0;
  position: absolute;
}

.knowledge-ul-left-img {
  transform: translateY(-40px);
}

.knowledge-ul>li {
  margin-top: 100px;
}

.knowledge-ul>li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.knowledge-ul>li:nth-of-type(2n) .knowledge-ul-right::after {
  left: 0;
  right: auto;
}

.industry-ul>li {
  padding: 34px 0;
  border-bottom: 1px solid #ebebeb;
}

.industry-ul-right {
  width: 34%;
  border-radius: 8px;
  background-color: #eef3f8;
}

.industry-ul-left {
  width: 59%;
}

.industry-ul-left-tit {
  font-size: 25px;
  line-height: 1.45;
  color: #233e62;
}

.industry-ul-left-time {
  font-size: 14px;
  color: #233e62;
}

.industry-ul-left-desc {
  line-height: 1.8em;
  font-size: 16px;
  color: #666666;
}

.check-more-btn {
  display: inline-flex;
  width: 140px;
  height: 45px;
  background-color: #233e62;
  border-radius: 999px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.industry-ul-right-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.industry-detail-info {
  color: #233e62;
}

.industry-detail-tit {
  font-size: 34px;
  color: #2f486a;
  line-height: 1.45;
}

.industry-detail-box {
  background-color: #f4f5f7;
  padding: 20px;
}

.prev-next {
  display: block;
  width: 48%;
  font-size: 16px;
  color: #999999;
  padding: 10px 12px;
  transition: background-color .2s ease, color .2s ease;
}

.prev-next span {
  display: block;
  margin-bottom: 8px;
}

.prev-next:hover {
  background-color: #fff;
}

.prev-next em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-style: normal;
  line-height: 1.65;
  color: #666;
}

.prev-next:hover em {
  color: #233e62;
}

.prev-next-disabled {
  cursor: default;
}

.prev-next-disabled:hover {
  background-color: transparent;
}

.prev-next-box {
  background-color: #f4f5f7;
  padding: 20px;
}

.contact-ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-ul>li {
  min-height: 238px;
  padding: 34px 28px 30px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  box-shadow: 0 14px 34px rgba(31,58,95,.07);
}

.contact-ul-top {
  display: flex;
  justify-content: center;
}

.contact-ul-top-img {
  width: 72px;
  height: 72px;
  display: block;
}

.contact-ul-bott-tit {
  font-size: 16px;
  color: #7b8794;
  margin-top: 18px;
}

.contact-ul-bott-tel {
  max-width: 100%;
  font-size: 20px;
  line-height: 1.65;
  margin-top: 8px;
  color: #233e62;
  word-break: break-word;
}

.map-iframe {
  width: 100%;
  height: 450px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  display: none;
}

.mask-inner {
  width: 500px;
  max-width: 96%;
  padding: 30px;
  background-color: #fff;
}

.mask-inner-tit {
  font-size: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.mask-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  cursor: pointer;
}

.mask-close .iconfont {
  font-size: 30px;
}

.mask-inner-desc {
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}

@media (min-width:993px) {
    .swiper-banner-pagination .swiper-pagination-bullet {
      width: 100px;
      height: 3px;
      border-radius: 0;
      
      overflow: 1;
      background: rgba(255,255,255,0.5);
    }

}



@media (min-width:993px) {
  
}


@media (min-width:1920px) {
  
}

.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a{
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #004ea2;}

.series-panel {
  margin-top: 34px;
  padding: 28px 32px;
  border: 1px solid #e5edf7;
  background: #f8fbff;
}
.series-head {
  gap: 24px;
}
.series-eyebrow {
  font-size: 14px;
  color: #004ea2;
  line-height: 1.4;
}
.series-title {
  margin-top: 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  color: #1f2937;
  overflow-wrap: anywhere;
}
.series-desc {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.8;
  color: #5b6472;
  overflow-wrap: anywhere;
}
.series-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin-top: 24px;
}
.series-list li a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e6edf5;
  color: #333;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.series-list li a:hover {
  color: #004ea2;
  border-color: #b8cce8;
  transform: translateY(-2px);
}
.series-index {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 50%;
  background: #004ea2;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.series-item-title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.policy-topic-panel {
  background-color: #f7f9fb;
}

.article-service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: 10px 0 46px;
  padding: 30px 34px;
  border: 1px solid #dfe6ee;
  background-color: #f7f9fb;
}

.article-service-eyebrow {
  margin-bottom: 8px;
  font-size: 15px;
  color: #73839a;
}

.article-service-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: #233e62;
}

.article-service-desc {
  margin-top: 10px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.85;
  color: #666;
}

.article-service-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 42px;
  background-color: #233e62;
  color: #fff;
  font-size: 16px;
}

.service-architecture {
  background-color: #f7f9fb;
}

.service-logic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-logic-card {
  min-height: 230px;
  padding: 30px 26px;
  border: 1px solid #dfe6ee;
  background-color: #fff;
}

.service-logic-card span {
  display: block;
  margin-bottom: 28px;
  font-size: 15px;
  color: #8a96a3;
  letter-spacing: 1px;
}

.service-logic-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  color: #233e62;
}

.service-logic-card p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  border-top: 1px solid #dfe6ee;
  border-left: 1px solid #dfe6ee;
}

.service-process li {
  min-height: 150px;
  padding: 24px 20px;
  border-right: 1px solid #dfe6ee;
  border-bottom: 1px solid #dfe6ee;
  background-color: #fff;
}

.service-process span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #233e62;
  font-size: 20px;
  font-weight: 600;
  color: #233e62;
}

.service-process p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.service-detail-list .core-ul>li:nth-of-type(2n+1) {
  background-color: #fff;
  background-image: none;
}

.service-detail-list .core-ul>li:nth-of-type(2n) {
  background-color: #f7f9fb;
}

.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-deliverables span {
  padding: 8px 12px;
  border: 1px solid #d6e0eb;
  background-color: #fff;
  font-size: 15px;
  color: #233e62;
}
