@font-face {
  font-family: SourceHanSans;
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: AlimamaShuHeiTi;
  src: url(../fonts/AlimamaShuHeiTi-Bold.ttf);
}
html {
  font-size: 16px;
  color: #080A12;
}
.boxc-tab_item a {
    cursor: pointer;
}
body {
  font-family: "SourceHanSans" !important;
  overflow-x: hidden;
}
.logo {
    width: 2rem;
}
a {
  color: inherit;
  text-decoration: none;
}

.tow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .popup-body_right .d3 img, .logo a img {
  display: inline-block;
  max-width: 100%;
}

.dflex {
  display: flex;
}

img.fanz{
 width:100%;height: 100vh;
    object-fit: cover;   
}

@media (max-width: 990px) {
  .dflex {
    flex-direction: column;
  }
  .dflex > div {
    width: 100%;
  }
}




.pall, .boxa-list_item-img::before, .boxc-one_text, .boxc-one_img:before, .banner .big-swiper_text, .banner .big-swiper_img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flex1, .popup-body_right .d1-txt, .popup-body_left, .boxd-swiper_text {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 15rem;
  padding: 0 .1rem;
  margin: 0 auto;
}

.box-btn {
  font-size: .24rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.5833333333em 1.3333333333em;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  
}
@media (max-width: 15px) {
  .box-btn {
    font-size: 16px;
  }
}


@media (max-width: 990px) {
  .box-btn {
    font-size: .24rem;
    line-height: .5rem;
  }
}



.box-btn i {
  color: inherit;
  font-size: .2rem;
  margin-left: .12rem;
}
.box-btn img {
  margin-right: 0.05rem;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
      background: linear-gradient(#000000, #00000000);
}
.header-flex {
  height: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0 5.2083333333%;
}
.logo {
  margin-right: 5.2083333333vw;
}
.logo a {
  display: flex;
}

.nav {
  display: flex;
}
.nav-item {
  margin-right: .2rem;
}
.nav-item.on .nav-item-iner a {
  color: #0a74da;
}
.nav-item-iner a {
  width: 1rem;
  height: 1;
  text-align: center;
  display: block;
  font-size: .16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.5;
}
@media (max-width: 15px) {
  .nav-item-iner a {
    font-size: 14px;
  }
}


@media (max-width: 990px) {
  .nav-item-iner a {
    font-size: 12px;
  }
}



.nav-item-iner a:hover {
  color: #0a74da;
}

.box-title {
  text-align: center;
}
.box-title .p1 {
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 15px) {
  .box-title .p1 {
    font-size: 22px;
  }
}



@media (max-width: 990px) {
  .box-title .p1 {
    font-size: 16px;
  }
}
.box-title .p2 {
  font-weight: 350;
  font-size: 24px;
  color: #808189;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .box-title .p2 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .box-title .p2 {
    font-size: 14px;
  }
}
.box-title.white .p1, .box-title.white .p2 {
  color: #fff;
}

.footer {
  background: #0C1729;
  padding: 1.6666666667vw 0;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  align-items: center;
  padding-top: 0.9375vw;
}
.footer-logo img {
  margin-right: 1.1458333333vw;
}
.footer-logo span {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .footer-logo span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-logo span {
    font-size: 14px;
  }
}
.footer-link {
  display: flex;
  margin-top: 2.0833333333vw;
  gap: 2.0833333333vw;
}
.footer-link a {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .footer-link a {
    font-size:16px;
  }
}
@media (max-width: 990px) {
  .footer-link a {
    font-size: 12px;
  }
}
.footer-link a:hover {
  text-decoration: underline;
}
.footer-copyright, .footer-support {
  margin-top: 1.6666666667vw;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .footer-copyright, .footer-support {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-copyright, .footer-support {
    font-size:12px;
  }
}
.footer-right .backtop {
  margin-left: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #464E5C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social {
  margin-top: 2.5vw;
  display: flex;
  gap: 1.5625vw;
}
.footer-social_item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #464E5C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-support {
  margin-top: 2.0833333333vw;
}
.footer-support:hover {
  color: #fff;
}

.banner {
  position: relative;
}
.banner .big-swiper {
  position: relative;
  overflow: hidden;
}
.banner .big-swiper-item {
  position: relative;
}
.banner .big-swiper_img {
  padding-bottom: 45.8572173007%;
  position: relative;
}
.banner .big-swiper_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .big-swiper_img:before {
  content: "";
  z-index: 1;
  background: rgba(18, 8, 8, 0.5);
}
.banner .big-swiper_text {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .big-swiper_text .wrap {
  width: 100%;
}
.banner .big-swiper_text .p1 {
  font-size: 0.72rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .banner .big-swiper_text .p1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 990px) {
  .banner .big-swiper_text .p1 {
    font-size:.7rem;
  }
}
.banner .big-swiper_text .p2 {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .banner .big-swiper_text .p2 {
    font-size: 0.18rem;
  }
}
@media (max-width: 990px) {
  .banner .big-swiper_text .p2 {
    font-size: 0.28rem;
  }
}
.banner .big-swiper_text .d1 {
  margin-top: 5.2083333333vw;
  display: flex;
  gap: 2.0833333333vw;
}
.banner .big-swiper_text .d1 .a1 {
  background: #fff;
  color: #0a74da;
}
.banner .big-swiper_text .d1 .a1:hover {
  background: rgba(255, 255, 255, 0.9);
}
.banner .big-swiper_text .d1 .a2 {
  border: 0.02rem solid #fff;
  background: rgba(255, 255, 255, 0.16);
}
.banner .big-swiper_text .d1 .a2:hover {
  background: rgba(255, 255, 255, 0.3);
}
.banner .big-swiper_text .d2 {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}
.banner .txt-swiper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  bottom: 0.2rem;
}
.banner .txt-swiper-box {
  overflow: hidden;
}
.banner .txt-swiper .swiper-slide {
  cursor: pointer;
}
.banner .txt-swiper_process {
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: rgba(255, 255, 255, 0.54);
  margin-bottom: 0.12rem;
}
.banner .txt-swiper_p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
@media (max-width: 15px) {
  .banner .txt-swiper_p {
    font-size: 0.14rem;
  }
}
@media (max-width: 990px) {
  .banner .txt-swiper_p {
    font-size: 0.12rem;
  }
}
.banner .txt-swiper .swiper-slide-thumb-active .txt-swiper_process {
  animation: process 5s linear;
  background: #fff;
}

