.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;
}
.navbar-link:not(.is-arrowless)::after {
  right: 1.125em;
}
.pro-list .fixed-grid .grid .cell .image.is-3by4{
  aspect-ratio: initial;
  width: 100%;
  padding-top: 133.33%;
}
.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: #007de9;
}

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

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

header {
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}

header .logo {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}

header .logo img {
  max-height: 64px;
}

header .navbar-menu .navbar-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  header .navbar-menu .navbar-end {
    align-items: flex-start;
  }
}

header .navbar-menu .navbar-end form {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

@media screen and (max-width: 768px) {
  header .navbar-menu .navbar-end form {
    order: 2;
    margin-left: 1rem;
  }
}

header .navbar-menu .navbar-end form .control input {
  color: #999999;
  border-color: #999999;
}

header .navbar-menu .navbar-end form .control .iconfont {
  font-size: 24px;
  color: #515151;
}

header .navbar-menu .navbar-end .navs {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .navbar-menu .navbar-end .navs {
    flex-direction: column;
    order: 1;
  }
}

header .navbar-menu .navbar-end .navs .navbar-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

@media screen and (max-width: 768px) {
  header .navbar-menu .navbar-end .navs .navbar-item {
    width: 100%;
  }
}

header .navbar-menu .navbar-end .navs .navbar-item .navbar-link::after {
  border-color: #007de9;
}

header .navbar-menu .navbar-end .navs .navbar-item .navbar-dropdown {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
}

header .navbar-menu .navbar-end .navs .navbar-item .navbar-dropdown .is-selected {
  background-color: #007de9;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(1) {
  animation-delay: 0.1s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(2) {
  animation-delay: 0.2s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(3) {
  animation-delay: 0.3s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(4) {
  animation-delay: 0.4s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(5) {
  animation-delay: 0.5s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(6) {
  animation-delay: 0.6s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(7) {
  animation-delay: 0.7s;
}

header .navbar-menu .navbar-end .navs .navbar-item:nth-child(8) {
  animation-delay: 0.8s;
}

.banner {
  width: 100%;
  position: relative;
  text-align: center;
}

.banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@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: 0;
  bottom: 0;
  width: 168px;
  height: 148px;
  z-index: 10000;
  margin: auto 0;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
  background: url(../images/float.png) no-repeat center center;
}

.index-title {
  text-align: center;
}

.index-title h3 {
  font-size: 30px;
  color: #007de9;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.index-title h3::before,
.index-title h3::after {
  content: "";
  width: 76px;
  height: 4px;
  background-color: #007de9;
}

.index-title h2 {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.index-container .index-1 {
  position: relative;
}

.index-container .index-1 .container .fixed-grid .grid .cell {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 3rem 1.5rem;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}

@media screen and (max-width: 768px) {
  .index-container .index-1 .container .fixed-grid .grid .cell {
    padding: 1.5rem 1rem;
  }
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(7) {
  animation-delay: 0.42s;
}

.index-container .index-1 .container .fixed-grid .grid .cell:nth-child(8) {
  animation-delay: 0.48s;
}

.index-container .index-1 .container .fixed-grid .grid .cell .iconfont {
  width: 72px;
  height: 72px;
  border: 2px solid #007de9;
  border-radius: 4px;
  font-size: 48px;
  color: #007de9;
  text-align: center;
  line-height: 68px;
}

.index-container .index-1 .container .fixed-grid .grid .cell h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.index-container .index-1 .container .fixed-grid .grid .cell .button {
  border-radius: 0;
  text-transform: uppercase;
  background-color: #999999;
  margin-top: auto;
}

.index-container .index-1 .container .fixed-grid .grid .cell .button:hover {
  background-color: #007de9;
}

.index-container .index-1 .buttons {
  justify-content: center;
}

.index-container .index-1 .buttons .more {
  background-color: #007de9;
}

.index-container .index-2 {
  background-color: #f6f6f6;
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .video {
  flex: 1;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .info {
  width: 50%;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .info {
    width: 100%;
  }
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .info h4 {
  font-size: 30px;
  color: #007de9;
  text-transform: uppercase;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .info h3 {
  font-size: 36px;
  font-weight: bold;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-2 .container .about-swiper .swiper-wrapper .swiper-slide .info p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 2rem;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-2 .container .about-swiper .btns {
  left: 50%;
  width: 216px;
  bottom: 54px;
  height: 36px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .index-container .index-2 .container .about-swiper .btns {
    right: 0;
    top: 0;
    left: unset;
  }
}

.index-container .index-2 .container .about-swiper .btns .swiper-button-prev {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

.index-container .index-2 .container .about-swiper .btns .swiper-button-next {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

.index-container .index-2 .container .about-swiper .btns>div {
  width: 90px;
  height: 36px;
  border-radius: 4px;
  background-color: #007de9;
}

.index-container .index-2 .container .about-swiper .btns>div::after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.index-container .index-3 {
  background: url(../images/bg.jpg) center center;
  background-attachment: fixed;
}

.index-container .index-3 .container .fixed-grid .grid .cell {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-3 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.075s;
}

.index-container .index-3 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.15s;
}

.index-container .index-3 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.225s;
}

.index-container .index-3 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.3s;
}

.index-container .index-4 .container .tit {
  display: block;
  line-height: 3;
  text-align: center;
  color: #333;
}

.index-container .index-5 {
  background-color: #f6f6f6;
}

.index-container .index-5 .container .fixed-grid .grid {
  gap: 0;
}

.index-container .index-5 .container .fixed-grid .grid .cell {
  position: relative;
  overflow: hidden;
}
.index-container .index-5 .container .fixed-grid .grid .cell img {
  transition: all 0.33s linear;
}
.index-container .index-5 .container .fixed-grid .grid .cell .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.index-container .index-5 .container .fixed-grid .grid .cell .mask .num {
  display: flex;
  align-items: start;
  line-height: 1;
}

.index-container .index-5 .container .fixed-grid .grid .cell .mask .num span {
  font-size: 80px;
  transition: all 3s ease-in-out;
}
.index-container .index-5 .container .fixed-grid .grid .cell:hover img {
  transform: scale(1.1);
}
.index-container .index-5 .container .fixed-grid .grid .cell .mask .num p {
  color: red;
  font-size: 36px;
  font-weight: bold;
}
.index-container .index-5 .container .fixed-grid .grid .cell .mask h4 {
  font-size: 20px;
}
.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(odd) .mask {
  background: rgba(0, 0, 0, 0.4);
}

.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(odd) .mask .num span {
  color: #fff;
}

.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(odd) .mask h4 {
  color: #fff;
}

.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(even) .mask {
  background: rgba(255, 255, 255, 0.6);
}

.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(even) .mask .num span {
  color: #666;
}

.index-container .index-5 .container .fixed-grid .grid .cell:nth-child(even) .mask h4 {
  color: #666;

}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide {
  padding: 1rem;
  transition: all 0.3s linear;
  border: 3px solid rgba(0, 125, 233, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  box-sizing: border-box;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  animation-delay: 0.075s;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  animation-delay: 0.15s;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  animation-delay: 0.225s;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  animation-delay: 0.3s;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide .image img {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide {
    padding: 0.75rem;
  }
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide .tit {
  display: block;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide .more {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide .more span {
  font-size: 24px;
  margin-left: 0.5em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  background-color: #fff;
  border-color: #007de9;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title a {
  color: #007de9;
}

.index-container .index-5 .container .team-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  color: #007de9;
}

.index-container .index-6 {
  padding: 4rem 0;
  background-color: #007de9;
}

.index-container .index-6 .index-title .en::before,
.index-container .index-6 .index-title .en::after {
  background-color: #fff;
}
.index-container .index-6 .news-swiper {
  margin-top: 2rem;
}
.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  animation-delay: 0.075s;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  animation-delay: 0.15s;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  animation-delay: 0.225s;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  animation-delay: 0.3s;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide .content {
  color: #fff;
  padding: 1rem;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide .content a {
  color: #fff;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  background-color: #fff;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content a {
  color: #333;
}

.index-container .index-6 .news-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content p {
  color: #666;
}

.inner-banner {
  position: relative;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
  }
}

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

.inner-banner .image img {
  height: 100%;
  object-fit: cover;
}

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

@media screen and (max-width: 768px) {
  .content-container .container .content-title {
    flex-direction: column;
  }
}

.content-container .container .content-title .index-title {
  display: flex;
  align-items: center;
}

.content-container .container .content-title .index-title h3 {
  margin-right: 1rem;
}

.content-container .container .content-title .crumb {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .content-container .container .content-title .crumb {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.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: #007de9;
}

.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;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav {
    width: 100%;
  }
}

.content-container .container .product .left-nav ul {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  border: 1px solid #c2c2c2;
}

@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: 60px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  border-bottom: 1px dashed #949494;
}

@media screen and (max-width: 768px) {
  .content-container .container .product .left-nav ul li {
    border: none;
  }
}

.content-container .container .product .left-nav ul li:last-child {
  border: none;
}

@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: 45px;
  height: 4px;
  background-color: #007de9;
  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 {
  flex: 1;
  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: #007de9;
}

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

@media screen and (max-width: 768px) {
  .content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
    display: none;
  }
}

.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:nth-child(7) {
  animation-delay: 0.42s;
}

.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(8) {
  animation-delay: 0.48s;
}

.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
  animation-delay: 0.54s;
}

.content-container .container .product .pro-list .fixed-grid .grid .cell .image {
  border: 1px solid #949494;
}

.content-container .container .product .pro-list .fixed-grid .grid .cell .image img {
  object-fit: cover;
}

.content-container .container .product .pro-list .fixed-grid .grid .cell .view {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 2.5;
  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: #007de9;
  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, 125, 233, 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 #007de9;
}

.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: #007de9;
  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: #007de9;
  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 #007de9;
}

.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 {
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .content-container .container .news-list .fixed-grid .grid {
    gap: 1rem;
  }
}

.content-container .container .news-list .fixed-grid .grid .cell {
  padding: 1rem;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .content-container .container .news-list .fixed-grid .grid .cell {
    padding: 0.5rem;
  }
}

.content-container .container .news-list .fixed-grid .grid .cell .media {
  gap: 2rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .content-container .container .news-list .fixed-grid .grid .cell .media {
    gap: 0.75rem;
  }
}

.content-container .container .news-list .fixed-grid .grid .cell .media .image {
  height: 128px;
  margin-right: 0;
}

.content-container .container .news-list .fixed-grid .grid .cell .media .image img {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .content-container .container .news-list .fixed-grid .grid .cell .media .image {
    aspect-ratio: 1;
  }
}

.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 .news-list .fixed-grid .grid .cell .media .more {
  margin-left: auto;
}

.content-container .container .news-list .fixed-grid .grid .cell .media .more .iconfont {
  color: #007de9;
  font-size: 64px;
}

.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: #007de9;
  border-color: #007de9;
}

footer {
  position: relative;
}

footer .tp {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

footer .tp img {
  width: 100%;
}

footer .context .top .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 35%;
}

@media screen and (max-width: 768px) {
  footer .context .top .container {
    padding: 2rem 1rem;
  }
}

footer .context .top .container .forms {
  text-align: center;
}

footer .context .top .container .forms .inputs {
  display: flex;
  gap: 1rem;
}

footer .context .top .container .forms .textarea {
  margin-top: 1rem;
}

footer .context .top .container .forms .button {
  color: #fff;
  margin-top: 1rem;
  background-color: #007de9;
}

footer .context .bottom {
  background-color: #333534;
}

footer .context .bottom .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 35%;
}

@media screen and (max-width: 768px) {
  footer .context .bottom .container {
    padding: 2rem 1rem;
  }
}

footer .context .bottom .container .info {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  footer .context .bottom .container .info {
    flex-direction: column;
  }
}

footer .context .bottom .container .info .contacts {
  display: flex;
  gap: 2rem;
}

footer .context .bottom .container .info .contacts .contact .tit {
  display: flex;
  align-items: center;
}

footer .context .bottom .container .info .contacts .contact .tit .iconfont {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #666666;
  font-size: 32px;
  text-align: center;
  color: #333534;
  line-height: 50px;
}

footer .context .bottom .container .info .contacts .contact .tit span {
  color: #666666;
  font-size: 18px;
  margin-left: 0.5em;
}

footer .context .bottom .container .info .contacts .contact p {
  color: #666666;
  font-size: 18px;
}

footer .context .bottom .container .info .wechats {
  display: flex;
  margin-left: auto;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  footer .context .bottom .container .info .wechats {
    margin-left: 0;
  }
}

footer .cr {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  padding: 1em 0;
  background-color: #333534;
}

@media screen and (max-width: 768px) {
  footer .cr {
    font-size: 14px;
    text-align: left;
    padding-left: 1rem;
  }
}

footer .cr a {
  color: #999999;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer .cr a {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */