.home .banner {
  position: relative
}

.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  /* height: 44.27083vw */
  height: 100vh;
}

.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 13.80208vw;
  text-align: center
}

.home .banner .text .p1 {
  color: #000;
  font-weight: 700
}

.home .banner .text .p1 span {
  color: #184CC3
}

.home .banner .text .p2 {
  margin: 3.125vw 0 1.04167vw 0;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 3.2px
}

.home .banner .text .des {
  color: #666;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 2.4px;
  width: 44.27083vw;
  margin: 0 auto
}

.home .container .sec1 {
  padding: 6.66667vw 7.96875vw 11.19792vw 7.8125vw
}

.home .container .sec1 .t {
  font-weight: 700;
  text-align: center
}

.home .container .sec1 .t span {
  color: #184CC3
}

.home .container .sec1 .tip {
  margin: 1.04167vw 0 2.96875vw 0;
  color: #666;
  font-weight: 500;
  text-align: center
}

.home .container .sec1 .tabs {
  display: grid;
  gap: .72917vw;
  grid-template-columns: repeat(6, 1fr)
}

.home .container .sec1 .tabs span {
  display: block;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.25), 0 0 50px 0 rgba(5, 29, 84, 0.1);
  padding: 1.77083vw 0;
  text-align: center;
  cursor: pointer;
  transition: all 600ms
}

.home .container .sec1 .tabs span:hover,
.home .container .sec1 .tabs span.on {
  background: #184CC3;
  color: white;
  border-color: #184CC3
}
.home .container .sec1 .tabs.tabs_flex {
    display: flex;
    justify-content: center
}

.home .container .sec1 .tabs.tabs_flex span {
    padding: 1.77083vw 1.04167vw
}

.home .container .sec1 .boxs {
  margin-top: 2.96875vw
}

.home .container .sec1 .boxs .box {
  display: none;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.25), 0 0 50px 0 rgba(5, 29, 84, 0.1)
}

.home .container .sec1 .boxs .box.on {
  display: block
}

.home .container .sec1 .boxs .box .nr {
  display: flex;
  justify-content: space-between
}

.home .container .sec1 .boxs .box .nr .lbox {
  width: 100%;
  flex: 1;
  padding: 4.16667vw 0 6.04167vw 5.20833vw
}

.home .container .sec1 .boxs .box .nr .lbox .light {
  width: 2.08333vw;
  display: block
}

.home .container .sec1 .boxs .box .nr .lbox .p1 {
  margin: 1.82292vw 0 1.04167vw 0;
  font-weight: 500
}

.home .container .sec1 .boxs .box .nr .lbox .des {
  color: #666;
  line-height: 1.8
}

.home .container .sec1 .boxs .box .nr .lbox .tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 14.58333vw;
  gap: 1.25vw 3.125vw;
  margin-top: 2.65625vw
}

.home .container .sec1 .boxs .box .nr .lbox .tags .item {
  display: flex;
  align-items: center;
  gap: .52083vw;
  font-weight: 500;
  white-space: nowrap
}

.home .container .sec1 .boxs .box .nr .lbox .tags .item img {
  width: 1.14583vw
}

.home .container .sec1 .boxs .box .nr .rbox {
  width: 48.59375vw;
  background: rgba(24, 76, 195, 0.9);
  border-radius: 20px;
  padding: 4.16667vw 1.97917vw 5.46875vw 3.85417vw;
  position: relative;
  z-index: 5
}

.home .container .sec1 .boxs .box .nr .rbox .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.home .container .sec1 .boxs .box .nr .rbox .bg img {
  width: 20.88542vw
}

.home .container .sec1 .boxs .box .nr .rbox .p1 {
  display: flex;
  align-items: center;
  gap: 1.04167vw;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2
}

.home .container .sec1 .boxs .box .nr .rbox .p1 img {
  width: 2.29167vw
}

.home .container .sec1 .boxs .box .nr .rbox .info {
  margin-top: 3.64583vw;
  display: flex;
  flex-direction: column;
  gap: 2.70833vw
}

.home .container .sec1 .boxs .box .nr .rbox .info .pdes {
  display: flex;
  gap: 1.35417vw;
  color: white
}

