@charset "UTF-8";
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.4);
  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;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.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 .black {
  display: block;
}
.inner .logo .white {
  display: none;
}
.inner .logo img {
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .inner .logo img {
    max-height: 2.5rem;
  }
}
.inner .navbar {
  box-sizing: border-box;
  background: transparent;
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 1s linear;
}
@media screen and (max-width: 1023px) {
  .inner .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.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;
  padding: 0;
  background: transparent;
}
.inner .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
  text-shadow: initial;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.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 {
  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;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}
.inner.sticky .navbar .logo .black {
  display: none;
}
.inner.sticky .navbar .logo .white {
  display: block;
}
.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;
}
.inner.sticky .navbar .navbar-start > .navbar-item {
  background-size: 100% 100%;
  transition: all 0.5s linear;
}
@media screen and (min-width: 1024px) {
  .inner.sticky .navbar .navbar-start > .navbar-item {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
}
.inner.sticky .navbar .navbar-start > .navbar-item.is-selected {
  background-color: #23272f;
}
.inner.sticky .navbar .navbar-start > .navbar-item > .navbar-link {
  color: #fff;
  transition: all 0.5s linear;
}
@media screen and (min-width: 1024px) {
  .inner.sticky .navbar .navbar-start > .navbar-item > .navbar-link {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 1023px) {
  .inner.sticky .navbar .navbar-start > .navbar-item > .navbar-link {
    color: var(--bulma-navbar-item-color);
    transition: all 0.5s linear;
  }
}
.inner.sticky .navbar .navbar-start > .navbar-item > .navbar-link:hover {
  color: var(--bulma-navbar-item-color);
  transition: all 0.5s linear;
}
.inner.sticky .navbar .navbar-start > .navbar-item > .navbar-link::after {
  border-color: #e2222d;
}
.inner.sticky .navbar .navbar-start > .navbar-item .navbar-dropdown {
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
  border: none;
}
.inner.sticky .navbar .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
  text-shadow: initial;
}
@media screen and (min-width: 1024px) {
  .inner.sticky .navbar .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
    color: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.5);
  }
}
.inner.sticky .navbar .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #e2222d;
  color: #fff;
}
.inner.sticky .navbar .navbar-end .navbar-item .control .iconfont {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

@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;
  }
}
.about-title .line {
  width: 34px;
  height: 3px;
  background-color: #e62129;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.about-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) {
  .about-title h1 {
    font-size: 1.75rem;
  }
}
.about-title span {
  font-size: 1.75rem;
  line-height: 1;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDownSmall;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #777777;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-title span {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.about-1 {
  height: 40vw;
  overflow: hidden;
  min-height: 720px;
  background: url(../images/a1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .about-1 {
    height: auto;
  }
}
.about-1 .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-1 .container .content {
  width: 66.66666%;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .about-1 .container .content {
    width: 100%;
    margin-top: 4rem;
  }
}
.about-1 .container .content .titles {
  position: relative;
}
.about-1 .container .content .titles .title {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  position: absolute;
  line-height: 8rem;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .about-1 .container .content .titles .title {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
}
.about-1 .container .content .titles h2 {
  line-height: 8rem;
  font-size: 8.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(139, 138, 138, 0.12);
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
}
@media screen and (max-width: 1023px) {
  .about-1 .container .content .titles h2 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
}
.about-1 .container .content .titles .line {
  width: 34px;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #e62129;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 1023px) {
  .about-1 .container .content .titles .line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.about-1 .container .content p {
  text-indent: 2em;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .about-1 .container .content p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
}
.about-1 .container .content p:nth-of-type(1) {
  animation-delay: 0.2s;
}
.about-1 .container .content p:nth-of-type(2) {
  animation-delay: 0.4s;
}
.about-1 .container .content p:nth-of-type(3) {
  animation-delay: 0.6s;
}
.about-1 .container .hall {
  height: 90%;
  position: absolute;
  right: 0;
  bottom: -3rem;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUpMini;
}

.about-section {
  height: 40vw;
  overflow: hidden;
  min-height: 720px;
}
.about-section .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-section .container .content {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .about-section .container .content {
    width: 100%;
  }
}
.about-section .container .content .titles {
  position: relative;
}
.about-section .container .content .titles .title {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  position: absolute;
  line-height: 8rem;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .about-section .container .content .titles .title {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
}
.about-section .container .content .titles h2 {
  line-height: 8rem;
  font-size: 8.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(139, 138, 138, 0.12);
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
}
@media screen and (max-width: 1023px) {
  .about-section .container .content .titles h2 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
}
.about-section .container .content .titles .line {
  width: 34px;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #e62129;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 1023px) {
  .about-section .container .content .titles .line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.about-section .container .content p {
  text-indent: 2em;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .about-section .container .content p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
}
.about-section .container .content p:nth-of-type(1) {
  animation-delay: 0.1s;
}
.about-section .container .content p:nth-of-type(2) {
  animation-delay: 0.2s;
}
.about-section .container .content p:nth-of-type(3) {
  animation-delay: 0.3s;
}
.about-section .container .content p:nth-of-type(4) {
  animation-delay: 0.4s;
}
.about-section .container .content p:nth-of-type(5) {
  animation-delay: 0.5s;
}
.about-section .container .content p:nth-of-type(6) {
  animation-delay: 0.6s;
}

.subsidiary1 {
  height: 41.66666vw;
  min-height: 720px;
  background: url(../images/company1.jpg) no-repeat center bottom/cover;
}

.subsidiary2 {
  min-height: 720px;
  height: auto;
  background: url(../images/company2.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .subsidiary2 .container .content .titles .title {
    font-size: 1rem;
  }
}

.subsidiary3 {
  min-height: 720px;
  padding-bottom: 6rem;
  height: auto;
  background: url(../images/company3.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .subsidiary3 .container .content .titles .title {
    font-size: 1rem;
  }
}

.subsidiary4 {
  min-height: 720px;
  padding-bottom: 6rem;
  height: auto;
  background: url(../images/company4.jpg) no-repeat center bottom/cover;
}

.common-page .hero {
  height: 31.25vw;
  position: relative;
}
.common-page .hero img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.common-page .hero .hero-body {
  position: relative;
}
.common-page .hero .hero-body .container {
  height: 100%;
  position: relative;
}
.common-page .hero .hero-body .title {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  position: absolute;
  line-height: 8rem;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-size: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .common-page .hero .hero-body .title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    padding-top: 2rem;
  }
}
.common-page .hero .hero-body .subtitle {
  line-height: 8rem;
  font-size: 8.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(139, 138, 138, 0.12);
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .common-page .hero .hero-body .subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    padding-top: 2rem;
  }
}
.product {
  position: relative;
}
.product .fixed-grid {
  margin-top: 3rem;
}
.product .fixed-grid .grid .cell {
  display: flex;
  flex-direction: column;
}
.product .fixed-grid .grid .cell .info {
  flex: 1;
  padding: 1rem;
  background-color: #f5f8fb;
}
@media screen and (max-width: 768px) {
  .product .fixed-grid .grid .cell .info {
    padding: 0.5rem;
  }
}
.product .fixed-grid .grid .cell .info h4 {
  text-align: center;
  color: #777777;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product .fixed-grid .grid .cell .info h4 {
    font-size: 0.875rem;
  }
}
.product .fixed-grid .grid .cell .info p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .product .fixed-grid .grid .cell .info p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.case {
  background-color: #f5f8fb;
}
.case .container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .case .container {
    padding: 1rem 0;
  }
}
.case .container .case-list {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .case .container .case-list {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.case .container .case-list .rec-case {
  width: 65%;
  position: relative;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeftMini;
}
@media screen and (max-width: 768px) {
  .case .container .case-list .rec-case {
    width: 100%;
  }
}
.case .container .case-list .rec-case .aspect-ratio-box {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .case .container .case-list .rec-case .aspect-ratio-box {
    aspect-ratio: 5/3;
    padding-top: 0;
  }
}
.case .container .case-list .rec-case h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0.5em 0;
  text-indent: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(34, 68, 133, 0.29);
}
@media screen and (max-width: 768px) {
  .case .container .case-list .rec-case h3 {
    font-size: 0.875rem;
  }
}
.case .container .case-list .rec-case .swiper-pagination {
  bottom: 3rem;
  text-align: right;
  padding-right: 1rem;
}
.case .container .case-list ul {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  width: calc(35% - 2rem);
}
@media screen and (max-width: 768px) {
  .case .container .case-list ul {
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }
}
.case .container .case-list ul li {
  position: relative;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInRightMini;
  flex: 1;
}
.case .container .case-list ul li h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0.5em 0;
  text-indent: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(34, 68, 133, 0.29);
}
@media screen and (max-width: 768px) {
  .case .container .case-list ul li h3 {
    font-size: 0.75rem;
  }
}
.case .container .case-list ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.case .container .case-list ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.prides {
  width: 100%;
  height: 45vw;
  background: url(../images/pride.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .prides {
    height: auto;
    background-position: left;
  }
}
.prides .container {
  padding: 3rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .prides .container {
    padding: 0;
  }
}
.prides .container .pride {
  display: flex;
  width: 50%;
  align-self: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .prides .container .pride {
    width: 100%;
  }
}
.prides .container .pride .divide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prides .container .pride .divide .dot {
  padding: 8px;
  border-radius: 99px;
  border: 3px solid #e2222d;
}
.prides .container .pride .divide .dot::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 99px;
  background-color: #e2222d;
}
.prides .container .pride .divide .line {
  width: 1px;
  flex: 1;
  border-left: 1px dashed #e2222d;
}
.prides .container .pride .text {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .prides .container .pride .text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
}
.prides .container .pride .text p {
  color: #343434;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prides .container .pride .text p {
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
}

.map img {
  max-width: initial;
}

.qah .container .qah-swiper {
  height: 100%;
  margin-top: 3rem;
}
.qah .container .qah-swiper .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.qah .container .qah-swiper .swiper-wrapper .swiper-slide .img-box {
  padding: 0.5rem;
  border: 1px solid #cbcbcb;
}
.qah .container .qah-swiper .swiper-wrapper .swiper-slide .tit {
  display: block;
  text-align: center;
  color: #666666;
  margin-top: 0.5rem;
}
.qah .container .qah-pagination {
  bottom: -1rem;
}

.round-honor {
  background: #f9f9f9 url(../images/honor-bg.jpg) no-repeat bottom center/cover;
}
.round-honor .honor-swiper .swiper-wrapper .swiper-slide {
  width: 20%;
  background-color: #fff;
  border-radius: 6px;
}
.round-honor .honor-swiper .swiper-wrapper .swiper-slide h2 {
  display: block;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #e8ebef;
}
@media screen and (max-width: 768px) {
  .round-honor .honor-swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 0.875rem;
  }
}
.round-honor .honor-swiper .swiper-wrapper .swiper-slide .aspect-ratio-box img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .round-honor .honor-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.round-honor .round {
  width: 100%;
  position: relative;
  top: -120px;
}
.round-honor .round img {
  width: 100%;
  height: auto;
}
@keyframes widthSlide {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.about-2 {
  background: url(../images/a2.jpg) no-repeat center center/cover;
}
.about-2 .container {
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about-2 .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
.about-2 .container .mes {
  overflow: hidden;
}
.about-2 .container .mes .about-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-2 .container .mes .about-title img {
  margin-top: 5rem;
  display: block;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 1023px) {
  .about-2 .container .mes .about-title img {
    margin-top: 2rem;
  }
}
.about-2 .container .mes > .line {
  width: 95%;
  height: 1px;
  background-color: #bdbdbd;
  position: absolute;
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: widthSlide;
  transform-origin: left;
}
.about-2 .container .text {
  width: 50%;
  height: 26vw;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  justify-content: center;
  background: #f3f3f3 url(../images/lines.png) no-repeat right top;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .about-2 .container .text {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 1rem;
    overflow: hidden;
  }
}
.about-2 .container .text p {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInRightMini;
}
.about-2 .container .text p:nth-of-type(1) {
  animation-delay: 0.1s;
}
.about-2 .container .text p:nth-of-type(2) {
  animation-delay: 0.2s;
}
.about-2 .container .text p:nth-of-type(3) {
  animation-delay: 0.3s;
}
.about-2 .container .text p:nth-of-type(4) {
  animation-delay: 0.4s;
}
.about-2 .container .text p:nth-of-type(5) {
  animation-delay: 0.5s;
}
.about-2 .container .text p:nth-of-type(6) {
  animation-delay: 0.6s;
}
.about-2 .container .text p:nth-of-type(7) {
  animation-delay: 0.7s;
}
.about-2 .container .text p:nth-of-type(8) {
  animation-delay: 0.8s;
}
.about-2 .container .text p:nth-of-type(9) {
  animation-delay: 0.9s;
}
@keyframes widthSlide1 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.about-3 {
  background: url(../images/a3.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.about-3 .container {
  position: relative;
  overflow-x: hidden;
}
.about-3 .container .up {
  display: flex;
}
.about-3 .container .up .arrow {
  width: 85%;
  height: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  transform: rotate(-6.3deg) translateY(13.3vw);
  transform-origin: top left;
  /* 或者 0% 0% */
}
.about-3 .container .up .arrow .line {
  width: 100%;
  height: 6px;
  background-color: #e62129;
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-fill-mode: both;
  transform-origin: left center;
  animation-name: widthSlide1;
}
.about-3 .container .up .arrow .arrow-icon {
  width: 27px;
  height: 20px;
  background: url(../images/arrow.png) no-repeat center center;
}
.about-3 .container .up .lo {
  margin-left: auto;
}
.about-3 .container .history-swiper .swiper-wrapper {
  align-items: flex-end;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .about-3 .container .history-swiper .swiper-wrapper {
    padding: 0 0.5rem;
  }
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  box-sizing: border-box;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  .about-3 .container .history-swiper .swiper-wrapper .swiper-slide {
    padding-top: 100%;
  }
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.1s linear;
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e62129;
  border: 3px solid #fff;
  border-radius: 99px;
  position: absolute;
  box-sizing: border-box;
  left: -10px;
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text {
  height: 100%;
  padding: 1rem;
  border-left: 3px solid #fff;
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text h4 {
  color: #666666;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text h4 {
    font-size: 1rem;
  }
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-3 .container .history-swiper .swiper-wrapper .swiper-slide .slide-content .text p {
    font-size: 0.875rem;
  }
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide.visible-1 .slide-content {
  padding-top: 36%;
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide.visible-2 .slide-content {
  padding-top: 24%;
}
.about-3 .container .history-swiper .swiper-wrapper .swiper-slide.visible-3 .slide-content {
  padding-top: 12%;
}
.about-3 .container .history-swiper .btns {
  right: 0;
  bottom: 1rem;
  position: absolute;
  width: 96px;
}

.about-4 {
  background: url(../images/a4.jpg) no-repeat center center/cover;
}
.about-4 .container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .about-4 .container {
    padding: 0;
  }
}
.about-4 .container .fixed-grid {
  margin-top: 3rem;
}
.about-4 .container .fixed-grid .grid {
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .about-4 .container .fixed-grid .grid {
    gap: 1rem;
  }
}
.about-4 .container .fixed-grid .grid .cell {
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpSmall;
}
.about-4 .container .fixed-grid .grid .cell .icon-box {
  width: 3rem;
  height: 4rem;
  display: flex;
  align-items: center;
}
.about-4 .container .fixed-grid .grid .cell .icon-box img {
  width: 100%;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(1) {
  animation-delay: 0.1s;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(2) {
  animation-delay: 0.2s;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(3) {
  animation-delay: 0.3s;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(4) {
  animation-delay: 0.4s;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(5) {
  animation-delay: 0.5s;
}
.about-4 .container .fixed-grid .grid .cell:nth-of-type(6) {
  animation-delay: 0.6s;
}
.about-4 .container .fixed-grid .grid .cell .text {
  padding-top: 14px;
}
.about-4 .container .fixed-grid .grid .cell .text h2 {
  color: #343434;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-4 .container .fixed-grid .grid .cell .text h2 {
    font-size: 1rem;
  }
}
.about-4 .container .fixed-grid .grid .cell .text p {
  color: #343434;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-4 .container .fixed-grid .grid .cell .text p {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

.about-5 .container {
  padding: 3rem 0;
}
.about-5 .container .video-swiper {
  margin-top: 3rem;
}
.about-5 .container .video-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.about-5 .container .video-swiper .swiper-wrapper .swiper-slide .play {
  display: block;
  background: #fff url(../images/play.png) no-repeat center center;
  width: 94px;
  height: 94px;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-6 {
  position: relative;
  padding-bottom: 20vh;
  background: url(../images/a5.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .about-6 {
    padding-bottom: 2rem;
  }
}
.about-6 .container {
  padding: 3rem 0;
}
.about-6 .honor {
  margin-top: 3rem;
}

.content-section {
  padding-top: 10vw;
  padding-bottom: 20vh;
  background: #f5f8fb url(../images/c_bg.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .content-section {
    padding-top: 20vw;
    padding-bottom: 2rem;
  }
}
.content-section .container .titles {
  position: relative;
}
.content-section .container .titles .title {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  position: absolute;
  line-height: 8rem;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .content-section .container .titles .title {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
  }
}
.content-section .container .titles h2 {
  line-height: 8rem;
  font-size: 8.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(139, 138, 138, 0.12);
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDownMini;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .content-section .container .titles h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
  }
}
.content-section .container .titles .line {
  width: 34px;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #e62129;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 1023px) {
  .content-section .container .titles .line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.company-1 .container ul li {
  display: flex;
  margin-top: 1rem;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpMini;
}
.company-1 .container ul li:nth-of-type(1) {
  animation-delay: 0.075s;
}
.company-1 .container ul li:nth-of-type(2) {
  animation-delay: 0.15s;
}
.company-1 .container ul li:nth-of-type(3) {
  animation-delay: 0.225s;
}
.company-1 .container ul li:nth-of-type(4) {
  animation-delay: 0.3s;
}
.company-1 .container ul li:nth-of-type(5) {
  animation-delay: 0.375s;
}
@media screen and (max-width: 768px) {
  .company-1 .container ul li {
    flex-direction: column;
  }
}
.company-1 .container ul li .img-box {
  width: 60%;
  padding-top: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-1 .container ul li .img-box {
    width: 100%;
    padding-top: 50%;
    order: 1;
  }
}
.company-1 .container ul li .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.company-1 .container ul li .name {
  width: 40%;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .company-1 .container ul li .name {
    width: 100%;
    order: 2;
  }
}
.company-1 .container ul li .name h2 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .company-1 .container ul li .name h2 {
    margin-top: 0;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
}
.company-1 .container ul li .name h2 a {
  color: #251916;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-1 .container ul li .name h2 a {
    font-size: 1rem;
  }
}

.news .news-list .container .list li {
  display: flex;
  margin-top: 2rem;
  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.8s;
  animation-fill-mode: both;
  animation-name: fadeInUpMini;
}
.news .news-list .container .list li:nth-of-type(1) {
  animation-delay: 0.075s;
}
.news .news-list .container .list li:nth-of-type(2) {
  animation-delay: 0.15s;
}
.news .news-list .container .list li:nth-of-type(3) {
  animation-delay: 0.225s;
}
.news .news-list .container .list li:nth-of-type(4) {
  animation-delay: 0.3s;
}
.news .news-list .container .list li:nth-of-type(5) {
  animation-delay: 0.375s;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li {
    flex-direction: column;
  }
}
.news .news-list .container .list li .img-box {
  width: 30%;
  flex-shrink: 0;
  padding-top: 20%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .img-box {
    width: 100%;
    padding-top: 60%;
  }
}
.news .news-list .container .list li .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-list .container .list li .info {
  padding: 3rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .info {
    padding: 1rem;
    width: 100%;
  }
}
.news .news-list .container .list li .info .titles {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .info .titles {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news .news-list .container .list li .info .titles .tit {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .info .titles .tit {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.news .news-list .container .list li .info .titles .date {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .info .titles .date {
    margin-left: initial;
  }
}
.news .news-list .container .list li .info p {
  margin-top: 1rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news .news-list .container .list li .info p {
    font-size: 0.875rem;
  }
}

.bus-list .content-section {
  padding-bottom: 3rem;
}
.bus-list .list li {
  position: relative;
  height: 40vw;
  overflow: hidden;
}
.bus-list .list li img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.bus-list .list li .info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28.125vw;
  left: 15vw;
}
@media screen and (max-width: 768px) {
  .bus-list .list li .info {
    width: 100%;
    left: 0;
  }
}
.bus-list .list li .info .content {
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeftMini;
}
.bus-list .list li .info .content h1 {
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.bus-list .list li .info .content h2 {
  color: #333;
  font-size: 1.25rem;
}
.bus-list .list li .info .content .line {
  width: 34px;
  height: 3px;
  background-color: #e62129;
}
.bus-list .list li .info .content p {
  margin-top: 1rem;
  color: var(--bulma-text-strong);
}
.bus-list .list li:last-child {
  margin-bottom: -15vh;
}

.job-list .job-table .job-title {
  display: flex;
  align-items: center;
  background-color: #224485;
  line-height: 1.5;
  padding: 0.5em 0;
}
.job-list .job-table .job-title span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .job-list .job-table .job-title span {
    font-size: 1rem;
  }
}
.job-list .job-table .job-title .name {
  width: 70%;
  padding-left: 5%;
}
.job-list .job-table .job-title .date {
  width: 30%;
  text-align: center;
}
.job-list .job-table .list {
  background-color: #fff;
  border: 1px solid #e8ebef;
  border-top: none;
}
.job-list .job-table .list li {
  overflow: hidden;
}
.job-list .job-table .list li .job-info {
  display: flex;
  line-height: 1.5;
  padding: 0.5em 0;
  border-bottom: 1px solid #e8ebef;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.job-list .job-table .list li .job-info:last-child .job-info {
  border: none;
}
.job-list .job-table .list li .job-info .job-name {
  width: 70%;
  padding-left: 5%;
}
.job-list .job-table .list li .job-info .job-name a {
  font-size: 1.25rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .job-list .job-table .list li .job-info .job-name a {
    font-size: 1rem;
  }
}
.job-list .job-table .list li .job-info .job-time {
  width: 30%;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .job-list .job-table .list li .job-info .job-time {
    font-size: 1rem;
  }
}
.job-list .job-table .list li .job-desc {
  position: relative;
  display: none;
}
.job-list .job-table .list li .job-desc .content {
  padding: 1rem 5%;
}
.job-list .job-table .list li.active {
  background-color: #f6f6f6;
}
.job-list .job-table .list li.active .job-info {
  border: none;
  background-color: #f6f6f6;
}
.job-list .job-table .list li.active .job-desc {
  display: block;
}

.news-detail .container .news-content {
  gap: 3rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content {
    flex-direction: column;
  }
}
.news-detail .container .news-content .news-body {
  flex: 1;
}
.news-detail .container .news-content .news-body .news-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .news-title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.5rem;
  }
}
.news-detail .container .news-content .news-body .news-title::before {
  content: "";
  width: 3px;
  height: 20px;
  margin: 0 1rem;
  background-color: #e62129;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .news-title::before {
    width: 0;
    height: 0;
  }
}
.news-detail .container .news-content .news-body .news-title .title {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.5em 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .news-title .title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.news-detail .container .news-content .news-body .news-title .date {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .news-title .date {
    margin-left: initial;
  }
}
.news-detail .container .news-content .news-body .content {
  padding-left: 1rem;
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
.news-detail .container .news-content .news-body .content .video-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.news-detail .container .news-content .news-body .content .video-wrapper iframe {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .content .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .content {
    font-size: 1rem;
    padding-left: 0;
  }
}
.news-detail .container .news-content .news-body .change {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .news-body .change {
    padding-left: 0;
  }
}
.news-detail .container .news-content .side-nav {
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .side-nav {
    width: 100%;
  }
}
.news-detail .container .news-content .side-nav .news-nav {
  background-color: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21);
}
.news-detail .container .news-content .side-nav .news-nav .news-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
}
.news-detail .container .news-content .side-nav .news-nav .news-title::before {
  content: "";
  width: 3px;
  height: 20px;
  margin: 0 1rem;
  background-color: #e62129;
}
.news-detail .container .news-content .side-nav .news-nav .news-title .title {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.5em 0;
  margin: 0;
}
.news-detail .container .news-content .side-nav .news-nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .side-nav .news-nav ul {
    flex-direction: row;
  }
}
.news-detail .container .news-content .side-nav .news-nav ul li {
  line-height: 1.5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: calc(2rem + 3px);
  border-bottom: 1px solid #ededed;
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-content .side-nav .news-nav ul li {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.news-detail .container .news-content .side-nav .news-nav ul li a {
  color: #474747;
  font-size: 1.25rem;
  font-weight: bold;
}
.news-detail .container .news-content .side-nav img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

@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: 3rem;
    min-height: 3rem;
    margin-top: -55px;
  }
}
.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);
}

.content-nav {
  padding: 1rem 0;
  background-color: hsl(221, 14%, 96%);
}
@media screen and (max-width: 1023px) {
  .content-nav {
    padding: 0.5rem;
  }
}
.content-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-nav .container .crumb {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb {
    font-size: 0.875rem;
  }
}
.content-nav .container .crumb .iconfont {
  font-size: 1.25rem;
}
.content-nav .container .crumb a {
  color: #666;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb a {
    font-size: 0.875rem;
  }
}
.content-nav .container .bd-nav {
  display: flex;
}
.content-nav .container .bd-nav .bd-nav-item {
  --h: var(--bulma-main-h);
  --s: var(--bulma-main-s);
  --l: var(--bulma-main-l);
  align-items: center;
  border-radius: 0.5em;
  color: var(--bulma-text-strong);
  display: flex;
  gap: 0.5em;
  padding: 0.5em 0.75em;
  position: relative;
  transition: all 0.3s linear;
}
.content-nav .container .bd-nav .bd-nav-item::before {
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  background-color: #e2222d;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-nav .container .bd-nav .bd-nav-item::before {
    height: 1px;
    bottom: 0;
  }
}
.content-nav .container .bd-nav .bd-nav-item:hover {
  color: #e2222d;
}
.content-nav .container .bd-nav .bd-nav-item:hover::before {
  width: 100%;
  left: 0;
}
.content-nav .container .bd-nav .bd-nav-item.active {
  color: #e2222d;
}
.content-nav .container .bd-nav .bd-nav-item.active::before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .bd-nav {
    align-items: stretch;
    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);
    flex-direction: column;
    opacity: 0;
    padding: 0.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1.5em;
    transform: scale(0.98) translateY(-0.5em);
    transform-origin: right top;
    transition-duration: var(--bulma-duration);
    transition-property: opacity, transform;
    visibility: hidden;
    z-index: 5;
  }
  .content-nav .container .bd-nav .bd-nav-item.active {
    color: #e2222d;
    font-weight: bold;
    background-color: transparent;
  }
  .content-nav .container .bd-nav.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
}
.content-nav .container .nav-burger .iconfont {
  font-size: 1.25rem;
}

.content-container .index-title {
  margin-bottom: 1rem;
  text-align: center;
}
.content-container .index-title h1 {
  color: #333;
  text-shadow: none;
  font-size: 1.5rem;
}
.content-container .index-title h1::before, .content-container .index-title h1::after {
  width: 0;
  height: 0;
}
.content-container .categorys .tabs ul li.is-active a {
  background-color: #e2222d;
  border-color: #e2222d;
}
@media screen and (min-width: 1024px) {
  .content-container .container .pro-list .grid {
    gap: 2rem;
  }
}
.content-container .container .pro-list .grid .cell {
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 0.5em;
  border: 1px solid hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .image {
  overflow: hidden;
}
.content-container .container .pro-list .grid .cell .image img {
  object-fit: cover;
  transition: all 0.3s linear;
}
.content-container .container .pro-list .grid .cell .tit {
  display: block;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  transition: all 0.3s linear;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-list .grid .cell .tit {
    -webkit-line-clamp: 2;
  }
}
.content-container .container .pro-list .grid .cell:hover .image img {
  transform: scale(1.1);
}
.content-container .container .pro-list .grid .cell:hover .tit {
  color: #e2222d;
}
@media screen and (min-width: 1024px) {
  .content-container .container .news-list .grid {
    gap: 2rem;
  }
}
.content-container .container .news-list .grid .cell .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  margin-top: 1rem;
}
.content-container .container .news-list .grid .cell .time .iconfont {
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .title {
    margin: 1rem 0;
  }
}
.content-container .container .news-list .grid .cell .title a {
  font-size: 1.25rem;
  color: hsl(221, 14%, 4%);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .title a {
    font-size: 1rem;
  }
}
.content-container .container .news-list .grid .cell .title:hover a {
  color: #e2222d;
}
.content-container .container .news-list .grid .cell .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .desc {
    font-size: 0.75rem;
  }
}
.content-container .container .page-detail .detail .title {
  text-align: center;
}
.content-container .container .page-detail .detail .subtitle {
  text-align: center;
}
.content-container .container .page-detail .form form .cus {
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus {
    flex-direction: column;
    gap: 0;
  }
}
.content-container .container .page-detail .form form .cus .field {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus .field {
    width: 100%;
  }
}
.content-container .container .page-detail .form form .texts {
  margin-top: var(--bulma-block-spacing);
}
.content-container #mymap {
  width: 100%;
  height: 500px;
}
.content-container #mymap img {
  max-width: initial;
  transition: all;
}

@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=list.css.map */