.module-normal-inner {
  overflow: hidden;
}
.tabs a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #222222;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}
.tabs a:hover {
  color: #f1ca23;
}
@media (max-width: 768px) {
  .tabs a {
    width: 89px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}
.tabs a.active {
  color: #fff;
  background-color: #666666;
}
.tabs-swiper {
  margin-bottom: 10px !important;
}
.tabs-swiper > .swiper-wrapper .swiper-slide {
  float: none;
}
.tabs-swiper .tabs-info {
  margin-top: 46px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .tabs-swiper .tabs-info {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.item-swiper-box.bg-color-1 {
  background: #222;
}
.item-swiper-box.bg-color-2 {
  background: #222;
}
@media (max-width: 768px) {
  .item-swiper-box.bg-color-2 {
    padding: 0 20px;
    margin: 0 -20px;
  }
}
.item-swiper {
  position: relative;
  padding: 63px 0;
  height: 491px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .item-swiper {
    overflow: hidden;
    height: 410px;
  }
}
.item-swiper.item-swiper-left .item-box-info {
  left: 0;
  right: auto;
}
.item-swiper.item-swiper-left .img-box {
  display: flex;
  justify-content: right;
  float: right;
}
.item-swiper.item-swiper-left .item-change {
  right: auto;
  left: 404px;
}
@media (max-width: 768px) {
  .item-swiper.item-swiper-left .item-change {
    left: auto;
    right: 20px;
  }
}
.item-swiper .item-swiper-swrapper {
  display: flex;
}
.item-swiper .item-box {
  position: relative;
}
.item-swiper .item-box-info {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 450px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
}
@media (max-width: 1350px) {
  .item-swiper .item-box-info {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 0px;
    width: 100%;
    line-height: 1.5;
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 25px;
    padding-left: 0px;
    margin-right: 0px;
  }
}
.item-swiper .item-box-info .title {
  margin-bottom: 36px;
  line-height: 1;
  font-size: 36px;
}
@media (max-width: 1350px) {
  .item-swiper .item-box-info .title {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .item-swiper .item-box-info .desc {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.item-swiper .item-change {
  position: absolute;
  right: 404px;
  bottom: 46px;
  z-index: 99;
}
@media (max-width: 768px) {
  .item-swiper .item-change {
    right: 20px;
    bottom: 30px;
  }
}
.item-swiper .item-change span {
  display: inline-block;
  width: 15px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .item-swiper .item-change span {
    width: 15px;
    height: 25.5px;
    background-size: 100% 100% !important;
  }
}
.item-swiper .item-change span.prev {
  margin-right: 25px;
  background: url('../image/btn_prev.png') no-repeat;
}
@media (max-width: 768px) {
  .item-swiper .item-change span.prev {
    background-size: 100% 100%;
  }
}
.item-swiper .item-change span.prev:hover {
  background-image: url('../image/btn_prev_active.png');
}
.item-swiper .item-change span.next {
  background: url('../image/btn_next.png') no-repeat;
}
@media (max-width: 768px) {
  .item-swiper .item-change span.next {
    background-size: 100% 100%;
  }
}
.item-swiper .item-change span.next:hover {
  background-image: url('../image/btn_next_active.png');
}
.video {
  margin-top: 70px;
  position: relative;
  height: 694px;
  overflow: hidden;
}
.video:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .video {
    margin-top: 40px;
    height: 150px;
  }
}
