@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: #1e50ae;
  border-color: #1e50ae;
}
.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(24, 64, 139.2);
}

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

.navbar-burger:active {
  background-color: rgba(30, 80, 174, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(30, 80, 174, 0.1);
}

header .top-bar {
  line-height: 2;
  background-color: #ededed;
}
header .top-bar .container p {
  color: #000;
  font-size: 0.875rem;
}
header .logo {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 84px;
  }
}
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(36, 96, 208.8);
}
header .navbar .navbar-brand .container .contact {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .navbar .navbar-brand .container .contact .iconfont {
  color: #002a68;
  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 span {
  color: #1e50ae;
  font-size: 1.5rem;
  font-weight: bold;
}
header .navbar-menu {
  align-items: center;
  background-color: #1e50ae;
}
@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: #1e50ae;
  }
}
header .navbar-menu .container > .navbar-item:hover {
  background: rgb(26.25, 70, 152.25);
}
header .navbar-menu .container > .navbar-item:hover .navbar-link {
  background: rgb(26.25, 70, 152.25);
}
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: #1e50ae;
}
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;
}
.index-title h2 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index-title h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .index-title p {
    font-size: 0.75rem;
  }
}
.index-title .line {
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #1e50ae;
}

.index-bar {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.index-bar .container h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index-bar .container h1 {
    font-size: 1.25rem;
  }
}

.section-1 {
  position: relative;
}
.section-1 .container .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .section-1 .container .fixed-grid .grid {
    gap: 0.75rem;
  }
}
.section-1 .container .fixed-grid .grid .cell .tit {
  display: block;
  text-align: center;
  padding-top: 0.5em;
  color: var(--bulma-text-strong);
}
@media screen and (max-width: 768px) {
  .section-1 .container .fixed-grid .grid .cell .tit {
    font-size: 0.75rem;
  }
}

.section-2 {
  background: url(../images/bg1.jpg) no-repeat center center/cover;
}
.section-2 .container .content {
  text-indent: 2em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .section-2 .container .content {
    font-size: 0.875rem;
  }
}
.section-2 .container .honor {
  padding: 2rem 1.25rem;
  background-color: #fff;
  border: 1px solid #ccddfe;
}

.section-3 .container .top {
  position: relative;
}
.section-3 .container .top .fixed-grid .grid {
  gap: 1.25rem;
}
.section-3 .container .top .fixed-grid .grid .cell {
  gap: 1.25rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .top .fixed-grid .grid .cell {
    flex-direction: column;
  }
}
.section-3 .container .top .fixed-grid .grid .cell .content {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .top .fixed-grid .grid .cell .content {
    order: 2;
  }
}
.section-3 .container .top .fixed-grid .grid .cell .content .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-3 .container .top .fixed-grid .grid .cell .content .info span {
  color: #707070;
}
.section-3 .container .top .fixed-grid .grid .cell .content .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.section-3 .container .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) {
  .section-3 .container .top .fixed-grid .grid .cell .content .desc {
    margin-bottom: 0;
  }
}
.section-3 .container .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;
}
.section-3 .container .top .fixed-grid .grid .cell .image {
  flex-shrink: 0;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 1023px) {
  .section-3 .container .top .fixed-grid .grid .cell .image {
    order: 1;
    width: 100%;
  }
}
.section-3 .container .list {
  z-index: 2;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .list {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
  }
}
.section-3 .container .list .fixed-grid .grid {
  gap: 1.25rem;
}
.section-3 .container .list .fixed-grid .grid .cell .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-3 .container .list .fixed-grid .grid .cell .info span {
  color: #707070;
}
.section-3 .container .list .fixed-grid .grid .cell .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.section-3 .container .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;
}

.footer {
  padding: 0;
  text-transform: uppercase;
  position: relative;
  background-color: #393939;
}
.footer .section .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer .section .container {
    flex-direction: column;
  }
}
.footer .section .container .left .foot-nav {
  gap: 2rem;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5f5f5f;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .left .foot-nav {
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
}
.footer .section .container .left .foot-nav a {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .left .foot-nav a {
    font-size: 0.875rem;
  }
}
.footer .section .container .left .cr {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.57);
}
@media screen and (max-width: 1023px) {
  .footer .section .container .left .cr {
    margin-top: 1rem;
  }
}
.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 .information {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .information {
    flex-direction: column;
  }
}
.footer .section .container .right .information .titles {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  background-color: #666666;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .information .titles {
    padding: 0.5rem 1rem;
    justify-content: flex-start;
  }
}
.footer .section .container .right .information .titles h3 {
  color: #fff;
  font-size: 1.5rem;
  width: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .information .titles h3 {
    width: auto;
    font-size: 1.25rem;
  }
}
.footer .section .container .right .information .titles p {
  line-height: 1;
  font-size: 1.125rem;
  margin-left: 0.25rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .information .titles p {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 1rem;
  }
}
.footer .section .container .right .information .info {
  padding: 1.5rem;
  background-color: #5f5f5f;
}
@media screen and (max-width: 1023px) {
  .footer .section .container .right .information .info {
    padding: 1rem;
  }
}
.footer .section .container .right .information .info .tel {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.footer .section .container .right .information .info .tel .iconfont {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bdbdbd;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #5f5f5f;
  margin-right: 1rem;
}
.footer .section .container .right .information .info .tel .text p {
  color: #fff;
  line-height: 1;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.footer .section .container .right .information .info .tel .text span {
  line-height: 1;
  color: #ffc000;
  font-size: 2rem;
  font-weight: bold;
}
.footer .section .container .right .information .info > p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.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: #1e50ae;
}
@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: #1e50ae;
}
@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: #1e50ae;
    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: #1e50ae;
  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: #1e50ae;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-5 .container .title::before {
  content: "·";
  color: #1e50ae;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about .about-5 .container p span {
  color: #1e50ae;
  font-weight: bold;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.about .about-6 .title::before {
  content: "·";
  color: #1e50ae;
  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: #1e50ae;
  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: #1e50ae;
  border-color: #1e50ae;
}
@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: #1e50ae;
}
.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: #1e50ae;
}
.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: #1e50ae;
}
.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 */