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

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

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

.aspect-ratio-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.aspect-ratio-box.box-9by16 {
  padding-top: 177.77778%;
  aspect-ratio: 9/16;
}
.aspect-ratio-box.box-2by3 {
  padding-top: 150%;
  aspect-ratio: 2/3;
}
.aspect-ratio-box.box-4by5 {
  padding-top: 125%;
  aspect-ratio: 4/5;
}
.aspect-ratio-box.box-square {
  padding-top: 100%;
  aspect-ratio: 1/1;
}
.aspect-ratio-box.box-5by4 {
  padding-top: 80%;
  aspect-ratio: 5/4;
}
.aspect-ratio-box.box-4by3 {
  padding-top: 75%;
  aspect-ratio: 4/3;
}
.aspect-ratio-box.box-3by2 {
  padding-top: 66.66667%;
  aspect-ratio: 3/2;
}
.aspect-ratio-box.box-5by3 {
  padding-top: 60%;
  aspect-ratio: 5/3;
}
.aspect-ratio-box.box-16by9 {
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.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: #135da7;
  border-color: #135da7;
}
.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-header {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .bd-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: var(--bulma-shadow);
  }
}

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

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

.navbar-item.active,
a.navbar-item.active,
div.navbar-item.active .navbar-link {
  background: #0f4982;
}

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

.navbar-burger:active {
  background-color: rgba(19, 93, 167, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(19, 93, 167, 0.1);
}

header .top-bar {
  background-color: #000000;
}
header .top-bar .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  header .top-bar .container {
    padding: 0 1rem;
  }
}
header .top-bar .container p {
  color: #fff;
  line-height: 1.5;
  padding: 0.25em 0;
  font-size: 0.875rem;
}
header .top-bar .container p a {
  color: #fff;
}
header .top-bar .container .lang {
  margin-left: auto;
}
header .logo {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 54px;
  }
}
header .navbar {
  display: flex;
  flex-direction: column;
}
header .navbar .navbar-brand .container {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand .container .line {
  width: 2px;
  height: 100%;
  margin: 0 1rem;
  background-color: #e7e7e7;
}
@media screen and (max-width: 1407px) {
  header .navbar .navbar-brand .container .text {
    display: none;
  }
}
header .navbar .navbar-brand .container .text h3 {
  color: #222222;
  font-size: 1.5rem;
  font-weight: bold;
}
header .navbar .navbar-brand .container .contact {
  margin-left: auto;
  display: flex;
  align-items: center;
  line-height: 1.25;
  gap: 0.5rem;
}
header .navbar .navbar-brand .container .contact .iconfont {
  color: #ff8400;
  font-size: 3.5rem;
}
header .navbar .navbar-brand .container .contact span {
  color: #333333;
}
header .navbar .navbar-brand .container .contact p {
  color: #ff8400;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}
header .navbar-menu {
  align-items: center;
  background-color: #135da7;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu {
    background-color: unset;
  }
}
header .navbar-menu .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container {
    flex-direction: column;
  }
}
header .navbar-menu .container > .navbar-item {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item {
    color: unset;
  }
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item.has-dropdown {
    background-color: #fff;
  }
  header .navbar-menu .container > .navbar-item.has-dropdown .navbar-link {
    background-color: #135da7;
  }
}
header .navbar-menu .container > .navbar-item:hover {
  background: #105090;
}
header .navbar-menu .container > .navbar-item:hover .navbar-link {
  transition: 0;
  background: #105090;
}
header .navbar-menu .container > .navbar-item .navbar-link {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  header .navbar-menu .container > .navbar-item .navbar-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
  }
}
header .navbar-menu .container > .navbar-item .navbar-link::after {
  border-color: #fff;
}
header .navbar-menu .container > .navbar-item .navbar-dropdown .is-selected {
  color: #fff;
  background-color: #135da7;
}

