/* 产品 */
.product {
}
.product-content {
  position: relative;
}
.product-content-img {
  width: 560px;
  height: 340px;
}
.el-carousel__item {
  /* background-color: #fff; */
  opacity: 1;
}
.el-carousel__mask {
  opacity: 0;
}
#nav-warp-item4{
	display: none;
}
#nav-warp4:hover #nav-warp-item4{
	display: block;
}
.crumbs {
  position: relative;
  margin: 0 auto;
  min-width: 800px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-weight: 700;
  color: #5D5F91;
  
}

/* 案例1 */
.case1 {
  margin: 50px 0;
  max-width: 1920px;
  overflow: hidden;
}
.case1-warp {
  width: 2800px;
  height: 100px;
  /* padding: 0 140px; */
  padding-left: 100px;
  position: relative;
}
.case1-list {
  float: left;
  list-style: none;
  margin-left: 150px;
  width: 560px;
  height: 360px;
}
.case1-list:first-of-type {
  margin-left: 0;
}
.case1-img {
  width: 100%;
  height: 100%;
}
/* 案例2 */
.case2 {
  margin: 50px 0;
  max-width: 1920px;
  overflow: hidden;
}
.case2-warp {
  width: 5000px;
  height: 100px;
  /* padding: 0 140px; */
  padding-left: 100px;
  position: relative;
}
.case2-list {
  float: left;
  list-style: none;
  margin-left: 150px;
  width: 400px;
  height: 280px;
}
.case2-list:first-of-type {
  margin-left: 0;
}
.case2-img {
  width: 100%;
  height: 100%;
}
/* 案例3 */
.case3 {
  margin-top: 50px;
  max-width: 1920px;
  overflow: hidden;
}
.case3-warp {
  width: 3500px;
  height: 100px;
  /* padding: 0 140px; */
  padding-left: 100px;
  position: relative;
}
.case3-list {
  float: left;
  list-style: none;
  margin-left: 150px;
  width: 410px;
  height: 280px;
}
.case3-list:first-of-type {
  margin-left: 0;
}
.case3-img {
  width: 100%;
  height: 100%;
}
.center_main{
	background: #FFFFFF;
	/* height: 500px */;
	padding:  0 10%;
}
.center_main_content{
	padding:0 10%;
	/* height: 100%; */
	/* border: 1px solid #f99; */
	box-shadow: 10px 0 5px -5px rgba(0,0,0,0.2) inset,-10px 0 5px -5px rgba(0,0,0,0.2) inset;
	
}

