@charset "UTF-8";
body {
  max-width: 2560px;
  margin: 0 auto;
}

strong {
  color: inherit;
}

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

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

.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: #0052af;
  border-color: #0052af;
}
.pagination .is-disabled {
  cursor: not-allowed;
}

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

.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: rgb(0, 62.8822857143, 134.2);
}

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

.navbar-burger:active {
  background-color: rgba(0, 82, 175, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(0, 82, 175, 0.1);
}

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: 92px;
  }
}
header .navbar {
  display: flex;
  flex-direction: column;
}
header .navbar .top-bar {
  background-color: #e2e2e2;
}
header .navbar .top-bar .container {
  display: flex;
  justify-content: space-between;
}
header .navbar .top-bar .container p {
  color: #666666;
  font-size: 12px;
  line-height: 2.5;
  display: flex;
  gap: 0.5rem;
}
header .navbar .top-bar .container p a {
  color: #666;
}
header .navbar .navbar-brand .container {
  display: flex;
  padding: 1rem 0;
  align-items: center;
}
header .navbar .navbar-brand .container .line {
  width: 1px;
  height: 55px;
  margin: 0 1rem;
  background-color: #7c7c7c;
}
header .navbar .navbar-brand .container .text h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: rgb(0, 101.1177142857, 215.8);
}
header .navbar .navbar-brand .container .contact {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .navbar .navbar-brand .container .contact .iconfont {
  color: #0052af;
  font-size: 3rem;
  margin-right: 0.5rem;
}
header .navbar .navbar-brand .container .contact .tels {
  line-height: 1.2;
}
header .navbar .navbar-brand .container .contact .tels p {
  color: #333;
  font-weight: bold;
  font-size: 1.25rem;
}
header .navbar-menu {
  align-items: center;
  background-color: #0052af;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu {
    background-color: unset;
  }
}
header .navbar-menu .container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container {
    flex-direction: column;
  }
}
header .navbar-menu .container > .navbar-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  flex: 1;
  font-size: 0.875rem;
  text-align: center;
  justify-content: center;
  transition-duration: var(--bulma-duration);
  transition-property: background-color, border-color, color;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item {
    color: unset;
    text-align: left;
    justify-content: flex-start;
  }
}
@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: #0052af;
  }
}
header .navbar-menu .container > .navbar-item:hover {
  background: rgb(0, 70.0514285714, 149.5);
}
header .navbar-menu .container > .navbar-item:hover .navbar-link {
  background: rgb(0, 70.0514285714, 149.5);
}
header .navbar-menu .container > .navbar-item .navbar-link {
  color: #fff;
  font-size: 0.875rem;
}
@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: #0052af;
}
header .navbar-menu .container > .navbar-item:nth-child(1) {
  animation-delay: 0.075s;
}
header .navbar-menu .container > .navbar-item:nth-child(2) {
  animation-delay: 0.15s;
}
header .navbar-menu .container > .navbar-item:nth-child(3) {
  animation-delay: 0.225s;
}
header .navbar-menu .container > .navbar-item:nth-child(4) {
  animation-delay: 0.3s;
}
header .navbar-menu .container > .navbar-item:nth-child(5) {
  animation-delay: 0.375s;
}
header .navbar-menu .container > .navbar-item:nth-child(6) {
  animation-delay: 0.45s;
}
header .navbar-menu .container > .navbar-item:nth-child(7) {
  animation-delay: 0.525s;
}
header .navbar-menu .container > .navbar-item:nth-child(8) {
  animation-delay: 0.6s;
}

@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 {
  width: 100%;
  position: relative;
  text-align: center;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  color: #fff;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.banner .swiper-pagination {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.index-title {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0;
}
.index-title .line {
  width: 80px;
  height: 5px;
  display: inline-block;
  background-color: #0052af;
}

