@media only screen and (min-width: 1920px) {
}
body {
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
}
.mainWidth {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
  
  align-items: flex-start; /* 确保内容靠左对齐 */
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.container {
  max-width: 100%;
  margin: 0 auto;
}
.container .banner {
  background: url('/statics/images/bg-01.png') no-repeat center center;
  width: 100%;
  height: 520px;
  background-size: cover;
}
.container .banner .logo-navigation {
  padding: 6px 0;
  border-bottom: #fff 1px solid;
}
.container .banner .logo-navigation .logo img {
  width: 160px;
}
.container .banner .logo-navigation .navigation ul {
  display: flex;
}
.container .banner .logo-navigation .navigation ul li {
  list-style: none;
  margin-left: 80px;
}
.container .banner .logo-navigation .navigation ul li a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-decoration: none;
}
.container .banner .banner-introduction .paragraph_2 {
  width: 864px;
  height: 148px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 48px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 74px;
  margin: 67px 0 0 0;
}
.container .banner .banner-introduction .text_55 {
  width: 306px;
  height: 25px;
  overflow-wrap: break-word;
  color: #3b3434;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin: 20px 0 0 0;
}
.container .banner .banner-introduction .text-wrapper_28 {
  height: 46px;
  width: 220px;
  margin: 40px 0 101px 0;
  background: #006BFF;
  border-radius: 4px;
}
.container .banner .banner-introduction .text_56 {
  width: 88px;
  height: 32px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 32px;
  margin: 7px 0 0 37px;
}
.container .solution {
  background: url('/statics/images/bg-02.png') no-repeat center center;
  width: 100%;
  height: 830px;
  background-size: cover;
}
.container .solution .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  padding-top: 82px;
}
.container .solution .tab {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.container .solution .tab .tab-item {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-left: 42px;
  position: relative;
  cursor: pointer;
}
.container .solution .tab .tab-item:first-child {
  margin-left: 0;
}
.container .solution .tab .tab-item.active::after {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  content: '';
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.container .solution .tab-content {
  margin-top: 20px;
}
.container .solution .tab-content .text_58 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}
.container .solution .tab-content .text_59 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}
.container .solution .tab-content .tab-content-item {
  display: none;
}
.container .solution .tab-content .tab-content-item.active {
  display: block;
}
.container .solution .tab-content .tab-content-item-left {
  margin-top: 48px;
}
.container .solution .tab-content .tab-content-item-left img {
  display: inline-block;
  margin-right: 7px;
}
.container .customer-case {
  background: url('/statics/images/bg-03.png') no-repeat center center;
  width: 100%;
  height: 678px;
  background-size: cover;
}
.container .customer-case .title {
  text-align: center;
  padding-top: 80px;
}
.container .customer-case .text_57 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  font-style: normal;
}
.container .customer-case .subtex {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  font-style: normal;
  margin-top: 20px;
}
.container .customer-case .case {
  margin-top: 48px;
}
.container .customer-case .case .case-item {
  display: flex;
}
.container .customer-case .case .case-item img {
  width: 45px;
  height: 32px;
}
.container .customer-case .case .case-item .text_60 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #007CFF;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-left: -14px;
  width: 80px;
}
.container .customer-case .case .case-item .blockDiv {
  width: 254px;
  height: 64px;
  background: #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  margin-bottom: 16px;
  margin-right: 12px;
}
.container .customer-case .case .left {
  margin-right: 43px;
}
.container .our-advantage {
  background: #FFFFFF;
  width: 100%;
  padding-top: 80px;
}
.container .our-advantage .text_57 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  font-style: normal;
}
.container .our-advantage .subtex {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  margin-top: 20px;
}
.container .our-advantage .advantage {
  margin-top: 48px;
}
.container .our-advantage .advantage .advantage-item {
  width: 212px;
  min-height: 154px;
  background: #F6F8FC;
  border-radius: 8px;
  padding: 47px 34px;
}
.container .our-advantage .advantage .advantage-item img {
  width: 60px;
  height: 48px;
}
.container .our-advantage .advantage .advantage-item .text_61 {
  margin-top: 33px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  position: relative;
}
.container .our-advantage .advantage .advantage-item .text_61::after {
  content: '';
  width: 49px;
  height: 4px;
  background: #007CFF;
  border-radius: 8px;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.container .our-advantage .advantage .advantage-item .text_62 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-top: 40px;
}
.container .our-advantage .build-platform {
  background: url('/statics/images/floor3-05.png') no-repeat center center;
  margin-top: 70px;
  padding: 75px 108px;
  background-size: 100% 100%;
}
.container .our-advantage .build-platform .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 28px;
}
.container .our-advantage .build-platform .subtext {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  margin-bottom: 14px;
  width: 460px;
}
.container .our-advantage .build-platform .text-wrapper_28 {
  width: 300px;
  height: 46px;
  background: #006BFF;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin-top: 40px;
}
.container .solution-banner {
  width: 100%;
  background: #ecf0f3;
}
.container .solution-banner .bannerbg {
  max-width: 1500px;
  background: url('/statics/images/jiejuePage-banner.png') no-repeat center center;
  height: 252px;
  background-size: cover;
  background-size: 100% 100%;
}
.container .solution-banner .bannerbg .logo img {
  width: 160px;
  height: 40px;
}
.container .solution-banner .bannerbg .navigation ul {
  display: flex;
}
.container .solution-banner .bannerbg .navigation ul li {
  list-style: none;
  margin-left: 80px;
}
.container .solution-banner .bannerbg .navigation ul li a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-decoration: none;
}
.container .solution-banner .bannerbg .bannerDesc {
  margin-top: 46px;
}
.container .solution-banner .bannerbg .bannerDesc .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  text-align: left;
}
.container .solution-banner .bannerbg .bannerDesc .desc {
  margin-top: 23px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 16px;
  text-align: left;
}
.container .product-overview {
  margin-top: 84px;
}
.container .product-overview .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.container .product-overview .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  text-align: left;
  margin-top: 20px;
  line-height: 2;
}
.container .product-overview .list .item {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 20px;
  position: relative;
}
.container .product-overview .list .item::before {
  content: '';
  background: #007CFF;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}
.container .core-function {
  margin-top: 80px;
}
.container .core-function .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.container .core-function .core-function-list .core-function-item {
  width: 160px;
  background: #F6F8FC;
  border-radius: 8px;
  min-height: 270px;
  padding: 30px;
}
.container .core-function .core-function-list .core-function-item.bg2 {
  background: #FFFFFF;
  box-shadow: 0px 8px 18px 0px rgba(0, 56, 190, 0.06);
  border-radius: 8px;
  width: 220px;
}
.container .core-function .core-function-list .core-function-item .icon {
  text-align: center;
  margin-bottom: 40px;
  height: 56px;
}
.container .core-function .core-function-list .core-function-item .icon img {
  margin: 0 auto;
}
.container .core-function .core-function-list .core-function-item .core-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.container .core-function .core-function-list .core-function-item .core-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-style: normal;
}
.container .technical-features {
  margin-top: 80px;
}
.container .technical-features .technical-features-list.flex {
  flex-wrap: wrap;
}
.container .technical-features .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.container .technical-features .technical-features-item {
  width: 470px;
  min-height: 90px;
  background: linear-gradient(135deg, #2C6FFF 0%, #007CFF 100%);
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 40px 60px;
}
.container .technical-features .technical-features-item.bg2 {
  background: #30B6F4;
  border-radius: 8px;
}
.container .technical-features .technical-features-item .icon {
  margin-right: 50px;
}
.container .technical-features .technical-features-item .technical-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.container .technical-features .technical-features-item .technical-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.container .contact {
  margin-top: 80px;
}
.container .contact .navigation {
  margin-left: -30px;
}
.container .contact .navigation ul {
  display: flex;
}
.container .contact .navigation ul li {
  list-style: none;
  margin-right: 30px;
}
.container .contact .navigation ul li a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-decoration: none;
}
.container .contact .right {
  align-items: stretch;
}
.container .contact .right .QR {
  margin-right: 50px;
}
.container .contact .right .word {
  width: 160px;
}
.container .contact .right .word .desc {
  margin-bottom: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.85);
}
.container footer {
  width: 100%;
  height: 56px;
  background: #007CFF;
  margin-top: 80px;
  line-height: 56px;
}
.container footer .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-style: normal;
}

.qr-code-container {
  margin-top: 10px; /* 根据需要调整间距 */
  width: 100px; /* 根据需要调整二维码容器的宽度 */
  transition: transform 0.3s ease;
}

.qr-code-container:hover {
  transform: scale(1.5); /* 鼠标悬停时放大1.5倍 */
}

.qr-code-container img {
  width: 100%; /* 使图片填满容器宽度 */
  height: auto; /* 保持图片的纵横比 */
}