.title {
  height: 51px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.title.title1 {
  height: 60px;
  background-image: url(../images/title10.png);
}
.title.title2 {
  background-image: url(../images/title2.png);
}
.title.title3 {
  background-image: url(../images/title3.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;
  }
}
.xxby_swiper_box {
  position: relative;
}
.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: 420px;
}
.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;
  }
}
.img_ul {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.img_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.img_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.img_ul > li:nth-child(n) {
  margin-top: 0;
}
.img_ul > li:nth-child(n)::after {
  display: block;
}
.img_ul > li:nth-child(n + 3) {
  margin-top: 30px;
}
.img_ul > li:nth-child(3) {
  margin-top: 0;
}
.img_ul > li:nth-child(3n)::after,
.img_ul > li:last-child::after {
  display: none;
}
.img_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .img_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .img_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .img_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .img_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .img_ul > li:nth-child(n)::after {
    display: block;
  }
  .img_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .img_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .img_ul > li:nth-child(2n)::after,
  .img_ul > li:last-child::after {
    display: none;
  }
  .img_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .img_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .img_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .img_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;
  }
  .img_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .img_ul > li:nth-child(n)::after {
    display: block;
  }
  .img_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .img_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .img_ul > li:nth-child(1n)::after,
  .img_ul > li:last-child::after {
    display: none;
  }
  .img_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.img_ul li a {
  display: block;
  box-sizing: border-box;
}
.img_ul li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.img_ul li 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;
}
.img_ul li 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) {
  .img_ul li a .img {
    height: auto;
  }
}
.img_ul li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img_ul li 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;
}
.img_ul li a:hover .img::before,
.img_ul li a:hover .img::after {
  opacity: 1;
}
.img_ul li a:hover img {
  transform: scale(1.05);
}
.img_ul li a:hover h6 {
  font-weight: bold;
  color: #cc0201;
}
#Swiper1 {
  width: 100%;
  height: 300px;
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  top: 45%;
  width: 40px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  #Swiper1 .swiper-button-prev,
  #Swiper1 .swiper-button-next {
    top: 50%;
    width: 20px;
    height: 40px;
  }
}
#Swiper1 .swiper-button-prev {
  background-image: url(../images/btn_prev2.png);
  left: 0;
}
#Swiper1 .swiper-button-next {
  background-image: url(../images/btn_next2.png);
  right: 0;
}
#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: cover;
  transition: all 0.3s;
}
#Swiper1 .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 103, 20, 0.7);
}
#Swiper1 .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: 60px;
  line-height: 60px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 600px) {
  #Swiper1 .img_mask_box .mask_title h3 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #Swiper1 {
    height: auto;
  }
}
@media (max-width: 600px) {
  #Swiper1 {
    height: 232px;
  }
}
