/* html {
  overflow-x: hidden;
} */
.about-container .footer-row {
  width: 100%;
  display: flex;
}
.case-container .footer-row {
  width: 100%;
  display: flex;
}
.about-container .footer-row p {
  margin-right: 80px;
  padding: 30px 0;
}
.case-container .footer-row p {
  margin-right: 80px;
  padding: 30px 0;
}
.about-container .footer-row p a {
  color: #000000 !important ;
  font-weight: 600 !important;
}
.case-container .footer-row p a {
  color: #000000 !important ;
  font-weight: 600 !important;
}
@media screen and (min-width: 1200px) {
  body {
    overflow-x: hidden;
    color: #000000;
  }
}
@media screen and (max-width: 1200px) {
  #backtotop,
  #hot-line {
    display: none;
  }
}
.footer-top .footer-row h4 {
  color: #000000 !important;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
}
.footer-top .footer-row h4 a {
  color: #000000 !important;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
}
.footer-top .footer-row p a {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #424246;
}
.navbar .footer-row h4 {
  font-size: 12px;
  color: #6e6e74;
}
.navbar .footer-row h4 a {
  font-size: 12px;
  color: #6e6e74;
}
.container1 {
  display: none;
}
.container1 {
  /* width: 100%; */
  width: 2560px;
  /* position: absolute; */
  position: absolute;
  z-index: 999;
  top: 50px;
  left: -683px;
  background-color: #fff;
  border-top: 0.5px solid #eeeeee;
}
.nav-item:hover .container1 {
  display: block;
  /* background-color: red !important; */
}

.navbar-nav .nav-list .nav-item a:hover {
  color: #006ee2 !important;
}
.container1 .center {
  width: 100%;
  /* position: fixed; */
  /* top: 0; */
  background-color: #fff;
}

.footer-top .footer-row h4 {
  color: #000000;
  /* font-size: 10px; */
}
/* 滚动条 */
/* body::-webkit-scrollbar {

  overflow: hidden;

  overflow-y: auto;
  position: relative;
  background-color: #f5f5f7;
}
body::-webkit-scrollbar {
  width: 0;
}
#app::-webkit-scrollbar {
  height: 0;
  display: none;
} */
.w {
  width: 1200px;
  margin: 0 auto;
}

#backtotop {
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#backtotop img {
  width: 70%;
  height: auto;
}

#hot-line {
  width: 30px;
  height: 110px;
  line-height: 80px;
  border-radius: 30px;
  background-color: #006ee2;
  font-size: 12px;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 140px;
  text-align: center;
  z-index: 9999;
}

#hot-line span {
  color: #ffffff;
  writing-mode: vertical-rl;
  /* 设置文字竖排 */
  text-orientation: upright;
  letter-spacing: 5px;
  /* 设置文字方向为竖直 */
}

#hot-line img {
  width: 20px;
  padding-bottom: 5px;
}

.fixed-header {
  background: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ) !important;
  backdrop-filter: blur(10px); /* 调整模糊程度 */
  color: transparent; /* 使背景上的文字变得透明 */
}

.navbar {
  width: 100%;
  height: 50px;
  position: relative;
}

.navbar-nav {
  width: 100%;
  height: 50px;
  /* border: 1px solid #e5e5e5; */
  background: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: all 0.3s;
}

.nav-list {
  width: 1200px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

.nav-item {
  padding-right: 30px;
  height: 100%;
}

.active {
  color: #006ee2 !important;
}
.nav-link:active {
  color: #006ee2 !important;
}

.nav-item a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.nav-item img {
  height: 25px;
  width: auto;
}
/* main主要部分 */
.main {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}
.main .main-text-content {
  /* width: 100%; */
  /* width: 1400px; */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  height: 9.5rem;

  /* justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto; */
}
.main .main-text1 {
  width: 37%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin-right: -252px;
  margin-top: 10px; */
  position: absolute;
  top: 0;
  left: 19%;
}
.main .main-text2 {
  width: 37%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin-right: -252px;
  margin-top: 10px; */
  position: absolute;
  top: 0;
  right: -5%;
}
.main-text1 .text,
.main-text2 .text {
  width: 12.5rem;
  font-size: 1.5rem;
  margin-top: 1.875rem;
  color: #666666;
}
.main-text1 h2,
.main-text2 h2 {
  font-size: 3.125rem;
  font-weight: 600;
  margin-top: 0.4375rem;
  padding-left: 3.25rem;
}
.main-text1 .text-para,
.main-text2 .text-para {
  font-size: 1rem;
  color: #666666;
  margin-top: 0.625rem;
  padding-left: 3.25rem;
}

.footer {
  width: 100%;
  background-color: #fafafc;
  margin-top: 10px;
}

.footer-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top {
  width: 1200px;
  display: flex;
}

.footer-row {
  margin-right: 60px;
}

.footer-row h4 {
  padding: 40px 0 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.footer-row p {
  padding-bottom: 15px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}

.footer-bottom {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.footer-bottom .logo-box {
  text-align: center;
}

.footer-bottom .logo-box img {
  width: 90px !important;
  height: 76px;
}

.footer-bottom .logo-box p {
  font-size: 12px;
  font-weight: 700;
}

.contact-details {
  margin-left: 50px;
  font-size: 12px;
}

.footer-contact {
  display: flex;
  align-items: center;
}

.footer-contact p {
  margin-bottom: 10px;
}

.footer-bottom .hot-line-number {
  width: 150px;
  height: 35px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 100px;
  color: #000000;
}

.footer-bottom .hot-line-txt {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #d76520;
}

.hrcss {
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 45px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  color: #424246;
}

.reserve-number {
  text-align: center;
  font-size: 12px;
  padding: 5px 0 20px;
  color: #999999;
}
.intellect-box {
  background-color: #fff;
}
.intellect {
  width: 1200px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 56px;
  margin: auto;
  background-color: black;
  border-radius: 0 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.intellect span {
  font-size: 16px;
}
.intellect .intellect-text div,
span {
  color: #ffffff;
}
.intellect span {
  position: relative;
  top: 30px;
  right: -108px;
}
.intellect .intellect-text :nth-child(1) {
  font-size: 75px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  left: 40px;
}
.intellect .intellect-text :nth-child(2) {
  font-size: 25px;
  position: absolute;
  top: 115px;
  left: 40px;
}
/* 联系我们 */
.contact {
  box-sizing: content-box;
  width: 1200px;
  margin: 0 auto;
  /* padding:3.8125rem 3.5rem ; */
  background-color: #fff;
  /* padding-left: 125px; */
  padding-top: 56px;
}
.contact div {
  font-size: 16px;
}
.contact h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
::placeholder {
  color: #424246;
}
.contact-text {
  margin-right: 50px;
  text-align: left;
}
.contact .contact-box {
  display: flex;
}
.contact-text div {
  /* padding-right: 327px; */
  text-align: left;
  color: #6e6e74;
  font-size: 12px;
}
.contact-box input {
  width: 360px;
  height: 40px;
  /* border-radius: 5px; */
  border: none;
  border-bottom: 1px solid #f5f5f7;
  font-size: 12px;
  font-weight: 600;
}
.city-picker-span {
  border-bottom: 1px solid #f5f5f7 !important;
}
.contact-box input::after {
  content: "222";
  display: block;
  width: 360px;
  height: 1px;
  transform: scaleY(0.3);
  background-color: #24292f;
}
.segment {
  width: 360px;
  height: 0px;
  background-color: #f5f5f7;
  /* transform: scaleY(0.3); */
  margin-bottom: 10px;
}
.contact .button {
  background-color: #000000;
  border: none;
  color: white;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 25px;
}
.contact input[type="radio"],
.contact a {
  text-align: start;
  padding-right: 983px;
}
/* 智慧空间 */
.wisdom {
  width: 100%;
  background-color: black;
  height: 848px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdom-box {
  min-width: 858px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wisdom-box h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 56px;
  line-height: 78.4px;
  /* letter-spacing: 5px; */
}
.wisdom-box :nth-child(2) {
  color: #ffffff;
  font-weight: 600;
  font-size: 56px;
  margin: 20px 0;
  letter-spacing: 10px;
}
.wisdom-box :nth-child(3) {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}

/* 遮罩层 */
.popup {
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  display: none;
}
.popupImg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 99px;
}
.innerImg {
  width: 885px;
  height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 25px;
}
.popupImg span {
  flex-direction: column;
}
.innerImg .img {
  width: 300px;
  height: 300px;
}
.innerImg .img1 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: -50px;
}
.innerImg .img2 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: -50px;
}
.nav-item .active {
  trasition: all 0.3s ease-in-out;
}
.footer-wrap .footer-top .footer-row h4 {
  transition: all 0.3s ease-in-out;
}
