
.banner{
    width: 100%;
    background: url('../img/aboutUs/banner.png') no-repeat center;
    padding-top: 26.30%;
    background-size:cover;
  }

  .bannerBom{
      width: 100%;
      padding: 73px 0 80px;
      height: 331px;
      background-color: #fff;
  }

  .bannerBom-itemBox{
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
      width: 1130px;
      height: 120px;
  }

  .bannerBom-item{
    display: flex;
    align-items: center;
    position: relative;
    width: 497px;
    height: 50px;
    padding: 34px 0 36px 23px;
    background: linear-gradient(270deg, #FAFAFA 0%, #F3F3F3 100%);
    border-radius: 2px;
    border-right: 4px solid #0B2778;
  }

  .bannerBom-item::after{
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 27px;
    content: '';
    width: 30px;
    height: 30px;
    background: #CFDCFF;
    border-radius: 50%;
}

  .bannerBom-icon{
      position: relative;
      margin-right: 27px;
      z-index: 10;
      width: 50px;
      height: 50px;
      background: url('../img/aboutUs/mubiaohuizhi@2x.png') no-repeat;
      background-size: 100%;
  }

  .bannerBom-icon1{
    width: 42px;
    background: url('../img/aboutUs/icon_xuexi@2x.png') no-repeat;
    background-size: 100%;
  }

  .bannerBom-icon2{
    background: url('../img/aboutUs/icon_xinyong_xianxing_jijin-188@2x.png') no-repeat;
    background-size: 100%;
  }

  .bannerBom-icon3{
    background: url('../img/aboutUs/dangjian_xuexiguiji@2x.png') no-repeat;
    background-size: 100%;
  }

  .bannerBomCon-title{
    font-size: 22px;
    font-weight: 500;
    color: #0B318F;
  }

  .bannerBomCon-font{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #343434;
  }

  
/* 人才战略 */
.talent-strategy {
    width: 100%;
    height: 663px;
    padding-top: 103px;
    /* padding-bottom: 123px; */
    background: url('../img/aboutUs/bg.png') no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .talent-strategy-title{
    position: relative;
    width: 197px;
    height: 46px;
    margin: 0 auto 132px;
    background: url('../img/aboutUs/title1.png') no-repeat;
    background-size: 100%;
  }

    
  .talent-strategy-title::after{
    position: absolute;
    content: '';;
    display: block;
    /* margin: 7px auto 0; */
    left: 50%;
    top: 76px;
    transform: translate(-50%,0);
    width: 27px;
    height: 16px;
    background: url("../img/index/arrow-bom.png") no-repeat;
    background-size: 100%;
    }


  .talent-strategy-detail-box {
    width: 1200px;
    margin: 40px auto 70px;
  }
  
  .talent-strategy-detail-icon {
    display: block;
    position: relative;
    z-index: 5;
    width: 18px;
    height: 18px;
      
  }
  .blue-border {
    border-top: 4px solid #0B318F;
    border-left: 4px solid #0B318F;
  }
  .green-border {
    border-bottom: 4px solid #70BA44;
    border-right: 4px solid #70BA44;
    position: relative;
    float: right;
  }
  .talent-strategy-detail {
    position: relative;
    z-index: 5;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0 24px;
  }
  
  .talent-strategy-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  
  .talent-strategy-item {
    position: relative;
  }
  
  .talent-strategy-ball {
    width: 166px;
    height: 166px;
    border-top: 1px solid #0B318F;
    border-bottom: 1px solid #70BA44;
    border-left: 1px solid #356f76;
    border-right: 1px solid #3684c4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    position: relative;
    left: 50%;
    margin-left: -84px;
    cursor: auto;
  }
  
  .talent-strategy-serial {
    width: 140px;
    height: 140px;
    background: linear-gradient(180deg, #0B2778 0%, #70BA44 100%);
    border-radius: 50%;
    font-size: 80px;
    font-family: STHeitiSC-Medium, STHeitiSC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 140px;
    letter-spacing: 3px;
  } 
  
  .talent-strategy-item-title {
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #343434;
    line-height: 30px;
    text-align: center;
    margin-top: 124px;
    margin-bottom: 7px;
  }
  
  .talent-strategy-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
    text-align: center;
    margin: 0;
    width: 300px;
  }
  
  .talent-strategy-item-left-text {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
    text-align: left;
    margin: 0;
    width: 270px;
    padding-left: 18px;
  }
  .talent-strategy-item-left-text::before {
    content:'';
    width: 8px;
    height: 8px;
    background: #0C47ED;
    position: absolute;
    border-radius: 50%;
    left: 0;
    margin-top: 9px;
  }
  
  .talent-strategy-ver-line {
    width: 2px;
    height: 90px;
    opacity: 0.5;
    background: #8F8F8F;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 152px;
    z-index: 1;
  }
  
  .talent-strategy-ver-circle {
    width: 24px;
    height: 24px;
    border: 1px solid rgb(70 72 81 / 50%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: 240px;
    background: #FFFFFF;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .talent-strategy-ver-dot {
    width: 10px;
    height: 10px;
    background: #8F8F8F;
    /* opacity: 0.5; */
    border-radius: 50%;
  }
  
  .talent-strategy-middle-line {
    width: 1000px;
    height: 1px;
    border-top: 1px dotted #0B2778;
    position: absolute;
    margin: 84px 100px;
  }
  
  .talent-strategy-item-dot {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    background: #0C47ED;
    border-radius: 50%;
    margin-top: 82px;
  }
  
  .talent-strategy-item:hover .talent-strategy-ball{
    border: 1px solid #C42624;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
              animation: scale-up-center 0.4s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
  }
  
  .talent-strategy-item:hover .talent-strategy-serial {
    background: linear-gradient(180deg, #9D2525 0%, #C42624 100%);
  }
  
  .talent-strategy-item:hover .talent-strategy-ver-line {
    background: #9D2525;
  }
  
  .talent-strategy-item:hover .talent-strategy-ver-dot {
    background: #9D2525;
  }
  .talent-strategy-item:hover .talent-strategy-item-title {
    color: #9D2525;
  }
  
  .talent-strategy-item:hover .talent-strategy-run-ball{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 74px;
    margin-top: 8px;
    border: 1px solid transparent;
    -webkit-animation: run 2s linear 0.4s infinite;
    animation: run 2s linear 0.4s infinite;
  }
  
  .talent-strategy-item:hover .talent-strategy-run-ball::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #C42624;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: show-ball 1s ease 1;
    animation: show-ball 1s ease 1;
  }
  
  
  .talent-strategy-bg-box {
    width: 100%;
    position: absolute;
    margin-top: -100px;
    z-index: 0;
  }
  
  .talent-strategy-bg-pos {
    width: inherit;
    height: 900px;
    position: relative;
    display: flex;
    overflow: hidden;
  }
  
  .talent-strategy-bg {
    flex:0 0 auto;
    width: 1920px;
    height: inherit;
    background: url('../img/index/talent_strategy_bg1.jpg') repeat-x;
    -webkit-animation: talent-strategy-slide-left 24s linear infinite both;
              animation: talent-strategy-slide-left 24s linear infinite both;
  }
  
  .talent-strategy-bg2 {
    flex:0 0 auto;
    width: 1920px;
    height: inherit;
    background: url('../img/index/talent_strategy_bg1.jpg') repeat-x;
    -webkit-animation: talent-strategy-slide-left 24s linear infinite both;
              animation: talent-strategy-slide-left 24s linear infinite both;
  }
  
  /**
   * ----------------------------------------
   * animation talent-strategy-slide-left
   * ----------------------------------------
   */
   @-webkit-keyframes talent-strategy-slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-960px);
              transform: translateX(-960px);
    }
  }
  @keyframes talent-strategy-slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-960px);
              transform: translateX(-960px);
    }
  }
  
  /**
   * ----------------------------------------
   * animation talent-strategy-slide-left2
   * ----------------------------------------
   */
   @-webkit-keyframes talent-strategy-slide-left2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-960px);
              transform: translateX(-960px);
    }
  }
  @keyframes talent-strategy-slide-left2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-960px);
              transform: translateX(-960px);
    }
  }
  
  /**
   * ----------------------------------------
   * animation show-ball
   * ----------------------------------------
   */
   @-webkit-keyframes show-ball{
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes show-ball{
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  /**
   * ----------------------------------------
   * animation run
   * ----------------------------------------
   */
  @-webkit-keyframes run{
    from{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to{
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes run{
    from{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to{
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /**
   * ----------------------------------------
   * animation scale-up-center
   * ----------------------------------------
   */
   @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  
.development{
  position: relative;
  height: 867px;
  /* background: url('../img/aboutUs/bg2.png') no-repeat center;
  background-size: 65%; */
}




  .development-outTitle{
    position: relative;
    width: 197px;
    height: 46px;
    margin: 93px auto 29px;
    background: url('../img/aboutUs/title2.png') no-repeat;
    background-size: 100%;
  }


  .module-title-arrow{
    display: block;
    margin: 0 auto 57px;
    width: 27px;
    height: 16px;
    background: url('../img/index/arrow-bom.png') no-repeat;
    background-size: 100%;
  }
  .development-bg{
    position: absolute;
    width: 926px;
    height: 428px;
    left: 50%;  
    transform: translate(-50%, 0%);
    bottom: 109px;
  }


.video{
  width: 100%;
}

.videoMoble{
  margin-top: 128px!important;
}

.videoBox{
  position: relative;
}

.videoMsg{
  position: absolute;
  width: 312px;
  height: 60px;
  background: #282828;
  text-align: center;
  border-radius: 4px;
  line-height: 60px;
  font-size: 21px;
  color: #fff;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.organization {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.organization-img {
  margin-top: 29px;
  width: 600px;
  height: 573px;
}

.organization-right {
  width: 560px;
  height: 520px;
  margin-left: 40px;
  overflow: hidden;
}

.slide-box {
}

.slide-item {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.slide-box div:first-child {
  margin-top: 0px;
}

.slide-img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.slide-describe {
  font-size: 15px;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}