.banner {
  width: 100%;
  height: 100vh;
  background-image: url(img/data365_bg.cbd5edbf.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.5cca586f.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: 1rem;
  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.ae004008.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.928b2bdf.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.589f9807.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.39d227ee.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.b11f525f.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.4b9e8856.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.8857f671.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.53e49121.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;
  }
}

* {
  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.fd1ebf10.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.28e72812.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.28e72812.png);
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片铺满div */
  background-position: center;
  /* 背景图片居中 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
  margin-right: 11.875rem;
  cursor: pointer;
}
.head-nav {
  width: 9rem;
  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;
}
.select-head-nav span {
  border-bottom: 0.25rem solid #3889e1;
}
.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.fd1ebf10.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.45fb6dbf.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;
}
.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.57f24013.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;
    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-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.28e72812.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: 500;
}
.menu-title .cn-title {
  font-size: 2.625rem;
  position: absolute;
  bottom: 1.5rem;
  font-weight: 500;
}
.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.5rem;
    bottom: 1rem;
  }
}
.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 {
  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;
}