@media screen and (max-width: 1023px) {
  header .navbar .navbar-brand .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar .navbar-brand .container .logo {
    height: 27px;
    margin-left: 0.75rem;
  }
  header .navbar .navbar-brand .container .logo img {
    max-height: 100%;
  }
}
.banner img {
  display: block;
  transform: scale(1.2);
  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: center;
}
.banner .text h1 {
  color: #135da7;
  font-size: 2rem;
  font-weight: 900;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  margin-bottom: 1.5rem;
}
.banner .text h1 span {
  color: #135da7;
}
@media screen and (max-width: 1023px) {
  .banner .text h1 {
    font-size: 1.5rem;
  }
}
.banner .text p {
  font-size: 1rem;
  color: #333;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  margin-bottom: 8vw;
}
@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: fadeInUp;
}
.banner .swiper-slide-active .text p {
  animation-delay: 0.4s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-title .title {
  margin-bottom: 0;
  position: relative;
}
.index-title .title h1 {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 4.5rem;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .index-title .title h1 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
.index-title .title h2 {
  color: #f8f8f8;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .index-title .title h2 {
    font-size: 3rem;
  }
}
.index-title .lines {
  width: 500px;
  height: 3px;
  display: flex;
  margin: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .index-title .lines {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.index-title .lines .line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #efefef;
  z-index: -1;
}
.index-title .lines::before {
  content: "";
  width: 61px;
  height: 3px;
  background-color: #135da7;
}
.index-title .lines::after {
  content: "";
  width: 61px;
  height: 3px;
  background-color: #ff8400;
}
@media screen and (max-width: 1023px) {
  .index-title p {
    font-size: 0.875rem;
  }
}

.section-1 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-1 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.section-1 .container {
  gap: 2rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-1 .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1407px) {
  .section-1 .container {
    gap: 1rem;
  }
}
.section-1 .container .pro-nav {
  width: 272px;
  flex-shrink: 0;
  padding-bottom: 0.625rem;
  background-color: #135da7;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .pro-nav {
    width: 100%;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.section-1 .container .pro-nav .title {
  text-align: center;
  margin: 1.5rem 0;
}
.section-1 .container .pro-nav .title h3 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  gap: 0.5rem;
}
.section-1 .container .pro-nav .title h3::before, .section-1 .container .pro-nav .title h3::after {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.section-1 .container .pro-nav .title p {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.625rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1024px) {
  .section-1 .container .pro-nav .tabs {
    padding: 0 0.625rem;
  }
  .section-1 .container .pro-nav .tabs ul {
    flex-direction: column;
    background-color: #fff;
  }
  .section-1 .container .pro-nav .tabs ul li {
    width: 100%;
  }
  .section-1 .container .pro-nav .tabs ul li a {
    justify-content: flex-start;
    border-bottom-style: dashed;
  }
  .section-1 .container .pro-nav .tabs ul li a::before {
    content: "";
    width: 6px;
    height: 1px;
    margin-right: 0.5rem;
    background-color: #333;
  }
  .section-1 .container .pro-nav .tabs ul li.is-active a {
    color: #135da7;
    border-color: #135da7;
  }
  .section-1 .container .pro-nav .tabs ul li.is-active a::before {
    background-color: #135da7;
  }
}
.section-1 .container .pro-nav .contact {
  padding: 0 0.625rem;
}
.section-1 .container .pro-nav .contact .text {
  padding: 1rem;
  background-color: #fff;
}
.section-1 .container .pro-nav .contact .text h4 {
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.section-1 .container .pro-nav .contact .text .phone {
  text-indent: 3em;
}
.section-1 .container .pro-list {
  flex: 1;
}
.section-1 .container .pro-list .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 1407px) {
  .section-1 .container .pro-list .fixed-grid .grid {
    gap: 1rem;
  }
}
.section-1 .container .pro-list .fixed-grid .grid .cell .tit {
  gap: 1rem;
  display: flex;
  padding: 0.625rem;
  align-items: center;
  background-color: #fbfbfb;
}
.section-1 .container .pro-list .fixed-grid .grid .cell .tit span {
  flex: 1;
  color: #333333;
}
.section-1 .container .pro-list .fixed-grid .grid .cell .tit .iconfont {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  background-color: #e6e6e6;
}

.section-2 {
  background: url(../images/bg.jpg) repeat-x center center/cover;
}
.section-2 .container {
  display: flex;
  padding: 3rem 0;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .section-2 .container {
    gap: 1rem;
    padding: 0;
    flex-direction: column;
  }
}
.section-2 .container .info {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.section-2 .container .info h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .info h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.section-2 .container .info p {
  text-indent: 2em;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .info p {
    font-size: 0.875rem;
  }
}
.section-2 .container .info .button {
  color: #fff;
  margin-top: auto;
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  .section-4 .container {
    flex-direction: column;
  }
}
.section-4 .container .fixed-grid .grid .cell {
  position: relative;
}
.section-4 .container .fixed-grid .grid .cell .tit {
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  line-height: 1.5;
  padding: 0.5em 0;
  text-indent: 1em;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.section-5 {
  background-color: #f6f6f9;
}
.section-5 .container .title h1 {
  color: #333333;
  font-size: 2.25rem;
}
.section-5 .container .title p {
  color: #999999;
  font-size: 0.875rem;
  font-weight: normal;
}
.section-5 .container .news {
  gap: 1rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news .news-list {
    order: 2;
  }
}
.section-5 .container .news .news-list ul {
  gap: 1rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section-5 .container .news .news-list ul li {
  background-color: #fff;
  width: calc(50% - 0.5rem);
}
.section-5 .container .news .news-list ul li .info {
  gap: 1rem;
  height: 100%;
  display: flex;
  padding: 0 2rem;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news .news-list ul li .info {
    padding: 1rem;
  }
}
.section-5 .container .news .news-list ul li .info .date {
  font-size: 0.875rem;
}
.section-5 .container .news .news-list ul li .info .tit {
  margin-top: 0;
  margin-bottom: 0;
}
.section-5 .container .news .news-list ul li .info .tit a {
  color: #333;
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.section-5 .container .news .news-list ul li .info p {
  font-size: 0.875rem;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.section-5 .container .news .rec-news {
  width: 35%;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news .rec-news {
    width: 100%;
    order: 1;
  }
}
.section-5 .container .news .rec-news .info {
  gap: 0.5rem;
  display: flex;
  padding: 1rem 2rem;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .section-5 .container .news .rec-news .info {
    padding: 1rem;
  }
}
.section-5 .container .news .rec-news .info .date {
  font-size: 0.875rem;
}
.section-5 .container .news .rec-news .info .tit {
  margin-top: 0;
  margin-bottom: 0;
}
.section-5 .container .news .rec-news .info .tit a {
  color: #333;
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.section-5 .container .news .rec-news .info p {
  font-size: 0.875rem;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}

.footer {
  padding: 0;
}
.footer .section {
  background-color: #21242b;
}
.footer .section .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .section .container {
    flex-direction: column;
  }
}
.footer .section .container .info .foot-nav {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .info .foot-nav {
    gap: 0.75em;
    flex-wrap: wrap;
  }
}
.footer .section .container .info .foot-nav a {
  color: #fff;
  padding: 0 1em;
  line-height: 1.2;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .info .foot-nav a {
    padding: 0;
    border: none;
  }
}
.footer .section .container .info .foot-nav a:first-child {
  padding-left: 0;
}
.footer .section .container .info .foot-nav a:last-child {
  padding-right: 0;
  border: none;
}
.footer .section .container .info .contact {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer .section .container .info .contact {
    margin-top: 1rem;
  }
}
.footer .section .container .info .contact p {
  line-height: 2;
}
.footer .section .container .info .contact p .iconfont {
  color: #135da7;
  margin-right: 1rem;
}
.footer .section .container .info .contact p span {
  color: #fff;
  font-size: 0.875rem;
}
.footer .section .container .qrcode {
  margin-left: auto;
  text-align: center;
  align-self: flex-start;
}
.footer .section .container .qrcode p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer .section .container .qrcode {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.footer .cr {
  text-align: center;
  background-color: #1a1d22;
}
@media screen and (max-width: 768px) {
  .footer .cr {
    text-align: left;
    padding-left: 1rem;
  }
}
.footer .cr p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1em 0;
}
.footer .cr p a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer .cr p a {
    display: block;
  }
}

.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: #135da7;
}
@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: #135da7;
    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: #135da7;
  border-color: #135da7;
}
@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: #135da7;
}
@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: #135da7;
}
.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=index.css.map */