body{
	color: #111;
    max-width: 100%;
}
.all {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.all h1 {
  font-size: 0.48rem;
  font-weight: 600;
  text-align: center;
  padding-top: 1.5rem;
  letter-spacing: 0.018rem;
}
.all .tabs-anchor {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  position: sticky;
  z-index: 110;
  width: 100%;
  height: 0.8rem;
  justify-content: center;
  top: 0;
}
.all .tabs-anchor .tab {
  font-size: 0.2rem;
  color: #111;
  position: relative;
  cursor: pointer;
  margin-right: 0.8rem;
  font-weight: 500;
}
.all .tabs-anchor .tab:nth-last-of-type(1) {
  margin-right: 0;
}
.all .tabs-anchor .tab-active {
  color: #2a5f9b;
}
.all .tabs-anchor .tab-active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2a5f9b;
  bottom: -0.09rem;
  left: 50%;
  transform: translateX(-50%);
}
.all .tabs-sticky {
  background-color: rgba(55, 55, 55, 0.8);
  -webkit-backdrop-filter: saturate(80%) blur(50px);
          backdrop-filter: saturate(80%) blur(50px);
}
.all .tabs-sticky .tab {
  color: #fff;
}
.all .tabs-sticky .tab-active::after {
  background-color: #fff;
}
.all .top-desc {
  text-align: center;
  font-size: 0.2rem;
  color: #515151;
  margin-top: 0.4rem;
  letter-spacing: 0.009rem;
  line-height: 0.4rem;
}
.all .video-box {
  width: 100%;
  position: relative;
  margin-top: 0.98rem;
  padding: 0 1.54rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all .video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
  cursor: pointer;
}
.all .video-box .play-btn img {
  width: 100%;
  height: 100%;
}
.all .video-box .video {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all .video-box video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.all .section2 {
  padding: 1rem 2.1rem 1.76rem;
}
.all .section2 .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #444;
}
.all .section2 .desc {
  color: #444;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.all .section2 .tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.84rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
.all .section2 .tabs .tab {
  display: flex;
  align-items: center;
  color: #111;
  transition: all 0.5s;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-top: 0.32rem;
}
.all .section2 .tabs .tab-active {
  color: rgb(14, 66, 134);
}
.all .section2 .tabs .tab-active::after {
  position: absolute;
  top: -1px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1c4381;
}
.all .section2 .contentZ {
  width: 100%;
  background-image: linear-gradient(-26deg, #d9dade 0%, #edeef0 100%);
  border-radius: 0.14rem;
  padding: 0.65rem 1.1rem;
  height: 7rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.88rem;
  display: none;
}
.all .section2 .contentZ .left {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  padding-top: 0.57rem;
  justify-content: space-between;
}
.all .section2 .contentZ .left .t1 {
  color: #373737;
  font-size: 0.32rem;
  font-weight: 500;
}
.all .section2 .contentZ .left .t1 span {
  color: #1c4381;
}
.all .section2 .contentZ .left .t2 {
  color: #1c4381;
  font-size: 0.3rem;
  font-weight: 500;
  margin-top: 0.05rem;
}
.all .section2 .contentZ .left .detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all .section2 .contentZ .left .detail ul li {
  width: 50%;
  margin-top: 0.3rem;
}
.all .section2 .contentZ .left .detail ul li .t {
  color: #333;
  font-size: 0.16rem;
}
.all .section2 .contentZ .left .detail ul li .d {
  font-size: 0.36rem;
  color: #1c4381;
  font-weight: 500;
  margin-top: 0.2rem;
}
.all .section2 .contentZ .left .detail ul li .d span {
  font-size: 0.24rem;
}
.all .section2 .contentZ .left .detail ul li:nth-of-type(1), .all .section2 .contentZ .left .detail ul li:nth-of-type(2) {
  margin-top: 0;
}
.all .section2 .contentZ .left .detail .detail-desc {
  font-size: 0.16rem;
  margin-top: 0.3rem;
  line-height: 0.28rem;
  color: rgba(0, 0, 0, 0.7);
}
.all .section2 .contentZ .right {
  width: 50%;
  height: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.all .section2 .contentZ .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all .section2 .contentZ-active {
  display: flex;
}
.all .sticky-wrapper {
  height: 150vh;
  position: relative;
}
.all .section3 {
  height: 100vh;
  position: sticky;
  background-color: #1d1d1d;
  top: 0;
}
.all .section3 .title-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 10;
}
.all .section3 .title-box .t1 {
  color: #fff;
  font-size: 0.37rem;
  font-weight: bold;
}
.all .section3 .title-box .t2 {
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.33rem;
  font-weight: 300;
  margin-top: 0.2rem;
}
.all .section3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.all .section3 .mb-video {
  display: none;
}
.all .bg-section {
  background-color: #1d1d1d;
}
.all .section4 {
  background-color: #1d1d1d;
  padding: 1.3rem 1.54rem;
}
.all .section4 .swiper-container-4 {
  width: 100%;
}
.all .section4 .swiper-container-4 .swiper-slide {
  width: 100%;
}
.all .section4 .swiper-container-4 .swiper-slide img {
  width: 100%;
}
.all .section4 .tabs {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.all .section4 .tabs .tab {
  font-size: 0.17rem;
  color: rgba(151, 151, 151, 0.7);
  flex: 1;
  text-align: center;
  padding-top: 0.4rem;
  position: relative;
  transition: color 0.5s;
  cursor: pointer;
}
.all .section4 .tabs .tab-active {
  border-top: 1px solid #1c4381;
  color: #fff;
}
.all .section5 {
  background-color: #1d1d1d;
  padding: 0;
}
.all .section5 .box {
  background-color: #202020;
  padding: 0.9rem 1.45rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.all .section5 .box .left {
  width: 60%;
  position: relative;
  z-index: 1;
}
.all .section5 .box .left img {
  width: 100%;
}
.all .section5 .box .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.7rem 0;
}
.all .section5 .box .right .title-box .t1 {
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
}
.all .section5 .box .right .title-box .t2 {
  color: #295daf;
  font-size: 0.3rem;
  margin-top: 0rem;
  font-weight: 500;
}
.all .section5 .box .right .detail {
  font-size: 0.17rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.3rem;
  margin-top: 0.44rem;
}
.all .section5 .box .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.5rem;
}
.all .section5 .box .bg-box img {
  width: 100%;
}
.all .section5-1 {
  margin-top: 0.7rem;
  padding-bottom: 1rem;
}
.all .section5-1 .box {
  flex-direction: row-reverse;
}
.all .section5-1 .box .right {
  padding: 0.5rem 1rem 0 0;
}
.all .section5-1 .box .bg-box {
  right: 0;
  left: auto;
}
.all .section6 {
  padding: 1.55rem;
}
.all .section6 .title-box .t1 {
  color: #111111;
  font-size: 0.36rem;
  font-weight: 500;
}
.all .section6 .title-box .t2 {
  color: #111111;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.all .section6 .contentZ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.all .section6 .contentZ .box {
  border-radius: 0.13rem;
  overflow: hidden;
  position: relative;
}
.all .section6 .contentZ .box .img-box {
  width: 100%;
}
.all .section6 .contentZ .box .img-box img {
  width: 100%;
}
.all .section6 .contentZ .box .detail {
  position: absolute;
  z-index: 1;
  bottom: 0.44rem;
  padding: 0 0.6rem;
}
.all .section6 .contentZ .box .detail .t1 {
  color: #fff;
  font-size: 0.33rem;
}
.all .section6 .contentZ .box .detail .t2 {
  display: flex;
  color: #ffffff;
  font-size: 0.16rem;
  align-items: center;
  line-height: 0.3rem;
  font-weight: 300;
  margin-top: 0.2rem;
  opacity: 0.8;
}
.all .section6 .contentZ .box .detail .t2 span {
  color: #fff;
  font-weight: 500;
  font-size: 0.83rem;
  padding-left: 0.17rem;
}
.all .section6 .contentZ .left {
  height: 100%;
}
.all .section6 .contentZ .left .box:nth-last-of-type(1) {
  margin-top: 0.15rem;
}
.all .section6 .contentZ .right {
  height: 100%;
  margin-left: 0.15rem;
}
.all .section6 .contentZ .right .box {
  height: 100%;
}
.all .section7 {
  padding: 0 1.55rem 1.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.all .section7 .title {
  color: #111111;
  font-size: 0.37rem;
  font-weight: 500;
}
.all .section7 .contentZ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.all .section7 .contentZ .box {
  flex: 1;
  position: relative;
}
.all .section7 .contentZ .box:nth-last-of-type(1) {
  margin-left: 0.75rem;
}
.all .section7 .contentZ .box .img-box {
  width: 100%;
}
.all .section7 .contentZ .box .img-box img {
  width: 100%;
}
.all .section7 .contentZ .box .btn {
  position: absolute;
  z-index: 1;
  bottom: 0.25rem;
  cursor: pointer;
  right: 0.35rem;
  width: 2rem;
  transition: all 0.3s;
  height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  padding: 0 0.34rem;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.all .section7 .contentZ .box .btn .t {
  color: #fff;
  font-size: 0.17rem;
}
.all .section7 .contentZ .box .btn img {
  width: 0.2rem;
  opacity: 0.8;
}
.all .section7 .contentZ .box .btn::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}
.all .section7 .contentZ .box .btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .all h1 {
    font-size: 0.64rem;
  }
  .all .tabs-anchor {
    height: 1rem;
  }
  .all .tabs-anchor .tab {
    font-size: 0.27rem;
  }
  .all .tabs-anchor .tab-active::after {
    bottom: -0.2rem;
  }
  .all .video-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .all .video-section .video-box {
    padding: 0;
    height: auto;
  }
  .all .video-section .video-box .play-btn {
    display: none;
  }
  .all .video-section .more-btn {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: 0.54rem;
    right: 0.4rem;
    width: 2rem;
    height: 0.6rem;
    background: linear-gradient(to bottom, #275893, #50739f);
    border-radius: 0.3rem;
    z-index: 111;
  }
  .all .video-section .more-btn .t {
    font-size: 0.19rem;
    color: #fff;
  }
  .all .video-section .more-btn .icon {
    width: 0.2rem;
    margin-left: 0.25rem;
  }
  .all .video-section .top-desc {
    color: #888;
    font-size: 0.24rem;
  }
  .all .section2 {
    padding: 1rem 0.4rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .all .section2 .title {
    font-size: 0.48rem;
  }
  .all .section2 .desc {
    text-align: center;
    font-size: 0.23rem;
    color: #9b9b9b;
    line-height: 0.36rem;
  }
  .all .section2 .tabs {
    overflow-x: auto;
    margin-top: 0.8rem;
  }
  .all .section2 .tabs .tab {
    flex: none;
    font-size: 0.26rem;
    margin-right: 0.65rem;
    padding-top: 0.5rem;
  }
  .all .section2 .tabs .tab:nth-last-of-type(1) {
    margin-right: 0;
  }
  .all .section2 .tabs::-webkit-scrollbar {
    display: none;
  }
  .all .section2 .contentZ {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 0.6rem;
    padding: 0;
    border-radius: 0.2rem;
  }
  .all .section2 .contentZ .left {
    width: 100%;
    padding: 0.7rem 0.5rem 0.65rem;
  }
  .all .section2 .contentZ .left .t1 {
    font-size: 0.4rem;
  }
  .all .section2 .contentZ .left .t2 {
    font-size: 0.3rem;
  }
  .all .section2 .contentZ .left .detail {
    margin-top: 0.6rem;
  }
  .all .section2 .contentZ .left .detail ul li .t {
    font-size: 0.25rem;
  }
  .all .section2 .contentZ .left .detail ul li .d {
    font-size: 0.37rem;
  }
  .all .section2 .contentZ .left .detail ul li .d span {
    font-size: 0.25rem;
  }
  .all .section2 .contentZ .left .detail .detail-desc {
    font-size: 0.25rem;
    line-height: 0.39rem;
  }
  .all .section2 .contentZ .right {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    position: relative;
  }
  .nine_left_btn{
        display: block;
        position: absolute;
        top: 2.5rem;
        left: 0rem;
        width: 1rem !important;
        z-index: 20;
        height: auto !important;
    }
    .nine_right_btn{
        display: block;
        position: absolute;
        top: 2.5rem;
        right: 0rem;
        width: 1rem !important;
        z-index: 20;
        height: auto !important;
        transform: rotate(180deg);
    }
  .all .section3 .title-box {
    width: 100%;
    padding: 0 1rem;
  }
  .all .section3 .title-box .t1 {
    font-size: 0.48rem;
  }
  .all .section3 .title-box .t2 {
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .all .section3 .title-box .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.6rem;
    background: #4f5356;
    margin-top: 0.5rem;
    border-radius: 0.3rem;
  }
  .all .section3 .title-box .more-btn .t {
    font-size: 0.19rem;
    color: #fff;
  }
  .all .section3 .title-box .more-btn .icon {
    width: 0.2rem;
    margin-left: 0.25rem;
  }
  .all .section3 .pc-video {
    display: none;
  }
  .all .section3 .mb-video {
    display: block;
  }
  .all .section4 {
    padding: 0.8rem 0.4rem 0;
  }
  .all .section4 .swiper-container-4 .swiper-slide .detail-box {
    margin-top: 0.5rem;
  }
  .all .section4 .swiper-container-4 .swiper-slide .detail-box .t1 {
    font-size: 0.35rem;
    color: #fff;
    font-weight: bold;
  }
  .all .section4 .swiper-container-4 .swiper-slide .detail-box .t2 {
    font-size: 0.27rem;
    margin-top: 0.3rem;
    color: #b1b1b1;
  }
  .all .section4 .swiper-container-4 .swiper-pagination-4 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .all .section4 .swiper-container-4 .swiper-pagination-4 .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    height: 1px;
    background-color: #fff;
  }
  .all .section4 .tabs {
    display: none;
  }
  .all .section5 {
    padding: 0;
    margin-top: 1rem;
  }
  .all .section5 .box {
    flex-direction: column;
    padding: 0 0.38rem;
    background-color: #1d1d1d;
  }
  .all .section5 .box .bg-box {
    display: none;
  }
  .all .section5 .box .left {
    width: 100%;
  }
  .all .section5 .box .right {
    width: 100%;
    padding: 0.9rem 0;
  }
  .all .section5 .box .right .title-box .t1 {
    font-size: 0.48rem;
  }
  .all .section5 .box .right .title-box .t2 {
    font-size: 0.39rem;
    color: #065bca;
  }
  .all .section5 .box .right .detail {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  .all .section6 {
    padding: 1.26rem 0.38rem;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .all .section6 .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .all .section6 .title-box .t1 {
    font-size: 0.48rem;
    color: #444;
  }
  .all .section6 .title-box .t2 {
    font-size: 0.26rem;
    line-height: 0.45rem;
    text-align: center;
    padding: 0 1.1rem;
    color: #9b9b9b;
  }
  .all .section6 .contentZ {
    flex-direction: column;
  }
  .all .section6 .contentZ .box .detail {
    padding: 0 0.45rem;
  }
  .all .section6 .contentZ .box .detail .t1 {
    font-size: 0.33rem;
  }
  .all .section6 .contentZ .box .detail .t2 {
    font-size: 0.18rem;
  }
  .all .section6 .contentZ .box .detail .t2 span {
    font-size: 0.83rem;
    margin-right: 0.2rem;
  }
  .all .section6 .contentZ .left .box:nth-last-of-type(1) {
    margin-top: 0.3rem;
  }
  .all .section6 .contentZ .right {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .all .section7 {
    padding: 0 0.4rem 1rem;
  }
  .all .section7 .title {
    font-size: 0.48rem;
  }
  .all .section7 .contentZ {
    flex-direction: column;
  }
  .all .section7 .contentZ .box:nth-last-of-type(1) {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .all .section7 .contentZ .box .btn {
    width: 2.3rem;
    height: 0.54rem;
  }
  .all .section7 .contentZ .box .btn .t {
    font-size: 0.15rem;
  }
}
.pc_pop_video {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}

.pc_pop_video video {
  height: 100%;
  width: 100%;
}

.pc_pop_close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  z-index: 6;
  background-color: rgb(107, 107, 107);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc_pop_close img {
  width: 0.3rem;
}

.pc_pop_close:hover {
  opacity: 1;
}

.pc_pop_video.active {
  opacity: 1;
  z-index: 111000;
  pointer-events: auto;
}/*# sourceMappingURL=pox.css.map */


.tab_detail{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    position: relative;
    margin-top: 0.2rem;
}
.tab_detail div{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
    width: 100%;
    line-height: 1.8;
    top: 24px;
    font-weight: 300;
}
.tab_detail div.active{
    opacity: .8;
}

@media (max-width: 768px) {
    .tab_detail{
        display: none;
    }
    .swiper-container-4-btns{
        position: absolute;
        width: 100%;
        top: 2rem;
        left: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
     .swiper-container-4-btns img{
         width: .8rem
     }
     .swiper-container-4-btns .swiper-container-4_right_btn{
         transform: rotate(180deg)
     }
}