.investment-plate{
    background-color: #ffffff;
    overflow-x: hidden;
}

.investment-plate .banner{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

.investment-plate .banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.investment-plate .banner .title{
    position: absolute;
    top: 9.35rem;
    left: 11.95rem;
    color: #ffffff;
}

.investment-plate .banner .title div{
    color: #FFFFFF;
    line-height: 1.4rem;
    font-family: Source Han Sans CN;
}

.investment-plate .banner .title div:nth-child(1){
    margin-bottom: 1.1rem;
    font-size: 1.8rem;
    font-weight: 400;
}

.investment-plate .banner .title div:nth-child(2){
    font-size: .8rem;
    font-weight: 700;
}

.investment-plate  .investment-card{
    /*padding: 5rem 12rem;*/
    width: 72rem;
    /*height: 28.5rem;*/
    margin:5rem auto;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    /*box-sizing: border-box;*/
}

.investment-plate  .investment-card .left,
.investment-plate  .investment-card .right{
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0 .05rem  1.2rem 0 rgba(41,45,49,0.14);
    border-radius: 16px;
    overflow: hidden;
}

.investment-plate  .investment-card .left img,
.investment-plate  .investment-card .right img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.investment-plate  .investment-card .card-text {
    /*height: 6.75rem;*/
    /*box-sizing: border-box;*/
    padding: 1.5rem 3rem;
}

.investment-plate  .investment-card .card-text p{
    font-size: 1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
    
  /*  overflow:hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*-o-text-overflow:ellipsis;*/
}

.investment-plate  .investment-card .card-text div{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 1.8rem;
    
  /*  overflow:hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*-o-text-overflow:ellipsis;*/
}

.investment-plate .cooperation{
    padding: 5rem 12rem;
    display: flex;
    justify-content: space-between;
    background: #F2F4F9;
    overflow: hidden;
    box-sizing: border-box;
}

.investment-plate .cooperation img{
    width: 64.5%;
    height: auto;
    object-fit: cover;
    border-radius:  16px 0 0 16px ;
}

.investment-plate .cooperation .left{
    width: 35.5%;
    box-sizing: border-box;
    padding: 4rem 5rem;
    background-color: #ffffff;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}

.investment-plate .cooperation .left p{
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 3rem;
}
.investment-plate .cooperation .left .item{
    display: flex;
    align-items: center;
}


.investment-plate .cooperation .left .item div{
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.investment-plate .cooperation .left .item .icon-bk{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.1rem;
    background: #F2F4F9;
    border-radius: 50%;
}

.investment-plate .cooperation .left .item .info .chinese{
    font-size:1rem;
    color: #333333;
}

.investment-plate .cooperation .left .item .info .english{
    font-size: .8rem;
    color: #999999;
}

.investment-plate .cooperation .left .item:last-child {
    margin-top: 3.2rem;
}

@media (min-width:1920px) {
    .investment-plate .banner,
     .investment-plate .tabs-meun,
    {
        width: 96rem;
        margin:auto ;
        
    }
}


@media (max-width: 1152px) {
    .investment-plate .investment-card {
        width: 87rem;
    }
    .investment-plate .cooperation {
        padding: 5rem 4rem;
    }
}

@media (max-width: 900px) {
  .investment-plate .investment-card{
      width: 95% !important;
      height: auto;
      flex-direction: column;
  }
  .investment-plate .investment-card .left{
      width: 100%;
  }
  .investment-plate .banner .title div{
    line-height:2.4rem;
}
  .investment-plate .investment-card .left:nth-child(2){
      margin-top: 3rem ;
  }
  .investment-plate .investment-card .left img{
      width: 100%;
  }
  .investment-plate .investment-card .card-text{
      height: auto;
  }
  .investment-plate .investment-card .card-text p,
  .investment-plate .investment-card .card-text div{
      font-size: 14px;
      line-height: 24px;
  }
  .investment-plate .cooperation{
      padding: 5rem 0;
      flex-direction: column;
  }
  .investment-plate .cooperation img{
      width: 95%;
      margin: auto;
      border-radius: 16px 16px 0 0;
      
  }
  .investment-plate .cooperation .left{
      width: 95%;
      margin:-1rem auto 0 ;
      border-radius: 0 0 16px 16px;
  }
  .investment-plate .cooperation .left p{
      text-align: center;
  }
  .investment-plate .cooperation .left .item{
      justify-content: center;
  }
  .tabs{
      display: none;
  }
  .investment-plate .cooperation .left .item .info .chinese{
       font-size: 16px;
  }
  .investment-plate .cooperation .left .item .info .english{
    font-size: 14px;
}
  
}

@media (max-width: 650px) {
    .investment-plate .investment-card ,
    .investment-plate .cooperation img ,
    .investment-plate .cooperation .left{
        width: 90% !important;
    }
    .investment-plate .investment-card .card-text p ,
    .investment-plate .cooperation .left p 
    {
        font-size: 18px !important;
    }
    
  
    
    
}
    
@media (max-width: 500px) {
    .investment-plate .banner .title div{
        line-height: 2.4rem;
    }
   
}
@media (max-width: 375px) {
    .investment-plate .banner .title div{
        line-height: 3rem;
    }
}
