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

.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: #1b4192;
}

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

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

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

header .logo {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 92px;
  }
}
header .navbar {
  display: flex;
  flex-direction: column;
}
header .navbar .navbar-brand .container {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand .container .text {
  margin-left: 1rem;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
header .navbar .navbar-brand .container .contact {
  margin-left: auto;
  padding-left: 72px;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: backInDown;
  background: url(../images/tel.png) no-repeat left center;
}
header .navbar .navbar-brand .container .contact span {
  color: #333333;
  font-size: 18px;
}
header .navbar .navbar-brand .container .contact p {
  color: #cd261c;
  font-size: 30px;
  font-weight: bold;
}
header .navbar-menu {
  align-items: center;
  background-color: #2150b5;
}
@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;
  font-size: 18px;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  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;
  }
}
@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: #2150b5;
  }
}
header .navbar-menu .container > .navbar-item:hover {
  background: #1b4192;
}
header .navbar-menu .container > .navbar-item:hover .navbar-link {
  background: #1b4192;
}
header .navbar-menu .container > .navbar-item .navbar-link {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  header .navbar-menu .container > .navbar-item .navbar-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
  }
}
header .navbar-menu .container > .navbar-item .navbar-link::after {
  border-color: #fff;
}
header .navbar-menu .container > .navbar-item .navbar-dropdown .is-selected {
  background-color: #2150b5;
}
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: 60px;
  }
  header .navbar .navbar-brand .container .logo img {
    max-height: 100%;
  }
}
.banner {
  width: 100%;
  position: relative;
  text-align: center;
}
.banner img {
  display: block;
}
.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 {
  text-align: center;
}
.index-title h2 {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  color: #333333;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-title h3 {
  font-size: 30px;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  color: #1f1f1f;
}

