@charset "UTF-8";
.c-chanpin .c-tit {
  margin: 0;
}

.c-chanpin .c-tit .col-md-7 {
  padding-left: 50px;
}

.c-chanpin .c-tit .col-md-7 h2 {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.c-chanpin .c-tit .col-md-7 > p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 70px;
  white-space: pre-line;
}

.c-chanpin .c-tit .col-md-7 > p span {
  display: block;
  margin-bottom: 10px;
  color: #ff4000;
}

.c-chanpin .c-tag {
  padding-bottom: 40px;
}

.ctel {
  border: 1px solid #f0f0f0;
  height: 55px;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  position: relative;
}

.ctel .btn01 {
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #fff;
  padding: 0 50px;
  border-radius: 30px;
}

.ctel .btn01 i {
  line-height: 1;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.ctel .btn02 {
  position: absolute;
  right: 40px;
  top: 0;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  color: #ff4000;
  font-weight: bold;
}

.ctel .btn02 i {
  font-size: 22px;
  color: #ccc;
  position: relative;
  line-height: 1;
  top: 1px;
  margin-right: 5px;
  font-weight: normal;
}

.c-tabtop {
  margin-top: 30px;
}

.c-tabtop .item {
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #ff4000;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.c-tabtop .slick-slide:last-of-type .item {
  border-right: none;
}

.c-tabtop .slick-current .item {
  background-color: #ff4000;
}

.c-tabbottom {
  border: 1px solid #f0f0f0;
  border-top: none;
}

.c-tabbottom .slick-slide {
  padding: 40px;
}

.c-tabbottom .slick-slide p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.c-tabbottom .slick-slide strong {
  color: #333;
  margin-bottom: 5px;
}

.c-tabbottom .slick-slide table {
  width: 100%;
}

.c-tabbottom .slick-slide table td {
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
}

.c-tabbottom .slick-slide .pic {
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.c-tabbottom .slick-slide .pic p {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}

/* 案例列表 */
.l-case .pic {
  border: 1px solid #f0f0f0;
}
