/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/styles/data365.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;
  }
}