.section-1 {
  position: relative;
}
.section-1 .container .fixed-grid {
  margin-bottom: 1rem;
}
.section-1 .container .fixed-grid .grid {
  gap: 1rem;
}
.section-1 .container .fixed-grid .grid .cell {
  position: relative;
}
.section-1 .container .fixed-grid .grid .cell .media-preview {
  overflow: hidden;
}
.section-1 .container .fixed-grid .grid .cell .media-preview .preview-video {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.section-1 .container .fixed-grid .grid .cell.is-preview-active .media-preview .preview-video {
  opacity: 1;
}
.section-1 .container .fixed-grid .grid .cell .tit {
  top: 2rem;
  left: 2rem;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  color: var(--bulma-text);
}
@media screen and (max-width: 1023px) {
  .section-1 .container .fixed-grid .grid .cell .tit {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1rem;
  }
}
.section-1 .container .pro-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.section-1 .container .pro-swiper .swiper-wrapper .swiper-slide .tit {
  top: 2rem;
  left: 2rem;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  color: var(--bulma-text);
}
@media screen and (max-width: 1023px) {
  .section-1 .container .pro-swiper .swiper-wrapper .swiper-slide .tit {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1rem;
  }
}

.section-2 {
  background: url(../images/about.jpg) no-repeat center center/cover;
}
.section-2 .container {
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-2 .container {
    flex-direction: column;
  }
}
.section-2 .container .video {
  width: 50%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .video {
    width: 100%;
  }
}
.section-2 .container .content {
  width: 50%;
  padding-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .content {
    width: 100%;
    padding-left: 0;
  }
}
.section-2 .container .content p {
  text-indent: 2em;
  color: #fff;
  font-size: 1rem;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .content p {
    font-size: 0.875rem;
  }
}
.section-2 .container .content .button {
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .section-2 .container {
    padding: 0;
  }
}

.section-3 .container .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-3 .container .titles .text .line {
  width: 80px;
  height: 5px;
  background-color: #0052af;
}
.section-3 .container .titles .btns {
  gap: 1rem;
  display: flex;
}
.section-3 .container .titles .btns .btn {
  width: 4rem;
  height: 4rem;
  line-height: 3.4rem;
  font-size: 3.75rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.section-3 .container .titles .btns .news-btn-prev {
  color: #a1a5ab;
  background-color: #e9f0f8;
}
.section-3 .container .titles .btns .news-btn-next {
  color: #fff;
  background-color: #0052af;
}
.section-3 .container .brand {
  background-color: #fff;
}
.section-3 .container .brand .swiper-wrapper .swiper-slide {
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .brand .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
.section-3 .container .brand .swiper-wrapper .swiper-slide .image {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--bulma-radius);
}
@media screen and (max-width: 1023px) {
  .section-3 .container .brand .swiper-wrapper .swiper-slide .image {
    width: 100%;
  }
}
.section-3 .container .brand .swiper-wrapper .swiper-slide .info {
  margin-left: 2.5rem;
}
.section-3 .container .brand .swiper-wrapper .swiper-slide .info .date {
  background-color: #0052af;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .brand .swiper-wrapper .swiper-slide .info {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.section-3 .container .brand .brand-paging {
  right: 1.25rem;
  bottom: 3rem;
  z-index: 2;
  position: absolute;
  width: calc((100% - 2.5rem) * 0.5 - 2.5rem);
}
@media screen and (max-width: 1023px) {
  .section-3 .container .brand .brand-paging {
    position: static;
    width: 100%;
  }
}
.section-3 .container .brand .brand-paging .btns {
  display: flex;
  margin-bottom: 2rem;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-prev,
.section-3 .container .brand .brand-paging .btns .swiper-button-next {
  border-radius: 50%;
  border: 1px solid #0052af;
  background-color: transparent;
  position: static;
  transition: all 0.3s linear;
  width: 3rem;
  height: 3rem;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-prev::after,
.section-3 .container .brand .brand-paging .btns .swiper-button-next::after {
  color: #0052af;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s linear;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-prev {
  left: 0;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-prev::after {
  content: "←";
}
.section-3 .container .brand .brand-paging .btns .swiper-button-next {
  right: 0;
  margin-left: 2rem;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-next::after {
  content: "→";
}
.section-3 .container .brand .brand-paging .btns .swiper-button-disabled {
  opacity: 1;
  border-color: #d2d2d2;
}
.section-3 .container .brand .brand-paging .btns .swiper-button-disabled::after {
  color: #d2d2d2;
}
.section-3 .container .news-swiper {
  padding: 1rem 0;
}
.section-3 .container .news-swiper .swiper-wrapper .swiper-slide .card .card-content {
  padding: 1rem;
}
.section-3 .container .news-swiper .swiper-wrapper .swiper-slide .card .card-content .content .title {
  font-size: 1rem;
  margin-bottom: 0;
}

.section-4 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.section-4 .container ul {
  width: 40%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 3rem 2.5rem;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1023px) {
  .section-4 .container ul {
    width: 100%;
    padding: 1rem;
  }
}
.section-4 .container ul li {
  display: flex;
  align-items: flex-start;
}
.section-4 .container ul li .img-box {
  flex-shrink: 0;
  text-align: left;
  min-width: 4.5rem;
  margin-right: 0.5rem;
}
.section-4 .container ul li .content .title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .section-4 .container ul li .content .title {
    font-size: 1.25rem;
  }
}
.section-4 .container ul li .content .desc {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .section-4 .container ul li .content .desc {
    font-size: 0.75rem;
  }
}

.footer {
  padding: 0;
  position: relative;
  background-color: rgb(0, 58.1028571429, 124);
}
.footer .section .container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer .section .container {
    flex-direction: column;
  }
}
.footer .section .container .left .logo {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .left .logo {
    margin-bottom: 1rem;
  }
}
.footer .section .container .left p {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .left p {
    font-size: 0.875rem;
  }
}
.footer .section .container .left p span {
  color: #9b9b9b;
}
.footer .section .container .right {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.footer .section .container .right .foot-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .foot-nav {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer .section .container .right .foot-nav a {
  color: #fff;
  line-height: 1;
  padding: 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .foot-nav a {
    border: none;
    padding: 0;
  }
}
.footer .section .container .right .foot-nav a:last-child {
  padding-right: 0;
  border: none;
}
.footer .section .container .right .info {
  display: flex;
  margin-top: 3rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .info {
    margin-top: 1rem;
    flex-direction: column;
  }
}
.footer .section .container .right .info .search-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .info .search-box {
    align-items: flex-start;
  }
}
.footer .section .container .right .info .search-box h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .info .search-box h2 {
    font-size: 1.5rem;
  }
}
.footer .section .container .right .info .search-box .search {
  padding: 6px;
  border-radius: 3px;
  border: 3px solid #fff;
}
.footer .section .container .right .info .search-box .search form {
  display: flex;
}
.footer .section .container .right .info .search-box .search form input {
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}
.footer .section .container .right .info .search-box .search form .button {
  border: none;
}
.footer .section .container .right .info .qrcodes {
  gap: 1rem;
  display: flex;
  margin-left: 2rem;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .info .qrcodes {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.footer .section .container .right .info .qrcodes .qrcode h4 {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.footer .cr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 1023px) {
  .footer .cr .container {
    padding: 0 1rem;
  }
}
.footer .cr .container p {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1em 0;
}
.footer .cr .container p a {
  color: #999999;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer .cr .container p a {
    display: block;
  }
}

.inner-banner {
  position: relative;
  height: 480px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .inner-banner {
    height: 160px;
  }
}
.inner-banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  z-index: 1;
  text-align: left;
}
.inner-banner .text .container {
  display: flex;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  flex-direction: column;
  justify-content: flex-end;
}
.inner-banner .text .container h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.inner-banner .text .container h1 span {
  color: #0052af;
}
@media screen and (max-width: 1023px) {
  .inner-banner .text .container h1 {
    font-size: 1.5rem;
  }
}
.inner-banner .text .container p {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .inner-banner .text .container p {
    font-size: 0.75rem;
  }
}

.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: #888;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb {
    font-size: 0.75rem;
  }
}
.content-nav .container .crumb .iconfont {
  font-size: 1rem;
}
.content-nav .container .crumb a {
  color: #888;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb a {
    font-size: 0.75rem;
  }
}
.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: #0052af;
}
@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: #0052af;
    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;
}

