.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;
}

a.navbar-item.active,
div.navbar-item.active .navbar-link {
  --bulma-navbar-item-background-l-delta: var(--bulma-navbar-item-hover-background-l-delta);
  --bulma-navbar-item-background-a: 1;
}

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

.navbar-burger:active {
  background-color: rgba(0, 73, 77, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(0, 73, 77, 0.1);
}

header .logo {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  header .navbar {
    padding: 0.5rem 0;
  }
}
header .navbar-menu .navbar-start {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  align-items: center;
}
header .navbar-menu .navbar-start > .navbar-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
header .navbar-menu .navbar-start > .navbar-item .navbar-link::after {
  border-color: #00494d;
}
header .navbar-menu .navbar-start > .navbar-item .navbar-dropdown {
  padding-top: 0.75rem;
}
header .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #00494d;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(1) {
  animation-delay: 0.1s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(2) {
  animation-delay: 0.2s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(3) {
  animation-delay: 0.3s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(4) {
  animation-delay: 0.4s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(5) {
  animation-delay: 0.5s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(6) {
  animation-delay: 0.6s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(7) {
  animation-delay: 0.7s;
}
header .navbar-menu .navbar-start > .navbar-item:nth-child(8) {
  animation-delay: 0.8s;
}
header .navbar-menu .navbar-end {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
header .navbar-menu .navbar-end .navbar-item {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
header .navbar-menu .navbar-end .navbar-item .buttons .button {
  background-color: #c20000;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  header .navbar .container .navbar-brand .logo {
    height: 60px;
  }
  header .navbar .container .navbar-brand .logo img {
    max-height: 100%;
  }
}
.banner {
  width: 100%;
  position: relative;
  text-align: center;
}
.banner .swiper-slide img {
  display: block;
  filter: blur(5px);
  opacity: 0.3;
  transform: scale(1.2);
  transition: all 2s linear;
}
.banner .swiper-slide.swiper-slide-active img {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.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);
}

@media screen and (max-width: 768px) {
  .banner .btns .btn-prev,
  .banner .btns .btn-next {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
  }
  .banner .btns .btn-prev .iconfont,
  .banner .btns .btn-next .iconfont {
    color: #fff;
    font-size: 1.5rem;
  }
}
.float {
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 10000;
}
.float ul li {
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 5px;
  margin-top: 0.25rem;
  transition: all 0.3s linear;
  display: flex;
  position: relative;
  right: -136px;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  background-color: rgba(51, 51, 51, 0.74);
}
.float ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.float ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.float ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.float ul li p {
  color: #fff;
  font-size: 18px;
}
.float ul li .iconfont {
  color: #fff;
  font-size: 36px;
  width: 64px;
}
.float ul li .image {
  width: 0;
  height: 0;
  transition: all 0.3s linear;
}
.float ul li:nth-child(1):hover {
  right: 0;
  background-color: #00494d;
}
.float ul li:nth-child(2):hover {
  cursor: pointer;
  background-color: #00494d;
}
.float ul li:nth-child(3):hover {
  right: 0;
  height: 136px;
  background-color: #00494d;
}
.float ul li:nth-child(3):hover .image {
  width: 128px;
  height: 128px;
  padding: 8px;
}

.index-title h2 {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  color: #00494d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.index-title h3 {
  font-size: 30px;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-1 {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center top;
  background-attachment: fixed;
}
.index-container .index-1 .container .top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-container .index-1 .container .top .search-box {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .top .search-box {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.index-container .index-1 .container .top .search-box form {
  display: flex;
  gap: 1rem;
}
.index-container .index-1 .container .top .search-box form input {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-1 .container .top .search-box form .button {
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  background-color: #00494d;
}
.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;
}
.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: 26px;
  padding-right: 26px;
  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: #00494d;
  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: #00494d;
}
.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 .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: #00494d;
  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: #00494d;
  z-index: 1;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.index-container .index-2 {
  height: 917px;
  background: url(../images/bg1.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 {
    height: 750px;
  }
}
.index-container .index-2 .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.index-container .index-2 .container .content h3 {
  color: #00494d;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-2 .container .content p {
  max-width: 50%;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container .content p {
    max-width: 100%;
  }
}
.index-container .index-2 .container ul {
  display: flex;
  width: 60%;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container ul {
    gap: 1rem;
    width: 100%;
  }
}
.index-container .index-2 .container ul li {
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  border: 4px solid #fff;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container ul li {
    padding: 1rem 0.5rem;
  }
}
.index-container .index-2 .container ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.index-container .index-2 .container ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.index-container .index-2 .container ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.index-container .index-2 .container ul li .iconfont {
  color: #00494d;
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container ul li .iconfont {
    font-size: 48px;
  }
}
.index-container .index-2 .container ul li h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container ul li h3 {
    font-size: 18px;
  }
}
.index-container .index-2 .container ul li p {
  font-size: 18px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container ul li p {
    font-size: 14px;
  }
}
.index-container .index-2 .container ul li.active {
  border-color: #00494d;
}
.index-container .index-3 {
  height: 789px;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat top center/cover;
}
.index-container .index-3 .container {
  height: 100%;
}
.index-container .index-3 .container .map-container {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container {
    flex-direction: column;
  }
}
.index-container .index-3 .container .map-container .map-nav {
  width: 360px;
}
.index-container .index-3 .container .map-container .map-nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container .map-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.index-container .index-3 .container .map-container .map-nav ul li {
  cursor: pointer;
}
.index-container .index-3 .container .map-container .map-nav ul li .tit {
  color: #333;
  display: flex;
  font-size: 24px;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container .map-nav ul li .tit {
    line-height: 2;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-container .index-3 {
    height: 960px;
  }
}
.index-container .index-3 .container .map-container .map-nav ul li .tit::before {
  content: "";
  width: 26px;
  height: 5px;
  margin-right: 10px;
  background-color: #00494d;
}
.index-container .index-3 .container .map-container .map-nav ul li p {
  padding: 0.5em 0;
  display: none;
}
.index-container .index-3 .container .map-container .map-nav ul li.active .tit {
  color: #00494d;
}
.index-container .index-3 .container .map-container .map-nav ul li.active p {
  display: block;
}
/* @media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container .map-nav ul li.active p {
    display: none;
  }
} */
.index-container .index-3 .container .map-container .map {
  height: 500px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .map-container .map {
    flex-grow: 0;
  }
}
.index-container .index-4 .container .fixed-grid .grid .cell {
  border: 2px solid #cfcfcf;
  display: flex;
  flex-direction: column;
}
.index-container .index-4 .container .fixed-grid .grid .cell .top {
  padding: 0.5rem;
  flex: 1;
  border-bottom: 2px solid #cfcfcf;
}
.index-container .index-4 .container .fixed-grid .grid .cell .top .tit {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.index-container .index-4 .container .fixed-grid .grid .cell .top .line {
  width: 32px;
  height: 3px;
  margin: 1rem 0;
  background-color: #00494d;
}
.index-container .index-4 .container .fixed-grid .grid .cell .top p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.index-container .index-4 .container .fixed-grid .grid .cell .date {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-container .index-4 .container .fixed-grid .grid .cell .date a {
  width: 43px;
  height: 43px;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: #00494d;
}

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

.content-container .container .content-title {
  display: flex;
  align-items: start;

}
.content-container .container .content-title .crumb {
  display: flex;
}
.content-container .container .content-title .crumb a {
  color: #333333;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .content-container .container .content-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-container .container .content-title .search-box {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .content-container .container .content-title .search-box {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.content-container .container .content-title .search-box form {
  display: flex;
  gap: 1rem;
}
.content-container .container .content-title .search-box form input {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.content-container .container .content-title .search-box form .button {
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  background-color: #00494d;
}
.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;
}
.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: 4;
  padding-left: 26px;
  padding-right: 26px;
  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: #00494d;
  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: #00494d;
}
.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: #00494d;
  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: #00494d;
  z-index: 1;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.content-container .container .change {
  display: flex;
  margin-bottom: var(--bulma-block-spacing);
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .content-container .container .change p:nth-child(2) span {
    order: 2;
  }
  .content-container .container .change p:nth-child(2) a {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .change {
    flex-direction: column;
    gap: 1rem;
  }
}
.content-container .container .change p {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.content-container .container .change p .tag {
  background-color: #00494d;
  color: #fff;
}
.content-container .container .change p a {
  font-size: 18px;
  color: #333;
}
.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(0, 73, 77, 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 #00494d;
}
.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: #00494d;
  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: #00494d;
  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 #00494d;
}
.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 .map-container {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container {
    flex-direction: column;
  }
}
.content-container .container .map-container .map-nav {
  width: 360px;
}
.content-container .container .map-container .map-nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container .map-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-container .container .map-container .map-nav ul li .tit {
  color: #333;
  display: flex;
  font-size: 24px;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container .map-nav ul li .tit {
    line-height: 2;
    font-size: 18px;
  }
}
.content-container .container .map-container .map-nav ul li .tit::before {
  content: "";
  width: 26px;
  height: 5px;
  margin-right: 10px;
  background-color: #00494d;
}
.content-container .container .map-container .map-nav ul li p {
  padding: 0.5em 0;
  display: none;
}
.content-container .container .map-container .map-nav ul li.active .tit {
  color: #00494d;
}
.content-container .container .map-container .map-nav ul li.active p {
  display: block;
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container .map-nav ul li.active p {
    display: none;
  }
}
.content-container .container .map-container .map {
  height: 500px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .content-container .container .map-container .map {
    flex-grow: 0;
  }
}
.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 {
  gap: 2rem;
}
.content-container .container .news-list .fixed-grid .grid .cell .media .media-content h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.content-container .container .news-list .fixed-grid .grid .cell .media .media-content time {
  line-height: 2;
  display: block;
}
.content-container .container .news-list .fixed-grid .grid .cell .media .media-content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list .fixed-grid .grid .cell .media .media-content p {
    -webkit-line-clamp: 2;
  }
}
.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: #00494d;
  border-color: #00494d;
}

footer {
  background-color: #2d2d2d;
}
footer .section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@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: #00494d;
}
footer .section .container .left .button .iconfont {
  color: #fff;
  font-size: 24px;
}
footer .section .container .middle {
  display: flex;
  flex-direction: column;
}
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 .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  footer .section .container .middle .buttons {
    grid-template-columns: 1fr 1fr;
  }
}
footer .section .container .middle .buttons .button {
  color: #999999;
  border-color: #999999;
}
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 .section .cr {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  padding: 0.5em 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(215, 215, 215, 0.1882352941);
}
@media screen and (max-width: 768px) {
  footer .section .cr {
    font-size: 14px;
    text-align: left;
  }
}
footer .section .cr a {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .section .cr a {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */