.basic-info {
  background: url(/static/images/m/pro-detail-bg.jpg) no-repeat center
    center/cover;
  background-attachment: fixed;
  height: 100%;
  overflow: hidden;
}
.bread {
  padding: 80px 20px 26px;
}
.basic-info .content {
  overflow: hidden;
}
.basic-info .content .pic-list img {
  width: 100%;
}

.swiper-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.swiper-button-next {
  background: url(/static/images/lr.jpg) no-repeat center center;
  right: 20px;
}
.swiper-button-prev {
  background: url(/static/images/ll.jpg) no-repeat center center;
  left: 20px;
}
.swiper-button-prev.swiper-button-disabled {
  background: url(/static/images/bl.jpg) no-repeat center center;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled {
  background: url(/static/images/br.jpg) no-repeat center center;
  opacity: 1;
}
.detail-info {
  background: #f6f6f6;
  padding-bottom: 40px;
}
.detail-info .detail-desc {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.detail-info .detail-desc .detail-top .title {
  font-size: 24px;
  color: #333;
}
.detail-info .detail-desc .detail-top .subtitle {
  font-size: 16px;
  color: #333;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  padding-top: 30px;
}
.detail-info .detail-desc .detail-top .subtitle span {
  margin-right: 20px;
  line-height: 30px;
}
.detail-info .detail-desc .detail-top .subtitle i {
  font-size: 16px;
  color: #cccccc;
  display: inline-block;
  padding-right: 15px;
}
.detail-info .detail-desc .detail-top .desc {
  font-size: 15px;
  color: #666;
  line-height: 200%;
  padding-top: 20px;
}
.detail-info .detail-desc .detail-content .title {
  font-size: 24px;
  color: #333;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  padding-top: 44px;
}
.detail-info .detail-desc .detail-content .label {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 200%;
  padding-left: 20px;
}
.detail-info .detail-desc .detail-content .label:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1088d5;
  position: absolute;
  top: 10px;
  left: 0;
}

.project-link {
  width: 100%;
  overflow: hidden;
  height: 233px;
}
.project-link .project-list {
  overflow: hidden;
  width: 50%;
  height: 233px;

  position: relative;
  text-align: center;
  background: #222222;
  float: left;
}
.project-link .project-list a {
  color: #fff;
}

.project-link .project-list .list-info {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
  top: 50%;
  margin-top: -74px;
}
.project-link .project-list .list-info .icon i {
  font-size: 50px;
  line-height: 180%;
}
.project-link .project-list .list-info .title {
  font-size: 18px;
  text-transform: uppercase;
}
.project-link .project-list .list-info .desc {
  font-size: 16px;
  color: #ccc;
  padding-top: 10px;
}
.project-link .project-list img {
  max-width: 100%;
  opacity: 0.5;
}
