.title {
  height: 51px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.title.title4 {
  background-image: url(../images/title4.png);
}
.title.title5 {
  background-image: url(../images/title5.png);
}
.title.title6 {
  background-position: left center;
  background-image: url(../images/title6.png);
}
.title.title7 {
  background-image: url(../images/title7.png);
}
.title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.title a.more {
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 18px;
  font-weight: normal;
  color: #cc0201;
}
@media (max-width: 600px) {
  .title {
    height: 33px !important;
    margin-bottom: 20px;
  }
  .title a.more {
    font-size: 14px;
    bottom: 16px;
  }
}
.spkt_swiper {
  position: relative;
}
.spkt_swiper .swiper-button-prev,
.spkt_swiper .swiper-button-next {
  top: 40%;
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.spkt_swiper .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  left: 0;
}
.spkt_swiper .swiper-button-next {
  background-image: url(../images/btn_next.png);
  right: 0;
}
.spkt_swiper .img_mask_box a {
  display: block;
  box-sizing: border-box;
}
.spkt_swiper .img_mask_box a .img {
  box-sizing: border-box;
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.spkt_swiper .img_mask_box a .img::before {
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../images/icon_play2.png) no-repeat center;
  background-size: contain;
}
.spkt_swiper .img_mask_box a .img::after {
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
@media (max-width: 600px) {
  .spkt_swiper .img_mask_box a .img {
    height: auto;
  }
}
.spkt_swiper .img_mask_box a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.spkt_swiper .img_mask_box a h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 60px;
  padding: 0 10px;
}
.spkt_swiper .img_mask_box a:hover .img::before,
.spkt_swiper .img_mask_box a:hover .img::after {
  opacity: 1;
}
.spkt_swiper .img_mask_box a:hover img {
  transform: scale(1.05);
}
.spkt_swiper .img_mask_box a:hover h6 {
  font-weight: bold;
  color: #cc0201;
}
.spkt_link_ul {
  margin-left: 0px;
  margin-right: 0px;
}
.spkt_link_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.spkt_link_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.spkt_link_ul > li:nth-child(n) {
  margin-top: 0;
}
.spkt_link_ul > li:nth-child(n)::after {
  display: block;
}
.spkt_link_ul > li:nth-child(n + 1) {
  margin-top: 30px;
}
.spkt_link_ul > li:nth-child(1) {
  margin-top: 0;
}
.spkt_link_ul > li:nth-child(1n)::after,
.spkt_link_ul > li:last-child::after {
  display: none;
}
.spkt_link_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .spkt_link_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .spkt_link_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .spkt_link_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .spkt_link_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .spkt_link_ul > li:nth-child(n)::after {
    display: block;
  }
  .spkt_link_ul > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .spkt_link_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .spkt_link_ul > li:nth-child(1n)::after,
  .spkt_link_ul > li:last-child::after {
    display: none;
  }
  .spkt_link_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#mainSwiper {
  width: 100%;
  height: 484px;
}
@media (max-width: 600px) {
  #mainSwiper {
    height: 260px;
  }
}
#mainSwiper .swiper-button-prev,
#mainSwiper .swiper-button-next {
  top: 50%;
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mainSwiper .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  left: 0;
}
#mainSwiper .swiper-button-next {
  background-image: url(../images/btn_next.png);
  right: 0;
}
#mainSwiper .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
#mainSwiper .img_mask_box::before {
  transition: all 0.3s ease;
  z-index: 2;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../images/icon_play2.png) no-repeat center;
  background-size: contain;
}
#mainSwiper .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
#mainSwiper .img_mask_box a:hover img {
  transform: scale(1.05);
}
#mainSwiper .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#mainSwiper .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#mainSwiper .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  padding-top: 200px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 241px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#thumbsSwiper {
  margin-top: 30px;
  width: 100%;
  height: 110px;
}
@media (max-width: 600px) {
  #thumbsSwiper {
    height: 80px;
  }
}
#thumbsSwiper .swiper-slide-thumb-active {
  padding: 12px;
  background-color: #cc0201;
}
#thumbsSwiper .thumb_img {
  width: 100%;
  height: 100%;
}
#thumbsSwiper .thumb_img a,
#thumbsSwiper .thumb_img img {
  width: 100%;
  height: 100%;
}
