.pro-cont {
  padding:40px;
  background: #fff;
}
.pro-list li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.pro-list .cont {
  display: block;
  position: relative;
}
.pro-list .cont:hover .pro-tit .more-btn {
  background: #00baff;
  color: #fff;
  border-color:#00baff;
}
.pro-list .cont .pro-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
  background: #f2f2f2;
}
.pro-list .cont .pro-img img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.pro-list .cont .pro-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/probg.png") center center no-repeat;
  background-size:cover;
}
.pro-list .cont .pro-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.pro-list .cont .pro-tit .tit {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 2px 2px #444;
}
.pro-list .cont .pro-tit .more-btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-album .slick-next {
  right: 0;
}
.detail-album .slick-prev {
  left: 0;
  z-index: 2;
}
.detail-album .slick-prev,
.detail-album .slick-next {
  width: 36px;
}
.detail-album .slick-prev:before,
.detail-album .slick-next:before {
  font-size: 36px;
}
.album-img {
  
}
.album-img img {
  width:100%;
}
.detail-desc {
  padding: 0 10px;
}
.detail-desc .tit {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
}
.detail-desc .t1 {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}
.detail-desc .t2 {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  min-height: 156px;
  margin-bottom: 25px;
}
.detail-desc .telBtn {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #00baff;
  border-radius: 50px;
  font-size: 18px;
  color: #666;
}
.detail-desc .telBtn .tel {
  display: none;
}
.detail-desc .telBtn:hover {
  background: #00baff;
  color: #fff;
}
.detail-desc .telBtn:hover .txt {
  display: none;
}
.detail-desc .telBtn:hover .tel {
  display: inherit;
}
@media screen and (max-width: 991px) {
  .pro-list .cont .pro-tit .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro-cont {
    padding: 20px 10px;
  }
  .pro-list {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .pro-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .detail-album {
    margin-bottom: 20px;
  }
  .detail-desc .tit {
    font-size: 22px;
  }
  .detail-desc .tit,
  .detail-desc .t1 {
    text-align: center;
    margin-bottom: 15px;
  }
  .detail-desc .t2 {
    min-height: 0;
  }
  .detail-desc .telBtn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .pro-list {
    width: 100%;
  }
  .pro-cont {
    padding: 10px 0;
  }
  .pro-list .cont .pro-tit {
    padding-bottom: 10px;
  }
  .pro-list .cont .pro-tit .tit {
    font-size: 16px;
  }
  .pro-list .cont .pro-tit .more-btn {
    font-size: 12px;
    width: 80px;
    line-height: 28px;
  }
  .detail-album,
  .detail-desc {
    padding: 0 5px;
  }
  .detail-album .slick-prev:before,
  .detail-album .slick-next:before {
    font-size: 24px;
  }
  .detail-desc .telBtn {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 380px) {
  .detail-desc .tit,
  .detail-desc .t1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .detail-desc .t1 {
    font-size: 14px;
  }
}
