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

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

.Footer-svg-con {
  background-color: skyblue;
}

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

.bd-nav-menu {
  background-color: var(--bulma-scheme-main);
  border-color: var(--bulma-border);
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  box-shadow: var(--bulma-shadow);
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0.98) translateY(-0.5em);
  transform-origin: right top;
  transition-duration: var(--bulma-duration);
  transition-property: opacity, transform;
  visibility: hidden;
  width: 17em;
  z-index: 30;
}
.bd-nav-menu .bd-nav-item {
  gap: 0.5em;
  width: 100%;
}
.bd-nav-menu.is-cycles {
  width: 10em;
}

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

.navbar-burger:active {
  background-color: rgba(37, 18, 109, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(37, 18, 109, 0.1);
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  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);
}
header .logo {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
header .logo img {
  max-height: 80px;
}
header .navbar-menu {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
header .navbar-menu .navbar-start {
  align-items: center;
  text-align: left;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
}
header .navbar-menu .navbar-start > .navbar-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background-size: 100% 100%;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .navbar-start > .navbar-item {
    background: transparent;
  }
}
header .navbar-menu .navbar-start > .navbar-item .navbar-link::after {
  border-color: #25126d;
}
header .navbar-menu .navbar-start > .navbar-item .navbar-dropdown {
  padding: 0.5rem 0;
}
header .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .is-selected {
  background-color: #25126d;
}
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: unset;
          margin-inline-start: unset;
}
header .navbar-menu .navbar-end .navbar-item .bd-nav-search {
  display: flex;
  align-items: center;
}
header .navbar-menu .navbar-end .navbar-item .bd-nav-search .bd-nav-item .icon .iconfont {
  color: #575b66;
  font-size: 32px;
}

@media screen and (max-width: 1023px) {
  header .navbar .container .navbar-brand .logo img {
    max-height: 56px;
  }
}
.banner {
  height: 40vw;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner .swiper-pagination-bullet-active {
  background: #25126d;
}
.banner .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  overflow: hidden;
  transition-property: opacity;
}
.banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: 1s 0s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.banner .swiper-wrapper .swiper-slide .banner-text {
  position: relative;
  width: 80%;
  z-index: 10;
  margin: 0 auto 10vw;
  width: 90%;
  max-width: 1200px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .banner-text {
    margin-bottom: 1vw;
  }
}
.banner .swiper-wrapper .swiper-slide .banner-text .small-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .banner-text .small-title {
    font-size: 12px;
  }
}
.banner .swiper-wrapper .swiper-slide .banner-text .cn {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-wrapper .swiper-slide .banner-text .cn {
    font-size: 16px;
  }
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-text .small-title {
  transition-delay: 0.7s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-text .cn {
  transition-delay: 0.5s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.banner .btns .next-btn {
  right: 3vw;
}
.banner .btns .prev-btn {
  left: 3vw;
}
.banner .btns > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.banner .btns > div::after {
  color: #bfbfbf;
  font-weight: lighter;
  font-size: 24px;
}

@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.tel:hover {
  right: 0;
  background-color: #25126d;
}
.float ul li.top:hover {
  cursor: pointer;
  background-color: #25126d;
}
.float ul li.wechat:hover {
  right: 0;
  height: 136px;
  background-color: #25126d;
}
.float ul li.wechat:hover .image {
  width: 128px;
  height: 128px;
  padding: 8px;
}

.index-title ul {
  gap: 1rem;
  display: flex;
  justify-content: center;
}
.index-title ul li {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #25126d;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .index-title ul li {
    width: 48px;
    height: 48px;
    padding: 4px;
  }
}
.index-title ul li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px dashed #25126d;
  text-align: center;
  line-height: 68px;
  color: #25126d;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index-title ul li span {
    font-size: 16px;
    line-height: 28px;
  }
}

