@charset "UTF-8";
.these-pain {
  height: 774px;
  background: url("/images/solution/findHighProStrategy/8-FIND-制造企业高效生产攻略-01.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.these-pain .title {
  margin-top: 70px;
  text-align: center;
}
.these-pain .pain-list {
  margin-top: 42px;
  border: 8px solid #c9c9ca;
  height: 445px;
  background-color: #fff;
}
.these-pain .pain-list .pain-item {
  float: left;
  width: 25%;
  height: 100%;
}
.these-pain .pain-list .pain-item:hover {
  background-color: #548ed3;
}
.these-pain .pain-list .pain-item:hover .txt {
  color: #fff;
}
.these-pain .pain-list .pain-item:hover .b-btn .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.these-pain .pain-list .pain-item .img {
  margin-top: 80px;
  text-align: center;
}
.these-pain .pain-list .pain-item .txt {
  margin-top: 22px;
  color: #595858;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.these-pain .pain-list .pain-item .txt .bold {
  font-weight: 500;
  font-size: 20px;
}
.these-pain .pain-list .pain-item .b-btn {
  margin-top: 60px;
  text-align: center;
}
.these-pain .pain-list .pain-item .b-btn .btn {
  width: 154px;
  height: 35px;
  background-color: #548ed3;
  border-color: #548ed3;
  color: #fff;
}
.these-pain .go-more-btn {
  text-align: center;
  margin-top: 55px;
}

.solution {
  height: 540px;
  overflow: hidden;
  background: url("/images/solution/findHighProStrategy/8-FIND-制造企业高效生产攻略-04.jpg") no-repeat;
  background-size: cover;
}
.solution .title {
  margin-top: 58px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.solution .title .big {
  font-size: 36px;
}
.solution .step-list {
  margin-top: 47px;
  margin-right: -16px;
}
.solution .step-list .step-item {
  width: 288px;
  height: 315px;
  border-radius: 8px;
  background-color: #fff;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 16px;
}
.solution .step-list .step-item:hover {
  background-color: #548ed3;
}
.solution .step-list .step-item:hover .tit, .solution .step-list .step-item:hover .desc {
  color: #fff;
}
.solution .step-list .step-item .top-pic {
  position: absolute;
  top: 0;
  right: 0;
}
.solution .step-list .step-item .bottom-pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
.solution .step-list .step-item .tit {
  margin-top: 90px;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #036fb5;
  padding: 0 28px;
}
.solution .step-list .step-item .desc {
  margin-top: 20px;
  font-size: 15px;
  color: #585757;
  line-height: 30px;
  padding: 0 28px;
}

.why-select {
  height: 944px;
  overflow: hidden;
}
.why-select .title {
  margin-top: 90px;
  text-align: center;
}
.why-select .sub-tit {
  margin-top: 24px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  color: #595858;
}
.why-select .main-pic {
  margin-top: 40px;
  padding-top: 35px;
  text-align: center;
  position: relative;
}
.why-select .main-pic img {
  position: relative;
  z-index: 3;
}
.why-select .main-pic:hover .module {
  transform: scale(1.2);
}
.why-select .main-pic .module {
  z-index: 2;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/solution/findHighProStrategy/8-FIND-制造企业高效生产攻略-09.png") no-repeat top center;
}
.why-select .main-pic .module .module-spot {
  position: absolute;
  width: 234px;
  height: 148px;
  padding: 18px 26px;
  color: #595858;
  text-align: left;
}
.why-select .main-pic .module .module-spot.spot1 {
  top: 2px;
  left: 136px;
}
.why-select .main-pic .module .module-spot.spot2 {
  top: 2px;
  right: 136px;
}
.why-select .main-pic .module .module-spot.spot3 {
  bottom: 57px;
  left: 136px;
  padding-top: 36px;
}
.why-select .main-pic .module .module-spot.spot4 {
  bottom: 57px;
  right: 136px;
  padding-top: 24px;
}
.why-select .main-pic .module .module-spot p {
  font-size: 18px;
  margin-bottom: 10px;
}
.why-select .main-pic .module .module-spot p .green {
  color: #01a298;
}
.why-select .main-pic .module .module-spot p .big {
  font-size: 24px;
  font-weight: 700;
}
.why-select .module-desc {
  margin: 54px auto 0;
  height: 42px;
  width: 430px;
  background-color: #036fb5;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.why-select .module-desc::before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
  border-top: 21px solid transparent;
  border-right: 16px solid #036fb5;
  border-bottom: 21px solid #036fb5;
  border-left: 16px solid transparent;
}
.why-select .module-desc::after {
  content: "";
  display: block;
  position: absolute;
  right: -32px;
  top: 0;
  border-top: 21px solid #036fb5;
  border-right: 16px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 16px solid #036fb5;
}

.process-plan {
  height: 595px;
  overflow: hidden;
  background: url("/images/solution/findHighProStrategy/8-FIND-制造企业高效生产攻略-10.jpg") no-repeat;
  background-size: cover;
}
.process-plan .title {
  margin-top: 58px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.process-plan .title .big {
  font-size: 36px;
}
.process-plan .plan-list {
  margin-top: 44px;
  margin-right: -8px;
}
.process-plan .plan-list .plan-item {
  float: left;
  margin-right: 14px;
  width: 288px;
  height: 362px;
  background-color: #fff;
  border-radius: 8px;
  border-top: 8px solid #d9d9d9;
  overflow: hidden;
}
.process-plan .plan-list .plan-item:hover {
  background-color: #548ed3;
  border-color: #2e6db7;
}
.process-plan .plan-list .plan-item:hover .num, .process-plan .plan-list .plan-item:hover .desc {
  color: #fff;
}
.process-plan .plan-list .plan-item:hover .line {
  background-color: #fff;
}
.process-plan .plan-list .plan-item .num {
  margin-top: 52px;
  font-size: 54px;
  color: #878787;
  text-align: center;
}
.process-plan .plan-list .plan-item .line {
  margin: 26px auto 0;
  width: 220px;
  height: 1px;
  background-color: #bbbbbb;
}
.process-plan .plan-list .plan-item .desc {
  margin-top: 42px;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #595858;
}
.process-plan .plan-list .plan-item .desc p {
  margin-bottom: 20px;
}

.consult {
  overflow: hidden;
}
.consult .title {
  margin-top: 86px;
  text-align: center;
}
.consult .q-list {
  margin-top: 60px;
  margin-bottom: 88px;
}
.consult .q-list .q-item {
  margin-bottom: 30px;
  transition: all 0.3s;
}
.consult .q-list .q-item:hover {
  transform: translateY(-8px);
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
}
.consult .q-list .q-item:nth-child(even) .q {
  float: right;
  background-image: linear-gradient(to left, #5795bf, #61b6b1);
}
.consult .q-list .q-item:nth-child(even) .q::after {
  right: unset;
  left: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid #499c93;
  border-bottom: 7px solid #499c93;
  border-left: 7px solid transparent;
}
.consult .q-list .q-item .q {
  margin-top: -14px;
  width: 360px;
  height: 193px;
  background-image: linear-gradient(to right, #5795bf, #61b6b1);
  position: relative;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  padding-top: 28px;
  padding-left: 40px;
}
.consult .q-list .q-item .q::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #499c93;
  border-left: 7px solid #499c93;
}
.consult .q-list .q-item .q .circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 45px;
  font-size: 25px;
  font-weight: 500;
  color: #4385ae;
  text-align: center;
}
.consult .q-list .q-item .q .circle.mr {
  margin-right: 12px;
}
.consult .q-list .q-item .answer {
  width: 840px;
  height: 179px;
  background-color: #f2f9ef;
  padding: 0 44px;
  overflow: hidden;
}
.consult .q-list .q-item .answer .tit {
  margin-top: 27px;
  color: #8cc21f;
  font-size: 15px;
  font-weight: 500;
}
.consult .q-list .q-item .answer .desc {
  margin-top: 18px;
  color: #595858;
  font-size: 13px;
  line-height: 26px;
}
.consult .q-list .q-item .answer .desc .dot {
  display: inline-block;
  margin-right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8bc21c;
}

/*# sourceMappingURL=findHighProStrategy.css.map */
