@charset "UTF-8";
div {
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  background-color: #F7FAFF;
  background-image: url("/assets/home/home-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#base-background {
  min-width: 1000px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#base-background #header-container {
  width: 100%;
  height: 668px;
}

#base-background #header-container #nav-container {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
}

#base-background #header-container #nav-container nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#base-background #header-container #nav-container nav .left-icon-container {
  margin-left: 48px;
}

#base-background #header-container #nav-container nav .left-icon-container img {
  margin: 10px 0;
  width: 120px;
  height: 36px;
}

#base-background #header-container #nav-container nav .right-nav-container {
  margin: 0 48px 0 0;
  display: flex;
  position: relative;
  min-width: 660px;
}

#base-background #header-container #nav-container nav .right-nav-container a.nav-item {
  display: block;
  height: 100%;
}

#base-background #header-container #nav-container nav .right-nav-container a.my-serve-item {
  display: block;
  height: 100%;
}

#base-background #header-container #nav-container nav .right-nav-container .active-li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
  color: #3670ff;
}

#base-background #header-container #nav-container nav .right-nav-container .active-li a {
  color: inherit;
}

#base-background #header-container #nav-container nav .right-nav-container .active-li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}

#base-background #header-container #nav-container nav .right-nav-container > li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
}

#base-background #header-container #nav-container nav .right-nav-container > li a {
  color: inherit;
}

#base-background #header-container #nav-container nav .right-nav-container > li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}

#base-background #header-container #nav-container nav .right-nav-container > li:hover {
  color: #3670ff;
}

#base-background #header-container #nav-container nav .right-nav-container > li:hover::before {
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}

#base-background #header-container #nav-container nav #my-serve:hover #my-serve-list {
  padding: 0;
  top: 60px;
  height: 147px;
  background-color: white;
  border-radius: 4px;
}

#base-background #header-container #nav-container nav #my-serve #my-serve-list {
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: -50px;
  width: 180px;
  height: 0;
  transition: all ease-out 0.5s;
}

#base-background #header-container #nav-container nav #my-serve #my-serve-list .my-serve-item {
  color: #1d2129;
  text-align: center;
  line-height: 48px;
  border-bottom: 1px solid #dcdfe6;
}

#base-background #header-container #nav-container nav #my-serve #my-serve-list .my-serve-item:hover {
  color: #3670ff;
}

#base-background #header-container #top-text-container {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  top: 210px;
  z-index: 3;
}

#base-background #header-container #top-text-container .top-main-text {
  padding-left: 48px;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 84px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
}

#base-background #header-container #top-text-container .top-min-text {
  padding-left: 48px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
}

#base-background #header-container video {
  object-fit: fill;
  width: 100%;
  height: 668px;
  position: absolute;
  top: 0;
  left: 0;
}

#base-background #header-container .black-background {
  color: #ffffff;
}

#base-background #header-container .black-background .nav-item {
  color: #ffffff;
}

#base-background #header-container .black-background .nav-item:hover {
  color: #3670ff;
}

#base-background #header-container .black-background .nav-item:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

#base-background #header-container .white-background {
  background-color: #ffffff;
  color: black;
}

#base-background #header-container .white-background .nav-item {
  color: black;
}

#base-background #header-container .white-background .nav-item:hover {
  color: #3670ff;
}

#base-background #header-container .white-background .nav-item #nav-triangle {
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

#base-background #header-container .white-background .nav-item:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

#base-background #main-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#base-background #main-container .main-text {
  position: relative;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#base-background #main-container .main-text:hover .blue-line {
  width: 126px;
}

#base-background #main-container .main-text:hover .blue-line-1 {
  width: 286px;
}

#base-background #main-container .main-text:hover .blue-line-3 {
  width: 126px;
}

#base-background #main-container .main-text:hover .blue-line-2 {
  width: 414px;
}

#base-background #main-container .main-text h1 {
  margin-top: 62px;
  font-size: 36px;
  font-weight: 600;
  color: #1d2129;
  line-height: 50px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
}

#base-background #main-container .main-text .blue-line, #base-background #main-container .main-text .blue-line-1, #base-background #main-container .main-text .blue-line-3, #base-background #main-container .main-text .blue-line-2 {
  transition: all 0.5s;
  margin: 16px auto;
  width: 60px;
  height: 1px;
  background-color: #3670ff;
  border: 2px solid #3670ff;
}

