#Swiper1 {
  width: 100%;
  height: 472px;
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
#Swiper1 .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  transform: translate(-50px, 0);
  left: 0;
}
#Swiper1 .swiper-button-next {
  background-image: url(../images/btn_next.png);
  transform: translate(50px, 0);
  right: 0;
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 993px) {
  #Swiper1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 0;
    bottom: 19px;
    padding-right: 16px;
  }
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 28px;
  text-align: center;
}
#Swiper1 .swiper-pagination-bullet-active {
  background: rgba(204, 2, 1, 0.4);
}
#Swiper1 .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
#Swiper1 .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
#Swiper1 .img_mask_box a:hover img {
  transform: scale(1.05);
}
#Swiper1 .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
#Swiper1 .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#Swiper1 .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 66px;
  line-height: 66px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 992px) {
  #Swiper1 {
    height: auto;
  }
  #Swiper1 .swiper-button-prev,
  #Swiper1 .swiper-button-next {
    width: 22px;
    height: 44px;
    opacity: 1;
    transform: translate(0, 0);
  }
  #Swiper1 .swiper-pagination {
    bottom: 7px;
  }
  #Swiper1 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  #Swiper1 .img_mask_box .mask_title h3 {
    width: 100%;
    height: 58px;
    line-height: 38px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 600px) {
  #Swiper1 {
    height: 232px;
  }
}
.tab_box1 {
  position: relative;
}
.tab_box1 .tab {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.tab_box1 .tab li + li {
  margin-left: 20px;
}
.tab_box1 .tab li a {
  display: inline-block;
  width: 182px;
  height: 61px;
  font-size: 22px;
  font-weight: normal;
  color: #c86714;
  padding-top: 26px;
  text-align: center;
  position: relative;
}
.tab_box1 .tab li a::after {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 182px;
  height: 48px;
  border-radius: 24px;
  background: #fff3de;
}
.tab_box1 .tab li:hover a,
.tab_box1 .tab li.cur a {
  color: #fff;
  font-weight: bold;
}
.tab_box1 .tab li:hover a::after,
.tab_box1 .tab li.cur a::after {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: url(../images/tab1_cur.png) no-repeat center;
  background-size: contain;
}
.tab_box1 .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.tab_box1 .more:hover {
  color: #cc0201;
}
@media (max-width: 992px) {
  .tab_box1 .tab {
    justify-content: center;
  }
  .tab_box1 .tab li a {
    width: 130px;
    height: 44px;
    font-size: 18px;
    padding-top: 16px;
  }
  .tab_box1 .tab li a::after {
    width: 130px;
    height: 35px;
  }
  .tab_box1 .tab li:hover a::after,
  .tab_box1 .tab li.cur a::after {
    border-radius: 0px;
    background: url(../images/tab1_cur.png) no-repeat center;
    background-size: contain;
  }
}
.index_title {
  height: 51px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  text-align: center;
}
.index_title.index_title1 {
  background-position: left center;
  background-image: url(../images/index_title1.png);
}
.index_title.index_title2 {
  background-image: url(../images/index_title2.png);
}
.index_title.index_title3 {
  background-image: url(../images/index_title3.png);
}
.index_title.index_title4 {
  background-image: url(../images/index_title4.png);
}
.index_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.index_title a.more {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.index_title a.more:hover {
  color: #cc0201;
}
.gsgg_box {
  padding: 27px 20px;
  background-color: #fffaf2;
  position: relative;
}
.gsgg_box .gsgg_title {
  width: 52px;
}
.gsgg_box .list_t {
  width: calc(100% - 160px);
}
.gsgg_box .list_t .list_text {
  color: #c86714;
}
.gsgg_box .list_t li {
  border: none !important;
}
.gsgg_box .list_t li a {
  padding: 5px 0px;
}
.gsgg_box .more {
  font-size: 18px;
  font-weight: normal;
  color: #b41b0a;
}
@media (min-width: 993px) {
  .gsgg_box::after {
    pointer-events: none;
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 109px;
    height: 100%;
    background: url(../images/gsgg_bg.png) no-repeat center;
    background-size: 100% 100%;
  }
}
@media (max-width: 992px) {
  .gsgg_box {
    padding: 12px;
    text-align: center;
  }
  .gsgg_box .gsgg_title img {
    margin: 0 auto;
  }
  .gsgg_box .more {
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    background: linear-gradient(90deg, rgba(204, 2, 1, 0.2) 0%, rgba(204, 2, 1, 0) 100%);
  }
}
.index_links_ul {
  margin-left: -5px;
  margin-right: -5px;
}
.index_links_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index_links_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.index_links_ul > li:nth-child(n) {
  margin-top: 0;
}
.index_links_ul > li:nth-child(n)::after {
  display: block;
}
.index_links_ul > li:nth-child(n + 2) {
  margin-top: 10px;
}
.index_links_ul > li:nth-child(2) {
  margin-top: 0;
}
.index_links_ul > li:nth-child(2n)::after,
.index_links_ul > li:last-child::after {
  display: none;
}
.index_links_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .index_links_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index_links_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .index_links_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .index_links_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .index_links_ul > li:nth-child(n)::after {
    display: block;
  }
  .index_links_ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .index_links_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .index_links_ul > li:nth-child(2n)::after,
  .index_links_ul > li:last-child::after {
    display: none;
  }
  .index_links_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Swiper2 .swiper-button-prev,
#Swiper2 .swiper-button-next {
  top: 50%;
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper2 .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  left: 0;
}
#Swiper2 .swiper-button-next {
  background-image: url(../images/btn_next.png);
  right: 0;
}
#Swiper2 .zt_img a {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
#Swiper2 .zt_img a img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Swiper2 .zt_img a:hover img {
  transform: scale(1.05);
}
@media (min-width: 993px) {
  .xxby_tab_box {
    background: url(../images/xxby_bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 366px;
    padding-top: 70px;
  }
  .xxby_tab_box li a {
    width: 100%;
    line-height: 52px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #ffffff;
  }
  .xxby_tab_box .cur a {
    background: linear-gradient(90deg, rgba(204, 2, 1, 0.4) 0%, rgba(204, 2, 1, 0) 100%);
  }
}
.xxby_pane {
  padding: 15px 0;
}
@media (max-width: 992px) {
  .xxby_pane {
    margin-top: 0 !important;
  }
}
.xxby_swiper_box {
  position: relative;
  background: #fff3de;
  padding: 16px 60px;
}
.xxby_swiper_box .swiper-button-prev,
.xxby_swiper_box .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.xxby_swiper_box .swiper-button-prev {
  background-image: url(../images/btn_prev2.png);
  left: 0;
}
.xxby_swiper_box .swiper-button-next {
  background-image: url(../images/btn_next2.png);
  right: 0;
}
.xxby_swiper_box .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 302px;
}
.xxby_swiper_box .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.xxby_swiper_box .img_mask_box a:hover img {
  transform: scale(1.05);
}
.xxby_swiper_box .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.xxby_swiper_box .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/xxby_title.png) no-repeat center;
  background-size: 100% 84px;
}
.xxby_swiper_box .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  height: 84px;
  padding-top: 50px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.xxby_swiper_box .img_mask_box .mask_title2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/xxby_title2.png) no-repeat center;
  background-size: 100% 84px;
}
.xxby_swiper_box .img_mask_box .mask_title2 h3 {
  box-sizing: border-box;
  height: 84px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .xxby_swiper_box {
    padding: 6px;
  }
  .xxby_swiper_box .swiper-button-prev,
  .xxby_swiper_box .swiper-button-next {
    width: 22px;
    height: 44px;
  }
  .xxby_swiper_box .img_mask_box {
    height: 200px;
  }
  .xxby_swiper_box .img_mask_box .mask_title h3,.xxby_swiper_box .img_mask_box .mask_title2 h3 {
    height: 57px;
    padding-top: 33px;
    font-size: 14px;
  }
}
.yellow_box {
  background: linear-gradient(180deg, #fff3de 0%, #fffaf1 100%);
  padding: 16px;
}
.hzs_box .link_box {
  height: 120px;
}
.hzs_box .link_box a,
.hzs_box .link_box img {
  height: 100%;
}
.hzs_box .link_box a {
  position: relative;
}
.hzs_box .link_box a::after {
  transition: all 0.3s ease;
  z-index: 1;
  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: 24px;
  height: 24px;
  background: url(../images/icon_play.png) no-repeat center;
  background-size: contain;
}
.hzs_box .link_box a:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}
.hzs_box > .link_box {
  height: 485px;
  margin-bottom: 12px;
}
.hzs_box > .link_box a::after {
  width: 78px;
  height: 78px;
}
@media (max-width: 600px) {
  .hzs_box > .link_box {
    height: 191px;
    margin-bottom: 0px;
  }
  .hzs_box > .link_box a::after {
    width: 30px;
    height: 30px;
  }
}
.index_videos_ul {
  margin-left: -6px;
  margin-right: -6px;
}
.index_videos_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index_videos_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
}
.index_videos_ul > li:nth-child(n) {
  margin-top: 0;
}
.index_videos_ul > li:nth-child(n)::after {
  display: block;
}
.index_videos_ul > li:nth-child(n + 4) {
  margin-top: 12px;
}
.index_videos_ul > li:nth-child(4) {
  margin-top: 0;
}
.index_videos_ul > li:nth-child(4n)::after,
.index_videos_ul > li:last-child::after {
  display: none;
}
.index_videos_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Swiper3 .swiper-pagination-bullet {
  opacity: 0.5;
  background: #cc0201;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
#Swiper3 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
}
#Swiper3 .zt_img a {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #Swiper3 .zt_img a {
    height: 92px;
  }
}
#Swiper3 .zt_img a img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Swiper3 .zt_img a:hover img {
  transform: scale(1.05);
}
.gwy_box .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 246px;
}
@media (max-width: 992px) {
  .gwy_box .img_mask_box {
    height: auto;
  }
}
@media (max-width: 600px) {
  .gwy_box .img_mask_box {
    height: 185px;
  }
}
.gwy_box .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.gwy_box .img_mask_box a:hover img {
  transform: scale(1.05);
}
.gwy_box .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.gwy_box .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 103, 20, 0.7);
}
.gwy_box .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 600px) {
  .gwy_box .img_mask_box .mask_title h3 {
    font-size: 14px;
  }
}
.gwy_box .list_t .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 30px;
  border-radius: 4px;
  opacity: 1;
  background: #ffefd2;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #c86714;
}
.gwy_box .list_t .list_text::before {
  display: none;
}
@media (min-width: 993px) {
  .tab_box3 {
    height: 54px;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(270deg, #f7e6c9 0%, #fffffe 100%);
    position: relative;
  }
  .tab_box3 .tab {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  .tab_box3 .tab li + li {
    margin-left: 10px;
  }
  .tab_box3 .tab li a {
    display: inline-block;
    height: 54px;
    border-radius: 16px 16px 0px 0px;
    font-size: 22px;
    font-weight: normal;
    color: #c86714;
    padding: 16px 25px;
    text-align: center;
  }
  .tab_box3 .tab li:hover a,
  .tab_box3 .tab li.cur a {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, #c10201 0%, #e32517 100%);
  }
  .tab_box3 .more {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #cc0201;
  }
}
.splt_ul {
  margin-left: -12px;
  margin-right: -12px;
}
.splt_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.splt_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.splt_ul > li:nth-child(n) {
  margin-top: 0;
}
.splt_ul > li:nth-child(n)::after {
  display: block;
}
.splt_ul > li:nth-child(n + 4) {
  margin-top: 24px;
}
.splt_ul > li:nth-child(4) {
  margin-top: 0;
}
.splt_ul > li:nth-child(4n)::after,
.splt_ul > li:last-child::after {
  display: none;
}
.splt_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .splt_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .splt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .splt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .splt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .splt_ul > li:nth-child(n)::after {
    display: block;
  }
  .splt_ul > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .splt_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .splt_ul > li:nth-child(2n)::after,
  .splt_ul > li:last-child::after {
    display: none;
  }
  .splt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .splt_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .splt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .splt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .splt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .splt_ul > li:nth-child(n)::after {
    display: block;
  }
  .splt_ul > li:nth-child(n + 1) {
    margin-top: 24px;
  }
  .splt_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .splt_ul > li:nth-child(1n)::after,
  .splt_ul > li:last-child::after {
    display: none;
  }
  .splt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.splt_ul .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 232px;
}
.splt_ul .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.splt_ul .img_mask_box a:hover img {
  transform: scale(1.05);
}
.splt_ul .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.splt_ul .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.splt_ul .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.splt_swiper {
  width: 100%;
  height: 232px;
}
.splt_swiper .swiper-button-prev,
.splt_swiper .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.splt_swiper .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  transform: translate(-50px, 0);
  left: 0;
}
.splt_swiper .swiper-button-next {
  background-image: url(../images/btn_next.png);
  transform: translate(50px, 0);
  right: 0;
}
.splt_swiper:hover .swiper-button-prev,
.splt_swiper:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
.splt_swiper .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.splt_swiper .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.splt_swiper .img_mask_box a:hover img {
  transform: scale(1.05);
}
.splt_swiper .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.splt_swiper .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.splt_swiper .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .splt_swiper {
    height: auto;
  }
  .splt_swiper .swiper-button-prev,
  .splt_swiper .swiper-button-next {
    width: 22px;
    height: 44px;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media (max-width: 600px) {
  .splt_swiper {
    height: 232px;
  }
}
