.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.banner .swiper-wrapper .swiper-slide {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  transition-property: opacity;
}
.banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(5px);
  transform: scale(1.3);
  opacity: 0.5;
  transition: all 2s linear;
}
.banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .text {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.banner .swiper-wrapper .swiper-slide .text h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  text-transform: uppercase;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  margin-top: 30px;
  text-shadow: 2px 0px 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .text h1 {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.banner .swiper-wrapper .swiper-slide .text .en {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-transform: uppercase;
  margin-top: 30px;
  text-shadow: 2px 0px 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .text .en {
    font-size: 1rem;
  }
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h1 {
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .en {
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .more {
  animation-delay: 0.9s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
}

.page2 {
  position: relative;
  background-color: #ebf1f5 !important;
}
.page2 .container .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page2 .container .index-title {
    padding: 0 1rem;
  }
}
.page2 .container .index-title .texts .en {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page2 .container .index-title .texts .en {
    font-size: 2rem;
  }
}
.page2 .container .index-title .texts h3 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page2 .container .index-title .texts h3 {
    font-size: 1.5rem;
  }
}
.page2 .container .index-title .button {
  background-color: #aa080b;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page2 .container .pro-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.page2 .container .pro-list .rec {
  width: 33.33333%;
  background-color: #fff;
  text-align: center;
  flex-shrink: 0;
  transition: all 0.3s linear;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page2 .container .pro-list .rec:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec a {
    display: flex;
  }
}
.page2 .container .pro-list .rec a .text {
  text-align: left;
  margin-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec a .text {
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.page2 .container .pro-list .rec a .text .en {
  color: #999999;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec a .text .en {
    font-size: 1.5rem;
  }
}
.page2 .container .pro-list .rec a .text h3 {
  color: #333333;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec a .text h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list .rec a img {
    height: 128px;
    margin-left: auto;
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.page2 .container .pro-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page2 .container .pro-list ul li {
  width: calc(50% - 0.5rem);
  background-color: #fff;
  transition: all 0.3s linear;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page2 .container .pro-list ul li:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.page2 .container .pro-list ul li:nth-child(1) {
  animation-delay: 0.06s;
}
.page2 .container .pro-list ul li:nth-child(2) {
  animation-delay: 0.12s;
}
.page2 .container .pro-list ul li:nth-child(3) {
  animation-delay: 0.18s;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list ul li {
    width: 100%;
  }
}
.page2 .container .pro-list ul li:first-child {
  width: 100%;
}
.page2 .container .pro-list ul li:first-child img {
  margin-left: auto;
}
.page2 .container .pro-list ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.page2 .container .pro-list ul li a .text {
  margin-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list ul li a .text {
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.page2 .container .pro-list ul li a .text .en {
  color: #999999;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list ul li a .text .en {
    font-size: 1.5rem;
  }
}
.page2 .container .pro-list ul li a .text h3 {
  color: #333333;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list ul li a .text h3 {
    font-size: 1rem;
  }
}
.page2 .container .pro-list ul li a img {
  margin-left: auto;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .page2 .container .pro-list ul li a img {
    height: 128px;
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}

.page3 {
  height: 90vh;
  background: url(../images/hall.png) no-repeat left bottom;
}
.page3 .container {
  padding-left: 40%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page3 .container {
    padding: 0 1rem;
  }
}
.page3 .container .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page3 .container .index-title {
    padding: 0 1rem;
  }
}
.page3 .container .index-title .texts .en {
  color: #e4e4e4;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.06s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page3 .container .index-title .texts .en {
    font-size: 2rem;
  }
}
.page3 .container .index-title .texts h3 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
  animation-delay: 0.12s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page3 .container .index-title .texts h3 {
    font-size: 1.5rem;
  }
}
.page3 .container .desc {
  margin-top: 3rem;
  color: #666666;
  animation-delay: 0.06s;
  animation-duration: 0.18s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page3 .container .desc {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
}
.page3 .container .button {
  margin-top: 3rem;
  background-color: #aa080b;
  animation-delay: 0.24s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page3 .container ul {
  width: 100%;
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
.page3 .container ul .num {
  color: #aa080b;
  vertical-align: top;
}
.page3 .container ul .num .counter {
  vertical-align: top;
  font-size: 3rem;
  margin-right: 0.5rem;
}

.page4 {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat left bottom/cover;
}
@media screen and (max-width: 768px) {
  .page4 .container .texts {
    padding-left: 1rem;
  }
}
.page4 .container .texts p {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page4 .container .texts span {
  color: #fff;
  font-size: 2rem;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page4 .container ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page4 .container ul {
    flex-wrap: wrap;
  }
}
.page4 .container ul li {
  width: 23%;
  padding: 2rem;
  position: relative;
  background-color: #ebf1f5;
  transition: all 0.33s linear;
  box-shadow: 1px 0px 2px -2px rgba(0, 0, 0, 0.16), 3px 0px 6px 0px rgba(0, 0, 0, 0.12), 5px 0px 12px 4px rgba(0, 0, 0, 0.09);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page4 .container ul li:nth-child(1) {
  animation-delay: 0.06s;
}
.page4 .container ul li:nth-child(2) {
  animation-delay: 0.12s;
}
.page4 .container ul li:nth-child(3) {
  animation-delay: 0.18s;
}
.page4 .container ul li:nth-child(4) {
  animation-delay: 0.24s;
}
.page4 .container ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.33s linear;
}
.page4 .container ul li .title span {
  color: #333333;
  font-size: 1.5rem;
  transition: all 0.33s linear;
}
.page4 .container ul li .title .num {
  font-size: 0;
  width: 5px;
  height: 59px;
  background-color: #aa080b;
  transition: all 0.33s linear;
}
@media screen and (max-width: 768px) {
  .page4 .container ul li .title .num {
    height: 3rem;
  }
}
.page4 .container ul li p {
  margin-bottom: var(--bulma-block-spacing);
  transition: all 0.33s linear;
}
.page4 .container ul li .image {
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
  transition: all 0.33s linear;
}
.page4 .container ul li .iconfont {
  color: #bdc2c4;
  font-size: 180px;
  position: absolute;
  line-height: 1;
  bottom: 0;
  right: 0;
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: all 0.33s linear;
}
@media screen and (max-width: 768px) {
  .page4 .container ul li .iconfont {
    font-size: 8rem;
  }
}
.page4 .container ul li.active {
  width: 31%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page4 .container ul li.active {
    width: 50%;
  }
}
.page4 .container ul li.active .title .num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .page4 .container ul li.active .title .num {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }
}
.page4 .container ul li.active .image {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
.page4 .container ul li.active .iconfont {
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page4 .container ul li {
    width: 50%;
    padding: 1rem;
  }
}

.page5 {
  background: url(../images/bg1.jpg) no-repeat left bottom/cover;
}
.page5 .container .index-title {
  text-align: center;
}
.page5 .container .index-title .en {
  color: #fff;
  line-height: 1;
  font-size: 3rem;
  text-transform: uppercase;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page5 .container .index-title h2 {
  color: #333333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
  animation-delay: 0.2;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page5 .container ul {
  display: flex;
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page5 .container ul {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
.page5 .container ul li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-duration: 0.66s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
@media screen and (max-width: 768px) {
  .page5 .container ul li {
    position: static;
    height: 80px;
    margin: unset !important;
  }
}
.page5 .container ul li .image {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .page5 .container ul li .image {
    height: 80px;
  }
}
.page5 .container ul li:nth-child(1) {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation-delay: 0.06s;
}
.page5 .container ul li:nth-child(2) {
  left: 20%;
  top: 20%;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(3) {
  left: 20%;
  bottom: 20%;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(4) {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(5) {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation-delay: 0.18s;
}
.page5 .container ul li:nth-child(6) {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(7) {
  right: 20%;
  top: 20%;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(8) {
  right: 20%;
  bottom: 20%;
  animation-delay: 0.12s;
}
.page5 .container ul li:nth-child(9) {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation-delay: 0.06s;
}
@media screen and (max-width: 768px) {
  .page5 .container ul li:nth-child(9) {
    display: none;
  }
}

.page6 {
  position: relative;
  background: url(../images/bg2.jpg) no-repeat center center/cover;
}
.page6 .container .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page6 .container .index-title {
    padding: 0 1rem;
  }
}
.page6 .container .index-title .texts .en {
  color: #e4e4e4;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page6 .container .index-title .texts .en {
    font-size: 2rem;
  }
}
.page6 .container .index-title .texts h3 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .page6 .container .index-title .texts h3 {
    font-size: 1.5rem;
  }
}
.page6 .container .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid {
    gap: 0.5rem;
  }
}
.page6 .container .fixed-grid .grid .cell {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ebf1f5;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.page6 .container .fixed-grid .grid .cell:hover .info .tit {
  color: #aa080b;
  font-weight: bold;
}
.page6 .container .fixed-grid .grid .cell:hover .image img {
  transform: scale(1.1);
}
.page6 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.1s;
}
.page6 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.2s;
}
.page6 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid .cell {
    padding: 1rem;
    flex-direction: row;
  }
}
.page6 .container .fixed-grid .grid .cell .info {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid .cell .info {
    flex: 1;
  }
}
.page6 .container .fixed-grid .grid .cell .info .date {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid .cell .info .date {
    font-size: 1rem;
  }
}
.page6 .container .fixed-grid .grid .cell .info .tit {
  color: #333;
  transition: all 0.3s linear;
}
.page6 .container .fixed-grid .grid .cell .info .button {
  background-color: #aa080b;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid .cell .info .button {
    font-size: 12px;
  }
}
.page6 .container .fixed-grid .grid .cell .image {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page6 .container .fixed-grid .grid .cell .image {
    aspect-ratio: 1/1;
    width: 96px;
  }
}
.page6 .container .fixed-grid .grid .cell .image img {
  transition: all 0.3s linear;
}

.page7 {
  height: 300px !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */