.top-swiper-box{
  position: relative;
  max-width: 1920px; min-width: 1450px;
  height: 900px;
  margin: 0 auto;
  .swiper-1{
    height: 100%;
    .inner-box{
      position: relative;
      height: 100%;
      cursor: pointer;
      overflow: hidden;
      .bg-box{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .text-box{
        position: absolute;
        top: 387px;
        left: 300px;
        line-height: 1;

        .text-1{
          font-weight: bold;
          font-size: 56px;
          color: #FFFFFF;
          margin-bottom: 60px;
        }
        .text-2{
          font-size: 32px;
          color: #FFFFFF;
        }
      }
      .line{
        position: absolute;
        top: 552px;
        left: 300px;
      }
    }
  }
  .swiper-1-swiper-button-prev{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
  }
  .swiper-1-swiper-button-next{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    right: 95px;
  }

  .hide2{
    opacity:0;
  }
  .swiper-1-swiper-button-prev,.swiper-1-swiper-button-next{
    transition:opacity 0.5s;
  }
}

.five-box{
  max-width: 1920px; min-width: 1450px;
  margin: 0 auto;
  background: #F2F8FF;
  .top-box{
    position: relative;
    z-index: 1;
    width: 1425px;
    margin: -125px auto 0;
    height: 424px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    .item{
      cursor: pointer;
      width: 233px;
      margin-right: 40px;
      background: #FFFFFF;
      box-shadow: 0px 0px 13px 0px rgba(106,164,243,0.32);
      transition: .5s;

      &:last-child{
        margin-right: 0;
      }
      &:hover{
        box-shadow: 0px 0px 26px 0px rgba(106,164,243,0.5);

        img{
          transform: scale(1.2);
        }
      }
      .img-box{
        height: 260px;
        margin-bottom: 18px;
        overflow: hidden;

        img{
          transition: .5s;
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .name{
        font-size: 20px;
        line-height: 1;
        text-align: center;
        color: #333333;
        padding-bottom: 18px;
      }
    }
  }
  .bottom-box{
    line-height: 1;
    .title-box{
      padding-top: 64px;
      display: flex;
      flex-direction: column;
      align-items: center;
      .t{
        font-size: 28px;
        color: #333333;
        margin-bottom: 10px;
        span:last-child{
          color: #F9411D;
        }
      }
      .m{
        width: 67px;
        height: 2px;
        background: #C4C4C4;
        margin-bottom: 12px;

      }
      .b{
        font-size: 20px;
        color: #CCCCCC;
      }
    }
    .content-box{
      height: 780px;
      position: relative;
      .left{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1148px;
        height: 513px;
        .bg{
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .text-box{
          box-sizing: border-box;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-top: 95px;
          line-height: 1;
          .row{
            display: flex;
            padding-left: 300px;
            margin-bottom: 118px;
            &:last-child{
              margin-bottom: 0;
            }
            .item{
              width: 260px;
              .t{
                display: flex;
                margin-bottom: 15px;
                .l{
                  font-weight: bold;
                  font-size: 66px;
                  color: #FFFFFF;
                }
                .r{
                  font-size: 30px;
                  color: #FFFFFF;
                }
              }
              .b{
                font-size: 24px;
                color: #FFFFFF;
              }
            }
          }
        }
      }
      .right{
        width: 850px;
        height: 700px;
        position: absolute;
        top: 0;
        right: 0;
      }
    }
  }
}

.company-profile{
  max-width: 1920px; min-width: 1450px;
  margin: 0 auto;
  .title-box{
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
    .t{
      font-size: 28px;
      color: #333333;
      margin-bottom: 10px;
      span:last-child{
        color: #F9411D;
      }
    }
    .m{
      width: 67px;
      height: 2px;
      background: #C4C4C4;
      margin-bottom: 12px;

    }
    .b{
      font-size: 20px;
      color: #CCCCCC;
    }
  }
  .content-box{
    display: flex;
    justify-content: flex-end;
    .left{
      width: 587px;
      height: 600px;
      position: relative;
      .text-box{
        font-size: 14px;
        color: #221815;
        line-height: 34px;
        text-align: justify;
      }
      .btn-box{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
        display: flex;
        justify-content: center;
        align-items: end;
        .btn{
          width: 176px;
          height: 62px;
          background: #FFFFFF;
          border-radius: 6px;
          border: 1px solid #367AEA;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          color: #367AEA;
          cursor: pointer;

          .r{
            margin-left: 8px;
          }
        }
      }
    }
    .right{
      width: 959px;
      height: 693px;
      margin-left: 70px;
      .bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

.partners-box{
  max-width: 1920px; min-width: 1450px;
  margin: 0 auto;
  background: url("../assets/img/index/img-28.png") center no-repeat;
  background-size: auto 100%;
  padding-bottom: 160px;
  .title-box{
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
    .t{
      font-size: 28px;
      color: #333333;
      margin-bottom: 10px;
      span:last-child{
        color: #F9411D;
      }
    }
    .m{
      width: 67px;
      height: 2px;
      background: #C4C4C4;
      margin-bottom: 12px;

    }
    .b{
      font-size: 20px;
      color: #CCCCCC;
    }
  }
  .content-box{
    width: 1376px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    .item{
      padding: 8px;
      img{
        transition: .5s;
        height: 156px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
      }
      &:hover{
        img{
          transform: scale(1.05);
        }
      }
    }
  }
}

#id-1:target, #id-2:target, #id-3:target {
  padding-top: 50px;
}