.home .container .sec1 .boxs .box .nr .rbox .info .pdes span {
  font-weight: 500
}

.home .container .sec1 .boxs .box .nr .rbox .info .pdes .num {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #2F5EC9;
  font-weight: 900;
  padding-bottom: .26042vw
}

.home .container .sec2 {
  padding: 2.44792vw 7.8125vw 0 7.8125vw
}

.home .container .sec2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home .container .sec2 .title .lbox {
  font-weight: 700
}

.home .container .sec2 .title .lbox .en {
  color: #184CC3;
  line-height: 1
}

.home .container .sec2 .title .lbox .cn {
  margin-top: 1.04167vw;
  line-height: 1.7
}

.home .container .sec2 .title .rbox {
  text-align: right
}

.home .container .sec2 .title .rbox .p1 {
  font-weight: 500
}

.home .container .sec2 .title .rbox .p2 {
  margin-top: 1.04167vw;
  color: #666
}

.home .container .sec2 .acthors {
  display: flex;
  justify-content: center;
  margin: 2.8125vw 0 0 0;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 50;
  background: white;
  transition: all 600ms
}

.home .container .sec2 .acthors.ttop {
  top: 4.6875vw
}

.home .container .sec2 .acthors .mb {
  position: relative;
  display: flex
}

.home .container .sec2 .acthors .mb .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20.83333vw;
  height: 3px;
  background: #184CC3;
  transition: all 600ms
}

.home .container .sec2 .acthors .mb .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.04167vw;
  color: #666;
  font-weight: 500;
  position: relative;
  padding: 1.875vw 0;
  transition: all 600ms;
  cursor: pointer;
  width: 20.83333vw
}

.home .container .sec2 .acthors .mb .item .icon img {
  display: block;
  width: 3.125vw;
  transition: all 600ms;
  filter: brightness(0);
  opacity: .5
}

.home .container .sec2 .acthors .mb .item.on {
  color: #184CC3
}

.home .container .sec2 .acthors .mb .item.on .icon img {
  filter: brightness(1);
  opacity: 1
}

.home .container .sec2 .list .item {
  display: flex;
  justify-content: space-between;
  gap: 11.25vw;
  padding-top: 10.41667vw
}

.home .container .sec2 .list .item:nth-child(2n) {
  flex-direction: row-reverse
}

.home .container .sec2 .list .item .lbox {
  width: 100%;
  flex: 1
}

.home .container .sec2 .list .item .lbox .icon img {
  width: 2.60417vw
}

.home .container .sec2 .list .item .lbox .p1 {
  margin: 1.97917vw 0 0 0;
  font-weight: 700;
  line-height: 1.7
}

.home .container .sec2 .list .item .lbox .p2 {
  color: #184CC3;
  line-height: 2.25
}

.home .container .sec2 .list .item .lbox .des {
  color: #383838;
  line-height: 1.8;
  margin: 1.04167vw 0 2.44792vw 0
}

.home .container .sec2 .list .item .lbox .info {
  display: flex;
  flex-direction: column;
  gap: 1.25vw
}

.home .container .sec2 .list .item .lbox .info .pdes {
  display: flex;
  align-items: center;
  gap: 1.14583vw
}

.home .container .sec2 .list .item .lbox .info .pdes img {
  width: 1.25vw;
  display: block
}

.home .container .sec2 .list .item .lbox .info .pdes .text {
  width: 100%;
  flex: 1;
  line-height: 1.5
}

.home .container .sec2 .list .item .lbox .info .pdes .text .pt {
  font-weight: 500
}

.home .container .sec2 .list .item .lbox .info .pdes .text .pde {
  color: #666
}

.home .container .sec2 .list .item .rbox {
  width: 41.53438vw;
  height: 25.55964vw;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  box-shadow: 0 -10px 10px rgba(15, 36, 32, 0.05);
  margin-top: 4.58333vw
}

.home .container .sec2 .list .item .rbox img {
  position: absolute;
  right: 1.30208vw;
  top: 1.30208vw;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  box-shadow: 0 -10px 10px rgba(15, 36, 32, 0.05)
}

