﻿.security .security-con {
  max-width: 1400px;
  margin: 0 auto;
}
.security .d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.security .security-consult {
  padding: 30px 0;
  background: url(../image/bg.jpg) center no-repeat;
  background-size: cover;
}
.security .security-consult h5 {
  font-size: 24px;
  margin: 0;
  color: #fff;
}
.security .security-consult .consult-content {
  flex-direction: row;
  justify-content: space-between;
}
.security .security-consult .title p {
  color: #bed7ff;
  font-size: 16px;
  margin: 20px 0;
}
.security .security-consult .title .btn {
  background-color: #fff;
  color: #2167ef;
  border-color: transparent;
  padding: 0 40px;
  border-radius: 3px;
}
.security .security-consult .card {
  background: linear-gradient(to right, #fff, #d4e2fe);
  padding: 20px;
  border-radius: 5px;
  width: 40%;
}
.security .security-consult .card h6 {
  font-size: 24px;
  margin: 0;
}
.security .security-consult .card h6 b {
  color: #ea374c;
}
.security .security-consult .card p {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 572px) {
  .security .security-consult .card {
    margin-top: 20px;
    width: 100%;
  }
  .security .security-consult .card h6 {
    font-size: 18px;
  }
}
.security .security-pro {
  padding: 10px 0 70px;
  background: url(../image/pro-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.security .security-pro .tit1 h2 {
  color: #fff;
}
.security .security-pro .pro-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.security .security-pro .pro-item {
  padding: 15px;
}
.security .security-pro .pro-item:hover .pro-desc {
  margin-top: -10px;
  border-radius: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.security .security-pro .pro-desc {
  height: 100%;
  padding: 25px;
  border-radius: 5px;
  background: #f7faff;
  transition: all 0.5s;
}
.security .security-pro .pro-desc .tit {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
.security .security-pro .pro-desc img {
  height: 40px;
  margin-right: 10px;
}
.security .security-pro .pro-desc p {
  height: 75px;
  overflow-y: scroll;
}
.security .security-pro .pro-desc p::-webkit-scrollbar {
  width: 6px;
}
.security .security-pro .pro-desc p::-webkit-scrollbar-track {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.security .security-pro .pro-desc p::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .security .security-pro {
    padding: 10px 0 40px;
  }
  .security .security-pro .pro-item {
    width: 100% !important;
    padding: 5px;
  }
  .security .security-pro .flex-row {
    margin: 0 -5px;
  }
  .security .security-pro .pro-row {
    display: block;
  }
  .security .security-pro .adv-item {
    padding: 5px;
  }
  .security .security-pro h5 {
    display: inline-block;
  }
  .security .security-pro img {
    height: 28px;
  }
  .security .security-pro .adv-item {
    padding: 5px;
  }
  .security .security-pro .pro-desc {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .security .security-con {
    padding: 0 10px;
    width: 100%;
    display: block;
  }
}
.security-banner {
  background: url(../image/banner.jpg) no-repeat top;
  background-size: 100% 100%;
  padding: 5% 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.security-banner .banner__content_left {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.security-banner .banner__content_left h1 {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  color: #181818;
  margin-top: 0;
}
.security-banner .banner__content_left p {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #181818;
  margin-top: 12px;
}
.security-banner .banner__content_left .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 60%;
  height: 60px;
  margin-top: 36px;
  padding: 0 24px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(248deg, #80b7ff, #006eff);
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.security-banner .banner__content_left .banner-btn img {
  margin-right: 0;
  transition: all 0.5s;
}
.security-banner .banner__content_left .banner-btn:hover {
  background-image: linear-gradient(248deg, #006eff, #006eff);
}
.security-banner .banner__content_left .banner-btn:hover img {
  margin-right: -5px;
  transition: all 0.5s;
}
.security-banner .banner__content_right {
  width: 684px;
  height: 520px;
  position: relative;
  padding-top: 160px;
  -webkit-animation: cover_top 16s linear;
  animation: cover_top 16s linear;
  float: right;
  text-align: right;
}
.security-banner .banner__content_right .underlayImg {
  max-width: 65%;
}
.security-banner .banner__content_right .iconImg {
  position: absolute;
  top: 20px;
  right: 118px;
  width: 190px;
}
.security-banner .banner__content_right .iconImg img {
  max-width: 100%;
  -webkit-animation: round 1.3s ease-in-out 2.7s infinite alternate;
  animation: round 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes round {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
  }
}
@media screen and (max-width: 1180px) {
  .security-banner .banner__content_right {
    width: 400px;
    height: 420px;
  }
  .security-banner .banner__content_right .underlayImg {
    max-width: 65% !important;
    margin: 0 auto;
    display: block;
  }
  .security-banner .banner__content_right .iconImg {
    right: 50% !important;
    margin-right: -60px;
    width: 123px !important;
    top: 61px;
  }
}
@media screen and (max-width: 768px) {
  .security-banner {
    padding: 4% 0 5%;
  }
  .security-banner .banner__content_left {
    padding-right: 0;
  }
  .security-banner .banner__content_left h1 {
    font-size: 28px !important;
    height: auto !important;
    line-height: 40px !important;
    text-align: center;
  }
  .security-banner .banner__content_left p {
    font-size: 16px !important;
    line-height: 25px;
    margin: 0 !important;
    text-align: center;
  }
  .security-banner .banner__content_left .banner-btn {
    margin: 2% auto 0 !important;
    height: 50px;
    line-height: 50px;
  }
  .security-banner .banner__content_right {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    padding-top: 133px !important;
  }
  .security-banner .banner__content_right .underlayImg {
    max-width: 35% !important;
    margin: 0 auto;
    display: block;
  }
  .security-banner .banner__content_right .iconImg {
    right: 50% !important;
    margin-right: -60px;
    top: 20px;
    width: 123px !important;
  }
}
.security-index {
  background: #fbfbfb;
}
.security-index .security-con {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.security-index .wrap-qbm {
  height: auto;
  margin-top: -46px;
}
.security-index .wrap-qbm .events-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.security-index .wrap-qbm .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  max-width: 23%;
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
}
.security-index .wrap-qbm .item .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
.security-index .wrap-qbm .item .dec {
  color: #666;
  font-size: 14px;
  margin-top: 10px !important;
}
.security-index .wrap-qbm .item img {
  height: 24px;
  max-width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .security-index .wrap-qbm .security-con {
    overflow: scroll;
  }
  .security-index .wrap-qbm .item {
    padding: 10px;
    max-width: 24%;
  }
  .security-index .wrap-qbm .item .tit {
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .security-index .wrap-qbm .item .tit img {
    height: auto;
    max-width: 18%;
  }
  .security-index .wrap-qbm .item .tit .detail {
    font-size: 14px;
    font-weight: 400;
  }
  .security-index .wrap-qbm .item .dec {
    display: none;
  }
}
.security-index .hotProduct {
  height: auto;
  overflow: hidden;
  padding: 3% 0;
}
.security-index .hotProduct .title {
  font-size: 32px;
  text-align: center;
}
.security-index .hotProduct .title p {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 3%;
}
.security-index .hotProduct .contentProduct {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.security-index .hotProduct .contentProduct .product-section {
  height: auto;
  border: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  position: relative;
}
.security-index .hotProduct .contentProduct .section-title {
  background: url(../image/fw.c80e01ad.png) no-repeat 0 0;
  background-size: cover;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #ddd;
}
.security-index .hotProduct .contentProduct .section-title img {
  height: 30px;
  margin-right: 10px;
}
.security-index .hotProduct .contentProduct .product-list {
  padding: 24px;
}
.security-index .hotProduct .contentProduct .product-list .botImg {
  position: absolute;
  bottom: -3px;
  right: -37px;
  opacity: 0.1;
  max-width: 67%;
}
.security-index .hotProduct .contentProduct .product-list .product-item {
  padding: 14px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.security-index .hotProduct .contentProduct .product-list .product-item h3 {
  font-size: 16px;
  font-weight: 400;
  color: #020814;
  margin-bottom: 8px;
  margin-top: 0;
}
.security-index .hotProduct .contentProduct .product-list .product-item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  line-height: 1.5;
  margin-top: 5px;
}
.security-index .hotProduct .contentProduct .product-list .product-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.security-index .hotProduct .contentProduct .product-list .product-item .tags span {
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}
.security-index .hotProduct .contentProduct .product-list .product-item:hover h3 {
  color: #006eff;
}
@media screen and (max-width: 1440px) {
  .security-index .hotProduct .title {
    font-size: 26px;
  }
  .security-index .hotProduct .contentProduct {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  .security-index .hotProduct .title {
    font-size: 20px;
  }
  .security-index .hotProduct .title p {
    font-size: 12px;
  }
  .security-index .hotProduct .contentProduct {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.security-index .choose {
  height: auto;
  overflow: hidden;
  padding: 3% 0 5%;
  background: #fff;
}
.security-index .choose .title {
  font-size: 32px;
  text-align: center;
}
.security-index .choose .title p {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 3%;
}
.security-index .choose .chooseCont {
  height: auto;
  overflow: hidden;
  margin-top: 2%;
}
.security-index .choose .txtMarquee-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.security-index .choose .leftCont {
  height: auto;
  overflow: hidden;
  width: 40%;
  padding-right: 24px;
  border-right: 1px dashed #ddd;
}
.security-index .choose .leftCont .item {
  margin-top: 40px;
  cursor: pointer;
}
.security-index .choose .leftCont .item h2 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
.security-index .choose .leftCont .item.on h2,
.security-index .choose .leftCont .item:hover {
  color: #006eff;
}
.security-index .choose .leftCont .item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.security-index .choose .rightCont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 24px;
  position: relative;
}
.security-index .choose .rightCont h2 {
  margin-bottom: 10px;
  font-size: 26px;
}
.security-index .choose .rightCont .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  white-space: pre-line;
}
@media screen and (max-width: 992px) {
  .security-index .choose .leftCont {
    float: left;
    width: 48% !important;
    padding-right: 0 !important;
  }
  .security-index .choose .item {
    margin-top: 5% !important;
  }
  .security-index .choose .item h2 {
    font-size: 18px !important;
  }
  .security-index .choose .title {
    font-size: 26px;
  }
  .security-index .choose .txtMarquee-top {
    display: block;
  }
  .security-index .choose .rightCont {
    float: right;
    width: 48%;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .security-index .choose .title {
    font-size: 20px;
  }
  .security-index .choose .title p {
    font-size: 12px;
  }
  .security-index .choose .contentProduct {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .security-index .choose .rightCont {
    float: none;
    width: 100%;
    margin-top: 5%;
    padding-left: 0 !important;
  }
  .security-index .choose .rightCont .balance h2 {
    font-size: 18px;
  }
  .security-index .choose .leftCont {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.waf-scene {
  padding: 70px 0 120px;
  background-image: url(../image/section5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.waf-scene .tit1 h2 {
  color: #fff;
}
.waf-scene .section-5-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #92b1e2;
}
.waf-scene .section-5-tab {
  font-size: 22px;
  position: relative;
  transition: 0.2s all linear;
  cursor: default;
  height: 54px;
  line-height: 54px;
  color: #fff;
  cursor: pointer;
}
.waf-scene .section-5-tab:not(:last-child) {
  margin-right: 70px;
}
.waf-scene .section-5-tab.active {
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
}
.waf-scene .section-5-tab.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #fff;
}
.waf-scene .section-5-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #fff;
  transition: 0.2s all linear;
}
.waf-scene .section-5-tab:hover::before {
  width: 100%;
  left: 0;
}
.waf-scene .section-5-tab:hover ~ .section-5-tab::before {
  left: 0;
}
.waf-scene .section-5-con {
  display: none;
  align-items: center;
}
.waf-scene .section-5-con.active {
  display: block;
}
.waf-scene .section-5-con-1 {
  margin-right: 27px;
}
.waf-scene .section-5-con-des {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 45px;
}
.waf-scene .section-5-con-2 {
  margin-bottom: 40px;
}
.waf-scene .section-5-con-2:not(:last-child) {
  margin-bottom: 30px;
}
.waf-scene .section-5-con-2 p {
  font-size: 18px;
  line-height: 39px;
  color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0;
}
.waf-scene .pic {
  padding: 10px;
  background-color: #fff;
}
.waf-scene .contact-btn-box {
  text-align: center;
}
.waf-scene .contact-btn-box .contact-btn {
  background-color: #fff;
  color: #1d2129;
  border-color: #fff;
  margin-top: 50px;
}
.waf-scene .contact-btn-box .contact-btn:hover {
  transition: all 0.5s;
  color: #fff;
  background: #ef2a3a;
  border-color: #ef2a3a;
}
@media (max-width: 768px) {
  .scan-scene h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .scan-scene .section-5-con-2 h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .scan-scene .section-5-con-2 p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .scan-scene .section-5-tabs {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  .scan-scene .section-5-tabs .section-5-tab {
    margin-right: 10px !important;
    font-size: 12px;
    height: 34px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    padding: 5px ;
    width: auto;
  }
  .scan-scene .section-5-tabs .section-5-tab.active {
    font-size: 12px;
    line-height: 24px;
  }
  .scan-adv .adv-box li {
    width: 100%;
    margin-bottom: 20px;
  }
}
