.indexSwiper {
  width: 100%;
  height: 9.3rem;
}

.indexSwiper .swiper-pagination {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: .25rem !important;
  justify-content: center;
  width: fit-content;
  right: 0;
  left: unset;
}

.indexSwiper .swiper-pagination::before {
  content: '';
  width: .01rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: .12rem;
}

.indexSwiper .swiper-pagination::after {
  content: '';
  width: .01rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin-top: .12rem;
}

.indexSwiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  opacity: 1 !important;
  margin: .12rem 0 !important;
  flex-shrink: 0;
}

.indexSwiper .swiper-pagination-bullet-active {
  width: 0.22rem;
  height: 0.22rem;
  border: 0.02rem solid #FFFFFF;
  box-sizing: border-box;
  background: transparent;
}

.swiperList{
    border-radius: .05rem;
}

.indexSwiper .swiper-slide>img {
  transform: scale(1);
  transition: all 5s;
}

.swiperList .swiper-slide>img {
  transform: scale(1);
  transition: all 0s;
}

.indexSwiper .swiper-slide-active>img {
  transform: scale(1.2);
}

.swiperText {
  position: absolute;
  top: 0rem;
  left: 1.6rem;
  /*max-width: 6.27rem;*/
  max-width: 16rem;
  opacity: 0;
  /* animation: swiperText 1.5s forwards; */
}

.swiperText p,
.swiperText p strong,
.swiperText p span{
    font-size: .6rem!important;
}

.indexSwiper .swiper-slide-active .swiperText {
  animation: swiperText 1.5s .5s forwards;
}

@keyframes swiperText {
  0% {
    top: 0rem;
    opacity: 0;
  }

  100% {
    top: 2.5rem;
    opacity: 1;
  }
}

.swiperTit {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
  /*margin-bottom: .38rem*/
}

.swiperTit span {
  color: #3984E5;
}

.swiperTxt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.5rem;
  color: #FFFFFF;
  height: 1.5rem;
  overflow: hidden;
  margin-top: .38rem;
}

.swiperMore {
  width: 1.85rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.17rem;
  color: #FFFFFF;
  padding: 0 .08rem 0 .27rem;
  box-sizing: border-box;
  justify-content: space-between;
  transition: all .5s;
}

.swiperMore img {
  width: .36rem !important;
  height: .36rem !important;
}

.swiperMore:hover {
  background: #3984E5;
  border: 0.01rem solid #3984E5;
}

.swiperList {
  max-width: 16rem;
  height: 1.15rem;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: .35rem;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
}

.swiperListItem {
  min-width: 4rem;
  max-width: 4rem;
  padding: .35rem .5rem .32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-right: 0.01rem solid rgba(112, 112, 112, 0.5);
  transition: all .5s;
}

.swiperListItem:last-child {
  border: 0;
}

.ListItem_text {
  width: 2.53rem;
}

.ListItem_tit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: .1rem;
}

.ListItem_txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9F9F9F;
}

.swiperListItem img {
  width: .36rem;
  height: .36rem;
  margin-left: .23rem;
  flex-shrink: 0;
}

.swiperListItem:hover {
  background: rgba(8, 102, 223, 0.8);
}

.swiperListItem:hover .ListItem_tit,
.swiperListItem:hover .ListItem_txt {
  color: #FFFFFF;
}

.indexProduct {
  /* position: relative; */
  overflow: hidden;
}

.commmonTitle {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.commmonTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400!important;
  font-size: 0.65rem!important;
  color: #010101;
  margin-bottom: .1rem;
}

.commmonTxt {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.22rem;
  color: #888888;
}

.product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: .2rem;
  margin-top: .6rem;
}

.product_item {
  width: 49.48%;
  height: 4.2rem;
  background: #F5F5F5;
  display: flex;
  padding: .93rem 0 0 1.58rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: .2rem;
  transition: all .5s;
  overflow: hidden;
  transform: translateY(100%);
  /*animation: product_item 1s forwards;*/
}

.product_item_active:nth-child(1) {
  animation: product_item 1s forwards;
}

.product_item_active:nth-child(2) {
  animation: product_item 1.3s .2s forwards;
}

.product_item_active:nth-child(3) {
  animation: product_item 1.6s .4s forwards;
}

.product_item_active:nth-child(4) {
  animation: product_item 1.9s .6s forwards;
}

.product_item_active:nth-child(4n+1){
    animation: product_item 1s forwards;
}

.product_item:hover {
  background: #FFFFFF;
}

.product_item_text {
  width: 2.4rem;
  opacity: 1;
  transition: all .5s;
}

.product_item_titEn {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #9F9F9F;
}

.product_item_titCn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 1.13rem;
}

.productBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.17rem;
  color: #333333;
}

.productBtn img {
  width: .5rem;
  height: .5rem;
  margin-right: .15rem;
  flex-shrink: 0;
}

.productImg {
  width: 4.92rem;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .5s;
}

.product_item:hover .product_item_text {
  opacity: 0;
}

.product_item:hover .productImg {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.productActive {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: rgba(8, 102, 223, .75);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.23rem;
  color: #FFFFFF;
  transition: all .5s;
}

.product_item:hover .productActive {
  top: 50%;
}

.productActive::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  border: 0.01rem dotted rgba(8, 102, 223, .8);
  border-radius: 50%;
}

.productActive img {
  width: .5rem;
  height: .5rem;
  margin-top: .15rem;
}

@keyframes product_item {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.field {
  margin-top: 1.1rem;
  padding: 1.2rem 0 1.11rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 10.5rem;
  background-image: url(../img/index/fieldBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fieldC {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.fieldL {
  width: 100%;
}

.fieldLtit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-bottom: .7rem;
}

.fieldLlist {
  display: flex;
  flex-direction: column;
}

.fieldLitem {
  display: flex;
  align-items: center;
  margin-bottom: .87rem;
  cursor: pointer;
  position: relative;
  width: fit-content;
}

.fieldLitem::after {
  content: '';
  width: .2rem;
  height: .67rem;
  background-image: url(../img/index/fieldLine.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: .18rem;
  top: calc(100% + .08rem);
}

.fieldLitem:last-child {
  margin-bottom: 0;
}

.fieldLitem:last-child:after {
  display: none;
}

.fieldLitem_img {
  width: .55rem;
  height: .55rem;
  margin-right: .21rem;
  flex-shrink: 0;
  display: flex;
}

.fieldLitem_img img:last-child {
  display: none;
}

.fieldLitem_tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
}

.fieldLitem_active .fieldLitem_tit{
    font-weight: bold;
}

.fieldLSwiper {
  width: 11.8rem;
  margin: 0 !important;
  flex-shrink: 0;
}

.fieldLitem_active .fieldLitem_img img:first-child {
  display: none;
}

.fieldLitem_active .fieldLitem_img img:last-child {
  display: block;
}

.fieldLSwiper_tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  display: flex;
  padding-left: .1rem;
  margin-bottom: .39rem;
}

.fieldLSwiper_tit::before {
  content: '';
  width: 0.54rem;
  height: 0.1rem;
  background: #FFFFFF;
  transform: skew(-20deg);
  margin-right: .34rem;
  flex-shrink: 0;
  margin-top: .15rem;
}

.fieldLSwiper_img {
  width: 100%;
  height: 6.5rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  overflow: hidden;
  margin-bottom: .6rem;
}

.indexMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.18rem;
  color: #0866DF;
  padding-bottom: .09rem;
  border-bottom: 0.01rem solid #0866DF;
  margin: 0 auto;
  transition: all .3s;
}

.indexMore:hover{
    transform: translateY(-10px);
}

.fieldLSwiper .indexMore {
  margin: 0;
  margin-left: 3.18rem;
  color: #FFFFFF;
  border-bottom: 0.01rem solid rgba(255, 255, 255, .5);
}

.fieldLSwiper .swiper-button-next,
.fieldLSwiper .swiper-button-prev {
  width: .5rem;
  height: .5rem;
  top: auto;
  bottom: 1.3rem !important;
  opacity: 1 !important;
}

.fieldLSwiper .swiper-button-next img:last-child,
.fieldLSwiper .swiper-button-prev img:last-child,
.swiper-button-next.swiper-button-disabled img:first-child,
.swiper-button-prev.swiper-button-disabled img:first-child {
  display: none;
}

.swiper-button-next.swiper-button-disabled img:last-child,
.swiper-button-prev.swiper-button-disabled img:last-child {
  display: block;
}

.fieldLSwiper .swiper-button-next {
  right: .39rem;
}

.fieldLSwiper .swiper-button-prev {
  left: auto;
  right: 1.09rem;
}

.fieldLSwiper .swiper-button-next::after,
.fieldLSwiper .swiper-button-prev::after {
  display: none;
}

.indexAbout {
  width: 100%;
  min-height: 13rem;
  background-image: url(../img/index/aboutBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.indexAbout .indexMore{
    margin-bottom: .66rem;
}

.about {
  width: 16rem;
  margin: .71rem auto 0;
}

.aboutTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #010101;
  line-height: 0.45rem;
}

.numBox {
  display: flex;
  margin: 1.06rem auto;
}

.numItem {
  flex: 1;
  display: flex;
  align-items: center;
}

.numBox img {
  width: auto;
  height: auto;
  margin-right: .3rem;
}

.numTop {
  font-family: Arial, Arial;
  font-weight: 600;
  font-size: 0.2rem;
  color: #0866DF;
  display: flex;
  align-items: flex-start;
  line-height: .5;
  margin: .2rem 0;
}

.num {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 0.45rem;
  color: #0866DF;
}

.numBottom {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #010101;
}

.videoBox {
  width: 100%;
  height: 4.53rem;
  box-shadow: 0rem 0.03rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.45rem 0.45rem 0.45rem 0.45rem;
  overflow: hidden;
  position: relative;
  margin-bottom: .53rem;
}

.videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  /*backdrop-filter: blur(.05rem);*/
  transition: all .5s;
}

.mask video {
  width: 0;
  height: 0;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.mask img {
  width: 0rem;
  height: 0rem;
  top: .45rem;
  right: .39rem;
  position: absolute;
  cursor: pointer;
}

.maskActive {
  position: fixed;
  width: 100%;
  height: calc(100vh - 1.2rem);
  background-color: black;
  backdrop-filter: blur(0px);
  top: 1.2rem;
  left: 0;
  z-index: 100;
}

.maskActive video {
  width: 16rem;
  height: 70%;
}

.maskActive img {
  width: .32rem;
  height: .32rem;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.04rem;
  height: 1.04rem;
  /*background-image: url(../video/play.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

.indexNew .commmonTitle {
  margin-top: 1.34rem;
}

.newTab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: .62rem auto .9rem;
}

.tabItem {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin: 0 .3rem;
  cursor: pointer;
}

.tabActive {
  font-weight: bold;
  color: #0866DF;
}

.news {
  width: 16rem;
  min-height: 4.33rem;
  margin: 0 auto .59rem;
}

.newsList {
  width: 100%;
  display: flex;
}

.newsItem {
  width: 4.4rem;
  margin-right: 1.4rem;
}

.newsItem:nth-child(3n) {
  margin-right: 0;
}

.newsItemImg {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
  margin-bottom: .27rem;
}

.newsItemTit {
  height: 0.56rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: .4rem;
}

.newsItemTime {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}

.newsItem:hover .newsItemTit {
  color: #0866DF;
}

.consultation {
  width: 100%;
  height: 2.5rem;
  margin-top: .66rem;
  background-image: url(../img/index/consultation.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.consultationText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consultationText p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.25rem;
  color: #333333;
}

.consultation_more {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 0.5rem;
  padding: 0 .08rem 0 .27rem;
  border-radius: 1rem 1rem 1rem 1rem;
  border: 0.01rem solid #333333;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.17rem;
  color: #333333;
  white-space: nowrap;
  margin-top: .29rem;
  transition: all .5s;
}

.consultation_more:hover {
  background: #0866DF;
  border: 0.01rem solid #0866DF;
  color: #FFFFFF;
}

.consultation_more img {
  width: .36rem;
  height: .36rem;
  margin-left: .46rem;
  flex-shrink: 0;
}

.consultation_more img:last-child,
.consultation_more:hover img:nth-of-type(1) {
  display: none;
}

.consultation_more:hover img:nth-of-type(2) {
  display: block;
}


@media screen and (max-width:1024px){
    .indexSwiper{
        height: 4rem;
        margin-top: 50px;
    }
    .swiperText{
        max-width: 95%;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    
    .indexSwiper .swiper-slide-active>img{
        transform: scale(1.05);
    }
    .swiperText span{
        display: block;
    }
    .swiperTit{
        font-size: 18px;
        margin-bottom: .3rem;
    }
    .swiperTxt{
        font-size: 16px;
        height: auto;
        margin-bottom: .3rem;
    }
    .swiperMore{
        font-size: 14px;
        width: fit-content;
        padding: 0 .15rem;
    }
    .swiperMore img{
        margin-left: .15rem;
    }
    
    .indexSwiper .swiper-slide-active .swiperText {
      animation: swiperMobile 1.5s .5s forwards;
    }
    .fieldLitem_tit {
        font-size: 16px;
    }
    @keyframes swiperMobile {
      0% {
        top: 0;
        opacity: 0;
      }
    
      100% {
        top: 50%;
        opacity: 1;
      }
    }
    .swiperList{
        width: 95%;
        bottom: .3rem;
        display: none;
    }
    .swiperListItem{
        padding: .3rem;
    }
    .ListItem_text{
        width: 80%;
    }
    .ListItem_tit,
    .ListItem_txt{
        font-size: 14px;
    }
    .commmonTitle{
        margin-top: .45rem;
    }
    .commmonTit{
        font-size: 18px!important;
    }
    .commmonTxt{
        font-size: 14px!important;
    }
    .product{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
    }
    .product_item{
        width: 100%;
        height: auto;
        padding: .3rem;
        opacity: 0;
    }
    .product_item_text{
        width: 50%;
    }
    .product_item_titEn{
        font-size: 14px;
    }
    .product_item_titCn{
        font-size: 16px;
        margin-bottom: .8rem;
    }
    .productBtn{
        font-size: 14px;
    }
    .productImg{
        width: 3rem;
    }
    .field{
        padding: .3rem;
    }
    .fieldC{
        width: 100%;
        flex-direction: column;
    }
    .fieldL{
        margin-bottom: .3rem;
    }
    .fieldLtit{
        font-size: 18px;
        margin-bottom: .3rem;
    }
    .fieldLitem::after{
        display: none;
    }
    .fieldLlist{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .fieldLitem{
        margin-bottom: .3rem!important;
        min-width: calc(100% / 3);
    }
    .fieldLSwiper{
        width: 100%;
    }
    .fieldLSwiper_img{
        height: 4rem;
        display: flex;
    }
    .indexMore{
        margin: 0 auto!important;
        font-size: 14px;
    }
    .indexAbout{
        padding: .3rem;
        box-sizing: border-box;
    }
    .about{
        width: 100%;
    }
    .aboutTxt{
        font-size: 14px;
    }
    .numBox{
        flex-wrap: wrap;
        margin: .5rem 0;
    }
    .numItem{
        flex: none;
        width: 50%;
    }
    .numBox img{
        max-width: 1rem;
        max-height: 1rem;
    }
    .numBottom{
        font-size: 14px;
        height: 38px;
    }
    .maskActive{
        height: calc(100vh - 50px);
        top: 50px;
    }
    .maskActive video{
        width: 95%;
        height: auto;
    }
    .indexNew .commmonTitle{
        margin-top: .45rem;
    }
    .newTab{
        margin: .3rem 0;
    }
    .tabItem{
        font-size: 16px;
    }
    .news{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
    }
    .newsList{
        flex-direction: column;
    }
    .newsItem{
        width: 100%;
        margin-right: 0;
        display: flex;
        margin-bottom: .3rem;
    }
    .newsItemImg{
        width: 40%;
        height: 2rem;
        margin-right: 10%;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .newsItemTit{
        font-size: 16px;
        height: 1rem;
        line-height: 1.5;
    }
    .newsItemTime{
        font-size: 14px;
    }
    .consultationText{
        width: 95%;
    }
    .consultationText p{
        font-size: 16px;
    }
    .consultation_more{
        font-size: 14px;
    }
    .swiperText p,
    .swiperText p strong,
    .swiperText p span{
        font-size: 16px!important;
    }
}