/* 头部 */
.pcNav1  {
  position: fixed;
  top:0px;
  z-index: 1000;
}
.pcNav1 .navItem>a {
  color:#fff;
}
.pcNav1 .header {
  background: transparent;
}
.indexPage .container{
  /* width: 1400px; */
  max-width: 1400px;
}
/* 首页轮播 start */
.indexSwiper img {
  width: 100%;
}

.indexSwiper video {
  position: relative;
}

#carouselMobile {
  display: none;
}
.indexSwiper .carousel-indicators .active {
  opacity: 1;
  background-color: rgb(255, 255, 255, 0.5);
}
.indexSwiper .carousel-indicators li {
  width: 100px;
  opacity: 1;
  background-color: rgb(255, 255, 255, 0.5);
}
.indexSwiper .progressActive {
  width: 0px;
  height: 100%;
  background-color: rgb(255, 255, 255, 1);
}
.carousel-item-btn1 {
  position: absolute;
  top: 52%;
  left: 44%;
  /* background: red; */
  width: 12vw;
  height: 4vw;
}
.carousel-item-btn2 {
  position: absolute;
  top: 58%;
  left: 25%;
  /* background: red; */
  width: 13vw;
  height: 4vw;
}
.carousel-item-btn3 {
  position: absolute;
  top: 58%;
  left: 25%;
  /* background: red; */
  width: 13vw;
  height: 4vw;
}
.indexSwiper .carousel-indicators .active .progressActive1 {
  animation: growWidth 10.56s ease-in-out forwards; 
}
.indexSwiper .carousel-indicators .active .progressActive2 {
  animation: growWidth 5s ease-in-out forwards; 
}
.indexSwiper .carousel-indicators .active .progressActive3 {
  animation: growWidth 11s ease-in-out forwards; 
}
.indexSwiper .carousel-control-prev-icon {
  background: url('../images/index/arrowLeft.png');
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
}

.indexSwiper .carousel-control-next-icon {
  background: url('../images/index/arrowRight.png');
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
}
@keyframes growWidth {
  0% {
    width: 0; /* 起始宽度 */
  }
  100% {
    width: 100%; /* 结束宽度（父容器的100%） */
  }
}

/* 首页轮播 end */

/* 首页 品牌介绍 start */
.indexDes {
  padding: 110px 0 0px;
  background-color: #fff;
  overflow-x: hidden;
}
.indexDes ul {
  margin-top: 130px;
}
.indexDes .hTitle {
  background-image: linear-gradient(265deg, #0099FC 2%, #0056D2 100%);
  background-clip: text; 
  color: transparent;
}
.indexDes .titleWrap {
  flex: 1;
  color: #333333;
}
.indexDes .img {
  width: 520px;
  flex: 0 0 520px;
  border-radius: 6px;
  margin-top: 34px;
}
.indexDesTitleImg {
  display: inline-block;
  width: 260px;
  vertical-align: bottom;
  transform: translateY(5px);
}
.indexDes .indexDesLi {
  margin-top: 130px;
}
.indexDes .indexDesAniLeft {
  /* 初始位置：屏幕外左侧 */
  transform: translateX(-10%);
  transition: transform 0.5s ease-out;
}
.indexDes .indexDesAniRight {
  /* 初始位置：屏幕外右侧 */
  transform: translateX(10%);
  /* 动画效果 */
  transition: transform 0.5s ease-out;
}
.indexDes .indexDesAni {
  transform: translateX(0); /* 滑回原位 */
}
/* 首页 品牌介绍 end */

/* AI革新科研范式start */
  
  .aiTitle {
    padding: 210px 0 96px;
  }
  .aiLiWrap {
    max-width: 450px;
    min-height: 568px;
    padding: 50px 30px;
    box-sizing: border-box;
    color:#333333;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .aiLiWrap:nth-child(1) {
    background: url('../images/index/aiBg1.png') no-repeat;
    background-size: 100% 100%;
  }
  .aiLiWrap:nth-child(2) {
    background: url('../images/index/aiBg2.png') no-repeat;
    background-size: 100% 100%;
    margin-left: -10px;
  }
  .aiLiWrap:nth-child(3) {
    background: url('../images/index/aiBg3.png') no-repeat;
    background-size: 100% 100%;
    margin-left: -10px;
  }
  .aiLiWrapTitle::before{
    display: block;
    content:'';
    width: 40px;
    height: 2px;
    background: #246DFA;
    margin-bottom: 15px;
  }
  .aiLiWrapActive {
    /* width: 500px;
    min-width: 500px; */
    transform: scaleX(1.05);
    position: relative;
  }
  .aiLiWrapMove {
    background: #246DFA;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: -100%;
    padding: 50px 30px;
    box-sizing: border-box;
    color:#fff;
  }
  .aiLiWrapMove .aiLiWrapTitle::before{
    display: block;
    content:'';
    width: 40px;
    height: 2px;
    background: #fff;
    margin-bottom: 15px;
  }
  .aiLiWrapMoveUp {
    animation: riseUp .5s ease-out; /* 应用动画 */
    bottom: 0px;
  }
  .aiLiWrapMoveDown {
    animation: riseDown .5s ease-out; /* 应用动画 */
    bottom: -100%; 
  }
  .aiActiveImg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70%;
  }
  /* 定义动画 */
  @keyframes riseUp {
    0% {
      bottom: -100%; /* 从底部开始 */
    }
    100% {
      bottom: 0px; /* 移动到原始位置 */
    }
  }

  @keyframes riseDown {
    0% {
      bottom: 0px; /* 从底部开始 */
    }
    100% {
      bottom: -568px; /* 移动到原始位置 */
    }
  }
/* AI革新科研范式end */


/* 产品介绍 start */
.indexAd {
  background-color: #1C2025;
  color:#fff;
  margin-top: 130px;
}
.indexAdLeft {
  overflow-x: hidden;
  width: 300px;
  flex: 0 0 300px;
}
.indexAdRight {
  flex: 1;
  max-width: 800px;
}
.indexAdNav {
  cursor: pointer;
}
.indexAdNavTitle {
  position: relative;
  font-style: italic;
}

.indexAdNavTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -24px;
  height: 100%;
  width: 6px;
  background: #246DFA;
  transition: ease all 0.3s;
}
.indexAdNavRight {
  transition: ease all 0.3s;
  animation: turnRight .5s ease-out; /* 应用动画 */
  transform: translateX(24px);
  opacity: 1;
}
.indexAdNav .img {
  opacity: 0;
}
.indexAdNavRight .img {
  opacity: 1;
}
.indexAdNavLeft {
  transition: ease all 0.3s;
  animation: turnLeft .5s ease-out; /* 应用动画 */
  opacity: 0.7;
}
.indexAdNavLeft .img {
  opacity: 0;
}
.indexAdWrap-item {
  display: inline-block;
  position: relative;
  width: 49.5%;
}
.indexAdWrap-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
}
.indexAdWrap .indexAdWrap-img {
  position: absolute;
  display: none;
  width: 100px;
  bottom: 20px;
  right: 20px;
}
.indexAdWrap-item:hover .indexAdWrap-img {
  display: block;
}
@keyframes turnRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(24px);
  }
}
@keyframes turnLeft {
  0% {
    transform: translateX(24px);
  }
  100% {
    transform: translateX(0px);
  }
}

.indexAdWrap img {
  display: inline-block;
  width: 100%;
}

.indexAdNav-moille {
  display: none;
}
.indexAI-line {
  transform: translate(-70px, -30px);
}

.indexAI .swiper-container {
  display: none;
}
/* 产品介绍 end */

/* 新闻 start */

.indexNew {
  padding: 160px 0 70px;
}


.indexNewLi {
  /* flex: 0 0 446px; */
  flex:1;
  max-width: 446px;
  height: 444px;
  background: #FBFBFB;
  border-radius: 10px;
  position: relative;

}
.indexNewLiWrap {
  height: 100%;
  overflow-y: auto;
}
.indexNewLi img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.indexNewLiTag {
  width: 120px;
  line-height: 40px;
  opacity: 0.6;
  background: #000000;
  border-radius: 10px 0 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top:0px;
  left: 0px;
}
.indexNewBtn {
  display: inline-block;
  width: 200px;
  line-height: 60px;
  background: #FFFFFF;
  border: 1px solid #494949;
  border-radius: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin: 50px 25px 0;
}

