p {
  text-align: justify;
}

:root {
  --swiper-theme-color: #e2222d;
  --swiper-navigation-color: #e2222d;
  --swiper-pagination-color: #e2222d;
  --bulma-modal-content-width: 60rem;
}

.section {
  --bulma-section-padding: 2rem 1rem;
}

.modal-item {
  cursor: pointer;
}

.bd-nav-item.is-ellipsis:focus-visible + .bd-nav-menu,
.bd-nav-menu.is-active,
.bd-nav-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.bd-nav-menu {
  background-color: var(--bulma-scheme-main);
  border-color: var(--bulma-border);
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  box-shadow: var(--bulma-shadow);
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0.98) translateY(-0.5em);
  transform-origin: right top;
  transition-duration: var(--bulma-duration);
  transition-property: opacity, transform;
  visibility: hidden;
  width: 17em;
  z-index: 30;
}
.bd-nav-menu .bd-nav-item {
  gap: 0.5em;
  width: 100%;
}
.bd-nav-menu.is-cycles {
  width: 10em;
}

.aspect-ratio-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.aspect-ratio-box.box-2by3 {
  padding-top: 133.33%;
}
.aspect-ratio-box.box-4by5 {
  padding-top: 125%;
}
.aspect-ratio-box.box-square {
  padding-top: 100%;
}
.aspect-ratio-box.box-5by4 {
  padding-top: 80%;
}
.aspect-ratio-box.box-4by3 {
  padding-top: 75%;
}
.aspect-ratio-box.box-3by2 {
  padding-top: 66.66%;
}
.aspect-ratio-box.box-5by3 {
  padding-top: 60%;
}
.aspect-ratio-box.box-16by9 {
  padding-top: 56.25%;
}
.aspect-ratio-box.box-2by1 {
  padding-top: 50%;
}
.aspect-ratio-box .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.aspect-ratio-box:hover img {
  transform: scale(1.1);
}

.navbar-link:not(.is-arrowless)::after {
  right: 1.125rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive .iconfont,
  .button.is-responsive.is-normal .iconfont {
    font-size: calc(var(--bulma-size-small) * 0.875);
  }
}
.pagination .pagination-link.is-current,
.pagination .pagination-link.is-selected {
  background-color: #e2222d;
  border-color: #e2222d;
}
.pagination .is-disabled {
  cursor: not-allowed;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.25rem;
  color: #fff;
}

