.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;
}
.recommend {
  height: 903px;
  background: #fff;
}
.recommend.security-service {
  height: 795px;
}
.recommend.security-service .title {
  padding-top: 0;
}
.recommend.ctf-training-service {
  background: #f9fafb;
}
.recommend-content {
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
}
.recommend-card {
  width: 366px;
  height: 478px;
  margin: 0 16px;
  padding: 28px;
  background-color: #f9fafb;
}
.recommend-card.ctf-training-service {
  background: #fff;
}
.recommend-card img {
  width: 310px;
  height: 186px;
  margin-bottom: 28px;
}
.recommend-card h4 {
  height: 66px;
  margin-bottom: 14px;
  padding: 0 14px;
  overflow: hidden;
  color: #1a1b20;
  font-size: 24px;
}
.recommend-card h5 {
  height: 60px;
  margin-bottom: 28px;
  padding: 0 14px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.recommend-card a {
  display: block;
  height: 40px;
  margin: 0 14px;
  color: #00a4c5;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #00a4c5;
}
.recommend-card a:hover {
  color: #fff;
  background-color: #00a4c5;
}
.recommend-more {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 60px;
  margin: 40px auto 0;
  color: #1bacca;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.recommend-more:hover {
  color: #00a4c5;
}
.recommend-more img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.security-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.security-home .container {
  min-width: 920px;
  max-width: 1160px;
  margin: 120px auto;
}
.security-home .description {
  margin-bottom: 60px;
}
.security-home .description-title {
  height: 45px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.security-home .description-content {
  display: flex;
  height: 118px;
  margin-top: 60px;
}
.security-home .description-content-box {
  flex: 1;
}
.security-home .description-content-box-title {
  color: #00a4c5;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.security-home .description-content-box-desc {
  margin-top: 14px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.security-home .description-content-line {
  flex-shrink: 0;
  width: 2px;
  height: 100%;
  margin: 0 81px;
  background: #dcf0f5;
}
.security-home .framework {
  margin: 0 auto 120px;
}
.security-home .framework img.framework-pic {
  height: 759px;
}
.security-home .service-content-wrap {
  width: 100%;
  padding-bottom: 120px;
  background: #f9fafb;
}
.security-home .service-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.security-home .service-content-title {
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.security-home .service-content-desc {
  margin: 14px 0 60px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.security-home .service-content .tab-nav {
  position: relative;
  height: 121px;
  border-bottom: 1px solid #d7d7d7;
}
.security-home .service-content .tab-nav-select {
  display: flex;
  height: 120px;
}
.security-home .service-content .tab-nav-select-item {
  flex: 1;
  color: #666;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.security-home .service-content .tab-nav-select-item.active {
  color: #00a4c5;
}
.security-home .service-content .tab-nav-select-item img {
  width: 68px;
  height: 68px;
}
.security-home .service-content .tab-nav-select-item div {
  margin-top: 14px;
}
.security-home .service-content .tab-nav-ink {
  position: absolute;
  top: 118px;
  width: 240px;
  height: 3px;
  background: #00a4c5;
  transition: 0.2s;
}
.security-home .service-content .tab-content-item {
  display: none;
  width: 1200px;
}
.security-home .service-content .tab-content-item.active {
  display: block;
}
.security-home .service-content .tab-content-item-card {
  display: flex;
  float: left;
  width: 568px;
  height: 254px;
  margin: 28px 12px 0;
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  cursor: default;
  transition: 0.3s;
}
.security-home .service-content .tab-content-item-card:hover {
  box-shadow: 0 0 20px 0 rgba(215, 215, 215, 0.4);
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-left {
  margin-right: 28px;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-left img {
  width: 50px;
  height: 50px;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-right {
  flex: 1;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-right-title {
  color: #00a4c5;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-right-desc {
  height: 124px;
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-right-more > a {
  display: block;
  width: 196px;
  height: 36px;
  padding: 6px;
  color: #00a4c5;
  font-size: 14px;
  text-align: center;
  border: 1px solid #00a4c5;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.security-home .service-content .tab-content-item-card .tab-content-item-card-right-more > a:hover {
  color: #fff;
  background: #00a4c5;
}
.security-home .service-advantage-wrap {
  width: 100%;
  padding: 120px 0;
  background: #fff;
}
.security-home .service-advantage {
  width: 1160px;
  margin: 0 auto;
}
.security-home .service-advantage-title {
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.security-home .service-advantage-content {
  padding-top: 29px;
}
.security-home .service-advantage-content-card {
  float: left;
  width: 566px;
  height: 294px;
  margin-top: 31px;
  background: #f9fafb;
  border-radius: 8px;
  transition: 0.3s;
}
.security-home .service-advantage-content-card:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(215, 215, 215, 0.4);
}
.security-home .service-advantage-content-card:nth-child(2n + 1) {
  margin-right: 24px;
}
.security-home .service-advantage-content-card .title {
  padding: 14px 0;
  color: #1a1b20;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.security-home .service-advantage-content-card .img {
  margin-top: 28px;
  text-align: center;
}
.security-home .service-advantage-content-card .img img {
  width: 88px;
  height: 88px;
}
.security-home .service-advantage-content-card .line {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background: #00a4c5;
}
.security-home .service-advantage-content-card .desc {
  margin: 14px 34px 0;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.security-home .client-case {
  width: 100%;
  padding: 120px 0;
  background: #f9fafb;
}
.security-home .client-case .swiper-container {
  width: 983px;
  height: 344px;
  margin: 0 auto;
  overflow: visible;
}
.security-home .client-case .swiper-container .swiper-wrapper .swiper-slide > a {
  display: flex;
  background: #fff;
  border-radius: 8px;
}
.security-home .client-case .swiper-container .swiper-wrapper .swiper-slide > a img {
  display: block;
  width: 570px;
  height: 344px;
}
.security-home .client-case .swiper-container .swiper-wrapper .swiper-slide > a .description {
  width: 423px;
  height: 344px;
  margin-bottom: 0;
  padding: 28px;
}
.security-home .client-case .swiper-container .swiper-wrapper .swiper-slide > a .description .title {
  padding: 0 0 12px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
.security-home .client-case .swiper-container .swiper-wrapper .swiper-slide > a .description .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.security-home .client-case .swiper-container .swiper-button-prev.swiper-go-prev {
  left: -90px;
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/c3f2606d597f60ab56f0d99529010c90.png);
}
.security-home .client-case .swiper-container .swiper-button-next.swiper-go-next {
  right: -90px;
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/36c0ffe1e5826b35ce09f00b2c095818.png);
}
.security-home .client-case > .title {
  margin: 0 auto 60px;
  padding: 0;
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.security-home .product-recommend {
  background: #f9fafb;
}
.security-home .title {
  padding-top: 120px;
  color: #1a1b20;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 0.53px;
  text-align: center;
}
.security-home .related-information {
  padding-bottom: 120px;
  background: #f9fafb;
}
.security-home .related-information .related-content {
  display: flex;
  justify-content: center;
  padding-top: 85px;
}
.security-home .related-information .related-content li {
  width: 548px;
  height: 245px;
  margin-right: 80px;
  background: #fff;
  border: 1px solid #edeff2;
}
.security-home .related-information .related-content li:last-child {
  margin-right: 0;
}
.security-home .related-information .related-content li a {
  display: block;
  margin-bottom: 16px;
  color: #1a1b20;
  font-size: 14px;
  letter-spacing: 0.44px;
}
.security-home .related-information .related-content li a:last-child {
  margin-bottom: 0;
}
.security-home .related-information .related-content li .related-titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #dfe1e6;
}
.security-home .related-information .related-content li .related-titleContainer .related-title {
  display: flex;
  height: 28px;
  margin: 16px 0;
  color: #1a1b20;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.security-home .related-information .related-content li .related-titleContainer .related-title span {
  display: block;
  width: 3px;
  height: 24px;
  margin: 2px 21px 2px 0;
  background: #0daade;
}
.security-home .related-information .related-content li .related-titleContainer a {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  letter-spacing: 0.12px;
}
.security-home .related-information .related-content li .related-titleContainer a img {
  display: block;
  width: 12px;
  height: 12px;
}
.security-home .related-information .related-content li .related-notices {
  display: flex;
  justify-content: space-between;
  width: 548px;
  height: 24px;
  margin-top: 16px;
  cursor: pointer;
}
.security-home .related-information .related-content li .related-notices:hover .item-title {
  color: #0daade;
}
.security-home .related-information .related-content li .related-notices .item-title {
  width: 415px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.security-home .related-information .related-content li .related-notices .item-title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 3px 24px;
  background: #b3b5bd;
}
.security-home .related-information .related-content li .related-notices #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;
}
.security-home .related-information .related-content li .related-notices .related-date {
  margin-right: 24px;
  color: #9ca1ad;
  line-height: 24px;
  letter-spacing: 0.12px;
  cursor: pointer;
}
.security-home .related-information .related-content li .related-notices:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .security-home .client-case .swiper-container .swiper-button-prev.swiper-go-prev {
    background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/b7e4026183a8e8b645dd96904341880c.png);
  }
  .security-home .client-case .swiper-container .swiper-button-next.swiper-go-next {
    background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/2b4082094b6d43fd88a2e292f4f441ca.png);
  }
}

