/* 产品元素样式 */
.type_detail {
  margin-top:40px;
  margin-bottom: 20px;
 display: flex;
 justify-content: center;
}

.type_detail .ele{
  text-align: center;
  height: 345px;
  width: 215px;
  /* margin-right: 38px; */
  box-shadow: 2px 2px 15px #999;
  border:1px solid #ccc;
  float:left;
}
.ele+.ele{
  margin-left:38px;
}
/* 产品图片样式 */
.pic{
  padding:20px 0 8px;
  text-align: center;
}
.pic img{
  width:72px;
}
/* 产品标题 */
.type_title{
  font-size:22px;
  margin-bottom:15px;
}
.con_box li{
  font-size: 16px;
  line-height:25px;
}
/* 用户分类部分 */
.user{
  text-align: center;
  background: #fbfbfb;
}
.user_img img{
  height: 410px;
}
/* 系统能力部分 */
.system_content .item{
  display: flex;
  height: 175px;
  width: 1195px;
  margin:0 auto;
  margin-bottom:30px;
  /* background-size:1000px ; */
  background-size: contain;
  background-repeat: no-repeat;
}
.system_content .item:first-of-type{
  background-image: url('../images/zwfw/4.png');
}
.system_content .item1{
  margin-top: 40px;
  background: url('../images/zwfw/4.png');
}
.system_content .item:nth-of-type(2){
  background-image: url('../images/zwfw/2.png');
}
.item2{
  background: url('../images/zwfw/2.png');
}
.system_content .item:nth-of-type(3){
  background-image: url('../images/zwfw/3.png');
}
.item3{
  background: url('../images/zwfw/3.png');
}
/* 左边文字标题 */
.item_left{
  font-weight: 600;
  font-size: 28px;
  color: white;
  margin-left: 42px;
  margin-top: 95px;
  float:left;
}
/* 右边文字部分 */
.item_text {
  color: white;
  margin-left: 80px;
  padding: 50px 0;
float:left;
}
.item_text p{
font-size:16px;
}
.item_text .big{
font-weight: 900;
font-size: 20px;
margin-bottom: 20px;
}