/**
orchestration
 */
/* orchestration banner */
/*#region*/
.orchestration .banner .tit h2 span {
  font-size: 24px;
  color: #4D5567;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}

.orchestration {
  margin-top: 80px;
}

.orchestration .banner {
  background: transparent;
  padding: 90px 0;
  margin-bottom: 0;
  overflow: hidden;
}

.orchestration .talk {
  font-size: 14px;
  color: #4D5567;
  line-height: 19px;
  text-align: right;
  font-style: normal;
  border: 1px solid #4D5567;

}

.orchestration .talk:hover {
  color: #0177ff;
  border-color: #0177ff;
  background: #FFF;
}

.orchestration .banner .tit P {
  font-size: 56px;
  color: #171922;
  line-height: 60px;
  margin: 0 0 20px;
}

.orchestration .banner .intro {
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-top: 30%;
  background: rgba(255, 255, 255, 0.8);
}

.orchestration .banner .intro h3 {
  font-weight: bold;
  font-size: 36px;
  color: #171922;
  line-height: 47px;
  padding-top: 0;
}

.orchestration .banner .tit {
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
}

.integration .banner .intro .img:before {
  background: none;
}

.orchestration .howto {
  .title {
    padding-top: 10px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
  }

  .col-lg-6 {
    padding: 0;
  }

  .description {
    padding: 60px 0;

    h3 {
      font-size: 24px;
      margin-bottom: 30px;
    }

    p {
      font-size: 14px;
      color: #4D5567;
      line-height: 40px;
    }
  }

  .item1 {
    img {
      padding-right: 32px;
    }
  }

  .item2 {
    padding-left: 15px;

    img {
      padding-left: 32px;
    }

    p {
      padding-right: 36px;
    }
  }

  .item3 {
    img {
      position: relative;
      left: -18px;
    }
  }
}

.orchestration .intro .info {
  margin-bottom: 40px;

  p {
    padding-bottom: 0;
    font-size: 14px;
    color: #4D5567;
    line-height: 24px;
  }
}

.orchestration .howto {
  background: none;
  padding-top: 60px;
  padding-bottom: 0;
}

.orchestration .banner .hd {
  padding-bottom: 0;
}

.orchestration .howto .txt div {
  max-width: 88%;
}

.orchestration .btn-wrap {
  margin-top: 80px;
}

.m-show {
  display: none;
}

.pc-show {
  display: block;
}

.intro img {
  width: 620px;
}

.features {
  padding: 96px 0;
  background: #E6ECF6;

  .list {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
  }

  h3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  h4 {
    margin-bottom: 1rem;
    font-size: 24px;
  }

  .item-wrap:not(:last-child) {
    border-bottom: 1px dashed #C6CED1;
  }
  .item {
    padding-bottom: 24px;

    p {
      color: #4D5567;
      margin-bottom: 8px;
      font-size: 14px;
    }
  }
}

.cases4 .slide-panel .item:hover{
  background: #fefeff;
}

@media (max-width: 1020px) {
  .cases4 .slide-panel .item .txt p {
    min-height: 0;
  }
  .cases4 .slide-panel .item {
    padding: 1rem 0;
  }

  .features {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background: #E6ECF6;
    margin-left: -15px;
    margin-right: -15px;

    h4 {
      font-size: 20px;
    }

  }

  .orchestration .howto {
    padding-top: 0;

    .row {
      margin: 0;
    }

    .title {
      padding-top: 0;
      padding-bottom: 0;
      background: transparent;
      position: inherit;
    }

    .item {
      padding-top: 0;
    }

    .col-lg-6 {
      padding: 0;
    }

    .description {
      padding: 0;

      h3 {
        margin-top: 30px;
        font-size: 20px;
        margin-bottom: 12px;
      }

      p {
        font-size: 14px;
        color: #4D5567;
        line-height: 24px;
      }
    }

    .item1 {
      img {
        padding-right: 0;
      }
    }

    .item2 {
      padding-left: 0;

      img {
        padding-left: 0;
      }

      p {
        padding-right: 0;
      }
    }

    .item3 {
      img {
        position: relative;
        left: 0;
      }
    }
  }

  .intro .img {
    width: 100%;
  }

  .orchestration .btn-wrap {
    margin-top: 40px;
  }

  .orchestration .banner {
    padding: 40px 0
  }

  .orchestration .integration .banner .tit {
    padding-bottom: 45px;
    margin-bottom: 20px;
  }

  .orchestration .integration .banner .tit h2 span {
    font-size: 26px !important;
  }

  .orchestration .banner .tit P {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .m-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  .orchestration .pos-ab {
    top: 20px;
    left: 30px;
  }

  .howto .item .img {
    margin: 0 2% 16px;
  }

  .orchestration .howto .txt div {
    width: auto;
  }

  .howto .txt h4 {
    font-size: 24px;
  }

  .orchestration .howto .item .arrow {
    width: 35px;
    height: 40px;
  }

  .howto .item {
    padding-bottom: 0;
  }

  .orchestration .banner .intro {
    margin-top: 60px;
  }

  .orchestration .banner .intro h3 {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .description p{
    margin-bottom: 28px;
  }
}

@media (min-width: 576px) {
  .orchestration .banner-img {
    width: calc(540px * 1.5);
  }
}

@media (min-width: 768px) {
  .orchestration .banner-img {
    width: calc(720px * 1.5);
  }
}

@media (min-width: 992px) {
  .orchestration .banner-img {
    width: calc(960px * 1.5);
  }
}

@media (min-width: 1200px) {
  .orchestration .banner-img {
    width: calc(1140px * 1.5);
  }
}

@media (min-width: 1440px) {
  .orchestration .banner-img {
    width: calc(1320px * 1.5);
  }
}

/*#endregion*/

