.list {
  padding: 65px 0 50px;
  min-width: 100%;
  display: inline-block;
}
.list .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-top: 58px;
}
.list .product-list li a {
  display: block;
}
.list .product-list li a .img-wrap {
  width: 370px;
  height: 246px;
  overflow: hidden;
}
.list .product-list li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.list .product-list li a p {
  font-size: 16px;
  line-height: 60px;
  background: #F7F7F7;
  color: #222222;
  text-align: center;
}
.list .product-list li a:hover img {
  transform: scale(1.2);
}
.list .product-list li:nth-child(n+4) {
  margin-top: 49px;
}
.detail {
  padding: 137px 0 170px;
  min-width: 100%;
  display: inline-block;
}
.detail .detail-wrap {
  min-width: 1200px;
  display: flex;
  align-items: flex-start;
}
.detail .detail-wrap .detail-left {
  position: relative;
}
.detail .detail-wrap .detail-left::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: -72px;
  left: -360px;
  width: 929px;
  height: 595px;
  background: url("../images/business-scope/detail-bg.png") no-repeat;
  background-size: cover;
}
.detail .detail-wrap .detail-left .swiper {
  position: relative;
  z-index: 20;
  width: 676px;
  height: 451px;
}
.detail .detail-wrap .detail-left .swiper .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .detail-wrap .product-info {
  padding: 25px 0 0 46px;
  position: relative;
  z-index: 10;
  flex: 1;
}
.detail .detail-wrap .product-info h4 {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 29px;
}
.detail .detail-wrap .product-info .content {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  min-height: 298px;
  margin-bottom: 29px;
  padding-right: 24px;
}
.detail .detail-wrap .product-info .product-nav {
  display: flex;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
  align-items: center;
  height: 89px;
  background: #F7F7F7;
  margin-left: -153px;
  padding: 0 24px 0 153px;
}
.detail .detail-wrap .product-info .product-nav a {
  color: #222222;
}
.detail .detail-wrap .product-info .product-nav .product-prev,
.detail .detail-wrap .product-info .product-nav .product-next {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 129px;
  max-width: 210px;
  padding-right: 15px;
}
.detail .detail-wrap .product-info .product-nav .back-line {
  margin-left: auto;
  color: #019B2E;
  flex-shrink: 0;
}
.detail .detail-wrap .product-info .product-nav .back-line::before {
  content: "";
  display: inline-block;
  margin-top: 8px;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background: url("../images/business-scope/back-icon.png");
  background-size: cover;
  vertical-align: top;
}