#base-background #main-container .main-text .logo-text {
  font-size: 16px;
  font-weight: 400;
  color: #4e5969;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
}

#base-background #main-container .main-text .logo-text-next {
  font-size: 20px;
  font-weight: 400;
  color: #4e5969;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
}

#base-background #main-container .main-text .append-title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  font-weight: 600;
  text-align: center;
  color: #4e5969;
  line-height: 22px;
}

#base-background #main-container .main-text .append-title span {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #1d2129;
  line-height: 33px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
}

#base-background #main-container #home-top-card {
  max-width: 1344px;
  width: 100%;
  height: 292px;
  margin: 40px auto;
  border-radius: 4px;
  background: linear-gradient(180deg, #f1f3fc, #fafcfd);
  border: 2px solid #ffffff;
  box-shadow: 4px 10px 20px 0px rgba(1, 47, 169, 0.2);
  position: relative;
  display: flex;
}

#base-background #main-container #home-top-card .home-top-card-img {
  position: relative;
  top: -2px;
  left: -2px;
}

#base-background #main-container #home-top-card .home-top-card-container {
  width: calc(100% - 524px);
  float: left;
  padding: 48px;
  overflow: hidden;
  flex-shrink: 0;
}

#base-background #main-container #home-top-card .home-top-card-container .home-top-card-header-text {
  width: 728px;
  text-align: left;
  color: #1d2129;
  line-height: 32px;
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  font-weight: 600;
  white-space: nowrap; /*规定段落中的文本不进行换行*/
  overflow: hidden; /*内容会被修剪，并且其余内容是不可见的。*/
  text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
}

#base-background #main-container #home-top-card .home-top-card-container .home-top-card-main-text {
  text-indent: 2em;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
  font-weight: 400;
  text-align: justify;
  color: #4e5969;
  line-height: 28px;
}

#base-background #main-container .center-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 260px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#base-background #main-container .center-container .card-list-item {
  width: 249px;
  float: left;
  height: 249px;
  background: linear-gradient(180deg, #f1f3fc, #fafcfd);
  border: 2px solid #ffffff;
  border-radius: 4px;
  box-shadow: 4px 10px 20px 0px rgba(1, 47, 169, 0.08);
}

#base-background #main-container .center-container .card-list-item .card-list-round {
  margin-top: 40px;
  width: 82px;
  height: 82px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 4px 4px 20px 0px rgba(0, 30, 81, 0.08);
}

#base-background #main-container .center-container .card-list-item .card-list-item-header-text {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 500;
  color: #4e5969;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
}

#base-background #main-container .center-container .card-list-item .card-list-item-main-text {
  color: #4e5969;
  font-weight: 600;
  line-height: 46px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
}

#base-background #main-container .center-container .card-list-item .iconfont {
  padding-left: 23px;
  font-size: 36px;
  line-height: 82px;
  text-align: center;
  color: #3670ff;
}

#base-background #main-container .logo-card-container, #base-background #main-container .logo-card-container-next {
  margin: 40px auto 0;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#base-background #main-container .logo-card-container > div, #base-background #main-container .logo-card-container-next > div {
  flex: 1;
  float: left;
}

#base-background #main-container .logo-card-container > div .img-container, #base-background #main-container .logo-card-container-next > div .img-container {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-size: contain;
  padding: 4px;
}

#base-background #main-container .logo-card-container > div .img-container .img-container-item, #base-background #main-container .logo-card-container-next > div .img-container .img-container-item {
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#base-background #main-container .logo-card-container > div .img-container .dot, #base-background #main-container .logo-card-container-next > div .img-container .dot {
  font-size: 1px;
  width: 6px;
  height: 6px;
  background: #e5e6eb;
  border-radius: 50%;
  margin: 2px;
}

#base-background #main-container .logo-card-container > div .img-container:hover, #base-background #main-container .logo-card-container-next > div .img-container:hover {
  transform: translateY(-3px) scale(1.03);
}

#base-background #main-container .financial-institution-nav {
  display: flex;
  margin-top: 20px;
  max-width: 876px;
}

#base-background #main-container .financial-institution-nav li {
  width: 25%;
}

#base-background #main-container .financial-institution-nav .financial-institution-nav-tab {
  width: 48px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
  font-weight: 400;
  text-align: center;
  color: #4e5969;
  line-height: 33px;
  position: relative;
  cursor: pointer;
}

#base-background #main-container .financial-institution-nav .financial-institution-nav-tab::before {
  content: "";
  left: 0;
  bottom: -8px;
  position: absolute;
  display: none;
}

