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

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

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

.aspect-ratio-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.aspect-ratio-box.box-9by16 {
  padding-top: 177.77778%;
  aspect-ratio: 9/16;
}
.aspect-ratio-box.box-2by3 {
  padding-top: 150%;
  aspect-ratio: 2/3;
}
.aspect-ratio-box.box-4by5 {
  padding-top: 125%;
  aspect-ratio: 4/5;
}
.aspect-ratio-box.box-square {
  padding-top: 100%;
  aspect-ratio: 1/1;
}
.aspect-ratio-box.box-5by4 {
  padding-top: 80%;
  aspect-ratio: 5/4;
}
.aspect-ratio-box.box-4by3 {
  padding-top: 75%;
  aspect-ratio: 4/3;
}
.aspect-ratio-box.box-3by2 {
  padding-top: 66.66667%;
  aspect-ratio: 3/2;
}
.aspect-ratio-box.box-5by3 {
  padding-top: 60%;
  aspect-ratio: 5/3;
}
.aspect-ratio-box.box-16by9 {
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.aspect-ratio-box .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.aspect-ratio-box:hover img {
  transform: scale(1.1);
}

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

@media screen and (max-width: 768px) {
  .button.is-responsive .iconfont,
  .button.is-responsive.is-normal .iconfont {
    font-size: calc(var(--bulma-size-small) * 0.875);
  }
}
.pagination .pagination-link.is-current,
.pagination .pagination-link.is-selected {
  background-color: #e90000;
  border-color: #e90000;
}
.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-header {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .bd-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: var(--bulma-shadow);
  }
}

.navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  visibility: hidden;
  transition: all 0.3s linear;
}
.navbar-overlay.is-active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media screen and (min-width: 1024px) {
  .navbar-overlay {
    display: none !important;
  }
}

.navbar {
  transition: all 0.6s ease-in-out;
}
.navbar .navbar-brand .logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-brand .logo {
    padding: 0.25rem 0.5rem;
  }
}
.navbar .navbar-brand .logo img {
  max-height: 4rem;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-brand .logo img {
    max-height: 2rem;
  }
}
.navbar .navbar-brand .navbar-burger {
  color: #e90000;
}
.navbar .navbar-brand .navbar-burger:active, .navbar .navbar-brand .navbar-burger:hover {
  color: #e90000;
}
@media screen and (max-width: 1023px) {
  .navbar .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: 1000;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  }
}
.navbar .navbar-menu.is-active {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-menu.is-active {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
}
.navbar .navbar-menu .navbar-start {
  align-items: center;
  -webkit-margin-end: initial;
          margin-inline-end: initial;
  margin-left: auto;
}
.navbar .navbar-menu .navbar-start > .navbar-item {
  transition: all 0.3s linear;
}
.navbar .navbar-menu .navbar-start > .navbar-item.is-selected {
  background-color: #f0f2f4;
}
.navbar .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item.is-selected {
  background-color: #f0f2f4;
}
.navbar .navbar-menu .navbar-end {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  padding-left: 1rem;
  background-image: linear-gradient(to right, #61a3c1, #1e7295);
}
.navbar .navbar-menu .navbar-end .control {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.navbar .navbar-menu .navbar-end .control a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.navbar .navbar-menu .navbar-end .control .iconfont {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.navbar .navbar-menu .navbar-end .control .tel {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  text-align: center;
}
.banner .text h1 {
  color: #e90000;
  font-size: 2rem;
  font-weight: 900;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  margin-bottom: 1.5rem;
}
.banner .text h1 span {
  color: #e90000;
}
@media screen and (max-width: 1023px) {
  .banner .text h1 {
    font-size: 1.5rem;
  }
}
.banner .text p {
  font-size: 1rem;
  color: #333;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  margin-bottom: 8vw;
}
@media screen and (max-width: 1023px) {
  .banner .text p {
    font-size: 0.75rem;
    text-align: center;
  }
}
.banner .paging {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .banner .paging {
    bottom: 0.5rem;
  }
}
.banner .paging .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container {
    padding: 0 0.5rem;
  }
}
.banner .paging .container .swiper-button-prev,
.banner .paging .container .swiper-button-next {
  position: static;
  margin-top: 0;
  flex-shrink: 0;
  opacity: 1;
  color: #fff;
  padding: 0 2.5rem;
  border-radius: 99px;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-button-prev,
  .banner .paging .container .swiper-button-next {
    padding: 0 1rem;
    height: 1.5rem;
  }
}
.banner .paging .container .swiper-button-prev::after,
.banner .paging .container .swiper-button-next::after {
  content: none;
}
.banner .paging .container .swiper-button-prev .iconfont,
.banner .paging .container .swiper-button-next .iconfont {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-button-prev .iconfont,
  .banner .paging .container .swiper-button-next .iconfont {
    font-size: 1rem;
  }
}
.banner .paging .container .swiper-button-prev {
  background-color: #ff0200;
}
.banner .paging .container .swiper-button-next {
  background-color: #1a6f93;
}
.banner .paging .container .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  margin: 0 0.75rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination {
    margin: 0 0.5rem;
  }
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  text-align: center;
  font-size: 0;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  background: transparent;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.5);
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  height: 2rem;
  line-height: 30px;
  background: transparent;
  font-size: 1rem;
  border: 1px solid white;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 22px;
  }
}

