.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-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;
}
.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;
}
.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;
}
.falcon {
  min-width: 1200px;
  cursor: default;
}
.falcon .np-case {
  background-color: white;
}
.falcon .title {
  color: #1a1b20;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  width: 1184px;
  margin: auto;
}
.falcon .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-top: 8px;
  text-align: left;
  width: 1184px;
  margin: auto;
}
.falcon h4 {
  color: #000;
  font-size: 16px;
  line-height: 42px;
}
.falcon p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.falcon .animate-show {
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s linear 1s;
}
.falcon .animate-show-end {
  transform: translateY(0);
  opacity: 1;
}
.falcon .container {
  width: 1200px;
}
.falcon .falcon-allpro {
  padding: 80px 0;
  overflow: hidden;
  background: #f7f9fc;
}
.falcon .falcon-allpro .allpro {
  width: 1184px;
  margin: auto;
  margin-top: 40px;
}
.falcon .falcon-allpro .allpro ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.falcon .falcon-allpro .allpro ul li {
  width: 580px;
  height: 245px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/90f32c1facc989c2dfec36ab3ff1444c.png);
  background-size: cover;
  margin-right: 24px;
  padding-left: 32px;
  padding-top: 24px;
  font-size: 0;
  box-shadow: 0 10px 20px 0 #F3F3F3;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.falcon .falcon-allpro .allpro ul li::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 100px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/34c346f64532435333ed603a2017de7b.png);
  background-size: 100% 100%;
  right: 32px;
  top: 24px;
}
.falcon .falcon-allpro .allpro ul li:nth-child(2n) {
  margin-right: 0;
}
.falcon .falcon-allpro .allpro ul li:nth-child(2) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/36cffc93631e5bff919de9a708f58c5d.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(2)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/b06a884827f7365e1f832b06b4f9097c.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(3) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/c0f3e1d02eeceafa315dc43eb469da50.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(3)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/6ef4b48d594a1f84a3accaf483bb1774.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(4) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/0e70d04b8129c0f2f1aee87085552040.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(4)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/247642673411515d1425be31d2b7bd28.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(5) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/2084d5b2625641f152f2b3d8814d6b5f.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(5)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/77319ec26e0d959a2972a70078c2528e.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(6) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/6f08372c5d74ae124d083734856b1bf0.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(6)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1cc575291c3c6a6e331578e5230d14e3.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(7) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/8df715cd1c9682c77723622303de69d9.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(7)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/21549b2be22f0a2a5d0112384f6da14a.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(8) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/364050ef986d0fbe752b9b08ebfecc0c.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(8)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e2ec3c82b2be8731a2e42b2c2a89e3f5.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(9) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/551c422a4c373ed095c85f52bca11fb0.png);
}
.falcon .falcon-allpro .allpro ul li:nth-child(9)::after {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/501dae0baa94d38aaedef03c10d62886.png);
}
.falcon .falcon-allpro .allpro ul li .label {
  height: 24px;
  color: white;
  font-size: 12px;
  padding: 0 20px;
  line-height: 24px;
  background: #00A4C5;
  border-radius: 4px;
  display: inline-block;
}
.falcon .falcon-allpro .allpro ul li .tit {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 34px;
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.falcon .falcon-allpro .allpro ul li .tit span {
  display: inline-block;
  height: 20px;
  background: #EE7773;
  padding: 0 8px;
  border-radius: 10px 10px 10px 0;
  color: white;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-left: 10px;
}
.falcon .falcon-allpro .allpro ul li .tit span.new {
  background: #FDB33C;
}
.falcon .falcon-allpro .allpro ul li .desc {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  padding-top: 8px;
}
.falcon .falcon-allpro .allpro ul li .cat {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
}
.falcon .falcon-allpro .allpro ul li .cat span {
  width: 33%;
  font-weight: 400;
  font-size: 16px;
  color: #1A1B20;
  line-height: 34px;
  padding-left: 16px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/cee722a5189a8aaaa9e58786b822b3ed.png) left center no-repeat;
  background-size: auto 12px;
}
.falcon .falcon-allpro .allpro ul li .cat.w50 span {
  width: 50%;
}
.falcon .falcon-allpro .allpro ul li .cat.w100 span {
  width: 100%;
}
.falcon .falcon-allpro .allpro ul li .cat.sr-w33 span {
  width: 28%;
}
.falcon .falcon-allpro .allpro ul li .cat.sr-w33 span:nth-child(1),
.falcon .falcon-allpro .allpro ul li .cat.sr-w33 span:nth-child(4) {
  width: 44%;
}
.falcon .falcon-allpro .allpro ul li a {
  position: absolute;
  width: 106px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #B7E5EF;
  right: 32px;
  bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #00A4C5;
  line-height: 28px;
  text-align: center;
}
.falcon .falcon-allpro .allpro ul li a:hover {
  border: 1px solid #00A4C5;
  background: #00A4C5;
  color: white;
}
.falcon .falcon-allnews .title {
  padding-bottom: 40px;
}
.falcon .falcon-allnews .allnews {
  width: 100%;
  background: #f7f9fc;
}
.falcon .falcon-allnews .allnews ul {
  width: 1184px;
  margin: auto;
  padding: 80px 0;
  display: flex;
}
.falcon .falcon-allnews .allnews ul dl {
  position: relative;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(1) {
  width: 384px;
  height: 440px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/f705e7539d66f8b7a78b41c285a92f09.png) center bottom no-repeat;
  background-size: 100% auto;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
  padding: 60px 60px 0 32px;
  box-sizing: border-box;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(1) .tit {
  font-size: 24px;
  padding-bottom: 32px;
  color: white;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(1) .desc {
  font-weight: 400;
  font-size: 18px;
  color: white;
  line-height: 28px;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(1) a {
  position: absolute;
  bottom: 60px;
  left: 32px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #00A4C5;
  text-align: center;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd {
  transition: all;
  transition-duration: 0.5s;
  width: 376px;
  height: 208px;
  border-radius: 8px;
  overflow: hidden;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/b1928c60920221f7ce0fdbe896eff9dd.png) center center no-repeat;
  background-size: cover;
  padding: 32px 24px;
  box-sizing: border-box;
  position: relative;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd:nth-child(2) {
  margin-left: 24px;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/b2d5cdbc1098f1125f5cba5545d32b2f.png);
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd:nth-child(3) {
  margin-top: 24px;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/eb6cef5ab4b1c97085be11c6a5c66eb6.png);
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd:nth-child(4) {
  margin-top: 24px;
  margin-left: 24px;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/f437d526000f6e1a76085123933d74d6.png);
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd .tit {
  font-weight: 500;
  font-size: 18px;
  color: #1A1B20;
  line-height: 24px;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-top: 16px;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd .label {
  position: absolute;
  left: 24px;
  bottom: 32px;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd .label span {
  padding: 0 12px;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #B7E5EF;
  font-size: 14px;
  color: #00A4C5;
  text-align: center;
  transition: all;
  transition-duration: 0.5s;
  margin-right: 10px;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd .label span:hover {
  border: 1px solid #00A4C5;
  color: white;
  background-color: #00A4C5;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd a {
  height: 100%;
}
.falcon .falcon-allnews .allnews ul dl:nth-child(2) dd:hover {
  box-shadow: 0px 4px 10px 0px #F3F3F3;
}
.falcon .falcon-highlights {
  width: 100%;
  padding: 80px 0;
  background: white;
}
.falcon .falcon-highlights .np-demand-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.falcon .falcon-highlights .np-demand-list-item {
  width: 384px;
  border-radius: 8px;
  background-color: #F9FAFB;
  margin-right: 16px;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
}
.falcon .falcon-highlights .np-demand-list-item .name {
  font-size: 18px;
  color: #1A1B20;
  text-align: center;
  padding-top: 16px;
  font-weight: 500;
}
.falcon .falcon-highlights .np-demand-list-item > span {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: #00A4C5;
  margin-top: 16px;
  margin-bottom: 5px;
}
.falcon .falcon-highlights .np-demand-list-item .desc {
  font-size: 14px;
  color: #666;
  padding-top: 16px;
  text-align: left;
}
.falcon .falcon-highlights .np-demand-list-item img {
  height: 85px;
}
.falcon .falcon-highlights .np-demand-list-item:last-child {
  margin-right: 0;
}
.falcon .falcon-highlights .np-demand-list-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.falcon .slideInUp {
  animation-name: floats;
  animation-duration: 0.5s;
}
.falcon .slideInUp-small {
  animation-name: bubble;
  animation-duration: 0.5s;
}

