@charset "utf-8";
@font-face {
  font-family: "din";
  src: url("../font/DINNextW1G-Black.otf") format("opentype");
}
@font-face {
  font-family: "din2";
  src: url("../font/DINNextW1G-UltraLight.otf") format("opentype");
}
.font22 {
  font-size: 22px;
}
.font14 {
  font-size: 14px;
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
  .font14 {
    font-size: 12px;
  }
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .font26 {
    font-size: 22px;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pub-btn {
  padding: 0 0.48rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  color: #fff;
  background: #cd1e2d;
  transition: all ease-out 0.3s;
  display: inline-flex;
}
@media (max-width: 767px) {
  .pub-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.pub-btn:hover {
  background: #a30311;
}
.g_pro {
  background: #fff;
  padding: 0.43rem 0 1rem;
}
@media (max-width: 767px) {
  .g_pro {
    padding-bottom: 0.2rem;
  }
}
.g_pro .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.g_pro .container .left {
  position: sticky;
  top: 130px;
  width: 18.17%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .g_pro .container .left {
    width: 30%;
    padding-right: 0.2rem;
    top: 65px;
  }
}
.g_pro .container .left .g_navl {
  padding: 0.12rem 0 0.28rem;
}
.g_pro .container .left .g_navl::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1px;
  height: 100%;
  background: #003894;
}
.g_pro .container .left .g_navl a {
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: -13px;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g_pro .container .left .g_navl a {
    margin-bottom: 0.4rem;
    height: auto;
  }
}
.g_pro .container .left .g_navl a:last-child {
  margin-bottom: 0;
}
.g_pro .container .left .g_navl a .g_img {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_pro .container .left .g_navl a .g_img .img1 {
  width: 18px;
  height: 20px;
  transition: all 0.3s;
}
.g_pro .container .left .g_navl a .g_img .img2 {
  width: 24px;
  height: 26px;
  display: none;
  transition: all 0.3s;
}
.g_pro .container .left .g_navl a p {
  margin-left: 12px;
  color: #b3b3b3;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .g_pro .container .left .g_navl a p {
    font-size: 0.28rem;
  }
}
.g_pro .container .left .g_navl a.on .g_img .img1 {
  display: none;
}
.g_pro .container .left .g_navl a.on .g_img .img2 {
  display: block;
}
.g_pro .container .left .g_navl a.on p {
  font-size: 20px;
  color: #003894;
  font-weight: bold;
}
@media (max-width: 767px) {
  .g_pro .container .left .g_navl a.on p {
    font-size: 0.28rem;
  }
}
.g_pro .container .right {
  width: 81.83%;
}
@media (max-width: 767px) {
  .g_pro .container .right {
    width: 70%;
  }
}
.g_pro .container .right .g_pro_box {
  margin-bottom: 1.5rem;
}
.g_pro .container .right .g_pro_box.on .img::after {
  width: 0;
  pointer-events: none;
}
.g_pro .container .right .g_pro_box.on .txt .g_h3 img {
  transform: scale(1);
  opacity: 1;
}
.g_pro .container .right .g_pro_box.on .g_lab .g_lab_list h4::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box {
    margin-bottom: 1rem;
  }
}
.g_pro .container .right .g_pro_box .img {
  margin-bottom: 0.5rem;
}
.g_pro .container .right .g_pro_box .img:before {
  padding-top: 17.33%;
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .img:before {
    padding-top: 50%;
  }
}
.g_pro .container .right .g_pro_box .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003894;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: 0.5s all;
}
.g_pro .container .right .g_pro_box .txt {
  margin-bottom: 0.9rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .txt {
    flex-direction: column;
  }
}
.g_pro .container .right .g_pro_box .txt .g_p {
  width: 60%;
}
@media (max-width: 1260px) {
  .g_pro .container .right .g_pro_box .txt .g_p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .txt .g_p {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.g_pro .container .right .g_pro_box .txt .g_p p {
  line-height: 2;
  color: #003894;
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .txt .g_p p {
    line-height: 1.5;
  }
}
.g_pro .container .right .g_pro_box .txt .g_h3 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.g_pro .container .right .g_pro_box .txt .g_h3 img {
  width: 0.48rem;
  height: auto;
  transform: scale(0);
  opacity: 0;
  transition: 0.8s all;
}
.g_pro .container .right .g_pro_box .txt .g_h3 h3 {
  line-height: 1;
  font-weight: 900;
  margin-left: 0.2rem;
  color: #003894;
}
.g_pro .container .right .g_pro_box .g_lab {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .g_lab {
    flex-direction: column;
  }
}
.g_pro .container .right .g_pro_box .g_lab .g_lab_list {
  width: calc((100% - 2.7rem)/3);
}
@media (max-width: 1260px) {
  .g_pro .container .right .g_pro_box .g_lab .g_lab_list {
    width: calc((100% - 1.2rem)/3);
  }
}
@media (max-width: 767px) {
  .g_pro .container .right .g_pro_box .g_lab .g_lab_list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.g_pro .container .right .g_pro_box .g_lab .g_lab_list h4 {
  color: #003894;
  font-weight: bold;
  padding-bottom: 0.15rem;
  margin-bottom: 0.12rem;
  position: relative;
  overflow: hidden;
}
.g_pro .container .right .g_pro_box .g_lab .g_lab_list h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #94abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.g_pro .container .right .g_pro_box .g_lab .g_lab_list h4 span {
  display: block;
}
.g_pro .container .right .g_pro_box .g_lab .g_lab_list p {
  font-size: 12px;
  color: #999999;
  line-height: 2;
}
@media (max-width: 767px) {
  .g_develop_t .developmentbanner .bag {
    height: 11rem;
  }
}
.g_develop_t .developmentbanner .cont .font {
  max-width: 92%;
}
@media (max-width: 1260px) {
  .g_develop_t .developmentbanner .cont .font {
    max-width: 100%;
  }
}
.g_dev_t {
  background: #003894;
  padding: 0.33rem 0;
  height: 4.16rem;
}
.g_about_hz {
  position: relative;
}
.g_about_hz .box .swiper-container {
  margin-bottom: 0.2rem;
}
.g_about_hz .box .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.g_about_hz .box .swiper-container .swiper-wrapper .g_logo_box {
  border-radius: 5px;
  overflow: hidden;
  height: 3.5rem;
}
.g_about_hz .box .swiper-container .swiper-wrapper .g_logo_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_about_hz .img1 {
  position: absolute;
  left: 0;
  width: auto;
  height: 100%;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.g_about_hz .img2 {
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.g_dev_cs {
  background: #fff;
  padding: 0.68rem 0 1.9rem;
}
@media (max-width: 767px) {
  .g_dev_cs {
    padding: 0.68rem 0 1rem;
  }
}
.g_dev_cs .g_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  border: 1px solid #8ca5cf;
  margin-bottom: 0.64rem;
  position: sticky;
  top: 1.3rem;
  z-index: 60;
  background: #fff;
}
.g_dev_cs .g_nav.on {
  top: 0;
}
@media (max-width: 1260px) {
  .g_dev_cs .g_nav {
    height: auto;
    padding: 0.2rem 0.48rem;
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .g_dev_cs .g_nav {
    flex-wrap: wrap;
    padding: 0.3rem 0.48rem 0.1rem;
  }
}
.g_dev_cs .g_nav a {
  text-align: center;
  color: #003894;
  position: relative;
  cursor: pointer;
  width: 25%;
}
@media (max-width: 767px) {
  .g_dev_cs .g_nav a {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.g_dev_cs .g_nav a:hover {
  font-weight: bold;
}
.g_dev_cs .g_nav a:hover i {
  opacity: 1;
}
.g_dev_cs .g_nav a:hover i::after {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.g_dev_cs .g_nav a.on {
  font-weight: bold;
}
.g_dev_cs .g_nav a.on i {
  opacity: 1;
}
.g_dev_cs .g_nav a.on i::after {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.g_dev_cs .g_nav a i {
  opacity: 0;
  position: relative;
  display: block;
  width: 0.9rem;
  height: 3px;
  overflow: hidden;
  bottom: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
}
.g_dev_cs .g_nav a i:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #003894;
  display: block;
}
.g_dev_cs .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.g_dev_cs .box .left {
  position: sticky;
  top: calc(2.2rem);
  z-index: 50;
  width: 27.05%;
}
@media (max-width: 767px) {
  .g_dev_cs .box .left {
    display: none;
  }
}
.g_dev_cs .box .left .g_t_box {
  width: 100%;
  height: 3.16rem;
  margin-bottom: 4px;
  background: #003894;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .g_dev_cs .box .left .g_t_box {
    height: 3.6rem;
  }
}
@media (max-width: 991px) {
  .g_dev_cs .box .left .g_t_box {
    height: 3.2rem;
  }
}
.g_dev_cs .box .left .g_t_box .g_t {
  width: 100%;
  height: 3.16rem;
  color: #fff;
  padding: 0.28rem 0.32rem 0.15rem 0.38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1260px) {
  .g_dev_cs .box .left .g_t_box .g_t {
    height: 3.6rem;
  }
}
@media (max-width: 991px) {
  .g_dev_cs .box .left .g_t_box .g_t {
    height: 3.2rem;
  }
}
.g_dev_cs .box .left .g_t_box .g_t.on {
  opacity: 1;
  z-index: 1;
}
.g_dev_cs .box .left .g_t_box .g_t.on h3 {
  top: 0;
  opacity: 1;
}
.g_dev_cs .box .left .g_t_box .g_t .g_tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .g_dev_cs .box .left .g_t_box .g_t .g_tit {
    margin-bottom: 0.5rem;
  }
}
.g_dev_cs .box .left .g_t_box .g_t .g_tit .g_p {
  width: 2.1rem;
}
.g_dev_cs .box .left .g_t_box .g_t .g_tit .g_p p {
  font-weight: bold;
  line-height: 1.1;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.g_dev_cs .box .left .g_t_box .g_t .g_tit img {
  width: 29px;
  height: auto;
}
@media (max-width: 991px) {
  .g_dev_cs .box .left .g_t_box .g_t .g_tit img {
    display: none;
  }
}
.g_dev_cs .box .left .g_t_box .g_t h3 {
  font-size: 0.64rem;
  font-weight: bold;
  position: relative;
  top: 0.5rem;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .g_dev_cs .box .left .g_t_box .g_t h3 {
    font-size: 0.5rem;
  }
}
@media (max-width: 991px) {
  .g_dev_cs .box .left .g_t_box .g_t h3 {
    font-size: 0.4rem;
  }
}
.g_dev_cs .box .left .g_rw {
  height: 0.64rem;
  background: #003894;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 0.38rem 0 0.4rem;
}
.g_dev_cs .box .left .g_rw .x-a {
  width: 30px;
  height: auto;
  display: block;
}
.g_dev_cs .box .left .g_rw .x-a .x-b {
  height: auto;
}
.g_dev_cs .box .left .g_rw .x-a .x-b svg .st00 {
  stroke: #fff;
}
.g_dev_cs .box .left .g_rw:hover .x-b::before {
  background-color: #003894;
}
.g_dev_cs .box .left .g_rw:hover .x-b svg {
  animation: arrow2 0.5s;
}
.g_dev_cs .box .left .g_rw:hover .x-b svg .st00 {
  stroke: #fff;
}
.g_dev_cs .box .right {
  width: 68.77%;
}
@media (max-width: 767px) {
  .g_dev_cs .box .right {
    width: 100%;
  }
}
.g_dev_cs .box .right .g_rbox .g_r {
  margin-bottom: 0.5rem;
  position: relative;
  border: 1px solid #87a1cc;
  padding: 0.3rem 0.48rem 0.26rem;
}
.g_dev_cs .box .right .g_rbox .g_r > img {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0.3rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .g_dev_cs .box .right .g_rbox .g_r > img {
    width: 0.36rem;
    top: 0.4rem;
  }
}
.g_dev_cs .box .right .g_rbox .g_r .txt {
  position: relative;
  z-index: 5;
}
.g_dev_cs .box .right .g_rbox .g_r .txt span {
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  font-weight: bold;
}
.g_dev_cs .box .right .g_rbox .g_r .txt p {
  color: #003894;
}
.g_dev_cs .box .right .g_rbox .g_r i {
  transition: all 0.5s;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #f2f5fa;
}
.g_dev_cs .box .right .g_rbox .g_r:hover i {
  width: 100%;
}
@-webkit-keyframes moveactive {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.g_btn {
  display: inline-flex;
  position: relative;
  padding-left: 1.65rem;
  margin-top: 1.2rem;
}
@media (max-width: 1580px) {
  .g_btn {
    padding-left: 2rem;
  }
}
.g_btn:hover:hover .x-b::before {
  background-color: #003894;
}
.g_btn:hover:hover .x-b .x-bj .st0i {
  fill: #003894;
}
.g_btn:hover:hover .x-b .x-jt {
  animation: arrow2 0.5s;
}
.g_btn:hover:hover .x-b .x-jt .st00 {
  stroke: #fff;
}
.g_btn:hover .x-p span {
  transform: translateY(-36px) rotateX(-90deg);
}
@media (max-width: 767px) {
  .g_btn:hover .x-p span {
    transform: translateY(-22px) rotateX(-90deg);
  }
}
.g_btn:hover .x-p span:nth-of-type(2) {
  transform: translateY(0);
}
.g_btn .x-p {
  color: #003894;
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.g_btn .x-p span {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 0;
  transition: 0.3s all;
}
.g_btn .x-p span:nth-of-type(2) {
  transform: translateY(36px) rotateX(90deg);
}
@media (max-width: 767px) {
  .g_btn .x-p span:nth-of-type(2) {
    transform: translateY(22px) rotateX(90deg);
  }
}
.g_btn .x-b {
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1580px) {
  .g_btn .x-b {
    width: 0.82rem;
    height: 0.92rem;
  }
}
@media (max-width: 767px) {
  .g_btn .x-b {
    display: none;
  }
}
.g_btn .x-b .x-bj {
  width: 100%;
  height: 100%;
}
.g_btn .x-b .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.g_btn .x-b .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1580px) {
  .g_btn .x-b .x-jt {
    width: 0.44rem;
  }
}
.g_btn .x-b .x-jt .st00 {
  stroke: #003894;
}
.g_dev_yx {
  background: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .g_dev_yx {
    padding-bottom: 1.5rem;
  }
}
.g_dev_yx .tit {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .g_dev_yx .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.g_dev_yx .tit .g_l {
  width: 56%;
}
@media (max-width: 1260px) {
  .g_dev_yx .tit .g_l {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .g_dev_yx .tit .g_l {
    width: 100%;
  }
}
.g_dev_yx .tit .g_l span {
  color: #003894;
  font-size: 0.8rem;
  font-weight: bold;
  white-space: normal;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
}
@media (max-width: 991px) {
  .g_dev_yx .tit .g_l span {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .g_dev_yx .tit .g_l span {
    margin-bottom: 0.3rem;
  }
}
.g_dev_yx .tit .g_l .g_h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.4rem;
  margin-bottom: 0.16rem;
  border-bottom: 2px solid #91a9d1;
}
.g_dev_yx .tit .g_l .g_h2 h2 {
  color: #003894;
  font-weight: bold;
}
.g_dev_yx .tit .g_l .g_p p {
  color: #666;
  line-height: 2;
}
.g_dev_yx .g_dev_swi_box {
  overflow: hidden;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi {
  overflow: initial;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-wrapper {
  height: auto;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .img img {
  transform: scale(1.1);
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .x-b svg {
  animation: arrow2 0.5s;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .x-b::before {
  background-color: #003894;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .x-b .x-bj .st0i {
  fill: #003894;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .x-b .x-jt {
  animation: arrow2 0.5s;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .x-b .x-jt .st00 {
  stroke: #fff;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr:hover .txt::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .img {
  margin-bottom: 0.22rem;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .img:before {
  padding-top: 124.22%;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #003894;
  padding: 0 0.1rem 0.1rem;
  position: relative;
  overflow: hidden;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #94abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 {
  margin-top: 0.09rem;
  width: 30px;
  height: 14px;
  display: block;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 .x-b {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 .x-b .x-bj {
  width: 100%;
  height: 100%;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 .x-b .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 .x-b .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 30px;
  height: 14px;
  position: absolute;
  z-index: 5;
}
.g_dev_yx .g_dev_swi_box .g_dev_swi .swiper-slide .g_dev_swi_nr .txt .g_a2 .x-b .x-jt .st00 {
  stroke: #003894;
}
