.banner{
  background: url('../images/about-us/banner_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){
  .banner {
    background: url('../images/about-us/banner_bg_m.jpg') no-repeat;
    background-size: 100% 100%;
  }
}

/* 今天开始与Skyee进行国际付款! */
.skyee_payments_sec{
  background: #F0F6FA;
  color: #507390;
}
.skyee_payments_sec .skyee_payments_innner{
  padding:0 12px;
  height: 280px;
  text-align: center;
}
/* Our Story */
.our_story_inner{
  margin-top:-60px;
  background: #fff;
  padding: 60px 100px;
  box-shadow: 0px 10px 20px 0px rgba(0, 148, 219, 0.1);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.our_story_inner .module_title {
  padding-top: 0;
}
.skyee_introduce{
  padding:28px 52px;
  color:#507390;
  text-align: center;
}
.introduce_img{
  position: relative;
}
.introduce_img .introduce_bg{
  position: absolute;
  top: 0;right: 0;
  bottom:0;left: 0;
  border-radius:10px;
  overflow: hidden;
  background: url('../images/about-us/introduce_bg.png') no-repeat;
  background-size: cover;
}
.introduce_text{
  /* 兼容栅格 */
  padding-left: 80px;
}
.introduce_text .text_item{
  line-height: 22px;
  padding-left: 10px;
  position: relative;
}
.introduce_text .text_item::before{
  content: '';
  display: inline-block;
  position: absolute;
  top:10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.introduce_text .text_item:not(:last-child){
  margin-bottom: 20px;
}
.text_ba_item{
  margin-top:48px;
  text-align: right;
}
.text_ba_item .iext_ba{
  display: inline-block;
  margin-right: -100px;
  width: 400px;
  height: 56px;
  background: #F0F6FA;
}

@media ( max-width:1240px){
  .our_story_inner{
    padding: 40px 60px;
  }
  .text_ba_item .iext_ba{
    margin-right: -60px;
  }
}
@media (max-width:992px){
  /* 今天开始与Skyee进行国际付款! */
  .skyee_payments_sec .skyee_payments_innner{
    height: 124px;
    font-size: 16px;
    line-height: 22px;
  }
  .skyee_introduce{
    font-size: 16px;
    line-height: 22px;
    padding:28px 0;
  }
  .our_story_inner{
    margin-top:-24px;
    padding: 28px 12px;
  }
  .introduce_img{
    padding-top: 54px;
    min-height: 240px;
    margin-bottom: 28px;
  }
  .introduce_img .design_bg{
    display: block;
    width: 50%;
    height:100px;
    background:#F0F6FA;
    border-radius:4px;
  }
  .introduce_img .introduce_bg{
    width: 100% ;
    height: 100%;
    /* min-width: 180px;  */
    background-position: center center;
    background-size: 50% 100%;
    right: 0;
     /* 兼容栅格 */
  }
  .introduce_text{
    /* 兼容栅格 */
    padding-left: 15px;
  }
  .text_ba_item{
    display: none;
  }
}

/*  Financial Security  */
.financial_security_inner{
  padding-left:80px;
  padding-bottom:  112px;
}

.financial_security_inner .tip{
  padding:28px 60px 60px;
  color:#507390;
  text-align: center;
}
.financial_security_inner .priority_l{
  width: 502px;
  height: 406px;
  flex-shrink: 0;
  margin-right: 92px;
}
.priority_r .priority_item{
  box-shadow: 0px 10px 20px 0px rgba(0,148,219,0.1);
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.priority_r .priority_item:last-child{
  margin-bottom: 0;
}
.priority_r .priority_item .img_box{
  padding: 0 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.priority_r .priority_item .img_box img{
  width: 76px;
  height: 76px;
}
.priority_r .priority_item .content{
  padding: 26px 20px 26px 0;
  font-size: 14px;
  line-height: 20px;
}
@media( max-width:1220px ){
  .financial_security_inner .priority_l{
    max-width: 100%;
    width: 406px;
    height: 360px;
    margin-right: 60px;
  }
}
@media( max-width:992px ){
  .financial_security_inner {
    padding-left: 0;
    padding-bottom: 56px;
  }
  .financial_security_inner .tip{
    font-size: 16px;
    line-height: 22px;
    padding: 28px 6px;
  }
  .financial_security_inner ._row{
    display: block;
  }
  .financial_security_inner .priority_l{
    max-width: 100%;
    width: auto;
    height: 204px;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 26px;
  }
  .priority_r .priority_item .content{
    padding: 10px 10px 10px 0;
  }
}

/* 我们的愿景 */
.prospect_sec{
  padding-top: 26px;
}
.prospect_box{
  padding-bottom:60px;
  background: url('../images/about-us/prospect_bg.jpg') no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
/* ie兼容 */
@media (-ms-high-contrast: active),(-ms-high-contrast: none){
  .prospect_box{
    background: url('../images/about-us/ie_prospect_bg.jpg') no-repeat;
    background-attachment:scroll;
    background-size: cover;
  }
}
@media(max-width:768px){
  .prospect_box{
    padding-bottom:56px;
    background: url('../images/about-us/prospect_bg_m.jpg') no-repeat;
    background-attachment:scroll;
    background-size: cover;
  }
}

.prospect_img{
  order: 1;
  flex:1;
  margin-top:-26px;
  width: 584px;
  height: 406px;
  border-radius: 10px;
  overflow: hidden;
}

.prospect_text{
  flex:1;
  order: -1;
  margin-right: 56px;
  justify-content: flex-end;
  text-align: right;
}
.prospect_text .title{
  color:#fff;
  margin-bottom: 64px;
}
.prospect_text .title::after{
  right: 0 ;
  bottom: -34px;
  left: auto;
  background: #fff;
  transform: translateX(0)
}
.prospect_text .text{
  color:#fff;
}

@media(max-width:768px){
  .prospect_sec{
    padding-top: 80px;
  }
  .prospect_inner ._container{
    display: inline-block;
  }
  .prospect_img{
    margin:-80px auto 28px;
    max-width: 250px;
    width: 100%;
    height: 160px;
  }
  .prospect_text{
    text-align: center;
    margin-right: 0;
  }
  .prospect_text  .title{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 44px;

  }
  .prospect_text .title::after{
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
  }
  .prospect_text .text {
    font-size: 16px;
    line-height: 22px;
  }
}

/* 发展历程 */
.development_sec{
  overflow: hidden;
  padding-bottom: 112px;
}

.development_inner{
  background: url('../images/about-us/map.png') no-repeat;
  background-size: contain;
  margin-top: 58px;
  padding-bottom: 58px;
}

/* 时间轴 */
.timer_shaft_sec{
  padding: 42px 0 82px;
}
.timer_shaft_sec .swiper-slide{
  width: 154px;
  height: 96px;
  position: relative;
}
.timer_shaft_sec .swiper-slide::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

/* .timer_shaft_sec .swiper-slide.prefix,
.timer_shaft_sec .swiper-slide.suffix{
  width: 170px;
} */
.timer_shaft_sec .swiper-slide:first-child:after,
.timer_shaft_sec .swiper-slide:last-child:after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #D8D8D8;
}
.timer_shaft_sec .swiper-slide:first-child:after{
  left:0px;
}
.timer_shaft_sec .swiper-slide:last-child:after{
  right: 0;
}
.timer_shaft_sec .time{
  display: block;
  left:0;right: 0;
  text-align: center;
  line-height:28px;
  transition: color .28s ease-in-out;
  position: absolute;
}
.timer_shaft_sec .time.top{
 top:0;
}
.timer_shaft_sec .time.bottom{
  bottom:0;
}

.timer_shaft_sec .active .slick_slide_inner,
.timer_shaft_sec .slick_slide_inner:hover{
  background: #C2F2FF;
  border-color:#C2F2FF;
}
.timer_shaft_sec .active .time{
  color:#00A6FD;
}
.timer_shaft_sec .active .slick_slide_inner::before,
.timer_shaft_sec .slick_slide_inner:hover::before{
  width: 50%;
  height: 50%;
}
.slick_slide_inner {
  width: 18px;
  height: 18px;
  border:1px solid #979797;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  transition: all .28s ease-in-out;
}
.slick_slide_inner::before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #00A6FD;
  transition: all .28s ease-in-out;
}
.slick_slide_inner.medium{
  width: 28px;
  height: 28px;
}

@media( max-width:768px ){
  .development_sec{
    padding-bottom: 56px;
  }
  
  .development_inner{
    background: url('../images/about-us/map-m.png') no-repeat;
    background-size: cover;
    margin-top: 38px;
    padding-bottom: 0;
  }
  .timer_shaft_sec{
    padding: 18px 0 38px;
  }
}
/* 事件 */
.swiper_text_wrapper{
  /* padding:0 216px; */
  /* min-height: 86px; */
  text-align: center;
}
.swiper_container_text{
  max-width: 778px;
  width: 100%;
}
.swiper_text_wrapper .year{
  color:#507390;
  line-height: 28px;
  margin-bottom: 16px;
  text-align: center;
}
.swiper_text_wrapper .content{
  padding: 0 38px;
  line-height: 22px;
  text-align: center;
  word-wrap:break-word;
  overflow: hidden;
}
.swiper_text_wrapper .swiper-button-next:after, 
.swiper_text_wrapper .swiper-button-prev:after{
  font-size: 28px;
  color:#00A6FD;
}
