.ny31-main .mxw-box {
  width: 24rem;
}
/* ==================== 内页31 - 通用标题 Start ==================== */
.ny31-title {
  font-size: 1rem;
  color: #000;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  text-align: center;
  margin-bottom: 1rem;
}
/* ==================== 内页31 - 通用标题 End ==================== */
/* ==================== 内页31 - 板块一 Start ==================== */
.ny31-section1 .image {
  display: block;
}
.ny31-section1 .image img {
  display: block;
  width: 100%;
}
/* ==================== 内页31 - 板块一 End ==================== */
/* ==================== 内页31 - 板块二 Start ==================== */
.ny31-section2 {
  position: relative;
}
.ny31-section2 .bg-image {
  display: block;
}
.ny31-section2 .bg-image img {
  display: block;
  width: 100%;
}
.ny31-section2 .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.ny31-section2 .info {
  padding-top: 3.5002rem;
}
.ny31-section2 .info .text1 {
  font-size: 0.8333rem;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #000;
  margin-bottom: 0.8333rem;
}
.ny31-section2 .info .text2 {
  font-size: 0.4333rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "HYJunhei-35J";
  color: #5E5E5F;
}
/* ==================== 内页31 - 板块二 End ==================== */
/* ==================== 内页31 - 板块三 Start ==================== */
.ny31-section3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  overflow: hidden;
}
.ny31-section3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.ny31-section3 .image {
  width: 17.6666rem;
  display: block;
  flex-shrink: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.ny31-section3 .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.ny31-section3 .right {
  min-width: 0;
  flex-grow: 1;
  padding: 0.6666rem 2rem;
}
.ny31-section3 .right .image {
  width: 10.5002rem;
  display: block;
}
.ny31-section3 .right .image img {
  width: 100%;
}
.ny31-section3 .right .info {
  margin-top: 1rem;
}
.ny31-section3 .right .text1 {
  font-size: 0.6rem;
  line-height: 1.4;
  color: #000;
  font-family: "HYJunhei-85J";
}
.ny31-section3 .right .text2 {
  margin-top: 1rem;
  font-size: 0.4rem;
  font-family: "HYJunhei-35J";
}
/* ==================== 内页31 - 板块三 End ==================== */
/* ==================== 内页31 - 板块四 Start ==================== */
.ny31-section4 {
  padding-top: 2.6666rem;
  overflow: hidden;
}
.ny31-section4 .itembox {
  display: flex;
}
.ny31-section4 .item {
  position: relative;
  margin-right: 1px;
  transition: all 0.4s;
  min-width: 0;
  flex-grow: 1;
  width: 2.4333rem;
  flex-shrink: 0;
  overflow: hidden;
}
.ny31-section4 .item .image {
  width: 100%;
  height: 12.6666rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny31-section4 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.4s;
  opacity: 1;
}
.ny31-section4 .item.active {
  flex-shrink: inherit;
  width: 16.6666rem;
}
.ny31-section4 .item.active:after {
  opacity: 0;
}
.ny31-section4 .item.active .text {
  opacity: 1;
}
.ny31-section4 .item:last-child {
  margin-right: 0;
}
.ny31-section4 .item .text {
  font-size: 0.4333rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0.8333rem 1rem;
  color: #fff;
  transition: all 0.4s;
  opacity: 0;
}
/* ==================== 内页31 - 板块四 End ==================== */
/* ==================== 内页31 - 板块五 Start ==================== */
.ny31-section5 {
  padding-top: 2.2666rem;
  padding-bottom: 3.8333rem;
}
.ny31-section5 .item {
  position: relative;
  width: 100%;
}
.ny31-section5 .item .image {
  width: 100%;
  display: block;
}
.ny31-section5 .item .image img {
  display: block;
  width: 100%;
}
.ny31-section5 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.7667rem;
  font-size: 0.4333rem;
  color: #000;
  line-height: 1.1;
  font-family: "HYJunhei-35J";
  z-index: 3;
  text-align: center;
}
/* ==================== 内页31 - 板块五 End ==================== */
/* ==================== 内页31 - 板块六 Start ==================== */
.ny31-section6 {
  overflow: hidden;
  position: relative;
}
.ny31-section6 .image {
  display: block;
}
.ny31-section6 .image:hover img {
  transform: scale(1.1);
}
.ny31-section6 .image img {
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.ny31-section6 .body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.ny31-section6 .body-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.1667rem;
}
.ny31-section6 .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny31-section6 .right .text {
  font-size: 0.4333rem;
  line-height: 1.1;
  color: #fff;
}
.ny31-section6 .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.4166rem;
}
.ny31-section6 .item {
  width: 0.8333rem;
  height: 0.8333rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.3334rem;
}
.ny31-section6 .item:last-child {
  margin-right: 0;
}
/* ==================== 内页31 - 板块六 End ==================== */
/* ==================== 内页31 - 板块七 Start ==================== */
.ny31-section7 {
  padding-top: 2.1667rem;
  padding-bottom: 3.3334rem;
}
.ny31-section7 .image {
  display: block;
}
.ny31-section7 .image img {
  display: block;
  width: 100%;
}
/* ==================== 内页31 - 板块七 End ==================== */
