body {
  max-width: 2560px;
  margin: 0 auto;
}

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

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

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

.modal-item {
  cursor: pointer;
}

@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: #d31b1b;
  border-color: #d31b1b;
}
.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;
}

.bd-nav-search,
.bd-nav-themes {
  position: relative;
}

.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;
}

.navbar-burger span {
  color: #d31b1b;
  background-color: #d31b1b;
}

header .top-bar {
  line-height: 2;
  background-color: #ededed;
}
header .top-bar .container p {
  color: #000;
  font-size: 0.875rem;
}
header .logo {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 76px;
  }
}
header .navbar {
  display: flex;
  flex-direction: column;
}
header .navbar .navbar-brand .container {
  display: flex;
  padding: 1rem 0;
  align-items: center;
}
header .navbar .navbar-brand .container .contact {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .navbar .navbar-brand .container .contact .iconfont {
  color: #342c29;
  font-size: 2.75rem;
  margin-right: 0.5rem;
}
header .navbar .navbar-brand .container .contact .tels {
  line-height: 1.2;
}
header .navbar .navbar-brand .container .contact .tels span {
  color: #d31b1b;
  font-size: 2rem;
  font-weight: bold;
}
header .navbar-menu {
  align-items: center;
  border-top: 1px solid hsl(221, 14%, 86%);
}
header .navbar-menu .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  header .navbar-menu .container > .navbar-item {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item {
    font-size: 0.875rem;
  }
  header .navbar-menu .container > .navbar-item.has-dropdown .navbar-link {
    font-size: 0.875rem;
  }
  header .navbar-menu .container > .navbar-item.has-dropdown .navbar-item {
    font-size: 0.75rem;
  }
}
header .navbar-menu .container > .navbar-item .navbar-link::after {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  header .navbar .navbar-brand .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar .navbar-brand .container .logo {
    height: 3rem;
    padding: 0.25rem 0.5rem;
  }
  header .navbar .navbar-brand .container .logo img {
    max-height: 100%;
  }
}
.banner img {
  display: block;
  transform: perspective(1000px) translate3d(0, 0, 100px);
  filter: blur(5px);
  opacity: 0.5;
  margin: 0 auto;
  width: 100%;
  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;
  text-align: left;
}
.banner .text .container {
  display: flex;
  padding-bottom: 18%;
  padding-left: 5%;
  padding-right: 5%;
  flex-direction: column;
  justify-content: flex-end;
}
.banner .text .container h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.banner .text .container h1 span {
  color: #d31b1b;
}
@media screen and (max-width: 1023px) {
  .banner .text .container h1 {
    font-size: 1.5rem;
  }
}
.banner .text .container p {
  font-size: 2rem;
  color: #fff;
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .banner .text .container p {
    font-size: 0.75rem;
  }
}
.banner .paging {
  bottom: 1rem;
  width: 100%;
  position: absolute;
  z-index: 10;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .banner .paging {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.banner .paging .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner .paging .container .my-fraction-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.banner .paging .container .my-fraction-pagination .current {
  color: #ffc800;
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .my-fraction-pagination .current {
    font-size: 1rem;
    font-weight: bold;
  }
}
.banner .paging .container .my-fraction-pagination .swiper-text {
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .my-fraction-pagination .swiper-text {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.banner .paging .container .divider {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .divider {
    font-size: 1rem;
  }
}
.banner .paging .container .swiper-pagination {
  position: static;
  width: auto;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination {
    gap: 0.5rem;
  }
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  opacity: 1;
  margin: 0;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
  }
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #d31b1b;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all linear 6s;
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  left: 0;
}
.banner .btns .swiper-button-prev,
.banner .btns .swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-weight: lighter;
  border: 1px solid #fff;
}
.banner .btns .swiper-button-prev::after,
.banner .btns .swiper-button-next::after {
  color: #fff;
  font-size: 1.25rem;
  font-weight: lighter;
}
.banner .swiper-slide-active img {
  transform: perspective(1000px) translate3d(0, 0, 0px);
  filter: blur(0);
  opacity: 1;
}
.banner .swiper-slide-active .text h1 {
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInLeftMini;
}
.banner .swiper-slide-active .text p {
  animation-delay: 0.4s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInLeftMini;
}

.index-container .index-title {
  text-align: center;
}
.index-container .index-title .en {
  color: #666666;
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title .en {
    font-size: 1.125rem;
  }
}
.index-container .index-title h2 {
  gap: 2rem;
  color: #d31b1b;
  font-weight: bold;
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-container .index-title h2::before, .index-container .index-title h2::after {
  width: 50px;
  height: 2px;
  content: "";
  background-color: #bdbdbe;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title h2 {
    font-size: 1.5rem;
  }
}
.index-container .index-1 {
  background-color: #f5f5f5;
}
.index-container .index-1 .container .fixed-grid .grid {
  gap: 3.75vw;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .fixed-grid .grid {
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
  }
}
.index-container .index-1 .container .fixed-grid .grid .cell {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .fixed-grid .grid .cell:nth-child(1), .index-container .index-1 .container .fixed-grid .grid .cell:nth-child(2) {
    grid-column: span 3;
  }
  .index-container .index-1 .container .fixed-grid .grid .cell:nth-child(n+3) {
    grid-column: span 2;
  }
}
.index-container .index-1 .container .fixed-grid .grid .cell h2 {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .fixed-grid .grid .cell h2 {
    font-size: 1rem;
  }
}
.index-container .index-1 .container .fixed-grid .grid .cell p {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .fixed-grid .grid .cell p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    line-height: 1.25;
  }
}
.index-container .index-2 .container ul {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul {
    flex-direction: column;
  }
}
.index-container .index-2 .container ul li {
  position: relative;
}
.index-container .index-2 .container ul li h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-container .index-2 .container ul li h2 a {
  color: #fff;
}
.index-container .index-2 .container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-container .index-2 .container ul li:nth-child(1) {
  width: 45.454545%;
  background-color: #d31b1b;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(1) {
    width: 100%;
    padding: 1rem 0;
  }
}
.index-container .index-2 .container ul li:nth-child(1) .en {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(1) .en {
    font-size: 1.25rem;
  }
}
.index-container .index-2 .container ul li:nth-child(1) h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(1) h1 {
    font-size: 1.5rem;
  }
}
.index-container .index-2 .container ul li:nth-child(1) .line {
  width: 83px;
  height: 3px;
  margin-top: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(1) .line {
    width: 3rem;
    height: 2px;
    margin-top: 0.5rem;
  }
}
.index-container .index-2 .container ul li:nth-child(2) {
  width: calc(54.545455% - 0.75rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(2) {
    width: 100%;
  }
}
.index-container .index-2 .container ul li:nth-child(3) {
  width: calc(54.545455% - 0.75rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(3) {
    width: 100%;
  }
}
.index-container .index-2 .container ul li:nth-child(4) {
  width: 45.454545%;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container ul li:nth-child(4) {
    width: 100%;
  }
}
.index-container .index-3 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.index-container .index-3 .container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container {
    flex-direction: column;
  }
}
.index-container .index-3 .container .information {
  padding: 2.5rem;
  margin-bottom: 0;
  background-color: #d31b1b;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .information {
    padding: 1rem;
  }
}
.index-container .index-3 .container .information h3 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .information h3 {
    font-size: 1.5rem;
  }
}
.index-container .index-3 .container .information p {
  color: #fff;
  text-indent: 2em;
  text-align: justify;
}
.index-container .index-4 .container {
  margin-top: 2rem;
}
.index-container .index-4 .container .image img {
  object-fit: cover;
}
.index-container .index-4 .container .info {
  padding: 1rem;
  background-color: #d31b1b;
}
.index-container .index-4 .container .info .tit {
  color: #fff;
  line-height: 1;
  font-size: 1.25rem;
}
.index-container .index-4 .container .info p {
  color: #fff;
}
.index-container .index-5 {
  position: relative;
  background-color: #f5f5f5;
}
.index-container .index-5 .top {
  z-index: 2;
  position: relative;
}
.index-container .index-5 .top .fixed-grid .grid {
  gap: 1.25rem;
}
.index-container .index-5 .top .fixed-grid .grid .cell {
  gap: 1.25rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .top .fixed-grid .grid .cell {
    flex-direction: column;
  }
}
.index-container .index-5 .top .fixed-grid .grid .cell .content {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .top .fixed-grid .grid .cell .content {
    order: 2;
  }
}
.index-container .index-5 .top .fixed-grid .grid .cell .content .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.index-container .index-5 .top .fixed-grid .grid .cell .content .info span {
  color: #707070;
}
.index-container .index-5 .top .fixed-grid .grid .cell .content .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.index-container .index-5 .top .fixed-grid .grid .cell .content .desc {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .top .fixed-grid .grid .cell .content .desc {
    margin-bottom: 0;
  }
}
.index-container .index-5 .top .fixed-grid .grid .cell .content .more {
  color: #c3c3c3;
  padding: 0.25em 0.5em;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  font-size: 1.25rem;
}
.index-container .index-5 .top .fixed-grid .grid .cell .image {
  flex-shrink: 0;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .top .fixed-grid .grid .cell .image {
    order: 1;
    width: 100%;
  }
}
.index-container .index-5 .list {
  z-index: 2;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .list {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
  }
}
.index-container .index-5 .list .fixed-grid .grid {
  gap: 1.25rem;
}
.index-container .index-5 .list .fixed-grid .grid .cell .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.index-container .index-5 .list .fixed-grid .grid .cell .info span {
  color: #707070;
}
.index-container .index-5 .list .fixed-grid .grid .cell .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.index-container .index-5 .list .fixed-grid .grid .cell .desc {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  margin-bottom: 1rem;
}
.index-container .index-5 #can_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40vh;
  bottom: 0;
  max-height: 500px;
  left: 0;
  overflow: hidden;
  opacity: 0.3;
}

