/* .section{
    position: relative;
    height: 100vh;
} */
.pos_mode {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  width: 100%;
}
.title {
  margin-bottom: 3.8vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title .tit i {
  margin-bottom: 1.9vh;
  font-size: 20px;
  color: #f49910;
  font-weight: bold;
}
.title .tit em {
  line-height: 54px;
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.title.white .tit i,
.title.white .tit em {
  color: #fff;
}
.title.titleCen {
  justify-content: center;
}
.title.titleCen .tit {
  text-align: center;
}
.fullpage-wrapper {
  z-index: 2;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  height: 100vh;
  overflow: hidden;
}
.menu {
  transition: all 0.5s;
  position: fixed;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.menu li {
  margin-bottom: 20px;
}
.menu li:first-child,
.menu li:last-child {
  opacity: 0;
}
.menu li.active a .icon i {
  transition: all 0.5s;
  transform: scale(0);
}
.menu li.active a .icon em {
  transition: all 0.5s;
  transform: scale(1);
}
.menu li.active a p {
  transition: all 0.5s;
  height: 20px;
}
.menu a {
  display: flex;
}
.menu a .icon {
  position: relative;
  z-index: 2;
  margin-right: 15px;
  width: 14px;
  height: 16px;
}
.menu a .icon i {
  transition: all 0.5s;
  transform: scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #b8b8b8;
}
.menu a .icon em {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i19.png) center no-repeat;
  background-size: 100% auto;
}
.menu a p {
  transition: all 0.5s;
  height: 0px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}
.menu.white a .icon i {
  background-color: #fff;
}
.menu.white a .icon em {
  background-image: url(../images/icon/i19s.png);
}
.menu.white a p {
  color: #fff;
}
.menu:has(.menuPage1.active),
.menu:has(.menuPage6.active) {
  transition: all 0.5s;
  z-index: -1;
}
@media (max-width: 1440px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pos_mode {
    margin-top: 1.3rem;
  }
  .title {
    margin-bottom: 3.6vh;
  }
  .title .tit .flex {
    display: flex;
  }
  .title .tit i {
    margin-bottom: 0.4rem;
    font-size: 0.58rem;
  }
  .title .tit em {
    line-height: 1rem;
    font-size: 0.7rem;
  }
}
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner .swiper-slide .pc,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .pc i,
.banner .swiper-slide .mobile i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .pc img,
.banner .swiper-slide .mobile img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .bac {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .text1,
.banner .swiper-slide .text2 {
  margin-top: -50px;
  line-height: 76px;
  color: #333;
  font-family: "sourcehansanscn-regular";
  letter-spacing: 2px;
}
.banner .swiper-slide .text1 .tit1 {
  font-size: 40px;
  font-weight: bold;
}
.banner .swiper-slide .text1 .tit1 span {
  display: inline-block;
  opacity: 0;
}
.banner .swiper-slide .text1 .tit2 {
  display: flex;
  font-size: 60px;
}
.banner .swiper-slide .text1 .tit2 i {
  font-weight: bold;
}
.banner .swiper-slide .text1 .tit2 i span {
  display: inline-block;
  opacity: 0;
}
.banner .swiper-slide .text1 .tit2 .i2 {
  color: #34a544;
  font-weight: bold;
}
.banner .swiper-slide .text1 .tit2 .i3 {
  color: #325cac;
  font-weight: bold;
}
.banner .swiper-slide .text1 .lie {
  display: inline-block;
  opacity: 0;
  margin-top: 50px;
  width: 70px;
  height: 5px;
  height: 0px;
  background-color: #fff;
}
.banner .swiper-slide .text1.white {
  color: #fff;
}
.banner .swiper-slide .text1.white .tit2 .i2,
.banner .swiper-slide .text1.white .tit2 .i3 {
  color: #fff;
}
.banner .swiper-slide .text2 {
  text-align: center;
  color: #fff;
}
.banner .swiper-slide .text2 .tit1 {
  font-weight: bold;
  font-size: 40px;
}
.banner .swiper-slide .text2 .tit1 span {
  display: inline-block;
  opacity: 0;
}
.banner .swiper-slide .text2 .tit2 {
  justify-content: center;
  display: flex;
  font-size: 60px;
}
.banner .swiper-slide .text2 .tit2 i {
  font-weight: bold;
}
.banner .swiper-slide .text2 .tit2 i span {
  display: inline-block;
  opacity: 0;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(1) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(4) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(1) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(2) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(2) span:nth-child(1) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(2) span:nth-child(2) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(2) span:nth-child(3) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(2) span:nth-child(4) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(3) span:nth-child(1) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(4) span:nth-child(1) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(4) span:nth-child(2) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(4) span:nth-child(3) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(4) span:nth-child(4) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.banner .swiper-slide.swiper-slide-active .text1 .lie {
  animation: fadeInLeftSingle 0.5s ease-out 1.8s forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out 1.8s forwards;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit1 span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit1 span:nth-child(1) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit1 span:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit1 span:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit1 span:nth-child(4) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(1) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(2) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(3) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(4) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(7) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(8) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(9) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.banner .swiper-slide.swiper-slide-active .text2 .tit2 i span:nth-child(10) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.banner .swiper-slide.swiper-slide-active .bacImg {
  animation-name: scaleBanner;
  animation-duration: 5s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
.banner .posBox {
  position: absolute;
  left: 50%;
  bottom: 4.5vh;
  transform: translateX(-50%);
  z-index: 10;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  transition: all 0.5s;
}
.banner .swiper-button-prev {
  left: 100px;
  background-image: url(../images/icon/i3.png);
}
.banner .swiper-button-prev::before {
  display: none;
}
.banner .swiper-button-next {
  right: auto;
  left: 140px;
  background-image: url(../images/icon/i4.png);
}
.banner .swiper-pagination {
  display: none;
  flex-wrap: wrap;
  justify-content: end;
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: -2px;
  width: 100%;
}
.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  margin: 12px 0 12px 15px !important;
  width: 13px;
  height: 2px;
  border-radius: 0;
  background: #fff;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  margin-left: 4px !important;
  width: 24px;
}
.banner .sum {
  display: flex;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
.banner .sum i {
  padding-top: 10px;
  font-weight: bold;
  font-family: "DINPro";
}
.banner .sum .i1 {
  padding-top: 0;
  font-size: 28px;
}
.scroll {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 36px;
}
.scroll div {
  position: relative;
  width: 2px;
  height: 50px;
  background-color: #fefefe;
  overflow: hidden;
}
.scroll div.d {
  height: 30px;
}
.scroll div.d i {
  animation: scroll-icon2 4s ease-in-out infinite;
}
.scroll div i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f49910;
  animation: scroll-icon1 4s ease-in-out infinite;
}
@keyframes scaleBanner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@keyframes scrolls {
  from {
    bottom: 4.5vh;
  }
  50% {
    bottom: 6.5vh;
  }
  100% {
    bottom: 4.5vh;
  }
}
@keyframes scroll-icon1 {
  0% {
    top: -70px;
    opacity: 0;
  }
  0.1% {
    top: -70px;
    opacity: 1;
  }
  99.9% {
    top: 70px;
    opacity: 1;
  }
  100% {
    top: 70px;
    opacity: 0;
  }
}
@keyframes scroll-icon2 {
  0% {
    top: -90px;
    opacity: 0;
  }
  0.1% {
    top: -90px;
    opacity: 1;
  }
  99.9% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
@keyframes scroll-icon3 {
  0% {
    top: -1.4rem;
    opacity: 0;
  }
  0.1% {
    top: -1.4rem;
    opacity: 1;
  }
  99.9% {
    top: 1.4rem;
    opacity: 1;
  }
  100% {
    top: 1.4rem;
    opacity: 0;
  }
}
@keyframes scroll-icon4 {
  0% {
    top: -1.8rem;
    opacity: 0;
  }
  0.1% {
    top: -1.8rem;
    opacity: 1;
  }
  99.9% {
    top: 1rem;
    opacity: 1;
  }
  100% {
    top: 1rem;
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .banner .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-slide .mobile {
    display: block;
  }
  .banner .swiper-slide .bac {
    align-content: start;
    top: 19.6%;
    height: auto;
  }
  .banner .swiper-slide .text1,
  .banner .swiper-slide .text2 {
    margin-top: 0;
    line-height: 1.8rem;
  }
  .banner .swiper-slide .text1 .tit1,
  .banner .swiper-slide .text2 .tit1 {
    font-size: 0.93rem;
  }
  .banner .swiper-slide .text1 .tit2,
  .banner .swiper-slide .text2 .tit2 {
    font-size: 1.1rem;
  }
  .banner .swiper-slide .text1 .lie,
  .banner .swiper-slide .text2 .lie {
    margin-top: 0.5rem;
    width: 1.34rem;
    height: 0.1rem;
  }
  .banner .swiper-slide .text2 {
    top: 30%;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
    width: 46px;
    height: 46px;
    background-size: 16px auto;
  }
  .banner .swiper-pagination {
    right: 4%;
    bottom: 5.8vh;
    width: 30%;
  }
  .banner .swiper-pagination span {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.16rem;
  }
  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.48rem;
  }
  .banner .sum {
    font-size: 0.6rem;
  }
  .banner .sum i {
    padding-top: 0.2rem;
  }
  .banner .sum .i1 {
    font-size: 0.8rem;
  }
  .scroll {
    bottom: 0.2rem;
    width: 1.2rem;
  }
  .scroll div {
    height: 1.4rem;
  }
  .scroll div.d {
    height: 1rem;
  }
  .scroll div.d i {
    animation: scroll-icon4 4s ease-in-out infinite;
  }
  .scroll div i {
    height: 1.4rem;
    animation: scroll-icon3 4s ease-in-out infinite;
  }
}
.ind01 {
  background: url(../images/index/ind01_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind01 .swiper-slide {
  margin-right: 3.6%;
  width: 75.3%;
  padding-top: 34%;
  border-radius: 20px;
  overflow: hidden;
}
.ind01 .swiper-slide .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind01 .swiper-slide .pic i {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.ind01 .swiper-slide .pos {
  opacity: 0;
  margin-top: 100px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42%;
  color: #fff;
}
.ind01 .swiper-slide .pos .icon {
  margin-bottom: 20px;
  height: 60px;
}
.ind01 .swiper-slide .pos .icon img {
  max-height: 100%;
}
.ind01 .swiper-slide .pos .text b {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.ind01 .swiper-slide .pos .text p {
  margin-bottom: 20px;
  max-height: 64px;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind01 .swiper-slide .pos .list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ind01 .swiper-slide .pos .list i {
  margin: 0 10px 10px 0;
  padding: 0 15px;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  background: rgba(244, 244, 244, 0.27);
  border-radius: 38px;
}
.ind01 .swiper-slide .pos .list i:last-child {
  margin-right: 0;
}
.ind01 .swiper-slide.swiper-slide-active .pos {
  transition: all 0.5s 0.3s;
  opacity: 1;
  margin-top: 0;
}
.ind01 .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.06);
}
.ind01 .posBox {
  position: absolute;
  bottom: 30px;
  right: 28%;
  z-index: 3;
}
.ind01 .posBox .bor {
  display: flex;
  justify-content: end;
}
.ind01 .posBox .bor i {
  padding-top: 12px;
  margin: 0 2px;
  font-size: 18px;
  color: #fff;
  font-family: "DINPro";
}
.ind01 .posBox .bor i.i1 {
  padding-top: 0;
  font-size: 32px;
  color: #f39910;
}
.ind01 .posBox .bor .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  width: 160px;
  height: 3px;
  background: #dcdcdc;
}
.ind01 .posBox .bor .swiper-pagination span {
  background: #f49910;
}
.ind01 .posBox .bor .swiper-button-prev,
.ind01 .posBox .bor .swiper-button-next {
  margin-top: 14px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 22px;
  height: 15px;
  cursor: pointer;
}
.ind01 .posBox .bor .swiper-button-prev {
  margin-left: 20px;
  background: url(../images/icon/i3.png) no-repeat center;
  background-size: 100% auto;
}
.ind01 .posBox .bor .swiper-button-prev:hover {
  background-image: url(../images/icon/i3s.png);
}
.ind01 .posBox .bor .swiper-button-next {
  margin-left: 17px;
  background: url(../images/icon/i4.png) no-repeat center;
  background-size: 100% auto;
}
.ind01 .posBox .bor .swiper-button-next:hover {
  background-image: url(../images/icon/i4s.png);
}
.ind01 .bot {
  margin-top: 2.6%;
  padding-top: 1%;
  border-top: #e3e3e4 1px solid;
}
.ind01 .next {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.ind01 .next .str_move {
  display: flex;
}
.ind01 .next a {
  margin-left: 80px;
  height: 50px;
}
.ind01 .next a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.ind01 .next a .pic img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .ind01 {
    background-image: url(../images/mobile/index/ind01_bac.jpg);
  }
  .ind01 .swiper {
    border-radius: 0.6rem;
    overflow: hidden;
  }
  .ind01 .swiper-slide {
    margin-right: 0;
    width: 100%;
    height: calc(100vh - 13rem);
    padding-top: 0;
    border-radius: 0;
  }
  .ind01 .swiper-slide .pos {
    margin-top: 100px;
    left: 5%;
    top: 1.2rem;
    transform: translateY(0);
    width: 90%;
  }
  .ind01 .swiper-slide .pos .icon {
    margin-bottom: 0.5rem;
    height: 2rem;
  }
  .ind01 .swiper-slide .pos .text b {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .ind01 .swiper-slide .pos .text p {
    margin-bottom: 0.8rem;
    max-height: 2rem;
    font-size: 0.5rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
  }
  .ind01 .swiper-slide .pos .list {
    margin-bottom: 1.1rem;
  }
  .ind01 .swiper-slide .pos .list i {
    margin: 0 0.4rem 0.4rem 0;
    padding: 0 0.6rem;
    line-height: 1.2rem;
    font-size: 0.48rem;
    border-radius: 1.2rem;
  }
  .ind01 .posBox {
    right: 5%;
    top: 10.1rem;
  }
  .ind01 .posBox .bor i {
    padding-top: 0.3rem;
    font-size: 0.56rem;
  }
  .ind01 .posBox .bor i.i1 {
    padding-top: 0;
    font-size: 0.9rem;
  }
  .ind01 .posBox .bor .swiper-button-prev,
  .ind01 .posBox .bor .swiper-button-next {
    display: none;
  }
  .ind01 .bot {
    margin-top: 1rem;
    padding-top: 0.7rem;
  }
  .ind01 .next {
    margin-bottom: 0.8rem;
    height: 1.2rem;
  }
  .ind01 .next a {
    margin-left: 1.2rem;
    height: 1.2rem;
  }
  .ind01 .next a .pic {
    width: 100%;
    height: 1.2rem;
  }
  .ind01 .next a .pic img {
    max-height: 60%;
  }
}
.ind02.active .pic_bac {
  transition: all 8s;
  transform: scale(1.1);
}
.ind02 .pic_bac {
  transition: all 8s;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ind02 .w1500 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind02 .title {
  display: block;
}
.ind02 .title .tit {
  margin-bottom: 50px;
}
.ind02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 53%;
  padding-top: 50px;
  max-width: 680px;
}
.ind02 .list a {
  box-sizing: border-box;
  margin: 0 0 30px 30px;
  width: calc(50% - 15px);
  height: 320px;
  padding: 40px 40px 30px;
  background-color: #fff;
  border-radius: 30px;
}
.ind02 .list a:nth-child(2n-1) {
  margin-left: 0;
  margin-top: -50px;
}
.ind02 .list a:nth-child(3),
.ind02 .list a:nth-child(4) {
  margin-bottom: 0;
}
.ind02 .list a .icon {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 20px;
  height: 54px;
}
.ind02 .list a .icon img {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.ind02 .list a .icon .img2 {
  opacity: 0;
}
.ind02 .list a span {
  transition: all 0.5s;
  margin-bottom: 20px;
  font-size: 40px;
  color: #f49910;
  font-family: "DINPro";
}
.ind02 .list a b {
  margin-bottom: 23px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind02 .list a p {
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind02 .list a .more2 {
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
}
.ind02 .list a.cur {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 6px 24px 0px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.ind02 .list a.cur .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.ind02 .list a.cur .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.ind02 .list a.cur span {
  margin-top: -38px;
}
.ind02 .list a.cur span,
.ind02 .list a.cur b,
.ind02 .list a.cur p {
  transition: all 0.5s;
  color: #fff;
}
.ind02 .list a.cur .more2 {
  transition: all 0.5s;
  margin-top: 20px;
  height: 21px;
}
@media screen and (min-width: 1200px) and (max-height: 827px) {
  .ind02 .list {
    padding-top: 35px;
    width: 47%;
  }
  .ind02 .list a {
    margin: 0 0 20px 20px;
    width: calc(50% - 10px);
    height: 280px;
    padding: 30px 30px 20px;
    border-radius: 20px;
  }
  .ind02 .list a:nth-child(2n-1) {
    margin-top: -35px;
  }
  .ind02 .list a .icon {
    margin-bottom: 10px;
    height: 40px;
  }
  .ind02 .list a span {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .ind02 .list a b {
    margin-bottom: 23px;
    font-size: 22px;
  }
  .ind02 .list a.cur span {
    margin-top: -41px;
  }
}
@media (max-width: 1200px) {
  .ind02 .w1500 {
    display: block;
  }
  .ind02 .title .tit {
    margin-bottom: 3.6vh;
  }
  .ind02 .list {
    width: 100%;
    margin-bottom: 0.9rem;
    padding-top: 0.78rem;
    max-width: 1200px;
  }
  .ind02 .list a {
    margin: 0 0 0.6rem 0.6rem;
    width: calc(50% - 0.3rem);
    height: 7.7rem;
    padding: 0.7rem 0.6rem;
    border-radius: 0.3rem;
  }
  .ind02 .list a:nth-child(2n-1) {
    margin-top: 0;
    margin-top: -0.78rem;
  }
  .ind02 .list a .icon {
    margin-bottom: 0;
    height: 1.07rem;
  }
  .ind02 .list a span {
    margin: -0.6rem 0 0.6rem;
    font-size: 0.8rem;
    line-height: 1.07rem;
  }
  .ind02 .list a b {
    margin-bottom: 0.6rem;
    font-size: 0.54rem;
  }
  .ind02 .list a p {
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.48rem;
  }
  .ind02 .list a .more2 {
    margin-top: 0.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ind02 .list a .more2 i {
    color: #f39910;
    background-image: url(../images/icon/i4s.png);
    background-size: 0.5rem auto;
  }
  .ind02 .list a.cur {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
  }
  .ind02 .list a.cur .icon .img1 {
    opacity: 1;
  }
  .ind02 .list a.cur .icon .img2 {
    opacity: 0;
  }
  .ind02 .list a.cur span {
    margin-top: -1.07rem;
    color: #f49910;
  }
  .ind02 .list a.cur b {
    color: #333;
  }
  .ind02 .list a.cur p {
    color: #666;
  }
  .ind02 .list a.cur .more2 {
    margin-top: 0.5rem;
    height: 0.7rem;
  }
}
.ind03 {
  background: url(../images/index/ind03_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind03 .next {
  position: relative;
}
.ind03 .swiper {
  width: 47%;
}
.ind03 .swiper .swiper-slide {
  padding-top: 69.3%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.ind03 .swiper .swiper-slide:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.1);
}
.ind03 .swiper .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind03 .swiper .pic::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind03_bac2.png) left bottom no-repeat;
  background-size: 100% auto;
  content: '';
}
.ind03 .swiper .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .swiper .pos {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: end;
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  color: #fff;
}
.ind03 .swiper .pos .time {
  transition: all 0.5s;
  padding: 12px 15px;
  line-height: 24px;
  border-radius: 10px;
  font-family: "DINPro";
  background: #f49910;
}
.ind03 .swiper .pos .time em {
  font-size: 18px;
  font-weight: bold;
}
.ind03 .swiper .pos .time i {
  font-weight: bold;
  font-size: 24px;
}
.ind03 .swiper .pos .text {
  width: 100%;
}
.ind03 .swiper .pos .text b {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind03 .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: initial;
}
.ind03 .swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #e3e0e0;
  cursor: pointer;
}
.ind03 .swiper .swiper-pagination-bullet-active {
  background: #02723d;
}
.ind03 .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  height: 100%;
  display: flex;
}
.ind03 .list a {
  display: flex;
  width: 46%;
  margin-left: 4%;
  border-radius: 20px;
  background: #fff;
}
.ind03 .list a .bor {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 8% 8% 10%;
}
.ind03 .list a .tit i {
  margin-bottom: 16px;
  font-size: 16px;
  color: #f49910;
}
.ind03 .list a .tit b {
  transition: all 0.5s;
  margin-bottom: 20px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind03 .list a .text {
  padding-top: 20px;
  border-top: 2px solid #e3e3e3;
}
.ind03 .list a .text p {
  max-height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ind03 .list a .pic {
  position: relative;
  width: 100%;
  padding-top: 62%;
  border-radius: 10px;
  overflow: hidden;
}
.ind03 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind03 .list a .time {
  transition: all 0.5s;
  width: 100%;
  line-height: 24px;
  color: #f49910;
  font-family: "DINPro";
  background: url(../images/icon/i4ss.png) right 8px center no-repeat;
  background-size: 22px auto;
}
.ind03 .list a .time i {
  font-size: 20px;
  font-weight: bold;
}
.ind03 .list a .time em {
  font-size: 24px;
  font-weight: bold;
}
.ind03 .list a:hover .tit b {
  transition: all 0.5s;
  color: #f49910;
}
.ind03 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.06);
}
.ind03 .list a:hover .time {
  transition: all 0.5s;
  background-image: url(../images/icon/i4s.png);
  background-position: right center;
}
@media (max-width: 1200px) {
  .ind03 {
    background-image: url(../images/mobile/index/ind03_bac.jpg);
  }
  .ind03 .swiper {
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .ind03 .swiper .swiper-slide {
    padding-top: 58%;
    width: 100%;
    border-radius: 0.4rem;
  }
  .ind03 .swiper .pic::before {
    background-image: url(../images/mobile/index/ind03_bac2.png);
  }
  .ind03 .swiper .pos {
    right: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  .ind03 .swiper .pos .time {
    padding: 0.3rem 0.4rem;
    line-height: 0.46rem;
    border-radius: 0.4rem;
  }
  .ind03 .swiper .pos .time em {
    font-size: 0.4rem;
  }
  .ind03 .swiper .pos .time i {
    font-size: 0.46rem;
  }
  .ind03 .swiper .pos .text {
    width: 100%;
  }
  .ind03 .swiper .pos .text b {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
  }
  .ind03 .list {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 0.7rem;
    width: 100%;
    height: auto;
  }
  .ind03 .list a {
    width: 100%;
    margin-left: 0;
    border-radius: 0.4rem;
  }
  .ind03 .list a:nth-child(1) {
    display: none;
  }
  .ind03 .list a .bor {
    padding: 0.9rem 1.2rem;
  }
  .ind03 .list a .tit i {
    margin-bottom: 0.4rem;
    font-size: 0.58rem;
  }
  .ind03 .list a .tit b {
    margin-bottom: 0.6rem;
    height: 0.8rem;
    font-size: 0.64rem;
    line-height: 0.8rem;
    -webkit-line-clamp: 1;
  }
  .ind03 .list a .text {
    padding-top: 0.5rem;
  }
  .ind03 .list a .text p {
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.54rem;
    -webkit-line-clamp: 2;
  }
  .ind03 .list a .pic {
    padding-top: 62%;
    border-radius: 0.2rem;
  }
  .ind03 .list a .time {
    margin-top: 0.5rem;
    width: 100%;
    line-height: 0.66rem;
    background-size: 0.6rem auto;
  }
  .ind03 .list a .time i {
    font-size: 0.53rem;
  }
  .ind03 .list a .time em {
    font-size: 0.64rem;
  }
}
.ind04 {
  background: url(../images/index/ind04_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind04 .fp-tableCell {
  vertical-align: top;
}
.ind04 .title {
  padding-top: 10vh;
}
.ind04 .text {
  margin: 0 auto 40px;
  max-width: 1300px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.ind04 .flexMore {
  display: flex;
  justify-content: center;
}
.ind04 .flexMore .more {
  margin: 0 15px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) and (max-height: 806px) {
  .ind04 .title {
    padding-top: 9vh;
  }
}
@media (max-width: 1200px) {
  .ind04 {
    background-image: url(../images/index/ind04_bac.jpg);
  }
  .ind04 .title {
    padding-top: 6vh;
  }
  .ind04 .text {
    margin: 0 auto 1.2rem;
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.54rem;
  }
  .ind04 .flexMore .more {
    margin: 0 0.4rem;
  }
}
.footer {
  color: #fff;
  background: url(../images/index/footer_bac.jpg) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.footer .modeBor {
  padding-top: calc(10vh + 100px);
  height: calc(90vh - 100px);
}
.footer .top {
  padding-bottom: 40px;
}
.footer .top .mode {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.footer .top .iconList li .icon .box img:nth-child(1) {
  display: block;
}
.footer .top .iconList li .icon .box img:nth-child(2) {
  display: none;
}
.footer .top .msgList dl dd em,
.footer .top .msgList dl dd .em1 {
  color: #fff;
}
.footer .top .linkList .link {
  border: #fff 1px solid;
}
.footer .top .navList dt a,
.footer .top .navList dd a {
  color: #fff;
}
.footer .bot {
  background: none;
}
@media (max-width: 1200px) {
  .footer {
    background-image: url(../images/mobile/index/footer_bac.jpg);
  }
  .footer .modeBor {
    padding-top: 0.6rem;
    height: auto;
  }
  .footer .top {
    padding-bottom: 0.2rem;
  }
  .footer .top .mode {
    margin-bottom: 0.9rem;
    padding-bottom: 0.6rem;
  }
  .footer .bot {
    padding-top: 0.2rem;
  }
}
.pop_img {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pop_img .delete {
  float: right;
  width: 40px;
  height: 40px;
  background: url(../images/lytimages/icon/i17.png) center no-repeat;
  background-size: 21px auto;
  cursor: pointer;
}
.pop_img .swiper {
  width: 80vw;
}
.pop_img .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  height: calc(85vh - 100px);
}
.pop_img .swiper .swiper-slide img,
.pop_img .swiper .swiper-slide video {
  max-width: 100%;
  max-height: 100%;
}
.pop_img_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
/*动画*/
.section .title,
.ind01 .swiper,
.ind01 .bot,
.ind02 .list a,
.ind03 .swiper,
.ind03 .list a,
.ind04 .text,
.ind04 .flexMore,
.footer .top .mode,
.footer .top .next,
.footer .bot,
.moreM.mobile {
  opacity: 0;
  visibility: hidden;
}
.section.active .title,
.ind01.active .swiper,
.ind01.active .bot,
.ind02.active .list a,
.ind03.active .swiper,
.ind03.active .list a,
.ind04.active .text,
.ind04.active .flexMore,
.footer.active .top .mode,
.footer.active .top .next,
.footer.active .bot,
.section.active .moreM.mobile {
  visibility: visible;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.section.active .title {
  animation-delay: 0.7s;
}
.ind01.active .swiper {
  animation-delay: 0.9s;
}
.ind01.active .bot {
  animation-delay: 1.1s;
}
.ind01.active .moreM.mobile {
  animation-delay: 1.3s;
}
.ind02.active .list a:nth-child(1) {
  animation-delay: 0.9s;
}
.ind02.active .list a:nth-child(2) {
  animation-delay: 1s;
}
.ind02.active .list a:nth-child(3) {
  animation-delay: 1.1s;
}
.ind02.active .list a:nth-child(4) {
  animation-delay: 1.2s;
}
.ind02.active .moreM.mobile {
  animation-delay: 1.4s;
}
.ind03.active .swiper {
  animation-delay: 0.9s;
}
.ind03.active .list a:nth-child(1) {
  animation-delay: 1.1s;
}
.ind03.active .list a:nth-child(2) {
  animation-delay: 1.3s;
}
.ind03.active .moreM.mobile {
  animation-delay: 1.4s;
}
.ind04.active .text {
  animation-delay: 0.9s;
}
.ind04.active .flexMore {
  animation-delay: 1.1s;
}
.footer.active .top .mode {
  animation-delay: 0.7s;
}
.footer.active .top .next {
  animation-delay: 1s;
}
.footer.active .bot {
  animation-delay: 1.1s;
}
