.resource-recommend {
  padding: 80px 0 120px 0;
  background: #f7f9fc;
}
.resource-recommend-moduleTitle {
  color: #1a1b20;
  font-size: 32px;
  letter-spacing: 0.53px;
  text-align: center;
}
.resource-recommend-container {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
  width: 1184px;
  margin: auto;
}
.resource-recommend-download {
  width: 584px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-download-item {
  display: flex;
  justify-content: space-between;
  width: 584px;
  height: 24px;
  margin-top: 16px;
  cursor: pointer;
}
.resource-recommend-download-item #btn {
  width: 48px;
  height: 24px;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-align: center;
  background: none;
  border: 1px solid #0daade;
  outline: none;
}
.resource-recommend-download-item .item-title {
  width: 422px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resource-recommend-download-item .item-title:hover {
  color: #00a4c5;
}
.resource-recommend-download-item .item-title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 3px 24px;
  background: #b3b5bd;
}
.resource-recommend-news {
  width: 584px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-news-date {
  margin-right: 24px;
  color: #9ca1ad;
  line-height: 24px;
  letter-spacing: 0.12px;
  cursor: pointer;
}
.resource-recommend-titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
}
.resource-recommend-titleContainer .resource-recommend-title {
  display: flex;
  height: 28px;
  margin: 16px 0;
  color: #1a1b20;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.resource-recommend-titleContainer span {
  display: block;
  width: 3px;
  height: 24px;
  margin: 2px 21px 2px 0;
  background: #00a4c5;
}
.resource-recommend-titleContainer a {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  letter-spacing: 0.12px;
}
.resource-recommend-titleContainer a img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.resource-recommend-container {
  margin-top: 40px;
}
.resource-recommend {
  padding-bottom: 80px;
  background: #F9FAFB;
}
.resource-recommend-moduleTitle {
  font-weight: 500;
}
.resource-recommend-titleContainer .resource-recommend-title {
  font-size: 18px;
  font-weight: 500;
}
.resource-recommend-download-item .item-title span {
  margin-right: 10px;
}
.resource-recommend-titleContainer span {
  margin-right: 34px;
}
.resource-recommend-titleContainer a {
  color: #00A4C5;
}
.resource-recommend-titleContainer a img {
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-titleContainer a:hover img {
  transform: translateX(4px);
}
.resource-recommend-download-item .item-title {
  color: #666;
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-download-item .item-title:hover {
  color: #00A4C5;
}
.resource-recommend-news-date {
  color: #c1c1c1;
}
.resource-recommend-download-item #btn {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #00A4C5;
  color: #00A4C5;
  border-radius: 4px;
  transition: all;
  transition-duration: 0.5s;
}
.resource-recommend-download-item #btn:hover {
  color: white;
  background-color: #00A4C5;
}
.resource-recommend-news,
.resource-recommend-download {
  border: none;
  border-radius: 8px;
}
.resource-recommend-titleContainer {
  border-bottom: 1px solid #f3f3f3;
}
.product-recommend {
  height: 487px;
  padding: 120px 0;
}
.product-recommend-container {
  min-width: 920px;
  max-width: 1160px;
  margin: 0 auto;
}
.product-recommend-title {
  height: 48px;
  color: #1a1b20;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.53px;
  text-align: center;
}
.product-recommend-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.product-recommend-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 142px;
  border-radius: 8px;
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(50%);
}
.product-recommend-card-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 0.3s;
}
.product-recommend-card-title {
  position: absolute;
  top: 26px;
  left: 32px;
  height: 34px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.product-recommend-card-desc {
  position: absolute;
  top: 59px;
  left: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}
.product-recommend-card-more {
  position: absolute;
  top: 93px;
  left: 32px;
  display: block;
  width: 90px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 12px;
  transition: 0.3s;
}
.product-recommend-card-more:hover {
  color: #00a4c5;
  background-color: #fff;
}
.product-recommend {
  background: #fff;
  padding: 80px 0;
  height: auto;
}
.product-recommend-card {
  width: 384px;
  height: auto;
  margin-right: 16px;
}
.product-recommend-card:last-child {
  margin-right: 0;
}
.product-recommend-card:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
  transform: translateY(-4px);
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(100%);
  opacity: 0.6;
}
.product-recommend-card:hover .product-recommend-card-title {
  color: #00A4C5;
}
.product-recommend-card:hover .product-recommend-card-desc {
  color: #1A1B20;
}
.product-recommend-card-img {
  background-color: white;
}
.product-recommend-card-img img {
  display: block;
}
.product-recommend-card-more {
  border-color: #00A4C5;
  color: #00A4C5;
  box-sizing: border-box;
  top: auto;
  bottom: 32px;
  border-radius: 8px;
}
.product-recommend-card-more:hover {
  background-color: #00A4C5;
  color: white;
}
.product-recommend-title {
  font-weight: 500;
  height: 46px;
  line-height: 46px;
}
.product-recommend-card-title {
  color: #1A1B20;
  top: 32px;
}
.product-recommend-card-desc {
  color: #666;
  top: 64px;
}
.product-recommend-content {
  margin-top: 40px;
  justify-content: flex-start;
}
.product-recommend-container {
  max-width: 1184px;
  min-width: auto;
}
.product-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.product-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.product-banner-text {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.product-banner-text h2 {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 46px;
  line-height: 65px;
}
.product-banner-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  opacity: 0.6;
}
.product-banner-btn {
  display: block;
  width: 160px;
  height: 44px;
  margin-top: 57px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.product-banner-btn:hover {
  color: #00a4c5;
  background-color: #fff;
}
.temp-banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.temp-banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.temp-banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 180px 600px 0 0;
  transform: translateX(-50%);
}
.temp-banner .banner-body h1 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.temp-banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.temp-banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 18px;
  line-height: 24px;
}
.temp-banner .banner-body div.text-2 {
  padding-top: 24px;
  color: #666;
  font-size: 14px;
}
.temp-banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 54px;
}
.temp-banner .banner-body div.button a {
  box-sizing: border-box;
  height: 32px;
  margin-right: 30px;
  padding: 0 40px;
  color: #00A4C5;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00A4C5;
  border-radius: 4px;
  cursor: pointer;
}
.temp-banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.temp-banner .banner-body div.button a:nth-child(1) {
  color: white;
  background: #00A4C5;
}
.content-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(204, 212, 226, 0.5);
  box-shadow: 0 0.5px 15px #ccd4e2;
  position: sticky;
  top: 70px;
  z-index: 9;
  background: white;
}
.content-nav .wrapper a {
  display: inline-block;
  width: 224px;
  height: 64px;
  color: #666;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.content-nav .wrapper a:hover {
  color: #000;
  border-bottom: 2px solid #00a4c5;
}
.footer-product {
  height: 116px;
  background: #00A4C5;
  position: fixed;
  left: 0;
  bottom: -116px;
  width: 100%;
  z-index: 10;
}
.footer-product .fp-body {
  width: 1184px;
  margin: auto;
  height: 116px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
}
.footer-product .fp-body .logo {
  width: 60%;
  display: flex;
}
.footer-product .fp-body .logo img {
  width: 84px;
  height: 84px;
}
.footer-product .fp-body .logo .info {
  padding-left: 24px;
}
.footer-product .fp-body .logo .info .title {
  padding-top: 13px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-product .fp-body .logo .info .desc {
  padding-top: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.6;
}
.footer-product .fp-body .btn {
  text-align: right;
  padding-top: 18px;
  width: 40%;
}
.footer-product .fp-body .btn a {
  display: inline-block;
  width: 136px;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  color: #00A4C5;
  line-height: 46px;
  border: 1px solid #00A4C5;
}
.page_header_container .nav .content {
  position: relative;
}
.ai-home {
  min-width: 1200px;
  cursor: default;
  margin-top: -70px;
}
.ai-home .ai-banner {
  width: 100%;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/61e4c24196a3dbb72b6f1b56e913c8f9.png) center top no-repeat;
  background-size: auto 1586px;
  padding-top: 770px;
}
.ai-home .ai-banner-nav {
  width: 1180px;
  margin: auto;
  display: flex;
}
.ai-home .ai-banner-nav-item {
  width: 212px;
  height: 110px;
  margin-right: 30px;
  background-size: 100% 100%;
  color: rgba(26, 27, 32, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}
.ai-home .ai-banner-nav-item:nth-child(1) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/4e5e7e4d376587587184e0a9e5d75f70.png);
}
.ai-home .ai-banner-nav-item:nth-child(2) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/12342d66a8e615253a2b11e90dc6cda0.png);
}
.ai-home .ai-banner-nav-item:nth-child(3) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/6a4ad677ab7da678e01ff2d0e4768ad9.png);
}
.ai-home .ai-banner-nav-item:nth-child(4) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/0785e5fb46159600966f41db56c5c609.png);
}
.ai-home .ai-banner-nav-item:nth-child(5) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/6a4ad677ab7da678e01ff2d0e4768ad9.png);
  margin-right: 0;
}
.ai-home .multi-agent {
  width: 1184px;
  padding-top: 100px;
  margin: auto;
}
.ai-home .multi-agent .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding-bottom: 80px;
}
.ai-home .multi-agent .pic img {
  display: block;
}
.ai-home .multi-agent.multi-agent-new {
  width: 100%;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/883a59d233774c217e60ccae463c479c.png) center top no-repeat;
  background-size: auto 100%;
}
.ai-home .multi-agent.multi-agent-new .pic {
  width: 1184px;
  margin: auto;
  padding-bottom: 76px;
}
.ai-home .sec-l3l4 {
  width: 100%;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/f15be5cca23ff22b924430ca838f374c.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 64px;
  margin-top: 120px;
}
.ai-home .sec-l3l4 .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding: 80px 0;
}
.ai-home .sec-l3l4 .content {
  width: 1180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.ai-home .sec-l3l4 .content-item {
  width: 370px;
  height: 182px;
  margin-right: 35px;
  margin-bottom: 36px;
  background-size: 439px 230px;
  background-position: -34px -29px;
  box-shadow: 0 8px 36px 0 rgba(47, 43, 107, 0.15);
  border-radius: 18px;
  box-sizing: border-box;
  padding: 58px 26px 0 26px;
  font-size: 20px;
  color: #444;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.ai-home .sec-l3l4 .content-item::after {
  content: "";
  width: 80px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/1daf41870dbd7805d0ed935c09a3394d.png);
  background-size: 100% 100%;
}
.ai-home .sec-l3l4 .content-item:nth-child(3n) {
  margin-right: 0;
}
.ai-home .sec-l3l4 .content-item:nth-child(1) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/cb75aa0ca692a53929c84ec23b0d3622.png);
}
.ai-home .sec-l3l4 .content-item:nth-child(2) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/ee8e43d75a370d2ef3fea1f4a0b68a92.png);
}
.ai-home .sec-l3l4 .content-item:nth-child(3) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/75bc549554c2df3d0d8074b6a327ce00.png);
}
.ai-home .sec-l3l4 .content-item:nth-child(4) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/75bc549554c2df3d0d8074b6a327ce00.png);
}
.ai-home .sec-l3l4 .content-item:nth-child(5) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/87506a3213d11510be2d2825de420e73.png);
}
.ai-home .sec-l3l4 .content-item:nth-child(6) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/ee8e43d75a370d2ef3fea1f4a0b68a92.png);
}
.ai-home .sec-video {
  width: 100%;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/80d9087b90a566b58c994a818172612a.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
.ai-home .sec-video .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.ai-home .sec-video .title span {
  font-size: 24px;
  color: #666;
  line-height: 36px;
  padding-top: 20px;
  display: block;
  font-weight: normal;
}
.ai-home .sec-video .video {
  width: 1104px;
  height: 621px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.ai-home .sec-video .video video {
  width: 100%;
  height: 100%;
  display: block;
}
.ai-home .sec-video .video img {
  width: 69px;
  height: 69px;
  cursor: pointer;
}
.ai-home .sec-scene {
  width: 100%;
  padding-bottom: 120px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/b7334b4a79f98fd71ed859dbc90d3639.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 120px;
}
.ai-home .sec-scene .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding: 80px 0 38px 0;
}
.ai-home .sec-scene .tabs {
  width: 1184px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 164, 197, 0.1);
  display: flex;
  justify-content: center;
}
.ai-home .sec-scene .tabs-item {
  width: 127px;
  font-size: 24px;
  color: rgba(26, 27, 32, 0.8);
  padding-bottom: 24px;
  line-height: 36px;
  transition: all;
  transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 45px;
}
.ai-home .sec-scene .tabs-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: ;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all;
  transition-duration: 0.2s;
}
.ai-home .sec-scene .tabs-item:hover {
  color: #00A4C5;
}
.ai-home .sec-scene .tabs-item:hover::after {
  background-color: #00A4C5;
}
.ai-home .sec-scene .tabs-item.cur {
  color: #00A4C5;
}
.ai-home .sec-scene .tabs-item.cur::after {
  background-color: #00A4C5;
}
.ai-home .sec-scene .list {
  width: 1184px;
  margin: auto;
  position: relative;
  padding-top: 76px;
}
.ai-home .sec-scene .list .content {
  position: relative;
  width: 9472px;
  left: -2368px;
  display: flex;
}
.ai-home .sec-scene .list .content-item {
  width: 1184px;
  height: 509px;
  background-color: white;
  border-radius: 12px;
  transform: scaleY(0.88) scaleX(0.92);
  padding: 60px;
  box-sizing: border-box;
  transition: all;
  transition-duration: 0.6s;
}
.ai-home .sec-scene .list .content-item .item-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  padding-bottom: 42px;
}
.ai-home .sec-scene .list .content-item .item-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.ai-home .sec-scene .list .content-item .item-box .video {
  width: 484px;
  height: 273px;
  background-color: #000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ai-home .sec-scene .list .content-item .item-box .video video {
  width: 100%;
  height: 100%;
  display: block;
}
.ai-home .sec-scene .list .content-item .item-box .video img {
  width: 65px;
  height: 65px;
}
.ai-home .sec-scene .list .content-item .item-box .text {
  padding-left: 53px;
  flex: 1;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.ai-home .sec-scene .list .content-item.cur {
  transform: scale(1);
}
.ai-home .sec-scene .list .lb-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  /* margin-top: 40px; */
  border-radius: 20px;
  background-color: #F4F4F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px;
  cursor: pointer;
  background-color: #00A4C5;
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/e3884236a8391928bd5f9df00c2fc046.png);
}
.ai-home .sec-scene .list .btn-right {
  right: 10px;
  left: auto;
  background-color: #00A4C5;
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/1fcce2c93a8600739435b0b1943a6ee5.png);
}
.ai-home .sec-evolution {
  width: 100%;
  padding-bottom: 120px;
}
.ai-home .sec-evolution .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding: 80px 0;
}
.ai-home .sec-evolution .list {
  width: 1184px;
  margin: auto;
  display: flex;
}
.ai-home .sec-evolution .list-item {
  width: 270px;
  height: 470px;
  margin-right: 35px;
  background: linear-gradient(to bottom, #B5B3FA, #00A4C5);
  border-radius: 20px;
}
.ai-home .sec-evolution .list-item:last-child {
  margin-right: 0;
}
.ai-home .sec-evolution .list-item-title {
  width: 100%;
  height: 110px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: white;
  text-align: center;
  padding-top: 22px;
  box-sizing: border-box;
}
.ai-home .sec-evolution .list-item dl {
  width: 100%;
  height: 360px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 40%);
  border-radius: 20px;
  box-shadow: 0 8px 36px 0 rgba(47, 43, 107, 0.15);
  padding: 44px 34px;
  box-sizing: border-box;
}
.ai-home .sec-evolution .list-item dl dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.8);
  padding-bottom: 25px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/87488bbd87fd708b55d1febeee5f90b2.png) left 8px no-repeat;
  background-size: 13px auto;
  padding-left: 26px;
}
.ai-home .sec-evolution.sec-evolution-new .list-item {
  width: 374px;
  height: 530px;
}
.ai-home .sec-evolution.sec-evolution-new .list-item-title {
  height: 86px;
  line-height: 86px;
  padding-top: 0;
  font-size: 22px;
}
.ai-home .sec-evolution.sec-evolution-new .list-item dl {
  height: 446px;
}
.ai-home .sec-evolution.sec-evolution-new .list-item dl dd {
  padding-left: 0;
  background: none;
}
.ai-home .sec-data {
  width: 100%;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/a61ba2cc7cec87b8b531af42b5ecff8d.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
.ai-home .sec-data .title {
  font-size: 42px;
  color: rgba(26, 27, 32, 0.8);
  font-weight: bold;
  text-align: center;
  line-height: 63px;
  padding: 80px 0;
}
.ai-home .sec-data .video {
  width: 1184px;
  height: 552px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 20px;
}
.ai-home .sec-data .video img {
  width: 69px;
  height: 69px;
  cursor: pointer;
}
.ai-home .sec-data .list {
  padding-top: 80px;
  width: 1180px;
  display: flex;
  margin: auto;
}
.ai-home .sec-data .list-item {
  width: 370px;
  height: 300px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 8px 36px 0 rgba(47, 43, 107, 0.15);
  margin-right: 35px;
  padding-top: 36px;
  box-sizing: border-box;
  cursor: pointer;
}
.ai-home .sec-data .list-item:last-child {
  margin-right: 0;
}
.ai-home .sec-data .list-item:hover {
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/aeb85fb635aba9d737d82ea0681248a2.png) center center no-repeat;
  background-size: cover;
}
.ai-home .sec-data .list-item.cur {
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/aeb85fb635aba9d737d82ea0681248a2.png) center center no-repeat;
  background-size: cover;
}
.ai-home .sec-data .list-item img {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}
.ai-home .sec-data .list-item .name {
  padding: 14px 0;
  font-size: 24px;
  color: black;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.ai-home .sec-data .list-item .desc {
  font-size: 18px;
  color: #333;
  opacity: 0.8;
  text-align: center;
  line-height: 25px;
}
.template-try-banner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ai-home {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }
  .ai-home .ai-banner {
    background-size: 100% auto;
    padding-top: 200px;
  }
  .ai-home .ai-banner-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ai-home .ai-banner-nav-item {
    margin: 0 10px;
    width: 40%;
    height: 65px;
    font-size: 14px;
    line-height: 65px;
    margin-top: 10px;
  }
  .ai-home .ai-banner-nav-item:nth-child(4) {
    margin-right: 10px;
  }
  .ai-home .multi-agent {
    padding-top: 40px;
    width: 100%;
  }
  .ai-home .multi-agent .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .ai-home .multi-agent .pic,
  .ai-home .multi-agent.multi-agent-new .pic {
    width: 90%;
    margin: auto;
  }
  .ai-home .multi-agent.multi-agent-new .pic {
    padding-bottom: 30px;
  }
  .ai-home .sec-l3l4 {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .ai-home .sec-l3l4 .title {
    font-size: 20px;
    padding: 40px 34px;
    line-height: 30px;
  }
  .ai-home .sec-l3l4 .content {
    width: 100%;
  }
  .ai-home .sec-l3l4 .content-item {
    margin: 10px 20px;
  }
  .ai-home .sec-l3l4 .content-item:nth-child(3n) {
    margin: 10px 20px;
  }
  .ai-home .sec-video .title {
    padding: 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .ai-home .sec-video .title span {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
  }
  .ai-home .sec-video .video {
    width: 320px;
    height: 180px;
  }
  .ai-home .sec-video {
    padding-bottom: 40px;
  }
  .ai-home .sec-scene .title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 40px;
  }
  .ai-home .sec-scene .tabs {
    width: 100%;
  }
  .ai-home .sec-scene .tabs-item {
    font-size: 16px;
    width: 100px;
    margin: 0 20px;
    padding-bottom: 12px;
  }
  .ai-home .sec-scene .list {
    padding-top: 30px;
  }
  .ai-home .sec-scene .list {
    width: 340px;
  }
  .ai-home .sec-scene .list .content-item {
    width: 340px;
    margin-right: 844px;
    padding: 30px;
    height: auto;
  }
  .ai-home .sec-scene .list .content-item .item-title {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .ai-home .sec-scene .list .content-item .item-box {
    flex-direction: column;
  }
  .ai-home .sec-scene .list .content-item .item-box .video {
    width: 100%;
    height: 159px;
  }
  .ai-home .sec-scene .list .content-item .item-box .text {
    padding-left: 0;
    font-size: 12px;
    padding-top: 20px;
    line-height: 20px;
  }
  .ai-home .sec-scene {
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .ai-home .sec-data .title {
    font-size: 20px;
    padding: 40px 34px;
    line-height: 30px;
  }
  .ai-home .sec-data .video {
    width: 340px;
    height: 150px;
  }
  .ai-home .sec-data .list {
    padding-top: 40px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .ai-home .sec-data .list-item {
    width: 340px;
    padding-bottom: 40px;
    height: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .ai-home .sec-data {
    padding-bottom: 40px;
  }
  .ai-home .sec-evolution .title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding: 40px 34px;
  }
  .ai-home .sec-evolution .list {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .ai-home .sec-evolution .list-item {
    margin: auto;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
  }
  .ai-home .sec-evolution .list-item:last-child {
    margin-right: auto;
  }
  .ai-home .sec-evolution.sec-evolution-new .list-item {
    width: 100%;
  }
  .ai-home .sec-evolution.sec-evolution-new .list-item-title {
    font-size: 20px;
  }
  .ai-home .sec-evolution {
    padding-bottom: 20px;
  }
}

