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

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

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

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

.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(132.7894736842, 35.4105263158, 37.0200956938);
}

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

.navbar-burger:active {
  background-color: rgba(165, 44, 46, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(165, 44, 46, 0.1);
}

.index {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  transition: all 0.5s linear;
  left: 0;
}
.index .logo {
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: zoomIn;
  animation-fill-mode: both;
}
.index .logo:hover {
  background: transparent;
}
.index .logo img {
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .index .logo img {
    max-height: 2.5rem;
  }
}
.index .logo img.hide {
  display: none;
}
.index .navbar {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.21);
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 1s linear;
}
@media screen and (max-width: 1023px) {
  .index .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.index .navbar-menu {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
    position: fixed;
    top: 0;
    left: -70vw;
    width: 70vw;
    height: 100vh;
    background-color: white;
    z-index: 1001;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.index .navbar-menu.is-active {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu.is-active {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
}
.index .navbar-menu .navbar-start {
  text-align: left;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
}
.index .navbar-menu .navbar-start > .navbar-item {
  background-size: 100% 100%;
  color: #fff;
  transition: all 0.5s linear;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1024px) {
  .index .navbar-menu .navbar-start > .navbar-item {
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(1) {
    animation-delay: 0.075s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(3) {
    animation-delay: 0.225s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(4) {
    animation-delay: 0.3s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(5) {
    animation-delay: 0.375s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(6) {
    animation-delay: 0.45s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(7) {
    animation-delay: 0.525s;
  }
  .index .navbar-menu .navbar-start > .navbar-item:nth-child(8) {
    animation-delay: 0.6s;
  }
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link {
  color: #fff;
  transition: all 0.5s linear;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1023px) {
  .index .navbar-menu .navbar-start > .navbar-item > .navbar-link {
    color: var(--bulma-navbar-item-color);
    transition: all 0.5s linear;
  }
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link:hover {
  color: var(--bulma-navbar-item-color);
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-start > .navbar-item > .navbar-link::after {
  border-color: #a52c2e;
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown {
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
  border: none;
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item {
  color: #fff;
  text-shadow: initial;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
}
.index .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #a52c2e;
  color: #fff;
}
.index .navbar-menu .navbar-end {
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}
.index .navbar-menu .navbar-end .navbar-item {
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.index .navbar-menu .navbar-end .navbar-item .control {
  display: flex;
  align-items: center;
  position: relative;
}
.index .navbar-menu .navbar-end .navbar-item .control .icon .iconfont {
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .text {
  line-height: 1.2;
  margin-left: 0.5rem;
}
.index .navbar-menu .navbar-end .navbar-item .control .text span {
  color: #fff;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .text p {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.5s linear;
}
.index .navbar-menu .navbar-end .navbar-item .control .button {
  background-color: #a52c2e;
}
.index .navbar-menu .navbar-end .navbar-item .control .bd-nav-menu {
  width: auto;
}
.index .navbar-menu .navbar-end .navbar-item .control .bd-nav-menu a {
  color: var(--bulma-text);
}
.index .navbar-menu .navbar-end .navbar-item .control .bd-nav-menu a.active {
  color: #a52c2e;
}
.index .navbar-menu .navbar-end .navbar-item .control .bd-nav-menu p {
  color: #a52c2e;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.index.sticky .navbar {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.index.sticky .navbar .navbar-start {
  text-align: left;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
}
@media screen and (max-width: 1023px) {
  .index.sticky .navbar .navbar-start > .navbar-item {
    background: transparent;
  }
}
.index.sticky .navbar .navbar-start > .navbar-item:nth-child(1) {
  animation-delay: 0.1s;
}
.index.sticky .navbar .navbar-start > .navbar-item:nth-child(2) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1023px) {
  header .navbar .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar .container .logo img {
    max-height: 36px;
  }
}
.banner {
  width: 100%;
  position: relative;
  text-align: center;
  height: 100vh;
}
.banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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);
}
.banner .scroll-button {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.banner .scroll-button .iconfont {
  display: block;
  color: #a52c2e;
  font-size: 2.5rem;
  animation-name: pulse;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.index-container .index-title {
  text-align: center;
}
.index-container .index-title h2 {
  color: #000000;
  font-size: 2.5rem;
  font-weight: bold;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title h2 {
    font-size: 1.5rem;
  }
}
.index-container .index-title p {
  color: #a7a7a7;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title p {
    font-size: 0.875rem;
  }
}
.index-container .index-1 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .index-title {
    padding: 0 1rem;
  }
}
.index-container .index-1 .container .fixed-grid .grid .cell {
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.index-container .index-1 .container .fixed-grid .grid .cell img {
  transition: all 0.5s ease-in-out;
}
.index-container .index-1 .container .fixed-grid .grid .cell:hover img {
  transform: scale(1.05);
}
.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.5s;
}
.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.1s;
}
.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.5s;
}
.index-container .index-2 .container .product .swiper-slide {
  position: relative;
  box-shadow: var(--bulma-shadow);
}
.index-container .index-2 .container .product .swiper-slide .image {
  overflow: hidden;
}
.index-container .index-2 .container .product .swiper-slide .image img {
  transition: all 0.5s ease-in-out;
}
.index-container .index-2 .container .product .swiper-slide .image img:hover {
  transform: scale(1.1);
}
.index-container .index-2 .container .product .swiper-slide .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.5em 0;
  font-size: 1.125rem;
  text-shadow: 1px 1px 2px #000000;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container .product .swiper-slide .tit {
    font-size: 0.875rem;
  }
}
.index-container .index-3 {
  background: url(../images/bg1.jpg) no-repeat bottom center/cover;
}
.index-container .index-3 .container {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.index-container .index-3 .container p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 2;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.index-container .index-3 .container p:nth-child(1) {
  animation-delay: 0.075s;
}
.index-container .index-3 .container p:nth-child(2) {
  animation-delay: 0.15s;
}
.index-container .index-3 .container p:nth-child(3) {
  animation-delay: 0.225s;
}
.index-container .index-3 .container p:nth-child(4) {
  animation-delay: 0.3s;
}
.index-container .index-3 .container p:nth-child(5) {
  animation-delay: 0.375s;
}
.index-container .index-3 .container p:nth-child(6) {
  animation-delay: 0.45s;
}
.index-container .index-3 .container p:nth-child(7) {
  animation-delay: 0.525s;
}
.index-container .index-3 .container p:nth-child(8) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container p {
    font-size: 0.75rem;
  }
}
.index-container .index-4 {
  background: url(../images/bg2.jpg) no-repeat bottom center/cover;
}
.index-container .index-4 .container .content {
  text-indent: 2em;
}
.index-container .index-4 .container .content p {
  margin-bottom: 0;
  color: #000000;
  line-height: 1.75;
  font-size: 1.125rem;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.index-container .index-4 .container .content p:nth-child(1) {
  animation-delay: 0.075s;
}
.index-container .index-4 .container .content p:nth-child(2) {
  animation-delay: 0.15s;
}
.index-container .index-4 .container .content p:nth-child(3) {
  animation-delay: 0.225s;
}
.index-container .index-4 .container .content p:nth-child(4) {
  animation-delay: 0.3s;
}
.index-container .index-4 .container .content p:nth-child(5) {
  animation-delay: 0.375s;
}
.index-container .index-4 .container .content p:nth-child(6) {
  animation-delay: 0.45s;
}
.index-container .index-4 .container .content p:nth-child(7) {
  animation-delay: 0.525s;
}
.index-container .index-4 .container .content p:nth-child(8) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1023px) {
  .index-container .index-4 .container .content p {
    font-size: 0.875rem;
  }
}
.index-container .index-4 .container .fixed-grid {
  padding: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .index-container .index-4 .container .fixed-grid {
    padding: 1.5rem 1rem;
  }
}
.index-container .index-4 .container .fixed-grid .grid .cell {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .index-container .index-4 .container .fixed-grid .grid .cell {
    gap: 1rem;
    font-size: 0.875rem;
  }
}
.index-container .index-4 .container .fixed-grid .grid .cell .num {
  vertical-align: top;
}
.index-container .index-4 .container .fixed-grid .grid .cell .num .counter {
  line-height: 1;
  color: #6d6d6d;
  font-size: 3.75rem;
  vertical-align: top;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-4 .container .fixed-grid .grid .cell .num .counter {
    font-size: 2rem;
  }
}
.index-container .index-4 .container .fixed-grid .grid .cell p {
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-4 .container .fixed-grid .grid .cell p {
    margin-top: 0.5rem;
  }
}
.index-container .index-5 .container {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container {
    gap: 1rem;
    flex-direction: column;
  }
}
.index-container .index-5 .container .recommend-news {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .recommend-news {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }
}
.index-container .index-5 .container .recommend-news .image {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  overflow: hidden;
}
.index-container .index-5 .container .recommend-news .image img {
  transition: all 0.5s ease-in-out;
}
.index-container .index-5 .container .recommend-news .image:hover img {
  transform: scale(1.1);
}
.index-container .index-5 .container .recommend-news .info {
  display: flex;
  align-items: flex-start;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.index-container .index-5 .container .recommend-news .info .date {
  text-align: center;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #db9c35;
}
.index-container .index-5 .container .recommend-news .info .date .md {
  line-height: 1;
  color: #707070;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .recommend-news .info .date .md {
    font-size: 1.25rem;
  }
}
.index-container .index-5 .container .recommend-news .info .date .y {
  line-height: 1;
  color: #979797;
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .recommend-news .info .date .y {
    font-size: 1rem;
  }
}
.index-container .index-5 .container .recommend-news .info .content h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.index-container .index-5 .container .recommend-news .info .content h3 a {
  color: #232323;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .recommend-news .info .content h3 a {
    font-size: 1rem;
  }
}
.index-container .index-5 .container .recommend-news .info .content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .recommend-news .info .content p {
    font-size: 0.875rem;
  }
}
.index-container .index-5 .container .news-list {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .news-list {
    width: 100%;
  }
}
.index-container .index-5 .container .news-list li {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-timing-function: ease-in-out;
}
.index-container .index-5 .container .news-list li:nth-child(1) {
  animation-delay: 0.075s;
}
.index-container .index-5 .container .news-list li:nth-child(2) {
  animation-delay: 0.15s;
}
.index-container .index-5 .container .news-list li:nth-child(3) {
  animation-delay: 0.225s;
}
.index-container .index-5 .container .news-list li:nth-child(4) {
  animation-delay: 0.3s;
}
.index-container .index-5 .container .news-list li:nth-child(5) {
  animation-delay: 0.375s;
}
.index-container .index-5 .container .news-list li:nth-child(6) {
  animation-delay: 0.45s;
}
.index-container .index-5 .container .news-list li:nth-child(7) {
  animation-delay: 0.525s;
}
.index-container .index-5 .container .news-list li .info {
  display: flex;
  align-items: flex-start;
}
.index-container .index-5 .container .news-list li .info .date {
  text-align: center;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #db9c35;
}
.index-container .index-5 .container .news-list li .info .date .md {
  line-height: 1;
  color: #707070;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .news-list li .info .date .md {
    font-size: 1.25rem;
  }
}
.index-container .index-5 .container .news-list li .info .date .y {
  line-height: 1;
  color: #979797;
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .news-list li .info .date .y {
    font-size: 1rem;
  }
}
.index-container .index-5 .container .news-list li .info .content h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.index-container .index-5 .container .news-list li .info .content h3 a {
  color: #232323;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .news-list li .info .content h3 a {
    font-size: 1rem;
  }
}
.index-container .index-5 .container .news-list li .info .content p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .news-list li .info .content p {
    font-size: 0.875rem;
  }
}

.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: #a52c2e;
}
@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: #a52c2e;
    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: #a52c2e;
  border-color: #a52c2e;
}
@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: cover;
}
.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: #a52c2e;
}
@media screen and (min-width: 1024px) {
  .content-container .container .news-list .grid {
    gap: 2rem;
  }
}
.content-container .container .news-list .grid .cell img {
  object-fit: cover;
}
.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: #a52c2e;
}
.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 {
  text-align: center;
}
.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: #1b1b1b;
}
footer .section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .section .container {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .section .container .foot-nav .fixed-grid {
  container-type: unset;
}
@media screen and (max-width: 1023px) {
  footer .section .container .foot-nav .fixed-grid .grid {
    --bulma-grid-column-count: 4;
  }
}
footer .section .container .foot-nav .fixed-grid .grid .cell a {
  color: #fff;
}
footer .section .container .contact {
  gap: 2rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer .section .container .contact {
    gap: 0;
    width: 100%;
    align-items: center;
  }
}
footer .section .container .contact .qrcode {
  text-align: center;
}
footer .section .container .contact .qrcode p {
  color: #fff;
  line-height: 1;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
footer .section .container .contact .tels {
  margin-left: auto;
}
footer .section .container .contact .tels .tit {
  color: #858585;
}
footer .section .container .contact .tels .tit .iconfont {
  font-size: 1.25rem;
}
footer .section .container .contact .tels .tit span {
  text-transform: capitalize;
}
footer .section .container .contact .tels p {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  footer .section .container .contact .tels p {
    font-size: 1.5rem;
  }
}
footer .section .container .info p {
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  footer .section .container .info p {
    line-height: 1.5;
  }
}
footer .section .container .info p .iconfont {
  font-size: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .copyright p {
  padding: 1em 0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}
footer .copyright p a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.4);
}

@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 */