.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: 429px;
  object-fit: cover;
}
.slide-carousel .indicator-list {
  position: absolute;
  bottom: -5px;
  left: 48%;
  margin-left: -63px;
  z-index: 100;
}
.slide-carousel .indicator-list a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
  margin-left: 5px;
}
.slide-carousel .indicator-list a.selected {
  border-color: #ccc;
  background-color: #af222a;
}
.slide-carousel .controls {
  opacity: 0;
}
.slide-carousel .controls a {
  cursor: pointer;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  /*padding-top: 25px;*/
  z-index: 2;
  text-align: center;
  font-family: serif;
}
.slide-carousel .controls a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  
}
.slide-carousel .controls .item-prev {
  top: 50%;
  left: 0;
  margin-top: -42px;
}
.slide-carousel .controls .item-next {
  top: 50%;
  right: 0;
  margin-top: -42px;
}
.slide-carousel .desc {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /*background: url(../images/cjt2.png)center no-repeat;*/
  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;
}

.h-tab-list1{background: url(../images/pic1.png)left no-repeat; position: absolute; width: 58px; height: 58px; left: 68px; top: 20px;}
.h-tab-list2{background: url(../images/pic02.png)left no-repeat; position: absolute; width: 58px; height: 58px; left: 68px; top: 20px;}
.h-tab-list3{background: url(../images/pic03.png)left no-repeat; position: absolute; width: 58px; height: 58px; left: 68px; top: 20px;}

.h-tab-list01.active .h-tab-list1{background: url(../images/pic1h.png)left no-repeat; }
.h-tab-list02.active .h-tab-list2{background: url(../images/pic02h.png)left no-repeat; }
.h-tab-list03.active .h-tab-list3{background: url(../images/pic03h.png)left no-repeat; }

.tab ul li.active .h-tab-padd-xh{color: #fff;}
.tab ul li.active .h-tab-padd-dis{color: #fff;}

.tab_content_tit{font-size: 32px; color: #333333;}
.tab_content_en{font-size: 16px; color: #666666; text-transform: uppercase; position: relative;}
.tab_content_dis{font-size: 16px; line-height: 36px; color: #666666; margin-top: 28px;}