.business-solution {
  margin-bottom: 130px;
}
.business-solution .solution-container ul.solution-list .solution-item {
  margin-bottom: 100px;
}
.business-solution .solution-container ul.solution-list .solution-item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.business-solution .solution-container ul.solution-list .solution-item:nth-of-type(even) > a {
  flex-direction: row-reverse;
}
.business-solution .solution-container ul.solution-list .solution-item:nth-of-type(even) > a .item-left {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: 50%;
  height: 100%;
}
.business-solution .solution-container ul.solution-list .solution-item .item-left,
.business-solution .solution-container ul.solution-list .solution-item .item-right {
  width: 50%;
}
.business-solution .solution-container ul.solution-list .solution-item .item-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.business-solution .solution-container ul.solution-list .solution-item .item-left {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business-solution .solution-container ul.solution-list .solution-item .item-right {
  height: 100%;
  padding: 55px 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-right: none;
  transition: all 0.3s;
}
.business-solution .solution-container ul.solution-list .solution-item:hover .item-right {
  box-shadow: 0 5px 18px 0 rgba(197, 197, 197, 0.36);
}
.business-solution-detail .bread {
  background-color: #fcfcfc;
}
.business-solution-detail .material-produce {
  width: 100%;
}
.business-solution-detail .material-produce .swiper-container {
  width: 100%;
  height: 100%;
}
.business-solution-detail .material-produce .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.business-solution-detail .material-produce .swiper-container .swiper-button-white {
  width: 19px;
  height: 33px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business-solution-detail .solution-box {
  padding-top: 65px;
  padding-bottom: 40px;
  background-color: #fcfcfc;
}
.business-solution-detail .solution-box .material-detail {
  margin-bottom: 20px;
}
.business-solution-detail .solution-box .material-detail .params-top {
  width: 100%;
  margin: 0;
}
.business-solution-detail .solution-box .material-detail .params-top .top-left {
  width: 50%;
  height: 402px;
  margin-right: 51px;
}
.business-solution-detail .solution-box .material-detail .params-top .top-left .left-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.business-solution-detail .solution-box .material-detail .params-top .top-right {
  width: 50%;
  box-sizing: border-box;
}
.business-solution-detail .solution-box .material-detail .params-gallery-box {
  width: 100%;
  margin-top: 60px;
}
.business-solution-detail .solution-box .material-detail .params-gallery-box .gallery-thumbs {
  width: 100%;
  height: 182px;
}
.business-solution-detail .solution-box .material-detail .params-gallery-box .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.business-solution-detail .solution-box .material-detail .params-gallery-box .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.business-solution-detail .solution-box .material-detail .material-analysis .advantage-list h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
}
.business-solution-detail .solution-box .material-detail .material-analysis .detail-image {
  margin-top: 60px;
  text-align: center;
}
.business-solution-detail .solution-box .material-detail .material-analysis .detail-image p {
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}
.business-solution-detail .solution-box .material-detail .material-analysis p.end-info {
  text-indent: 36px;
  margin-top: 30px;
}
.business-solution-detail .solution-detail-container .material-detail-box .back-box a.back-link {
  margin: 60px 24px 0;
}
h4.project-name,
h4.title {
  font-size: 24px;
  font-weight: bold;
  color: #f51c30;
}
p.project-text {
  margin-top: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
.strength-box {
  margin-top: 45px;
}
.strength-box ul.strength-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}
.strength-box ul.strength-list li.strength-item {
  padding: 0 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.strength-box ul.strength-list li.strength-item .text-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.strength-box ul.strength-list li.strength-item .text-group h5 {
  font-size: 30px;
  font-weight: bold;
}
.strength-box ul.strength-list li.strength-item .text-group span {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.strength-box ul.strength-list li.strength-item p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.6);
  line-height: 30px;
  margin-top: 3px;
}
