.title {
  display: flex;
  align-items: center;
  gap: 0.28rem;
}
.title p:first-child {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: #1d1d1f;
}
.centerText1{
    width: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
      font-size: 0.26rem;
     line-height: 1.5;
  color: #8d8d8d;
  text-align: center;
  opacity: 0;
  transition: all 0.6s;
}
.centerText1.active{
    opacity: 1;
}
.title p:last-child {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #bdbdbf;
  line-height: 0.3rem;
}
.index-banner {
  width: 100%;
  height: 10.8rem;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}

.index-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.6s;
}
.index-banner .box {
  padding: 3rem 4.2rem;
}
.index-banner  .text1 {
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.7rem;
}
.index-banner  .text2 {
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
      text-transform: uppercase;
  margin-top: 0.07rem;
}


.banner-swiper{
    overflow: hidden;
    height: 100%;
}

.banner-swiper .swiper-slide{
    overflow: hidden;
}

.bannerCenter{
    width: 90%;
    max-width: 14rem;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    padding-left: 10%;
    padding-top: 3rem;
}

.index-banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
}

.index-banner .swiper-pagination-bullet-active{
    opacity: 1;
    width: 0.3rem;
    height: 0.1rem;
    border-radius: 0.08rem;
}
.aboutWrap1 {
  width: 100%;
  padding: 1.8rem 0;
}
.aboutWrap1 .content .top {
  display: flex;
  gap: 0.79rem;
  margin-top: 0.4rem;
}
.aboutWrap1 .content .top .left {
  flex: 1;
}
.aboutWrap1 .content .top .left > p {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1d1d1f;
  line-height: 0.36rem;
}
.aboutWrap1 .content .top .right {
  width: 6rem;
  position: relative;
}
.aboutWrap1 .content .top .right video,
.aboutWrap1 .content .top .right .profile-media-img {
  width: 100%;
  object-fit: cover;
}
.aboutWrap1 .content .top .right .btn {
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
}
.aboutWrap1 .content .numList {
  margin-top: 1.65rem;
  display: flex;
  justify-content: center;
  gap: 1.01rem;
}
.aboutWrap1 .content .numList .item p:first-child {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: bold;
  font-size: 0.9rem;
  color: rgba(29, 29, 31, 0.84);
}
.aboutWrap1 .content .numList .item p:first-child sup {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-size: 0.22rem;
  font-weight: 300;
  vertical-align: super;
  line-height: 0;
}
.aboutWrap1 .content .numList .item .line {
  width: 1.05rem;
  height: 0rem;
  border: 0.01rem solid #707070;
  margin-bottom: 0.18rem;
}
.aboutWrap1 .content .numList .item:nth-child(n + 3) .line {
  width: 1.57rem;
}
.aboutWrap1 .content .numList .item p:last-child {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #515154;
}
.aboutWrap1 .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.8rem;
}
.aboutWrap1 .content .list .item {
  width: 4.4rem;
  height: 5.5rem;
  position: relative;
}
.aboutWrap1 .content .list .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutWrap1 .content .list .item:hover .mask {
  background-color: #e1e1e3;
}
.aboutWrap1 .content .list .item:hover .mask p {
  color: #1d1d1f;
}
.aboutWrap1 .content .list .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 1rem;
  transition: all 0.6s;
}

.aboutWrap1 .content .list .item .mask .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
}

.aboutWrap1 .content .list .item .mask p{
    position: relative;
    z-index: 10;
}

.aboutWrap1 .content .list .item:hover  .mask .bg {
    opacity: 1;
}