/* 新闻 end */

/* pc端样式 */
@media screen and (min-width: 960px) {
  
}

/* 移动端样式 */
@media screen and (max-width: 960px) {
  /*#carouselExampleInterval {*/
  /*  display: none !important;*/
  /*}*/
  /*#carouselMobile {*/
  /*  display: block;*/
  /*}*/
  .indexDes {
    padding-top: 6.667rem;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  #indexDesWrap1 {
    justify-content: center;
  }
  .indexDes ul {
    margin-top: 8rem;
  }
  .indexDes .indexDesAniLeft {
    transform: translateX(0px);
  }
  .indexDes .titleWrap > div {
    font-size: 3.2rem;
    text-align: justify;
    /*line-height: 5.6rem;*/
  }
  .indexDes .indexDesAniRight {
    transform: translateX(0px);
  }
  .indexDes .img {
    width: 100%;
    flex: 0 0 100%;
    margin: 5.333rem 0 0 ;
  }
  .indexDesTitleImg {
    width: 34.667rem;
    transform: translateY(1px);
  }
  .indexDes .indexDesLi {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
  #indexDesWrap2 .titleWrap {
    padding-top: 6.667rem;
  }
  .aiTitle {
    padding: 10.667rem 0;
  }
  .indexAIWrap {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
  }
  .indexAIWrap::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge */
  }
  .indexAI-line {
    transform: translate(-11rem, -4rem);
    width: 14rem;
  }
  .aiLiWrap {
    max-width: 60rem;
    min-height: 81rem;
    padding: 6.667rem 4rem;
    flex: 0 0 60rem;
  }
  .indexAIWrap {
    display: none;
  }
  /* 移动端 */
  .indexAI .swiper-container {
    display: block;
    width: 100%;
    height: 87rem;
    padding-bottom: 30px;
  }
  .indexAI .swiper-slide {
    text-align: center;
    background: #ddd;
    height: 100%;
  }

  .indexAI .swiper-slide .aiLiWrapMove {
    bottom: 0px;
    padding: 6.667rem 4rem;
    text-align: left;
  }

  /* .aiActiveImg {
    width: 51.467rem;
  } */

  .indexAd {
    margin-top: 10.667rem;
    padding: 8rem 0 13.333rem;
  }
  .indexAd-wrap {
    flex-wrap: wrap;
  }
  .indexAdLeft {
    flex:1;
    display: none;
  }
  .indexAdRight {
    flex:1;
    max-width: 100%;
  }
  .indexA {
    margin-left: 0px;
    margin-right: 0px;
  }
  .indexAdWrap-title {
    bottom: 2.667rem;
    left: 2.667rem;
    font-size: 3.733rem;
  }
  .indexAdNav-moille {
    position: relative;
    padding-left: 4rem;
  }
  .indexAdNavTitle::before {
    left: -4rem;
  }
  .indexAdWrap .indexAdWrap-img {
    width: 13rem;
    bottom: 2.667rem;
    right: 2.667rem;
  }
  .indexAdWrap-item:hover .indexAdWrap-img {
    display: none;
  }
  .indexAdWrap2 {
    display: block !important;
    margin-top: 6.667rem;
  }
  .indexAdNav-moille {
    display: block;
    animation: none;
    transform: translateX(0px);
  }
  .indexNew {
    padding: 5.333rem 0;
  }
  .indexNewLi:nth-child(1), .indexNewLi:nth-child(2) {
    display: none;
  }
  .indexNewLiTag {
    display: none;
  }
  .indexNewBtns {
    display: none;
  }
  .indexNewLi-title {
    font-size: 3.733rem;
  }
  .indexNewLi-time {
    font-size: 3.2rem;
  }
  .indexNewLi {
    height: 93.333rem;
    padding: 2rem 0 !important;
    max-width: 100%;
  }
}