.index-container .index-1 {
  background: url(../images/bg.jpg) no-repeat center center;
}
.index-container .index-1 .container .product {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product {
    flex-direction: column;
  }
}
.index-container .index-1 .container .product .left-nav {
  flex-shrink: 0;
  min-width: 240px;
}
.index-container .index-1 .container .product .left-nav ul {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .left-nav ul {
    flex-direction: row;
  }
}
.index-container .index-1 .container .product .left-nav ul li {
  display: flex;
  line-height: 4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .left-nav ul li {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 2.5;
  }
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(7) {
  animation-delay: 0.35s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(8) {
  animation-delay: 0.4s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(9) {
  animation-delay: 0.45s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(10) {
  animation-delay: 0.5s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(11) {
  animation-delay: 0.55s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(12) {
  animation-delay: 0.6s;
}
.index-container .index-1 .container .product .left-nav ul li::before {
  content: "";
  width: 26px;
  height: 5px;
  background-color: #2150b5;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .left-nav ul li::before {
    width: 0;
  }
}
.index-container .index-1 .container .product .left-nav ul li a {
  color: #333333;
  font-size: 18px;
  margin-left: 0.5em;
  white-space: nowrap;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .left-nav ul li a {
    font-size: 14px;
    margin-left: 0;
  }
}
.index-container .index-1 .container .product .left-nav ul li.active {
  background-color: #2150b5;
}
.index-container .index-1 .container .product .left-nav ul li.active::before {
  background-color: #fff;
}
.index-container .index-1 .container .product .left-nav ul li.active a {
  color: #fff;
}
.index-container .index-1 .container .product .left-nav .contact {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  margin-top: 18px;
}
.index-container .index-1 .container .product .left-nav .contact .contact-title {
  color: #fff;
  line-height: 3;
  font-size: 18px;
  text-indent: 1.5rem;
  background-color: #2150b5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-container .index-1 .container .product .left-nav .contact .contact-content {
  color: #333333;
  font-size: 1rem;
  line-height: 2;
  padding: 1rem;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.index-container .index-1 .container .product .pro-list {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .pro-list {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .view {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  background-color: #2150b5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .more {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 30px;
  display: block;
  width: 53px;
  height: 53px;
  background-color: #2150b5;
  z-index: 1;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.index-container .index-2 {
}
.index-container .index-2 .container {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container {
    flex-direction: column;
  }
}
.index-container .index-2 .container video {
  width: 50%;
  height: auto;
  flex-shrink: 0;
  margin-right: 2rem;
}
.index-container .index-2 .container .info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container .info {
    width: 100%;
    margin-top: 1rem;
  }
}
.index-container .index-2 .container .info p {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 30px;
}
.index-container .index-2 .container .info .button {
  margin-top: 1rem;
  background-color: #2150b5;
}
.index-container .index-3 .container .pro-swiper .swiper-wrapper .swiper-slide .image {
  border: 1px solid #ababab;
}
.index-container .index-3 .container .pro-swiper .swiper-wrapper .swiper-slide .tit {
  display: block;
  text-align: center;
  color: hsl(221, 14%, 4%);
  line-height: 1.5;
  margin-top: 1em;
}
.index-container .index-4 {
  background-color: #ebedef;
}
.index-container .index-4 .cont {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.index-container .index-4 img {
  width: 100%;
}
.index-container .index-5 .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid {
    gap: 0.5rem;
  }
}
.index-container .index-5 .fixed-grid .grid .cell {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.index-container .index-5 .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.2s;
}
.index-container .index-5 .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.1s;
}
.index-container .index-5 .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.2s;
}
.index-container .index-5 .fixed-grid .grid .cell .content {
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid .cell .content {
    padding: 0.5rem;
  }
}
.index-container .index-5 .fixed-grid .grid .cell .content .title {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid .cell .content .title {
    font-size: 16px;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: anywhere;
    -webkit-box-orient: vertical;
    margin-bottom: var(--bulma-content-block-margin-bottom);
  }
}
.index-container .index-5 .fixed-grid .grid .cell .content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  margin-top: var(--bulma-content-block-margin-bottom);
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid .cell .content p {
    font-size: 13px;
  }
}
.index-container .index-5 .fixed-grid .grid .cell .content .line {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.index-container .index-5 .fixed-grid .grid .cell .content .more {
  display: flex;
  color: #bebebe;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: var(--bulma-content-block-margin-bottom);
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid .cell .content .more {
    font-size: 12px;
  }
}
.index-container .index-5 .fixed-grid .grid .cell .content .more span:nth-child(2) {
  font-size: 1.5rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .fixed-grid .grid .cell .content .more span:nth-child(2) {
    font-size: 1rem;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner .image {
  height: 100%;
}
.inner-banner .image img {
  height: 100%;
}

.content-container {
  background-color: #f0f0f0;
}
.content-container .content-nav {
  background-color: #fff;
}
.content-container .content-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.content-container .content-nav ul li a {
  display: block;
  line-height: 2;
  padding: 0.75em 0;
  font-size: 18px;
  color: #333333;
}
.content-container .container {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content-container .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-container .container .crumb {
  text-align: right;
  line-height: 2;
  padding: 0.75em 0;
}
.content-container .container .crumb .iconfont {
  color: #2150b5;
  font-size: 1.25rem;
}
.content-container .container .crumb span {
  color: #333333;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.content-container .container .crumb a {
  color: #666666;
}
.content-container .container .content-change .button {
  color: #fff;
}
.content-container .container .content-change .next {
  margin-left: auto;
}
.content-container .container .product {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .product {
    flex-direction: column;
  }
}
.content-container .container .product .left-nav {
  flex-shrink: 0;
  min-width: 240px;
}
.content-container .container .product .left-nav ul {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav ul {
    flex-direction: row;
  }
}
.content-container .container .product .left-nav ul li {
  display: flex;
  line-height: 3;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  border-radius: 5px;
  background-color: #d7d7d7;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav ul li {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 2.5;
  }
}
.content-container .container .product .left-nav ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.content-container .container .product .left-nav ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.content-container .container .product .left-nav ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.content-container .container .product .left-nav ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.content-container .container .product .left-nav ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.content-container .container .product .left-nav ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.content-container .container .product .left-nav ul li:nth-child(7) {
  animation-delay: 0.35s;
}
.content-container .container .product .left-nav ul li:nth-child(8) {
  animation-delay: 0.4s;
}
.content-container .container .product .left-nav ul li:nth-child(9) {
  animation-delay: 0.45s;
}
.content-container .container .product .left-nav ul li:nth-child(10) {
  animation-delay: 0.5s;
}
.content-container .container .product .left-nav ul li:nth-child(11) {
  animation-delay: 0.55s;
}
.content-container .container .product .left-nav ul li:nth-child(12) {
  animation-delay: 0.6s;
}
.content-container .container .product .left-nav ul li::before {
  content: "";
  width: 26px;
  height: 5px;
  background-color: #2150b5;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav ul li::before {
    width: 0;
  }
}
.content-container .container .product .left-nav ul li a {
  color: #333333;
  font-size: 18px;
  margin-left: 0.5em;
  white-space: nowrap;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav ul li a {
    font-size: 14px;
    margin-left: 0;
  }
}
.content-container .container .product .left-nav ul li.active {
  background-color: #2150b5;
}
.content-container .container .product .left-nav ul li.active::before {
  background-color: #fff;
}
.content-container .container .product .left-nav ul li.active a {
  color: #fff;
}
.content-container .container .product .pro-list {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .pro-list {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.content-container .container .product .pro-list .fixed-grid .grid .cell {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .view {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  background-color: #2150b5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .more {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 30px;
  display: block;
  width: 53px;
  height: 53px;
  background-color: #2150b5;
  z-index: 1;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.content-container .container .pro-detail .top {
  display: flex;
  gap: 2rem;
  border-bottom: 2px solid #666666;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top {
    flex-direction: column;
  }
}
.content-container .container .pro-detail .top .gallery {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top .gallery {
    width: 100%;
    margin-top: 1rem;
  }
}
.content-container .container .pro-detail .top .gallery .mySwiper2 {
  border: 2px solid #a3a3a3;
}
.content-container .container .pro-detail .top .gallery .mySwiper2 .swiper-wrapper .swiper-slide img {
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
}
.content-container .container .pro-detail .top .gallery .mySwiper {
  margin-top: 10px;
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(33, 80, 181, 0);
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide img {
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #2150b5;
}
.content-container .container .pro-detail .top .information {
  padding: 2.5rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top .information {
    padding: 1rem;
  }
}
.content-container .container .pro-detail .top .information h3 {
  color: #333333;
  font-size: 24px;
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #666666;
}
.content-container .container .pro-detail .top .information > p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  margin: 1rem 0;
}
.content-container .container .pro-detail .top .information .tel {
  display: flex;
  align-items: center;
}
.content-container .container .pro-detail .top .information .tel .iconfont {
  color: #2150b5;
  font-size: 32px;
  margin-right: 0.5rem;
}
.content-container .container .pro-detail .top .information .tel p {
  color: #333333;
  font-size: 24px;
}
.content-container .container .pro-detail .top .information .tel p span {
  color: #2150b5;
  font-family: serif;
}
.content-container .container .pro-detail .bottom .content-tit {
  color: #333;
  font-size: 24px;
  line-height: 3;
}
.content-container .container .pro-detail .others h3 {
  color: #333;
  font-size: 24px;
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2150b5;
}
.content-container .container .pro-detail .others .fixed-grid {
  margin-top: 1rem;
}
.content-container .container .pro-detail .others .fixed-grid .grid .cell {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #666666;
}
.content-container .container .contact .top .fixed-grid .grid .cell {
  padding: 2rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(1) {
    --bulma-grid-cell-column-span: 3;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(2) {
    --bulma-grid-cell-column-span: 2;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) {
    --bulma-grid-cell-column-span: 1;
  }
}
.content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content {
    flex-direction: column;
  }
}
.content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content .image {
  margin-left: auto;
}
.content-container .container .contact .forms {
  padding: 2rem;
  margin-top: 1rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .forms {
    padding: 1rem;
  }
}
.content-container .container .contact .forms .content form {
  text-align: center;
}
.content-container .container .contact .forms .content form .inputs {
  display: flex;
  gap: 1rem;
}
.content-container .container .contact .forms .content form textarea {
  margin-top: 1rem;
}
.content-container .container .contact .forms .content form .button {
  color: #fff;
  margin-top: 1rem;
  background-color: #c20000;
}
.content-container .container .news-list .fixed-grid .grid .cell .media .image {
  height: 128px;
}
.content-container .container .video-list .fixed-grid .grid .cell .tit {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0.5em 0;
}
.content-container .container .contact .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-container .container .contact .contacts li {
  color: #666666;
  display: flex;
  align-items: center;
}
.content-container .container .contact .contacts li .iconfont {
  font-size: 60px;
  margin-right: 0.5em;
}
.content-container .container .contact .contacts li span {
  color: #666666;
  font-size: 30px;
}
.content-container .pagination .pagination-link.is-current,
.content-container .pagination .pagination-link.is-selected {
  background-color: #2150b5;
  border-color: #2150b5;
}

footer {
  background-color: #2d2d2d;
}
footer .section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .section .container {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
footer .section .container .left .button {
  color: #fff;
  margin-top: 1rem;
  background-color: #00194d;
}
footer .section .container .left .button img {
  margin-right: 1rem;
}
footer .section .container .left p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-top: 1em;
}
footer .section .container .middle {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .section .container .middle {
    width: 100%;
  }
}
footer .section .container .middle h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer .section .container .middle h3 {
    font-size: 16px;
  }
}
footer .section .container .middle .map {
  width: 100%;
  height: 300px;
}
footer .section .container .right h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer .section .container .right h3 {
    font-size: 16px;
  }
}
footer .cr {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding: 1em 0;
  border-top: 1px solid rgba(215, 215, 215, 0.062745098);
}
@media screen and (max-width: 768px) {
  footer .cr {
    font-size: 14px;
    text-align: left;
    padding-left: 1rem;
  }
}
footer .cr a {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .cr a {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */