body{
    background-color: #fff;
}
/* banner */
.index-banner {
    width: 100%;
    height: 704px;
    position: relative;

  }
  .banner-wenzi {
    font-size: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    margin-top: 180px;
  }
  .banner-wenzi2{
    width: 418px;
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    text-align: justify;
    margin-top: 20px;
  }
  .join_btn{
    margin-top: 56px;
    width: 158px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    background: #3384FF;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
  }
  .join_btn a{
    color: #FFFFFF;
  }
  .swiper-items .line {
    width: 95px;
    height: 7px;
    background: #FFFFFF;
    margin: 32px auto;
  }
.swiper-pagination-bullet {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 50px;
    width: 21px;
    height: 8px;
  }

  .swiper-button-prev {
    left: 40%;
    background: url(__STATIC__image/zuo.png);
  }

  .swiper-button-next {
    right: 40%;
    background: url(__STATIC__image/you.png);
  }
   .banner-swiper{
    margin-top: 110px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 45px;
  }
    /* 搜索模块 */
  .search_box{
    width: 100%;
    background: url(../img/partner/search_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 266px;
    padding-top: 66px;
  }
  .search_box .search_tit{
    text-align: center;
    font-size: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0px 0 45px 0;
  }
  .search_box .search_ipt{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search_box .search_ipt input{
    width: 672px;
    height: 52px;
    line-height: 52px;
    padding-left: 10px;
    font-size: 16px;
  }
  .search_ipt input::placeholder{
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #AAAAAA;
  }
  .search_ipt .search{
    width: 128px;
    height: 52px;
    background: #1259C4;
    line-height: 52px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
  }

  /* 合伙人列表 */
  .part_box{
    margin-top: 46px;
  }
  .part_box .part_con{

  }
  .part_box .part_con .list{
    width: 100%;
    height: 288px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px 0px rgba(0,45,105,0.08);
    padding: 50px 50px 0px 36px;
    display: flex;
    margin-bottom: 32px;
  }
  .part_box .part_con .list img{
    width: 239px;
    height: 195px;
  }
  .part_box .part_con .list>i{
    width: 1px;
    height: 196px;
    border: 1px solid #E8E8E8;
    margin: 0 48px 0 36px;
  }
  .part_box .part_con .part_msg{

  }
  .part_box .part_con .part_msg .tit{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-right: 46px;
  }
  .part_box .part_con .part_msg .flex{
    display: flex;
  }
  .part_box .part_con .part_msg .tip div{
    /* width: 68px; */
    height: 24px;
    line-height: 24px;
    background: rgba(63,134,255, .16);
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #004CCF;
    text-align: center;
    padding: 0 5px;
  }
  .part_box .part_con .part_msg .info{
    font-size: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    margin: 24px 0;
    line-height: 26px;
  }
  .part_box .part_con .part_msg .info_b{
    display: flex;
    margin-top: 45px;
  }
  .part_box .part_con .part_msg .info_b i{
    width: 1px;
    height: 22px;
    border: 1px solid #E8E8E8;
  }

  .part_box .part_con .part_msg .info_b .phone{
    width: 160px;
    margin-right: 28px;
  }

  .part_box .part_con .part_msg .info_b .email{
    margin-left: 36px;
    margin-right: 36px;
  }
  .part_box .part_con .part_msg .info_b .address{
    margin-left:36px;
  }

  .part_box .part_con .part_msg .info_b p{
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }
  .part_box .part_con .part_msg .info_b span{
    color: #004CCF;
  }
  /* 联系砼联 */
  .contact_box{
    width: 100%;
    height: 231px;
    background: url(../img/partner/conect_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact_box p{
    font-size: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact_box div{
    text-align: center;

  }
  .contact_box span{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer{
    margin-top: 0 !important;
  }
  .hidden{
    display: none;
  }
  /* 合作流程 */
  .colla_pro{
    width: 100%;
    background: #F6F8FC;
    padding-bottom: 87px;
    padding-top: 1px
  }
  .colla_pro  .title{
    font-size: 34px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 58px 0 110px;
  }
  .colla_pro .pro_con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 117px;
  }
  .colla_pro .pro_con .list{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .colla_pro .pro_con .list img{
    width: 60px;
    height: 60px;
    margin-bottom: 36px;
  }
  .colla_pro .pro_con .list p{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
  }
  .colla_pro .pro_con .rorrow{
    width: 42px;
    height: 42px;
    margin-top: 8px;
  }
.colla_pro .colla_box{
  display: flex;
  justify-content: space-between;
}
.colla_pro .colla_box .colla{
  width: 704px;
  height: 232px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 37px 0 0 55px;
}
.colla1{
  background: url('../img/partner/pro1.png');
}
.colla2{
  background: url('../img/partner/pro2.png');
}
.colla_pro .colla_box .colla .tit{
  font-size: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.colla_pro .colla_box .colla  p{
  width: 306px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin: 12px 0 26px;
}
.colla_pro .colla_box .colla .btn{
  width: 128px;
  height: 38px;
  background: #3E7EFF;
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.colla_pro .colla_box .colla .btn a{
  color: #FFFFFF;

}
.colla_pro .colla_box .colla:hover{
  box-shadow: 0 6px 18px 0 #022d664d;;
}

.colla_pro .colla_box .colla .btn:hover{
  background: #5D93FF;;
}