#base-background #main-container .financial-institution-nav .financial-institution-nav-tab:hover {
  color: #3670ff;
  width: 48px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
}

#base-background #main-container .financial-institution-nav .financial-institution-nav-tab:hover::before {
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}

#base-background #main-container .financial-institution-nav-tab-active {
  position: relative;
  cursor: pointer;
  color: #3670ff;
  width: 50px;
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
}

#base-background #main-container .financial-institution-nav-tab-active::before {
  content: "";
  left: 0;
  bottom: -8px;
  position: absolute;
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}

#base-background #nav-triangle {
  transition: all 0.5s;
  float: right;
  width: 0;
  height: 0;
  position: relative;
  right: 0px;
  top: 27px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

.gary-button {
  overflow: hidden;
  position: absolute;
  float: right;
  width: 110px;
  height: 32px;
  background: #4e5969;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 32px;
  cursor: pointer;
  right: 48px;
}

.gary-button:hover {
  color: white;
}

.gary-button .button-text {
  padding-left: 16px;
}

.gary-button .icon {
  height: 18px;
  position: absolute;
  right: 4px;
  top: 8px;
}

.mx-auto {
  margin: 0 auto;
}

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

.font-semibold {
  font-weight: 600;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#my-swiper *,
#my-swiper ::before,
#my-swiper ::after {
  box-sizing: content-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

#my-swiper .button-container {
  margin: 0 auto;
  left: 2px;
  width: 1188px;
  height: 40px;
  position: relative;
}

#my-swiper .button-container #swipePrev, #my-swiper .button-container #swipeNext {
  cursor: pointer;
}

#my-swiper .swiper-outer {
  position: relative;
  margin: 0 auto;
  width: 1440px;
  height: 316px;
  overflow: hidden;
}

#my-swiper .swiper-outer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 126px;
  background: linear-gradient(to left, #f3f6fc, transparent);
  z-index: 98;
}

#my-swiper .swiper-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 126px;
  background: linear-gradient(to right, #f3f6fc, transparent);
  z-index: 98;
}

#my-swiper .swiper-container {
  margin-left: -270px;
  width: 1980px;
  height: 316px;
  color: #000;
}

#my-swiper .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: all 300ms;
}

#my-swiper .swiper-slide .title {
  height: 100%;
  overflow: hidden;
}

#my-swiper .swiper-slide .title .news-card-item {
  width: 256px;
  height: 236px;
  border-radius: 8px;
  float: left;
  position: relative;
}

#my-swiper .swiper-slide .title .news-card-item .white-line {
  width: 100%;
  height: 2px;
  background-color: #1d2129;
  margin: 24px 0;
}

#my-swiper .swiper-slide .title .news-card-header-text-active {
  text-align: left;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
}

#my-swiper .swiper-slide .title .news-card-main-text-active {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  font-weight: 400;
}

#my-swiper .swiper-slide-active {
  opacity: 1;
  color: #fff;
}

#my-swiper .swiper-slide-active .title .news-card-item {
  background-size: 100% 100%;
  background-image: url("/assets/home/3.png");
}

#my-swiper .swiper-slide-active .title .news-card-item .white-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 24px 0;
}

#my-swiper .swiper-slide-active .title .news-card-item .news-card-main-text-active {
  font-weight: 600;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

#footer-card {
  margin-top: 80px;
  height: 485px;
  background-color: #0d1726;
  color: #ffffff;
  overflow: hidden;
}

#footer-card footer {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#footer-card footer .container {
  display: flex;
  justify-content: space-between;
}

#footer-card footer .container a {
  color: white;
  line-height: 22px;
  font-size: 14px;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-3 {
  width: 0.75rem;
}

.w-20 {
  width: 5rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.border {
  border-width: 1px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media screen and (max-width: 1380px) {
  #home-top-card .home-top-card-img {
    display: none;
  }
  #home-top-card .home-top-card-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 1380px) {
  #home-top-card .home-top-card-img {
    display: none;
  }
  #home-top-card .home-top-card-container {
    width: 100% !important;
  }
}
.hover-blue-a {
  color: black;
}

.hover-blue-a:hover {
  display: block;
  color: #3670ff;
}

.hover-blue-active {
  display: block;
  color: #3670ff;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.black-background {
  background-color: transparent;
  backdrop-filter: blur(10px); /*毛玻璃属性 */
}

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