.flex-center{
  display: flex;
  justify-content: center;  
  margin-top:39px;
}
.swiper-container {
    width:100%;
    height: 482px;
    margin-top:70px;
}
.swiper-slide{
    width:100%;
    height: 482px;
    color:red;
}
.swiper-slide img{
    width:100%;
    height: 482px;
    color:red;
}
.banner-index img{
 /* height: 480px;
  background:pink;*/
}
/*自研产品*/
.product-wrapper{
    background: #fbfbfb;
    padding-bottom:80px;
}
.product-title{
    font-weight:700;
    text-align:center;
    font-size:29px;
    padding-top:85px;
}
.product-list{
    width:166px;
    height:134px;
  /*  border-radius:5px;
    text-align:center; 
    background:#f2f3f5;
    margin-left:7px;*/
    cursor:pointer;
   /* background:pink;*/
    margin-left:7px;
    
}

.product-list-color{
    width:166px;
    height:133px;
    background:#2c67ff;
    border-radius:5px;
    text-align:center; 
    margin-left:7px;
    cursor:pointer;
}

.product-list-p{
    font-size:24px;
    color:#fff;
    font-style:oblique;
    padding-top:40px;

}
.product-p-color{
    font-size:24px;
    color:#2c67ff;
    font-style:oblique;
    padding-top:40px;
}

.product-list-span{
   font-size:14px;
   color:#848692;
   margin-top:10px;
}
.product-bg{
  width:1200px;
   background: url(../images/1VDI-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/1VDI-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}

.product-content2{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/2LIMS-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content3{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/3MES-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content4{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/4SCADA-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content5{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/5ANDON-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content6{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/6WMS-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content7{
    width:1200px;
    height:156px;
    font-size:14px;
    color:#848692;
    margin:0 auto;
    margin-top:50px;
    background: url(../images/7CMP-1200x156.png) center no-repeat;
    background-size:1200px 156px; 
}
.product-content-p{
    width:1107px;
    margin:0 auto;
    line-height:25px;
    padding-top:35px;
}

.product-img{
    width:1200px;
    background:#c1c2c7;
    height:255px;
    margin:0 auto;
    margin-top:13px;


}
/*自研产品 end*/

/*新闻动态 */
.news{
    padding-bottom:80px;
}
.news-wrapper{
  width:1200px;
  display: flex;
  margin:0 auto;
  margin-top:74px;
}

.news-list{
    display:flex;
    margin-left:85px;
}
.news-list:first-child{
   margin-left:0;

}


.news-time-p1{
    color:#848692;
    font-size:28px;
    font-weight:660;
}
.news-time-p2{
    color:#848692;
    font-size:24px;
    font-style:oblique;
}
.lines{
    height:65px;
    border-left:1px solid #d8d9dc;
    margin-left:15px;
}
.news-right{
    margin-left:17px;
}
.news-right-p{
   font-size:21px;
   width:260px;
   font-weight:500;

}
.news-right-p2{
    height: 40px;
    color:#acafb6;
    font-size:14px;
    margin-top:35px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.news-right-p3 a{
    font-size:12px;
    color:#FFA384;
    margin-top:20px;
}
.more-news a{
    font-size:14px;
    text-align:center;
    color: #333333;
    margin-top:55px;
    cursor:pointer;
}
/*新闻动态 end*/
/*合作客户*/
.customer-wrapper{
    width:100%;
    background:#fbfbfb;
    padding-bottom:80px;
    border-bottom: 1px solid #e1e2e4;
}
.customer-list{
    width:1200px;
    overflow:hidden;
    margin:0 auto;
    margin-top:36px;
}
.customer-list img{
    display:block;
    width:218px;
    height:74px;
    background:#c1c2c7;
    margin-left:25px;
    float:left;
    margin-top:30px;
}

/*合作客户 end*/