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

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

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

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

.modal-item {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .button.is-responsive .iconfont,
  .button.is-responsive.is-normal .iconfont {
    font-size: calc(var(--bulma-size-small) * 0.875);
  }
}
.pagination .pagination-link.is-current,
.pagination .pagination-link.is-selected {
  background-color: #e6212a;
  border-color: #e6212a;
}
.pagination .is-disabled {
  cursor: not-allowed;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.25rem;
  color: #fff;
}

.swiper-pagination {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

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

.bd-nav-item.is-ellipsis:focus-visible + .bd-nav-menu,
.bd-nav-menu.is-active,
.bd-nav-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

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

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

.index-container .index-title {
  text-align: center;
}
.index-container .index-title h2 {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title h2 {
    font-size: 1.5rem;
  }
}
.index-container .index-title p {
  color: #585858;
}
@media screen and (max-width: 1023px) {
  .index-container .index-title p {
    font-size: 0.875rem;
  }
}
.index-container .index-1 {
  background-color: #f7f7f7;
}
.index-container .index-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container {
    gap: 1rem;
    flex-direction: column;
  }
}
.index-container .index-1 .container .tag-box {
  display: flex;
}
.index-container .index-1 .container .tag-box .left {
  min-width: 22.9vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid {
    min-width: unset;
    width: calc(56vw + 1rem);
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid {
  gap: 2vw;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid {
    gap: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell {
  padding: 1.25rem;
  min-height: 186px;
  position: relative;
  border-radius: 0.5em;
  background: url(../images/bg.jpg) no-repeat center center/cover;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell {
    width: 28vw;
    min-height: 120px;
    padding: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell h1 {
  color: #262626;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell h1 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell h1 {
    font-size: 1.125rem;
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell p {
    font-size: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell img {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell img {
    max-width: 4.5rem;
    max-height: 3rem;
  }
}
.index-container .index-1 .container .tag-box .left .fixed-grid .grid .cell:nth-child(1) img {
  right: 0;
  bottom: -1rem;
}
.index-container .index-1 .container .tag-box .right {
  margin-left: 2vw;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .right {
    margin-left: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .right .cells {
  height: 100%;
  padding: 1.25rem;
  min-width: 10vw;
  position: relative;
  border-radius: 0.5em;
  background: url(../images/bg.jpg) no-repeat center center/cover;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .right .cells {
    width: 28vw;
    min-width: unset;
    padding: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .right .cells h1 {
  color: #262626;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .index-container .index-1 .container .tag-box .right .cells h1 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .index-container .index-1 .container .tag-box .right .cells h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .right .cells h1 {
    font-size: 1.125rem;
  }
}
.index-container .index-1 .container .tag-box .right .cells p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .right .cells p {
    font-size: 0.75rem;
  }
}
.index-container .index-1 .container .tag-box .right .cells img {
  position: absolute;
  bottom: 0.5rem;
  right: -2rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .tag-box .right .cells img {
    right: unset;
    left: 0;
  }
}
.index-container .index-1 .container .form {
  min-width: 16vw;
  min-height: 412px;
  margin-bottom: 0;
  display: flex;
  padding-left: 2.29vw;
  padding-right: 2.29vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .form {
    min-width: unset;
    min-height: unset;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.index-container .index-1 .container .form form {
  gap: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-container .index-1 .container .form form .field {
  margin-bottom: 0;
}
.index-container .index-1 .container .form form .field .field-label .label {
  white-space: nowrap;
}
.index-container .index-1 .container .form form .button {
  background-color: #e6212a;
}
.index-container .index-1 .container .calculator {
  width: 15vw;
}
.index-container .index-2 .container .fixed-grid .grid .cell {
  position: relative;
}
.index-container .index-2 .container .fixed-grid .grid .cell .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .index-container .index-2 .container .fixed-grid .grid .cell .tit {
    font-size: 0.75rem;
  }
}
.index-container .index-3 {
  background: url(../images/bg1.jpg) no-repeat center center/cover;
}
.index-container .index-3 .index-title h2 {
  color: #fff;
}
.index-container .index-3 .index-title p {
  color: #fff;
}
.index-container .index-3 .container .fixed-grid {
  margin-bottom: 1rem;
}
.index-container .index-3 .container .fixed-grid .grid {
  gap: 1rem;
}
.index-container .index-3 .container .fixed-grid .grid .cell {
  position: relative;
}
.index-container .index-3 .container .fixed-grid .grid .cell .image img {
  object-fit: cover;
}
.index-container .index-3 .container .fixed-grid .grid .cell .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .fixed-grid .grid .cell .info {
    padding: 0.875rem;
  }
}
.index-container .index-3 .container .fixed-grid .grid .cell .info a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .fixed-grid .grid .cell .info a {
    font-size: 1.25rem;
  }
}
.index-container .index-3 .container .fixed-grid .grid .cell .info a::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: #e6212a;
}
.index-container .index-3 .container .fixed-grid .grid .cell .info p {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .fixed-grid .grid .cell .info p {
    font-size: 0.75rem;
  }
  .index-container .index-3 .container .fixed-grid .grid .cell .info p i {
    display: none;
  }
  .index-container .index-3 .container .fixed-grid .grid .cell .info p span {
    display: block;
  }
}
.index-container .index-3 .container .team .image img {
  object-fit: cover;
}
.index-container .index-4 {
  background: url(../images/bg2.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .index-container .index-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.index-container .index-4 .container {
  margin-top: 2rem;
}
.index-container .index-4 .container .case .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.index-container .index-4 .container .case .swiper-wrapper .swiper-slide .info {
  display: flex;
  padding: 1rem;
  align-items: center;
  background-color: #fff;
}
.index-container .index-4 .container .case .swiper-wrapper .swiper-slide .info .tit {
  color: #333;
  font-weight: bold;
  font-size: 1.125rem;
}
.index-container .index-4 .container .case .swiper-wrapper .swiper-slide .info p {
  color: #8f8f8f;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.index-container .index-4 .container .case .swiper-wrapper .swiper-slide .info p span {
  color: #333;
}
.index-container .index-5 {
  background: url(../images/bg3.jpg) no-repeat center center/cover;
}
.index-container .index-5 .container .brand {
  background-color: #fff;
}
.index-container .index-5 .container .brand .swiper-wrapper .swiper-slide {
  display: flex;
  padding: 1.5rem 1.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .swiper-wrapper .swiper-slide {
    padding: 1rem 0.75rem;
    flex-direction: column;
  }
}
.index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .image {
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .image {
    width: 100%;
  }
}
.index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info {
    margin-left: 0;
  }
}
.index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info .title .en {
  line-height: 1;
  font-size: 100px;
  font-weight: lighter;
  color: rgba(88, 88, 88, 0.08);
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info .title .en {
    font-size: 4rem;
  }
}
.index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info .title h2 {
  color: #000000;
  font-size: 2.25rem;
  margin-top: -1.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .swiper-wrapper .swiper-slide .info .title h2 {
    font-size: 2rem;
    margin-top: -1rem;
  }
}
.index-container .index-5 .container .brand .brand-paging {
  right: 1.25rem;
  bottom: 3rem;
  z-index: 2;
  position: absolute;
  width: calc((100% - 2.5rem) * 0.4 - 2.5rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-5 .container .brand .brand-paging {
    position: static;
    width: 100%;
  }
}
.index-container .index-5 .container .brand .brand-paging .btns {
  display: flex;
  margin-bottom: 2rem;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-prev,
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-next {
  border-radius: 50%;
  border: 1px solid #e6212a;
  background-color: transparent;
  position: static;
  transition: all 0.3s linear;
  width: 4rem;
  height: 4rem;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-prev::after,
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-next::after {
  color: #e6212a;
  font-size: 2.5rem;
  font-weight: bold;
  transition: all 0.3s linear;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-prev {
  left: 0;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-prev::after {
  content: "←";
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-next {
  right: 0;
  margin-left: 2rem;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-next::after {
  content: "→";
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-disabled {
  opacity: 1;
  border-color: #d2d2d2;
}
.index-container .index-5 .container .brand .brand-paging .btns .swiper-button-disabled::after {
  color: #d2d2d2;
}
.index-container .index-5 .container .brand .brand-paging .swiper-pagination {
  width: 100%;
  bottom: 0;
  position: static;
}
.index-container .index-5 .container .brand .brand-paging .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #e6212a;
}
.index-container .index-6 .top .fixed-grid .grid {
  gap: 1.25rem;
}
.index-container .index-6 .top .fixed-grid .grid .cell {
  gap: 1.25rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .index-container .index-6 .top .fixed-grid .grid .cell {
    flex-direction: column;
  }
}
.index-container .index-6 .top .fixed-grid .grid .cell .content {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .index-container .index-6 .top .fixed-grid .grid .cell .content {
    order: 2;
  }
}
.index-container .index-6 .top .fixed-grid .grid .cell .content .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.index-container .index-6 .top .fixed-grid .grid .cell .content .info span {
  color: #707070;
}
.index-container .index-6 .top .fixed-grid .grid .cell .content .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.index-container .index-6 .top .fixed-grid .grid .cell .content .desc {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-6 .top .fixed-grid .grid .cell .content .desc {
    margin-bottom: 0;
  }
}
.index-container .index-6 .top .fixed-grid .grid .cell .content .more {
  color: #c3c3c3;
  padding: 0.25em 0.5em;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  font-size: 1.25rem;
}
.index-container .index-6 .top .fixed-grid .grid .cell .image {
  flex-shrink: 0;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 1023px) {
  .index-container .index-6 .top .fixed-grid .grid .cell .image {
    order: 1;
    width: 100%;
  }
}
.index-container .index-6 .list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .index-container .index-6 .list {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
  }
}
.index-container .index-6 .list .fixed-grid .grid {
  gap: 1.25rem;
}
.index-container .index-6 .list .fixed-grid .grid .cell .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.index-container .index-6 .list .fixed-grid .grid .cell .info span {
  color: #707070;
}
.index-container .index-6 .list .fixed-grid .grid .cell .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.index-container .index-6 .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;
}

.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: #e6212a;
}
@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: #e6212a;
    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: #e6212a;
  border-color: #e6212a;
}
@media screen and (min-width: 1024px) {
  .content-container .container .pro-list .grid {
    gap: 2rem;
  }
}
.content-container .container .pro-list .grid .cell {
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 0.5em;
  border: 1px solid hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box {
  background-color: hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box img {
  object-fit: contain;
}
.content-container .container .pro-list .grid .cell .image {
  overflow: hidden;
}
.content-container .container .pro-list .grid .cell .image img {
  object-fit: cover;
  transition: all 0.3s linear;
}
.content-container .container .pro-list .grid .cell .tit {
  display: block;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  transition: all 0.3s linear;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-list .grid .cell .tit {
    -webkit-line-clamp: 2;
  }
}
.content-container .container .pro-list .grid .cell:hover .image img {
  transform: scale(1.1);
}
.content-container .container .pro-list .grid .cell:hover .tit {
  color: #e6212a;
}
@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: #e6212a;
}
.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 .detail img {
  display: block;
  margin: 0 auto;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2e3238;
}
@media screen and (max-width: 1023px) {
  .footer {
    gap: 1rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .footer .information {
    order: 3;
  }
}
.footer .information .logo {
  display: block;
  margin-bottom: 1rem;
}
.footer .information .info {
  color: #9b9b9b;
}
.footer .information .info .iconfont {
  font-size: 1.125rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .information .info .iconfont {
    font-size: 1rem;
  }
}
.footer .information .info span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer .information .info span {
    font-size: 0.875rem;
  }
}
.footer .information .cr {
  margin-top: 1rem;
}
.footer .information .cr p {
  color: #999999;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .footer .information .cr p {
    font-size: 0.75rem;
  }
}
.footer .information .cr p a {
  color: #999999;
  text-decoration: underline;
}
.footer .foot-nav {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .footer .foot-nav {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.footer .foot-nav dl dt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .foot-nav dl dt {
    margin-bottom: 1rem;
  }
}
.footer .foot-nav dl dt a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.footer .foot-nav dl dd {
  margin-top: 0.5rem;
}
.footer .foot-nav dl dd a {
  line-height: 1;
  color: #9b9b9b;
  font-size: 0.875rem;
}
.footer .qrcodes {
  gap: 1rem;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer .qrcodes {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
.footer .qrcodes .qrcode h4 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .qrcodes .qrcode h4 {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  #gallery .modal-content {
    width: 64rem;
  }
}
#gallery .modal-content .photo-gallery .swiper-wrapper {
  align-items: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.7);
}
#gallery .modal-close {
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-pagination {
  z-index: 100;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.8);
}
#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  border: none;
  transition: all 0.25s linear;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}/*# sourceMappingURL=index.css.map */