/* 图片 */
.log-banner {
  width: 100%;
  height: 620px;
  background: url('../img/bljbanner01.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.log-banner .title {
  font-size: 48px;
  margin-bottom: 50px;
  padding-top: 200px;
}

.log-banner .desc {
  font-size: 20px;
  margin-top: 20px;
}

.banner-button-wrap {
  width: 128px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: 80px;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  border: 1px solid #fff;
  padding-right: 20px;
}

.banner-button-wrap .tit {
  display: block;
  float: left;
  width: 128px;
  text-align: center;
}

.banner-button-wrap:hover {
  width: 262px;
  text-align: center;
  border: 1px solid #387df4;
  color: #387df4;
  transition: 0.3s;
}

/* 介绍 */
.web-content-1 {
  background: #f0f8fe;
  height: 730px;
}

.web-content-1 .title {
  font-size: 32px;
  padding-top: 60px;
}

.web-content-1 .wrap {
  margin-top: 30px;
}

.web-content-1 .left-desc {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}

.web-content-1 .img {
  margin: 50px auto;
  width: 706px;
  height: 447px;
}

.web-content-1 .img img {
  width: 100%;
  height: 100%;
}

/* 核心功能 */
.web-content-2 ul li {
  width: 380px;
  height: 200px;
  border: 1px dashed #e9e9e9;
  padding: 50px 30px;
  text-align: center;
  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/imgbljBGC(015).png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(2) {
  background: url('../img/bljBGC\(3\).png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(3) {
  background: url('../img/imgbljBGC(016).png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(4) {
  background: url('../img/bljBGC\(3\).png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(5) {
  background: url('../img/imgbljBGC(014).png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(6) {
  background: url('../img/bljBGC\(3\).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(odd) .tit {
  color: #333333;
  font-size: 18px;
  text-align: start;
}

.web-content-2 ul li:nth-child(even) .tit {
  color: #FFFFFF;
  font-size: 18px;
  text-align: start;
}

.web-content-2 ul li:nth-child(odd) .desc {
  color: #666666;
  font-size: 14px;
  text-align: justify;
  flex-wrap: wrap;
}

.web-content-2 ul li:nth-child(even) .desc {
  color: #FFFFFF;
  font-size: 14px;
  text-align: justify;
  flex-wrap: wrap;
}

/* 产品优势 */
.web-content-3 {
  background: url('../img/bljADV001.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.web-content-3 .log-2-title {
  margin-top: 60px;
}

.view-column {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tpm-faq__item {
  padding: 0 40px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}

.tpm-faq__item-hd {
  cursor: pointer;
  position: relative;
  padding-right: 36px;
}

.tpm-faq__item-hd:hover .tpm-faq__item-title {
  color: #0052d9;
}

.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: 16px;
  height: 16px;
  background-image: url("../img/fire_advantage02.png");
  transition: all .3s ease-in-out;
}

.tpm-faq__item.is-open {
  padding: 40px 40px 24px;
  background-color: F0F8FE;
  box-shadow: 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  border-radius: 4px;
}

.tpm-faq__item.is-open .tpm-faq__item-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tpm-faq__item-bd {
  margin-top: 10px;
}

.tpm-rich-text {
  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-faq__item-bd {
  display: none;
}

.hide {
  display: block;
}

/* 应用场景 */
.web-content-4 {
  margin-bottom: 50px;
}

.web-content-4 .warp {
  height: 753px;
  background: #F6F6F6;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
}

.web-content-4 .warp .warp-title {
  margin: 0 auto;
  padding: 20px 0 15px 0;
  width: 1137px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.web-content-4 .warp .warp-content {
  margin: 0 auto;
  width: 1137px;
  height: 61px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.web-content-4 .warp .img {
  margin: 0 auto;
  margin-top: 15px;
  width: 751px;
  height: 557px;
}

.web-content-4 .warp .img img {
  width: 100%;
  height: 100%;
}

/* 用户价值 */
.web-content-5 {
  height: 612px;
  background: url('../img/user_value_bg.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.web-content-5 .img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  width: 480px;
  height: 380px;
  background: url('../img/fire-user-value.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.web-content-5 .main {
  position: relative;
}

.web-content-5 .warp-intelligent {
  position: absolute;
  top: 72px;
  left: 93px;
  width: 290px;
  height: 90px;
}

.web-content-5 .warp-compliance {
  position: absolute;
  top: 226px;
  left: 93px;
  width: 290px;
  height: 90px;
}

.web-content-5 .warp-secure {
  position: absolute;
  top: 382px;
  left: 93px;
  width: 290px;
  height: 90px;
}

.web-content-5 .warp-protect {
  position: absolute;
  top: 71px;
  left: 821px;
  width: 290px;
  height: 90px;
}

.web-content-5 .warp-flow {
  position: absolute;
  top: 225px;
  left: 821px;
  width: 290px;
  height: 90px;
}

.web-content-5 .warp-transfer {
  position: absolute;
  top: 381px;
  left: 821px;
  width: 290px;
  height: 90px;
}

.web-content-5 .blue .title {
  color: rgba(56, 125, 244, 1);
}

.vlaue .title {
  height: 16px;
  margin: 20px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: right;
}

.vlaue .content {
  width: 290px;
  margin: 20px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
}

.right .title {
  height: 16px;
  margin: 20px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: left;
}

.right .content {
  width: 290px;
  margin: 20px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: left;
}


/*  */
@media only screen and (max-width: 1440px) {
  .web-content-1 {
    height: 480px;
  }

  .web-content-1 .title {
    font-size: 28px;
    padding-top: 30px;
  }

  .web-content-1 .wrap {
    margin-top: 20px;
  }

  .web-content-1 .left-desc {
    line-height: 22px;
    margin-right: 40px;
  }

  .web-content-1 .img {
    width: 354px;
    height: 202px;
  }

  .web-content-2 ul li {
    width: 210px;
    height: 248px;
    padding: 30px 20px;
  }

  .web-content-2 ul li .tit {
    margin: 20px auto 10px;
  }

  .web-content-2 ul li .desc {
    line-height: 20px;
  }

  .web-content-3 .warp-architecture {
    width: 900px;
    height: 110px;
    background: #F0F8FE;
    box-shadow: 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  }

  .warp-architecture {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .architecture-top {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .architecture-top .title {
    height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }

  .architecture-bottom {
    width: 1000px;
    margin: 0 auto;
    height: 14px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 28px;
  }

  .warp-security {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
  }

  /* 应用场景 */
  .web-content-4 {
    margin-bottom: 50px;
  }

  .web-content-4 .warp {
    height: 623px;
    background: #F6F6F6;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
  }

  .web-content-4 .warp .warp-title {
    margin: 0 auto;
    padding: 20px 0 15px 0;
    width: 870px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }

  .web-content-4 .warp .warp-content {
    margin: 0 auto;
    width: 870px;
    height: 61px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }

  .web-content-4 .warp .img {
    margin: 0 auto;
    margin-top: 15px;
    width: 651px;
    height: 457px;
  }

  .web-content-4 .warp .img img {
    width: 100%;
    height: 100%;
  }

  /* 用户价值 */
  .web-content-5 {
    height: 580px;
    background: url('../img/user_value_bg.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    width: 450px;
    height: 350px;
    background: url('../img/fire-user-value.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .main {
    position: relative;
  }

  .web-content-5 .warp-intelligent {
    position: absolute;
    top: 54px;
    left: -45px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-compliance {
    position: absolute;
    top: 196px;
    left: -44px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-secure {
    position: absolute;
    top: 340px;
    left: -44px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-protect {
    position: absolute;
    top: 53px;
    left: 656px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-flow {
    position: absolute;
    top: 195px;
    left: 656px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-transfer {
    position: absolute;
    top: 339px;
    left: 656px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .blue .title {
    color: rgba(56, 125, 244, 1);
  }

  .vlaue .title {
    height: 16px;
    margin: 20px 0;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: right;
  }

  .vlaue .content {
    width: 290px;
    margin: 20px 0;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: right;
  }

  .right .title {
    height: 16px;
    margin: 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }

  .right .content {
    width: 290px;
    margin: 20px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: left;
  }

}

@media only screen and (max-width: 1280px) {
  .log-2-title {
    margin: 40px auto;
  }

  .web-content-1 {
    height: 440px;
  }

  .web-content-2 ul li {
    width: 186px;
    height: 220px;
    padding: 20px 14px;
  }

  .web-content-2 ul li .tit {
    margin: 10px auto;
  }

  .web-content-2 ul li .img {
    transform: scale(0.8);
  }

  .web-content-3 .warp-architecture {
    width: 900px;
    height: 110px;
    background: #F0F8FE;
    box-shadow: 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  }

  .warp-architecture {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .architecture-top {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
  }

  .architecture-top .title {
    height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }

  .architecture-bottom {
    width: 900px;
    margin: 0 auto;
    height: 14px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 28px;
  }

  .warp-security {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    margin: 0 auto;
  }

  .web-content-4 .warp {
    height: 573px;
    background: #F6F6F6;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
  }

  .web-content-4 .warp .warp-title {
    width: 750px;
  }

  .web-content-4 .warp .warp-content {
    width: 750px;
  }

  .web-content-4 .warp .img {
    width: 600px;
    height: 400px;
  }

  /* 用户价值 */
  .web-content-5 {
    height: 550px;
    background: url('../img/user_value_bg.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    width: 420px;
    height: 320px;
    background: url('../img/fire-user-value.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .main {
    position: relative;
  }

  .web-content-5 .warp-intelligent {
    position: absolute;
    top: 40px;
    left: -82px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-compliance {
    position: absolute;
    top: 171px;
    left: -83px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-secure {
    position: absolute;
    top: 301px;
    left: -82px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-protect {
    position: absolute;
    top: 39px;
    left: 593px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-flow {
    position: absolute;
    top: 168px;
    left: 594px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-transfer {
    position: absolute;
    top: 300px;
    left: 594px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .blue .title {
    color: rgba(56, 125, 244, 1);
  }

  .vlaue .title {
    height: 16px;
    margin: 20px 0;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: right;
  }

  .vlaue .content {
    width: 290px;
    margin: 20px 0;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: right;
  }

  .right .title {
    height: 16px;
    margin: 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }

  .right .content {
    width: 290px;
    margin: 20px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .log-2-title {
    font-size: 26px;
  }

  .web-content-1 .title {
    font-size: 22px;
    padding-top: 20px;
  }

  .web-content-1 {
    height: 390px;
  }

  .web-content-1 .left-desc {
    font-size: 14px;
    margin-right: 20px;
  }

  .web-content-1 .img {
    width: 250px;
    height: 143px;
  }

  .web-content-2 ul li {
    width: 148px;
    height: 175px;
    padding: 0 14px;
  }

  .web-content-2 ul li .img {
    transform: scale(0.5);
  }

  .web-content-2 ul li .tit {
    font-size: 14px;
    margin: 0 auto 6px;
  }

  .web-content-2 ul li .desc {
    font-size: 11px;
  }

  .web-content-3 .warp-architecture {
    width: 700px;
    height: 110px;
    background: #F0F8FE;
    box-shadow: 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  }

  .warp-architecture {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .architecture-top {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
  }

  .architecture-top .title {
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }

  .architecture-bottom {
    width: 700px;
    margin: 0 auto;
    height: 14px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 28px;
  }

  .warp-security {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto;
  }

  .warp-security .title {
    font-size: 14px;
  }


  .web-content-4 .warp {
    height: 533px;
    background: #F6F6F6;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
  }

  .web-content-4 .warp .warp-title {
    width: 600px;
  }

  .web-content-4 .warp .warp-content {
    width: 600px;
  }

  .web-content-4 .warp .img {
    margin-top: 40px;
    width: 550px;
    height: 350px;
  }

  .web-content-5 img {
    width: 572px;
    height: 214px;
  }

  /* 用户价值 */
  .web-content-5 {
    height: 500px;
    background: url('../img/user_value_bg.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    width: 400px;
    height: 300px;
    background: url('../img/fire-user-value.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }

  .web-content-5 .main {
    position: relative;
  }

  .web-content-5 .warp-intelligent {
    position: absolute;
    top: 38px;
    left: -153px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-compliance {
    position: absolute;
    top: 160px;
    left: -154px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-secure {
    position: absolute;
    top: 282px;
    left: -153px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-protect {
    position: absolute;
    top: 36px;
    left: 503px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-flow {
    position: absolute;
    top: 158px;
    left: 503px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .warp-transfer {
    position: absolute;
    top: 282px;
    left: 503px;
    width: 290px;
    height: 90px;
  }

  .web-content-5 .blue .title {
    color: rgba(56, 125, 244, 1);
  }

  .vlaue .title {
    height: 16px;
    margin: 20px 0;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: right;
  }

  .vlaue .content {
    width: 290px;
    margin: 20px 0;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: right;
  }

  .right .title {
    height: 16px;
    margin: 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }

  .right .content {
    width: 290px;
    margin: 20px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: left;
  }

}