.top-banner{
    position: relative;
    
}

/* ------------------ */
.content{
    background: #F4F4F4;
}

.content-box{
    width: 1200px;
    border-radius: 30px;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
}
.content-info{
    display: flex;
}
.banner-list{

}
.content-info .info{
    margin-left: 53px;
}
.banner-list{
    width: 480px;
    height: 480px;
}
.content-info .info .top-info{
   
}

.top-info .name{
    font-size: 36px;
    color: #0046B4;
}
.top-info .model{
    font-size: 24px;
    color: #010001;
    border-bottom: 2px solid #898989;
    display: inline-block;
    padding: 10px 0;
}
.content-info .info .desc{
    font-size: 20px;
    color: #010001;
    margin: 36px 0;
}
.content-info .info .company{
    font-size: 14px;
    color: #010001;
}
.news-content{
    /* margin-top: 100px; */
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 34px;
}
.bottom-nav{

}
.news-tip{
    font-size: 16px;
    color: #333333;

}
.news-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
    
}
.news{
    padding: 20px 0;
}
.bottom-nav{
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* background-color: orange; */
    margin-top: 38px; 
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 42px;
}
.left-btn,.middle-btn,.right-btn{
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    /* padding: 10px; */
    width: 145px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-radius: 4px;
    color: #999999;
}
.content-info{
    display: flex;
    width: 987px;
    padding: 46px 0px;
    justify-content:flex-start;
    flex-wrap: wrap;
}

/**-----**/
.detail-imgs{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* background-color: orange; */
    padding: 30px 0;
}
.detail-imgs img{
    width: 987px;
    font-size: 48px;
}

.el-carousel{
    height: 480px;
}
.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 480px;
    margin: 0;
  }
  .el-carousel__item{
    height: 480px;
  }
  .el-carousel__item:nth-child(2n) {
     background-color: #99a9bf;
     height: 480px;
  }
  
  .el-carousel__item:nth-child(2n+1) {
     background-color: #d3dce6;
     height: 480px;
  }