.boxb-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 3.125vw;
}
.boxb-swiper_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxb-swiper_left {
  width: 38.6486486486%;
}
.boxb-swiper_right {
  width: 54.5945945946%;
  position: relative;
}
.boxb-swiper_text .p1 {
  font-size: 0.32rem;
  color: #000;
  margin-bottom: 2.0833333333vw;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxb-swiper_text .p1 {
    font-size: 0.24rem;
  }
}
@media (max-width: 990px) {
  .boxb-swiper_text .p1 {
    font-size: 16px;
  }
}
.boxb-swiper_text .d1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 4.6875vw;
}
@media (max-width: 15px) {
  .boxb-swiper_text .d1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxb-swiper_text .d1 {
    font-size: 14px;
  }
}
.boxb-swiper_text .d1 p {
  padding-left: 15px;
  background: url(../images/r1.png) left top 9px no-repeat;
}
.boxb-swiper_text .d1 p + p {
  margin-top: 10px;
}
.boxb-swiper_text .d2 {
  display: flex;
}
.boxb-swiper_text .d2 a {
  align-items: center;
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.85em 1.5em;
  border-radius: 2em;
  background: #0a74da;
  transition: all 0.5s ease;
}
@media (max-width: 15px) {
  .boxb-swiper_text .d2 a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxb-swiper_text .d2 a {
    font-size: 14px;
  }
}
.boxb-swiper_text .d2 a i {
  font-size: 18px;
  margin-left: 1em;
  color: inherit;
}
.boxb-swiper_text .d2 a:hover {
  background: rgba(10, 116, 218, 0.9);
}
.boxb-swiper_video {
  padding-bottom: 61.8811881188%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.boxb-swiper_video > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxb-swiper_video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.boxb-swiper_video-play {
  position: absolute;
  right: 3.125vw;
  bottom: 2.0833333333vw;
}

.boxb-txt_swiper {
  margin-top: 4.1666666667vw;
}
.boxb-txt_swiper .swiper-slide {
  cursor: pointer;
}
.boxb-txt_swiper-process {
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: rgba(137, 151, 163, 0.54);
  margin-bottom: 0.12rem;
}
.boxb-txt_swiper-p {
  font-size: 16px;
  color: rgb(137, 151, 163);
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
@media (max-width: 15px) {
  .boxb-txt_swiper-p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxb-txt_swiper-p {
    font-size:.2rem;
  }
}
.boxb-txt_swiper .swiper-slide-thumb-active .boxb-txt_swiper-process {
  background: #0a74da;
  animation: process 5s linear;
}
.boxb-txt_swiper .swiper-slide-thumb-active .boxb-txt_swiper-p {
  color: #0a74da;
}

.boxd-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 4.1666666667vw;
}
.boxd-swiper_item {
  display: flex;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #fff;
}
.boxd-swiper_img {
  width: 52.7027027027%;
  padding-bottom: 35.3378378378%;
  position: relative;
}
.boxd-swiper_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-swiper_text {
  padding: 3.59375vw 7.4479166667vw 0 3.125vw;
  background: url(../images/bg3.png) right top no-repeat;
}
.boxd-swiper_text-title .p1 {
  font-size: 0.2rem;
  color: #0a74da;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxd-swiper_text-title .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .boxd-swiper_text-title .p1 {
    font-size: 0.3rem;
  }
}
.boxd-swiper_text-title .p2 {
  font-size: 0.4rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxd-swiper_text-title .p2 {
    font-size: 0.24rem;
  }
}
@media (max-width: 990px) {
  .boxd-swiper_text-title .p2 {
    font-size: 0.36rem;
  }
}
.boxd-swiper_text-desc {
  margin-top: 2.0833333333vw;
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxd-swiper_text-desc {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .boxd-swiper_text-desc {
    font-size: .3rem;
  }
}
.boxd-swiper_text-desc p + p {
  margin-top: 1em;
}
.boxd-swiper_controll {
  position: absolute;
  z-index: 999;
  left: 56.7567567568%;
  bottom: 1.71875vw;
  display: flex;
  align-items: baseline;
}
.boxd-swiper_controll-left, .boxd-swiper_controll-right {
  cursor: pointer;
  line-height: 1;
  margin: 0 .4rem;
}
.boxd-swiper_controll-left i, .boxd-swiper_controll-right i {
  font-size: 0.28rem;
  color: #d9d9d9;
}
.boxd-swiper_controll-left:hover i, .boxd-swiper_controll-right:hover i {
  color: #0a74da;
}
.boxd-swiper_controll-dots {
  display: flex;
  align-items: center;
  margin: 0 1.1458333333vw;
}
.boxd-swiper_controll-dots .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #d9d9d9;
  padding: 0.03rem;
  background: transparent;
  background-clip: content-box;
  opacity: 1;
  margin: 0 1.1458333333vw !important;
}
.boxd-swiper_controll-dots .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #0a74da;
  border-color: #0a74da;
}

.boxf-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 2.9166666667vw;
}
.boxf-swiper_item {
  display: block;
}
.boxf-swiper_item:hover .boxf-swiper_item-img img {
  transform: scale(1.1);
}
.boxf-swiper_item:hover .boxf-swiper_item-text {
  background: #2e4f6d;
}
.boxf-swiper_item:hover .boxf-swiper_item-text .p1 {
  color: #fff;
}
.boxf-swiper_item:hover .boxf-swiper_item-text .p2 span,
.boxf-swiper_item:hover .boxf-swiper_item-text .p2 i {
  color: #fff;
}
.boxf-swiper_item-img {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}
.boxf-swiper_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxf-swiper_item-img img {
  display: block;
  transition: all 0.5s ease;
}
.boxf-swiper_item-text {
  background: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  transition: all 0.5s ease;
  padding: 1.25vw 1.0416666667vw 2.34375vw 1.5625vw;
}
.boxf-swiper_item-text .p1 {
  transition: all 0.5s ease;
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 2.6041666667vw;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 15px) {
  .boxf-swiper_item-text .p1 {
    font-size: 0.18rem;
  }
}
@media (max-width: 990px) {
  .boxf-swiper_item-text .p1 {
    font-size: 0.36rem;
  }
}
.boxf-swiper_item-text .p2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxf-swiper_item-text .p2 span {
  transition: all 0.5s ease;
  font-size: 0.24rem;
  color: #8997a3;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxf-swiper_item-text .p2 span {
    font-size: 0.18rem;
  }
}
@media (max-width: 990px) {
  .boxf-swiper_item-text .p2 span {
    font-size: 0.3rem;
  }
}
.boxf-swiper_item-text .p2 i {
  transition: all 0.5s ease;
  font-size: 0.3rem;
  color: #8997a3;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 15px) {
  .boxf-swiper_item-text .p2 i {
    font-size: 0.22rem;
  }
}
@media (max-width: 990px) {
  .boxf-swiper_item-text .p2 i {
    font-size: 0.18rem;
  }
}
.boxf-swiper_controll {
  margin-top: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxf-swiper_controll-left, .boxf-swiper_controll-right {
  cursor: pointer;
  line-height: 1;
  font-size: .28rem;
}
.boxf-swiper_controll-left i, .boxf-swiper_controll-right i {
  font-size: 0.28rem;
  color: #d9d9d9;
}
.boxf-swiper_controll-left:hover i, .boxf-swiper_controll-right:hover i {
  color: #0a74da;
}
.boxf-swiper_controll-dots {
  display: flex;
  align-items: center;
  margin: 0 1.1458333333vw;
  width: auto !important;
}
.boxf-swiper_controll-dots .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #d9d9d9;
  padding: 0.03rem;
  background: transparent;
  background-clip: content-box;
  opacity: 1;
  margin: 0 1.1458333333vw !important;
}
.boxf-swiper_controll-dots .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #0a74da;
  border-color: #0a74da;
}

