/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/styles/hongzhiwen.less ***!
  \*********************************************************************************************************************/
.banner {
  width: 100%;
  height: 100vh;
  background-image: url(img/data365_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner1-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.banner1-text > img:nth-child(1) {
  width: 33.5rem;
}
.banner1-text > img:nth-child(2) {
  width: 24.6875rem;
  margin-top: 1.3125rem;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .banner {
    height: 64rem;
  }
}
.about-data365 {
  width: 100%;
  height: 100vh;
  background-image: url(img/data365_about_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  padding-top: 5rem;
  overflow: hidden;
}
.about-data365 .content {
  height: calc(100% - 8.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.about-data365 .content .text-content {
  width: 84.75rem;
  height: calc(100% - 28rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-data365 .content .text-content .text {
  width: 45rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.about-data365 .content .text-content .right-img {
  width: 20.375rem;
  margin-left: 2rem;
  margin-top: 8rem;
}
.about-data365 .content .icon {
  width: 3.625rem;
  position: absolute;
  bottom: 23.75rem;
}
.about-data365 .content .bottom-cont {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.about-data365 .content .bottom-cont .bottom {
  width: 80rem;
  height: 22.5rem;
  background-image: url(img/data365_about_bottom_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  display: flex;
  justify-content: space-between;
}
.about-data365 .content .bottom-cont .bottom .bottom-box {
  width: 26.625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-data365 .content .bottom-cont .bottom .bottom-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(56, 137, 225, 0.5);
  z-index: 1;
  transition: height 0.3s ease;
}
.about-data365 .content .bottom-cont .bottom .bottom-box:hover::before {
  height: 100%;
}
.about-data365 .content .bottom-cont .bottom .bottom-box .bottom-icon {
  width: 4.5rem;
  z-index: 2;
}
.about-data365 .content .bottom-cont .bottom .bottom-box .bottom-title {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 1.5rem;
  color: #fff;
  z-index: 2;
}
.about-data365 .content .bottom-cont .bottom .bottom-box .bottom-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.125rem;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .about-data365 {
    height: 60rem;
  }
  .about-data365 .content {
    display: block;
    margin-top: 2.7rem;
    position: relative;
  }
  .about-data365 .content .text-content {
    width: 46.3125rem !important;
    display: block !important;
  }
  .about-data365 .content .text {
    width: 25.8125rem !important;
    height: 24.3125rem;
    margin-left: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.5rem;
    margin-bottom: 9.2rem;
  }
  .about-data365 .content .icon {
    width: 3.5rem;
    position: absolute;
    bottom: 15.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-data365 .content .right-img {
    position: absolute;
    top: 4.25rem;
    right: 2rem;
    width: 20.5rem;
    margin-top: 0 !important;
  }
  .about-data365 .content .bottom {
    width: 100vw !important;
    height: 13.25rem !important;
  }
  .about-data365 .content .bottom .bottom-box {
    width: 33% !important;
  }
  .about-data365 .content .bottom .bottom-icon {
    width: 2.75rem !important;
  }
  .about-data365 .content .bottom .bottom-title {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    margin-top: 1.125rem !important;
  }
  .about-data365 .content .bottom .bottom-text {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
    margin-top: 0.375rem !important;
  }
}
.product-architecture {
  width: 100%;
  height: 100vh;
  background-image: url(img/data365_productArchitecture_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  padding-top: 5rem;
}
.product-architecture .img {
  height: calc(100% - 8.8rem);
  width: 75rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.product-architecture .img img {
  height: 95%;
  width: 75rem;
  object-fit: contain;
  /* 或者使用 contain */
}
@media (max-width: 1024px) {
  .product-architecture {
    height: 47rem;
  }
  .product-architecture .img {
    width: 100%;
    margin-top: 1.6875rem;
    height: auto !important;
    display: flex;
    justify-content: center;
  }
  .product-architecture .img img {
    width: 95% !important;
  }
  .product-architecture .aims {
    display: none;
  }
}
.product-value {
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
}
.product-value .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8.75rem);
}
.product-value .content {
  width: 63.5rem;
  height: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-value .content .content-box {
  width: 27.5rem;
  margin-bottom: 2.5rem;
  height: 10rem;
  padding-top: 1rem;
  display: flex;
  justify-content: flex-start;
}
.product-value .content .content-box img {
  width: 3rem;
  height: 3rem;
  margin-right: 1.25rem;
}
.product-value .content .content-box .right {
  width: calc(100% - 3rem - 1.25rem);
}
.product-value .content .content-box .right .right-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000000;
}
.product-value .content .content-box .right .right-text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #666666;
  margin-top: 0.75rem;
}
@media (max-width: 1024px) {
  .product-value {
    height: 50rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .product-value .box {
    height: auto;
    margin-top: 4.1875rem;
  }
  .product-value .content {
    width: 100%;
    justify-content: space-between;
  }
  .product-value .content .content-box {
    width: 21.5625rem;
    margin-right: 1.25rem !important;
  }
}
.core-features {
  width: 100%;
  height: 100vh;
  background-image: url(img/data365_coreFeatures_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  padding-top: 5rem;
}
.core-features .content {
  width: 100%;
  height: calc(100% - 10.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-features .content .content-box {
  width: 31.375rem;
  height: 34.5rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.core-features .content .content-box .right-img {
  width: 59.375rem;
  position: absolute;
  right: -1.25rem;
  top: 3.1875rem;
}
.core-features .content .content-box .box,
.core-features .content .content-box .box1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.core-features .content .content-box .coreFeaturesBox2 {
  display: none;
}
.core-features .content .content-box .cont-box {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: flex-start;
}
.core-features .content .content-box .cont-box img {
  width: 5.25rem;
  margin-right: 1.5rem;
}
.core-features .content .content-box .cont-box .cont {
  width: calc(100% - 5.25rem - 1.5rem);
}
.core-features .content .content-box .cont-box .cont .cont-title {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.4375rem;
}
.core-features .content .content-box .cont-box .cont .cont-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666666;
}
.core-features .content .content-box .btn-box {
  width: calc(100% - 5rem);
  position: absolute;
  bottom: -3.75rem;
  display: flex;
  justify-content: center;
}
.core-features .content .content-box .btn-box img {
  width: 2.5rem;
  cursor: pointer;
}
.core-features .content .content-box .btn-box #coreFeaturesLiftBtn {
  margin-right: 1.875rem;
}
.core-features .content .content-box:nth-child(2) {
  background-color: #fff;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(12, 35, 96, 0.14);
  padding: 3.875rem 2.5rem;
}
@media (max-width: 1024px) {
  .core-features {
    height: 60.25rem;
  }
  .core-features .content {
    display: block;
    position: relative;
  }
  .core-features .conten-box1 {
    width: 36.25rem !important;
    height: 36.875rem !important;
    position: absolute !important;
    top: 5.8125rem;
    right: 2.5rem;
    padding: 5rem 3.125rem 8.125rem !important;
  }
  .core-features .right-img {
    width: 64rem !important;
    right: -5.5rem !important;
    top: 13.25rem !important;
  }
  .core-features .btn-box {
    bottom: 2rem !important;
  }
}
.case-studies {
  width: 100%;
  height: 50rem;
  background-image: url(img/data365_caseStudies_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  padding-top: 5rem;
  position: relative;
}
.case-studies .left-bg {
  width: 30%;
  height: 100%;
  background-image: url(img/data365_caseStudies_left_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.case-studies .content {
  width: 100%;
  height: calc(100% - 8.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.case-studies .content .case-box {
  width: 33.75rem;
  height: 20rem;
  background-image: url(img/data365_caseStudies_case_bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 2.5rem;
  position: relative;
}
.case-studies .content .case-box .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(180deg, #F68383 0%, #E53030 100%);
  border-radius: 0.25rem;
  margin-bottom: 1.0625rem;
  position: relative;
  z-index: 3;
}
.case-studies .content .case-box .title {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
  margin-bottom: 1.0625rem;
  position: relative;
  z-index: 3;
}
.case-studies .content .case-box .text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 3;
}
.case-studies .content .case-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url(img/data365_caseStudies_case_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: height 0.3s ease;
}
.case-studies .content .case-box:hover::before {
  height: 100%;
}
.case-studies .content .case-box:hover .title,
.case-studies .content .case-box:hover .text {
  color: #1e2434;
}
.case-studies .content .case-right-box {
  background-image: url(img/data365_caseStudies_case_bg2.png);
  margin-left: 3rem;
}
.case-studies .mySwiper {
  display: none;
}
@media (max-width: 1024px) {
  .case-studies {
    height: 50rem;
  }
  .case-studies .pc-content {
    display: none !important;
  }
  .case-studies .mySwiper {
    display: block !important;
  }
  .case-studies .case-box {
    width: 32.75rem !important;
    margin-top: 8.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .case-studies .text {
    font-size: 1rem !important;
  }
}
.hongzhiwen-page .banner {
  background-image: linear-gradient(rgba(8, 28, 63, 0.58), rgba(8, 28, 63, 0.58)), url(img/doc365_bg.png);
}
.hongzhiwen-page .banner1-text .brand-kicker {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.hongzhiwen-page .banner1-text .brand-title {
  font-size: 4.25rem;
  line-height: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.hongzhiwen-page .product-architecture {
  height: auto;
  min-height: 100vh;
  padding-bottom: 2.5rem;
}
.hongzhiwen-page .product-architecture .img {
  width: min(88vw, 94rem);
  height: auto;
  margin-top: 0.75rem;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}
.hongzhiwen-page .product-architecture .img img {
  width: 100%;
  max-width: 94rem;
  height: auto;
  object-fit: contain;
}
.hongzhiwen-page .about-data365 .text-content {
  align-items: center;
  justify-content: center;
}
.hongzhiwen-page .about-data365 .text.intro-layout {
  width: 47rem;
  padding: 2.5rem 2.75rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
  box-shadow: 0 1.25rem 3rem rgba(31, 76, 146, 0.12);
  backdrop-filter: blur(0.5rem);
}
.hongzhiwen-page .about-data365 .text.intro-layout .intro-paragraph {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #425066;
}
.hongzhiwen-page .about-data365 .text.intro-layout .intro-paragraph:first-of-type {
  margin-top: 0;
}
.hongzhiwen-page .about-data365 .text.intro-layout .intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  margin-top: 1.5rem;
}
.hongzhiwen-page .about-data365 .text.intro-layout .intro-point {
  padding: 0.6rem 1rem;
  border: 1px solid rgba(76, 141, 240, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.35rem;
  color: #356ec7;
}
.hongzhiwen-page .about-data365 .right-img {
  width: 23rem !important;
  margin-left: 2.75rem !important;
  margin-top: 0 !important;
  filter: drop-shadow(0 1.25rem 2.5rem rgba(18, 45, 92, 0.18));
}
.hongzhiwen-page .case-studies .case-box {
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2rem rgba(8, 22, 54, 0.22);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hongzhiwen-page .case-studies .case-box::before {
  inset: 0;
  height: 100% !important;
  background: linear-gradient(140deg, rgba(8, 20, 48, 0.82), rgba(8, 34, 84, 0.56)), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 0.45rem, rgba(255, 255, 255, 0.01) 0.45rem, rgba(255, 255, 255, 0.01) 0.9rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 0.45rem, rgba(255, 255, 255, 0.01) 0.45rem, rgba(255, 255, 255, 0.01) 0.9rem);
  transition: opacity 0.25s ease;
}
.hongzhiwen-page .case-studies .case-box::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(6, 16, 39, 0), rgba(6, 16, 39, 0.45));
  z-index: 2;
}
.hongzhiwen-page .case-studies .case-box .icon,
.hongzhiwen-page .case-studies .case-box .title,
.hongzhiwen-page .case-studies .case-box .text {
  position: relative;
  z-index: 3;
}
.hongzhiwen-page .case-studies .case-box .text {
  color: rgba(255, 255, 255, 0.88);
}
.hongzhiwen-page .case-studies .case-box:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.25rem 2.5rem rgba(8, 22, 54, 0.28);
}
.hongzhiwen-page .case-studies .case-box:hover::before {
  opacity: 0.92;
}
.hongzhiwen-page .case-studies .case-box:hover .title,
.hongzhiwen-page .case-studies .case-box:hover .text {
  color: #fff;
}
.hongzhiwen-page .case-studies .scenario-solution {
  background-image: url(img/image55.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.hongzhiwen-page .case-studies .scenario-delivery {
  background-image: url(img/image53.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1024px) {
  .hongzhiwen-page .banner1-text .brand-kicker {
    font-size: 1.125rem;
    letter-spacing: 0.18rem;
  }
  .hongzhiwen-page .banner1-text .brand-title {
    width: 42rem;
    font-size: 3.25rem;
    line-height: 4rem;
  }
  .hongzhiwen-page .about-data365 .text.intro-layout {
    width: 27rem !important;
    padding: 1.75rem 1.5rem;
  }
  .hongzhiwen-page .about-data365 .text.intro-layout .intro-paragraph {
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
  .hongzhiwen-page .about-data365 .right-img {
    width: 18rem !important;
    top: 5rem !important;
  }
  .hongzhiwen-page .case-studies .case-box {
    border-radius: 1rem;
  }
  .hongzhiwen-page .case-studies .case-box .title {
    font-size: 1.35rem !important;
    line-height: 1.95rem !important;
  }
  .hongzhiwen-page .case-studies .case-box .text {
    font-size: 0.95rem !important;
    line-height: 1.7rem !important;
  }
  .hongzhiwen-page .case-studies .mySwiper .case-right-box {
    margin-left: 0 !important;
  }
  .hongzhiwen-page .product-architecture {
    height: auto;
    min-height: auto;
    padding-bottom: 2rem;
  }
  .hongzhiwen-page .product-architecture .img {
    width: calc(100% - 2rem);
    margin-top: 0.5rem;
    overflow: visible;
  }
  .hongzhiwen-page .product-architecture .img img {
    width: 100% !important;
  }
}

