

.yxhb_banner_link a {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}
.starting_tit {
  margin-bottom: 0;
}
.EBC-intro-list ul li {
  width: 25%!important;
}
/* 发展历程 */
.develop{
  background-color: #f5f7fa;
  padding: 65px 0 40px;
  text-align: center;
}
.develop .manage_sum{
margin: 30px auto 65px;
}
.navigate{
  position: relative;
  padding-top: 30px;
}
.navigate .line{
  position: absolute;
  width: 100%;
  border: 1px solid rgb(218, 219, 223);
  top:55px;
}
.navigate .nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.develop .nav li{
  border-radius: 25px;
  color: #252b3a;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  word-spacing: 1px;
  border: 1px solid rgb(218, 219, 223);
  cursor: pointer;
}
.develop .nav li.active {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
}
.content{
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 60px; 
}
.content li{
  display: flex;
  justify-content: space-between;
  align-items:center;
  display: none;
}
.content li.active{
  display: flex;
}
.content li .contnt_left{
width:40% ;
padding: 40px;
}
.content li .contnt_left .text{
  position: relative;
  color: #575d6c;
  text-align: left;
}
.content li .contnt_left .text .s-title{
  position: absolute;
  color: rgb(244, 244, 244);
  left: 0;
  top:-80px;
}
.fnt_70{
  font-size: 70px;
}
.content li .contnt_left .text .disc{
  color: #252b3a;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(218, 219, 223);
} 
.content li .contnt_left .txt{
  margin-top: 20px;
  color: #575d6c;
}
.content li .contnt_right{
  width:60% ;
  }
  .content li .contnt_right img{
    width: 100%;
    height: 100%;
  }

  /* 成为伙伴 */
  .add{
    color:#fff!important;
  }
  .add .EBC-intro-list ul {
    align-items: flex-start;
  }
  .add .EBC-intro-list ul li{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
  }
  .add .EBC-intro-list ul li .after{
    width: 50%;
    height: 100%;
    display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px

  }
  .add .EBC-intro-list ul li .after .line{
    width: 100px;
    height: 1px;
    background-color: rgb(166, 175, 184);
  }
  .add .EBC-intro-list ul li .after .point{
    width: 6px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: rgb(166, 175, 184);
  }

  .add .EBC-intro-list ul li .txt div p{
    color: #fff;
    text-align: center;
  }

  .add .EBC-intro-list ul li .txt div p::before{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgb(166, 175, 184);
  }