.banner {
  z-index: 1;
  width: 100%;
}
.banner .bannerSwiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .bacImg {
  width: 100%;
  height: 864px;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .bacImg i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .bacImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .textImg {
  transform: translateY(150px);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .textImg .w1400 {
  height: 100%;
}
.banner .swiper-slide .textImg i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide.swiper-slide-active .bacImg i {
  transform: scale(1.05);
  transition: all 5s 0.7s;
}
.banner .swiper-slide.swiper-slide-active .textImg {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s 0.5s;
}
.banner .rightMode {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 3;
  width: 100%;
}
.banner .rightMode .w1400 {
  display: flex;
  align-items: center;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  position: relative;
  top: auto;
  bottom: auto;
  margin: 0;
  width: 46px;
  height: 46px;
}
.banner .swiper-button-prev {
  left: auto;
  background: url(../images/icon/i2.png) center no-repeat;
}
.banner .swiper-button-next {
  right: auto;
  background: url(../images/icon/i3.png) center no-repeat;
}
.banner .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  width: auto;
}
.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  display: block;
  margin: 0 10px;
  width: 2px;
  height: 9px;
  background: #ffffff;
  border-radius: 0;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  height: 16px;
}
.banner .swiper-pagination span:nth-child(1) {
  display: block !important;
}
.scrollMainBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
  width: 18px;
  height: 28px;
  background: url(../images/icon/i4.png) top center no-repeat;
  background-size: 100%;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: scrolls;
}
@keyframes scrolls {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.ind01 {
  padding-top: 100px;
  background: url(../images/index/ind01_bac1.png) left bottom no-repeat;
  background-size: 100% auto;
}
.ind01 .list {
  display: flex;
  justify-content: space-between;
}
.ind01 .list .mode {
  position: relative;
  margin-right: 0.7%;
  width: 15.4%;
  height: 600px;
}
.ind01 .list .mode::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 464px;
  background: #fff3ee;
  border-radius: 10px;
  content: " ";
}
.ind01 .list .mode:last-child {
  margin-right: 0;
}
.ind01 .list .mode .bor {
  padding: 50px 0 0;
}
.ind01 .list .mode .top {
  position: relative;
  z-index: 2;
  margin: 0 10px 30px;
  line-height: 30px;
  text-align: center;
}
.ind01 .list .mode .top b {
  font-size: 20px;
  color: #ea5503;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .list .mode .top p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .list .mode .top .more {
  transition: all 0.5s;
  opacity: 0;
}
.ind01 .list .mode .next {
  transition: all 0.5s;
  position: relative;
  height: 263px;
}
.ind01 .list .mode .next .pic {
  position: absolute;
  left: 30%;
  top: 0;
  width: 70%;
  height: 100%;
}
.ind01 .list .mode .next .pic i {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.ind01 .list .mode.cur {
  width: 35.6%;
}
.ind01 .list .mode.cur::before {
  background: url(../images/index/ind01_bac2.png) center no-repeat;
  background-size: cover;
}
.ind01 .list .mode.cur .top b,
.ind01 .list .mode.cur .top p {
  color: #fff;
}
.ind01 .list .mode.cur .top .more {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .list .mode.cur .next {
  transition: all 0.5s;
  height: 380px;
}
.ind01 .list .mode.cur .next .pic {
  left: 10%;
  top: 20px;
  width: 80%;
  height: 100%;
}
.ind01 .list .mode.cur .next .pic i {
  background-position: center top;
  background-size: contain;
}
.ind02 {
  margin-bottom: 90px;
  padding: 80px 0 10px;
  background: url(../images/index/ind02_bac1.png) right bottom no-repeat;
  background-size: 46% auto;
}
.ind02 .next {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind02 .next .pic {
  width: 47%;
  height: 488px;
  border-radius: 10px;
  overflow: hidden;
}
.ind02 .next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind02 .next .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind02 .next .right {
  width: 48.5%;
}
.ind02 .next .right b {
  margin-bottom: 25px;
  font-size: 28px;
  color: #ea5503;
  font-weight: bold;
}
.ind02 .next .right span {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.ind02 .next .right .text {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
