.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%;
}
.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: 150px;
  left: 50%;
  margin-left: -238px;
  z-index: 100;
}
 .slide-carousel .indicator-list_t {
   position: absolute;
   bottom: 25px;
   left: 50%;
   margin-left: -45px;
   z-index: 100;
 }
.slide-carousel .indicator-list a {
  display: inline-block;
  width: 15px;
  height: 15px;
  /*border: 2px solid #fff;*/
  border-radius: 50%;
  overflow: hidden;
  background-color:#bfbfbf;
  margin-left: 5px;
}
.slide-carousel .indicator-list a.selected {
  /*border-color: #ff6700;*/
  /*background-color: #5fff92;*/
  width: 40px;
  border-radius: 50px;
  background-color: #445bff;
}
.slide-carousel .controls {
  opacity: 1;
}
.a1 {
  cursor: pointer;
  text-decoration: none;
  width: 260px;
  height: 260px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 25px;
  z-index: 2;
  background: url(../img/left.png) no-repeat center center;
}

.a2 {
  cursor: pointer;
  text-decoration: none;
  width: 260px;
  height: 260px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 25px;
  z-index: 2;
  background: url(../img/right.png) no-repeat center center;
}
.a3 {
  top: 72%!important;
  left: -50px!important;
  cursor: pointer;
  text-decoration: none;
  width: 160px;
  height: 160px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 25px;
  z-index:10;
  background: url(../img/left.png) no-repeat center center;
  margin-top: 210px;
}
.a4{
  top: 72%!important;
  right: -50px!important;
  cursor: pointer;
  text-decoration: none;
  width: 160px;
  height: 160px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 25px;
  z-index: 10;
  background: url(../img/right.png) no-repeat center center;
  margin-top: 210px;
}


.slide-carousel .controls a:hover {
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.slide-carousel .controls .item-prev {
  top: 50%;
  left: 0;
  margin-top: -200px;
}
.slide-carousel .controls .item-next {
  top: 50%;
  right: 245px;
  margin-top: -200px;
}
.slide-carousel .desc {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: 266px;
  left: 303px;
  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;
}