.index-container .index-1 {
  text-align: center;
}
.index-container .index-1 h3 {
  color: #333333;
  font-size: 30px;
}
.index-container .index-1 .container .fixed-grid .grid .cell .num {
  color: #25126d;
  font-size: 60px;
}
.index-container .index-2 .product .tabs-content {
  display: none;
}
.index-container .index-2 .product .tabs-content.is-active {
  display: block;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4rem 0 8rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container {
    padding: 2rem;
  }
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .title {
    font-size: 1rem;
  }
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .text {
  color: #fff;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .text h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .text h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .product .tabs-content .swiper .swiper-wrapper .swiper-slide .container .text p {
    font-size: 12px;
  }
}
.index-container .index-2 .product .tabs-content .swiper .swiper-button-next {
  right: 3vw;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-button-next::after {
  color: #bfbfbf;
  font-weight: lighter;
  font-size: 24px;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-button-prev {
  left: 3vw;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.index-container .index-2 .product .tabs-content .swiper .swiper-button-prev::after {
  color: #bfbfbf;
  font-weight: lighter;
  font-size: 24px;
}
.index-container .index-2 > .container {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 > .container {
    margin-top: 0;
  }
}
.index-container .index-2 > .container .tabs {
  padding: 2rem 0;
  background-color: #fff;
  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 .tabs {
    padding: 1rem 0;
  }
}
.index-container .index-2 > .container .tabs ul {
  justify-content: space-around;
}
.index-container .index-2 > .container .tabs ul li {
  width: 160px;
  height: 160px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 > .container .tabs ul li {
    width: 18vw;
    height: 18vw;
  }
}
.index-container .index-2 > .container .tabs ul li.is-active {
  background-color: #e8edf0;
}
.index-container .index-2 > .container .tabs ul li.is-active .iconfont {
  color: #25126d;
}
.index-container .index-2 > .container .tabs ul li.is-active p {
  color: #25126d;
}
.index-container .index-2 > .container .tabs ul li .iconfont {
  color: #333333;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 > .container .tabs ul li .iconfont {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .index-container .index-2 > .container .tabs ul li p {
    font-size: 12px;
  }
}
.index-container .index-3 .container {
  display: flex;
}
.index-container .index-3 .container .titles {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 1rem;
}
.index-container .index-3 .container .titles h3 {
  color: #333333;
  font-size: 30px;
}
.index-container .index-3 .container .titles .more {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #25126d;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container {
    flex-direction: column;
  }
}
.index-container .index-3 .container .news {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .news {
    width: 100%;
  }
}
.index-container .index-3 .container .news ul li {
  display: flex;
  padding: 2rem 1rem;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #999999;
}
.index-container .index-3 .container .news ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.index-container .index-3 .container .news ul li .date {
  text-align: center;
}
.index-container .index-3 .container .news ul li .date .y {
  color: #25126d;
  font-size: 30px;
  transition: all 0.3s linear;
}
.index-container .index-3 .container .news ul li .date .md {
  color: #333333;
  font-size: 18px;
  transition: all 0.3s linear;
}
.index-container .index-3 .container .news ul li .line {
  width: 2px;
  height: 58px;
  margin: 0 1rem;
  background-color: #25126d;
  transition: all 0.3s linear;
}
.index-container .index-3 .container .news ul li .info .tit {
  color: #333333;
  font-size: 18px;
  transition: all 0.3s linear;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.index-container .index-3 .container .news ul li .info .desc {
  transition: all 0.3s linear;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.index-container .index-3 .container .news ul li.active::before {
  width: 100%;
  left: 0;
}
.index-container .index-3 .container .news ul li.active .date .y {
  color: #fff;
}
.index-container .index-3 .container .news ul li.active .date .md {
  color: #fff;
}
.index-container .index-3 .container .news ul li.active .info .tit {
  color: #fff;
}
.index-container .index-3 .container .news ul li.active .info .desc {
  color: #fff;
}
.index-container .index-3 .container .zr {
  width: 35%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container .zr {
    width: 100%;
    margin-top: 1rem;
  }
}
.index-container .index-3 .container .zr img {
  width: 100%;
}
.index-container .index-3 .container .zr ul li {
  border-bottom: 2px solid #c9c9c9;
}
.index-container .index-3 .container .zr ul li a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 2;
}
.index-container .index-3 .container .zr ul li a span {
  color: #333333;
  font-size: 18px;
}
.index-container .index-3 .container .zr ul li a .iconfont {
  color: #333333;
  font-size: 30px;
  margin-left: 1rem;
}
.index-container .index-3 .container .zr ul li a .bulma-arrow-mixin {
  border: 0.125em solid #25126d;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  transition-duration: var(--bulma-duration);
  transition-property: border-color;
  width: 0.625em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.index-container .index-4 {
  padding-bottom: 0;
  background: url(../images/earth.jpg) no-repeat center top/cover;
}
.index-container .index-4 h2 {
  color: #333333;
  font-size: 30px;
}
.index-container .index-4 h2 span {
  color: #bfbfbf;
}
.index-container .index-4 .container {
  overflow: hidden;
  text-align: left;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container {
    margin-top: 0;
  }
}
.index-container .index-4 .container ul {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container ul {
    flex-wrap: wrap;
    align-items: initial;
  }
}
.index-container .index-4 .container ul li {
  width: 25%;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container ul li {
    width: 50%;
    padding: 1rem 0;
  }
  .index-container .index-4 .container ul li:nth-child(3) {
    order: 2;
  }
  .index-container .index-4 .container ul li:nth-child(4) {
    order: 1;
  }
}
.index-container .index-4 .container ul li h3 {
  color: #fff;
  font-size: 30px;
}
.index-container .index-4 .container ul li p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container ul li p {
    font-size: 12px;
  }
}
.index-container .index-4 .container ul li:nth-child(odd) {
  background-color: #333333;
}
.index-container .index-4 .container ul li:nth-child(even) {
  background-color: #25126d;
}
.index-container .index-5 .map {
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 768px) {
  .index-container .index-5 .map {
    height: 360px;
  }
}

@keyframes textScale2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
}
.inner-banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
}
.inner-banner .container h3 {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  animation-delay: 0.1s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .inner-banner .container h3 {
    font-size: 1.5rem;
    padding-left: 1rem;
  }
}