.aboutWrap1 .content .list .item .mask .text1 {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}
.aboutWrap1 .content .list .item .mask .text2 {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 300;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  width: 2.06rem;
  margin: 0.2rem auto 0;
  text-transform: uppercase;
}
.aboutWrap1 .content .list .item .mask .text3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 0.3rem;
  width: 3.6rem;
}
.aboutWrap2 {
  padding-bottom: 2.12rem;
}
.aboutWrap2 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.4rem;
}
.aboutWrap2 .list .item {
  position: relative;
  width: 6.8rem;
  height: 3.95rem;
}
.aboutWrap2 .list .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutWrap2 .list .item:hover .mask {
  background-color: #1d1d1f;
}
.aboutWrap2 .list .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  padding: 0.6rem;
}
.aboutWrap2 .list .item .mask .line {
  width: 1.2rem;
  height: 0.05rem;
  background: #ffffff;
}
.aboutWrap2 .list .item .mask .text1 {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: #ffffff;
  margin-top: 0.2rem;
}
.aboutWrap2 .list .item .mask .text2 {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  text-transform: uppercase;
}
.aboutWrap2 .list .item .mask .text3 {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.36rem;
  margin-top: 0.38rem;
}
.aboutWrap3 {
  padding-bottom: 1.6rem;
}
.aboutWrap3 .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutWrap3 .center .list {
  width: 8rem;
}
.aboutWrap3 .center .list .item {
  padding: 0.3rem 0;
  border-top: 1px solid #707070;
}
.aboutWrap3 .center .list .item .top {
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  display: flex;
  cursor: pointer;
}
.aboutWrap3 .center .list .item .top .year {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: bold;
  font-size: 0.48rem;
  color: #1d1d1f;
}
.aboutWrap3 .center .list .item .top .icon {
  width: 0.32rem;
  height: 0.32rem;
}
.aboutWrap3 .center .list .item .top .icon > img {
  width: 100%;
  height: 100%;
}
.aboutWrap3 .center .list .item .top .icon > img:last-child {
  display: none;
}
.aboutWrap3 .center .list .item .bottom {
  padding: 0.2rem 0.4rem 0.1rem;
  display: none;
}
.aboutWrap3 .center .list .item .bottom > p {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.16rem;
  color: #515154;
  line-height: 0.32rem;
}
.aboutWrap3 .center .list .item.active .icon > img:last-child {
  display: block;
}
.aboutWrap3 .center .list .item.active .icon > img:first-child {
  display: none;
}
.aboutWrap4 {
  padding: 1.19rem 0 1.12rem;
  background-color: #f5f5f7;
}
.aboutWrap4 .text1 {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: #1d1d1f;
  text-align: center;
}
.aboutWrap4 .line {
  width: 2rem;
  height: 0.02rem;
  background: rgba(29, 29, 31, 0.84);
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  margin: 0.47rem auto 0.53rem;
}
.aboutWrap4 .text2 {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.24rem;
  color: #1d1d1f;
  text-align: center;
}

.index-wrap2 {
  width: 100%;
  height: 100vh;
  position: relative;
      padding-bottom: 1rem;
    box-sizing: content-box;
  /*overflow: hidden;*/
}


.cirBox{
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.cirBox .center{
    position: relative;
    width: 9.04rem;
    height: 9.04rem;
}

.cirBox .cir1{
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: cir1 60s infinite linear ;
}

@keyframes cir1 {
    0%{
        transform: rotate(0deg);
    }
    100%{
         transform: rotate(360deg);
    }
}

.cirBox .cir2{
    width: 7rem;
    height: 7rem;
    border: 1px dashed rgba(0,0,0,0.2);
    position: absolute;
    left: 1.02rem;
    top: 1.02rem;
    border-radius: 50%;
    animation: cir2 60s infinite linear ;
}

@keyframes cir2 {
    0%{
        transform: rotate(0deg);
    }
    100%{
         transform: rotate(-360deg);
    }
}


.cirBox .cir3{
    width: 6.5rem;
    height: 6.5rem;
    border: 3px dashed #9B9B9B;
    position: absolute;
    left: 1.28rem;
    top: 1.28rem;
    border-radius: 50%;
    
}

@keyframes cir3 {
    0%{
        transform: rotate(0deg);
    }
    100%{
         transform: rotate(360deg);
    }
}

.cirBox .cir4{
    width: 5.84rem;
    height: 5.84rem;
    border: 1px dashed rgba(0,0,0,0.2);
    position: absolute;
    left: 1.6rem;
    top: 1.6rem;
    border-radius: 50%;
    animation: cir3 60s infinite linear ;
}
.cirBox .item{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}

.itemCir{
    width: 1.3rem;
    height: 1.3rem;
    background: #D8D8D8;
    border: 0.05rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    transition: all 0.6s;
}

.cirBox .item img{
    width: 0.28rem;
    height: 0.28rem;
    object-fit: contain;
    margin-bottom: 0.11rem;
    display: none;
}

.cirBox .item .name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #515154;
}

.cirBox .item .en{
    font-family: HarmonyOS Sans, HarmonyOS Sans;
    font-weight: 300;
    font-size: 0.12rem;
    color: #8D8D8D;
    margin-top: 0.04rem;
    text-align: center;
}

.cirBox .item.active img{
    display: block;
}

.cirBox .item.active .itemCir {
    background: #000;
    width: 1.5rem;
    height: 1.5rem;
}

.cirBox .item.active .name{
    color: #fff;
}

.cirBox .item.active .en{
    color: #fff;
}

.cirBox .item1{
    left: 0.76rem;
    top: 2.47rem;
    border-radius: 50%;
}

.cirBox .item2{
    left: 3.96rem;
    top: 0.69rem;
    border-radius: 50%;
}

.cirBox .item3{
    left: 6.66rem;
    top: 2.57rem;
    border-radius: 50%;
}

.cirBox .item4{
    left: 6.66rem;
    top: 5.44rem;
    border-radius: 50%;
}

.cirBox .item5{
    left: 3.87rem;
    top: 7.08rem;
    border-radius: 50%;
}

.cirBox .item6{
    left: 0.96rem;
    top: 5.44rem;
    border-radius: 50%;
}

.logoh{
    position: absolute;
    width: 2rem;
    left: 3.52rem;
    top: 3.58rem;
}

.cirBox .text1{
    font-family: HarmonyOS Sans, HarmonyOS Sans;
font-weight: 500;
font-size: 0.56rem;
color: #333333;
position: absolute;
top: 4.62rem;
left: 2.56rem;
}

.cirText{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #585858;
    background: #FFFFFF;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    border: 0.01rem solid #D1D1D1;
    position: absolute;
    padding: 0.23rem 0.16rem;
    width: 4.16rem;
    display: none;
}


.cirText.t1{
    right: 8.4rem;
    top: 2.6rem;
}

.cirText.t2{
    bottom: 8.53rem;
    left: 2.53rem;
}

.cirText.t3{
    top: 2.61rem;
    left: 8.22rem;
}

.cirText.t4{
    top: 5.55rem;
    left: 8.22rem;
}

.cirText.t5{
     top: 8.53rem;
    left: 2.45rem;
}


.cirText.t6{
    right: 8.3rem;
    top: 5.54rem;
}
.cirText.t5::after{
    right: auto;
    left: 2.01rem;
    transform: translateY(0%) rotate(-90deg); 
    top: -0.14rem;
}
.cirText.t2::after{
    right: auto;
    left: 2.01rem;
    top: auto;
    transform: translateY(0%) rotate(90deg); 
    bottom: -0.14rem;
}
.cirText.t4::after,
.cirText.t3::after{
    right: auto;
    left: -0.13rem;
    transform: translateY(-10%) rotate(180deg); 
}

.svg-line {
  position: absolute;
  inset: 0;
  /* transform: rotate(-120deg); 删除或注释掉 */
  width: 100%;
  height: 100%;
}

.path {
  fill: none;
  stroke: #333;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1508;
  stroke-dashoffset: 1508;
}

.moving-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
   transform: translate(-50%, -50%);
  z-index: 5;

}
.cirText::after {
    content:'';
    position: absolute;
    right: -0.13rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.13rem;
    height: 0.15rem;
    background-image: url(../images/jiao.png);
    background-size: 100% 100%;
}



@media screen and (max-width: 1042px) {
    /*.wrapper{*/
    /*    overflow-x: hidden;*/
    /*}*/
    
    
    .index-banner{
        height: auto;
    }
    .index-img{
        position: relative;
    }
    .index-banner .box{
        padding: 3%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-banner .box .text1{
        font-size: 30px;
        line-height: 1.2;
    }
    .index-banner .box .text2{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }
    
    
    
    
    
    
    .aboutWrap1{
        padding: 100px 0;
    }
    .title{
        gap: 15px;
    }
    .title p:first-child{
        font-size: 28px;
    }
    .title p:last-child{
        font-size: 16px;
        line-height: 1.25;
    }
    .aboutWrap1 .content .top{
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .aboutWrap1 .content .top .left{
        width: 100%;
    }
    .aboutWrap1 .content .top .left > p{
        font-size: 16px;
        line-height: 1.8;
    }
    .aboutWrap1 .content .top .right{
        width: 100%;
        height: fit-content;
    }
    .aboutWrap1 .content .top .right .btn{
        width: 56px;
        height: auto;
    }
    .aboutWrap1 .content .numList{
        margin-top: 60px;
        gap: inherit;
        justify-content: space-around;
    }
    .aboutWrap1 .content .numList .item p:first-child{
        font-size: 48px;
    }
    .aboutWrap1 .content .numList .item p:first-child sup{
        font-size: 18px;
    }
    .aboutWrap1 .content .numList .item .line{
        max-width: 86px !important;
        width: auto !important;
        margin-bottom: 10px;
    }
    .aboutWrap1 .content .numList .item p:last-child{
        font-size: 16px;
    }
    .aboutWrap1 .content .list{
        margin-top: 60px;
        gap: 12px;
    }
    .aboutWrap1 .content .list .item{
        width: calc(33.33% - 8px);
        height: auto;
        min-height: 360px;
    }
    .aboutWrap1 .content .list .item .mask{
        padding-top: 60px;
    }
    .aboutWrap1 .content .list .item .mask .text1{
        font-size: 28px;
        color: #fff;
    }
    .aboutWrap1 .content .list .item .mask .text2{
        font-size: 18px;
        width: 80%;
        margin: 15px auto 0;
        color: #fff;
    }
    .aboutWrap1 .content .list .item .mask .text3{
        font-size: 14px;
        width: 80%;
        line-height: 1.7;
        bottom: 30px;
        color: rgba(255, 255, 255, 0.6);
    }
    .aboutWrap2{
        padding-bottom: 100px;
    }
    .aboutWrap2 .list{
        margin-top: 40px;
        gap: 30px;
    }
    .aboutWrap2 .list .item{
        width: calc(50% - 5px);
        height: auto;
        min-height: 300px;
    }
    .aboutWrap2 .list .item .mask{
        padding: 30px;
    }
    .aboutWrap2 .list .item .mask .line{
        width: 120px;
        height: 2px;
        background: #adadad;
    }
    .aboutWrap2 .list .item .mask .text1{
        font-size: 28px;
        margin-top: 16px;
    }
    .aboutWrap2 .list .item .mask .text2{
        font-size: 16px;
    }
    .aboutWrap2 .list .item .mask .text3{
        font-size: 14px;
        line-height: 1.8;
        margin-top: 20px;
        color: #d2d2d2;
    }
    
    
    
    
    .pin-spacer{
        overflow: hidden;
    }
    .index-wrap2 .part1 .text.t5{
        width: 2.2rem;
    }
    .index-wrap2 .part1 .text.t6{
        width: 1.5rem;
    }
    .index-wrap2 .part1 .text p:first-child{
        font-size: 28px;
    }
    .index-wrap2 .part1 .text p:last-child{
        font-size: 16px;
    }
    .index-wrap2 .part1 .centerText{
        font-size: 36px;
    }
    .index-wrap2 .part2 .cir .text p:first-child{
        font-size: 48px;
    }
    .index-wrap2 .part2 .cir .text p:last-child{
        font-size: 18px;
        margin-top: 5px;
    }
    .index-wrap2 .part2 .inText .text{
        font-size: 28px;
        line-height: 1.8;
    }
    
    
    
    
    
    
    
    
    .aboutWrap3{
        padding: 80px 0 60px;
    }
    .aboutWrap3 .center .list{
        width: calc(100% - 320px);
        max-width: 600px;
    }
    .aboutWrap3 .center .list .item{
        padding: 26px 0;
    }
    .aboutWrap3 .center .list .item .top{
        padding: 0 20px;
    }
    .aboutWrap3 .center .list .item .top .year{
        font-size: 28px;
    }
    .aboutWrap3 .center .list .item .top .icon{
        width: 16px;
        height: auto;
    }
    .aboutWrap3 .center .list .item .bottom{
        font-size: 16px;
        padding: 10px 20px;
    }
    
    
    
    
    
    .aboutWrap4{
        padding: 80px 0;
    }
    .aboutWrap4 .text1{
        font-size: 38px;
    }
    .aboutWrap4 .line{
        width: 180px;
        height: 2px;
        margin: 30px auto;
    }
    .aboutWrap4 .text2{
        font-size: 20px;
    }
}



@media screen and (max-width: 769px) {
    .index-img {
        position: relative;
        min-height: 50vh;
    }
    .index-banner .box{
        width: 100%;
        padding: 0 20px;
        top: 65%;
    }
    .index-banner .box .text1{
        font-size: 28px;
        line-height: 1.5;
    }
    .index-banner .box .text2{
        font-size: 14px;
        line-height: 1.7;
        color: #9a9c9f;
    }
    
    
    
    
    .aboutWrap1 .content .top .left > p {
        font-size: 14px;
    }
    
    .aboutWrap1 .content .numList{
        flex-wrap: wrap;
        justify-content: space-evenly;
        row-gap: 20px;
        column-gap: 40px;
        margin-top: 80px;
    }
    /*.aboutWrap1 .content .numList .item{*/
    /*    width: 33.33%;*/
    /*}*/
    .aboutWrap1 .content .numList .item p:first-child{
        font-size: 38px;
    }
    .aboutWrap1 .content .numList .item p:first-child sup{
        font-size: 16px;
    }
    
    
    .aboutWrap1 .content .list{
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 30px;
    }
    .aboutWrap1 .content .list .item{
        width: 100%;
        height: 320px;
    }
    
    .aboutWrap2 .list .item{
        width: 100%;
    }
    .aboutWrap2 .list .item .mask .text1{
        font-size: 20px;
        margin: 22px 0 10px;
    }
    .aboutWrap2 .list .item .mask .text2{
        font-size: 12px;
    }

    
    
    .index-wrap2 {
        width: 94%;
        /*height: 70vh;*/
        margin: 0 auto;
    }
    
    .index-wrap2 .part1 .text p:first-child{
        font-size: 20px;
        white-space: nowrap;
    }
    .index-wrap2 .part1 .text p:last-child{
        font-size: 12px;
        white-space: nowrap;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
    }
    .index-wrap2 .part1 .centerText{
        font-size: 30px;
    }
    .index-wrap2 .part2 .inText{
        height: 200px;
    }
    .index-wrap2 .part2 .cir .text{
        top: -50px;
    }
    .index-wrap2 .part2 .cir .text p:first-child{
        font-size: 34px;
    }
    .index-wrap2 .part2 .cir .text p:last-child{
        font-size: 16px;
    }
    .index-wrap2 .part2 .inText .text{
        font-size: 20px;
    }
    
    
    
    .aboutWrap3 {
        padding: 0px 0 60px;
    }
    .aboutWrap3 .center{
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .aboutWrap3 .center .list{
        width: 100%;
    }
    .aboutWrap3 .center .list .item .top .year {
        font-size: 22px;
    }
    .aboutWrap3 .center .list .item .bottom {
        font-size: 14px;
        padding: 20px;
    }
    
    
    
    .aboutWrap4 .text1{
        font-size: 28px;
        line-height: 1.5;
    }
    .aboutWrap4 .line{
        width: 160px;
        height: 1px;
        margin: 20px auto;
    }
    .aboutWrap4 .text2{
        font-size: 16px;
        color: #191919;
        font-weight: 300;
    }
    
     .index-wrap2 {
    height: 100vh;
    overflow: hidden;
  }

  .cirBox {
      position: -webkit-sticky;
    justify-content: center;
    top: 0;
  }

  .cirBox .center {
    width: 92vw;
    height: 92vw;
    max-width: 6.8rem;
    max-height: 6.8rem;
  }

  .cirBox .cir2 {
    width: 77.4%;
    height: 77.4%;
    left: 11.3%;
    top: 11.3%;
  }

  .cirBox .cir3 {
    width: 71.6%;
    height: 71.6%;
    left: 14.2%;
    top: 14.2%;
    border: 1px solid #9B9B9B;
  }

  .cirBox .cir4 {
    width: 64.6%;
    height: 64.6%;
    left: 17.7%;
    top: 17.7%;
  }
  
  .itemCir{
       width: 1rem;
    height: 1rem;
    transform: scale(1.5);
  }
  
   .cirBox .item.active .itemCir{
        width: 1.05rem;
    height: 1.05rem;
   }

  .cirBox .item {
    width: 1.05rem;
    height: 1.05rem;
  }

  .cirBox .item img {
    width: 0.24rem;
    height: 0.24rem;
  }

  .cirBox .item .name {
    font-size: 0.18rem;
  }

  .cirBox .item .en {
    font-size: 0.08rem;
    line-height: 1.15;
  }
  .centerText1{
      width: 43%;
      font-size: 0.24rem;
  }

  .cirBox .item1 {
    left: 9%;
    top: 27%;
  }

  .cirBox .item2 {
    left: 43%;
    top: 6%;
  }

  .cirBox .item3 {
    left: 75%;
    top: 28%;
  }

  .cirBox .item4 {
    left: 75%;
    top: 60%;
  }

  .cirBox .item5 {
    left: 42%;
    top: 78%;
  }

  .cirBox .item6 {
    left: 11%;
    top: 60%;
  }

  .logoh {
    width: 1.45rem;
    left: 50%;
    top: 38%;
    transform: translateX(-50%);
  }

  .cirBox .text1 {
    font-size: 0.32rem;
    left: 50%;
    top: 51%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .cirText {
    width: 82vw;
    font-size: 0.24rem;
    line-height: 1.7;
    padding: 0.18rem 0.16rem;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: -1.65rem !important;
    transform: translateX(-50%);
    z-index: 20;
  }

  .cirText::after {
    display: none;
  }

  .moving-dot {
    width: 7px;
    height: 7px;
  }

  .path {
    stroke-width: 2;
  }
  .bannerCenter{
      padding-left: 0;
  }
    .index-video{
      position: relative;
      min-height: 50vh;
  }
  body{
      overflow-x: hidden;
  }
  .aboutWrap3 .center .list .item .bottom > p{
      font-size: 0.24rem;
  }
}




