﻿
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("/lib/template/scheme/css/Fontke.woff2") format("woff2"),
		 url("/lib/template/scheme/css/Fontke.woff") format("woff"),
		 url("/lib/template/scheme/css/Fontke.ttf") format("truetype"),
		 url("/lib/template/scheme/css/Fontke.eot") format("embedded-opentype"),
		 url("/lib/template/scheme/css/Fontke.svg") format("svg"),
		 url("/lib/template/scheme/css/Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'shuzi';
  src: url('../font/DIN-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 开始 */
/* 业务体系 */
.g_sysbanner .cont .container .g_span {
  opacity: 0.6;
  display: block;
}
@keyframes mov1 {
  0% {
    transform: translate3d(0px, -0.1rem, 0px);
  }
  50% {
    transform: translate3d(0px, 0.1rem, 0px);
  }
  100% {
    transform: translate3d(0px, -0.1rem, 0px);
  }
}
.g_sys {
  padding: 1.45rem 0 1.85rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .g_sys {
    padding: 1.45rem 0 1.25rem;
  }
}
.g_sys::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../image/g_system2.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.g_sys .box {
  position: relative;
  margin: auto;
  width: 80.3125%;
}
@media (max-width: 1260px) {
  .g_sys .box {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .g_sys .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g_sys .box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.g_sys .box .imgbj {
  text-align: center;
}
@media (max-width: 767px) {
  .g_sys .box .imgbj {
    width: 90%;
    margin: auto;
  }
}
.g_sys .box .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box {
    width: 90%;
    margin: 0 5%;
  }
}
.g_sys .box .g_sys_box > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box > div {
    position: initial;
    transform: translateX(0%);
  }
}
.g_sys .box .g_sys_box .g_sys_it1 {
  width: 100%;
  top: 1%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it1 {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it1 .item {
  min-width: 2rem;
  margin: 0 0.38rem;
  height: 0.7rem;
  border: 2px solid #e9f5ff;
  padding: 0 0.19rem;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(to right, #307dee, #3ea9f3);
  background: linear-gradient(to right, #307dee, #3ea9f3);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it1 .item {
    width: 100%;
    min-width: initial;
    height: 1.1rem;
    margin-bottom: 0.3rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it1 .item:hover {
  opacity: 0.8;
}
.g_sys .box .g_sys_box .g_sys_it1 .item i {
  margin-right: 0.12rem;
  border-radius: 50%;
  border: 2px solid #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  background: -webkit-linear-gradient(to top, #cee2ff, #fdfdff);
  background: linear-gradient(to top, #cee2ff, #fdfdff);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it1 .item i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it1 .item i svg,
.g_sys .box .g_sys_box .g_sys_it1 .item i img {
  width: 50%;
  height: auto;
}
.g_sys .box .g_sys_box .g_sys_it1 .item i svg path,
.g_sys .box .g_sys_box .g_sys_it1 .item i img path {
  fill: #005ec4;
}
.g_sys .box .g_sys_box .g_sys_it1 .item p {
  color: #fff;
}
.g_sys .box .g_sys_box .g_sys_it2 {
  top: 24%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it2 {
    top: 17%;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it2 {
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it2 img {
  height: 0.79rem;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it2 img {
    height: 1.2rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it3 {
  display: flex;
  align-items: center;
  height: 1px;
  top: 42.5%;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it3 {
    margin-bottom: 0.5rem;
    height: auto;
    justify-content: center;
  }
}
.g_sys .box .g_sys_box .g_sys_it3 .item {
  cursor: pointer;
  margin: 0 2.72rem;
  position: relative;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it3 .item {
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.g_sys .box .g_sys_box .g_sys_it3 .item:hover .it3_box {
  box-shadow: 0 0.04rem 0.65rem rgba(1, 96, 254, 0.24);
}
.g_sys .box .g_sys_box .g_sys_it3 .item:hover .it3_box .it3_con {
  background: #1e75f0;
  border-color: #1e75f0;
}
.g_sys .box .g_sys_box .g_sys_it3 .item:hover .it3_box .it3_con svg path {
  fill: #fff;
}
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box {
  transition: all 0.4s;
  width: 0.86rem;
  height: 0.86rem;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it3 .item .it3_box {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box .it3_con {
  border: 2px solid #dcedff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box .it3_con svg,
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box .it3_con img {
  width: 42.42%;
  height: 42.42%;
}
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box .it3_con svg path,
.g_sys .box .g_sys_box .g_sys_it3 .item .it3_box .it3_con img path {
  transition: all 0.4s;
  fill: #005ec4;
}
.g_sys .box .g_sys_box .g_sys_it3 .item .g_p {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it3 .item .g_p {
    position: initial;
    transform: translateX(0%);
  }
}
.g_sys .box .g_sys_box .g_sys_it3 .item .g_p p {
  padding-bottom: 5px;
  white-space: nowrap;
  font-weight: bold;
}
.g_sys .box .g_sys_box .g_sys_it3 .it3_jt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it3 .it3_jt {
    display: none;
  }
}
.g_sys .box .g_sys_box .g_sys_it3 .it3_jt img {
  position: absolute;
}
.g_sys .box .g_sys_box .g_sys_it3 .it3_jt .img1 {
  margin: -0.3rem 0 0 -0.6rem;
  animation: mov1 4.2s infinite ease-in-out;
  -webkit-animation: mov1 4.2s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it3 .it3_jt .img2 {
  margin: -0.2rem 0 0 0.2rem;
  animation: mov1 4s infinite ease-in-out;
  -webkit-animation: mov1 4s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it4 {
  top: 49%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it4 {
    top: 44%;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it4 {
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it4 img {
  height: 0.79rem;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it4 img {
    height: 1.2rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 {
  display: flex;
  align-items: center;
  height: 1px;
  top: 71%;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 {
    height: auto;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .item {
  cursor: pointer;
  margin: 0 2.24rem;
  position: relative;
  transform: translateY(-0.3rem);
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it5 .item {
    margin: 0 1.64rem;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 .item {
    margin: 0 0.3rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(0rem);
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .item:hover .it3_box {
  box-shadow: 0 0.04rem 0.65rem rgba(1, 96, 254, 0.24);
}
.g_sys .box .g_sys_box .g_sys_it5 .item:hover .it3_box .it3_con {
  background: #1e75f0;
  border-color: #1e75f0;
}
.g_sys .box .g_sys_box .g_sys_it5 .item:hover .it3_box .it3_con svg path {
  fill: #fff;
}
.g_sys .box .g_sys_box .g_sys_it5 .item:nth-child(2) {
  transform: translateY(0rem);
}
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box {
  width: 0.86rem;
  height: 0.86rem;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 .item .it3_box {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box .it3_con {
  border: 2px solid #dcedff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box .it3_con svg,
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box .it3_con img {
  width: 42.42%;
  height: auto;
}
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box .it3_con svg path,
.g_sys .box .g_sys_box .g_sys_it5 .item .it3_box .it3_con img path {
  fill: #005ec4;
  transition: all 0.4s;
}
.g_sys .box .g_sys_box .g_sys_it5 .item .g_p {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 .item .g_p {
    position: initial;
    transform: translateX(0%);
    width: 1.6rem;
    text-align: center;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .item .g_p p {
  padding-bottom: 5px;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 .item .g_p p {
    white-space: initial;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline {
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it5 .g_dotline {
    display: none;
  }
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline img {
  position: absolute;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img1 {
  margin: 0.85rem 0 0 -4.72rem;
  animation: mov1 4s infinite ease-in-out;
  -webkit-animation: mov1 4s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img2 {
  margin: -0.56rem 0 0 -4.14rem;
  animation: mov1 3s infinite ease-in-out;
  -webkit-animation: mov1 3s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img3 {
  margin: 0.21rem 0 0 -3.28rem;
  animation: mov1 3.8s infinite ease-in-out;
  -webkit-animation: mov1 3.8s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img4 {
  margin: 0.6rem 0 0 -1.38rem;
  animation: mov1 4.2s infinite ease-in-out;
  -webkit-animation: mov1 4.2s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img5 {
  margin: 0.3rem 0 0 1.06rem;
  animation: mov1 3.5s infinite ease-in-out;
  -webkit-animation: mov1 3.5s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img6 {
  margin: 0rem 0 0 1.5rem;
  animation: mov1 4.1s infinite ease-in-out;
  -webkit-animation: mov1 4.1s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img7 {
  margin: -0.3rem 0 0 1.76rem;
  animation: mov1 3.3s infinite ease-in-out;
  -webkit-animation: mov1 3.3s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img8 {
  margin: 0.3rem 0 0 4rem;
  animation: mov1 3.7s infinite ease-in-out;
  -webkit-animation: mov1 3.7s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it5 .g_dotline .img9 {
  margin: 0rem 0 0 4.21rem;
  animation: mov1 3.2s infinite ease-in-out;
  -webkit-animation: mov1 3.2s infinite ease-in-out;
}
.g_sys .box .g_sys_box .g_sys_it6 {
  display: flex;
  align-items: flex-end;
  height: 1px;
  top: 87%;
}
@media (max-width: 1260px) {
  .g_sys .box .g_sys_box .g_sys_it6 {
    top: 89%;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it6 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it6 .img {
  margin: 0 1.25rem;
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it6 .img {
    margin: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it6 .img {
    order: -1;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .g_sys .box .g_sys_box .g_sys_it6 .img img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it6 .img img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it6 .img img {
    height: 1.2rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it6 .item {
  min-width: 1.3rem;
  cursor: pointer;
  height: 0.46rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it6 .item {
    height: 0.8rem;
    padding: 0 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it6 .item p {
  white-space: nowrap;
  color: #fff;
}
.g_sys .box .g_sys_box .g_sys_it6 .item1 {
  background: -webkit-linear-gradient(to right, #1b6fec, #4aaef3);
  background: linear-gradient(to right, #1b6fec, #4aaef3);
}
.g_sys .box .g_sys_box .g_sys_it6 .item1:hover {
  opacity: 0.8;
}
.g_sys .box .g_sys_box .g_sys_it6 .item2 {
  background: -webkit-linear-gradient(to right, #24c4ff, #85e0ff);
  background: linear-gradient(to right, #24c4ff, #85e0ff);
}
.g_sys .box .g_sys_box .g_sys_it6 .item2:hover {
  opacity: 0.8;
}
.g_sys .box .g_sys_box .g_sys_it7 {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  height: 1px;
  top: 99.4%;
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 {
    height: auto;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it7 .item {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
@media (max-width: 1260px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item {
    margin: 0 0.34rem;
  }
}
@media (max-width: 991px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(1),
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(8) {
  transform: translateY(-0.84rem);
}
@media (max-width: 1580px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(1),
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(8) {
    transform: translateY(-0.64rem);
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(1),
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(8) {
    transform: translateY(0rem);
  }
}
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(2),
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(7) {
  transform: translateY(-0.34rem);
}
@media (max-width: 1580px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(2),
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(7) {
    transform: translateY(-0.24rem);
  }
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(2),
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(7) {
    transform: translateY(0rem);
  }
}
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(3),
.g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(6) {
  transform: translateY(-0.1rem);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(3),
  .g_sys .box .g_sys_box .g_sys_it7 .item:nth-child(6) {
    transform: translateY(0rem);
  }
}
.g_sys .box .g_sys_box .g_sys_it7 .item img {
  filter: sepia(10%) brightness(120%) saturate(150%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.g_sys .box .g_sys_box .g_sys_it7 .item1 {
  background: -webkit-linear-gradient(to right, #1b6fec, #4aaef3);
  background: linear-gradient(to right, #1b6fec, #4aaef3);
}
.g_sys .box .g_sys_box .g_sys_it7 .item2 {
  background: -webkit-linear-gradient(to right, #24c4ff, #85e0ff);
  background: linear-gradient(to right, #24c4ff, #85e0ff);
}
@media (max-width: 767px) {
  .g_sys .box .g_sys_box .g_sys_it7 .item2 {
    background: -webkit-linear-gradient(to right, #1b6fec, #4aaef3);
    background: linear-gradient(to right, #1b6fec, #4aaef3);
  }
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.23rem;
  right: 0.19rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 30px;
    height: 30px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::before {
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #004ea2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::after {
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
  }
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.syspop {
  width: 11rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .syspop {
    width: 100%;
  }
}
.syspop .img {
  height: 4.2rem;
}
.syspop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.syspop .box {
  background: #fff;
  padding: 0.5rem 0.5rem 0.45rem 1.68rem;
}
@media (max-width: 991px) {
  .syspop .box {
    padding: 0.5rem 0.5rem 0.45rem;
  }
}
.syspop .box h2 {
  font-weight: 900;
  color: #004ea2;
  margin-bottom: 0.18rem;
}
.syspop .box .g_lab {
  margin-bottom: 0.4rem;
}
.syspop .box .g_lab p {
  margin-bottom: 0.1rem;
  display: block;
  position: relative;
  padding-left: 0.28rem;
}
.syspop .box .g_lab p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0c6ace;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .syspop .box .g_lab p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.syspop .box .g_b h3 {
  margin-bottom: 0.25rem;
  font-weight: 900;
}
.syspop .box .g_b .g_logo {
  display: flex;
  flex-wrap: wrap;
}
.syspop .box .g_b .g_logo .item {
  position: relative;
  width: 1.76rem;
  height: 0.6rem;
  margin: 0 0.2rem 0.2rem 0;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #e8e8ed;
}
@media (max-width: 767px) {
  .syspop .box .g_b .g_logo .item {
    height: 0.8rem;
    width: 2.2rem;
  }
}
.syspop .box .g_b .g_logo .item:hover .txt {
  opacity: 1;
}
.syspop .box .g_b .g_logo .item .g_logo_box {
  width: 100%;
  height: 100%;
}
.syspop .box .g_b .g_logo .item .g_logo_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.syspop .box .g_b .g_logo .item .txt {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 78, 162, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.syspop .box .g_b .g_logo .item .txt h4 {
  color: #fff;
}
/* 企业文化 */
.g_cultw {
  overflow: hidden;
  position: relative;
}
.g_cultw.on .box .bbox .jt_img i {
  width: 0;
}
.g_cultw.on .box .bbox .g_cultw_box .item {
  opacity: 1;
  transform: translateY(0rem);
}
.g_cultw .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  bottom: 0;
  left: 0;
}
.g_cultw .imgbj.on {
  animation: moveop 0.5s 1 forwards;
  animation-delay: 1s;
}
.g_cultw .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_cultw .box {
  position: relative;
  z-index: 10;
  padding: 1.95rem 0;
}
@media (max-width: 767px) {
  .g_cultw .box {
    padding: 1.2rem 0 1rem;
  }
}
.g_cultw .box .joinbox_tit {
  position: relative;
  z-index: 10;
}
.g_cultw .box .joinbox_tit .f_tit span {
  color: #005ec4;
}
.g_cultw .box .bbox {
  position: relative;
}
.g_cultw .box .bbox .jt_img {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92.55208333%;
}
@media (max-width: 1580px) {
  .g_cultw .box .bbox .jt_img {
    top: -2rem;
  }
}
@media screen and (max-width: 1460px) {
  .g_cultw .box .bbox .jt_img {
    top: -1.5rem;
  }
}
@media screen and (max-width: 1380px) {
  .g_cultw .box .bbox .jt_img {
    top: -1.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .g_cultw .box .bbox .jt_img {
    top: -1rem;
  }
}
@media screen and (max-width: 1260px) {
  .g_cultw .box .bbox .jt_img {
    top: -0.1rem;
  }
}
@media screen and (max-width: 991px) {
  .g_cultw .box .bbox .jt_img {
    display: none;
  }
}
.g_cultw .box .bbox .jt_img img {
  width: 100%;
  height: auto;
}
.g_cultw .box .bbox .jt_img i {
  transition: all 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  right: 0;
}
.g_cultw .box .bbox .g_cultw_box {
  margin-top: 1.05rem;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box {
    flex-wrap: wrap;
  }
}
.g_cultw .box .bbox .g_cultw_box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(1rem);
  margin: 0 1.38rem;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .g_cultw .box .bbox .g_cultw_box .item {
    margin: 0 0.48rem !important;
  }
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item {
    width: 100%;
    margin: 0 0.48rem 0.6rem !important;
  }
}
.g_cultw .box .bbox .g_cultw_box .item .g_t {
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .g_cultw .box .bbox .g_cultw_box .item .g_t {
    margin-bottom: 0.6rem !important;
  }
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item .g_t {
    margin-bottom: 0.4rem !important;
  }
}
.g_cultw .box .bbox .g_cultw_box .item .g_t p {
  color: #fff;
  font-weight: bold;
}
.g_cultw .box .bbox .g_cultw_box .item .g_t {
  margin-bottom: 0.46rem;
  background: -webkit-linear-gradient(to right, #00a8ed, #04a1eb);
  background: linear-gradient(to right, #00a8ed, #04a1eb);
}
.g_cultw .box .bbox .g_cultw_box .item .g_svg {
  box-shadow: 0 0.1rem 0.2rem rgba(2, 164, 236, 0.2);
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.32rem;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .g_cultw .box .bbox .g_cultw_box .item .g_svg {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.35rem !important;
  }
}
.g_cultw .box .bbox .g_cultw_box .item .g_svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.g_cultw .box .bbox .g_cultw_box .item .txt h3 {
  text-align: center;
  color: #02a5ec;
  font-weight: bold;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item .txt .txt_box {
    display: flex;
    flex-wrap: wrap;
  }
}
.g_cultw .box .bbox .g_cultw_box .item .txt .txt_box p {
  margin-bottom: 0.1rem;
  display: block;
  position: relative;
  padding-left: 0.22rem;
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item .txt .txt_box p {
    min-width: 33.33%;
  }
}
.g_cultw .box .bbox .g_cultw_box .item .txt .txt_box p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #01a6ed;
  left: 0;
  top: 13px;
}
@media (max-width: 991px) {
  .g_cultw .box .bbox .g_cultw_box .item .txt .txt_box p:after {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item .txt .txt_box p:after {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.g_cultw .box .bbox .g_cultw_box .item1 {
  margin-top: 1.93rem;
}
.g_cultw .box .bbox .g_cultw_box .item2 {
  margin-top: 1.22rem;
  transition: all 1s;
}
.g_cultw .box .bbox .g_cultw_box .item2 .g_t {
  margin-bottom: 0.8rem;
  background: -webkit-linear-gradient(to right, #2fc8f5, #0061c9);
  background: linear-gradient(to right, #2fc8f5, #0061c9);
}
@media (max-width: 1580px) {
  .g_cultw .box .bbox .g_cultw_box .item2 .g_t {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1260px) {
  .g_cultw .box .bbox .g_cultw_box .item2 .g_t {
    margin-bottom: 0.85rem;
  }
}
.g_cultw .box .bbox .g_cultw_box .item2 .g_svg {
  margin-bottom: 0.6rem;
}
.g_cultw .box .bbox .g_cultw_box .item2 .txt h3 {
  color: #0b7ae0;
}
.g_cultw .box .bbox .g_cultw_box .item2 .txt .txt_box p::after {
  background: #0189de;
}
.g_cultw .box .bbox .g_cultw_box .item3 {
  transition: all 1.3s;
}
.g_cultw .box .bbox .g_cultw_box .item3 .g_t {
  margin-bottom: 0.7rem;
  background: #005dc1;
}
@media (max-width: 1580px) {
  .g_cultw .box .bbox .g_cultw_box .item3 .g_t {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1260px) {
  .g_cultw .box .bbox .g_cultw_box .item3 .g_t {
    margin-bottom: 0.4rem;
  }
}
.g_cultw .box .bbox .g_cultw_box .item3 .g_svg {
  margin-bottom: 0.6rem;
}
.g_cultw .box .bbox .g_cultw_box .item3 .txt h3 {
  color: #0057b5;
}
.g_cultw .box .bbox .g_cultw_box .item3 .txt .txt_box {
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item3 .txt .txt_box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .g_cultw .box .bbox .g_cultw_box .item3 .txt .txt_box p {
    width: 50%;
  }
}
.g_cultw .box .bbox .g_cultw_box .item3 .txt .txt_box p::after {
  background: #0057b5;
}
@keyframes moveop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g_culth {
  position: relative;
}
.g_culth .img {
  width: 100%;
}
@media (max-width: 767px) {
  .g_culth .img {
    height: 6rem;
  }
}
.g_culth .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_culth .joinbox_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .g_culth .joinbox_tit {
    width: 100%;
    padding: 0 5%;
  }
}
.g_culth .joinbox_tit .f_tit {
  color: #fff;
}
.g_culth .joinbox_tit .f_tit span {
  color: #005ec4;
}
.g_culfi {
  padding: 1.6rem 0 1.5rem;
}
@media (max-width: 767px) {
  .g_culfi {
    padding: 1.2rem 0;
  }
}
.g_culfi .container {
  padding-right: 0.4rem;
}
.g_culfi .joinbox_tit {
  text-align: left;
}
.g_culfi .box {
  margin-top: 0.5rem;
}
.g_culfi .box .g_culfi_box .public-img:before {
  padding-top: 56.1922366%;
}
.g_culfi .box .g_culfi_box .txt {
  border: 1px solid #f1f1f1;
  padding: 0.25rem 0.28rem;
}
.g_culfi .box .g_culfi_box .txt .txt_t h3 {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  color: #333;
}
.g_culfi .box .g_culfi_box .txt .txt_b {
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_culfi .box .g_culfi_box .txt .txt_b p {
  color: #999;
}
.g_culfi .box .g_culfi_box .txt .txt_b i {
  flex-shrink: 0;
  display: flex;
  width: 8px;
  height: auto;
}
.g_culfi .box .g_culfi_box .txt .txt_b i svg,
.g_culfi .box .g_culfi_box .txt .txt_b i img {
  width: 100%;
  height: auto;
}
.g_culfi .box .g_culfi_box .txt .txt_b i svg path,
.g_culfi .box .g_culfi_box .txt .txt_b i img path {
  fill: #005ec4;
}
.g_culfi .box .f_qie {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_culfi .box .f_qie .investorbox2_pagin {
  position: relative;
  background-color: #e7e9eb;
  height: 4px;
  width: calc(100% - 1.78rem);
}
@media (max-width: 1580px) {
  .g_culfi .box .f_qie .investorbox2_pagin {
    height: 2px;
  }
}
.g_culfi .box .f_qie .investorbox2_pagin span {
  background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%);
}
.g_culfi .box .f_qie .investorbox2_pagin.swiper-pagination-lock ~ .gt {
  display: none!important;
}
.g_culfi .box .f_qie .gt {
  margin-left: 0.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.g_culfi .box .f_qie .gt .investorbox2_prev,
.g_culfi .box .f_qie .gt .investorbox2_next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #fff;
  transition: all 0.4s;
  border: 2px solid #eee;
  border-radius: 50%;
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_culfi .box .f_qie .gt .investorbox2_prev img,
.g_culfi .box .f_qie .gt .investorbox2_next img {
  width: 15.625%;
  height: 26.5625%;
  object-fit: contain;
}
.g_culfi .box .f_qie .gt .investorbox2_prev img:nth-child(2),
.g_culfi .box .f_qie .gt .investorbox2_next img:nth-child(2) {
  display: none;
}
.g_culfi .box .f_qie .gt .investorbox2_prev:hover,
.g_culfi .box .f_qie .gt .investorbox2_next:hover {
  border: 2px solid #11c4ff;
}
.g_culfi .box .f_qie .gt .investorbox2_prev:hover img,
.g_culfi .box .f_qie .gt .investorbox2_next:hover img {
  display: none;
}
.g_culfi .box .f_qie .gt .investorbox2_prev:hover img:nth-child(2),
.g_culfi .box .f_qie .gt .investorbox2_next:hover img:nth-child(2) {
  display: block;
}
.g_culfi .box .f_qie .gt .investorbox2_prev {
  margin-right: 0.2rem;
}
.g_culfo {
  position: relative;
}
.g_culfo .txt {
  width: 100%;
  z-index: 40;
  top: 0;
  position: absolute;
}
.g_culfo .txt .container {
  padding-top: 1.7rem;
  color: #fff;
}
@media (max-width: 991px) {
  .g_culfo .txt .container {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .g_culfo .txt .container {
    padding-top: 0.5rem;
  }
}
.g_culfo .txt .container .g_title h2 {
  font-weight: bold;
}
.g_culfo .txt .container .g_title p {
  font-weight: bold;
  margin-top: 0.28rem;
  line-height: 1.25;
}
.g_culfo .box {
  overflow: hidden;
  height: 9rem;
  position: relative;
}
@media (max-width: 991px) {
  .g_culfo .box {
    height: 6rem;
  }
}
.g_culfo .box .img1 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .g_culfo .box .img1 {
    height: 100%;
  }
}
.g_culfo .box .img2 {
  position: absolute;
  top: 3.05rem;
  width: 69.89583333%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .g_culfo .box .img2 {
    top: 2.6rem;
  }
}
.g_culfo .box .img3 {
  position: absolute;
  top: 4.1rem;
  width: 100%;
  z-index: 30;
}
.g_culon {
  position: relative;
  height: 220vh;
}
.g_culon .g_culon_t {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.g_culon .g_culon_t .g_svg {
  width: 101%;
  height: 100%;
}
.g_culon .g_culon_t .g_svg img,
.g_culon .g_culon_t .g_svg svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.g_culon .g_culon_t .g_culon_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.04rem;
  height: 6.04rem;
}
.g_culon .g_culon_t .g_culon_box .g_box.on .line .i1 {
  right: calc(100% + 0.5rem);
}
.g_culon .g_culon_t .g_culon_box .g_box.on .line .i2 {
  right: calc(100% + 0.5rem);
}
.g_culon .g_culon_t .g_culon_box .g_box.on .line .i3 {
  left: calc(100% + 0.5rem);
}
.g_culon .g_culon_t .g_culon_box .g_box.on .line .i4 {
  left: calc(100% + 0.5rem);
}
.g_culon .g_culon_t .g_culon_box .g_box.on .ani_png {
  opacity: 1;
}
.g_culon .g_culon_t .g_culon_box .g_box.on .ani_png img {
  animation: mov2 6.2s infinite ease-in-out;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame i {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #7fabd9;
  display: block;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame i:nth-child(2n) {
  width: 30px;
  height: 1px;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i1 {
  top: 0;
  left: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i2 {
  top: 0;
  left: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i3 {
  top: 0;
  right: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i4 {
  top: 0;
  right: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i5 {
  bottom: 0;
  left: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i6 {
  bottom: 0;
  left: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i7 {
  bottom: 0;
  right: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .frame .i8 {
  bottom: 0;
  right: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .line i {
  transition: all 1s;
  position: absolute;
  background: #7fabd9;
  display: block;
}
.g_culon .g_culon_t .g_culon_box .g_box .line .i1 {
  width: 2px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.5rem + 80vw);
}
.g_culon .g_culon_t .g_culon_box .g_box .line .i2 {
  width: 100vw;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.5rem + 80vw);
}
.g_culon .g_culon_t .g_culon_box .g_box .line .i3 {
  width: 2px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.5rem + 80vw);
}
.g_culon .g_culon_t .g_culon_box .g_box .line .i4 {
  width: 100vw;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.5rem + 80vw);
}
.g_culon .g_culon_t .g_culon_box .g_box .mou {
  padding-bottom: 0.7rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.g_culon .g_culon_t .g_culon_box .g_box .mou p {
  margin-bottom: 0.2rem;
  color: #999;
}
.g_culon .g_culon_t .g_culon_box .g_box .mou i {
  width: 14px;
  height: auto;
  animation: mov1 4.2s infinite ease-in-out;
}
.g_culon .g_culon_t .g_culon_box .g_box .mou i svg,
.g_culon .g_culon_t .g_culon_box .g_box .mou i img {
  width: 100%;
  height: auto;
}
.g_culon .g_culon_t .g_culon_box .g_box .mou i svg path,
.g_culon .g_culon_t .g_culon_box .g_box .mou i img path {
  fill: #d6d6d6;
}
.g_culon .g_culon_t .g_culon_box .g_box .ani_png {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.g_culon .g_culon_t .g_culon_box .g_box .ani_png img {
  width: 100%;
  height: auto;
}
.g_culon .g_culon_b {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
 /* height: 100vh; */
  margin-top: -100vh;
}
.g_culon .g_culon_b img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}
.g_culon .g_culon_b .txt {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_culon .g_culon_b .txt p {
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 1rem;
  opacity: 0;
}
@keyframes mov2 {
  0% {
    transform: translate3d(0px, 6.04rem, 0px);
  }
  50% {
    transform: translate3d(0px, 0, 0px);
  }
  100% {
    transform: translate3d(0px, 6.04rem, 0px);
  }
}
.g_ban {
  /* height: 200vh; */
  position: relative;
}
.aboutBanner {
  border-radius: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
.aboutBanner .bag {
  height: 100%;
}
.aboutBanner .bag::after {
  display: none;
}
.aboutBanner .cont {
  bottom: 40%;
  transform: translateY(-50%);
}
.aboutBanner .g_vid {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.28rem;
  height: 1.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0;
}
.aboutBanner .g_vid svg,
.aboutBanner .g_vid img {
  width: 23.43%;
  margin-left: 0.06rem;
  height: auto;
}
.aboutBanner .g_vid svg path,
.aboutBanner .g_vid img path {
  fill: #005ec4;
}
.aboon {
  padding: calc(100vh + 1.88rem) 0 3.8rem;
}
@media (max-width: 991px) {
  .aboon {
    padding: calc(100vh + 1.88rem) 0 1.8rem;
  }
}
.aboon .box {
  padding-right: 0.43rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboon .box {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.aboon .box .gl {
  width: 39.3258427%;
}
@media (max-width: 991px) {
  .aboon .box .gl {
    width: 100%;
  }
}
.aboon .box .gl h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.64rem;
}
.aboon .box .gl .g_p p {
  text-indent: 2em;
  display: initial;
  background: #999 -webkit-linear-gradient(left, #0057b4, #0057b4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.aboon .box .gr {
  display: none;
}
@media (max-width: 991px) {
  .aboon .box .gr {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0.8rem;
  }
}
.aboon .box .gr .gr_img {
  overflow: hidden;
  border-radius: 0.1rem;
  width: 100%;
  height: auto;
}
.aboon .box .gr .gr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboon .box .gr .g_vid {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.28rem;
  height: 1.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 767px) {
  .aboon .box .gr .g_vid {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.aboon .box .gr .g_vid svg,
.aboon .box .gr .g_vid img {
  width: 23.43%;
  margin-left: 0.06rem;
  height: auto;
}
.aboon .box .gr .g_vid svg path,
.aboon .box .gr .g_vid img path {
  fill: #005ec4;
}
.abotw {
  width: 100%;
  height: 9.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .abotw {
    height: auto;
  }
}
.abotw .imgbj {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .abotw .imgbj {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.abotw .imgbj .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.abotw .imgbj .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abotw .imgbj .img video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.abotw .gtxt {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .abotw .gtxt {
    position: relative;
    height: auto;
  }
}
.abotw .gtxt .container {
  padding: 1.7rem 0 0 0.52rem;
}
@media (max-width: 767px) {
  .abotw .gtxt .container {
    padding: 0.5rem 0 0.52rem;
  }
}
.abotw .gtxt .container h2 {
  pointer-events: initial;
  font-weight: bold;
  color: #fff;
}
.abotw .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
  .abotw .box {
    position: relative;
    height: auto;
    flex-wrap: wrap;
    margin-top: 0.7rem;
  }
}
.abotw .box .item {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.4rem 0.8rem;
  width: calc(100%/6);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .abotw .box .item {
    padding: 0 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .item {
    width: 50%;
    padding: 0 0.4rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .abotw .box .item:hover {
    padding-bottom: 1.15rem;
    background: rgba(0, 78, 162, 0.5);
  }
  .abotw .box .item:hover .g_svg {
    opacity: 1;
  }
}
.abotw .box .item .g_svg {
  transition: all 0.4s;
  opacity: 0;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .abotw .box .item .g_svg {
    opacity: 1;
  }
}
.abotw .box .item .g_svg img,
.abotw .box .item .g_svg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abotw .box .item .txt .t_title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.68rem;
}
.abotw .box .item .txt .t_title h3 {
  line-height: 0.7rem;
  font-weight: bold;
  /* font-family: @font2; */
}
@media (max-width: 991px) {
  .abotw .box .item .txt .t_title .font48 {
    line-height: 1.2;
    font-size: 0.32rem;
  }
}
.abotw .box .item .txt .t_title .font70 {
  font-size: 0.7rem;
}
@media (max-width: 1260px) {
  .abotw .box .item .txt .t_title .font70 {
    font-size: 0.54rem;
  }
}
@media (max-width: 991px) {
  .abotw .box .item .txt .t_title .font70 {
    font-size: 0.44rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .abotw .box .item .txt .t_title .font70 {
    font-size: 0.4rem;
  }
}
.abotw .box .item .txt .t_title span {
  margin-left: 6px;
  line-height: 1;
}
.abotw .box .item .txt p {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .abotw .box .item .txt p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .abotw .box .item .txt p {
    height: auto !important;
  }
}
.g_title2 h2 {
  line-height: 1.1;
  font-weight: bold;
}
.aboth {
  padding: 2.05rem 0 0;
}
@media (max-width: 767px) {
  .aboth {
    padding: 1.05rem 0 0;
  }
}
.aboth .aboth_nav {
  display: flex;
  margin-top: 0.66rem;
}
@media (max-width: 991px) {
  .aboth .aboth_nav {
    overflow: auto;
  }
}
.aboth .aboth_nav p {
  cursor: pointer;
  transition: all 0.4s;
  color: #999;
  margin-right: 0.64rem;
  border-bottom: 4px solid transparent;
}
@media (max-width: 991px) {
  .aboth .aboth_nav p {
    flex-shrink: 0;
  }
}
.aboth .aboth_nav p.on {
  font-weight: bold;
  color: #005ec4;
  border-color: #005ec4;
}
.aboth .box {
  border-top: 1px solid #e7e8ea;
  margin-top: 0.7rem;
}
.aboth .box .bbox .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item {
    flex-direction: column;
  }
}
.aboth .box .bbox .item .gl {
  width: 32.19101124%;
  padding: 1rem 1.2rem 0.5rem 0;
}
@media (max-width: 1260px) {
  .aboth .box .bbox .item .gl {
    padding: 1rem 0 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .gl {
    width: 100%;
  }
}
.aboth .box .bbox .item .gl .g_tit {
  margin-bottom: 0.3rem;
}
.aboth .box .bbox .item .gl .g_tit .p1 {
  color: #999;
  margin-bottom: 0.2rem;
}
.aboth .box .bbox .item .gl .g_tit .p2 {
  font-weight: bold;
  color: #000;
}
.aboth .box .bbox .item .gl .g_lab {
  display: flex;
  flex-wrap: wrap;
}
.aboth .box .bbox .item .gl .g_lab p {
  line-height: 1;
  color: #005ec4;
}
.aboth .box .bbox .item .gl .g_lab p:not(:last-child) {
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  border-right: 2px solid #005ec4;
}
@media (max-width: 1260px) {
  .aboth .box .bbox .item .gl .g_lab p {
    font-size: 16px;
  }
}
.aboth .box .bbox .item .gl .g_ptxt {
  margin-top: 0.72rem;
}
.aboth .box .bbox .item .gl .g_ptxt p {
  color: #666;
  line-height: 1.667;
}
.aboth .box .bbox .item .gr {
  width: 67.80898876%;
  position: relative;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .gr {
    width: 100%;
  }
}
.aboth .box .bbox .item .gr .line_box {
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 0.64rem;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .gr .line_box {
    padding-left: 0.2rem;
  }
}
.aboth .box .bbox .item .gr .line_box .line {
  display: block;
  width: 1px;
  background: #005ec4;
}
.aboth .box .bbox .item .gr .gr_box {
  padding-left: 0.64rem;
  height: 9.8rem;
  overflow: auto;
  position: relative;
}
.aboth .box .bbox .item .gr .gr_box::-webkit-scrollbar {
  width: 0;
  display: none;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .gr .gr_box {
    padding-left: 0.2rem;
  }
}
.aboth .box .bbox .item .gr .aboth_box {
  border-left: 1px solid #e5eff8;
  padding: 1rem 1.9rem 0 0.92rem;
}
@media (max-width: 991px) {
  .aboth .box .bbox .item .gr .aboth_box {
    padding: 1rem 0.5rem 0 0.92rem;
  }
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con {
  position: relative;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_tw .public-img:before {
  padding-top: 38.41676368%;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_tw .txt {
  padding: 0.28rem 0 0.65rem;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_tw .txt .g_p p {
  display: block;
  position: relative;
  padding-left: 0.26rem;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_tw .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #11c4ff;
  left: 0;
  top: 0.12rem;
}
@media (max-width: 1580px) {
  .aboth .box .bbox .item .gr .aboth_box .aboth_con .g_tw .txt .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year {
  z-index: 10;
  position: absolute;
  left: -0.99rem;
  top: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year {
    left: -1rem;
  }
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year i {
  width: 0.14rem;
  height: auto;
  flex-shrink: 0;
  display: flex;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year i svg,
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year i img {
  width: 100%;
  height: auto;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year i svg path,
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year i img path {
  fill: #005ec4;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year p {
  margin-left: 0.14rem;
  color: #333;
}
.aboth .box .bbox .item .gr .aboth_box .aboth_con .g_year p span {
  color: #fff;
}
.abofo {
  position: relative;
}
@media (max-width: 767px) {
  .abofo {
    background: #000;
  }
}
.abofo .g_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .abofo .g_img {
    height: 16rem;
  }
}
.abofo .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.abofo .g_img img:first-child {
  display: block;
}
.abofo .box {
  height: 9.6rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1580px) {
  .abofo .box {
    height: 11.6rem;
  }
}
@media (max-width: 1260px) {
  .abofo .box {
    height: auto;
  }
}
.abofo .box .bbox {
  color: #fff;
  padding: 1.35rem 0 1.22rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abofo .box .bbox {
    flex-direction: column;
  }
}
@media (max-width: 1260px) {
  .abofo .box .bbox .gl {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .abofo .box .bbox .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.abofo .box .bbox .gl .abofo_nav {
  margin-top: 0.48rem;
}
.abofo .box .bbox .gl .abofo_nav a {
  display: inline-flex;
  line-height: 1;
  margin-right: 0.45rem;
  padding-right: 0.46rem;
  color: #8d8d8d;
  cursor: pointer;
  border-right: 1px solid #8d8d8d;
}
.abofo .box .bbox .gl .abofo_nav a.on {
  color: #fff;
}
.abofo .box .bbox .gl .abofo_nav a:last-child {
  border: none;
  margin-right: 0;
  padding: 0;
}
.abofo .box .bbox .gl .abofo_data {
  margin-top: 1.4rem;
}
.abofo .box .bbox .gl .abofo_data .abofo_data_box {
  display: none;
}
.abofo .box .bbox .gl .abofo_data .abofo_data_box:first-child {
  display: block;
}
.abofo .box .bbox .gl .abofo_data .item {
  margin-bottom: 0.3rem;
}
.abofo .box .bbox .gl .abofo_data .item:last-child svg,
.abofo .box .bbox .gl .abofo_data .item:last-child img {
  display: none;
}
.abofo .box .bbox .gl .abofo_data .item .item_t {
  display: flex;
}
.abofo .box .bbox .gl .abofo_data .item .item_t p {
  line-height: 1.2;
  font-weight: bold;
}
.abofo .box .bbox .gl .abofo_data .item .item_t span {
  margin-left: 0.07rem;
  margin-top: 0.05rem;
  font-weight: bold;
  line-height: 1;
}
.abofo .box .bbox .gl .abofo_data .item .item_b {
  margin-top: 0.04rem;
}
.abofo .box .bbox .gl .abofo_data .item svg,
.abofo .box .bbox .gl .abofo_data .item img {
  margin-top: 0.44rem;
  height: 6px;
  width: auto;
}
@media (max-width: 991px) {
  .abofo .box .bbox .gl .abofo_data .item svg,
  .abofo .box .bbox .gl .abofo_data .item img {
    width: 4rem;
  }
}
.abofo .box .bbox .gl .g_lab {
  margin-top: 0.75rem;
}
.abofo .box .bbox .gr {
  flex-shrink: 0;
  margin-left: 0.4rem;
  padding-right: 0.76rem;
}
@media (max-width: 991px) {
  .abofo .box .bbox .gr {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .abofo .box .bbox .gr {
    width: 100%;
  }
}
.abofo .box .bbox .gr .abofo_r {
  width: 3.82rem;
  display: none;
}
@media (max-width: 767px) {
  .abofo .box .bbox .gr .abofo_r {
    width: 100%;
  }
}
.abofo .box .bbox .gr .abofo_r:first-child {
  display: block;
}
.abofo .box .bbox .gr .abofo_r .item {
  position: relative;
}
.abofo .box .bbox .gr .abofo_r .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.abofo .box .bbox .gr .abofo_r .item.on::after {
  background: -webkit-linear-gradient(to right, #12bff7, rgba(0, 0, 0, 0.1));
  background: linear-gradient(to right, #12bff7, rgba(0, 0, 0, 0.1));
}
.abofo .box .bbox .gr .abofo_r .item.on .proInfo_r_con {
  padding: 0.33rem 0;
}
.abofo .box .bbox .gr .abofo_r .item.on .proInfo_r_con .proInfo_r_title i {
  transform: rotate(180deg);
  background: #1a1a1a;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con {
  transition: all 0.4s;
  border-top: 1px solid #181818;
  padding: 0.16rem 0;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title {
  padding: 0 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title span {
  color: rgba(255, 255, 255, 0.5);
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title i {
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title i svg,
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title i img {
  width: 8px;
  height: auto;
  transform: rotate(90deg);
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title i svg path,
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .proInfo_r_title i img path {
  fill: #fff;
  opacity: 0.5;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .join_l_box {
  display: none;
  padding: 0.22rem 0.12rem 0;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .join_l_box p {
  margin-bottom: 0.12rem;
}
.abofo .box .bbox .gr .abofo_r .item .proInfo_r_con .join_l_box p:last-child {
  margin-bottom: 0;
}
.abofi {
  padding: 1.45rem 0 1.65rem;
}
.abofi .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  padding-left: calc((100% - 92.70833%)/2);
}
@media screen and (max-width: 1199px) {
  .abofi .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .abofi .box {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .abofi .box {
    flex-direction: column;
  }
}
.abofi .box .gl {
  width: 48.10810811%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .abofi .box .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.abofi .box .gl .abofi_nav {
  display: flex;
}
.abofi .box .gl .abofi_nav p {
  cursor: pointer;
  transition: all 0.4s;
  color: #999;
  margin-right: 0.56rem;
  border-bottom: 4px solid transparent;
}
.abofi .box .gl .abofi_nav p.on {
  font-weight: bold;
  color: #005ec4;
  border-color: #005ec4;
}
.abofi .box .gl .abofi_txt {
  margin-top: 1.2rem;
}
.abofi .box .gl .abofi_txt .item {
  display: none;
}
.abofi .box .gl .abofi_txt .item:first-child {
  display: block;
}
.abofi .box .gl .abofi_txt .item p {
  margin-bottom: 0.16rem;
}
.abofi .box .gr {
  width: 51.89189189%;
}
@media (max-width: 991px) {
  .abofi .box .gr {
    width: 100%;
  }
}
.abofi .box .gr .gr_box {
  overflow: hidden;
  display: none;
}
.abofi .box .gr .gr_box:first-child {
  display: block;
}
.abofi .box .gr .g_culfi_box {
  margin-bottom: 0.35rem;
}
.abofi .box .gr .g_culfi_box .public-img:before {
  padding-top: 109.52380952%;
}
.abofi .box .gr .g_culfi_box .txt {
  padding: 0.24rem 0;
}
.abofi .box .gr .g_culfi_box .txt .txt_t h3 {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.5em;
  color: #333;
}
.abofi .box .gr .f_qie {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: calc((100% - 92.70833%)/1);
}
@media screen and (max-width: 1199px) {
  .abofi .box .gr .f_qie {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .abofi .box .gr .f_qie {
    padding: 0 ;
  }
}
.abofi .box .gr .f_qie .investorbox2_pagin {
  position: relative;
  background-color: #e7e9eb;
  height: 4px;
  width: calc(100% - 1.78rem);
}
@media (max-width: 1580px) {
  .abofi .box .gr .f_qie .investorbox2_pagin {
    height: 2px;
  }
}
.abofi .box .gr .f_qie .investorbox2_pagin span {
  background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%);
}
.abofi .box .gr .f_qie .investorbox2_pagin.swiper-pagination-lock ~ .gt {
  display: none!important;
}
.abofi .box .gr .f_qie .gt {
  margin-left: 0.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev,
.abofi .box .gr .f_qie .gt .investorbox2_next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #fff;
  transition: all 0.4s;
  border: 2px solid #eee;
  border-radius: 50%;
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev img,
.abofi .box .gr .f_qie .gt .investorbox2_next img {
  width: 15.625%;
  height: 26.5625%;
  object-fit: contain;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev img:nth-child(2),
.abofi .box .gr .f_qie .gt .investorbox2_next img:nth-child(2) {
  display: none;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev:hover,
.abofi .box .gr .f_qie .gt .investorbox2_next:hover {
  border: 2px solid #11c4ff;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev:hover img,
.abofi .box .gr .f_qie .gt .investorbox2_next:hover img {
  display: none;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev:hover img:nth-child(2),
.abofi .box .gr .f_qie .gt .investorbox2_next:hover img:nth-child(2) {
  display: block;
}
.abofi .box .gr .f_qie .gt .investorbox2_prev {
  margin-right: 0.2rem;
}