.about .about-1 {
  background: url(../images/bg3.jpg) repeat-x top center/cover;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .about .about-1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.about .about-1 .index-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .about .about-1 .index-title {
    margin-bottom: 1.5rem;
  }
}
.about .about-1 .index-title .line2 {
  width: 100%;
}
.about .about-1 .content {
  text-align: justify;
  text-indent: 2em;
  padding-right: 3rem;
}
@media screen and (max-width: 1023px) {
  .about .about-1 .content {
    padding-right: 0;
    font-size: 0.875rem;
  }
}
.about .about-1 .container {
  display: flex;
  position: static;
}
@media screen and (max-width: 1023px) {
  .about .about-1 .container {
    flex-direction: column;
  }
}
.about .about-1 .container .information {
  padding: 1rem 0;
  width: calc(100% - (50vw - (100vw - 100%) / 2) - 2vw);
}
@media screen and (max-width: 1023px) {
  .about .about-1 .container .information {
    width: 100%;
    padding: 0;
  }
}
.about .about-1 .round {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background-color: #f8c301;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(3vw);
}
.about .about-1 .round h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--bulma-text-strong);
}
.about .about-1 .mask {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50vw;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
  .about .about-1 .mask {
    -webkit-clip-path: initial;
            clip-path: initial;
  }
}
.about .about-1 .mask img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .about .about-1 .mask {
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }
}
.about .about-1 .mask .button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: #0052af;
  border: none;
  color: #fff;
}
.about .about-3 .container figure {
  display: flex;
  gap: 2%;
}
.about .about-3 .container figure img {
  width: 49%;
}
.about .about-4 .container .title::before {
  content: "·";
  color: #0052af;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-5 .container .title::before {
  content: "·";
  color: #0052af;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-5 .container p span {
  color: #0052af;
  font-weight: bold;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.about .about-6 .title::before {
  content: "·";
  color: #0052af;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-6 figure {
  text-align: center;
}
.about .about-6 .photo-grid {
  width: 60%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .about .about-6 .photo-grid {
    width: 100%;
  }
}
.about .about-6 .photo-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .about .about-6 .photo-grid .grid {
    gap: 1rem;
  }
}
.about .about-6 .photo-grid .cell {
  text-align: center;
}
.about .about-6 .photo-grid .cell p {
  margin-top: 0.5rem;
}
.about .about-7 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .about .about-7 {
    padding-bottom: 2rem;
  }
}
.about .about-7 .title::before {
  content: "·";
  color: #0052af;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-7 img {
  object-fit: contain;
}