.boxf-swiper_controll-dotscase {
  display: flex;
  align-items: center;
  margin: 0 1.1458333333vw;
  width: auto !important;
}
.boxf-swiper_controll-dotscase .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #d9d9d9;
  padding: 0.03rem;
  background: transparent;
  background-clip: content-box;
  opacity: 1;
  margin: 0 1.1458333333vw !important;
}
.boxf-swiper_controll-dotscase .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #0a74da;
  border-color: #0a74da;
}

.boxf-swiper_controll-dotstyh {
  display: flex;
  align-items: center;
  margin: 0 1.1458333333vw;
  width: auto !important;
}
.boxf-swiper_controll-dotstyh .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #d9d9d9;
  padding: 0.03rem;
  background: transparent;
  background-clip: content-box;
  opacity: 1;
  margin: 0 1.1458333333vw !important;
}
.boxf-swiper_controll-dotstyh .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #0a74da;
  border-color: #0a74da;
}

@keyframes process {
  0% {
    width: 0.3rem;
  }
  100% {
    width: 100%;
  }
}
.popup {
  width: 10rem;
  border-radius: 0.2rem;
  position: relative;
  background: linear-gradient(180deg, #3974F2 0%, #02AEF8 70.81%);
  padding-bottom: 1.5625vw;
}
.popup-dialog {
  display: none;
}
.popup-close {
  cursor: pointer;
}
.popup-close i {
  color: #fff;
  font-size: 0.24rem;
}
.popup-head {
  display: flex;
  align-items: center;
  padding: 1.5625vw;
  padding-bottom: 0;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
.popup-head_title {
  font-size: 0.36rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: AlimamaShuHeiTi;
}
@media (max-width: 15px) {
  .popup-head_title {
    font-size: 0.22rem;
  }
}
@media (max-width: 990px) {
  .popup-head_title {
    font-size: 0.18rem;
  }
}
.popup-body {
  display: flex;
  background: #EEF4FF;
  border-radius: 0.12rem;
  margin: 0 1.5625vw;
  overflow: hidden;
  padding-bottom: 4.9479166667vw;
}
.popup-body_left {
  padding: 1.5625vw 2.6041666667vw;
}
.popup-body_left > .p1 {
  font-size: 0.26rem;
  color: #0a74da;
  margin-bottom: 0.8333333333vw;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .popup-body_left > .p1 {
    font-size: 0.18rem;
  }
}
@media (max-width: 990px) {
  .popup-body_left > .p1 {
    font-size: 0.16rem;
  }
}
.popup-body_left .d1 {
  display: flex;
  margin-bottom: 2.6041666667vw;
  gap: 2.0833333333vw;
}
.popup-body_left .d1-item_p1 {
  font-size: 0.16rem;
  color: #000;
  margin-bottom: 0.08rem;
  line-height: 0.8333333333vw;
}
@media (max-width: 15px) {
  .popup-body_left .d1-item_p1 {
    font-size: 0.14rem;
  }
}
@media (max-width: 990px) {
  .popup-body_left .d1-item_p1 {
    font-size: 0.14rem;
  }
}
.popup-body_left .d1-item_p2 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.18rem;
  color: #0a74da;
  margin-bottom: 0;
  line-height: 1.5;
}
.popup-body_left .d1-item_p2 img {
  margin-right: 0.05rem;
}
@media (max-width: 15px) {
  .popup-body_left .d1-item_p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .popup-body_left .d1-item_p2 {
    font-size: 0.14rem;
  }
}
.popup-body_left .d2-p1 {
  font-size: 0.16rem;
  color: #000;
  margin-bottom: 0.06rem;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .popup-body_left .d2-p1 {
    font-size: 0.14rem;
  }
}
@media (max-width: 990px) {
  .popup-body_left .d2-p1 {
    font-size: 0.14rem;
  }
}
.popup-body_left .d2-p2 {
  display: flex;
  align-items: flex-start;
  font-size: 0.16rem;
  color: #121E2A;
  margin-bottom: 0;
  line-height: 1.5;
}
.popup-body_left .d2-p2 img {
  margin-right: 0.05rem;
  margin-top: 0.04rem;
}
@media (max-width: 15px) {
  .popup-body_left .d2-p2 {
    font-size: 0.14rem;
  }
}
@media (max-width: 990px) {
  .popup-body_left .d2-p2 {
    font-size: 0.14rem;
  }
}
.popup-body_right {
  background: #fff;
  width: 37.8378378378%;
}
.popup-body_right .d1 {
  display: flex;
  align-items: center;
  padding: 1.25vw 1.3020833333vw 0.78125vw;
}
.popup-body_right .d1-txt {
  margin-left: 0.12rem;
}
.popup-body_right .d1-txt_p1 {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 15px) {
  .popup-body_right .d1-txt_p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .popup-body_right .d1-txt_p1 {
    font-size: 0.14rem;
  }
}
.popup-body_right .d1-txt_p1 span {
  font-weight: normal;
  font-size: 0.14rem;
  color: #0a74da;
}
.popup-body_right .d1-txt_p2 {
  font-size: 0.12rem;
  color: #8997A3;
}
.popup-body_right .d2 {
  margin: 0 0.1rem;
  background: #D5E6F6;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
}
.popup-body_right .d2 img {
  margin-right: 0.05rem;
}
.popup-body_right .d2 span {
  font-size: 0.14rem;
  color: #0a74da;
}
.popup-body_right .d3 {
  margin-top: 0.12rem;
  display: flex;
  justify-content: center;
}
.popup-foot {
  background: url(../images/pop_bg2.png) top left no-repeat;
  background-size: 100% 100%;
  height: 11.0416666667vw;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 0;
  display: flex;
}
.popup-foot_img {
  margin: 3.125vw 0 0 0.06rem;
}
.popup-foot_txt {
  margin: 7.2916666667vw 0 0 0.13rem;
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .popup-foot_txt {
    font-size: 0.2rem;
  }
}
@media (max-width: 990px) {
  .popup-foot_txt {
    font-size: 0.18rem;
  }
}

.popup1 {
  background: transparent !important;
}
.popup1 .layui-layer-setwin {
  right: 0.5rem;
  top: 0.6rem;
}
.popup1 .layui-layer-setwin .layui-layer-close2 {
  background: url(../images/close.png) center no-repeat;
}
.popup1 .layui-layer-setwin .layui-layer-close2:hover {
  background: url(../images/close.png) center no-repeat;
}

.boxa {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 15px) {
  .boxa {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxa {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.boxb {
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 15px) {
  .boxb {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxb {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.boxc {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 15px) {
  .boxc {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxc {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.boxc-tab {
  display: flex;
  width: 6.4rem;
  margin: 0 auto;
  border-bottom: 0.02rem solid rgb(239, 239, 239);
  justify-content: space-around;
  margin-top: 2.0833333333vw;
}
.boxc-tab_item {
  font-size: 24px;
  color: 0;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 1.09375vw;
  margin-bottom: -0.02rem;
  border-bottom: 0.02rem solid transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 15px) {
  .boxc-tab_item {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .boxc-tab_item {
    font-size: 16px;
  }
}
.boxc-tab_item.on {
  color: #0a74da;
  border-bottom-color: #0a74da;
}
.boxc-con {
  margin-top: 4.1666666667vw;
}
.boxc-con_item {
  display: none;
}
.boxc-con_item.on {
  display: block;
}
.boxc-one {
  position: relative;
}
.boxc-one_img {
  padding-bottom: 43.2432432432%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.boxc-one_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxc-one_img:before {
  content: "";
  z-index: 9;
  background: rgba(18, 8, 8, 0.6);
}
.boxc-one_text {
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.125vw 15.625vw 0 4.1666666667vw;
}
.boxc-one_text-title {
  font-weight: bold;
  font-size: 0.44rem;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxc-one_text-title {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .boxc-one_text-title {
    font-size: 20px;
  }
}
.boxc-one_text-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 5.6770833333vw;
}
@media (max-width: 15px) {
  .boxc-one_text-desc {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxc-one_text-desc {
    font-size: .3rem;
  }
}
.boxc-one_text-desc p + p {
  margin-top: 1em;
}
.boxc-one_text-more {
  display: flex;
}
.boxc-one_text-more a {
  background: #fff;
  font-size: 20px;
  color: #0a74da;
}
.boxc-one_text-more a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.boxd {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
}
@media (max-width: 15px) {
  .boxd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .boxd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.boxe {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 15px) {
  .boxe {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxe {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.boxe-list {
  margin-top: 3.0208333333vw;
  display: flex;
  gap: 3.125vw;
}
.boxe-list_item {
  width: calc(33.33% - 2.0833333333vw);
  background: #f5f6f8;
  padding: 3.125vw 0 3.125vw 2.6041666667vw;
  border-radius: 0.1rem;
}
.boxe-list_item:hover {
  background: #f5f6f8 url(../images/bg2.png) top right no-repeat;
}
.boxe-list_item .p1 {
  font-size: 0.32rem;
  color: #000;
  margin-bottom: 0.7291666667vw;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxe-list_item .p1 {
    font-size: 0.3rem;
  }
}
@media (max-width: 990px) {
  .boxe-list_item .p1 {
    font-size: 0.18rem;
  }
}
.boxe-list_item .p2 {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 1.4791666667vw;
  line-height: 1.5;
}


@media (max-width: 15px) {
  .boxe-list_item .p2 {
    font-size: 0.28rem;
  }
}



@media (max-width: 990px) {
  .boxe-list_item .p2 {
    font-size: 0.14rem;
  }
}
.boxe-list_item .a1 {
  display: inline-flex;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  background: #0a74da;
  padding: 0.9375em 1.625em;
  border-radius: 0.4rem;
}
@media (max-width: 15px) {
  .boxe-list_item .a1 {
    font-size: 0.2rem;
  }
}


@media (max-width: 990px) {
  .boxe-list_item .a1 {
    font-size: 0.12rem;
  }
}
.boxe-list_item .a1 img {
  margin-right: 0.1rem;
}
.boxe-list_item .a1 span {
  padding-bottom: 0.02rem;
}
.boxe-list_item .a1 i {
  font-size: 0.2rem;
  color: #fff;
  margin-left: 0.1rem;
}

.boxf {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 15px) {
  .boxf {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxf {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.boxa-list {
  display: flex;
  margin-top: 3.59375vw;
  gap: 5.2083333333vw;
}
.boxa-list_item {
  width: calc(33.33% - 3.471875vw);
  position: relative;
}
.boxa-list_item-img {
  border-radius: 0.1rem;
  position: relative;
  padding-bottom: 126.4637002342%;
  position: relative;
  overflow: hidden;
}
.boxa-list_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxa-list_item-img::before {
  content: "";
  z-index: 1;
  background: linear-gradient(360deg, rgba(8, 20, 28, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.boxa-list_item-text {
  position: absolute;
  z-index: 9;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 13.3333333333%;
  text-align: center;
}
.boxa-list_item-text .p1 {
  font-size: 0.36rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxa-list_item-text .p1 {
    font-size: 0.2rem;
  }
}
@media (max-width: 990px) {
  .boxa-list_item-text .p1 {
    font-size: 0.48rem;
  }
}
.boxa-list_item-text .p2 {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 15px) {
  .boxa-list_item-text .p2 {
    font-size: 0.4rem;
  }
}
@media (max-width: 990px) {
  .boxa-list_item-text .p2 {
    font-size: 0.4rem;
  }
}





@media (max-width: 990px) {
  .boxc-tab {
    width: 100%;
  }
  .header-flex {
    height: 50px;
  }
  .header-flex {
    padding: 0 10px;
  }
  .logo a img {
    width: auto !important;
  }
  .nav {
    margin-left: auto;
  }
  .nav-item-iner a {
    width: auto;
    padding: 0 10px;
  }
  .nav-item {
    margin-right: 0;
  }
  .banner .big-swiper_img {
    padding-bottom: 55%;
  }
  .box-btn img {
    width: 14px;
  }
  .box-btn i {
    font-size: 12px;
  }
  .box-btn,
  .boxb-swiper_text .d2 a {
    padding: 3px 10px;
  }
  .banner .big-swiper_text {
    margin-top: 50px;
  }
  .banner .big-swiper_text .d2 img {
    width: 25px;
  }
  .banner .big-swiper_text .p1 {
    margin-bottom: 10px;
  }
  .banner .big-swiper_text .d1 {
    margin-top: 10px;
  }
  .banner .txt-swiper {
    bottom: 10px;
  }
  .banner .txt-swiper_p {
    display: none;
  }
  .banner .txt-swiper_process {
    margin-bottom: 0;
    width: 20px;
    height: 2px;
  }
  .boxa-list {
    flex-direction: column;
  }
  .boxa-list_item {
    width: 100%;
  }
  .boxb-swiper_item {
    flex-direction: column;
  }
  .boxb-swiper_left,
  .boxb-swiper_right {
    width: 100%;
  }
  .boxb-swiper_right {
    margin-top: 10px;
  }
  .boxb-swiper_text .d2 a i {
    font-size: 14px;
  }
  .boxb-txt_swiper-process {
    width: 20px;
    height: 2px
  }
  .boxc-one_text-more a {
    font-size: .24rem;
  }
  .boxc-one_img {
    padding-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .boxc-one_text {
    position: relative;
    z-index: 99;
    padding: 20px;
  }
  .boxd-swiper_item {
    flex-direction: column;
  }
  .boxd-swiper_item > div {
    width: 100%;
  }
  .boxd-swiper_item > div + div {
    margin-top: 10px;
  }
  .boxd-swiper_text {
    padding: 10px 0px 40px 0px;
  }
  .boxd-swiper_controll {
    position: static;
    justify-content: center;
  }
  .boxd-swiper_controll .boxd-swiper_controll-dots {
    width: auto;
  }
  .boxe-list {
    flex-direction: column;
  }
  .boxe-list_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boxe-list_item .a1 {
    padding: 8px 20px;
  }
  .boxe-list_item .a1 img {
    width: 14px;
  }
  .footer-flex {
    flex-direction: column;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
}
.proimg img {
    width: 100%;
    object-fit: fill;
}


/*# sourceMappingURL=main.css.map */



.hero-inner .p1{
    font-size: 0.72rem;
    color: #fff;
    margin-bottom: 0.2rem;
    line-height: 1.5;
}

p.hero-subtitle {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.hero-btns {
  margin-top: 5.2083333333vw;
    display: flex;
    gap: 2.0833333333vw;
}

a.btn-main.btn-white.box-btn {
    background: #fff;
    color: #0a74da;
}

a.btn-main.btn-outline.box-btn {
    border: 0.02rem solid #fff;
    background: rgba(255, 255, 255, 0.16);
}
.tybanner img {
    max-width: 100%;
}

.tybanner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000004a;
}

.tybanner {
    position: relative;
}
.dwcp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding-top: 2.22rem;
}
a.btn-main.btn-white.box-btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

a.btn-main.btn-outline.box-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}


.intro-card {
    position: relative;
    display: flex;
    padding: 0.6rem 2.4rem;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: -0.8rem;
    border-radius: 0.1rem;
    text-align: center;
    width: 14.8rem;
    flex-shrink: 0;
}

.intro-content {
    color: #000;
    text-align: left;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
p.p3 {
    font-weight: 350;
    font-size: 0.24rem;
    color: #080A12;
    margin-bottom: 0;
    line-height: 1.5;
}
.box.jscx {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
}

.jscx-list_item-text .p1 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.3rem;
  
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}

.jscx-list_item-text .p2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
   
    font-weight: 400;
    line-height: 1.5;
}

.jscx-list_item-text .p3 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
   
    font-weight: 400;
    line-height: 1.5;
}


.jscx-list_item-img::before {
  content: "";
  z-index: 1;
  background: linear-gradient(360deg, rgba(8, 20, 28, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.jscx-list_item-img::before {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jscx-list_item-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
}

.jscx-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.61rem;
        
}

.jscx-list-item {
    width: calc(34.33% - 3.471875vw);
    position: relative;
}
.jscx-list_item-text {
    position: absolute;
    bottom: 13%;
    left: 0.3rem;
    right: 0.3rem;
    z-index: 1;
}

.fw-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.61rem;
}

.fw-item {
    width: 30%;
    border-radius: 0 0 0.13rem 0.12rem;
    background: #fff;
    padding: 0.5rem 0.4rem 0.4rem 0.4rem;
}

.fw-item_text .p1 {
    color: #0A74DA;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fw-item_text .p2 {
    color: #080A12;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fw-item_text .p3 {
    color: #080A12;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.4rem; /* 200% */
}
.fw-item_text .d2 a {
    display: inline-flex;
    padding: 0.18rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    background: #0A74DA;
    border-radius: 1.03rem;
    color: #FFF;
    font-size: 0.2rem;
    font-weight: 700;
}

.fw-item_text .d2 {
    display: flex;
}
.fw-item_text .p2 {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.fw-item_text .p3 {
    margin-bottom: 0.7rem;
}
.fw-list {
    padding-top: 0.8rem;
}
.hxgn-list--item {
    /* display: flex; */
    /* gap: 0.6rem; */
    position: relative;
    width: 47%;
}

.hxgn-list--item-img:before {
    content: "";
    z-index: 1;
    background: linear-gradient(360deg, rgba(8, 20, 28, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.hxgn-list--item-img {
    position: relative;
}

.hxgn-list--item-text {
    position: absolute;
    left: 0.45rem;
    bottom: 0.35rem;
    z-index: 99;
    color: #fff;
}

.hxgn-list {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.hxgn-list--item-text .p1 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.2rem;
}

.hxgn-list--item-text .p2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.4rem; /* 200% */
}
.box.hxgn {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;

}

.hxgn-list {
    margin-top: 0.6rem;
}
.zrlistitem-text .d1 p {
    padding-left: 0.15rem;
    background: url(../images/r1.png) left top 0.09rem no-repeat;
}
.zrlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zrlistitem {
    width: 47%;
}

.zrlistitem {
    display: flex;
    align-items: normal;
    justify-content: start;
    border-radius: 0.12rem;
    background: #F4F6F8;
    margin-bottom: 0.6rem;
}

.zrlistitem-img {
    padding: 0.14rem  0.2rem;
}

.zrlistitem-text {
    margin-top: 0.3rem;
}

.zrlistitem-bt {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.26rem;
}

.zrlistitem-text .d1 p {
    margin-bottom: 0.15rem;
}
.zrlist {
    margin-top: 0.5rem;
}

.box.zr {
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}
.boxf-swiper_item-text1 .p1 {
    color: #080A12;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.boxf-swiper_item-text1 .p2 {
    color: #080A12;
    font-family: "Source Han Sans CN";
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.5;
}

.boxf-swiper_item-text1 .p3 {
    color: #080A12;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.4rem; /* 200% */
}
.boxf-swiper_item-text1 {
    padding: 0.4rem 0.2rem 0.99rem 0.2rem;
	box-shadow: 0 0.02rem 0.12rem 0 rgba(28, 61, 92, 0.11);
}
.boxf-swiper_item-text1 .p2 {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}
.case-swiper {
    position: relative;
    overflow: hidden;
    margin-top: 2.9166666667vw;
	padding: 0.1rem;
}
.case-swiper_item{
	display: block;
}
.case-swiper_item-img{
	padding-bottom: 70%;
	    position: relative;
	    overflow: hidden;
}
.case-swiper_item-img img {
    display: block;
    transition: all 0.5s ease;
}
.case-swiper_item-img > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.case-swiper .swiper-slide{
	margin-bottom: 0.1rem;
	
}
.wrap1 {
    max-width: 17.2rem;
    padding: 0 0.1rem;
    margin: 0 auto;
}
.box.xzlist {
    background: #005686;
	padding-top: 0.8rem;
	    padding-bottom: 0.55rem;
}

.xzlist_item {
    border-radius: 0.15rem;
    background: linear-gradient(220deg, #C8E4FF -18.73%, #FFF 59.95%);
    width: 33%;
}

.xzlist {
    display: flex;
    gap: 0.6rem;
}

.xzlist_flex .p1 {
    color: #0A74DA;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 0.05rem;
}

.xzlist_flex .p2 {
    color: #7A838C;
    text-align: center;
    font-family: Arial;
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.xzlist_text p {
    color: #080A12;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 350;
    line-height: 0.3rem; /* 150% */
	margin-bottom: 0.2rem;
	padding-left: 0.15rem;
	    background: url(../images/r1.png) left top 0.09rem no-repeat;
}
.xzlist_item {
    padding: 0.4rem 0.31rem 0.35rem 0.4rem;
}

.xzlist_flex1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xzlist_text {
    margin-top: 0.14rem;
}
.xzlist {
    margin-top: 0.6rem;
}
.box-title.bs .p1,.box-title.bs .p2 {
    color: #fff;
}
.jjgf {
    overflow: hidden;
	padding-top: 0.6rem;
	    padding-bottom: 1rem;
}
.jjfabox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jjfabox_left .p1 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.jjfabox_left .p2 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.3rem; /* 125% */
    margin-top: 0.12rem;
    margin-bottom: 0.4rem;
}

.jjfabox_left .p3 {
    color: #080A12;
    font-family: "Source Han Sans CN";
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 350;
    line-height: 0.3rem; /* 166.667% */
	margin-bottom: 0.15rem;
}

.mcjjjfa .p4 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mcjjjfa .p5 {
    color: #8997A3;
    font-family: "Source Han Sans CN";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.jjfabox_bot {
    margin-top: 0.63rem;
}

.jjfabox_left {
    width: 37%;
}
.jjfabox_bot {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.box.jjfa {
    padding-top: 0.8rem;
    padding-bottom: 0.56rem;
}
.txjjfa img {
    border-radius: 50%;
}
.jjfabox_right img {
    border-radius: 0.1rem;
}
   .lcfa {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.2rem;
        }

        .lcfa_item {
            position: relative;
            text-align: center;
            flex: 1;
            min-width: 1.2rem;
        }

        .lcfa_item:not(:last-child)::after {
           content: "";
               background: url(../images/Vector.png);
               width: 0.47rem;
               height: 0.2rem;
               display: block;
               position: absolute;
               right: -0.28rem;
               top: 0.4rem;
               background-repeat: no-repeat;
               background-size: contain;
        }

        .lcfa_item p {
            color: #080A12;
            font-family: "Source Han Sans CN", sans-serif;
            font-size: 0.24rem;
            font-weight: 500;
            line-height: 1.3;
            flex-grow: 1; /* 占据剩余空间 */
            display: flex;
            align-items: flex-end; /* 文字底部对齐 */
            justify-content: center;
            padding: 0 0.05rem;
            word-break: break-word;
            text-align: center;
            min-height: 0.8rem; /* 确保文字区域最小高度 */
        }

        .lcfa img {
            width: 0.92rem;
            height: auto;
            display: block;
            margin: 0 auto;
        }
		.zrlistitem.ds {
		    width: 100%;
			margin-bottom: 0.3rem;
		}
		
		.zrlistitem.ds p {
		    color: #080A12;
		    text-align: justify;
		    font-family: "Source Han Sans CN";
		    font-size: 0.2rem;
		    font-style: normal;
		    font-weight: 400;
		    line-height: 0.32rem; /* 160% */
		}
		.yhsq_bn {
		    overflow: hidden;
		}
		.boxf-swiper_controll-left1 {
		    width: 0.8rem;
		    height: 0.8rem;
		    background: #bec1c2;
		    border-radius: 50%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
        z-index: 99;
		}
		.boxf-swiper_controll-right1 {
		    width: 0.8rem;
		    height: 0.8rem;
		    background: #bec1c2;
		    border-radius: 50%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
        z-index: 99;
		}
		.boxf-swiper_controll-right1:hover {
		   background: #005686;
		   transition: 0.3s ease all;
		}
		.boxf-swiper_controll-left1:hover{
			background: #005686;
			transition: 0.3s ease all;
		}
		.box.yhsq {
		    position: relative;
			padding-top: 0.8rem;
		}
		
		.boxf-swiper_controll-left1 {
		    position: absolute;
		    right: 5%;
		    top: 59%;
		}
		
		.boxf-swiper_controll-right1 {
		    position: absolute;
		    left: 5%;
		    top: 59%;
		}
		.boxf-swiper_controll-right1,.boxf-swiper_controll-left1 {
    cursor: pointer;
} 


.tyh-swiper {
    
	    position: relative;
	    overflow: hidden;
	    margin-top: 2.9166666667vw;
		padding: 0.1rem;
}
.box.tyh {
    padding-top: 0.8rem;
}
.yhsq_bn {
    padding-top: 0.7rem;
}

.introa_list {
    display: flex;
    align-items: center;
	gap:0.4rem;
}

.introa_list_left .p1 {
    color: #0A74DA;
    font-family: "Source Han Sans CN";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.32rem; /* 88.889% */
}

.introa_list_left span {
    color: #0A74DA;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem; /* 133.333% */
}
.introa_list_righht .p1 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.32rem; /* 88.889% */
}

.introa_list_righht .p2 {
    color: #5E5F67;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem; /* 160% */
}
.intro-card1 {
    position: relative;
    display: flex;
    padding: 0.5rem 2.1rem 0.3rem 2.1rem;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: -0.8rem;
    border-radius: 0.1rem;
   
    width: 14.8rem;
    flex-shrink: 0;
}
.introa_list_left {
    text-align: center;
}

.introa_list_leftim {
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    border-radius: 50%;
}

.introa_list_leftim img {
    border-radius: 50%;
}

.introa_list_left .p1 {
    padding-top: 0.21rem;
    padding-bottom: 0.11rem;
}

.introa_list_righht .p1 {
    margin-bottom: 0.18rem;
}

.introa_list_righht .p2 {
    margin-bottom: 0.2rem;
}
		.introa_list_righht:before {
		    content: '';
		    background: linear-gradient(90deg, #BEDBF6 0%, #FFF 100%);
		    height: 0.03rem;
		    display: block;
		    position: absolute;
		    bottom: 0;
		    z-index: 9999;
		    left: 0;
		    width: 100%;
		}
		
		.introa_list_righht {
		    position: relative;
		}
		
		.teamlist {
		    display: flex;
		    align-items: center;
		    gap: 4%;
		    flex-wrap: wrap;
		}
		
		.teamlist-item {
		    width: 22%;
		    background: #FFF;
		    box-shadow: 0 0.02rem 0.12rem 0 rgba(28, 61, 92, 0.11);
		    padding: 0.25rem 0.4rem 0.47rem 0.4rem;
        margin-bottom: 0.6rem;
        height: 7rem;
		}
		
		.teamlist-item-im {
		    text-align: center;
		   
		}
		
		.teamlist-item-im img {
		    border-radius: 100%;
		    width: 2.64rem;
		    height: 2.64rem;
        max-width: 100%;
    object-fit: cover;
		}
		.teamlist-textflex .bt {
		    color: #080A12;
		    font-family: "Source Han Sans CN";
		    font-size: 0.28rem;
		    font-style: normal;
		    font-weight: 700;
		    line-height: normal;
		}
		
		.teamlist-textflex span {
		    color: #0A74DA;
		    text-align: center;
		    font-family: "Source Han Sans CN";
		    font-size: 0.16rem;
		    font-style: normal;
		    font-weight: 500;
		    line-height: normal;
		}
		
		.teamlist-textflex {
		    display: flex;
		    align-items: center;
		    justify-content: space-between;
		}
		.teamlist-text .p2 {
		    color: #080A12;
		    text-align: justify;
		    font-family: "Source Han Sans CN";
		    font-size: 0.2rem;
		    font-style: normal;
		    font-weight: 400;
		    line-height: 0.32rem; /* 160% */
		}
		
		.teamlist-text .p1 {
		    color: #898E93;
		    text-align: justify;
		    font-family: "Source Han Sans CN";
		    font-size: 0.16rem;
		    font-style: normal;
		    font-weight: 400;
		    line-height: 0.32rem; /* 160% */
		   
		}
		.teamlist-text {
		    margin-top: 0.62rem;
		}
		
		.teamlist-text .p2 {
		    margin-top: 0.3rem;
		    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;

		}
		
		.wrap4 {
		    max-width: 15rem;
		    padding: 0 0.1rem;
		    margin: 0 auto;
		}
		.box.team {
		    padding-top: 0.8rem;
		    padding-bottom: 1.36rem;
		}
		.teamlist {
		    margin-top: 1.11rem;
		}
	
		
		.hero-inner .d2 {
		    display: flex;
		    cursor: pointer;
		    justify-content: flex-end;
		}
		.box-title .p4 {
		    color: #000;
		    text-align: left;
		    font-family: "Source Han Sans CN";
		    font-size: 0.24rem;
		    font-style: normal;
		    font-weight: 350;
		    line-height: normal;
		    width: 76%;
		    margin: 0 auto;
		}
		.abputlb {
		    overflow: hidden;
		}
		.abputkp .sjj {
		    color: #C7CAD8;
		   
		    font-family: "DIN Black";
		    font-size: 0.8rem;
		    font-style: normal;
		    font-weight: 900;
		    line-height: 1.5;
		}
		
		.abputkp .p1 {
		    color: #080A12;
		    font-family: "Source Han Sans CN";
		    font-size: 0.28rem;
		    font-style: normal;
		    font-weight: 500;
		    line-height: 1.5;
		}
		
		.abputkp .p2 {
		    color: #54616D;
		    text-align: justify;
		    font-family: "Source Han Sans CN";
		    font-size: 0.2rem;
		    font-style: normal;
		    font-weight: 400;
		    line-height: 1.5;
		    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
		}
		.abputkp {
		    border-radius: 0.2rem;
		    background: #FFF;
		    padding: 0.5rem 0.6rem 0.57rem 0.6rem;
		}
		
	
		
		.abputkp .p1 {
		    margin-top: 0.4rem;
		    margin-bottom: 0.22rem;
		    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
		}
		.abputkp .sjj:after {
		    content: "";
		    border-radius: 0.35rem;
		    background: #0A74DA;
		    width: 0.5rem;
		    height: 0.06rem;
		    display: block;
		}


.boxf-swiper_controll-left2 {
    border-radius: 0.9rem;
    background: rgba(10, 116, 218, 0.60);
    width: 0.88rem;
    height: 0.88rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxf-swiper_controll-right2 {
   border-radius: 0.9rem;
   background: rgba(10, 116, 218, 0.60);
   width: 0.88rem;
   height: 0.88rem;
   display: flex;
   justify-content: center;
   align-items: center;
}



.boxf-swiper_controll-left2 {
    position: absolute;
    right: 2%;
    top:53%;
    z-index: 9;
}
.boxf-swiper_controll-right2 {
    position: absolute;
    left: 2%;
    top: 53%;
    z-index: 9;
}

.box.about {
    position: relative;
}
.box.about {
    padding: 0.8rem 0;
}
.abputlb {
    padding-top: 0.8rem;
}




   .history-container {
       
            margin: 0.5rem auto;
            position: relative;
            overflow: hidden;
        }
 
        /* 时间轴容器 */
        .timeline-wrapper {
            position: relative;
            margin-bottom: 0.5rem;
        }
        
        /* 时间轴线 */
        .timeline-line {
            position: absolute;
            top: 0.6rem;
            left: 0;
            width: 100%;
            height: 0.03rem;
            background: #e0e0e0;
            z-index: 1;
        }
        
        .timeline-nav {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }
        
        .timeline-nav-item {
            text-align: center;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
            flex: 1;
        }
        
        /* 时间显示在横线上方 */
        .timeline-year {
            font-size: .3rem;
            font-weight: 600;
            color: #7f8c8d;
            transition: all 0.3s ease;
            margin-bottom: 0.4rem;
            position: relative;
            display: inline-block;
            padding: 0.05rem 0.15rem;
            background: white;
            border-radius: 0.2rem;
            box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.08);
        }
        
        .timeline-nav-item.active .timeline-year {
            color: #3498db;
            font-size: .3rem;
            transform: translateY(-0.05rem);
            box-shadow: 0 0.05rem 0.15rem rgba(52, 152, 219, 0.2);
        }
        
        /* 蓝色指示条 */
        .timeline-indicator {
            position: absolute;
            top: 0.6rem;
            left: 50%;
            transform: translateX(-50%);
            width: 0.6rem;
            height: 0.06rem;
            background: #3498db;
            border-radius: 0.03rem;
            transition: all 0.4s ease;
            z-index: 3;
        }
        
        /* 内容轮播区域 */
        .history-swiper {
            width: 100%;
          
            overflow: hidden;
            border-radius: 0.15rem;
        }
        
        .history-slide {
            display: flex;
            align-items: center;
            
            background: #f8f9fa;
            border-radius: 0.15rem;
            box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.08);
        }
        
        /* 左侧图片区域 */
        .history-image {
            flex: 0 0 45%;
            height: 100%;
            overflow: hidden;
            border-radius: 0.1rem;
            margin-right: 0.4rem;
        }
        
        .history-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0.1rem;
            transition: transform 0.5s ease;
        }
        
        .history-slide-active .history-image img {
            transform: scale(1.05);
        }
        
        /* 右侧内容区域 */
        .history-content {
            flex: 1;
            padding: 0.2rem 0;
        }
        
     .history-slide-year {
         
         color: #C7CAD8;
         font-family: "DIN Black";
         font-size: 0.4rem;
         font-style: normal;
         font-weight: 900;
         line-height: normal;
     }
        
     .history-title {
         margin-bottom: 0.25rem;
         position: relative;
         padding-bottom: 0.15rem;
         color: #000;
         font-family: "Source Han Sans CN";
         font-size: 0.4rem;
         font-style: normal;
         font-weight: 500;
         line-height: normal;
     }
        
  
        
        .history-desc {
            font-size: .2rem;
            line-height: 1.8;
            color: #5a6c7d;
        }
        
        .history-desc p {
            margin-bottom: 0.15rem;
        }
        
        .history-highlight {
            color: #3498db;
            font-weight: 600;
        }
        
        /* 自动轮播进度条 */
        .history-progress {
            position: absolute;
            bottom: 0.2rem;
            right: 0.2rem;
            width: 0.6rem;
            height: 0.6rem;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #3498db;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
        }
        
        .history-progress svg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }
        
        .history-progress circle {
            fill: none;
            stroke: #3498db;
            stroke-width: 4;
            stroke-dasharray: 157;
            stroke-dashoffset: 157;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .history-slide {
                flex-direction: column;
                padding: 0.3rem;
            }
            
            .history-image {
                flex: 0 0 3rem;
                width: 100%;
                margin-right: 0;
                margin-bottom: 0.3rem;
            }
            
            .history-swiper {
                height: 6.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .history-container {
                padding: 0.2rem;
            }
            
            .timeline-nav {
                flex-wrap: wrap;
                justify-content: center;
                gap: 0.3rem;
            }
            
            .timeline-line {
                display: none;
            }
            
            .timeline-indicator {
                display: none;
            }
            
            .timeline-nav-item {
                flex: 0 0 calc(50% - 0.15rem);
                margin-bottom: 0.2rem;
            }
            
            .timeline-year {
                margin-bottom: 0.2rem;
            }
            
            .history-swiper {
                height: 7rem;
            }
            
            .history-slide {
                padding: 0.2rem;
            }
            
            .history-image {
                flex: 0 0 2.5rem;
            }
            
            .history-slide-year {
                font-size: 1.8rem;
            }
            
            .history-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 480px) {
            .timeline-nav-item {
                flex: 0 0 22%;
            }
            
            .history-swiper {
                height: 7.5rem;
            }
            
            .history-image {
                flex: 0 0 2rem;
            }
            
            .history-slide-year {
                font-size: 1.6rem;
            }
            
            .history-title {
                font-size: 1.8rem;
            }
            
            .history-desc {
                font-size: 1rem;
            }
        }
		
		.box.hxgn {
		    background: url(../images/hxbnn.png);
			background-repeat: no-repeat;
      background-size: cover;
		}
.box.jjfa {
    background: url(../images/hybann.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.qjlc_left .p1 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 0.86rem;
}

.qjlc_left .p2 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.qjlc_left {
    padding: 0.5rem 0.6rem 0.37rem 0.6rem;
    background: #F0F2F8;
    width: 4.8rem;
   
}
.qjlc_ri_text {
    position: absolute;
    bottom: 0.4rem;
    left: 0.45rem;
    right: 0.52rem;
}
.qjlc_ri_text .p1 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 0.2rem;
}
.qjlc_left .p1:after {
    content: "";
    border-radius: 0.35rem;
    background: #0A74DA;
    width: 0.5rem;
    height: 0.06rem;
    display: block;
    position: absolute;
    bottom: -0.4rem;
}

.qjlc_left .p1 {
    position: relative;
}
.qjlc {

    padding-top: 0.5rem;
}

.qjlc_ri_text .p2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.qjlc {
    display: flex;
    
    justify-content: space-between;
    gap: 0.6rem;
}

.qjlc_ri:before {
    content: "";
    background: rgba(20, 21, 48, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
}

.qjlc_ri {
    position: relative;
}

.qjlc_ri img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.box.smjzg {
    padding: 0.8rem 0;
}

.boxe-list2 {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
  
}

.xiaoxi-a {
    width: calc(66.33% - 2.0833333333vw);
    padding: 0.4rem 0.6rem 0.46rem 0.6rem;
    border-radius: 0.1rem;
    background: #158BCD;
}
.xiaoxi-a .p1 {
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.7291666667vw;
    line-height: 1.5;
}

.xiaoxi-a .p2 {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.7291666667vw;
    line-height: 1.5;
}
.xiaoxi-a .p2 {
    margin-top: 0.1rem;
    margin-bottom: 0.83rem;
}
.dd {
    display: flex;
}

.dd .a1 {
	background: #fff;
	    color: #0a74da;
}
.box.xiaoxi {
    padding: 0.8rem 0;
}
.boxe-list2 {
    margin-top: 0.58rem;
}
.box.about {
    background: url(../images/gybbb.png);
	background-repeat: no-repeat;
  background-size: cover;
}

.box.fw {
	background: url(../images/fwbnn.png);
	background-repeat: no-repeat;
	padding: 0.8rem 0;
  background-size: cover;
}

.box-title.tttr .p1 {
    color: #fff;
}

.box.fzlc {
    padding: 0.8rem 0;
}
.jscx-list_item-img img {
    width: 100%;
}

.hxgn-list--item-img img {
    max-width: 100%;
}
.jjfabox_right img {
    width: 100%;
}

.zrlistitem-text.ddq {
    padding-right: 0.4rem;
}

.tybanner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.big-swiper_video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



.footer-social_item a {
    font-size: 14px;
}
.d1 p {
    font-size: 16px;
}