
.banner-box{
  max-width: 1920px;
  min-width: 1450px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  padding-top: 80px;
  .bg{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .content-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    .inner{
      width: 1320px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 190px;
      line-height: 1;
      .name{
        font-weight: bold;
        font-size: 50px;
        color: #FFFFFF;
        margin-bottom: 27px;
      }
      .img-1{
        display: block;
        margin-bottom: 27px;

      }
      .img-2{
        display: block;
      }
    }
  }
}

.introduction-box{
  width: 1320px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  padding-top: 46px;
  .title-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    .l, .r{
      width: 416px;
      height: 1px;
      background: #367AEA;
    }
    .m{
      width: 100px;
      height: 60px;
      background: url("../assets/img/products/img-6.png") center no-repeat;
      font-weight: bold;
      font-size: 16px;
      color: #367AEA;
      text-align: center;
      line-height: 60px;
    }
  }
  .content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    .left{
      width: 557px;
      height: 455px;
      object-fit: cover;
    }
    .right{
      width: 734px;
      font-size: 14px;
      color: #221815;
      line-height: 36px;
    }
  }
}

.enterprise-culture{
  max-width: 1920px;
  min-width: 1500px;
  height: 700px;
  margin: 0 auto;
  line-height: 1;
  background: url("../assets/img/about/img-10.jpg") center no-repeat;
  .left-box{
    width: 50%;
    height: 100%;
    background: rgba(54, 122, 234, .8);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    .title-box{
      padding-top: 75px;
      padding-right: 36px;
      margin-bottom: 99px;
      .p1{
        font-weight: bold;
        font-size: 44px;
        color: rgba(255,255,255,.3);
        margin-right: 23px;
      }
      .p2{
        font-weight: bold;
        font-size: 44px;
        color: #FFFFFF;
      }
    }
    .row{
      display: flex;
      margin-bottom: 60px;
      margin-right: -20px;
      >.l{
        text-align: right;
        margin-right: 15px;
        .p1{
          font-size: 20px;
          color: #FFFFFF;
          margin-bottom: 16px;
        }
        .p2{
          font-size: 14px;
          color: #FFFFFF;
          margin-bottom: 16px;
        }
      }
      >.r{
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 0px rgba(56,102,188,0.36);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
}

.history-box{
  max-width: 1920px;
  height: 926px;
  margin: 0 auto;
  line-height: 1;
  background: url("../assets/img/about/img-9.jpg") center no-repeat;
  .inner{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    .step{
      position: absolute;
      &.step-1{
        bottom: 250px;
        left: 53px;
        .dot{
          left: 72px;
          bottom: -50px;
        }
      }
      &.step-2{
        bottom: 323px;
        left: 283px;
        .dot{
          left: 72px;
          bottom: -85px;
        }
      }
      &.step-3{
        bottom: 390px;
        left: 513px;
        .dot{
          left: 72px;
          bottom: -97px;
        }
      }
      &.step-4{
        bottom: 418px;
        left: 744px;
        .dot{
          left: 72px;
          bottom: -54px;
        }
      }
      &.step-5{
        bottom: 576px;
        left: 973px;
        .dot{
          left: 72px;
          bottom: -120px;
        }
      }
      &.step-6{
        bottom: 669px;
        left: 1204px;
        .dot{
          left: 72px;
          bottom: -71px;
        }
      }
      .content{
        display: flex;
        >.l{
          width: 70px;
          height: 45px;
          margin-right: 20px;
        }
        >.r{
          .p1{
            color: #3168C3;
            margin-bottom: 10px;
            .l{
              font-size: 36px;
              font-weight: bold;
            }
            .r{
              font-size: 32px;
            }
          }
          .p2{
            font-size: 18px;
            line-height: 22px;
            color: #333333;
          }
        }
      }
      .dot{
        position: absolute;

        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #5d89cf;
        border: 2px solid #eee;
      }
    }
  }
}

.certificate-box{
  max-width: 1920px;
  min-width: 1450px;
  height: 748px;
  margin: 0 auto;
  line-height: 1;
  background: url("../assets/img/about/img-5.jpg") center no-repeat;
  background-size: auto 100%;
  .title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    .name{
      font-weight: bold;
      font-size: 22px;
      color: #FF6434;
      margin-bottom: 6px;
    }
  }
  .vertical-box{
    width: 1220px;
    height: 400px;
    margin: 0 auto;
    padding-top: 38px;
    .swiper-slide{
      position: relative;
      width: 260px !important;
      height: 366px !important;
      transition: 300ms;
      .name{
        position: absolute;
        top: 30%;
        color: #666;
        font-size: 30px;
      }
      img{
        width: 100%;
        height: 100%;
        background: #fff;
      }
    }
  }
  .horizon-box{
    width: 1220px;
    height: 200px;
    margin: 0 auto;
    padding-top: 20px;
    .swiper-slide{
      position: relative;
      width: 249px !important;
      height: 183px !important;
      transition: 300ms;
      .name{
        position: absolute;
        top: 30%;
        color: #fff;
        font-size: 30px;
      }
      img{
        width: 100%;
        height: 100%;
        background: #fff;
      }
    }
  }

}

.auth-box{
  max-width: 1920px;
  min-width: 1450px;
  margin: 0 auto;
  line-height: 1;
  background-image: url("../assets/img/about/img-6.jpg");
  background-size: 100% auto;
  .title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 48px;
    .name{
      font-weight: bold;
      font-size: 22px;
      color: #FF6434;
      margin-bottom: 6px;
    }
  }
  .content-box{
    width: 1320px;
    margin: 0 auto;
    .row{
      height: 415px;
      background-image: url("../assets/img/about/img-8.png");
      background-size: 100% auto;
      background-position: bottom;
      background-repeat: no-repeat;
      display: flex;
      margin-top: -50px;
      &:first-child{
        margin-top: 0;
      }
      .item{
        width: 211px;
        height: 282px;
        margin-right: 66px;
        &:last-child{
          margin-right: 0;
        }
        &:hover{
          img{
            transform: translateY(-5%);
          }
        }
        img{
          transition: .2s;
          display: block;
          width: 100%;
          height: 100%;
          background: #fff;
          object-fit: cover;
        }
      }
    }
  }
}

#id-3:target, #id-4:target, #id-5:target {
  padding-top: 50px;
}
#id-1:target{
  padding-top: 100px;
}
#id-2:target{
  margin-top: 80px;
}
