body {
  background-color: #f0f5ff;
}

.crumb {
  background-color: #f0f5ff;
}
.main_xyfg {
  width: 1200px;
  margin: 0 auto;
}

.main_xyfg > .hd {
  width: 100%;
}

.main_xyfg > .hd ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_xyfg > .hd ul li:nth-child(2) {
  margin-left: 132px;
}

.main_xyfg > .hd ul li a {
  width: 212px;
  height: 46px;
  display: block;
}

.main_xyfg > .hd ul li a.a_noon {
  display: block;
}

.main_xyfg > .hd ul li a.a_on {
  display: none;
}

.main_xyfg > .hd ul li.on a.a_noon {
  display: none;
}

.main_xyfg > .hd ul li.on a.a_on {
  display: block;
}

.main_xyfg > .hd ul li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.main_xyfg > .hd ul li.on a {
  display: block;
  width: 212px;
  height: 107px;
}

.main_xyfg > .bd {
  margin-top: 18px;
  width: 100%;
}

.main_xyfg > .bd > div {
  width: 100%;
  position: relative;
  display: none;
}

.main_xyfg > .bd > div.on {
  display: block;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper2 .swiper-slide {
  width: 100%;
  height: 652px;
}

.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px 50px 0 0;
}

.mySwiper4 {
  width: 100%;
}

.mySwiper4 .swiper-slide {
  width: 100%;
  height: 652px;
}

.mySwiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px 50px 0 0;
}

.mySwiper {
  width: 1080px;
  margin: 0 auto;
  margin-top: -119px;
}

.mySwiper .swiper-slide {
  width: 180px;
  position: relative;
  cursor: pointer;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 119px;
}

/* 缩略图激活态遮罩 + 白字（覆盖在图片区域） */
.mySwiper .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 119px;
  background: #30afc2;
  opacity: 0.5;
  z-index: 2;
}

.mySwiper5 .swiper-slide-thumb-active::before {
  background: #ff8252;
}

.mySwiper .swiper-slide-thumb-active::after {
  content: attr(data-mask);
  position: absolute;
  left: 50%;
  top: 59.5px;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  max-width: calc(100% - 16px);
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mySwiper .swiper-slide p {
  width: 100%;
  background-color: #fff;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mySwiper5 {
  width: 1080px;
  margin: 0 auto;
  margin-top: -119px;
}

.mySwiper5 .swiper-slide {
  width: 180px;
  position: relative;
  cursor: pointer;
}

.mySwiper5 .swiper-slide img {
  display: block;
  width: 100%;
  height: 119px;
}

/* 缩略图激活态遮罩 + 白字（覆盖在图片区域） */
.mySwiper5 .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 119px;
  background: #30afc2;
  opacity: 0.5;
  z-index: 2;
}

.main_xyfg
  > .bd
  > div:nth-child(2)
  .mySwiper5
  .swiper-slide-thumb-active::before {
  background: #ff8252;
}

.mySwiper5 .swiper-slide-thumb-active::after {
  content: attr(data-mask);
  position: absolute;
  left: 50%;
  top: 59.5px;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  max-width: calc(100% - 16px);
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mySwiper5 .swiper-slide p {
  width: 100%;
  background-color: #fff;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/xyfg_rt_btn.png) no-repeat center;
  background-size: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/xyfg_lf_btn.png) no-repeat center;
  background-size: cover;
}

.swiper-button-next2,
.swiper-button-prev2 {
  top: auto;
  bottom: 5px;
}

.swiper-button-next4,
.swiper-button-prev4 {
  top: auto;
  bottom: 5px;
}