.swiper-pagination {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.index {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  transition: all 0.5s linear;
  left: 0;
}
.index .logo:hover {
  background: transparent;
}
.index .logo img {
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .index .logo img {
    max-height: 2.5rem;
  }
}
.index .logo img.hide {
  display: none;
}
.index .navbar {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.21);
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 1s linear;
}
@media screen and (max-width: 1023px) {
  .index .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.index .navbar-menu {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
    position: fixed;
    top: 0;
    left: -70vw;
    width: 70vw;
    height: 100vh;
    background-color: white;
    z-index: 1001;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.index .navbar-menu.is-active {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu.is-active {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
}
.index .navbar-menu .navbar-start {
  text-align: left;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  margin-left: auto;
  margin-right: auto;
}
.index .navbar-menu .navbar-start > .navbar-item {
  background-size: 100% 100%;
  color: #fff;
  transition: all 0.5s linear;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link {
  color: #fff;
  transition: all 0.5s linear;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu .navbar-start > .navbar-item > .navbar-link {
    color: var(--bulma-navbar-item-color);
    transition: all 0.5s linear;
  }
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link:hover {
  color: var(--bulma-navbar-item-color);
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link::after {
  border-color: #e2222d;
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown {
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
  border: none;
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
  color: #fff;
  text-shadow: initial;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #e2222d;
  color: #fff;
}
.index .navbar-menu .navbar-end {
  gap: 1rem;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}
.index .navbar-menu .navbar-end .navbar-item .control {
  display: flex;
  align-items: center;
  position: relative;
}
.index .navbar-menu .navbar-end .navbar-item .control .icon .iconfont {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .text {
  line-height: 1.2;
  margin-left: 0.5rem;
}
.index .navbar-menu .navbar-end .navbar-item .control .text span {
  color: #fff;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .text p {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .button {
  background-color: #e2222d;
}
.index.sticky .navbar {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.index.sticky .navbar .navbar-start {
  text-align: left;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .index.sticky .navbar .navbar-start > .navbar-item {
    background: transparent;
  }
}
.index.sticky .navbar .navbar-start > .navbar-item:nth-child(1) {
  animation-delay: 0.1s;
}
.index.sticky .navbar .navbar-start > .navbar-item:nth-child(2) {
  animation-delay: 0.2s;
}
.inner {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  transition: all 0.5s linear;
  left: 0;
}
.inner .logo:hover {
  background: transparent;
}
.inner .logo img {
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .inner .logo img {
    max-height: 2.5rem;
  }
}
.inner .logo img.hide {
  display: none;
}
.inner .navbar {
  box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 1s linear;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .inner .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.inner .navbar-menu {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media screen and (max-width: 1023px) {
  .inner .navbar-menu {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
    position: fixed;
    top: 0;
    left: -70vw;
    width: 70vw;
    height: 100vh;
    background-color: white;
    z-index: 1001;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    flex-direction: column;
  }
}
.inner .navbar-menu.is-active {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .inner .navbar-menu.is-active {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
}
.inner .navbar-menu .navbar-start {
  text-align: left;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  margin-left: auto;
  margin-right: auto;
}
.inner .navbar-menu .navbar-start > .navbar-item {
  transition: all 0.5s linear;
}
.inner .navbar-menu .navbar-start > .navbar-item > .navbar-link {
  transition: all 0.5s linear;
}
@media screen and (max-width: 1023px) {
  .inner .navbar-menu .navbar-start > .navbar-item > .navbar-link {
    color: var(--bulma-navbar-item-color);
    transition: all 0.5s linear;
  }
}
.inner .navbar-menu .navbar-start > .navbar-item > .navbar-link:hover {
  color: var(--bulma-navbar-item-color);
  transition: all 0.5s linear;
}
.inner .navbar-menu .navbar-start > .navbar-item .navbar-dropdown {
  border: none;
}
.inner .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
  text-shadow: initial;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.inner .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #e2222d;
  color: #fff;
}
.inner .navbar-menu .navbar-end {
  gap: 1rem;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}
.inner .navbar-menu .navbar-end .navbar-item .control {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  display: flex;
  align-items: center;
  position: relative;
}
.inner .navbar-menu .navbar-end .navbar-item .control .icon .iconfont {
  font-size: 1.5rem;
  transition: all 0.5s linear;
}
.inner .navbar-menu .navbar-end .navbar-item .control .text {
  line-height: 1.2;
  margin-left: 0.5rem;
}
.inner .navbar-menu .navbar-end .navbar-item .control .text span {
  transition: all 0.5s linear;
}
.inner .navbar-menu .navbar-end .navbar-item .control .text p {
  font-size: 1.5rem;
  transition: all 0.5s linear;
}
.inner .navbar-menu .navbar-end .navbar-item .control .button {
  background-color: #e2222d;
}
.inner.sticky .navbar {
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.inner.sticky .navbar .navbar-start {
  text-align: left;
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .inner.sticky .navbar .navbar-start > .navbar-item {
    background: transparent;
  }
}
.inner.sticky .navbar .navbar-start > .navbar-item:nth-child(1) {
  animation-delay: 0.1s;
}
.inner.sticky .navbar .navbar-start > .navbar-item:nth-child(2) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1023px) {
  header .navbar .container .navbar-brand .logo {
    padding: 0.5rem;
  }
  header .navbar .container .navbar-brand .logo img {
    max-height: 32px;
  }
}
.banner {
  display: flex;
  align-items: center;
}
.banner img,
.banner video {
  display: block;
  margin: 0 auto;
}
.banner img {
  display: block;
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0.5;
  transition: all 4s ease-in-out;
}
.banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
}
.banner .text h1 {
  font-size: 4rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
.banner .text h1 span {
  color: #e2222d;
}
@media screen and (max-width: 1023px) {
  .banner .text h1 {
    font-size: 1.5rem;
  }
}
.banner .text p {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
@media screen and (max-width: 1023px) {
  .banner .text p {
    font-size: 0.75rem;
    text-align: center;
  }
}
.banner .swiper-slide-active img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
.banner .swiper-slide-active .text h1 {
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.banner .swiper-slide-active .text p {
  animation-delay: 0.4s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}

.index-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index-title .line {
  width: 3px;
  height: 34px;
  margin-right: 1rem;
  background-color: #e62129;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.index-title h1 {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  line-height: 0.95;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
@media screen and (max-width: 768px) {
  .index-title h1 {
    font-size: 1.75rem;
  }
}
.index-title span {
  font-size: 1.75rem;
  line-height: 1;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .index-title span {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.section-1 {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.section-1 .container {
  gap: 3rem;
  display: flex;
  padding: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-1 .container {
    flex-direction: column;
    padding: 0;
  }
}
.section-1 .container .information {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .information {
    width: 100%;
  }
}
.section-1 .container .information img {
  display: block;
  margin-bottom: 3rem;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-1 .container .information p {
  text-indent: 2em;
  line-height: 2;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-1 .container .information p:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-1 .container .information p:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-1 .container .history {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .history {
    width: 100%;
  }
}
.section-1 .container .history .fixed-grid .grid .cell .num {
  color: #e62129;
  font-size: 2.5rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .section-1 .container .history .fixed-grid .grid .cell .num {
    font-size: 1.75rem;
  }
}
.section-1 .container .history .fixed-grid .grid .cell .num span {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-1 .container .history .fixed-grid .grid .cell .num span {
    font-size: 1.5rem;
  }
}
.section-1 .container .history .fixed-grid .grid .cell p {
  color: #5a5a5a;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .section-1 .container .history .fixed-grid .grid .cell p {
    font-size: 1rem;
  }
}

.section-2 {
  background: url(../images/bg1.jpg) no-repeat bottom center/cover;
}
.section-2 .container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .section-2 .container {
    padding: 1rem 0;
  }
}
.section-2 .container .dev {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .dev {
    flex-direction: column;
  }
}
.section-2 .container .dev .dev-swiper {
  width: 60%;
  flex-shrink: 0;
}
.section-2 .container .dev .dev-swiper .swiper-slide {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .dev .dev-swiper {
    width: 100%;
  }
}
.section-2 .container .dev .content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-2 .container .dev .content ul li {
  line-height: 1;
  color: #e62129;
  font-size: 1.75rem;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-2 .container .dev .content ul li:nth-of-type(2) {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .section-2 .container .dev .content ul li {
    font-size: 1.5rem;
  }
}
.section-2 .container .dev .content ul li:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-2 .container .dev .content ul li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-2 .container .dev .content ul li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.section-2 .container .dev .content ul li h3 {
  color: #e62129;
  margin-bottom: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .section-2 .container .dev .content ul li h3 {
    font-size: 1.5rem;
  }
}
.section-2 .container .dev .content ul p {
  margin-top: 1rem;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-2 .container .dev .content ul p:nth-of-type(2) {
  margin-bottom: auto;
}
.section-2 .container .dev .content ul p:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-2 .container .dev .content ul p:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-2 .container .dev .content ul p:nth-of-type(3) {
  animation-delay: 0.3s;
}

.section-3 {
  background: url(../images/bg2.jpg) no-repeat center center/cover;
}
.section-3 .container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .section-3 .container {
    padding: 1rem 0;
  }
}
.section-3 .container .fixed-grid .grid .cell {
  position: relative;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: fadeInUpSmall;
  overflow: hidden;
}
.section-3 .container .fixed-grid .grid .cell:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-3 .container .fixed-grid .grid .cell:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-3 .container .fixed-grid .grid .cell:nth-of-type(3) {
  animation-delay: 0.3s;
}
.section-3 .container .fixed-grid .grid .cell:nth-of-type(4) {
  animation-delay: 0.4s;
}
.section-3 .container .fixed-grid .grid .cell .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
  z-index: 1;
  display: block;
  transition: all 0.6s ease-in-out;
}
.section-3 .container .fixed-grid .grid .cell .mask .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  background-color: rgba(34, 68, 133, 0);
}
.section-3 .container .fixed-grid .grid .cell .mask .tit {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.section-3 .container .fixed-grid .grid .cell:hover .mask {
  padding: 3rem;
}
.section-3 .container .fixed-grid .grid .cell:hover .mask .bg {
  width: 90%;
  height: 80%;
  filter: blur(0);
  transform: scale(1);
  background-color: rgba(34, 68, 133, 0.5);
}

.section-4 {
  background: url(../images/bg3.jpg) no-repeat center center/cover;
}
.section-4 .container {
  padding: 3rem 0;
}
.section-4 .container .index-title {
  color: #fff;
}
.section-4 .container .index-title h1 {
  color: #fff;
}
.section-4 .container .case .swiper-wrapper .swiper-slide {
  overflow: hidden;
  transition: all 0.3s linear;
}
.section-4 .container .case .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.section-4 .container .case .swiper-wrapper .swiper-slide .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.2);
}
.section-4 .container .case .swiper-wrapper .swiper-slide .pic .mask h3 {
  color: #fff;
  font-size: 2.5rem;
  transition: all 1s linear 0.5s;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-name: fadeOutDown;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.section-4 .container .case .swiper-wrapper .swiper-slide .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.section-4 .container .case .swiper-wrapper .swiper-slide .tit {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .section-4 .container .case .swiper-wrapper .swiper-slide .tit {
    font-size: 0.75rem;
  }
}
.section-4 .container .case .swiper-wrapper .swiper-slide:hover a .mask {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.section-4 .container .case .swiper-wrapper .swiper-slide:hover a .mask h3 {
  font-size: 1.5rem;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
}
.section-4 .container .case .swiper-wrapper .swiper-slide:hover a img {
  transform: scale(1.1);
}
.section-4 .container .case-pagination {
  bottom: -1.5rem;
}
.section-4 .container .swiper-button-prev {
  left: -3rem;
  top: 60%;
}
.section-4 .container .swiper-button-next {
  right: -3rem;
  top: 60%;
}

.section-5 {
  background: url(../images/bg4.jpg) no-repeat bottom center/cover;
}
.section-5 .container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .section-5 .container {
    padding: 1rem 0;
  }
}
.section-5 .container .news-container {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container {
    flex-direction: column;
  }
}
.section-5 .container .news-container .rec-news {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .rec-news {
    width: 100%;
  }
}
.section-5 .container .news-container .rec-news .news-swiper {
  height: 100%;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.section-5 .container .news-container .rec-news .news-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.section-5 .container .news-container .rec-news .news-swiper .swiper-wrapper .swiper-slide .aspect-ratio-box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news-container .rec-news .news-swiper .swiper-wrapper .swiper-slide .aspect-ratio-box {
    aspect-ratio: 5/3;
    padding-top: 0;
  }
}
.section-5 .container .news-container .rec-news .news-swiper .swiper-wrapper .swiper-slide .info {
  color: #fff;
  padding: 1rem;
  line-height: 1;
  background-color: #fff;
}
.section-5 .container .news-container .rec-news .news-swiper .swiper-wrapper .swiper-slide .info .tit {
  color: #333;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-5 .container .news-container .rec-news .news-swiper .swiper-pagination {
  text-align: right;
  padding-right: 1rem;
  bottom: 80px;
}
.section-5 .container .news-container .news-list {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .news-list {
    width: 100%;
  }
}
.section-5 .container .news-container .news-list ul {
  height: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.section-5 .container .news-container .news-list ul li {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-5 .container .news-container .news-list ul li:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-5 .container .news-container .news-list ul li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-5 .container .news-container .news-list ul li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.section-5 .container .news-container .news-list ul li .pic {
  width: 30%;
  padding-top: 20%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .news-list ul li .pic {
    padding-top: 0;
    aspect-ratio: 1/1;
  }
}
.section-5 .container .news-container .news-list ul li .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-5 .container .news-container .news-list ul li .info {
  display: flex;
  flex-direction: column;
}
.section-5 .container .news-container .news-list ul li .info .tit {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .news-list ul li .info .tit {
    font-size: 1rem;
  }
}
.section-5 .container .news-container .news-list ul li .info .date {
  color: #979696;
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .news-list ul li .info .date {
    margin: 0.25rem 0;
  }
}
.section-5 .container .news-container .news-list ul li .info .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .section-5 .container .news-container .news-list ul li .info .desc {
    font-size: 0.875rem;
  }
}

.section-6 {
  background: url(../images/bg5.jpg) no-repeat bottom center/cover;
}
.section-6 .index-title {
  color: #fff;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .section-6 .index-title {
    padding-top: 1rem;
  }
}
.section-6 .index-title h1 {
  color: #fff;
}
.section-6 .fixed-grid {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .section-6 .fixed-grid {
    padding-bottom: 1rem;
  }
}
.section-6 .fixed-grid .grid .cell {
  padding: 5rem 1rem;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  background-color: rgba(255, 255, 255, 0.11);
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.section-6 .fixed-grid .grid .cell:nth-of-type(1) {
  animation-delay: 0.1s;
}
.section-6 .fixed-grid .grid .cell:nth-of-type(2) {
  animation-delay: 0.2s;
}
.section-6 .fixed-grid .grid .cell:nth-of-type(3) {
  animation-delay: 0.3s;
}
.section-6 .fixed-grid .grid .cell:nth-of-type(4) {
  animation-delay: 0.4s;
}
.section-6 .fixed-grid .grid .cell:nth-of-type(5) {
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .section-6 .fixed-grid .grid .cell {
    padding: 2rem 1rem;
  }
  .section-6 .fixed-grid .grid .cell:nth-child(5) {
    display: none;
  }
}
.section-6 .fixed-grid .grid .cell:hover {
  border-color: #224485;
  background-color: #224485;
  animation: pulse;
}
.section-6 .fixed-grid .grid .cell .tit {
  display: flex;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fff;
}
.section-6 .fixed-grid .grid .cell .tit h1 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .section-6 .fixed-grid .grid .cell .tit h1 {
    font-size: 1.5rem;
  }
}
.section-6 .fixed-grid .grid .cell .tit .tit-icon {
  margin-left: auto;
  width: 64px;
  height: 64px;
  display: flex;
  line-height: 64px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-6 .fixed-grid .grid .cell .tit .tit-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.section-6 .fixed-grid .grid .cell .tit .tit-icon .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.section-6 .fixed-grid .grid .cell .tit .tit-icon img {
  position: relative;
  z-index: 2;
  padding: 0.25rem;
}
.section-6 .fixed-grid .grid .cell p {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .section-6 .fixed-grid .grid .cell p {
    font-size: 0.875rem;
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
@media screen and (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.waves .parallax > use:nth-child(5) {
  animation-delay: -6s;
  animation-duration: 27s;
}

.footer {
  padding: 0;
  background-color: rgb(68, 68, 68);
}
.footer .foot-nav {
  background-color: rgb(68, 68, 68);
  border-bottom: 1px solid #3d3d3d;
}
.footer .foot-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .footer .foot-nav .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem;
  }
}
.footer .foot-nav .container a {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer .foot-nav .container a {
    line-height: 1.25;
  }
}
.footer .section {
  background-color: rgb(68, 68, 68);
}
.footer .section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .section .container {
    flex-direction: column;
  }
}
.footer .section .container .tel h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer .section .container .tel h1 {
    font-size: 1.5rem;
  }
  .footer .section .container .tel h1 span {
    font-size: 1.25rem;
  }
}
.footer .section .container .tel .tel-icon {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer .section .container .tel .tel-icon .iconfont {
  color: #999999;
  font-size: 2rem;
  border-radius: 99px;
  width: 3rem;
  height: 3rem;
  border: 2px solid #999999;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .section .container .tel .tel-icon .iconfont {
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.footer .section .container .tel .tel-icon .text span {
  color: #999;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .section .container .tel .tel-icon .text span {
    font-size: 0.875rem;
  }
}
.footer .section .container .tel .tel-icon .text p {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer .section .container .tel .tel-icon .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .section .container .info {
    margin: 1rem 0;
  }
}
.footer .section .container .info h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer .section .container .info h3 {
    font-size: 1.25rem;
  }
}
.footer .section .container .info span {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer .section .container .info span {
    font-size: 0.875rem;
  }
}
.footer .section .container .info p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}
.footer .section .container .qrcodes {
  gap: 1rem;
  display: flex;
  align-items: flex-start;
}
.footer .section .container .qrcodes .qrcode p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.footer .copyright {
  background-color: rgb(68, 68, 68);
  border-top: 1px solid #3d3d3d;
}
.footer .copyright .container {
  display: flex;
  line-height: 2;
  padding: 1em 0;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer .copyright .container {
    padding: 1rem;
    font-size: 0.875rem;
    flex-direction: column;
  }
}
.footer .copyright .container .left {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .footer .copyright .container .left span {
    display: block;
  }
}
.footer .copyright .container .left a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.footer .copyright .container .right {
  display: flex;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .copyright .container .right a {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1024px) {
  #gallery .modal-content {
    width: 64rem;
  }
}
#gallery .modal-content .photo-gallery .swiper-wrapper {
  align-items: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.7);
}
#gallery .modal-close {
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-pagination {
  z-index: 100;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.8);
}
#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  border: none;
  transition: all 0.25s linear;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}/*# sourceMappingURL=index.css.map */