@charset "UTF-8";
/* 优势 */
.advantage {
  height: 795px;
  background: url("../../images/solution/markVisitSeries/2-5-精益—标杆参访-01.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.advantage .title-txt {
  margin-top: 37px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 162px;
}
.advantage .advantage-list {
  margin-right: -15px;
}
.advantage .advantage-list .advantage-item {
  float: left;
  width: 390px;
  height: 390px;
  text-align: center;
  background-color: #fff;
  margin-right: 15px;
}
.advantage .advantage-list .advantage-item:nth-child(1) {
  box-shadow: rgba(57, 124, 231, 0.4) -4px -6px 6px inset;
}
.advantage .advantage-list .advantage-item:nth-child(1) .tit {
  color: #397ce7;
}
.advantage .advantage-list .advantage-item:nth-child(2) {
  box-shadow: rgba(240, 153, 0, 0.4) -4px -6px 6px inset;
}
.advantage .advantage-list .advantage-item:nth-child(2) .tit {
  color: #f09900;
}
.advantage .advantage-list .advantage-item:nth-child(3) {
  box-shadow: rgba(0, 180, 182, 0.4) -4px -6px 6px inset;
}
.advantage .advantage-list .advantage-item:nth-child(3) .tit {
  color: #00b4b6;
}
.advantage .advantage-list .advantage-item img {
  margin-top: 43px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.advantage .advantage-list .advantage-item .tit {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 36px;
}
.advantage .advantage-list .advantage-item .desc {
  margin-top: 25px;
  font-size: 13px;
  line-height: 25px;
  color: #595858;
}

/* 部分案例 */
.case {
  overflow: hidden;
}
.case .header-tit {
  margin-top: 56px;
  border-bottom: 1px solid #e3e3e3;
}
.case .header-tit .txt {
  width: 435px;
  height: 62px;
  line-height: 62px;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #4480c7;
}
.case .case-list .case-item {
  margin-top: 54px;
  margin-bottom: 145px;
}
.case .case-list .case-item:last-child {
  margin-bottom: 0;
}
.case .case-list .case-item:nth-child(even) .line {
  background-color: #f29800;
}
.case .case-list .case-item:nth-child(even) .tit .name {
  color: #f39700;
}
.case .case-list .case-item:nth-child(even) .tit .tags {
  border-color: #f8c36c;
}
.case .case-list .case-item:nth-child(even) .c .r {
  border-color: #ffe3b7;
}
.case .case-list .case-item:nth-child(even) .c .r .part .t {
  color: #f39700;
}
.case .case-list .case-item:nth-child(even) .c .r .b-btn .btn {
  background-color: #f39700;
}
.case .case-list .case-item .line {
  width: 260px;
  height: 3px;
  background-color: #4480c3;
}
.case .case-list .case-item .tit {
  margin-top: 30px;
  height: 44px;
  line-height: 44px;
}
.case .case-list .case-item .tit .name {
  font-size: 36px;
  font-weight: 500;
  color: #4480c3;
}
.case .case-list .case-item .tit .tags {
  float: right;
  display: inline-block;
  width: 893px;
  font-size: 20px;
  color: #595858;
  border-bottom: 2px solid #94b8df;
}
.case .case-list .case-item .c {
  margin-top: 60px;
}
.case .case-list .case-item .c .l .img-t {
  width: 444px;
}
.case .case-list .case-item .c .l .img-t img {
  width: 100%;
}
.case .case-list .case-item .c .l .img-b-l, .case .case-list .case-item .c .l .img-b-r {
  margin-top: 8px;
  width: 218px;
}
.case .case-list .case-item .c .l .img-b-l img, .case .case-list .case-item .c .l .img-b-r img {
  width: 100%;
}
.case .case-list .case-item .c .r {
  width: 740px;
  border: 1px solid #a3d3fe;
  border-top-width: 8px;
  padding: 10px 20px 0;
}
.case .case-list .case-item .c .r .b-btn {
  margin-top: 35px;
  margin-bottom: 28px;
  text-align: center;
}
.case .case-list .case-item .c .r .b-btn .btn {
  width: 180px;
  height: 42px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #4480c7;
}
.case .my-paginator {
  margin-top: 55px;
  margin-bottom: 70px;
}

/*# sourceMappingURL=markVisitSeries.css.map */
