.log-banner {
  width: 100%;
  height: 620px;
  background: url('../img/global_banner.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.global-banner-img {
  width: 582px;
  height: 400px;
  margin-top: 100px;
}

@keyframes move {
  /* 之前语法 */
  100% {
    motion-offset: 100%;
  }
  /* 当前规范语法 */
  100% {
    offset-distance: 100%;
  }
}
/* 什么是全域安全分析系统？ */

.global-content-1 {
  width: 100%;
  height: 420px;
  background: #f0f8fe;
}
.global-content-1 .title {
  font-size: 32px;
  padding-top: 60px;
}
.global-content-1 .wrap {
  /* margin-top: 30px; */
}
.global-content-1 .left-desc {
  width: 630px;
  margin-right: 60px;
  color: #666666;
  line-height: 27px;
}
.global-content-1 .left-desc span {
  color: #387df4;
}
.global-content-1 .img {
  width: 414px;
  height: 296px;
}
.global-content-1 .img img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 核心功能 */
.web-content-2 ul li {
  width: 585px;
  height: 200px;
  border: 1px dashed #e9e9e9;
  padding: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.web-content-2 ul li:hover {
  transform: translateY(-10px);
}
.web-content-2 ul li:nth-child(1) {
  background: url('../img/global_2.png') no-repeat center;
  background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(2) {
  background: url('../img/global_2_on.png') no-repeat center;
  background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(3) {
  background: url('../img/global_2_on.png') no-repeat center;
  background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(4) {
  background: url('../img/global_21.png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li .img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.web-content-2 ul li .img img {
  margin-right: 25px;
}
.web-content-2 ul li:nth-child(1) .tit {
  color: #333333;
  font-size: 18px;
  text-align: start;
}
.web-content-2 ul li:nth-child(2) .tit,
.web-content-2 ul li:nth-child(3) .tit {
  color: #ffffff;
  font-size: 18px;
  text-align: start;
}
.web-content-2 ul li:nth-child(4) .desc {
  color: #666666;
  font-size: 14px;
  text-align: start;
}
.web-content-2 ul li:nth-child(2) .desc,
.web-content-2 ul li:nth-child(3) .desc {
  color: #ffffff;
  font-size: 14px;
  text-align: start;
}

/* 产品优势 */
.global-content-3 {
  width: 100%;
  height: 562px;
  background: url('../img/global_img_bg1.png') no-repeat center;
  margin-top: 50px;
  overflow: hidden;
}
.global-content-3-tit {
  margin: 60px auto 40px;
}
.tpm-faq__item {
  padding: 0 40px;
  margin-bottom: 40px;
}
.tpm-faq__item-hd {
  position: relative;
  padding-right: 36px;
}
.tpm-faq__item-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.tpm-faq__item-icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite.Main-202203092003.svg');
  background-position: 95.47738693467338% 31.292517006802722%;
  background-size: 929.1666666666666% auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 100000000;
}
.tpm-faq__item.is-open {
  padding: 30px 40px 24px;
  background: #f3f5f8;
  box-shadow: inset 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  border-radius: 4px;
}

.tpm-rich-text {
  display: none;
  line-height: 24px;
  font-size: 14px;
  color: #495770;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tpm-rich-text .ts-p {
  line-height: 24px;
  font-size: 14px;
}
.tpm-rich-text > :first-child {
  margin-top: 0 !important;
}
.tpm-faq__item.is-open .tpm-faq__item-icon {
  transform: rotate(45deg);
}
.tpm-faq__item.is-open .tpm-rich-text {
  display: block;
}

/* 应用场景 */
.global-content-4-main {
  padding: 40px 30px;
  background: #f6f6f6;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
}
.global-content-4-main .tit {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.global-content-4-main p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 20px 0 30px;
}
.global-content-4-img {
  display: block;
  width: 776px;
  height: 523px;
  margin: 0 auto;
}
/* 用户价值 */
.global-content-5 {
  height: 583px;
  background: url('../img/user_value_bg.png') no-repeat center;
  padding: 5px 0;
  margin-top: 60px;
}
.global-content-5 ul li {
  width: 200px;
  text-align: center;
  margin-right: 40px;
}
.global-content-5 ul li .tit {
  font-size: 18px;
  font-weight: bold;
  color: #387df4;
}
.global-content-5 ul li:nth-child(2n) .tit {
  color: #333;
}
.global-content-5 ul li .line {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #387df4;
  margin: 15px auto 30px;
}
.global-content-5 ul li:nth-child(2n - 1) .line {
  background: #999;
}
.global-content-5 ul li p {
  color: #333;
}
@media only screen and (max-width: 1440px) {
  .global-banner-img {
    transform: scale(0.8);
    margin-top: 60px;
  }

  .global-content-1 .title {
    font-size: 28px;
  }

  .global-content-1 .left-desc {
    font-size: 14px;
  }

  .global-content-1 .img {
    transform: scale(0.8);
  }

  .web-content-2 ul li {
    width: 420px;
    height: 200px;
    padding: 20px;
  }

  .web-content-2 ul li .desc {
    font-size: 14px;
  }
  .global-content-5 {
    height: 500px;
  }
  .global-content-5 img {
    width: 900px;
    height: 200px;
  }
  .global-content-5 ul li {
    margin-right: 28px;
  }
  .global-content-5 ul li:nth-child(5) {
    /* margin-left: 10px; */
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .log-banner {
    height: 400px;
  }
  .log-banner .title {
    font-size: 25px;
  }
  .log-banner .desc {
    width: 240px;
    font-size: 14px;
  }
  .banner-button-wrap {
    margin-top: 40px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    padding-right: 10px;
  }
  .banner-button-wrap .tit {
    width: 100px;
  }
  .banner-button-wrap:hover {
    width: 240px;
  }

  .global-banner-img {
    margin-top: 20px;
  }

  .global-content-1 .left-desc {
    width: 480px;
  }
  .global-content-1 .title {
    padding-top: 30px;
  }
  .web-content-2 ul li {
    width: 380px;
  }
  .web-content-2 ul li .img {
    margin-bottom: 15px;
  }
  .global-content-3 {
    margin-top: 30px;
  }

  .global-content-4-img {
    width: 620px;
    height: 418px;
  }

  .global-content-5 {
    height: 450px;
  }
  .global-content-5 img {
    width: 800px;
    height: 200px;
  }

  .global-content-5 ul li .tit {
    font-size: 16px;
  }
  .global-content-5 ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .global-content-1 {
    height: 430px;
  }
  .global-content-1 .left-desc {
    margin: 10px 30px 0 0;
  }
  .global-content-1 .img {
    width: 248px;
    height: 177px;
  }

  .web-content-2 ul li {
    width: 300px;
    padding: 15px;
    height: 220px;
  }
  .web-content-2 ul li .tit {
    font-size: 16px !important;
  }

  .global-content-4-img {
    width: 465px;
    height: 250px;
  }

  .global-content-5 img {
    width: 640px;
    height: 120px;
  }
}
