@charset "UTF-8";
/* 版心 */
.content1896 {
  width: calc(100vw - 40px);
  max-width: 1896px;
  margin: 0px auto;
}
/* aiBanner */
.aiBanner {
  margin-top: 65px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.aiBanner .commonBg canvas {
  width: 100% !important;
  height: 100% !important;
}
.aiBanner > .image {
  text-align: center;
  position: relative;
  padding-top: 19px;
}
.aiBanner > .image .element {
  width: 648px;
  margin: 0px auto;
}
.aiBanner > .image .element img {
  width: 100%;
  height: auto;
}
.aiBanner > .image .element img.mImg {
  display: none;
}
.aiBanner > .image video {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aiBanner .content {
  position: absolute;
  top: 245px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.aiBanner .content .title {
  color: #000;
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 18px;
}
.aiBanner .content .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiBanner .content .title img {
  width: auto;
  height: 57.5px;
}
.aiBanner .content .intro {
  color: #111;
  font-size: 20px;
  margin-bottom: 31px;
}
.aiBanner .content .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aiBanner .content .btns .commonBtn {
  margin: 0px 15px;
}
.aiBanner .content .btns .commonBtn:nth-child(2) {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}
.aiBanner .content .btns .commonBtn:nth-child(2):hover {
  border-width: 2px;
}
.aiBanner .video {
  text-align: center;
  position: relative;
  padding: 56px 0px;
}
.aiBanner .video .image {
  position: relative;
  max-width: 1078px;
  min-height: 617px;
  width: 90%;
  height: auto;
  border-radius: 16px;
  margin: 0px auto;
  overflow: hidden;
}
.aiBanner .video .image img {
  display: block;
  width: 100%;
  height: auto;
}
.aiBanner .video .image video {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aiBanner .video .play {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #044AFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 24px;
}
.aiBanner .video .play img {
  width: auto;
  height: 16px;
  margin-right: 8px;
}
.aiBanner .video .play.active {
  opacity: 1;
  visibility: visible;
}
.aiBanner .video .play.active:hover {
  opacity: 0.8;
}
.aiBanner .video .mPlay {
  display: none;
}
/* ai应用 */
.aiApplication {
  padding: 98px 0px 120px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}
.aiApplication .aiApplicationTitle {
  text-align: center;
  margin-bottom: 65px;
}
.aiApplication .aiApplicationTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
  margin-bottom: 9px;
}
.aiApplication .aiApplicationTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiApplication .aiApplicationTitle .intro {
  color: #1D2129;
  font-size: 16px;
  line-height: 24px;
}
.aiApplication .aiApplicationMain {
  margin-bottom: 48px;
  overflow: visible;
}
.aiApplication .aiApplicationMain .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide {
  width: 360px;
  padding: 32px;
  border-radius: 14px;
  border: 2px solid #F5F5F5;
  background: #FFF;
  position: relative;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F5F5;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .icon img {
  width: 28px;
  height: auto;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .title {
  color: #1D2129;
  font-size: 18px;
  margin-bottom: 0px;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .suTitle {
  font-weight: 600;
  color: #1D2129;
  font-size: 24px;
  margin-bottom: 13px;
  padding-right: 53px;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .intro {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 28px;
  min-height: 84px;
  margin-bottom: 21px;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .image {
  border-radius: 8px;
  overflow: hidden;
}
.aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .image img, .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .image video {
  width: 100%;
  height: auto;
}
.aiApplication .aiApplicationMore .commonBtn {
  margin: 0px auto;
}
/* ai能力 */
.aiAbility {
  padding: 110px 0px 60px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.aiAbility .aiAbilityTitle {
  text-align: center;
  margin-bottom: 64px;
}
.aiAbility .aiAbilityTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
  margin-bottom: 7px;
}
.aiAbility .aiAbilityTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiAbility .aiAbilityTitle .intro {
  color: #1D2129;
  font-size: 16px;
  line-height: 24px;
}
.aiAbility .aiAbilityMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aiAbility .aiAbilityMain .aiAbilityLeft {
  width: 460px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .bigTitle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0px 11px;
  background: -webkit-linear-gradient(top, #B2A0FF 0%, #CDC5FE 100%);
  background: linear-gradient(180deg, #B2A0FF 0%, #CDC5FE 100%);
  margin-bottom: 7px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .bigIntro {
  color: #1D2129;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 13px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox {
  margin-bottom: 77px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list {
  border-radius: 8px;
  border: 2px solid #F5F5F5;
  margin-bottom: 16px;
  padding: 0px 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list:last-child {
  margin-bottom: 0px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0px;
  cursor: pointer;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list .title img {
  width: auto;
  height: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list .title span {
  color: #1D2129;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list .intro {
  display: none;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin: -7px 0px 14px;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list.active, .aiAbility .aiAbilityMain .aiAbilityLeft .listBox .list:hover {
  background: #F5F5F5;
}
.aiAbility .aiAbilityMain .aiAbilityLeft .commonBtn {
  margin-bottom: 21px;
}
.aiAbility .aiAbilityMain .aiAbilityRight {
  width: 716px;
  margin: 0px;
  position: relative;
}
.aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .image {
  border-radius: 8px;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #AC98FF 0%, #F5F2FF 100%);
  background: linear-gradient(180deg, #AC98FF 0%, #F5F2FF 100%);
}
.aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .image img, .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .image video {
  width: 100%;
  height: auto;
}
.aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content {
  display: none;
}
.aiAbility .aiAbilityMain .aiAbilityRight .aiAbilityIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
}
.aiAbility .aiAbilityMain .aiAbilityRight .aiAbilityIcon img {
  width: 100%;
  height: auto;
}
/* 数据价值 */
.dataValue {
  padding: 60px 0px;
}
.dataValue .dataValueBox {
  position: relative;
  border-radius: 9px;
  padding: 41px 0px 0px;
  overflow: hidden;
}
.dataValue .dataValueBox .dataValueIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
}
.dataValue .dataValueBox .dataValueIcon img {
  width: 100%;
  height: auto;
}
.dataValue .dataValueBox .dataValueTitle {
  text-align: center;
  margin-bottom: 62px;
}
.dataValue .dataValueBox .dataValueTitle .title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  padding: 0px 8px;
  background: -webkit-linear-gradient(top, #61B8FF 0%, #7FC5FF 100%);
  background: linear-gradient(180deg, #61B8FF 0%, #7FC5FF 100%);
  margin-bottom: 5px;
}
.dataValue .dataValueBox .dataValueTitle .subTitle {
  color: #1D2129;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 11px;
}
.dataValue .dataValueBox .dataValueTitle .intro {
  color: #333;
  font-size: 16px;
}
.dataValue .dataValueBox .dataValueMain {
  width: 902px;
  margin: 0px auto;
  position: relative;
}
.dataValue .dataValueBox .dataValueMain .image img {
  width: 100%;
  height: auto;
}
.dataValue .dataValueBox .dataValueMain .listBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.dataValue .dataValueBox .dataValueMain .listBox .list {
  position: absolute;
  width: 104px;
  height: 104px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #074CFF, #7E86FC);
  background: linear-gradient(90deg, #074CFF, #7E86FC);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .bigTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  color: #546BFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  background: -webkit-linear-gradient(313deg, #FAFDFF 12.68%, #FFF 101.82%);
  background: linear-gradient(137deg, #FAFDFF 12.68%, #FFF 101.82%);
  box-shadow: 0 4px 54px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 188px;
  height: auto;
  border-radius: 8px;
  padding: 2px 2px 13px;
  background: #FFF;
  box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  border-radius: 6px;
  background: #DCF0FF;
  color: #0A4EFF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  white-space: nowrap;
  padding: 0px 15px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .intro span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50%;
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
  padding-right: 6px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .intro span::before {
  width: 7px;
  content: "·";
  display: block;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .intro span:nth-child(odd) {
  padding-left: 22px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list .content .intro span:nth-child(even) {
  padding-left: 11px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(1) {
  left: 99px;
  bottom: 47px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(1) .content {
  width: 224px;
  bottom: 116px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(2) {
  left: 396px;
  bottom: 204px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(2) .content {
  top: 116px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(3) {
  left: 693px;
  bottom: 47px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(3) .content {
  bottom: 116px;
}
.dataValue .dataValueBox .dataValueMain .listBox .list.active::after {
  opacity: 1;
  visibility: visible;
}
.dataValue .dataValueBox .dataValueMain .listBox .list.active .content {
  opacity: 1;
  visibility: visible;
}
.dataValue .dataValueBox .dataValueList {
  display: none;
}
/* 低代码平台 */
.lowCodePlatform {
  padding: 60px 0px 120px;
}
.lowCodePlatform .lowCodePlatformTitle {
  text-align: center;
  margin-bottom: 46px;
}
.lowCodePlatform .lowCodePlatformTitle .title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0px 11px;
  background: -webkit-linear-gradient(top, #0047FF 0%, #336CFF 100%);
  background: linear-gradient(180deg, #0047FF 0%, #336CFF 100%);
  margin-bottom: 13px;
}
.lowCodePlatform .lowCodePlatformTitle .intro {
  font-weight: 600;
  color: #1D2129;
  font-size: 32px;
}
.lowCodePlatform .lowCodePlatformMain {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -24px;
}
.lowCodePlatform .lowCodePlatformMain > .list {
  width: calc(50% - 48px);
  margin: 24px;
  border-radius: 8px;
  background: #F5F5F5;
  overflow: hidden;
}
.lowCodePlatform .lowCodePlatformMain > .list .image {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lowCodePlatform .lowCodePlatformMain > .list .image .logo {
  position: absolute;
  left: 32px;
  top: 32px;
  width: auto;
  height: 28px;
  z-index: 2;
}
.lowCodePlatform .lowCodePlatformMain > .list .image .img {
  width: 100%;
  height: auto;
}
.lowCodePlatform .lowCodePlatformMain > .list .image .more {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #0f64f4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFF;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lowCodePlatform .lowCodePlatformMain > .list .content {
  padding: 0px 16px 16px 24px;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .bigTitle {
  color: #1D2129;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -8px;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8px;
  min-height: 72px;
  border-radius: 8px;
  background: #FFF;
  padding: 0px 23px;
  -webkit-transition: -webkit-box-flex 0.7s, -webkit-flex 0.7s;
  transition: -webkit-box-flex 0.7s, -webkit-flex 0.7s;
  transition: flex 0.7s;
  transition: flex 0.7s, -webkit-box-flex 0.7s, -webkit-flex 0.7s, -ms-flex 0.7s;
  position: relative;
  overflow: hidden;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list .title {
  color: #1D2129;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list .intro {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  min-width: 351px;
  width: 100%;
  padding: 0px 23px;
  color: #1D2129;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:hover {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:hover .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:hover .intro {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lowCodePlatform .lowCodePlatformMain > .list:hover .image .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.lowCodePlatform .lowCodePlatformMore {
  margin-top: 56px;
}
.lowCodePlatform .lowCodePlatformMore .commonBtn {
  margin: 0px auto;
}
/* ai落地 */
.aiLand {
  padding: 104px 0px 103px;
  background: #edf5ff;
}
.aiLand .aiLandTitle {
  text-align: center;
  margin-bottom: 65px;
}
.aiLand .aiLandTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
  margin-bottom: 9px;
}
.aiLand .aiLandTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide .image {
  border-radius: 8px;
  overflow: hidden;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide .image img, .aiLand .aiLandMain .swiper-wrapper .swiper-slide .image video {
  width: 100%;
  height: auto;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide .content {
  padding: 35px 32px 40px;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide .content .title {
  color: #1D2129;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
}
.aiLand .aiLandMain .swiper-wrapper .swiper-slide .content .intro {
  color: rgba(29, 33, 41, 0.8);
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ai创新 */
.aiInnovation {
  padding: 104px 0px 120px;
  overflow: hidden;
}
.aiInnovation .aiInnovationTitle {
  text-align: center;
  margin-bottom: 54px;
}
.aiInnovation .aiInnovationTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
  margin-bottom: 9px;
}
.aiInnovation .aiInnovationTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiInnovation .aiInnovationMain {
  width: 980px;
  overflow: visible;
  position: relative;
}
.aiInnovation .aiInnovationMain::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) -40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 140%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) -40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 140%);
  z-index: 3;
  pointer-events: none;
  content: "";
  display: block;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image {
  width: 380px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image img, .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image video {
  width: 100%;
  height: 354px;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background: #FFF;
  color: #8487FB;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 8px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image .tab img {
  width: auto;
  height: 12px;
  margin-right: 6px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 32px 38px 30px 41px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content::after {
  position: absolute;
  right: 36px;
  top: 33px;
  width: 50px;
  height: 40px;
  background: url("../images/aiInnovationIcon.png") no-repeat center/cover;
  content: "";
  display: block;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .other img {
  width: auto;
  height: 48px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .intro {
  color: #1D2129;
  font-size: 16px;
  line-height: 32px;
  height: 128px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 52px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .more {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .more i {
  font-size: 12px;
  margin-left: 11px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a:hover .content .more {
  color: #0047FF;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a:hover .content .more i {
  margin-left: 13px;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide-active a {
  pointer-events: all;
}
.aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide-active a .content .more {
  opacity: 1;
  visibility: visible;
}
.aiInnovation .aiInnovationOther {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 56px;
}
.aiInnovation .aiInnovationOther .swiper-button-prev,
.aiInnovation .aiInnovationOther .swiper-button-next {
  width: 56px;
  height: 56px;
  font-size: 12px;
  color: #1D2129;
  text-align: center;
  line-height: 56px;
  background: #e8eef8;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: static;
}
.aiInnovation .aiInnovationOther .swiper-button-prev:hover,
.aiInnovation .aiInnovationOther .swiper-button-next:hover {
  color: #005BF3;
  background: #BFD7FF;
}
.aiInnovation .aiInnovationOther .swiper-button-prev i,
.aiInnovation .aiInnovationOther .swiper-button-next i {
  display: inline-block;
}
.aiInnovation .aiInnovationOther .swiper-button-prev i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aiInnovation .aiInnovationOther .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aiInnovation .aiInnovationOther .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E8EEF8;
  border-radius: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 1;
}
.aiInnovation .aiInnovationOther .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.aiInnovation .aiInnovationOther .swiper-pagination .swiper-pagination-bullet-active {
  background: #005BF3;
}
.aiInnovation .aiInnovationMore {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aiInnovation .aiInnovationMore .commonBtn {
  margin-right: 32px;
}
.aiInnovation .aiInnovationMore .commonBtn:last-child {
  margin-right: 0px;
}
/* 机构认可 */
.institutionalAccreditation {
  padding: 86px 0px 96px;
  background: #edf5ff;
}
.institutionalAccreditation .institutionalAccreditationTitle {
  text-align: center;
  margin-bottom: 54px;
}
.institutionalAccreditation .institutionalAccreditationTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
  margin-bottom: 9px;
}
.institutionalAccreditation .institutionalAccreditationTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.institutionalAccreditation .institutionalAccreditationMain {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -12px;
}
.institutionalAccreditation .institutionalAccreditationMain .list {
  width: calc(33.33% - 24px);
  min-height: 224px;
  margin: 12px;
  padding: 40px 0px;
  background: #FFF;
  border-radius: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.institutionalAccreditation .institutionalAccreditationMain .list img {
  width: auto;
  height: 24px;
}
.institutionalAccreditation .institutionalAccreditationMain .list .title {
  color: #1D2129;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  position: relative;
  margin-top: 41px;
  padding: 0px 72px;
}
.institutionalAccreditation .institutionalAccreditationMain .list .title::before, .institutionalAccreditation .institutionalAccreditationMain .list .title::after {
  position: absolute;
  bottom: 9px;
  width: 24px;
  height: 62px;
  content: "";
  display: block;
}
.institutionalAccreditation .institutionalAccreditationMain .list .title::before {
  left: 40px;
  background: url("../images/institutionalAccreditationMask1.png") no-repeat center/cover;
}
.institutionalAccreditation .institutionalAccreditationMain .list .title::after {
  right: 40px;
  background: url("../images/institutionalAccreditationMask2.png") no-repeat center/cover;
}
/* 首页-banner */
.indexBanner {
  min-height: 33.75vw;
  background: #F6F6F6;
}
.indexBanner .indexBannerMain {
  position: relative;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide {
  position: relative;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image {
  position: relative;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: auto;
  min-height: 33.75vw;
  object-fit: cover;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image img.mImg {
  display: none;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content {
  position: absolute;
  left: 0px;
  top: 29%;
  z-index: 2;
  width: 100%;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .title {
  color: #111;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 13px;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .intro {
  color: #111;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 39px;
}
.indexBanner .indexBannerMain .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  width: auto;
  z-index: 2;
}
.indexBanner .indexBannerMain .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 4.5px;
  position: relative;
  cursor: pointer;
}
.indexBanner .indexBannerMain .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  content: "";
  display: block;
}
.indexBanner .indexBannerMain .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: bullet 5s linear forwards;
          animation: bullet 5s linear forwards;
}
/* 首页-推荐内容 */
.indexRecommend {
  background: #F6F6F6;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide {
  position: relative;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 83px;
  background: #ededed;
  content: "";
  display: block;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide:last-child::after {
  display: none;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a {
  display: block;
  min-height: 140px;
  padding: 31px 40px;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .title {
  color: #1D2129;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .intro {
  color: #1D2129;
  font-size: 12px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .more i {
  font-weight: normal;
  font-size: 11px;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a:hover .title {
  color: #0047FF;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a:hover .intro {
  color: #0047FF;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a:hover .more {
  color: #0047FF;
}
.indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a:hover .more i {
  margin-left: 10px;
}
/* 首页-数智升级 */
.indexUpgrade {
  padding: 100px 0px 120px;
}
.indexUpgrade .indexUpgradeTitle {
  text-align: center;
  margin-bottom: 63px;
}
.indexUpgrade .indexUpgradeTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
}
.indexUpgrade .indexUpgradeTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexUpgrade .indexUpgradeMain {
  margin-bottom: 48px;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -12px;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide {
  width: calc(33.33% - 24px);
  min-height: 280px;
  border-radius: 8px;
  padding: 29px 31px 0px;
  margin: 12px;
  background: #F3F6FF;
  position: relative;
  overflow: hidden;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(1), .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(2) {
  width: calc(50% - 24px);
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(1) .image, .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(2) .image {
  width: 72%;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .icon img {
  width: 28px;
  height: auto;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .title {
  color: #1D2129;
  font-size: 18px;
  margin-bottom: 5px;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .suTitle {
  color: #1D2129;
  font-size: 24px;
  font-weight: 500;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .image {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .image img, .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .image video {
  width: 100%;
  height: auto;
}
.indexUpgrade .indexUpgradeMore {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.indexUpgrade .indexUpgradeMore .commonBtn {
  margin-right: 32px;
}
.indexUpgrade .indexUpgradeMore .commonBtn:last-child {
  margin-right: 0px;
}
/* 首页-数智跃迁 */
.indexLeap .indexLeapBox {
  position: relative;
  width: calc(100% - 53px);
  margin: 0px auto;
  padding: 82px 0px 96px;
  border-radius: 38px;
  overflow: hidden;
}
.indexLeap .indexLeapBox .commonBg canvas {
  width: 100% !important;
  height: 100% !important;
}
.indexLeap .indexLeapBox .indexLeapTitle {
  text-align: center;
  margin-bottom: 63px;
}
.indexLeap .indexLeapBox .indexLeapTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
}
.indexLeap .indexLeapBox .indexLeapTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexLeap .indexLeapBox .indexLeapMain {
  margin-bottom: 48px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: -webkit-linear-gradient(left, #074CFF, #7E86FC);
  background: linear-gradient(90deg, #074CFF, #7E86FC);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a {
  display: block;
  min-height: 416px;
  border-radius: 14px;
  padding: 14px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  margin: 2px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image {
  text-align: right;
  position: relative;
  height: 188px;
  margin-bottom: 20px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image > img {
  width: 280px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .commonBg {
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .icon {
  position: absolute;
  top: 17px;
  left: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .icon img {
  width: 28px;
  height: auto;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content {
  padding: 0px 13px 0px 19px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content .title {
  color: #1D2129;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content .intro {
  color: #000;
  font-size: 14px;
  line-height: 28px;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a:hover {
  border-color: #074CFF;
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a:hover .image > img {
  -webkit-transform: scale(1.1) translateY(-6px);
      -ms-transform: scale(1.1) translateY(-6px);
          transform: scale(1.1) translateY(-6px);
}
.indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide:hover::after {
  opacity: 1;
  visibility: visible;
}
.indexLeap .indexLeapBox .indexLeapMore {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.indexLeap .indexLeapBox .indexLeapMore .commonBtn {
  margin-right: 32px;
}
.indexLeap .indexLeapBox .indexLeapMore .commonBtn:last-child {
  margin-right: 0px;
}
/* 首页-数智形态 */
.indexForm {
  padding: 112px 0px 120px;
}
.indexForm .indexFormTitle {
  text-align: center;
  margin-bottom: 63px;
}
.indexForm .indexFormTitle .title {
  font-weight: 600;
  color: #1D2129;
  font-size: 40px;
}
.indexForm .indexFormTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide {
  width: auto;
  overflow: hidden;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-linear-gradient(left, #074CFF, #7E86FC);
  background: linear-gradient(90deg, #074CFF, #7E86FC);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list {
  display: block;
  min-height: 412px;
  border-radius: 6px;
  margin: 2px;
  background: #F7F7F7;
  position: relative;
  z-index: 2;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image {
  position: relative;
  margin-bottom: 27px;
  border-radius: 8px;
  overflow: hidden;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image .logo {
  position: absolute;
  top: 28px;
  left: 32px;
  z-index: 2;
  width: auto;
  height: 32px;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image .img {
  width: 100%;
  height: auto;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content {
  padding: 0px 24px 32px 32px;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .tabs span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 9px;
  background: #FFF;
  color: #000;
  font-size: 14px;
  margin: 4px;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .more {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #0f64f4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFF;
  z-index: 2;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide:hover::after {
  opacity: 1;
  visibility: visible;
}
.indexForm .indexFormMain .swiper-wrapper .swiper-slide:hover .list .content .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* 首页-先锋企业 */
.indexEnterprise {
  padding: 86px 0px 120px;
  overflow: hidden;
  background: #F1F5FF;
}
.indexEnterprise .indexEnterpriseTitle {
  text-align: center;
  margin-bottom: 54px;
}
.indexEnterprise .indexEnterpriseTitle .title {
  color: #1D2129;
  font-size: 40px;
  font-weight: 600;
}
.indexEnterprise .indexEnterpriseTitle .title span {
  color: transparent;
  background: -webkit-linear-gradient(348deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background: linear-gradient(102deg, #074CFF 12.91%, #4D7FFF 51.71%, #A38CF9 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexEnterprise .indexEnterpriseMain {
  width: 886px;
  overflow: visible;
  position: relative;
}
.indexEnterprise .indexEnterpriseMain::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(241, 245, 255, 0.9) -40%, rgba(255, 255, 255, 0) 50%, rgba(241, 245, 255, 0.9) 140%);
  background: linear-gradient(90deg, rgba(241, 245, 255, 0.9) -40%, rgba(255, 255, 255, 0) 50%, rgba(241, 245, 255, 0.9) 140%);
  z-index: 3;
  pointer-events: none;
  content: "";
  display: block;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide {
  pointer-events: none;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: auto;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 360px;
  height: calc(100% - 48px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  padding: 25px 32px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .logo {
  margin-bottom: 36px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .logo img {
  width: auto;
  height: 48px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .title {
  margin-bottom: 18px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .title img {
  width: auto;
  height: 88px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .intro {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  min-height: 72px;
  margin-bottom: 16px;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2129;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .more i {
  font-weight: normal;
  font-size: 11px;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide-active {
  pointer-events: all;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide-active a .content .more {
  opacity: 1;
  visibility: visible;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide:hover a .content .more {
  color: #0047FF;
}
.indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide:hover a .content .more i {
  margin-left: 10px;
}
.indexEnterprise .indexEnterpriseOther {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 56px;
}
.indexEnterprise .indexEnterpriseOther .swiper-button-prev,
.indexEnterprise .indexEnterpriseOther .swiper-button-next {
  width: 56px;
  height: 56px;
  font-size: 12px;
  color: #1D2129;
  text-align: center;
  line-height: 56px;
  background: #e8eef8;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: static;
}
.indexEnterprise .indexEnterpriseOther .swiper-button-prev:hover,
.indexEnterprise .indexEnterpriseOther .swiper-button-next:hover {
  color: #005BF3;
  background: #BFD7FF;
}
.indexEnterprise .indexEnterpriseOther .swiper-button-prev i,
.indexEnterprise .indexEnterpriseOther .swiper-button-next i {
  display: inline-block;
}
.indexEnterprise .indexEnterpriseOther .swiper-button-prev i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.indexEnterprise .indexEnterpriseOther .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.indexEnterprise .indexEnterpriseOther .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E8EEF8;
  border-radius: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 1;
}
.indexEnterprise .indexEnterpriseOther .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.indexEnterprise .indexEnterpriseOther .swiper-pagination .swiper-pagination-bullet-active {
  background: #005BF3;
}
.indexEnterprise .indexEnterpriseMore {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.indexEnterprise .indexEnterpriseMore .commonBtn {
  margin-right: 32px;
}
.indexEnterprise .indexEnterpriseMore .commonBtn:last-child {
  margin-right: 0px;
}
/* 首页-资讯中心 */
.indexNews {
  padding: 110px 0px 120px;
}
.indexNews .indexNewsTitle {
  text-align: center;
  margin-bottom: 54px;
}
.indexNews .indexNewsTitle .title {
  color: #1D2129;
  font-size: 40px;
  font-weight: 600;
}
.indexNews .indexNewsMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
.indexNews .indexNewsMain .indexNewsLeft {
  width: 66.33%;
  border-radius: 8px;
  background: #F6F6F6;
  padding: 24px;
}
.indexNews .indexNewsMain .indexNewsLeft .bigTitle {
  color: #1D2129;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -12px;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list {
  width: calc(50% - 24px);
  margin: 12px;
  padding: 23.5px 24px 32px;
  border-radius: 8px;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list .title {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  min-height: 27px;
  font-weight: 500;
  margin-bottom: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list .intro {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list .time {
  color: #000;
  font-size: 12px;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list .arrow {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 12px;
  color: #054AFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list:hover {
  background: #fff;
  border-color: #074CFF;
}
.indexNews .indexNewsMain .indexNewsLeft .listBox .list:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.indexNews .indexNewsMain .indexNewsRight {
  width: 32.33%;
  margin-left: auto;
}
.indexNews .indexNewsMain .indexNewsRight .list {
  display: block;
  width: 100%;
  height: 165px;
  border-radius: 8px;
  padding: 22px;
  border: 2px solid #f6f6f6;
  background: #F6F6F6;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexNews .indexNewsMain .indexNewsRight .list:last-child {
  margin-bottom: 0px;
}
.indexNews .indexNewsMain .indexNewsRight .list .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0047FF;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 9px;
  width: auto;
  height: 24px;
  border-radius: 4px;
  background: #D0DDFE;
  margin-bottom: 8px;
}
.indexNews .indexNewsMain .indexNewsRight .list .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
.indexNews .indexNewsMain .indexNewsRight .list .logo img {
  width: auto;
  height: 24px;
}
.indexNews .indexNewsMain .indexNewsRight .list .arrow {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 12px;
  color: #054AFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexNews .indexNewsMain .indexNewsRight .list:hover {
  background: #fff;
  border-color: #074CFF;
}
.indexNews .indexNewsMain .indexNewsRight .list:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.indexNews .indexNewsMore .commonBtn {
  margin: 0px auto;
}
/* 大尺寸按钮 */
.bigSizeBtn {
  font-weight: 600;
  width: 180px;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
}
.bigSizeBtn.btnColor1 {
  background: -webkit-linear-gradient(top, #0047FF 0%, #4B7DFF 100%);
  background: linear-gradient(180deg, #0047FF 0%, #4B7DFF 100%);
}
.bigSizeBtn.btnColor3 {
  -webkit-transition: none;
  transition: none;
}
.bigSizeBtn.btnColor3:hover {
  border-width: 2px;
}
/* 标题 */
.title.mTitle {
  display: none;
}
/* 描述 */
.intro.mIntro {
  display: none;
}
@media (max-width: 1660px) {
  .aiBanner .image .element {
    width: 548px;
  }
  .aiBanner .video {
    padding-top: 20px;
  }
  .aiBanner .content {
    top: 187px;
  }
}
@media (max-width: 1560px) {
  .aiBanner .image .element {
    width: 458px;
  }
  .aiBanner .video {
    padding-top: 20px;
  }
  .aiBanner .content {
    top: 137px;
  }
}
@media (max-width: 1460px) {
  .aiBanner .image .element {
    width: 398px;
  }
  .aiBanner .video {
    padding-top: 20px;
  }
  .aiBanner .content {
    top: 107px;
  }
}
@media (max-width: 768px) {
  /* 版心 */
  .content1896 {
    width: calc(100vw - 40px);
  }
  /* aiBanner */
  .aiBanner {
    margin-top: 60px;
  }
  .aiBanner > .image {
    padding-top: 222px;
  }
  .aiBanner > .image .element {
    width: 318px;
  }
  .aiBanner > .image .element img.pImg {
    display: none;
  }
  .aiBanner > .image .element img.mImg {
    display: block;
  }
  .aiBanner .content {
    top: 6.1%;
  }
  .aiBanner .content .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .aiBanner .content .title img {
    height: 80px;
  }
  .aiBanner .content .intro {
    max-width: 320px;
    font-size: 16px;
    line-height: 28px;
    margin: 0px auto 28px;
  }
  .aiBanner .content .btns .commonBtn:nth-child(2) {
    backdrop-filter: blur(8px);
  }
  .aiBanner .content .btns .commonBtn:nth-child(2):hover {
    border-width: 2px;
  }
  .aiBanner .video {
    padding: 0px 0px 52px;
  }
  .aiBanner .video .image {
    width: calc(100% - 40px);
    max-width: 296px;
    min-height: auto;
    border-radius: 0px;
  }
  .aiBanner .video .play {
    display: none;
  }
  .aiBanner .video .mPlay {
    display: block;
    position: absolute;
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: url("../images/aiVideoPlay.png") no-repeat center/cover;
  }
  /* ai应用 */
  .aiApplication {
    padding: 43px 0px 48px;
    overflow: hidden;
  }
  .aiApplication .aiApplicationTitle {
    margin-bottom: 34px;
  }
  .aiApplication .aiApplicationTitle .title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .aiApplication .aiApplicationTitle .intro {
    font-size: 12px;
    line-height: 24px;
  }
  .aiApplication .aiApplicationMain {
    margin: 0px 0px 24px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide {
    width: 274px;
    padding: 18px 16px 16px;
    border-radius: 14px;
    border-width: 2px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .icon {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .icon img {
    width: 18px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .title {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .suTitle {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 30px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .intro {
    font-size: 10px;
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 19px;
  }
  .aiApplication .aiApplicationMain .swiper-wrapper .swiper-slide .image {
    border-radius: 8px;
  }
  /* ai能力 */
  .aiAbility {
    padding: 45px 0px 60px;
  }
  .aiAbility .aiAbilityTitle {
    margin-bottom: 30px;
  }
  .aiAbility .aiAbilityTitle .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .aiAbility .aiAbilityTitle .intro {
    font-size: 12px;
    line-height: 24px;
  }
  .aiAbility .aiAbilityMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .aiAbility .aiAbilityMain .aiAbilityLeft {
    text-align: center;
    width: 100%;
  }
  .aiAbility .aiAbilityMain .aiAbilityLeft .bigTitle {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    padding: 0px 8px;
    margin-bottom: 7px;
  }
  .aiAbility .aiAbilityMain .aiAbilityLeft .bigIntro {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .aiAbility .aiAbilityMain .aiAbilityLeft .listBox {
    display: none;
  }
  .aiAbility .aiAbilityMain .aiAbilityLeft .commonBtn {
    display: none;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight {
    width: 100%;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide {
    height: auto;
    margin-bottom: 30px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .image {
    border-radius: 8px;
    margin-bottom: 14px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content {
    display: block;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content .title img {
    width: auto;
    height: 14px;
    margin-right: 8px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content .title span {
    color: #1D2129;
    font-size: 14px;
    font-weight: 600;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .swiper-wrapper .swiper-slide .content .intro {
    color: #333;
    font-size: 12px;
    line-height: 20px;
  }
  .aiAbility .aiAbilityMain .aiAbilityRight .aiAbilityIcon {
    display: none;
  }
  /* 数据价值 */
  .dataValue {
    padding: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .dataValue .dataValueBox {
    border-radius: 0px;
    margin: 0px -20px;
    padding: 31px 0px 0px;
  }
  .dataValue .dataValueBox .dataValueIcon {
    display: none;
  }
  .dataValue .dataValueBox .dataValueTitle {
    max-width: 327px;
    margin: 0px auto 185px;
  }
  .dataValue .dataValueBox .dataValueTitle .title {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    padding: 0px 8px;
    margin-bottom: 9px;
  }
  .dataValue .dataValueBox .dataValueTitle .subTitle {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .dataValue .dataValueBox .dataValueTitle .intro {
    font-size: 12px;
    line-height: 20px;
  }
  .dataValue .dataValueBox .dataValueMain {
    width: 100%;
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list {
    width: 60px;
    height: 60px;
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list .bigTitle {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    font-size: 10px;
    box-shadow: 0 4px 54px rgba(0, 0, 0, 0.05);
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list .content {
    display: none;
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(1) {
    left: 9.662vw;
    bottom: 3.623vw;
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(2) {
    left: 44.203vw;
    bottom: 21.256vw;
  }
  .dataValue .dataValueBox .dataValueMain .listBox .list:nth-child(3) {
    left: 76.087vw;
    bottom: 3.623vw;
  }
  .dataValue .dataValueBox .dataValueList {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .dataValue .dataValueBox .dataValueList .list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 166px;
    border-radius: 8px;
    padding: 2px 2px 19px;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
    background: #FFF;
  }
  .dataValue .dataValueBox .dataValueList .list.active {
    opacity: 1;
    visibility: visible;
  }
  .dataValue .dataValueBox .dataValueList .list:nth-child(1) {
    width: 196px;
  }
  .dataValue .dataValueBox .dataValueList .list .title {
    padding: 0px 20px;
    height: 44px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background: #DCF0FF;
    color: #0A4EFF;
    font-weight: 500;
    white-space: nowrap;
  }
  .dataValue .dataValueBox .dataValueList .list .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dataValue .dataValueBox .dataValueList .list .intro span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
    min-width: 50%;
    font-size: 10px;
    margin-bottom: 4px;
    padding-right: 6px;
  }
  .dataValue .dataValueBox .dataValueList .list .intro span::before {
    width: 7px;
    content: "·";
    display: block;
  }
  .dataValue .dataValueBox .dataValueList .list .intro span:nth-child(odd) {
    padding-left: 12px;
  }
  .dataValue .dataValueBox .dataValueList .list .intro span:nth-child(even) {
    padding-left: 11px;
  }
  /* 低代码平台 */
  .lowCodePlatform {
    padding: 51px 0px 43px;
  }
  .lowCodePlatform .lowCodePlatformTitle {
    margin-bottom: 31px;
  }
  .lowCodePlatform .lowCodePlatformTitle .title {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    padding: 0px 8px;
    margin-bottom: 9px;
  }
  .lowCodePlatform .lowCodePlatformTitle .intro {
    font-size: 20px;
    line-height: 32px;
  }
  .lowCodePlatform .lowCodePlatformMain {
    margin: 0px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list {
    width: 100%;
    margin: 0px 0px 30px;
    border-radius: 8px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list:last-child {
    margin-bottom: 0px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .image {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .image .logo {
    left: 18px;
    top: 18px;
    height: 18px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .image .more {
    right: 12px;
    bottom: 13px;
    font-size: 9px;
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content {
    padding: 0px 16px 16px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .bigTitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px 0px 12px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper:last-child {
    margin-bottom: 0px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 0px 0px 12px;
    min-height: auto;
    border-radius: 8px;
    padding: 11px 16px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:last-child {
    margin-bottom: 0px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list .intro {
    color: rgba(29, 33, 41, 0.8);
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: auto;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    opacity: 1;
    visibility: visible;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:hover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .lowCodePlatform .lowCodePlatformMain > .list .content .listBox .listWrapper .list:hover .title {
    opacity: 1;
    visibility: visible;
  }
  .lowCodePlatform .lowCodePlatformMore {
    display: none;
  }
  /* ai落地 */
  .aiLand {
    padding: 45px 0px 48px;
    overflow: hidden;
  }
  .aiLand .aiLandTitle {
    margin-bottom: 27px;
  }
  .aiLand .aiLandTitle .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 9px;
  }
  .aiLand .aiLandMain {
    width: 100%;
    overflow: visible;
  }
  .aiLand .aiLandMain .swiper-wrapper .swiper-slide {
    width: 300px;
    border-radius: 8px;
  }
  .aiLand .aiLandMain .swiper-wrapper .swiper-slide .image {
    border-radius: 8px;
  }
  .aiLand .aiLandMain .swiper-wrapper .swiper-slide .content {
    padding: 20px 16px 24px;
  }
  .aiLand .aiLandMain .swiper-wrapper .swiper-slide .content .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .aiLand .aiLandMain .swiper-wrapper .swiper-slide .content .intro {
    font-size: 12px;
    line-height: 24px;
    min-height: 48px;
  }
  /* ai创新 */
  .aiInnovation {
    padding: 43px 0px 48px;
  }
  .aiInnovation .aiInnovationTitle {
    margin-bottom: 25px;
  }
  .aiInnovation .aiInnovationTitle .title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .aiInnovation .aiInnovationMain {
    width: 300px;
    margin: 0px 0px 32px;
  }
  .aiInnovation .aiInnovationMain::after {
    display: none;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image {
    width: 100%;
    border-radius: 8px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image img, .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image video {
    height: 180px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image .tab {
    left: 16px;
    top: 16px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 8px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .image .tab img {
    height: 12px;
    margin-right: 6px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 16px 24px 24px;
    position: static;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content::after {
    right: 24px;
    bottom: 26px;
    top: auto;
    width: 50px;
    height: 40px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .other {
    margin-bottom: 16px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .other img {
    height: 36px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .intro {
    font-size: 12px;
    line-height: 22px;
    height: 88px;
    margin-bottom: 65px;
  }
  .aiInnovation .aiInnovationMain .swiper-wrapper .swiper-slide a .content .more {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .aiInnovation .aiInnovationOther {
    display: none;
  }
  .aiInnovation .aiInnovationMore .commonBtn {
    margin: 0px 11px;
  }
  /* 机构认可 */
  .institutionalAccreditation {
    padding: 44px 0px 48px;
  }
  .institutionalAccreditation .institutionalAccreditationTitle {
    margin-bottom: 26px;
  }
  .institutionalAccreditation .institutionalAccreditationTitle .title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .institutionalAccreditation .institutionalAccreditationMain {
    margin: 0px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list {
    width: 100%;
    min-height: auto;
    margin: 0px 0px 24px;
    padding: 30px 0px;
    border-radius: 16px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list:last-child {
    margin-bottom: 0px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list img {
    height: 20px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 27px;
    padding: 0px 60px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list .title::before, .institutionalAccreditation .institutionalAccreditationMain .list .title::after {
    bottom: 0px;
    width: 20px;
    height: 53px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list .title::before {
    left: 31px;
  }
  .institutionalAccreditation .institutionalAccreditationMain .list .title::after {
    right: 31px;
  }
  /* 首页-banner */
  .indexBanner {
    min-height: auto;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image img {
    min-height: auto;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image img.pImg {
    display: none;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .image img.mImg {
    display: block;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content {
    top: 16.4%;
    text-align: center;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 11px;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .intro {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .indexBanner .indexBannerMain .swiper-wrapper .swiper-slide .content .commonBtn {
    margin: 0px auto;
  }
  .indexBanner .indexBannerMain .swiper-pagination {
    bottom: 24px;
  }
  .indexBanner .indexBannerMain .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 18px;
    margin: 0px 4.5px;
  }
  .indexBanner .indexBannerMain .swiper-pagination .swiper-pagination-bullet::after {
    border-radius: 18px;
  }
  /* 首页-推荐内容 */
  .indexRecommend .indexRecommendMain {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide::after {
    top: 21px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    width: 1px;
    height: 59px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a {
    min-height: 121px;
    padding: 18px 24px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .intro {
    font-size: 10px;
    margin-bottom: 11px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .more {
    font-size: 10px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a .more i {
    font-size: 8px;
    margin-left: 4px;
  }
  .indexRecommend .indexRecommendMain .swiper-wrapper .swiper-slide a:hover .more i {
    margin-left: 13px;
  }
  .indexRecommend .indexRecommendMain .swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
    height: 4px;
    z-index: 2;
    border-radius: 15px;
    background: #D9D9D9;
  }
  .indexRecommend .indexRecommendMain .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    position: relative;
    border-radius: 15px;
    background: #0A4EFF;
    left: 0;
    top: 0;
  }
  /* 首页-数智升级 */
  .indexUpgrade {
    padding: 44px 0px 48px;
    overflow: hidden;
  }
  .indexUpgrade .indexUpgradeTitle {
    margin-bottom: 27px;
  }
  .indexUpgrade .indexUpgradeTitle .title {
    font-size: 24px;
  }
  .indexUpgrade .indexUpgradeMain {
    width: 327px;
    margin: 0px 0px 32px -12px;
    overflow: visible;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0px;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide {
    width: 100%;
    min-height: 238px;
    border-radius: 8px;
    padding: 22px 31px 170px;
    margin: 0px;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(1), .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 100%;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(1) .image, .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide:nth-child(2) .image {
    width: 100%;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .icon {
    top: 14px;
    right: 14px;
    width: 41px;
    height: 41px;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .icon img {
    width: 22px;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .title {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .indexUpgrade .indexUpgradeMain .swiper-wrapper .swiper-slide .suTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .indexUpgrade .indexUpgradeMore .commonBtn {
    margin-right: 22px;
  }
  /* 首页-数智跃迁 */
  .indexLeap .indexLeapBox {
    width: 100%;
    padding: 38px 0px 50px;
    border-radius: 0px;
  }
  .indexLeap .indexLeapBox .indexLeapTitle {
    margin-bottom: 28px;
  }
  .indexLeap .indexLeapBox .indexLeapTitle .title {
    font-size: 24px;
    line-height: 32px;
  }
  .indexLeap .indexLeapBox .indexLeapMain {
    margin-bottom: 32px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide {
    margin-bottom: 24px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide::after {
    border-radius: 16px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a {
    min-height: auto;
    border-radius: 14px;
    padding: 12px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image {
    height: 188px;
    margin-bottom: 18px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image > img {
    width: 280px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .commonBg {
    border-radius: 8px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .icon {
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .image .icon img {
    width: 21px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content {
    padding: 0px 11px 9px 10px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .indexLeap .indexLeapBox .indexLeapMain .swiper-wrapper .swiper-slide a .content .intro {
    font-size: 12px;
    line-height: 26px;
  }
  .indexLeap .indexLeapBox .indexLeapMore .commonBtn {
    margin-right: 22px;
  }
  /* 首页-数智形态 */
  .indexForm {
    padding: 47px 0px 48px;
  }
  .indexForm .indexFormTitle {
    margin-bottom: 26px;
  }
  .indexForm .indexFormTitle .title {
    font-size: 24px;
    line-height: 32px;
  }
  .indexForm .indexFormMain .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide {
    width: auto;
    margin-bottom: 20px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide::after {
    border-radius: 8px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list {
    min-height: auto;
    border-radius: 6px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image {
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image .logo {
    top: 18px;
    left: 18px;
    height: 22px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .image .img {
    height: 40.338vw;
    object-fit: cover;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content {
    padding: 0px 16px 32px 16px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .tabs {
    margin: -8px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .tabs span {
    min-width: calc(50% - 16px);
    padding: 0px 16px;
    height: 49px;
    line-height: 49px;
    border-radius: 8px;
    font-size: 14px;
    margin: 8px;
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide .list .content .other .more {
    position: absolute;
    top: 28.261vw;
    right: 15px;
    font-size: 10px;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .indexForm .indexFormMain .swiper-wrapper .swiper-slide:hover .content .more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  /* 首页-先锋企业 */
  .indexEnterprise {
    padding: 47px 0px 48px;
  }
  .indexEnterprise .indexEnterpriseTitle {
    margin-bottom: 27px;
  }
  .indexEnterprise .indexEnterpriseTitle .title {
    font-size: 24px;
    line-height: 32px;
  }
  .indexEnterprise .indexEnterpriseMain {
    width: 295px;
    margin-bottom: 40px;
  }
  .indexEnterprise .indexEnterpriseMain::after {
    display: none;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .image {
    border-radius: 8px;
    overflow: hidden;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content {
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background: #fff;
    backdrop-filter: blur(0px);
    padding: 19px 20px 25px 24px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .logo {
    margin-bottom: 25px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .logo img {
    height: 33px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .title {
    margin-bottom: 0px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .title img {
    height: 56px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .intro {
    display: none;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .more {
    position: absolute;
    right: 16px;
    bottom: 20px;
    font-size: 12px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .more i {
    font-size: 10px;
    margin-left: 8px;
  }
  .indexEnterprise .indexEnterpriseMain .swiper-wrapper .swiper-slide a .content .more:hover i {
    margin-left: 13px;
  }
  .indexEnterprise .indexEnterpriseOther {
    display: none;
  }
  .indexEnterprise .indexEnterpriseMore {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .indexEnterprise .indexEnterpriseMore .commonBtn {
    margin-right: 32px;
  }
  .indexEnterprise .indexEnterpriseMore .commonBtn:last-child {
    margin-right: 0px;
  }
  /* 首页-资讯中心 */
  .indexNews {
    padding: 44px 0px 48px;
  }
  .indexNews .indexNewsTitle {
    margin-bottom: 39px;
  }
  .indexNews .indexNewsTitle .title {
    font-size: 24px;
    line-height: 32px;
  }
  .indexNews .indexNewsMain {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 33px;
  }
  .indexNews .indexNewsMain .indexNewsLeft {
    width: 100%;
    border-radius: 8px;
    padding: 20px 16px 24px;
    margin-bottom: 16px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .bigTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox {
    margin: 0px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list {
    background: #fff;
    border-color: #fff;
    width: 100%;
    margin: 0px 0px 16px;
    padding: 20.5px 24px 19px;
    border-radius: 8px;
    border-width: 2px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list:last-child {
    margin-bottom: 0px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list .title {
    font-size: 16px;
    line-height: 27px;
    min-height: 27px;
    margin-bottom: 2px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list .intro {
    font-size: 12px;
    line-height: 18px;
    min-height: 18px;
    margin-bottom: 12px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list .time {
    font-size: 12px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .listBox .list .arrow {
    color: #000;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
  }
  .indexNews .indexNewsMain .indexNewsRight {
    width: 100%;
  }
  .indexNews .indexNewsMain .indexNewsRight .list {
    height: auto;
    border-radius: 8px;
    padding: 22px 24px 24px;
    border-width: 2px;
    margin-bottom: 16px;
  }
  .indexNews .indexNewsMain .indexNewsRight .list .tab {
    font-size: 12px;
    padding: 0px 9px;
    height: 24px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .indexNews .indexNewsMain .indexNewsRight .list .title {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    margin-bottom: 15px;
  }
  .indexNews .indexNewsMain .indexNewsRight .list .logo img {
    height: 22px;
  }
  .indexNews .indexNewsMain .indexNewsRight .list .arrow {
    color: #000;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
  }
  /* 大尺寸按钮 */
  .bigSizeBtn {
    width: 128px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
  /* 标题 */
  .title.pTitle {
    display: none;
  }
  .title.mTitle {
    display: block;
  }
  /* 描述 */
  .intro.pIntro {
    display: none;
  }
  .intro.mIntro {
    display: block;
  }
}