/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/styles/public.less ***!
  \*****************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  color: #333333;
  box-sizing: border-box;
}
.page-img {
  --animate-delay: 0.1s;
  animation-delay: var(--animate-delay);
}
.page-text {
  --animate-delay: 0.2s;
  animation-delay: var(--animate-delay);
}
.page-text1 {
  --animate-delay: 0.3s;
  animation-delay: var(--animate-delay);
}
.page-text2 {
  --animate-delay: 0.4s;
  animation-delay: var(--animate-delay);
}
.page-text3 {
  --animate-delay: 0.5s;
  animation-delay: var(--animate-delay);
}
.page-text4 {
  --animate-delay: 0.6s;
  animation-delay: var(--animate-delay);
}
.page-text5 {
  --animate-delay: 0.7s;
  animation-delay: var(--animate-delay);
}
#close-mobile {
  width: 2rem;
}
.my-swiper {
  width: 100vw;
  overflow: hidden;
}
.my-swiper .page-swiper {
  width: 100% !important;
  height: 100vh;
}
.footer-swiper {
  height: 30rem !important;
}
.footer-swiper-hai {
  height: 28rem !important;
}
.my-swiper {
  display: block;
}
.page-mouse {
  width: 2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .my-swiper {
    width: 100vw;
    height: 100vh;
  }
  .my-swiper .page-swiper {
    width: 100% !important;
  }
}
/* 顶部导航栏 */
.head {
  width: 100%;
  height: 5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.head .menu-box {
  display: none;
}
.head:hover {
  background-color: #fff;
}
.head:hover .head-box .head-nav span {
  color: #333333;
}
.head:hover .head-box .head-img {
  cursor: pointer;
  background-image: url(img/head_logo_red.png);
  /* 设置背景图片 */
}
.home-page .head:not(.scrolled):hover {
  background-color: transparent;
  box-shadow: none;
}
.home-page .head:not(.scrolled):hover .head-box .head-nav span {
  color: #fff;
}
.home-page .head:not(.scrolled):hover .head-box .head-img {
  background-image: url(img/head_logo.png);
}
.head-box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-img {
  height: 3.5rem;
  width: 10.75rem;
  background-image: url(img/head_logo.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  margin-right: 11.875rem;
  cursor: pointer;
}
.head-nav {
  width: 10.8rem;
  height: 100%;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-nav span {
  color: #fff;
  height: 100%;
  line-height: 5.3125rem;
}
.head-nav:hover span {
  border-bottom: 0.25rem solid #3889e1;
}
#head-case {
  display: none;
}
.select-head-nav span {
  border-bottom: 0.25rem solid #3889e1;
  font-weight: 700;
}
.scrolled {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(34, 34, 34, 0.1);
}
.scrolled .head-box .head-img {
  background-image: url(img/head_logo_red.png) !important;
  /* 设置背景图片 */
}
.scrolled .head-box .head-nav span {
  color: #333333 !important;
}
.scrolled .head-menu-icon {
  background-color: #000 !important;
}
.product:hover .mask,
.solution:hover .mask {
  width: 100vw;
  height: calc(100vh - 5rem);
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 99;
  pointer-events: none;
}
.product:hover .details,
.solution:hover .details {
  height: 30rem;
}
.product .details,
.solution .details {
  cursor: default;
  width: 80rem;
  height: 0;
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
}
.product .details .img,
.solution .details .img {
  width: 20rem;
  height: 100%;
  background-image: url(img/product_bg.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  border-right: 0.0625rem solid rgba(56, 137, 225, 0.2);
}
.product .details .img img,
.solution .details .img img {
  width: 100%;
}
.product .details .right,
.solution .details .right {
  width: 60rem;
  padding: 2rem 3.125rem;
}
.product .details .right .title,
.solution .details .right .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666666;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.product .details .right .box,
.solution .details .right .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product .details .right .box .content,
.solution .details .right .box .content {
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 17.125rem;
  flex: 0 0 17.125rem;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.product .details .right .box .content .icon,
.solution .details .right .box .content .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #c92224;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #fff;
  margin-right: 0.75rem;
}
.product .details .right .box .content .content-box,
.solution .details .right .box .content .content-box {
  width: calc(100% - 2.25rem);
}
.product .details .right .box .content .content-box .text-title,
.solution .details .right .box .content .content-box .text-title {
  color: #333333;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.product .details .right .box .content .content-box .text-details,
.solution .details .right .box .content .content-box .text-details {
  color: #666666;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.product .details .right .box .content:hover,
.solution .details .right .box .content:hover {
  box-shadow: 0rem 0.0625rem 0.375rem 0rem rgba(0, 0, 0, 0.2);
}
.product .details .right .box .content:hover .content-box,
.solution .details .right .box .content:hover .content-box {
  width: calc(100% - 2.25rem);
}
.product .details .right .box .content:hover .content-box .text-title,
.solution .details .right .box .content:hover .content-box .text-title {
  color: #3889e1;
}
.product .details .right .box .head-select-content,
.solution .details .right .box .head-select-content {
  box-shadow: 0rem 0.0625rem 0.375rem 0rem rgba(0, 0, 0, 0.2);
}
.product .details .right .box .head-select-content .content-box,
.solution .details .right .box .head-select-content .content-box {
  width: calc(100% - 2.25rem);
}
.product .details .right .box .head-select-content .content-box .text-title,
.solution .details .right .box .head-select-content .content-box .text-title {
  color: #3889e1;
  font-weight: 700;
}
.product .details .right .box #head-data365,
.solution .details .right .box #head-data365,
.product .details .right .box #head-hai,
.solution .details .right .box #head-hai,
.product .details .right .box #head-hongzhiku,
.solution .details .right .box #head-hongzhiku,
.product .details .right .box #head-hongzhiwen,
.solution .details .right .box #head-hongzhiwen,
.product .details .right .box #head-oa,
.solution .details .right .box #head-oa,
.product .details .right .box #head-hdp,
.solution .details .right .box #head-hdp,
.product .details .right .box #head-hdevops,
.solution .details .right .box #head-hdevops,
.product .details .right .box #head-hrule,
.solution .details .right .box #head-hrule,
.product .details .right .box #head-5G,
.solution .details .right .box #head-5G,
.product .details .right .box #head-bigdata,
.solution .details .right .box #head-bigdata,
.product .details .right .box #head-yunying,
.solution .details .right .box #head-yunying,
.product .details .right .box #head-qudao,
.solution .details .right .box #head-qudao,
.product .details .right .box #head-ticket,
.solution .details .right .box #head-ticket,
.product .details .right .box #head-smart,
.solution .details .right .box #head-smart {
  margin-right: 1rem;
}
.head-flex-box {
  display: flex;
  justify-content: flex-start;
}
.page-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.page-title.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.page-img.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.page-text.visible {
  opacity: 1;
  transform: translateY(0);
}
.solution .details .img {
  background-image: url(img/solution_bg.png);
  /* 设置背景图片 */
}
.head-menu {
  display: none;
}
@media (max-width: 1024px) {
  body {
    background-color: #F0F2F5;
  }
  .head {
    width: 100%;
    justify-content: space-between;
    padding: 0 1.25rem;
  }
  .head .head-nav {
    display: none;
  }
  .head .head-menu {
    cursor: pointer;
    padding: 0.5rem 0.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 3rem;
  }
  .head .head-menu .head-menu-icon {
    width: 2.375rem;
    height: 0.25rem;
    background-color: #fff;
  }
  .head .menu-box {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 5rem;
    background-color: #F6F6F6;
    transition: height 0.3s ease;
    display: block;
    overflow-y: scroll;
  }
  .head .menu-box .menu-btn-home {
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    border-bottom: 1px solid #DADADA;
    position: relative;
  }
  .head .menu-box .menu-btn-home div {
    color: #3889E1;
  }
  .head .menu-box .menu-btn-home img {
    position: absolute;
    right: 1.875rem;
    cursor: pointer;
  }
  .head .menu-box .menu-title-box {
    height: 5.375rem;
    padding: 1.5rem 0 0.875rem 1.875rem;
    display: flex;
    justify-content: flex-start;
  }
  .head .menu-box .menu-title-box .title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    height: 3rem;
    color: #333333;
    width: 3.5rem;
  }
  .head .menu-box .menu-title-box .title .select-title {
    width: 2.5rem;
    height: 0.25rem;
    background-color: #047BFC;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .head .menu-box .menu-title-box .title-jjfa {
    width: 7rem;
    margin-right: 2.5rem;
  }
  .head .menu-box .menu-title-box .title-cgal {
    width: 7rem;
    color: #A5A4AA;
  }
  .head .menu-box .menu-title-box .cgal {
    display: none;
  }
  .head .menu-box .menu-btn-box {
    padding: 1.5rem 1.875rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .head .menu-box .menu-btn-box .menu-btn {
    width: 49%;
    height: 4.285rem;
    font-size: 1.375rem;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.857rem;
    border: 1px solid transparent;
  }
  .head .menu-box .menu-btn-box .menu-btn-active {
    color: #047BFC;
    font-weight: 700;
    border-color: rgba(4, 123, 252, 0.22);
    box-shadow: 0 0.375rem 1rem rgba(4, 123, 252, 0.12);
  }
  .head .menu-box .menu-btn-box .none-box {
    display: none;
  }
  .head .menu-box .case-none {
    display: none;
  }
  .head .menu-box #title-cgal,
  .head .menu-box #cgal {
    display: none !important;
  }
  .head-box {
    justify-content: space-between !important;
  }
  .head:hover {
    background-color: transparent;
  }
  .head:hover .head-box .head-nav span {
    color: rgba(51, 51, 51, 0);
  }
  .head:hover .head-box .head-img {
    background-image: url(img/head_logo.png);
    /* 设置背景图片 */
  }
}
.menu-title {
  width: 100%;
  height: 8.75rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.menu-title .en-title {
  font-size: 6.25rem;
  color: #6c81b0;
  opacity: 0.2 !important;
  letter-spacing: -0.3125rem;
  font-weight: 600;
}
.menu-title .cn-title {
  font-size: 2.875rem;
  line-height: 3.5rem;
  position: absolute;
  bottom: 1.5rem;
  font-weight: 700;
}
.home-title .cn-title {
  bottom: 1rem;
}
@media (max-width: 1024px) {
  .menu-title {
    height: 6.0625rem;
  }
  .menu-title .en-title {
    font-size: 4rem;
    letter-spacing: -0.3125rem;
  }
  .menu-title .cn-title {
    font-size: 2.625rem;
    line-height: 3.125rem;
    bottom: 1rem;
  }
}
.about-data365 .bottom-text {
  display: none !important;
}
.product-value .way-en-title {
  display: none !important;
}
.pc-swiper .banner1-text.solution-banner-text .title-cn,
.pc-swiper .banner1-text.product-banner-text .title-cn,
.pc-swiper .banner1-text.service-banner-text .title-cn,
.pc-swiper .banner1-text.home-banner-text .title-cn,
.pc-swiper .banner1-text.product-banner-text .brand-title {
  max-width: 80rem;
  padding: 0 2rem;
  font-size: 5.75rem;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
.pc-swiper .banner1-text.solution-banner-text .title-en,
.pc-swiper .banner1-text.product-banner-text .title-en,
.pc-swiper .banner1-text.service-banner-text .title-en,
.pc-swiper .banner1-text.home-banner-text .title-en,
.pc-swiper .banner1-text.product-banner-text .brand-kicker {
  display: none !important;
}
@media (max-width: 1024px) {
  .pc-swiper .banner1-text.solution-banner-text .title-cn,
  .pc-swiper .banner1-text.product-banner-text .title-cn,
  .pc-swiper .banner1-text.service-banner-text .title-cn,
  .pc-swiper .banner1-text.home-banner-text .title-cn,
  .pc-swiper .banner1-text.product-banner-text .brand-title {
    max-width: 42rem;
    font-size: 4rem;
    line-height: 1.15;
  }
}
.footer-divider {
  width: 100%;
  height: 0.4375rem;
  background-color: red;
}
.footer-content {
  width: 100%;
  height: 29.5625rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
}
.footer-content > .box {
  width: 80.875rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  position: relative;
}
.footer-content > .box > img {
  width: 10rem;
  margin-bottom: 1.875rem;
}
.footer-content > .box > .content {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.footer-content > .box > .content > .left > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.375rem;
}
.footer-content > .box > .content > .left > .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}
.footer-content > .box > .content > .left > div > img {
  width: 2.5rem;
  margin-right: 1rem;
}
.footer-content > .box > .content > .left > div > div {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
.footer-content > .box > .content > .divider {
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 3.625rem 0 7.5rem;
}
.footer-content > .box > .content > .right > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
}
.footer-content > .box > .content > .right > .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  margin-bottom: 0.6875rem;
}
.footer-content > .box > .content > .right > div > div {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
}
.footer-content > .box > .content > .qr-code {
  width: 11.125rem;
  margin-left: 6.5rem;
  position: relative;
}
.footer-content > .box > .content > .qr-code > div {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  margin-bottom: 1.1875rem;
  position: relative;
}
.footer-content > .box > .content > .qr-code > div > img {
  width: 11.125rem;
}
.footer-content > .box > .content > .qr-code > div > .scan {
  position: absolute;
  top: 0;
  left: 0;
  animation: scan 4s linear infinite;
}
@keyframes scan {
  0% {
    transform: translateY(9.5rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(9.5rem);
  }
}
.footer-content > .box > .copyright {
  display: none !important;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 1.25rem;
  z-index: 2;
}
.footer-content > .box > .footer-bg {
  width: 28.625rem;
  height: 18rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
}
.footer-content > .box > .footer-bg > img {
  width: 28.625rem;
}
.address-detail-mobile,
.qr-code-text-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .footer-content {
    height: 67.625rem;
    padding: 0 3.75rem;
  }
  .footer-content .content {
    display: block !important;
    flex-direction: column;
    align-items: center;
  }
  .footer-content .content .address-detail-mobile {
    display: block;
  }
  .footer-content .content .address-detail {
    display: none;
  }
  .footer-content .content .left {
    width: 100%;
  }
  .footer-content .content .divider {
    width: 100% !important;
    height: 0.0625rem !important;
    margin: 2.5rem 0 !important;
  }
  .footer-content .content .right {
    width: 100%;
  }
  .footer-content .content .right .address {
    margin-bottom: 0.5rem !important;
  }
  .footer-content .content .qr-code {
    margin: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content .content .qr-code .qr-code-text-mobile {
    display: block;
  }
  .footer-content .content .qr-code .qr-code-text {
    display: none;
  }
  .footer-content .box img {
    width: 10rem;
  }
  .footer-content .box .footer-bg {
    width: 38.25rem;
    height: 28.1875rem;
  }
  .footer-content .box .footer-bg img {
    width: 100%;
    height: 100%;
  }
}
#return_top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  width: 4rem;
  height: 4rem;
  background-color: #CACBCD;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
#return_top img {
  width: 2rem;
}
#return_top:hover {
  background-color: #F5222D;
}

