.banner {
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* .sum {
        position: absolute;
        right: 136px;
        bottom: 7px;
        z-index: 10;
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 34px;
        color: #fff;
        font-family: Arial;
        letter-spacing: 3px;
        .lie{
            margin: 0 10px;
            width: 98px;
            height: 2px;
            background: rgba(255,255,255,1);
            overflow: hidden;
            em{
                width: 0;
                height: 100%;
                background: #ba1912;
                animation-duration: 6s;
                animation-fill-mode: both;
                animation-timing-function: ease-out;
                animation-iteration-count: infinite;
                animation-name: lieWidth;
            }
        }
        .i1 {
            width: 40px;
            font-size: 30px;
            font-weight: bold;
        }
    }
    .swiper-slide-active .lie_em{
        transition-delay:0.8s;
        opacity: 1;
        em{
            transition: all 6s 0.7s;
            width: 98px;
        }
    } */
}
.banner .bannerSwiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .bacImg {
  width: 100%;
  height: 100vh;
  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 .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.banner .swiper-slide .textImg i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .mobile {
  display: none;
}
.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: 10%;
  z-index: 3;
  width: 100%;
}
.banner .rightMode .w1400 {
  position: relative;
  height: 50px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  top: initial;
  bottom: 0;
  width: 46px;
  height: 46px;
  border: #fff 1px solid;
  border-radius: 100%;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  transition: all 0.5s;
  border: #ba1912 1px solid;
  background-color: #ba1912;
}
.banner .swiper-button-prev {
  left: initial;
  right: 65px;
  background: url(../images/icon/i4.png) center no-repeat;
}
.banner .swiper-button-next {
  right: 0;
  background: url(../images/icon/i3.png) center no-repeat;
}
.banner .swiper-pagination {
  position: absolute;
  left: auto;
  right: 136px;
  top: auto;
  bottom: 7px;
  z-index: 10;
  display: flex;
  align-items: center;
  width: auto;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: Arial;
  letter-spacing: 3px;
}
.banner .swiper-pagination .current {
  font-size: 30px;
}
.banner .swiper-pagination div {
  margin: 0 10px;
  width: 98px;
  height: 2px;
  background: #ffffff;
  overflow: hidden;
}
.banner .swiper-pagination div i {
  width: 0;
  height: 100%;
  background: #ba1912;
  animation-duration: 6s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: lieWidth;
}
.scrollMainBox {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i2.png) top center no-repeat;
  background-size: 20px auto;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: scrolls;
}
@keyframes lieWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrolls {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media (max-width: 1200px) {
  .banner .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-slide .mobile {
    display: block;
  }
  .banner .rightMode,
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .scrollMainBox {
    bottom: 6.7%;
    padding-top: 1.8rem;
    font-size: 0.48rem;
    background-image: url(../images/mobile/icon/mi3.png);
    background-size: 0.58rem auto;
  }
}
.ind01 {
  padding: 90px 0 120px;
}
.ind01 .next {
  margin-top: 60px;
}
.ind01 .next .left {
  width: 49.28%;
}
.ind01 .next .left .mySwiper .swiper-slide {
  transition: all 0.5s;
  opacity: 0;
}
.ind01 .next .left .mySwiper .bigPic {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.ind01 .next .left .mySwiper .bigPic::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind01_bac.png) bottom center no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind01 .next .left .mySwiper .bigPic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .next .left .mySwiper .bigPic p {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 3%;
  bottom: 20px;
  z-index: 3;
  width: 85%;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .next .left .mySwiper .bigPic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind01 .next .left .mySwiper .swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .next .left .mySwiper .swiper-slide-active a p {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .next .left .swiper-pagination {
  left: 66%;
  bottom: 20px;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
}
.ind01 .next .left .swiper-pagination .s1 {
  font-weight: bold;
  color: #ba1912;
  font-size: 24px;
}
.ind01 .next .left .swiper-button-next,
.ind01 .next .left .swiper-button-prev {
  opacity: 0;
  width: 40px;
  transition: all 0.5s;
  height: 80px;
}
.ind01 .next .left .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon_63.png) center no-repeat;
}
.ind01 .next .left .swiper-button-prev:hover {
  background: url(../images/icon/icon_63s.png) center no-repeat;
}
.ind01 .next .left .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon_64.png) center no-repeat;
}
.ind01 .next .left .swiper-button-next:hover {
  background: url(../images/icon/icon_64s.png) center no-repeat;
}
.ind01 .next .left:hover .swiper-button-next,
.ind01 .next .left:hover .swiper-button-prev {
  opacity: 1;
}
.ind01 .next .right {
  width: 47.42%;
}
.ind01 .next .right .titleO {
  border-bottom: #dcdcdc 1px solid;
}
.ind01 .next .right .titleO .tita,
.ind01 .next .right .titleO b {
  position: relative;
  float: left;
  margin-right: 40px;
  padding-bottom: 28px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.ind01 .next .right .titleO .tita::before,
.ind01 .next .right .titleO b::before {
  transition: all 0.8s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #da251d;
  content: " ";
}
.ind01 .next .right .titleO .tita.cur,
.ind01 .next .right .titleO b.cur,
.ind01 .next .right .titleO .tita:hover,
.ind01 .next .right .titleO b:hover {
  color: #ba1912;
}
.ind01 .next .right .titleO .tita.cur::before,
.ind01 .next .right .titleO b.cur::before,
.ind01 .next .right .titleO .tita:hover::before,
.ind01 .next .right .titleO b:hover::before {
  transition: all 0.8s;
  width: 100%;
}
.ind01 .next .right ul {
  margin-top: 20px;
}
.ind01 .next .right ul a {
  line-height: 45px;
  font-size: 18px;
  color: #333;
}
.ind01 .next .right ul a p {
  float: left;
  max-width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .next .right ul a i {
  float: right;
  color: #999;
}
.ind01 .next .right ul a:hover p {
  color: #ba1912;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 1.8rem 0 1.7rem;
  }
  .ind01 .next {
    margin-top: 0.96rem;
  }
  .ind01 .next .left {
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .ind01 .next .left .mySwiper .bigPic {
    height: 7.65rem;
  }
  .ind01 .next .left .mySwiper .bigPic p {
    left: 0.4rem;
    bottom: 0.4rem;
    width: 85%;
    line-height: 1;
    font-size: 0.6rem;
  }
  .ind01 .next .left .swiper-pagination {
    left: calc(100% - 2.3rem - 0.4rem);
    bottom: 0.4rem;
    width: 2.3rem;
    font-size: 0.4rem;
    line-height: 0.52rem;
    letter-spacing: 2px;
  }
  .ind01 .next .left .swiper-pagination .s1 {
    font-size: 0.69rem;
  }
  .ind01 .next .left .swiper-button-next,
  .ind01 .next .left .swiper-button-prev {
    display: none;
  }
  .ind01 .next .right {
    width: 100%;
  }
  .ind01 .next .right .titleO .tita,
  .ind01 .next .right .titleO b {
    margin-right: 0.72rem;
    padding-bottom: 0.52rem;
    font-size: 0.66rem;
  }
  .ind01 .next .right .titleO .tita::before,
  .ind01 .next .right .titleO b::before {
    height: 3px;
  }
  .ind01 .next .right ul {
    margin-top: 0.6rem;
  }
  .ind01 .next .right ul a {
    line-height: 1.1rem;
    font-size: 0.6rem;
  }
  .ind01 .next .right ul a p {
    max-width: calc(100% - 3.4rem);
  }
}
.ind02 {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
}
.ind02 .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind02 .bac i {
  transition: all 5s 0.2s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind02:hover .bac i {
  transition: all 5s 0.2s;
  transform: scale(1.05);
}
.ind02 .w1400 {
  position: relative;
  z-index: 2;
}
.ind02 .right {
  position: relative;
  margin-top: 80px;
  width: 100%;
}
.ind02 .right a {
  transition: all 0.5s;
  position: relative;
  float: left;
  margin: 0 2.4% 86px 0;
  width: 23.2%;
  background: rgba(255, 255, 255, 0.8);
}
.ind02 .right a::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #ba1912;
  content: "";
}
.ind02 .right a:nth-child(2n) {
  margin-top: 40px;
}
.ind02 .right a .bor {
  padding: 40px 6% 20px;
  text-align: center;
}
.ind02 .right a .icon {
  margin: 0 auto 25px;
  width: 64px;
  height: 64px;
  background: url(../images/icon/i10.png) center no-repeat;
  background-size: 100% auto;
}
.ind02 .right a .icon img {
  transition: all 0.5s;
  transform: rotateY(0deg);
  width: 100%;
  height: 100%;
}
.ind02 .right a b {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.ind02 .right a .text {
  min-height: 104px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.ind02 .right a .text em {
  display: inline;
  font-weight: bold;
}
.ind02 .right a:hover::after,
.ind02 .right a.swiper-slide-active::after {
  transition: all 0.5s;
  opacity: 1;
}
.ind02 .right a:hover::before,
.ind02 .right a.swiper-slide-active::before {
  transition: all 0.5s;
  width: 100%;
}
.ind02 .right a:hover .icon img,
.ind02 .right a.swiper-slide-active .icon img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind02 .right a:hover b,
.ind02 .right a.swiper-slide-active b {
  color: #ba1912;
}
.ind02 .right .swiper-button-next,
.ind02 .right .swiper-button-prev {
  transition: all 0.5s;
  top: initial;
  bottom: 0;
  width: 46px;
  height: 46px;
  border: #fff 1px solid;
  border-radius: 100%;
}
.ind02 .right .swiper-button-next:hover,
.ind02 .right .swiper-button-prev:hover {
  transition: all 0.5s;
  border: #ba1912 1px solid;
  background-color: #ba1912;
}
.ind02 .right .swiper-button-prev {
  left: initial;
  right: 65px;
  background: url(../images/icon/i4.png) center no-repeat;
}
.ind02 .right .swiper-button-next {
  right: 0;
  background: url(../images/icon/i3.png) center no-repeat;
}
.ind02 .right .swiper-pagination {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 7px;
  z-index: 10;
  display: flex;
  align-items: center;
  width: auto;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: Arial;
  letter-spacing: 3px;
}
.ind02 .right .swiper-pagination .current {
  font-size: 30px;
}
.ind02 .right .swiper-pagination div {
  margin: 0 10px;
  width: 98px;
  height: 2px;
  background: #ffffff;
  overflow: hidden;
}
.ind02 .right .swiper-pagination div i {
  width: 0;
  height: 100%;
  background: #ba1912;
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: lieWidth;
}
.scrollmagic-pin-spacer .ind02 .next {
  visibility: visible !important;
}
@media (max-width: 1200px) {
  .ind02 {
    padding: 1.6rem 0 1.9rem;
  }
  .ind02 .right {
    margin-top: 1.4rem;
  }
  .ind02 .right a {
    margin: 0 4% 2.4rem 0;
    width: 48%;
  }
  .ind02 .right a::before {
    height: 2px;
  }
  .ind02 .right a:nth-child(2n) {
    margin-top: 0.8rem;
  }
  .ind02 .right a .bor {
    padding: 0.9rem 0.4rem;
  }
  .ind02 .right a .icon {
    margin-bottom: 0.3rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .ind02 .right a b {
    margin-bottom: 0.3rem;
    font-size: 0.56rem;
  }
  .ind02 .right a .text {
    min-height: 2.8rem;
    font-size: 0.48rem;
    line-height: 0.7rem;
  }
  .ind02 .right a:hover .icon img {
    transform: rotateY(0deg);
  }
  .ind02 .right .swiper-button-next,
  .ind02 .right .swiper-button-prev {
    width: 1.2rem;
    height: 1.2rem;
  }
  .ind02 .right .swiper-button-prev {
    right: 1.8rem;
    background-size: 0.7rem auto;
  }
  .ind02 .right .swiper-button-next {
    background-size: 0.7rem auto;
  }
  .ind02 .right .swiper-pagination {
    bottom: 0rem;
    font-size: 0.56rem;
    line-height: 1.2rem;
  }
  .ind02 .right .swiper-pagination .current {
    font-size: 0.8rem;
  }
  .ind02 .right .swiper-pagination div {
    margin: 0 0.2rem;
    width: 3rem;
  }
}
.ind03 {
  padding: 90px 0 110px;
  background: url(../images/index/ind03_bac.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.ind03 .title_01 {
  margin-bottom: 60px;
}
.ind03 .pic {
  animation-delay: 0.1s;
  position: relative;
  float: left;
  width: 52%;
  height: 558px;
  background: #fff;
}
.ind03 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind03 .next {
  animation-delay: 0.2s;
  position: relative;
  float: left;
  margin: 36px 0 0 -5.57%;
  width: 53.57%;
  height: 580px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ind03 .next .bor {
  padding: 54px 10% 0;
}
.ind03 .next .bor .list {
  margin-bottom: 40px;
}
.ind03 .next .bor .list .t {
  margin-bottom: 16px;
  line-height: 31px;
}
.ind03 .next .bor .list .t b {
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ind03 .next .bor .list .text a {
  line-height: 40px;
  font-size: 18px;
}
.ind03 .next .bor .list .text a b {
  float: left;
  width: calc(100% - 130px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind03 .next .bor .list .text a p {
  float: right;
  color: #999;
}
.ind03 .next .bor .list .text a:hover b {
  color: #ba1912;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 1.8rem 0 1.9rem;
    background-image: url(../images/mobile/index/ind03_bac.jpg);
  }
  .ind03 .title_01 {
    margin-bottom: 0.9rem;
  }
  .ind03 .pic {
    width: 96%;
    height: 9.4rem;
  }
  .ind03 .pic:hover i {
    transform: scale(1);
  }
  .ind03 .next {
    margin: -1.25rem 0 0 10%;
    width: 90%;
    height: auto;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .ind03 .next .bor {
    padding: 0.97rem 0.97rem 0.37rem;
  }
  .ind03 .next .bor .list {
    margin-bottom: 0.6rem;
  }
  .ind03 .next .bor .list .t {
    margin-bottom: 0.4rem;
    line-height: 0.62rem;
  }
  .ind03 .next .bor .list .t b {
    font-size: 0.6rem;
  }
  .ind03 .next .bor .list .text a {
    line-height: 0.98rem;
    font-size: 0.52rem;
  }
  .ind03 .next .bor .list .text a b {
    width: calc(100% - 2.9rem);
  }
}
.ind04 {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
}
.ind04 .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind04 .bac i {
  transition: all 1.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind04 .bac .mobile {
  display: none;
}
.ind04:hover .bac i {
  transition: all 1.5s;
  transform: scale(1.05);
}
.ind04 .next {
  position: relative;
  z-index: 2;
  float: left;
  width: 50.7%;
  color: #fff;
}
.ind04 .next .tit {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
}
.ind04 .next .text {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
}
.ind04 .next .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ind04 .next .more_01 p {
  transition: all 0.5s;
  color: #fff;
  background-image: url(../images/icon/i5s.png);
}
.ind04 .next .more_01:hover p {
  color: #fff;
}
.ind04 .next:hover .more_01 p {
  transition: all 0.5s;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .ind04 {
    padding: 6.3rem 0 0;
  }
  .ind04 .bac .pc {
    display: none;
  }
  .ind04 .bac .mobile {
    display: block;
  }
  .ind04:hover .bac i {
    transform: scale(1);
  }
  .ind04 .next {
    box-sizing: border-box;
    padding: 1rem 0.8rem;
    width: 100%;
    background: rgba(186, 25, 18, 0.7);
  }
  .ind04 .next .tit {
    margin-bottom: 0.6rem;
    font-size: 0.68rem;
  }
  .ind04 .next .text {
    margin-bottom: 0.64rem;
    font-size: 0.52rem;
    line-height: 0.82rem;
  }
  .ind04 .next .text p {
    max-height: 3.28rem;
  }
  .ind04 .next:hover .more_01 p {
    margin-left: 0;
  }
}
.ind05 {
  padding: 90px 0;
}
.ind05 .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind05 .picMarquee-left {
  position: relative;
  width: calc(100% - 180px);
  overflow: hidden;
}
.ind05 .picMarquee-left .bd .tempWrap {
  width: 100% !important;
}
.ind05 .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.ind05 .picMarquee-left .bd li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
.ind05 .picMarquee-left .bd li a {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: calc(100% - 20px);
  height: 96px;
}
.ind05 .picMarquee-left .bd li a img {
  max-width: 80%;
  max-height: 90%;
}
.ind05 .picMarquee-left .bd li:hover a {
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 1.9rem 0;
  }
  .ind05 .w1400 {
    display: block;
  }
  .ind05 .picMarquee-left {
    margin-top: 0.8rem;
    width: 100%;
  }
  .ind05 .picMarquee-left .bd li {
    width: 50%;
  }
  .ind05 .picMarquee-left .bd li a {
    margin: 0.1rem 0.3rem;
    width: calc(100% - 0.6rem);
    height: 2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .ind05 .picMarquee-left .bd li:hover a {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  position: relative;
}
