@charset "UTF-8";
/* 主题色 */
/* 这些痛 */
.these-pains {
  background-color: #fff;
  overflow: hidden;
}
.these-pains .title {
  margin-top: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.these-pains .title .big {
  font-size: 36px;
  color: #ea5404;
}
.these-pains .line {
  width: 70px;
  height: 2px;
  background-color: #c9c9c9;
  margin: 30px auto 44px;
}
.these-pains .pain-list {
  margin-right: -36px;
  margin-bottom: -34px;
  position: relative;
  overflow: hidden;
}
.these-pains .pain-list .pain-item {
  float: left;
  width: 582px;
  height: 297px;
  overflow: hidden;
  margin-right: 36px;
  margin-bottom: 34px;
  background-color: #f5f5f5;
  padding-left: 72px;
}
.these-pains .pain-list .pain-item:hover {
  background-image: linear-gradient(to right, #ea5503, #f3991a);
  color: #fff;
}
.these-pains .pain-list .pain-item:hover p {
  color: #fff;
}
.these-pains .pain-list .pain-item h3 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 88px;
  margin-bottom: 15px;
}
.these-pains .pain-list .pain-item p {
  color: #595858;
  font-size: 13px;
}
.these-pains .pain-list .ball {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  overflow: hidden;
  border: 18px solid #fff;
  position: absolute;
  background-image: linear-gradient(to right, #ea5503, #f3991a);
  top: 50%;
  left: 50%;
  margin-top: -97px;
  margin-left: -97px;
  text-align: center;
}
.these-pains .pain-list .ball .txt {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-top: 50px;
}

/* 有效解决方案 */
.effective-solution {
  background-color: #fff;
  overflow: hidden;
}
.effective-solution .title {
  margin-top: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.effective-solution .title .big {
  font-size: 36px;
  color: #ea5404;
}
.effective-solution .line {
  width: 70px;
  height: 2px;
  background-color: #c9c9c9;
  margin: 30px auto 44px;
}
.effective-solution .list {
  margin-right: -20px;
  margin-bottom: 70px;
  overflow: hidden;
}
.effective-solution .list .item {
  float: left;
  margin-right: 20px;
  width: 285px;
  height: 400px;
  background-color: #e6e6e6;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.effective-solution .list .item .tit {
  margin-top: 46px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #336db0;
}
.effective-solution .list .item .desc {
  margin-top: 18px;
  height: 212px;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  padding-top: 20px;
}
.effective-solution .list .item .desc p {
  margin-bottom: 10px;
  padding: 0 32px;
}
.effective-solution .list .item:nth-child(1) .desc {
  background: url("../../images/solution/excellentMadeSeries/2-4-制造业生产运营管理（卓越制造系列）-01.png") no-repeat;
  background-size: cover;
}
.effective-solution .list .item:nth-child(2) .desc {
  background: url("../../images/solution/excellentMadeSeries/2-4-制造业生产运营管理（卓越制造系列）-02.png") no-repeat;
  background-size: cover;
}
.effective-solution .list .item:nth-child(3) .desc {
  background: url("../../images/solution/excellentMadeSeries/2-4-制造业生产运营管理（卓越制造系列）-03.png") no-repeat;
  background-size: cover;
}
.effective-solution .list .item:nth-child(4) .desc {
  background: url("../../images/solution/excellentMadeSeries/2-4-制造业生产运营管理（卓越制造系列）-04.png") no-repeat;
  background-size: cover;
}
.effective-solution .list .item .b-btn {
  margin-top: 28px;
}
.effective-solution .list .item .b-btn .btn {
  width: 170px;
  height: 32px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 16px;
}

/* 精益实战讲师 */
.lean-lecturer {
  overflow: hidden;
}
.lean-lecturer .title {
  margin-top: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.lean-lecturer .line {
  width: 70px;
  height: 2px;
  background-color: #c9c9c9;
  margin: 30px auto 45px;
}
.lean-lecturer .lecturer-swiper {
  padding: 0 69px;
  position: relative;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide:hover .img .mask {
  display: block;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .img {
  overflow: hidden;
  position: relative;
  height: 174px;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .img img {
  width: 100%;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 84, 4, 0.7);
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .img .mask .desc {
  margin-top: 70px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 0 8px;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .info {
  height: 42px;
  overflow: hidden;
  background-color: #004486;
  text-align: center;
  color: #fff;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .info .name {
  margin-top: 5px;
  font-size: 13px;
  line-height: 13px;
}
.lean-lecturer .lecturer-swiper .swiper-container .swiper-slide .info .position {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
}
.lean-lecturer .lecturer-swiper .swiper-button-next, .lean-lecturer .lecturer-swiper .swiper-button-prev {
  width: 26px;
  height: 96px;
  margin-top: -48px;
  background-size: 14px;
  background-color: #f4f4f4;
}
.lean-lecturer .lecturer-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ea5404'%2F%3E%3C%2Fsvg%3E");
}
.lean-lecturer .lecturer-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ea5404'%2F%3E%3C%2Fsvg%3E");
}
.lean-lecturer .go-more-btn {
  margin-top: 55px;
  margin-bottom: 70px;
  text-align: center;
}

/*# sourceMappingURL=excellentMadeSeries.css.map */
