.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;
}
.tr-home {
  min-width: 1200px;
  cursor: default;
}
.tr-home .wx-product-summary {
  background: #F9FAFB;
  padding-bottom: 80px;
}
.tr-home .wx-product-summary-content {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
  align-items: center;
  width: 1120px;
}
.tr-home .wx-product-summary-text {
  width: 520px;
  margin-right: 80px;
}
.tr-home .wx-product-summary-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 34px;
}
.tr-home .wx-product-summary-text p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.tr-home .wx-product-summary-text h5 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
}
.tr-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;
}
.tr-home .wx-product-summary-text h6 span {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #00A4C5;
}
.tr-home .wx-product-summary-video {
  width: 520px;
  height: 330px;
  background-color: #00254e;
  overflow: hidden;
  border-radius: 8px;
}
.tr-home .content-nav {
  display: flex;
  border-bottom: 1px solid rgba(204, 212, 226, 0.5);
  box-shadow: 0 0.5px 15px #ccd4e2;
}
.tr-home .content-nav .wrapper {
  display: flex;
}
.tr-home .content-nav .wrapper a {
  display: inline-block;
  width: calc(100% / 6);
  height: 64px;
  color: #666;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.tr-home .content-nav .wrapper a:hover {
  color: #000;
  border-bottom: 2px solid #00a4c5;
}
.tr-home .title {
  padding-top: 80px;
  color: #1a1b20;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.53px;
  text-align: center;
}
.tr-home h4 {
  color: #000;
  font-size: 16px;
  line-height: 42px;
}
.tr-home p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.tr-home .animate-show {
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s linear 1s;
}
.tr-home .animate-show-end {
  transform: translateY(0);
  opacity: 1;
}
.tr-home .np-demand {
  overflow: hidden;
  width: 1184px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.tr-home .np-demand-content {
  margin-top: 8px;
  line-height: 20px;
}
.tr-home .np-demand-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.tr-home .np-demand-list-item {
  width: 384px;
  border-radius: 8px;
  background-color: #F9FAFB;
  margin-right: 16px;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
}
.tr-home .np-demand-list-item .name {
  font-size: 18px;
  color: #1A1B20;
  text-align: center;
  padding-top: 16px;
}
.tr-home .np-demand-list-item > span {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: #00A4C5;
  margin-top: 16px;
  margin-bottom: 5px;
}
.tr-home .np-demand-list-item .desc {
  font-size: 14px;
  color: #666;
  padding-top: 16px;
  text-align: left;
}
.tr-home .np-demand-list-item img {
  width: 64px;
}
.tr-home .np-demand-list-item:last-child {
  margin-right: 0;
}
.tr-home .np-demand-list-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.tr-home .np-advantage {
  background: #F9FAFB;
  width: 100%;
}
.tr-home .np-advantage .np-demand-list {
  width: 1184px;
  margin: auto;
}
.tr-home .np-advantage .np-demand-list .np-demand-list-item {
  background-color: white;
}
.tr-home .np-summary {
  padding-bottom: 80px;
  overflow: hidden;
  background: #F9FAFB;
}
.tr-home .np-summary-main {
  width: 1184px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  padding: 32px 55px;
  box-sizing: border-box;
  border-radius: 16px;
}
.tr-home .np-summary-main img {
  width: 1074px;
  margin: 24px auto;
}
.tr-home .np-summary-title {
  width: 1184px;
  margin: auto;
  padding-top: 80px;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}
.tr-home .np-summary-text {
  width: 1184px;
  margin: 0 auto;
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.tr-home .np-summary-text2 {
  width: 1184px;
  margin: 0 auto;
  margin-top: 40px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.tr-home .np-ability {
  overflow: hidden;
}
.tr-home .np-ability-title {
  width: 1184px;
  margin: auto;
  padding-top: 80px;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}
.tr-home .np-ability-text {
  width: 1184px;
  margin: 0 auto;
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px;
}
.tr-home .np-ability-tabs {
  width: 1184px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.tr-home .np-ability-tabs a {
  padding: 24px 0;
  text-align: center;
  width: 33.3%;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.tr-home .np-ability-tabs a.cur,
.tr-home .np-ability-tabs a:hover {
  color: #00A4C5;
  border-bottom: 2px solid #00A4C5;
}
.tr-home .np-ability-content {
  background: #F9FAFB;
}
.tr-home .np-ability-content ul {
  width: 1184px;
  margin: 0 auto;
  display: none;
}
.tr-home .np-ability-content ul:first-child {
  display: flex;
}
.tr-home .np-ability-content ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px 0 80px 0;
}
.tr-home .np-ability-content ul li .text {
  padding-right: 47px;
}
.tr-home .np-ability-content ul li .text h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-bottom: 16px;
}
.tr-home .np-ability-content ul li .text span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.tr-home .np-ability-content ul li img {
  width: 786px;
}
.tr-home .np-hezuo {
  padding-bottom: 80px;
}
.tr-home .np-hezuo .hezuo-body {
  width: 1184px;
  margin: auto;
  display: flex;
  padding-top: 40px;
}
.tr-home .np-hezuo .hezuo-body-item {
  width: 584px;
  background: #F9FAFB;
  border-radius: 8px;
  padding: 40px 34px 34px 34px;
}
.tr-home .np-hezuo .hezuo-body-item span {
  padding-bottom: 27px;
  display: block;
  height: 110px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.tr-home .np-hezuo .hezuo-body-item:nth-child(1) {
  margin-right: 16px;
}
.tr-home .np-case {
  background: #F9FAFB;
  padding-bottom: 80px;
  overflow: hidden;
}
.tr-home .np-case-title {
  width: 1184px;
  margin: auto;
  padding-top: 80px;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}
.tr-home .np-case-list {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-top: 72px;
}
.tr-home .np-case-list-item {
  width: 320px;
  margin-right: 80px;
  cursor: pointer;
}
.tr-home .np-case-list-item:last-child {
  margin-right: 0;
}
.tr-home .np-case-list-item img {
  width: 320px;
  height: 194px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
}
.tr-home .np-case-list-item .box {
  padding: 16px 8px;
  position: relative;
}
.tr-home .np-case-list-item .name {
  font-size: 16px;
  color: #1A1B20;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.tr-home .np-case-list-item .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.tr-home .np-case-list-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  backdrop-filter: blur(8px);
}
.tr-home .np-case-list-item:hover img {
  transform: scale(1.2);
}
.tr-home .np-case-list-item:hover .name {
  color: #00A4C5;
}
.tr-home .np-case-list-item:hover .desc {
  color: #1A1B20;
}
.tr-home .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;
}
.tr-home .slideInUp {
  animation-name: floats;
  animation-duration: 0.5s;
}
.tr-home .slideInUp-small {
  animation-name: bubble;
  animation-duration: 0.5s;
}
.tr-home .product-recommend {
  background: #fff;
  padding: 80px 0;
  height: auto;
}
.tr-home .product-recommend-title {
  font-weight: 500;
}
.tr-home .product-recommend-content {
  margin-top: 40px;
}
.solution-sy {
  width: 100%;
  min-width: 1184px;
  height: 371px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/74b66bf433b1eb472b2de61e5c632cbb.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.solution-sy .sy-body {
  width: 100%;
}
.solution-sy h1 {
  text-align: center;
  font-size: 32px;
  color: #1A1B20;
  line-height: 46px;
  padding-bottom: 28px;
}
.solution-sy .zzm99999 {
  text-align: center;
  font-size: 32px;
  color: #1A1B20;
  line-height: 46px;
  padding-bottom: 28px;
}
.solution-sy div.button {
  text-align: center;
}
.solution-sy div.button a {
  display: inline-block;
  width: 270px;
  height: 58px;
  font-size: 24px;
  line-height: 56px;
  background-color: #00A4C5;
  text-align: center;
  color: white;
  border-radius: 8px;
}
.solution-sy div.button a:hover {
  color: #00A4C5;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .tr-home .np-summary {
    padding-bottom: 46px;
  }
  .tr-home .np-summary-title {
    width: 100%;
    padding-top: 0;
  }
  .tr-home .np-summary-text {
    width: 100%;
    padding: 26px;
    margin-top: 0;
  }
  .tr-home .np-summary-main {
    width: auto;
    margin: 0 26px;
    padding: 0;
  }
  .tr-home .np-summary-text2 {
    margin: 0;
    padding: 26px;
    width: 100%;
  }
}

