.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  /* 公司简介 */
  .compony-des{
      margin-top: 80px;
      margin-bottom: 42px;
      background: url("../../../images/aboutus/aboutus_jianjie_img.png") no-repeat center;
  }
  .des .eng{
      color: #fff;
      font-size: 12px;
      margin-bottom: 10px;
  }
  .des h1{
      color: #fff;
      margin-bottom: 25px;
      
  }
  .des .line{
   width: 56px;
   height: 4px;
   background-color: #a41e30;
   margin-bottom: 30px;
}
.des{
    float: right;
    height: 590px;
    width: 467px;
    padding: 68px 44px 0 64px;
    box-sizing: border-box;
    background: rgba(0,0,0,.7);
}
.des p{
    color: #999;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 25px;
}

/* jidi */
.zzjd{
margin-bottom: 70px;
}
.jidi .eng{
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.jidi h2{
    color: #333;
    margin-bottom: 25px;
    font-weight: 600
    
}
.jidi p{
    color: #999;
    margin-bottom: 37px;
    width: 480px;
    font-size: 15px;
    line-height: 22px;
}
.jidi .line{
 width: 56px;
 height: 4px;
 background-color: #a41e30;
 margin-bottom: 30px;
}
.ppsm{
 margin-bottom: 60px;
 background: url(../../../images/aboutus/aboutus_mission_img.png) no-repeat center;
}
.ppsm .des{
    float: left;
    height: 498px;
    width: 467px;
    padding: 68px 44px 0 0px;
    box-sizing: border-box;
    background: transparent;
}
.ppsm .des p{
    font-size: 16px;
    line-height: 25px;
}

/* 愿景 */
.ppyj{
    padding: 0px;
    margin-bottom: 68px;
}
.yj-imgs{
display: flex;
justify-content: space-between;
}
.yj-imgs .item{
    position: relative;
}
.yj-imgs .item:after{
    content: "红星美凯龙与诗尼曼家居战略合作签约仪式";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 69px;
    line-height: 69px;
    text-align: center;
    width: 380px;
    color: #fff;
    font-size: 1.02rem;
    background-color: rgba(0,0,0,0.5);
}
.yj-imgs .item:nth-child(2):after{
    content: "居然之家与诗尼曼家居战略合作签约仪式";
}
.yj-imgs .item:nth-child(3):after{
    content: "红塔创新与诗尼曼家居战略合作签约仪式";
}
.ppyj p{
    color: #999;
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 25px;
    padding: 0 75px;
    margin-bottom: 40px;
}
.ppyj .title,
.pplc .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ppyj .eng,
.pplc .eng{
    font-size: 12px;
    margin-bottom: 21px;
}
.ppyj .eng{
    color: #999;
}
.pplc .eng{
    color: #fff;
}
.ppyj h1,
.pplc h1{
    margin-bottom: 11px;
    font-weight: 600;
    padding-top: 50px;
}
.ppyj h1{
    color: #333;
}
.pplc h1{
    color: #fff;
}
.ppyj .line,
.pplc .line{
 width: 56px;
 height: 4px;
 background-color: #a41e30;
 margin-bottom: 30px;
}
.pplc .line{
 margin-bottom: 50px;

}
.zs-list{
    display: flex;
    justify-content: space-around;

}

.honer .honer-button-next:after, .honer .honer-button-prev:after{
    content: 'next';
    font-size: 0;
    width: 30px;
    height: 48px;
  }
  .honer-button-prev:after{
    background: url(../../../images/joinlifestyle/Join_kongjian_left_btn.png) no-repeat center;
  }
  .honer-button-next:after{
    background: url(../../../images/joinlifestyle/Join_kongjian_right_btn.png) no-repeat center;
  }
 
  .honer{
    background: url(../../../images/aboutus/aboutus_honor_bg.png) no-repeat center;
    position: relative;
    height: 724px;
  }
  .honer-swiper{
      width: 980px;
  }
  .honer .title{
      margin-bottom: 47px;
  }
 .pplc{
position: relative;

     height: 635px;
     background: url(../../../images/aboutus/aboutus_brand_bg.png) no-repeat center;
 }
 .pplc .fa-li{
    height: 380px;
    overflow: hidden;
    width: 1259px;
    margin: 0 auto;
    background: url(../../../images/aboutus/aboutus_brand_line_msg.png) no-repeat center;
 }
 .pplc .son-li{
    display: flex;
    height: 380px;
    width: fit-content;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
 }
 .pplc .son-li .item{ 
   height: 205px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
}
.pplc .son-li .item:nth-child(2n){
    position: relative;
    top: 177px;
 }
 .left-btn{
     position: absolute;
     top: 56%;
     left: 13%;
     right: auto;
 }
 .right-btn{
    position: absolute;
    top: 56%;
    right:13%;
    left: auto;
}