.case-detit {
  font-size: 22px;
  color: #333333;
  line-height: 60px;
}

.path-box {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.wrap-sbox {
  max-width: 800px;
  margin: 0 auto;
}

.pdet-cenbox1 {
  width: 976px;
  height: 220px;
  overflow: hidden;
}

.case-anlbox {
  padding: 50px 0px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.anl-time {
  font-size: 16px;
  color: #db001e;
  margin-bottom: 20px;
}

.anl-tit {
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 44px;
  text-align: left;
  margin-bottom: 20px;
}

.anl-share>a {
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(241, 242, 246);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}

.anl-lybox {
  font-size: 16px;
  color: #999999;
}

.anl-lybox>span {
  color: #db001e;
}

.anlc-tit {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.case-anlcen {
  padding-top: 30px;
  padding-bottom: 60px;
}

.case-anlcen>p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  /* display: flex; */
  /* margin-bottom: 30px; */

}

.anl-infbox {
  padding-top: 20px;
  background-color: #f1f2f6;
  margin-bottom: 30px;
  margin-top: 30px;
}

.anl-infbox>ul>li {
  width: 50%;
  margin-bottom: 20px;
  float: left;
  padding: 0px 20px;
}

.aninf-tit {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}

.aninf-sub {
  font-size: 16px;
  color: #333;
}

.anlc-probox {
  margin-top: 30px;
  margin-bottom: 40px;
}

.anlc-probox>ul>li {
  width: 250px;
  margin-right: 25px;
  border: 1px solid #f1f2f6;
  float: left;
}

.anlc-probox>ul>li:nth-child(3n) {
  margin-right: 0;
}

.anlc-probox>ul>li>a {
  display: block;
}

.anlc-img {
  width: 100%;
  height: 230px;
  text-align: center;
  line-height: 230px;
}

.anlc-bt {
  height: 70px;
  background-color: #f1f2f6;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 70px;
}

.anlc-aten {
  border-width: 1px;
  border-color: rgb(206, 225, 231);
  border-style: dashed;
  background-color: rgb(239, 251, 255);
  padding: 25px;
  margin: 40px 0px;
}

.aten-tit {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}

.anlc-aten>p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.case-anlcen>img {
  display: block;
  margin: 30px auto;
}

.case-anlbot {
  padding: 36px 0px;
  border-top: 1px solid #e5e5e5;
}

.prev-next-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.anb-tit {
  font-size: 16px;
  color: #333;
  /* max-width: 46%; */
  padding-left: 60px;
  position: relative;
}

.prev-next-box .anb-tit {
  width: 49%;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.anb-tit>span {
  white-space: nowrap;
}

/* .anb-tit>span {
  position: absolute;
  left: 0;
} */

.anb-tit>a {
  color: #db001e;
}

.prev-next-box .anb-tit a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  .prev-next-box {
    flex-direction: column;
    gap: 20px;
  }

  .prev-next-box .anb-tit {
    width: 100%;
  }
}

/* 典例客户-详情 */
.cus {
  /* padding-bottom: 30px; */
  padding-bottom: 20px;
}

.cus>p {
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
}

.cus>p:last-child {
  margin-bottom: 0;
}

.cus>img {
  display: block;
  margin: 30px 0px;
}

/* 新闻 */
.new-tuibox {
  background-color: #f1f2f6;
  padding: 40px 0px 60px;
  border-top: 1px solid #e5e5e5;
}

.new-tuitop {
  margin-bottom: 20px;
}

.ntui-tit {
  font-size: 18px;
  color: #333333;
}

.ntui-mmbox>a>span {
  font-size: 14px;
  color: #666666;
  padding-right: 20px;
  background: url(../images/ck2.png) no-repeat right center;
  background-size: 15px 15px;
}

.new-tuicen>ul>li {
  width: 380px;
  float: left;
  padding: 14px 0px;
  border-bottom: 1px solid #dadbde;
  margin-right: 40px;
}

.new-tuicen>ul>li:nth-child(2n) {
  margin-right: 0;
}

.ntui-time {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}

.ntui-name {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* 专题视频-详情 */