@charset "UTF-8";
/**重置样式**/
body {
  background: #fbfbfd;
}

#services .card {
  cursor: pointer;
}

.hero-5-bg {
  padding: 80px 0 40px;
  overflow: hidden;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

#company .service-box {
  pointer-events: none;
  /* 阻止所有鼠标事件 */
}

/**公共样式**/
.border-line {
  border-bottom: 1px solid #e5e5e5;
}

.text-content-color {
  color: #303133 !important;
}

.text-content-subtitle {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}

.eid_tilte_p {
  text-indent: 2rem;
  margin-bottom: 0;
}

/**banner 样式**/
.banner-container {
  display: flex;
  position: relative;
}

.banner-container .owl-carousel {
  cursor: pointer;
}

.banner-container .banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-container .banner .banner-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 50vw;
}

.banner-container .banner .banner-content .text-content-title {
  font-size: 2.4rem !important;
}

.banner-container .banner img {
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

.banner-container .banner-tools-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 20px;
  z-index: 1000;
}

.banner-container .banner-tools-dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #fff;
}

.banner-container .banner-tools-dots .dot:focus {
  outline: none;
}

.banner-container .banner-tools-dots .dot.active {
  background: #0052d9;
  border: 1px solid #0052d9;
}

@media (min-width: 200px) and (max-width: 768px) {
  .banner-container {
    display: flex;
    position: relative;
    width: 100vw;
    height: 30vh;
  }
  .banner-container .owl-carousel {
    cursor: pointer;
  }
  .banner-container .owl-carousel .owl-stage-outer {
    height: 30vh;
  }
  .banner-container .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
  }
  .banner-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
  }
  .banner-container .banner .banner-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 50vw;
    height: 150px;
    line-height: 150px;
  }
  .banner-container .banner .banner-content .text-content-title {
    height: 2rem;
    line-height: 1rem;
    width: fit-content;
    font-size: 1rem !important;
    margin-bottom: 3rem !important;
  }
  .banner-container .banner .banner-content .text-content-subtitle {
    font-size: 0.6rem !important;
    height: 2rem;
    line-height: 1rem;
  }
  .banner-container .banner-tools-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 20px;
    z-index: 1000;
  }
  .banner-container .banner-tools-dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 25%;
    background: #fff;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #fff;
  }
  .banner-container .banner-tools-dots .dot:focus {
    outline: none;
  }
  .banner-container .banner-tools-dots .dot.active {
    background: #0052d9;
    border: 1px solid #0052d9;
  }
}

/**Back-top 样式**/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #0044b2;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.back-to-top svg {
  width: 1.5rem;
  height: 1.5rem;
}

.back-to-top:hover {
  border: 1px solid #0044b2;
  background: #0044b2;
  color: #fff;
}

/** product-menus 样式**/
.product-menus {
  position: absolute;
  left: 5rem;
  width: 5vw;
}

.product-menus .product-menus-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: sticky;
  cursor: pointer;
}

.product-menus .product-menus-container .menu {
  width: 100%;
}

.product-menus .product-menus-container .menu .card {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
}

.product-menus .product-menus-container .menu .card.active {
  background: #3956de;
  border-color: #3956de;
}

.product-menus .product-menus-container .menu .card.active .service-box-icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.product-menus .product-menus-container .menu .card.active .service-title {
  color: #fff;
}

.product-menus .product-menus-container .menu .card .menu-bg {
  height: 3.5rem;
  width: 3.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-menus .product-menus-container .menu .card .menu-bg .menu-img {
  max-width: 2rem;
  height: auto;
}

.product-menus .product-menus-container .menu .card .service-title {
  font-size: 1rem;
  margin-top: 1rem !important;
}

@media (min-width: 200px) and (max-width: 768px) {
  .product-menus {
    display: none;
  }
}
