.slide-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
}
.slide-carousel .item-list {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slide-carousel .item-list li .item-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-carousel .item-list li .item-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-carousel .item-list li .item-content a .cover-img {
  width: 100%;
  height: 100%;
}
.slide-carousel .indicator-list {
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -63px;
  z-index: 100;
}
.slide-carousel .indicator-list a {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin-left: 5px;
  background: url(../img/about_06_hd_link.png)no-repeat;
}
.slide-carousel .indicator-list a.selected {
  background: url(../img/about_06_hd_hover.png)no-repeat;
}
/*.slide-carousel .controls {
  opacity: 1;
}*/
.slide-carousel .controls a {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  color: #fff;
  font-size: 35px;
  z-index: 2;
}
/*.slide-carousel .controls a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}*/
.slide-carousel .controls .item-prev {
  top: 35px;
  left: 0;
  background: url(../img/about_06_left_link.png)no-repeat 17px 130px;
}
.slide-carousel .controls .item-next {
  top: 35px;
  right: 0;
  background: url(../img/about_06_right_link.png)no-repeat 145px 130px;
}
.slide-carousel .desc {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.slide-carousel .desc strong {
  color: #fff;
  font-size: 20px;
  line-height: 72px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slide-carousel:hover .controls {
  opacity: 1;
  transition: opacity 0.5s ease;
}
