.index_banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.swiper-slide{    overflow: hidden;}
.index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_banner .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.07);
  transition: all ease-out 20s;
}
.index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: #fff;
  width: 88%;
  z-index: 10;
}
.index_banner .swiper-slide .text p {
  color: #fff;
  width: 100%;
  display: block;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.index_banner .swiper-slide .text span {
  color: #fff;
  width: 100%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  display: block;
  margin-top: 20px;
}
.index_banner .swiper-slide.swiper-slide-active .img img {
  transform: translate(-50%, -50%) scale(1.001);
}
.index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}
.index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}
.index_banner .swiper-slide.swiper-slide-active .text a {
  transition-delay: 1.6s;
}
.index_banner .swiper-slide.swiper-slide-active .text p,
.index_banner .swiper-slide.swiper-slide-active .text span,
.index_banner .swiper-slide.swiper-slide-active .text a {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}
.index_banner .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 12px;
}
@keyframes arrY {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page1 {
  padding: 100px 0 140px;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}
.page1 .w1440 {
  overflow: initial;
  position: relative;
  z-index: 10;
}
.page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.page1 .top_txt .label {
  color: #0a044b;
}
.page1 .top_txt p {
  display: block;
  color: #0a044b;
  margin-top: 20px;
}
.page1 .top_txt span {
  display: block;
  color: #080748;
  margin-top: 20px;
}
.page1 .top_txt .more {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  margin-top: 40px;
  border-radius: 100px;
  border: 1px solid #4f2a8c;
  transition: all 0.3s;
}
.page1 .top_txt .more i {
  color: #4f2a8c;
  transition: all 0.3s;
}
.page1 .top_txt .more svg {
  margin-top: 7px;
  width: 30px;
  height: 30px;
}
.page1 .top_txt .more:hover {
  background: #4f2a8c;
}
.page1 .top_txt .more:hover i {
  color: #fff;
}
.page1 .top_txt .more:hover svg {
  animation: arrY 0.4s linear 0s 2 forwards;
}
.page1 .top_txt .more:hover svg path {
  fill: #fff;
}
.page1 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.5vw;
}
.page1 ul .num {
  display: flex;
  align-items: baseline;
}
.page1 ul .num p {
  font-size: 90px;
  color: #4f2a8c;
  line-height: 1.1;
}
.page1 ul .num p em {
  font-weight: bold;
  font-style: initial;
  line-height: 1.1;
}
.page1 ul .num i {
  color: #4f2a8c;
}
.page1 ul span {
  width: 100%;
  display: block;
  text-align: center;
  color: #0a044b;
}
.page1 .introduce {
  margin-top: 8vw;
}
.page1 .introduce .tit {
  color: #0a044b;
  font-weight: bold;
}
.page1 .introduce .sw_box {
  position: relative;
  margin-top: 3.5vw;
}
.page1 .introduce .sw_box .swiper-button-prev::after,
.page1 .introduce .sw_box .swiper-button-next::after {
  font-size: 30px;
  font-weight: bold;
  color: #4f2a8c;
}
.page1 .introduce .sw_box .swiper-button-prev {
  left: -60px;
}
.page1 .introduce .sw_box .swiper-button-next {
  right: -60px;
}
.page1 .introduce .sw_box .swiper-container {
  border-radius: 30px;
  overflow: hidden;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide .txt {
  position: absolute;
  left: 2vw;
  bottom: 2vw;
  width: 45%;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide .txt p {
  color: #fff;
  display: block;
  font-size: 24px;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide .txt span {
  display: none;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide .txt .more {
  display: none;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active p {
  font-weight: bold;
  font-size: 32px;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active span {
  color: #fff;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin-top: 15px;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  margin-top: 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more i {
  color: #fff;
  transition: all 0.3s;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more svg {
  margin-top: 7px;
  width: 30px;
  height: 30px;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more:hover {
  border: 1px solid #4f2a8c;
  background: #4f2a8c;
}
.page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more:hover svg {
  animation: arrY 0.4s linear 0s 2 forwards;
}
.tit_top {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  flex-wrap: wrap;
}
.tit_top .txt_l .tit {
  display: block;
  color: #fff;
}
.tit_top .txt_l .subtit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.tit_top .more {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border-radius: 100px;
  border: 1px solid #fff;
}
.tit_top .more i {
  color: #fff;
}
.tit_top .more svg {
  margin-top: 7px;
  width: 30px;
  height: 30px;
}
.tit_top .more:hover svg {
  animation: arrY 0.4s linear 0s 2 forwards;
}
.page2 {
  background-image: url(../img/index3_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 150px;
}
.page2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: stretch;
  margin-top: 100px;
}
.page2 .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.page2 .list li a .txt_l {
  display: flex;
  align-items: center;
}
.page2 .list li a .txt_l .ic {
  width: 50px;
  height: 50px;
}
.page2 .list li a .txt_l i {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}
.page2 .list li a svg {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  opacity: 0.5;
  transition: all 0.3s;
}
.page2 .list li a:hover {
  border-bottom: 2px solid #ffffff;
}
.page2 .list li a:hover svg {
  opacity: 1;
}
.light_bg {
  position: relative;
  z-index: 10;
  background: #fff;
}
.page3 {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
.page3 .title {
  color: #0a044b;
}
.page3 .subtit {
  color: #0a044b;
  font-weight: bold;
  margin-top: 20px;
}
.page3 .des {
  color: #080748;
  margin-top: 20px;
}
.page3 .more {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  margin-top: 60px;
  border-radius: 100px;
  border: 1px solid #4f2a8c;
  transition: all 0.3s;
}
.page3 .more i {
  color: #4f2a8c;
  transition: all 0.3s;
}
.page3 .more svg {
  margin-top: 7px;
  width: 30px;
  height: 30px;
}
.page3 .more:hover {
  background: #4f2a8c;
}
.page3 .more:hover i {
  color: #fff;
}
.page3 .more:hover svg {
  animation: arrY 0.4s linear 0s 2 forwards;
}
.page3 .more:hover svg path {
  fill: #fff;
}
.page3 .section {
  position: relative;
  margin-top: 70px;
}
.page3 .section .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
.page3 .section .list li {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.page3 .section .list li p {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 30px;
  color: #fff;
}
.page3 .section .list li:nth-child(even) p {
  right: 30px;
  left: auto;
  bottom: 30px;
}
.page3 .section .list li:hover img {
  transform: scale(1.05);
}
.page3 .section .location {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 314px;
  height: 314px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page3 .section .location .text {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page3 .section .location .text p {
  color: #0a044b;
  text-align: center;
}
.page4 {
  position: relative;
  z-index: 10;
  padding: 180px 0 130px;
}
.page4 .tit_top .tit {
  color: #0a044b;
}
.page4 .tit_top .subtit {
  color: #0a044b;
}
.page4 .tit_top .more {
  border: 1px solid #4f2a8c;
  transition: all 0.3s;
}
.page4 .tit_top .more i {
  color: #4f2a8c;
  transition: all 0.3s;
}
.page4 .tit_top .more:hover {
  background: #4f2a8c;
}
.page4 .tit_top .more:hover i {
  color: #fff;
}
.page4 .tit_top .more:hover svg path {
  fill: #fff;
}
.page4 .list {
  margin-top: 60px;
}
.page4 .list a {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e1e3;
}
.page4 .list a .txt_l {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}
.page4 .list a .time {
  color: #4f2a8c;
  width: 130px;
}
.page4 .list a .title {
  color: #0a044b;
  margin-left: 60px;
}
.page4 .list a .more {
  display: flex;
  align-items: center;
  width: 110px;
}
.page4 .list a .more i {
  color: #4f2a8c;
  opacity: 0;
  transition: all 0.3s;
}
.page4 .list a .more svg {
  width: 33px;
  height: 33px;
  margin-top: 5px;
}
.page4 .list a .more svg path {
  transition: all 0.3s;
}
.page4 .list a:hover {
  border-bottom: 2px solid #4f2a8c;
}
.page4 .list a:hover .more i {
  opacity: 1;
}
.page4 .list a:hover .more svg path {
  fill: #4f2a8c;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 ul .num p {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .page1 ul .num p {
    font-size: 50px;
  }
  .page3 .section .location {
    width: 270px;
    height: 270px;
  }
  .page3 .section .location .text {
    width: 200px;
    height: 200px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .index_banner {
    height: 400px;
  }
  .index_banner .swiper-slide .text span {
    margin-top: 10px;
  }
  .index_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .page1 {
    padding: 40px 0;
  }
  .page1 ul .num {
    justify-content: center;
  }
  .page1 ul {
    flex-wrap: wrap;
  }
  .page1 ul li {
    width: 50%;
  }
  .page1 ul .num p {
    font-size: 28px;
  }
  .page1 ul .num i {
    font-size: 16px;
  }
  .page1 ul span {
    font-size: 14px;
  }
  .page1 .top_txt p,
  .page1 .top_txt span {
    margin-top: 10px;
  }
  .page1 .top_txt .more {
    margin-top: 20px;
    padding: 0px;
  }
  .page1 .introduce .sw_box .swiper-container .swiper-slide .txt {
    width: auto;
    right: 20px;
    left: 20px;
  }
  .page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active p {
    font-size: 20px;
  }
  .page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active span {
    margin-top: 5px;
  }
  .page1 .introduce .sw_box .swiper-container .swiper-slide.swiper-slide-active .more {
    padding: 0;
    margin-top: 8px;
  }
  .page1 .introduce .sw_box .swiper-container .swiper-slide {
    border-radius: 10px;
  }
  .page1 .introduce .sw_box .swiper-container {
    border-radius: 10px;
  }
  .page2 {
    padding: 40px 0;
  }
  .page2 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .page2 .list li a .txt_l .ic {
    width: 35px;
    height: 35px;
  }
  .tit_top .txt_l {
    width: 100%;
  }
  .tit_top .more {
    margin-top: 15px;
    padding: 0;
  }
  .tit_top .txt_l .subtit {
    margin-top: 10px;
  }
  .page3 {
    padding-top: 40px;
  }
  .page3 .subtit,
  .page3 .des {
    margin-top: 10px;
  }
  .page3 .more {
    margin-top: 20px;
  }
  .page3 .section .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 15px;
  }
  .page3 .section .location {
    position: static;
    transform: translate(0, 0);
  }
  .page3 .section .list li {
    border-radius: 10px;
  }
  .page3 .section .location {
    width: 100%;
    border: 0;
    height: auto;
  }
  .page3 .section {
    margin-top: 20px;
  }
  .page3 .section .location .text {
    width: 100%;
    height: auto;
    background: transparent;
  }
  .page4 {
    padding: 40px 0;
  }
  .page4 .list {
    margin-top: 20px;
  }
  .page4 .list a {
    padding: 15px 0;
  }
  .page4 .list a .more i {
    display: none;
  }
  .page4 .list a .more {
    width: 50px;
  }
  .page4 .list a .txt_l {
    width: calc(100% - 60px);
    flex-wrap: wrap;
  }
  .page4 .list a .txt_l .time {
    width: 100%;
  }
  .page4 .list a .txt_l .title {
    margin-left: 0;
    width: 100%;
  }
  .page4 .list a:hover {
    border-bottom: 1px solid #4f2a8c;
  }
}
@media screen and (max-width: 768px) {
  .page2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=./index.css.map */