.index-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-title .line {
  width: 61px;
  height: 3px;
  margin-top: 1rem;
  display: inline-block;
  background-color: #1a6f93;
}

.section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-1 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.section-1 .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-1 .container {
    flex-direction: column;
  }
}
.section-1 .container .content {
  margin-right: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .content {
    margin-right: 0;
  }
}
.section-1 .container .content h1 {
  font-weight: bold;
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .content h1 {
    font-size: 1.5rem;
  }
}
.section-1 .container .content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .content h3 {
    font-size: 1.25rem;
  }
}
.section-1 .container .content p {
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .content p {
    font-size: 0.875rem;
  }
}
.section-1 .container .aspect-ratio-box {
  flex-shrink: 0;
  width: 35%;
  padding-top: 17.5%;
}
@media screen and (max-width: 1023px) {
  .section-1 .container .aspect-ratio-box {
    width: 100%;
  }
}
.section-1 .container ul {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .section-1 .container ul {
    flex-direction: row;
  }
}
.section-1 .container ul li {
  flex: 1;
  display: flex;
  padding: 0 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .section-1 .container ul li {
    padding: 0 1rem;
    border: none;
  }
}
.section-1 .container ul li .num .counter {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
  background: linear-gradient(to right, #1b7094, #5da0bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1023px) {
  .section-1 .container ul li .num .counter {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .section-1 .container ul li p {
    font-size: 0.875rem;
  }
}
.section-1 .container ul li:last-child {
  border: none;
}

.section-2 .container {
  margin-top: 2rem;
}
.section-2 .container .pro-thumb .mySwiper .swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .pro-thumb .mySwiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.section-2 .container .pro-thumb .mySwiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.section-2 .container .pro-thumb .mySwiper .swiper-wrapper .swiper-slide .button {
  color: #1a6f93;
  border-color: #1a6f93;
  transition: all 0.3s linear;
}
.section-2 .container .pro-thumb .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .button {
  color: #fff;
  background-color: #1a6f93;
}
.section-2 .container .pro-thumb .mySwiper2 {
  margin-top: 2rem;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide {
  gap: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .content {
  margin-bottom: 0;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .content h4 {
  color: #a9a9a9;
  font-size: 1.25rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .content h3 {
  font-size: 1.5rem;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .content p {
  font-size: 0.875rem;
  text-align: justify;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .content .button {
  background-color: #1a6f93;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .image {
  width: 75%;
  flex-shrink: 0;
}
.section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .image img {
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .pro-thumb .mySwiper2 .swiper-wrapper .swiper-slide .image {
    width: 100%;
  }
}
.section-2 .container .pro-swiper {
  margin-top: 2rem;
  position: relative;
}
.section-2 .container .pro-swiper .product .swiper-wrapper .swiper-slide .image img {
  object-fit: cover;
}
.section-2 .container .pro-swiper .product .swiper-wrapper .swiper-slide .tit {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 0;
  color: var(--bulma-text-strong);
}
@media screen and (min-width: 1024px) {
  .section-2 .container .pro-swiper .btns .pro-button-prev {
    left: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-2 .container .pro-swiper .btns .pro-button-next {
    right: -3rem;
  }
}

.section-3 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.section-3 .container .fixed-grid .grid {
  gap: 0;
}
.section-3 .container .fixed-grid .grid .cell {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  transition: all 0.5s linear;
  background-color: #cfe8f3;
  box-shadow: inset -6px 0 8px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell {
    padding: 0.75rem;
  }
}
.section-3 .container .fixed-grid .grid .cell .content .title {
  gap: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
}
.section-3 .container .fixed-grid .grid .cell .content .title h3 {
  flex: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .content .title h3 {
    font-size: 1rem;
  }
}
.section-3 .container .fixed-grid .grid .cell .content .title .num {
  width: 5px;
  height: 60px;
  font-size: 0;
  color: #fff;
  margin-left: auto;
  line-height: 60px;
  text-align: center;
  background-color: #217498;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .content .title .num {
    height: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .content p {
    font-size: 0.75rem;
  }
}
.section-3 .container .fixed-grid .grid .cell .media-box {
  overflow: hidden;
  position: relative;
  margin-top: auto;
  transition: all 0.5s linear;
  height: 192px;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .media-box {
    height: 96px;
  }
}
.section-3 .container .fixed-grid .grid .cell .media-box img {
  right: -100%;
  position: absolute;
  transition: all 0.5s linear 0.5s;
}
.section-3 .container .fixed-grid .grid .cell .media-box .big-icon {
  width: 176px;
  height: 192px;
  text-align: center;
  line-height: 176px;
  background: url(../images/shield.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .media-box .big-icon {
    width: 88px;
    height: 96px;
    line-height: 96px;
  }
}
.section-3 .container .fixed-grid .grid .cell .media-box .big-icon .iconfont {
  color: #cfe8f3;
  font-size: 108px;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell .media-box .big-icon .iconfont {
    font-size: 54px;
  }
}
.section-3 .container .fixed-grid .grid .cell:last-child {
  box-shadow: none;
}
.section-3 .container .fixed-grid .grid .cell.active {
  background-color: #fff;
}
.section-3 .container .fixed-grid .grid .cell.active .title .num {
  font-size: 2.5rem;
  width: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .fixed-grid .grid .cell.active .title .num {
    font-size: 1rem;
    width: 2rem;
  }
}
.section-3 .container .fixed-grid .grid .cell.active .media-box img {
  right: 0;
}
.section-3 .container .fixed-grid .grid .cell.active .media-box .big-icon {
  right: -100%;
}

.section-4 {
  background: url(../images/bg1.jpg) no-repeat bottom center;
}
@media screen and (max-width: 1023px) {
  .section-4 .container {
    flex-direction: column;
  }
}
.section-4 .container .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .section-4 .container .fixed-grid .grid {
    gap: 1rem;
  }
}
.section-4 .container .fixed-grid .grid .cell {
  gap: 1rem;
  display: flex;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid var(--bulma-border);
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-4 .container .fixed-grid .grid .cell {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
.section-4 .container .fixed-grid .grid .cell .image {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .section-4 .container .fixed-grid .grid .cell .image {
    width: 100%;
  }
}
.section-4 .container .fixed-grid .grid .cell .content {
  flex: 1;
}
.section-4 .container .fixed-grid .grid .cell .content .titles {
  gap: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .section-4 .container .fixed-grid .grid .cell .content .titles {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-4 .container .fixed-grid .grid .cell .content .titles h3 {
  flex: 1;
  margin-bottom: 0;
}
.section-4 .container .fixed-grid .grid .cell .content .titles h3 a {
  font-size: 1.125rem;
  color: var(--bulma-text-strong);
}
.section-4 .container .fixed-grid .grid .cell .content p {
  text-align: justify;
  font-size: 0.875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.section-4 .container .fixed-grid .grid .cell .content .button {
  background-color: #61a3c1;
}

.footer {
  padding: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 0.875rem;
  padding: 1.5em 0;
  background-color: #1a6f93;
}
.footer .container {
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .footer .container {
    gap: 1rem;
    padding: 0 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .container .info .fixed-grid .grid .cell {
  gap: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  background-color: #5393ae;
}
.footer .container .info .fixed-grid .grid .cell .icons {
  width: 81px;
  height: 81px;
  line-height: 81px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  flex-shrink: 0;
}
.footer .container .info .fixed-grid .grid .cell .icons img {
  vertical-align: middle;
}
.footer .container .info .fixed-grid .grid .cell .text p {
  color: #fff;
  line-height: 1.5;
  font-size: 1.125rem;
}
.footer .container .mid {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer .container .mid {
    flex-direction: column;
  }
}
.footer .container .mid .foot-nav {
  gap: 1rem;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer .container .mid .foot-nav {
    flex-wrap: wrap;
  }
}
.footer .container .mid .foot-nav dl dt a {
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .mid .foot-nav dl dt a {
    font-size: 1rem;
  }
}
.footer .container .mid .foot-nav dl dd {
  margin-top: 1em;
}
.footer .container .mid .foot-nav dl dd a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .mid .foot-nav dl dd a {
    font-size: 0.875rem;
  }
}
.footer .container .mid .qrcodes {
  margin-left: 3rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .mid .qrcodes {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.footer .container .mid .qrcodes .qrcode {
  text-align: center;
}
.footer .container .mid .qrcodes .qrcode .image img {
  object-fit: cover;
}
.footer .container .mid .qrcodes .qrcode h4 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.5em;
}
.footer .container .cr {
  margin-top: 2rem;
}
.footer .container .cr p a {
  color: #fff;
  margin-left: 1em;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer .container .cr p a {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.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: #e90000;
}
@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: #e90000;
    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: #e90000;
  border-color: #e90000;
}
@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: 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;
}
@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: #e90000;
}
@media screen and (min-width: 1024px) {
  .content-container .container .news-list .grid {
    gap: 2rem;
  }
}
.content-container .container .news-list .grid .cell {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list .grid .cell {
    flex-direction: column;
    gap: 1rem;
  }
}
.content-container .container .news-list .grid .cell .image {
  width: 30%;
  flex-shrink: 0;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list .grid .cell .image {
    width: 100%;
  }
}
.content-container .container .news-list .grid .cell .image img {
  object-fit: contain;
}
.content-container .container .news-list .grid .cell .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.content-container .container .news-list .grid .cell .time .iconfont {
  font-size: 1.25rem;
}
.content-container .container .news-list .grid .cell .title {
  margin: 1rem 0;
}
@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: #e90000;
}
.content-container .container .news-list .grid .cell .desc {
  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 .desc {
    font-size: 0.75rem;
  }
}
.content-container .container .page-detail .detail .title {
  text-align: center;
}
.content-container .container .page-detail .detail .subtitle {
  text-align: center;
}
.content-container .container .page-detail .form form .cus {
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus {
    flex-direction: column;
    gap: 0;
  }
}
.content-container .container .page-detail .form form .cus .field {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus .field {
    width: 100%;
  }
}
.content-container .container .page-detail .form form .texts {
  margin-top: var(--bulma-block-spacing);
}
.content-container #mymap {
  width: 100%;
  height: 500px;
}
.content-container #mymap img {
  max-width: initial;
  transition: all;
}
.content-container .pro-detail {
  display: flex;
  width: 100%;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail {
    flex-direction: column;
  }
}
.content-container .pro-detail h1 {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bulma-border);
}
.content-container .pro-detail .left {
  width: calc(100% - 368px);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .left {
    width: 100%;
  }
}
.content-container .pro-detail .left .pro-gallery {
  width: 100%;
}
.content-container .pro-detail .left .pro-gallery .mySwiper2 {
  margin-bottom: 1rem;
}
.content-container .pro-detail .left .pro-gallery .mySwiper {
  margin-bottom: 1rem;
}
.content-container .pro-detail .left .content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail .left .content table {
    width: 100% !important;
    overflow-x: auto;
    table-layout: initial;
    -webkit-overflow-scrolling: touch;
  }
}
.content-container .pro-detail .left .content table th,
.content-container .pro-detail .left .content table td {
  word-break: break-word;
  white-space: normal !important;
}
.content-container .pro-detail .right {
  width: 320px;
  flex-shrink: 0;
  border: 1px solid var(--bulma-border);
  background-color: #f9f9f9;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right {
    width: 100%;
  }
}
.content-container .pro-detail .right h2 {
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right h2 {
    font-size: 1.25rem;
  }
}
.content-container .pro-detail .right h2::before {
  width: 6px;
  height: 1.2em;
  content: "";
  margin-right: 0.5rem;
  background-color: #e90000;
}
.content-container .pro-detail .right ul {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.content-container .pro-detail .right ul li {
  border: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right ul li {
    width: calc(50% - 0.5rem);
  }
}
.content-container .pro-detail .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .pro-detail .right ul li .tit {
  display: block;
  text-align: center;
  line-height: 1.25;
  padding: 0.5em 0;
  color: var(--bulma-text-strong);
}

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

.float-bar {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
}
.float-bar ul li {
  width: 3rem;
  height: 3rem;
  position: relative;
  background-color: #ff0200;
  border-bottom: 1px solid #fff;
}
.float-bar ul li:last-child {
  border: none;
}
.float-bar ul li .control {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-bar ul li .control .icon .iconfont {
  color: #fff;
  font-size: 2rem;
}
.float-bar ul li .control .drop-menu {
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  width: auto;
  color: #e90000;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s linear;
  pointer-events: none;
  visibility: hidden;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.float-bar ul li .control .drop-menu p {
  white-space: nowrap;
}
.float-bar ul li .back-top {
  cursor: pointer;
}
.float-bar ul li.hover-item:hover .drop-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}

.sidebar {
  position: fixed;
  top: 20%;
  left: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transform: translateX(-100%);
  transition: all 0.25s linear;
}
.sidebar.show {
  transform: translateX(0);
}
.sidebar ul li {
  padding: 0.5em 1em;
}
.sidebar ul li.active {
  background-color: #e90000;
}
.sidebar ul li a {
  color: #fff;
}

.slogan {
  height: 400px;
  padding: 1rem;
  background: url(../images/bg2.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slogan p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .slogan p {
    font-size: 1rem;
  }
}

#mymap {
  width: 100%;
  height: 500px;
}
#mymap img {
  max-width: initial;
}/*# sourceMappingURL=index.css.map */