.home .container .sec3 {
  padding: 13.95833vw 7.08333vw 8.33333vw 7.8125vw
}

.home .container .sec3 .t {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 7.44792vw
}

.home .container .sec3 .t span {
  color: #184CC3
}

.home .container .sec3 .sass {
  margin-bottom: 7.1875vw
}

.home .container .sec3 .sass .content {
  display: flex;
  justify-content: space-between;
  gap: 8.33333vw;
  align-items: center
}

.home .container .sec3 .sass .content .lbox {
  width: 48.38542vw
}

.home .container .sec3 .sass .content .lbox img {
  width: 100%;
  display: block;
  object-fit: cover
}

.home .container .sec3 .sass .content .rbox {
  width: 100%;
  flex: 1
}

.home .container .sec3 .sass .content .rbox .icon {
  width: 1.5625vw
}

.home .container .sec3 .sass .content .rbox .p1 {
  margin: 2.08333vw 0 4.16667vw 0;
  font-weight: 700
}

.home .container .sec3 .sass .content .rbox .p2 {
  font-weight: 700;
  line-height: 2.57
}

.home .container .sec3 .sass .content .rbox .p2 p {
  font-weight: 400
}

.home .container .sec3 .sass .content .rbox .des {
  color: #666;
  line-height: 1.5;
  margin: 2.08333vw 0 4.16667vw 0
}

.home .container .sec3 .sass .content .rbox a img {
  width: 1.66667vw;
  display: block
}

.home .container .sec3 .yj {
  margin-top: 0
}

.home .container .sec3 .yj .content {
  display: flex;
  justify-content: space-between;
  gap: 8.33333vw;
  align-items: center
}

.home .container .sec3 .yj .content .rbox {
  width: 46.40625vw
}

.home .container .sec3 .yj .content .rbox img {
  width: 100%;
  display: block;
  object-fit: cover
}

.home .container .sec3 .yj .content .lbox {
  width: 100%;
  flex: 1
}

.home .container .sec3 .yj .content .lbox .icon {
  width: 1.25vw
}

.home .container .sec3 .yj .content .lbox .p1 {
  margin: 2.60417vw 0 4.16667vw 0;
  font-weight: 700
}

.home .container .sec3 .yj .content .lbox .p2 {
  font-weight: 700;
  line-height: 2.57
}

.home .container .sec3 .yj .content .lbox .p2 p {
  font-weight: 400
}

.home .container .sec3 .yj .content .lbox .des {
  color: #666;
  line-height: 1.5;
  margin: 2.08333vw 0 4.16667vw 0
}

.home .container .sec3 .yj .content .lbox a img {
  width: 1.66667vw;
  display: block
}

.home .container .sec4 {
  background: #F0F2F4;
  padding: 4.16667vw 12.86458vw 8.59375vw 7.8125vw
}

.home .container .sec4 .title {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home .container .sec4 .title p {
  color: #000;
  line-height: 1.7;
  font-weight: 500
}

.home .container .sec4 .title p span {
  color: #184CC3
}

.home .container .sec4 .title .btns {
  display: flex;
  gap: .52083vw
}

.home .container .sec4 .title .btns .prev,
.home .container .sec4 .title .btns .next {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 8px;
  background: rgba(29, 43, 89, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms
}

.home .container .sec4 .title .btns .prev svg path,
.home .container .sec4 .title .btns .next svg path {
  stroke: #1D2B59;
  transition: all 600ms
}

.home .container .sec4 .title .btns .prev:hover,
.home .container .sec4 .title .btns .next:hover {
  background: #184CC3
}

.home .container .sec4 .title .btns .prev:hover svg path,
.home .container .sec4 .title .btns .next:hover svg path {
  stroke: #fff
}

.home .container .sec4 .content {
  margin: 7.65625vw 0 0 6.5625vw;
  width: 55.20833vw
}

.home .container .sec4 .content .swiper1 {
  overflow: hidden
}

.home .container .sec4 .content .swiper1 .item {
  display: flex;
  gap: 2.60417vw
}

.home .container .sec4 .content .swiper1 .item .icon {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 50%;
  background: #F0F2F4;
  display: flex;
  align-items: center;
  justify-content: center
}

.home .container .sec4 .content .swiper1 .item .icon img {
  max-height: 100%;
  object-fit: contain
}

.home .container .sec4 .content .swiper1 .item .info {
  width: 100%;
  flex: 1
}

.home .container .sec4 .content .swiper1 .item .info .pt {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home .container .sec4 .content .swiper1 .item .info .pt p {
  color: #000;
  font-weight: 500
}

.home .container .sec4 .content .swiper1 .item .info .pt p span {
  color: #666
}

.home .container .sec4 .content .swiper1 .item .info .pt img {
  width: 2.23958vw;
  display: block
}

.home .container .sec4 .content .swiper1 .item .info .des {
  margin-top: 4.16667vw;
  line-height: 1.875
}

.home .footer {
  margin-top: -2.08333vw
}

@media screen and (max-width: 768px) {
  .home .banner {
    margin-top: 60px
  }

  .home .banner img {
    height: 300px;
    object-fit: cover
  }

  .home .banner .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%
  }

  .home .banner .text .p1 {
    font-size: 24px
  }

  .home .banner .text .p2 {
    margin: 10px 0
  }

  .home .banner .text .des {
    width: 100%;
    font-size: 14px;
    letter-spacing: normal
  }

  .home .container .sec1 {
    padding: 30px 5%
  }

  .home .container .sec1 .tip {
    margin: 10px 0 30px 0
  }

  .home .container .sec1 .tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .home .container .sec1 .tabs span {
    padding: 15px 10px;
    font-size: 14px
  }

      .home .container .sec1 .tabs.tabs_flex {
        flex-wrap: wrap
    }

    .home .container .sec1 .tabs.tabs_flex span {
        padding: 10px 15px
    }

  .home .container .sec1 .boxs {
    margin-top: 30px
  }

  .home .container .sec1 .boxs .box .nr {
    flex-direction: column
  }

  .home .container .sec1 .boxs .box .nr .lbox {
    padding: 30px 20px
  }

  .home .container .sec1 .boxs .box .nr .lbox .light {
    width: 25px
  }

  .home .container .sec1 .boxs .box .nr .lbox .p1 {
    margin: 20px 0 10px 0
  }

  .home .container .sec1 .boxs .box .nr .lbox .des {
    font-size: 16px
  }

  .home .container .sec1 .boxs .box .nr .lbox .tags {
    width: 100%;
    gap: 15px;
    font-size: 16px
  }

  .home .container .sec1 .boxs .box .nr .lbox .tags .item {
    gap: 10px
  }

  .home .container .sec1 .boxs .box .nr .lbox .tags .item img {
    width: 20px
  }

  .home .container .sec1 .boxs .box .nr .rbox {
    width: 100%;
    padding: 30px 20px
  }

  .home .container .sec1 .boxs .box .nr .rbox .bg img {
    width: 70%
  }

  .home .container .sec1 .boxs .box .nr .rbox .p1 {
    gap: 10px
  }

  .home .container .sec1 .boxs .box .nr .rbox .p1 img {
    width: 24px
  }

  .home .container .sec1 .boxs .box .nr .rbox .info {
    margin-top: 30px;
    gap: 20px
  }

  .home .container .sec1 .boxs .box .nr .rbox .info .pdes {
    gap: 10px
  }

  .home .container .sec1 .boxs .box .nr .rbox .info .pdes .num {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-top: 2px
  }

  .home .container .sec1 .boxs .box .nr .rbox .info .pdes p {
    width: calc(100% - 20px);
    font-size: 14px
  }

  .home .container .sec2 {
    padding: 30px 5%
  }

  .home .container .sec2 .title {
    flex-wrap: wrap;
    gap: 10px
  }

  .home .container .sec2 .title .lbox .cn {
    margin-top: 10px
  }

  .home .container .sec2 .title .rbox {
    text-align: left
  }

  .home .container .sec2 .title .rbox .p2 {
    margin-top: 10px
  }

  .home .container .sec2 .acthors {
    gap: 10px;
    margin: 30px 0 0 0;
    top: 55px;
    width: 100%;
    position: static
  }

  .home .container .sec2 .acthors.ttop {
    top: 58px
  }

  .home .container .sec2 .acthors .mb {
    width: 90%
  }

  .home .container .sec2 .acthors .mb .item {
    width: 33%;
    gap: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 15px 0
  }

  .home .container .sec2 .acthors .mb .item .icon img {
    width: 40px;
    margin: 0 auto
  }

  .home .container .sec2 .acthors .mb .item p {
    margin-top: 10px
  }

  .home .container .sec2 .acthors .mb .item.on::after,
  .home .container .sec2 .acthors .mb .item:hover::after {
    width: 100%
  }

  .home .container .sec2 .acthors .mb .line {
    width: 33%
  }

  .home .container .sec2 .list .item {
    flex-direction: column !important;
    gap: 20px;
    padding-top: 60px
  }

  .home .container .sec2 .list .item .lbox .icon img {
    width: 30px
  }

  .home .container .sec2 .list .item .lbox .p1 {
    margin: 10px 0 0 0
  }

  .home .container .sec2 .list .item .lbox .des {
    margin: 10px 0 20px 0
  }

  .home .container .sec2 .list .item .lbox .info {
    gap: 12px
  }

  .home .container .sec2 .list .item .lbox .info .pdes {
    gap: 10px
  }

  .home .container .sec2 .list .item .lbox .info .pdes img {
    width: 20px
  }

  .home .container .sec2 .list .item .rbox {
    width: 100%;
    height: 250px;
    margin-top: 0
  }

  .home .container .sec2 .list .item .rbox img {
    position: static;
    width: 100%;
    height: 100%
  }

  .home .container .sec3 {
    padding: 30px 5%
  }

  .home .container .sec3 .t {
    margin-bottom: 30px
  }

  .home .container .sec3 .sass {
    margin-bottom: 60px
  }

  .home .container .sec3 .sass .content,
  .home .container .sec3 .yj .content {
    flex-direction: column;
    gap: 30px
  }

  .home .container .sec3 .sass .content .lbox,
  .home .container .sec3 .sass .content .rbox,
  .home .container .sec3 .yj .content .lbox,
  .home .container .sec3 .yj .content .rbox {
    width: 100%
  }

  .home .container .sec3 .sass .content {
    flex-direction: column-reverse
  }

  .home .container .sec3 .sass .content .rbox .icon {
    width: 20px
  }

  .home .container .sec3 .sass .content .rbox .p1 {
    margin: 10px 0
  }

  .home .container .sec3 .sass .content .rbox .p2 {
    line-height: 2
  }

  .home .container .sec3 .sass .content .rbox .des {
    margin: 10px 0;
    font-size: 16px
  }

  .home .container .sec3 .sass .content .rbox a img {
    width: 20px
  }

  .home .container .sec3 .yj {
    margin-top: 30px
  }

  .home .container .sec3 .yj .content .lbox .icon {
    width: 20px
  }

  .home .container .sec3 .yj .content .lbox .p1 {
    margin: 10px 0
  }

  .home .container .sec3 .yj .content .lbox .p2 {
    line-height: 2
  }

  .home .container .sec3 .yj .content .lbox .des {
    margin: 10px 0;
    font-size: 16px
  }

  .home .container .sec3 .yj .content .lbox a img {
    width: 20px
  }

  .home .container .sec4 {
    padding: 30px 5% 60px 5%
  }

  .home .container .sec4 .title {
    gap: 20px
  }

  .home .container .sec4 .title .btns {
    gap: 10px
  }

  .home .container .sec4 .title .btns .prev,
  .home .container .sec4 .title .btns .next {
    width: 40px;
    height: 40px
  }

  .home .container .sec4 .content {
    margin: 20px 0 0 0;
    width: 100%
  }

  .home .container .sec4 .content .swiper1 .item {
    flex-direction: column;
    gap: 20px
  }

  .home .container .sec4 .content .swiper1 .item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto
  }

  .home .container .sec4 .content .swiper1 .item .info .pt img {
    width: 20px
  }

  .home .container .sec4 .content .swiper1 .item .info .des {
    margin-top: 20px
  }

  .home .footer {
    margin-top: -20px
  }
}