.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: #0052af;
  border-color: #0052af;
}
@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%);
  display: flex;
  flex-direction: column;
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box {
  background-color: #FEFEFE;
  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 {
  width: 100%;
  height: auto;
  vertical-align: middle;
  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;
  margin-top: auto;
}
@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: #0052af;
}
.content-container .container .pro-detail {
  display: flex;
  width: 100%;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail {
    flex-direction: column;
  }
}
.content-container .container .pro-detail h1 {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bulma-border);
}
.content-container .container .pro-detail .left {
  width: calc(100% - 368px);
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail .left {
    width: 100%;
  }
}
.content-container .container .pro-detail .left .pro-gallery {
  width: 100%;
}
.content-container .container .pro-detail .left .pro-gallery .mySwiper2 {
  margin-bottom: 1rem;
}
.content-container .container .pro-detail .left .pro-gallery .mySwiper {
  margin-bottom: 1rem;
}
.content-container .container .pro-detail .left .content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .left .content table {
    width: 100% !important;
    overflow-x: auto;
    table-layout: initial;
    -webkit-overflow-scrolling: touch;
  }
}
.content-container .container .pro-detail .left .content table th,
.content-container .container .pro-detail .left .content table td {
  word-break: break-word;
  white-space: normal !important;
}
.content-container .container .pro-detail .right {
  width: 320px;
  flex-shrink: 0;
  border: 1px solid var(--bulma-border);
  background-color: #f9f9f9;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail .right {
    width: 100%;
  }
}
.content-container .container .pro-detail .right h2 {
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail .right h2 {
    font-size: 1.25rem;
  }
}
.content-container .container .pro-detail .right h2::before {
  width: 6px;
  height: 1.2em;
  content: "";
  margin-right: 0.5rem;
  background-color: #0052af;
}
.content-container .container .pro-detail .right ul {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail .right ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.content-container .container .pro-detail .right ul li {
  border: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-detail .right ul li {
    width: calc(50% - 0.5rem);
  }
}
.content-container .container .pro-detail .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .container .pro-detail .right ul li .tit {
  display: block;
  text-align: center;
  line-height: 1.25;
  padding: 0.5em 0;
  color: var(--bulma-text-strong);
}
@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: #0052af;
}
.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 */