@charset "utf-8";
/* 解决方案样式表 */

/* 解决方案封面页 */
.solution-wrap {
}

.solution-wrap .list .item {
  background: #f5f5f5;
}

.solution-wrap .list .item:nth-child(2n) {
  background: #ffffff;
}

.solution-wrap .list .item .box {
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.solution-wrap .list .item .content-box {
  display: flex;
  flex-direction: column;
}

.solution-wrap .list .item:nth-child(2n + 1) .content-box {
  padding-right: 50px;
}

.solution-wrap .list .item:nth-child(2n) .content-box {
  padding-left: 50px;
  align-items: flex-end;
}

.solution-wrap .list .item .content-box .title {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 28px;
  margin-bottom: 20px;
  position: relative;
}

.solution-wrap .list .item .content-box .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 3px;
  background: #0072c3;
  left: 0;
  bottom: 0;
}

.solution-wrap .list .item:nth-child(2n) .content-box .title::after {
  left: auto;
  right: 0;
}

.solution-wrap .list .item .content-box .desc {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.solution-wrap .list .item:nth-child(2n) .content-box .desc {
  text-align: right;
}

.solution-wrap .list .item .content-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 152px;
  height: 45px;
  border: 1px solid #0072c3;
  color: #0072c3;
  font-size: 16px;
}

.solution-wrap .list .item .litpic {
  width: 50%;
}

@media (min-width: 761px) and (max-width: 991px) {
  .solution-wrap .list .item .box {
    padding: 50px 0;
  }

  .solution-wrap .list .item:nth-child(2n + 1) .content-box {
    padding-right: 15px;
  }

  .solution-wrap .list .item:nth-child(2n) .content-box {
    padding-left: 15px;
  }
  .solution-wrap .list .item .content-box .title {
    font-size: 30px;
  }
  .solution-wrap .list .item .content-box .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 760px) {
  .solution-wrap .list .item .box {
    padding: 30px 0;
    display: block;
  }

  .solution-wrap .list .item .litpic {
    width: 100%;
    margin: 15px 0;
  }

  .solution-wrap .list .item .content-box {
    margin: 15px 0;
  }
  .solution-wrap .list .item:nth-child(2n + 1) .content-box {
    padding-right: 0;
  }

  .solution-wrap .list .item:nth-child(2n) .content-box {
    padding-left: 0;
    align-items: flex-start;
  }
  .solution-wrap .list .item .content-box .title {
    font-size: 30px;
  }

  .solution-wrap .list .item:nth-child(2n) .content-box .title::after {
    left: 0;
    right: auto;
  }

  .solution-wrap .list .item .content-box .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .solution-wrap .list .item:nth-child(2n) .content-box .desc {
    text-align: left;
  }
}

/* 解决方案详情页 */
.solution-info-wrap {
  background: #f5f5f5;
  padding: 55px 0 75px;
}

.solution-info-wrap .box {
  background: #ffffff;
  padding: 70px 70px 0 70px;
}

.solution-info-wrap .box .box1 {
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.solution-info-wrap .box .box1 .litpic {
  width: 50%;
}

.solution-info-wrap .box .box1 .content-box {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-top: 40px;
}

.solution-info-wrap .box .box1 .content-box .title {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 15px;
  position: relative;
}

.solution-info-wrap .box .box1 .content-box .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 3px;
  background: #0072c3;
  left: 0;
  bottom: 0;
}

.solution-info-wrap .box .box1 .content-box .content {
  font-size: 16px;
  color: #666666;
  margin-bottom: 50px;
}

.solution-info-wrap .box .box1 .content-box .desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .solution-info-wrap .box {
    padding: 40px 40px 0 40px;
  }
  .solution-info-wrap .box .box1 .content-box {
    padding-left: 30px;
    padding-top: 20px;
  }
  .solution-info-wrap .box .box1 .content-box .content {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .solution-info-wrap .box {
    padding: 40px 40px 0 40px;
  }
  .solution-info-wrap .box .box1 .content-box {
    padding-left: 30px;
    padding-top: 15px;
  }
  .solution-info-wrap .box .box1 .content-box .title {
    font-size: 24px;
  }
  .solution-info-wrap .box .box1 .content-box .content {
    margin-bottom: 20px;
  }
  .solution-info-wrap .box .box1 .content-box .desc {
    font-size: 14px;
    line-height: 26px;
  }
}


@media (min-width: 761px) and (max-width: 991px) {
  .solution-info-wrap .box {
    padding: 24px 24px 0 24px;
  }
  .solution-info-wrap .box .box1 {
    margin-bottom: 25px;
  }
  .solution-info-wrap .box .box1 .content-box {
    padding-left: 15px;
    padding-top: 0;
  }
  .solution-info-wrap .box .box1 .content-box .title {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .solution-info-wrap .box .box1 .content-box .content {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .solution-info-wrap .box .box1 .content-box .desc {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 760px) {
  .solution-info-wrap .box {
    padding: 15px 15px 0 15px;
  }
  .solution-info-wrap .box .box1 {
    margin-bottom: 25px;
    display: block;
  }
  .solution-info-wrap .box .box1 .litpic {
    width: 100%;
  }
  .solution-info-wrap .box .box1 .content-box {
    padding-left: 0;
    padding-top: 20px;
  }
  .solution-info-wrap .box .box1 .content-box .title {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .solution-info-wrap .box .box1 .content-box .content {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .solution-info-wrap .box .box1 .content-box .desc {
    font-size: 12px;
    line-height: 24px;
  }
}

.solution-info-wrap .box .box2 {
}

.solution-info-wrap .box .box2 .tab-box {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.solution-info-wrap .box .box2 .tab-box .tab {
  width: 115px;
  height: 50px;
  background: #0072c3;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-info-wrap .box .box2 .single-page,
.solution-info-wrap .box .box2 .single-page * {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}

@media (min-width: 761px) and (max-width: 991px) {
  .solution-info-wrap .box .box2 .tab-box {
    margin-bottom: 15px;
  }
  .solution-info-wrap .box .box2 .tab-box .tab {
    height: 40px;
    font-size: 13px;
  }
  .solution-info-wrap .box .box2 .single-page, .solution-info-wrap .box .box2 .single-page * {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 760px) {
  .solution-info-wrap .box .box2 .tab-box {
    margin-bottom: 15px;
  }
  .solution-info-wrap .box .box2 .tab-box .tab {
    height: 40px;
    font-size: 12px;
  }
  .solution-info-wrap .box .box2 .single-page, .solution-info-wrap .box .box2 .single-page * {
    font-size: 14px;
    line-height: 24px;
  }
}