.content-container .about .swiper-container,
.content-container .about .section-warp,
.content-container .about .section-content,
.content-container .about .init-anim {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.content-container .about .section-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.content-container .about .section-warp h2,
.content-container .about .init-anim-text {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 200px;
  z-index: 2;
}
.content-container .about .section-warp h2.scale-text {
  display: none;
  animation: textScale2 0.5s;
  font-size: 3rem;
  opacity: 1;
}
.content-container .about .init-anim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  background: none;
  margin-top: -80px;
}
.content-container .about .section-one .img-box {
  height: 100vh;
  background: url(../images/b1.jpg) no-repeat center center/cover;
}
.content-container .about .section-two .img-box {
  height: 100vh;
  background: url(../images/b2.jpg) no-repeat center center/cover;
}
.content-container .about .section-three .img-box {
  height: 100vh;
  background: url(../images/b3.jpg) no-repeat center center/cover;
}
.content-container .about .section-four .img-box {
  height: 100vh;
  background: url(../images/b4.jpg) no-repeat center center/cover;
}
.content-container .about .text-warp {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}
.content-container .about .text-container {
  width: 100%;
  position: absolute;
  top: 30% !important;
  left: 50% !important;
  transform: translate(0, 0);
  transition: none;
  transform: translate(-50%, -50%) !important;
}
.content-container .about .text-container {
  width: 100%;
  position: absolute;
  top: 30% !important;
  left: 50% !important;
  transform: translate(0, 0);
  transition: none;
  transform: translate(-50%, -50%) !important;
}
.content-container .about .text-content {
  max-width: 80%;
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
  font-size: 1rem;
}
.content-container .about .text-content h3 {
  font-size: 3rem;
  padding-bottom: 2.4rem;
  opacity: 0;
  font-weight: bold;
  transition: none;
}
.content-container .about .text-content-detail {
  display: none;
  animation: fadeIn 1s;
  line-height: 2;
}
.content-container .content-nav {
  background-color: #f1f5f7;
}
.content-container .content-nav .is-active a {
  color: #25126d;
  border-color: #25126d;
}
.content-container .contact-info {
  width: 100%;
  height: 781px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/contact-banner.jpg) no-repeat center center;
}
.content-container .contact-info .panel {
  display: flex;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 2rem;
  position: relative;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.84);
}
.content-container .contact-info .panel .texts {
  width: 50%;
  align-self: flex-start;
}
.content-container .contact-info .panel .texts h2 {
  color: #333333;
  font-size: 2rem;
  line-height: 1;
}
.content-container .contact-info .panel .texts ul li {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  margin-top: 1rem;
}
.content-container .contact-info .panel img {
  align-self: flex-end;
}
.content-container .container {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content-container .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-container .container .crumb {
  text-align: right;
  line-height: 2;
  padding: 0.75em 0;
}
.content-container .container .crumb .iconfont {
  color: #25126d;
  font-size: 1.25rem;
}
.content-container .container .crumb span {
  color: #333333;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.content-container .container .crumb a {
  color: #666666;
}
.content-container .container .change {
  margin: 1rem 0;
}
.content-container .container .change p {
  margin: 0.5rem 0;
}
.content-container .container .change p a {
  margin-left: 0.5rem;
}
.content-container .container .pro-list .fixed-grid .grid {
  gap: 2rem;
}
.content-container .container .pro-list .fixed-grid .grid .cell .image img {
  object-fit: cover;
}
.content-container .container .pro-list .fixed-grid .grid .cell .tit {
  line-height: 2;
  display: block;
  color: #333333;
  text-align: center;
}
.content-container .container .pro-detail .content-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.content-container .container .pro-detail .date {
  text-align: center;
}
.content-container .container .pro-detail .content {
  margin: 1rem 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 ul li {
  display: flex;
  height: 240px;
  margin-top: 2.5rem;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li {
    height: 120px;
    margin-top: 1rem;
  }
}
.content-container .container .news-list ul li:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.content-container .container .news-list ul li .image img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .image {
    aspect-ratio: 1/1;
  }
}
.content-container .container .news-list ul li .info {
  gap: 3rem;
  display: flex;
  padding: 3rem;
  align-items: center;
  background-color: #f1f5f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info {
    gap: 0.5rem;
    padding: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-container .container .news-list ul li .info .texts .tit {
  line-height: 1;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .texts .tit {
    font-size: 1rem;
  }
}
.content-container .container .news-list ul li .info .texts .desc {
  margin-top: 1rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .texts .desc {
    margin-top: 0.5rem;
    font-size: 14px;
  }
}
.content-container .container .news-list ul li .info .date {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .date {
    display: flex;
    align-items: flex-end;
  }
}
.content-container .container .news-list ul li .info .date .y {
  color: #333333;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .date .y {
    font-size: 1rem;
  }
}
.content-container .container .news-list ul li .info .date .md {
  color: #666666;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .date .md {
    font-size: 14px;
    margin-left: 0.5rem;
  }
}
.content-container .container .team-list ul li {
  display: flex;
  padding: 2rem 0;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.content-container .container .team-list ul li .date {
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all 0.3s linear;
  border-right: 1px solid #25126d;
}
.content-container .container .team-list ul li .date .y {
  color: #25126d;
  font-size: 36px;
  transition: all 0.3s linear;
}
.content-container .container .team-list ul li .date .md {
  color: #333333;
  font-size: 18px;
  transition: all 0.3s linear;
}
.content-container .container .team-list ul li .info {
  padding-left: 1rem;
}
.content-container .container .team-list ul li .info .tit {
  color: #333333;
  font-size: 1.5rem;
  transition: all 0.3s linear;
}
.content-container .container .team-list ul li .info .desc {
  color: #666666;
  font-size: 18px;
  transition: all 0.3s linear;
}
.content-container .container .team-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.content-container .container .team-list ul li:hover .date .y {
  color: #fff;
}
.content-container .container .team-list ul li:hover .date .md {
  color: #fff;
}
.content-container .container .team-list ul li:hover .info .tit {
  color: #fff;
}
.content-container .container .team-list ul li:hover .info .desc {
  color: #fff;
}
.content-container .container .team-list ul li:hover::before {
  width: 100%;
  left: 0;
}
.content-container .container .history-list .line {
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-color: #25126d;
  z-index: -1;
}
.content-container .container .history-list ul {
  display: grid;
}
.content-container .container .history-list ul li {
  width: 50%;
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
}
.content-container .container .history-list ul li:nth-child(odd) {
  justify-self: flex-end;
  align-items: flex-start;
}
.content-container .container .history-list ul li:nth-child(odd) .year {
  margin-left: -18px;
}
.content-container .container .history-list ul li:nth-child(odd) .info .title {
  margin-left: -66px;
}
.content-container .container .history-list ul li:nth-child(even) {
  justify-self: flex-start;
  align-items: flex-end;
}
.content-container .container .history-list ul li:nth-child(even) .year {
  margin-right: -18px;
}
.content-container .container .history-list ul li:nth-child(even) .year .icon {
  order: 2;
}
.content-container .container .history-list ul li:nth-child(even) .year span {
  order: 1;
}
.content-container .container .history-list ul li:nth-child(even) .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content-container .container .history-list ul li:nth-child(even) .info .title {
  margin-right: -66px;
}
.content-container .container .history-list ul li:nth-child(even) .info .title .m {
  order: 4;
}
.content-container .container .history-list ul li:nth-child(even) .info .title .dot {
  order: 3;
}
.content-container .container .history-list ul li:nth-child(even) .info .title .arrow {
  order: 2;
}
.content-container .container .history-list ul li:nth-child(even) .info .title span {
  order: 1;
}
.content-container .container .history-list ul li .year {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-container .container .history-list ul li .year .icon {
  width: 36px;
  height: 36px;
  background: url(../images/time.png) no-repeat center center;
}
.content-container .container .history-list ul li .year span {
  color: #333333;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.content-container .container .history-list ul li .info .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1rem;
}
.content-container .container .history-list ul li .info .title .m {
  color: #333333;
  font-size: 18px;
}
.content-container .container .history-list ul li .info .title .dot {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid #25126d;
  flex-basis: 24px;
}
.content-container .container .history-list ul li .info .title .dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background-color: #25126d;
}
.content-container .container .history-list ul li .info .title .arrow {
  width: 49px;
  height: 9px;
  background: url(../images/arrow.png) no-repeat center center;
}
.content-container .container .history-list ul li .info .title span {
  color: #333333;
  font-size: 18px;
  flex: 1;
}
.content-container .container .history-list ul li .info .image {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .content-container .container .history-list ul li .info .image {
    width: 180px;
  }
}
.content-container .container .history-list ul li .info .image img {
  object-fit: cover;
}
.content-container .container .job-list {
  margin: 2rem 0;
}
.content-container .container .job-list .job-title {
  display: flex;
  text-align: center;
  justify-content: space-around;
  background-color: #e5e5e5;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  line-height: 3;
}
.content-container .container .job-list .job-title span {
  flex: 1;
  font-weight: bold;
  font-size: 1.25rem;
}
.content-container .container .job-list .sideMenu {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.content-container .container .job-list .sideMenu .item {
  border-bottom: 1px solid #f5f5f5;
}
.content-container .container .job-list .sideMenu .item:last-child {
  border: none;
}
.content-container .container .job-list .sideMenu .item h3 {
  display: flex;
  text-align: center;
  line-height: 3;
  justify-content: space-around;
}
.content-container .container .job-list .sideMenu .item h3 span {
  flex: 1;
}
.content-container .container .job-list .sideMenu .item ul {
  padding: 1rem;
  border-top: 1px solid #f5f5f5;
}
.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: #25126d;
  border-color: #25126d;
}

footer {
  z-index: 1;
  position: relative;
  background-color: #2a2a2a;
}
footer .section {
  border-bottom: 1px solid #4c4c4c;
}
footer .section .container .infos {
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .section .container .infos {
    flex-direction: column;
  }
}
footer .section .container .infos .foot-nav {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  footer .section .container .infos .foot-nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .section .container .infos .foot-nav .navs:first-child {
    width: 100%;
  }
}
footer .section .container .infos .foot-nav .navs .nav-title {
  margin-bottom: 1rem;
}
footer .section .container .infos .foot-nav .navs .nav-title a {
  line-height: 1;
  color: #ffffff;
  font-size: 1.25rem;
}
footer .section .container .infos .foot-nav .navs ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .section .container .infos .foot-nav .navs ul li a {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 2;
}
footer .section .container .infos .foot-nav .navs:first-child ul {
  flex-direction: row;
  max-width: 210px;
  justify-content: space-between;
}
footer .section .container .infos .foot-nav .navs:first-child ul li {
  width: 33.3333%;
}
footer .section .container .infos .foot-nav dl dd a {
  color: #a7a7a7;
  font-size: 1rem;
  line-height: 2;
  max-width: 6em;
}
footer .section .container .infos .wechat {
  margin-left: auto;
  text-align: center;
  padding-left: 3rem;
  border-left: 1px solid #4c4c4c;
}
footer .section .container .infos .wechat p {
  font-size: 14px;
  color: #a7a7a7;
  margin-top: 1em;
}
footer .bottom {
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  footer .bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .bottom .links {
  gap: 1rem;
  display: flex;
  line-height: 1;
  margin-top: 1rem;
  align-items: center;
}
footer .bottom .links span {
  color: #a7a7a7;
  font-size: 14px;
}
footer .bottom .links a {
  color: #a7a7a7;
  font-size: 14px;
}
footer .bottom .cr {
  text-align: center;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 1.5;
  padding: 1em 0;
  margin-top: 0.5rem;
}
footer .bottom .cr a {
  color: #a7a7a7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .bottom .cr a {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */