.ac-title {
  margin-bottom: 35px;
}
.ac-title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  color: #1c1f3f;
  text-align: center;
}
.ac-title .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #6d7882;
  text-align: center;
  margin-top: 15px;
}
/** 客服*/
.dc-kf-main {
  /*position: fixed;*/
  POSITION: absolute;
  width: 180px;
  height: auto;
  z-index: 99999;
}
.dc-kf-div {
  margin-top: 396px;
  display: flex;
  flex-direction: column;
  align-items: end;
  grid-gap: 4px 0;
}
.dc-kf-div .dc-kf-ul {
  padding-top: 15px;
}
.dc-kf-div .open-wx {
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  color: #fff;
}
.dc-kf-div .open-wx img {
  padding-right: 5px;
}
.dc-kf-div .open-wx-img {
  padding-top: 5px;
}
.dc-kf-div .open-wx span {
  display: flex;
  align-items: center;
  height: 20px;
}
.dc-kf-div dl dd {
  display: none;
}
.dc-kf-div dl dd span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.21px;
  color: #172d5e;
  text-align: center;
  width: 100%;
  padding-top: 5px;
}
.dc-kf-div dl dd span img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
  padding-bottom: 4px;
  text-align: center;
}
.dc-kf-div dl {
  width: 90px;
  height: 90px;
  background: #E5EBFF;
  border: 1px solid #D6DDF3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.dc-kf-div dl dt {
  display: none;
}
.dc-kf-div dl dd {
  display: block;
}
.swiper-banner {
  margin-top: 55px;
}
.swiper-banner .swiper-container2 {
  height: 700px;
  position: relative;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content {
  margin-top: 146px;
  margin-left: 320px;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 82.32px;
  letter-spacing: 3px;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content .desc {
  width: 585px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30.18px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content .tags {
  display: flex;
  align-items: center;
  grid-gap: 12px 20px;
  width: 530px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content .tags .tag {
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.swiper-banner .swiper-container2 .swiper-slide .swiper-slide-box .swiper-slide-content .ai-data-center {
  width: 650px;
  height: 85px;
}
.swiper-banner .swiper-container2 .swiper-slide1 {
  background: url(../images/home/banner.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.swiper-banner .swiper-container2 .swiper-slide1 .title {
  color: #333333;
}
.swiper-banner .swiper-container2 .swiper-slide1 .desc {
  width: 585px;
  color: #2e3546;
}
.swiper-banner .swiper-container2 .swiper-slide1 .button {
  width: 442px;
  line-height: 64px;
  border-radius: 8px;
  background: #2563eb;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.swiper-banner .swiper-container2 .swiper-slide2 {
  background: url(../images/solution/banner.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.swiper-banner .swiper-container2 .swiper-slide2 .title {
  color: #ffffff;
}
.swiper-banner .swiper-container2 .swiper-slide2 .desc {
  width: 810px;
  color: #ffffff;
}
.swiper-banner .swiper-container2 .swiper-slide2 .btn {
  width: 160px;
  line-height: 53px;
  border-radius: 35px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #2563eb;
  text-align: center;
}
.swiper-banner .swiper-container2 .swiper-slide2 .btn:hover {
  color: #fff;
  background: #2563eb;
  cursor: pointer;
}
.home-vision {
  padding: 60px 0;
}
.home-vision .vision-content {
  margin: 0 auto;
  width: 1280px;
  height: 640px;
  border-radius: 10px;
  background: #f4f7fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-vision .vision-content .vision-content-left,
.home-vision .vision-content .vision-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 9px;
}
.home-vision .vision-content .vision-content-left .vision-content-left-item,
.home-vision .vision-content .vision-content-right .vision-content-left-item {
  width: 300px;
  opacity: 1;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-vision .vision-content .vision-content-left .vision-content-left-icon,
.home-vision .vision-content .vision-content-right .vision-content-left-icon {
  width: 70px;
  height: 70px;
}
.home-vision .vision-content .vision-content-line {
  width: 58px;
  height: 600px;
  opacity: 1;
  border-radius: 10px;
  background: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-vision .vision-content .vision-content-left-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28.96px;
  color: #333;
}
.home-vision .vision-content .vision-content-left .vision-content-left-item {
  height: 113px;
}
.home-vision .vision-content .vision-content-right .vision-content-left-item {
  height: 143px;
}
.home-vision .vision-content .arrow-left,
.home-vision .vision-content .arrow-right {
  width: 20px;
  height: 40px;
  margin: 0 20px;
}
.home-vision .vision-content .vision-content-center {
  width: 350px;
  height: 600px;
  opacity: 1;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-vision .vision-content .vision-content-center img {
  width: 300px;
  height: 175.44px;
  opacity: 1;
  border-radius: 10px;
  margin-top: 111px;
}
.home-vision .vision-content .vision-content-center .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  color: #2563eb;
  margin: 42px 0;
}
.home-vision .vision-content .vision-content-center .btn {
  width: 300px;
  text-align: center;
  line-height: 49px;
  opacity: 1;
  border-radius: 10px;
  background: #2563eb;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.home-data-center {
  padding: 60px 0;
  background: #f4f7fc;
  /* 内容区域默认隐藏 */
  /* 激活的内容区域显示 */
}
.home-data-center .home-data-center-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  width: 1280px;
  margin: 0 auto 22px auto;
  /* 标签样式 */
}
.home-data-center .home-data-center-tabs .home-data-center-tab {
  width: 300px;
  height: 143px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(1) {
  background: url(../images/home/b1.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(2) {
  background: url(../images/home/b2.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(3) {
  background: url(../images/home/b3.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(4) {
  background: url(../images/home/b4.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(1) {
  background: url(../images/home/b1-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(2) {
  background: url(../images/home/b2-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(3) {
  background: url(../images/home/b3-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(4) {
  background: url(../images/home/b4-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:after {
  content: '';
  width: 40px;
  height: 18px;
  display: block;
  background: url(../images/home/down.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -15px;
  left: 43%;
}
.home-data-center .data-center-content {
  display: none;
}
.home-data-center .data-center-content.active {
  display: flex;
  flex-direction: column;
}
.home-data-center .data-center-content.active .data-center-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26.06px;
  color: #333;
  margin-bottom: 45px;
  padding-left: 10px;
}
.home-data-center .data-center-content.active .data-center-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  grid-gap: 45px 0;
}
.home-data-center .home-data-center-content {
  display: flex;
  justify-content: center;
  width: 1240px;
  height: 320px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto;
  padding: 30px 20px;
}
.home-data-center .home-data-center-content .data-center-item-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-title {
  margin-bottom: 20px;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-item-box-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-item-box-data .data-center-item {
  width: 380px;
  height: 88px;
}
.home-data-center .home-data-center-content .data-center-item {
  width: 600px;
  display: flex;
  align-items: center;
  grid-gap: 36px;
}
.home-data-center .home-data-center-content .data-center-item .item-icon {
  width: 80px;
  height: 80px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.06px;
  color: #333;
  margin-bottom: 10px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-subtitle {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-tags {
  display: flex;
  align-items: center;
  grid-gap: 10px ;
}
.home-data-center .home-data-center-content .data-center-item .tag {
  line-height: 25px;
  border-radius: 4px;
  border: 1px solid #2563eb;
  font-size: 14px;
  font-weight: 400;
  color: #2563eb;
  text-align: center;
  padding: 2px 6px;
}
.home-application-scenarios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  color: #fff;
  /* 标签栏样式 */
}
.home-application-scenarios .home-application-scenarios-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
  width: 1280px;
}
.home-application-scenarios .tab {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.home-application-scenarios .tab.active {
  color: #2563eb;
  font-weight: bold;
}
.home-application-scenarios .tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #2563eb;
  transition: opacity 0.3s ease;
}
.home-application-scenarios .tab.active .tab-indicator {
  height: 4px;
  opacity: 1;
}
.home-application-scenarios .home-application-scenarios-content {
  display: none;
  width: 100%;
  height: 519px;
  overflow: hidden;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-box {
  display: flex;
  grid-gap: 76px;
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left {
  width: 280px;
  height: 519px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .left-content {
  width: 240px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  margin-bottom: 15px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-subtitle {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-list {
  position: relative;
  z-index: 99;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  padding-left: 35px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-list:before {
  content: '';
  background: url(../images/home/line.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 379px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item {
  width: 220px;
  line-height: 59px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item:hover {
  background: linear-gradient(270deg, rgba(240, 247, 255, 0), rgba(221, 235, 255, 0.3));
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item.active {
  background: #3385ff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right {
  display: none;
  width: 800px;
  flex-direction: column;
  justify-content: center;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .right-box-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .right-box-content-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 12px 16px;
  width: 600px;
  margin-top: 30px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag {
  line-height: 28px;
  text-align: center;
  opacity: 1;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  width: 260px;
  height: 48px;
  border-radius: 4px;
  color: #64698b;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag img {
  width: 30px;
  height: 30px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns {
  display: flex;
  align-items: center;
  grid-gap: 26px;
  margin-top: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn {
  border-radius: 4px;
  width: 160px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn1 {
  color: #fff;
  background: #2563eb;
  border: 1px solid #1d78ff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn1:hover {
  border-radius: 4px;
  background: rgba(37, 99, 235, 0.8);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn2 {
  color: #1d78ff;
  background: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn2:hover {
  border-radius: 4px;
  background: #2563eb;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #2563eb;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(3) {
  background: url(../images/home/e1-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(4) {
  background: url(../images/home/e2-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(5) {
  background: url(../images/home/e3-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(6) {
  background: url(../images/home/e4-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(7) {
  background: url(../images/home/e5-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(8) {
  background: url(../images/home/e6-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content.active {
  display: flex;
}
.aiValue-content {
  padding: 60px 0;
  background: #f4f7fc;
}
.aiValue-content .aiValueAdvWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 30px;
  width: 1280px;
  margin: 0 auto;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem {
  width: 620px;
  height: 185px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock .aiValueAdvLogoContainer,
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock .aiValueAdvLogoImg {
  width: 100px;
  height: 100px;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock .aiValueAdvInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 24px;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock .aiValueAdvTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: #333333;
}
.aiValue-content .aiValueAdvWrapper .aiValueAdvItem .aiValueAdvBlock .aiValueAdvDesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.96px;
  color: #666;
  margin-top: 12px;
  max-width: 440px;
}
.ai-application-scenarios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.ai-application-scenarios .ai-application-scenarios-tabs {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.ai-application-scenarios .ai-application-scenarios-tabs .tab {
  font-size: 28px;
  font-weight: 400;
  line-height: 40.54px;
  position: relative;
  padding: 12px 24px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
}
.ai-application-scenarios .ai-application-scenarios-tabs .tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1890ff;
  transition: all 0.3s ease;
}
.ai-application-scenarios .ai-application-scenarios-tabs .tab.active .tab-indicator {
  height: 3px;
}
.ai-application-scenarios .active {
  display: flex !important;
}
.ai-application-scenarios .ai-application-scenarios-content {
  display: none;
  align-items: center;
  grid-gap: 30px;
}
.ai-application-scenarios .ai-application-scenarios-item {
  width: 296px;
  height: 335px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.ai-application-scenarios .item-img {
  width: 200px;
  height: 200px;
}
.ai-application-scenarios .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 34.75px;
  color: #333333;
}
.home-partner .content-wrap {
  width: 1280px;
}
.home-partner .partner-box img {
  margin: 0 0 25px;
  width: 227px;
  height: 98px;
}
.home-team {
  margin-top: 0;
  padding: 60px 0;
}
.home-team .content-wrap {
  width: 1280px;
}
.home-team .content-wrap .team-top-right-b2 {
  margin: 16px 0 16px 0 !important;
}
.home-team .content-wrap .team-top-right-b2 h2 {
  font-size: 24px !important;
}
.home-team .content-wrap .team-top-right-b2 p {
  font-size: 16px !important;
  line-height: 28px !important;
  margin: 0 0 0 56px !important;
  text-indent: 30px !important;
}
.home-team .content-wrap .team-top-right {
  width: 685px !important;
}
.home-news {
  margin-top: 0;
}
.home-news .content-wrap {
  width: 1280px;
}
.home-news .content-wrap .home-news-bottom-left {
  width: 340px;
  margin-right: 30px;
}
.home-news .content-wrap .home-news-bottom-center {
  width: 400px;
}
.home-news .content-wrap .home-news-bottom-right {
  width: 400px;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background: #2563eb !important;
}
/*# sourceMappingURL=home.css.map */