.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-banner .hero-body .title {
  color: #fff;
}
.inner-banner .hero-body .subtitle {
  color: #fff;
}

.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-primary-h);
  --s: var(--bulma-primary-s);
  --l: var(--bulma-primary-l);
  align-items: center;
  border-radius: 0.5em;
  color: var(--bulma-text-strong);
  display: flex;
  gap: 0.5em;
  padding: 0.5em 0.75em;
}
.content-nav .container .bd-nav .bd-nav-item:hover {
  background-color: hsl(221, 14%, 93%);
}
.content-nav .container .bd-nav .bd-nav-item.active {
  color: #fff;
  background-color: #d31b1b;
}
@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: #d31b1b;
    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: #d31b1b;
  border-color: #d31b1b;
}
@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 .aspect-ratio-box {
  background-color: hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box img {
  object-fit: contain;
}
.content-container .container .pro-list .grid .cell .image {
  overflow: hidden;
}
.content-container .container .pro-list .grid .cell .image img {
  object-fit: contain;
  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: #d31b1b;
}
@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: #d31b1b;
}
.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;
}

.footer {
  background-color: #2e3238;
}
.footer .container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer .container {
    gap: 1rem;
    flex-direction: column;
  }
}
.footer .container .info p {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .info p {
    font-size: 1rem;
  }
}
.footer .container .info .copyright {
  color: #fff;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .info .copyright {
    font-size: 0.875rem;
  }
}
.footer .container .info .copyright a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer .container .info .copyright a {
    display: block;
  }
}
.footer .container .qrcodes {
  gap: 1rem;
  display: flex;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .footer .container .qrcodes {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
.footer .container .qrcodes .qrcode h4 {
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .qrcodes .qrcode h4 {
    text-align: center;
  }
}

@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 {
  width: 100%;
  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 */