.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;
}
.wx-case {
  padding: 128px 0 120px 0;
}
.wx-case .case-list {
  width: 1200px;
  margin: 48px auto 40px;
}
.wx-case .case-list p.sub-title {
  margin: 12px 0 48px;
}
.wx-case .case-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 528px;
  overflow: hidden;
}
.wx-case .case-list li {
  width: 280px;
  height: 244px;
  margin-bottom: 40px;
}
.wx-case .case-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.wx-case .case-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 280px;
  height: 168px;
  background-color: rgba(157, 162, 165, 0.2);
}
.wx-case .case-list li img {
  position: relative;
  width: 100%;
  height: 168px;
  margin-bottom: -8px;
  background-color: #000;
}
.wx-case .case-list li p {
  height: 76px;
  padding: 16px 20px;
  color: #1a1b20;
  font-size: 16px;
  border: 1px solid #dfe1e6;
}
.wx-case-btn {
  width: 1200px;
  margin: 0 auto;
}
.wx-case-btn a {
  position: relative;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #00a4c5;
  border: 1px solid #00a4c5;
  outline: none;
  transform: translateX(-50%);
  cursor: pointer;
}
.np-case {
  background: #F9FAFB;
  padding: 80px 0;
  overflow: hidden;
}
.np-case .title {
  width: 1184px;
  margin: auto;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
.np-case-list {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-top: 72px;
}
.np-case-list-item {
  width: 320px;
  margin-right: 80px;
  cursor: pointer;
}
.np-case-list-item:last-child {
  margin-right: 0;
}
.np-case-list-item img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
}
.np-case-list-item .box {
  padding: 16px 8px;
  position: relative;
}
.np-case-list-item .name {
  font-size: 16px;
  color: #1A1B20;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.np-case-list-item .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
}
.np-case-list-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  backdrop-filter: blur(8px);
}
.np-case-list-item:hover img {
  transform: scale(1.2);
}
.np-case-list-item:hover .name {
  color: #00A4C5;
}
.np-case-list-item:hover .desc {
  color: #1A1B20;
}
.np-case-list-item:hover .bg {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.np-case-list-item-four {
  width: 236px;
  margin-right: 64px;
}
.np-case-list-item-four .desc {
  -webkit-line-clamp: 2;
}
.np-case-list-item-four img {
  height: 172px;
}
.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;
}
.wx-product-home {
  min-width: 1200px;
}
.wx-product-home .wrapper {
  width: 1184px;
}
.wx-product-home .np-case {
  background-color: white;
}
.wx-product-home .title {
  color: #1a1b20;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
}
.wx-product-home .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
}
.wx-product-home .wx-product-summary {
  padding: 80px 0;
  width: 1120px;
}
.wx-product-home .wx-product-summary-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
.wx-product-home .wx-product-summary-text {
  width: 520px;
  margin-right: 80px;
}
.wx-product-home .wx-product-summary-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 34px;
}
.wx-product-home .wx-product-summary-text p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.wx-product-home .wx-product-summary-text h5 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
}
.wx-product-home .wx-product-summary-text h6 {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
}
.wx-product-home .wx-product-summary-text h6 span {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #00A4C5;
}
.wx-product-home .wx-product-summary-video {
  width: 520px;
  height: 330px;
  background-color: #00254e;
  overflow: hidden;
  border-radius: 8px;
}
.wx-product-home .wx-product-system {
  width: 100%;
  padding: 80px 0;
  background: #F9FAFB;
}
.wx-product-home .wx-product-system .system-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 36px;
}
.wx-product-home .wx-product-system .system-item {
  display: flex;
  height: 156px;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 0;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.wx-product-home .wx-product-system .system-item:last-child {
  margin-bottom: 0;
}
.wx-product-home .wx-product-system .system-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/eb15412e464d9ac886be547f15d4d90b.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all;
  transition-duration: 0.3s;
}
.wx-product-home .wx-product-system .system-item:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.wx-product-home .wx-product-system .system-item:hover::after {
  opacity: 1;
}
.wx-product-home .wx-product-system .system-icon {
  display: block;
  width: 120px;
  height: 56px;
  align-content: center;
  position: relative;
  z-index: 2;
}
.wx-product-home .wx-product-system .system-icon img {
  width: 56px;
  margin: auto;
  display: block;
}
.wx-product-home .wx-product-system .system-text {
  width: 784px;
  padding: 0 32px;
  border-left: 1px solid #DCF0F5;
  border-right: 1px solid #DCF0F5;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.wx-product-home .wx-product-system .system-text h4 {
  margin-bottom: 8px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.wx-product-home .wx-product-system .system-text p {
  margin-bottom: 16px;
  height: 40px;
  line-height: 20px;
  color: #1A1B20;
  font-size: 14px;
}
.wx-product-home .wx-product-system .system-text ul {
  display: flex;
}
.wx-product-home .wx-product-system .system-text ul li {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #666666;
  line-height: 20px;
  font-size: 14px;
}
.wx-product-home .wx-product-system .system-text ul li span {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #C1C1C1;
}
.wx-product-home .wx-product-system .system-detail {
  width: 276px;
  position: relative;
  z-index: 2;
}
.wx-product-home .wx-product-system .system-btn {
  display: block;
  width: 140px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #00A4C5;
  color: #00A4C5;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  outline: none;
  margin: auto;
  cursor: pointer;
}
.wx-product-home .wx-product-system .system-btn:hover {
  background-color: #00A4C5;
  color: white;
}
.wx-product-home .wx-architecture {
  padding: 80px 0;
}
.wx-product-home .wx-architecture-container {
  margin-top: 40px;
}
.wx-product-home .wx-architecture-img {
  width: 100%;
}
.wx-product-home .wx-architecture-img img {
  display: block;
  margin: auto;
}
.wx-product-home .wx-architecture-text {
  width: 100%;
  padding-top: 24px;
}
.wx-product-home .wx-architecture-text .item {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 16px 0px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wx-product-home .wx-architecture-text .item:last-child {
  margin-bottom: 0;
}
.wx-product-home .wx-architecture-text .item:hover {
  background-color: white;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.wx-product-home .wx-architecture-text .item .icon {
  width: 88px;
}
.wx-product-home .wx-architecture-text .item .icon img {
  display: block;
  margin: auto;
  width: 40px;
}
.wx-product-home .wx-architecture-text .item .text {
  flex: 1;
  box-sizing: border-box;
  padding: 0 24px;
  border-left: 2px solid #F3F3F3;
}
.wx-product-home .wx-architecture-text .item .text h2 {
  font-size: 14px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 20px;
  padding-bottom: 8px;
}
.wx-product-home .wx-architecture-text .item .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.wx-product-home .np-demand {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: #F9FAFB;
}
.wx-product-home .np-demand-list {
  width: 1184px;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  margin: auto;
}
.wx-product-home .np-demand-list-item {
  width: 384px;
  border-radius: 8px;
  background-color: white;
  margin-right: 16px;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.wx-product-home .np-demand-list-item .name {
  font-size: 18px;
  color: #1A1B20;
  text-align: center;
  padding-top: 16px;
}
.wx-product-home .np-demand-list-item > span {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: #00A4C5;
  margin-top: 16px;
  margin-bottom: 5px;
}
.wx-product-home .np-demand-list-item .desc {
  font-size: 14px;
  color: #666;
  padding-top: 16px;
  text-align: left;
}
.wx-product-home .np-demand-list-item img {
  width: 88px;
}
.wx-product-home .np-demand-list-item:last-child {
  margin-right: 0;
}
.wx-product-home .np-demand-list-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.wx-product-home .slideInUp {
  animation-name: floats;
  animation-duration: 0.5s;
}
.wx-product-home .slideInUp-small {
  animation-name: bubble;
  animation-duration: 0.5s;
}

