/* ==================== 内页8 - 通用标题 Start ==================== */
.ny8-title {
  text-align: center;
  margin-bottom: 1rem;
}
.ny8-title.white .text1 {
  color: #fff;
}
.ny8-title .text1 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny8-title .text2 {
  font-size: 0.4333rem;
  color: #86868B;
  line-height: 1.2;
}
.ny8-title .text2 strong {
  font-weight: 400;
  font-family: "HYJunhei-85J";
  color: #1d1d1f;
}
/* ==================== 内页8 - 通用标题 End ==================== */
/* ==================== 内页8 - 板块一 Start ==================== */
.ny8-section1 {
  height: 100vh;
  position: relative;
  z-index: 12;
  background-color: #000;
}
.ny8-section1 .video {
  width: 100%;
  height: 100%;
  display: block;
}
.ny8-section1 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny8-section1 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.ny8-section1 .info1,
.ny8-section1 .info2,
.ny8-section1 .info3 {
  visibility: hidden;
}
.ny8-section1 .info1 {
  text-align: center;
  color: #fff;
}
.ny8-section1 .info1 .text1 {
  font-size: 1rem;
  margin-bottom: 0.3334rem;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny8-section1 .info1 .text2 {
  display: block;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section1 .info1 .text2 img {
  width: 100%;
}
.ny8-section1 .info1 .text3 {
  margin-top: 0.3334rem;
  min-width: 4.5002rem;
  height: 0.7667rem;
  border: 2px solid;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5002rem;
  line-height: 1.1;
  border-radius: 3.3334rem;
  transition: all 0.4s;
}
.ny8-section1 .info1 .text3:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.ny8-section1 .info1 .index-btn {
  margin-top: 0.3334rem;
}
.ny8-section1 .info2,
.ny8-section1 .info3 {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ny8-section1 .info2 p,
.ny8-section1 .info3 p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.3334rem;
  font-family: "HYJunhei-35J";
  margin-bottom: 0.5002rem;
}
/* ==================== 内页8 - 板块一 End ==================== */
/* ==================== 内页8 - 板块二 Start ==================== */
.ny8-section2 {
  position: relative;
}
.ny8-section2 .body {
  padding-top: 3.3334rem;
  padding-bottom: 3.3334rem;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 1.1667rem;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
  margin-bottom: 5vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  color: #000;
}
.ny8-section2 .body .mxw-box {
  width: 28.3334rem;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  font-family: inherit;
}
.ny8-section2 .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.ny8-section2 .bg-icon .bg {
  width: 100%;
  height: 300%;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  left: 0;
}
.ny8-section2 .bg-icon .bg:before,
.ny8-section2 .bg-icon .bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.ny8-section2 .bg-icon .bg:before {
  background: -webkit-linear-gradient(to bottom, #fff 96%, transparent);
  background: -o-linear-gradient(to bottom, #fff 96%, transparent);
  background: -moz-linear-gradient(to bottom, #fff 96%, transparent);
  background: linear-gradient(to bottom, #fff 96%, transparent);
  bottom: 52%;
}
.ny8-section2 .bg-icon .bg::after {
  top: 52%;
  background: -webkit-linear-gradient(to top, #fff 96%, transparent);
  background: -o-linear-gradient(to top, #fff 96%, transparent);
  background: -moz-linear-gradient(to top, #fff 96%, transparent);
  background: linear-gradient(to top, #fff 96%, transparent);
}
/* ==================== 内页8 - 板块二 End ==================== */
/* ==================== 内页8 - 板块三 Start ==================== */
.ny8-section3 {
  background-color: #F5F5F7;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  padding-left: 4.6666rem;
  padding-right: 4.6666rem;
}
.ny8-section3 .itembox {
  display: flex;
  justify-content: flex-start;
  justify-content: space-between;
}
.ny8-section3 .item {
  width: 32.6333%;
  transition: all 0.6s;
  position: relative;
  display: block;
  cursor: pointer;
}
.ny8-section3 .item:nth-child(3n-1) {
  margin-left: 1.05%;
  margin-right: 1.05%;
}
.ny8-section3 .item:hover {
  width: 36%;
  flex-shrink: 0;
}
.ny8-section3 .item .image {
  height: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ny8-section3 .item .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5002rem;
  right: 0.5002rem;
  z-index: 3;
  background: url(../images/ny8/img140@60x60.png) no-repeat center;
  background-size: 100%;
  width: 0.6rem;
  height: 0.6rem;
}
.ny8-section3 .item .text {
  font-size: 0.4333rem;
  color: #1D1D1F;
  line-height: 1.1;
  margin-top: 0.5834rem;
  text-align: center;
}
/* ==================== 内页8 - 板块三 End ==================== */
/* ==================== 内页8 - 板块四 Start ==================== */
.ny8-section4 {
  background-size: 100%;
  background-position: center top;
  background-color: #030100;
  padding-top: 3.1334rem;
  padding-bottom: 2.6666rem;
  background-repeat: no-repeat;
}
.ny8-section4 .ny8-title {
  margin-bottom: 1.5002rem;
  position: relative;
  z-index: 3;
}
.ny8-section4 .ny8-title .text1 {
  margin-bottom: 0;
}
.ny8-section4 .body {
  position: relative;
}
.ny8-section4 .bg-image {
  position: absolute;
  top: -5.7267rem;
  left: 0;
  width: 100%;
  display: block;
}
.ny8-section4 .bg-image img {
  width: 100%;
}
.ny8-section4 .body-content {
  position: relative;
  z-index: 2;
}
.ny8-section4 .itembox {
  position: relative;
  width: 20.2832rem;
  height: 9.9834rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
}
.ny8-section4 .itembox:after {
  content: "";
  display: block;
  background: url(../images/ny8/img142@2400x1180.png) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ny8-section4 .itembox .content {
  overflow: hidden;
  border-radius: 1.3334rem;
  padding-top: 0.5002rem;
}
.ny8-section4 .itembox .content-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny8-section4 .itembox .item {
  flex-shrink: 0;
  width: 100%;
}
.ny8-section4 .itembox .item img {
  width: 100%;
}
.ny8-section4 .scroll {
  height: 0.0832rem;
  background-color: rgba(134, 134, 139, 0.2);
  position: relative;
  border-radius: 1.6666rem;
  width: 7.5002rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3334rem;
}
.ny8-section4 .scroll span {
  width: 2.5002rem;
  height: 100%;
  border-radius: 1.6666rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.ny8-section4 .itembox2 {
  margin-top: 0.5002rem;
  position: relative;
}
.ny8-section4 .itembox2 .item2 {
  font-size: 0.4333rem;
  color: #86868B;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
}
.ny8-section4 .itembox2 .item2:first-child ~ .item2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ny8-section4 .desc {
  margin-top: 1rem;
  font-size: 0.4333rem;
  color: #86868B;
  line-height: 1.4;
  width: 17.1667rem;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section4 .desc strong {
  color: #fff;
  font-weight: 400;
}
.ny8-section4 .desc span {
  color: #fff;
}
.ny8-section4 .common-btn {
  margin-top: 1rem;
}
/* ==================== 内页8 - 板块四 End ==================== */
/* ==================== 内页8 - 板块五 Start ==================== */
.ny8-section5 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-top: 2.6666rem;
  padding-bottom: 1.6666rem;
  padding-left: 4.7667rem;
  padding-right: 4.7667rem;
}
.ny8-section5 .ny8-title {
  margin-bottom: 0.8333rem;
}
.ny8-section5 .ny8-title .text1 {
  margin-bottom: 0.6666rem;
}
.ny8-section5 .ny8-title .text2 {
  font-size: 0.5002rem;
  color: #86868B;
  line-height: 2.1;
}
.ny8-section5 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 22.3333rem;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section5 .item {
  width: 100%;
}
.ny8-section5 .item:nth-child(1) ~ .item {
  margin-top: 0.7501rem;
}
.ny8-section5 .item:nth-child(1) ~ .item .icon {
  background-color: rgba(29, 29, 31, 0.3);
}
.ny8-section5 .item:nth-child(1) .image {
  width: 100%;
  height: 12.6166rem;
}
.ny8-section5 .item:nth-child(2) {
  width: 46%;
}
.ny8-section5 .item:nth-child(2) .image {
  height: 8.3334rem;
}
.ny8-section5 .item:nth-child(3) {
  width: 53%;
}
.ny8-section5 .item:nth-child(3) .image {
  height: 8.3334rem;
}
.ny8-section5 .item .image {
  position: relative;
  cursor: pointer;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny8-section5 .item .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 2;
  right: 0.5002rem;
  bottom: 0.5002rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2666rem;
  color: #fff;
}
.ny8-section5 .item .text {
  font-size: 0.4333rem;
  color: #86868B;
  margin-top: 0.5834rem;
}
.ny8-section5 .item .text strong {
  line-height: 1;
  font-weight: 400;
  font-family: "HYJunhei-85J";
  color: #1D1D1F;
}
/* ==================== 内页8 - 板块五 End ==================== */
/* ==================== 内页8 - 板块六 Start ==================== */
.ny8-section6 {
  overflow: hidden;
  background: url(../images/ny8/img146@200x200.png) repeat center;
  background-color: #141A2C;
  background-size: 1.6666rem;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
}
.ny8-section6 .text1 {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 1rem;
  font-family: "HYJunhei-85J";
  margin-top: 1.3334rem;
}
.ny8-section6 .text1:first-child {
  margin-top: 0;
}
.ny8-section6 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8333rem;
}
.ny8-section6 .btn-group .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5002rem;
  color: #1D1D1F;
  padding: 0.1667rem;
  padding-left: 0.3334rem;
  background-color: #fff;
  border-radius: 1.6666rem;
  margin-right: 1.6666rem;
}
.ny8-section6 .btn-group .more-btn:last-child {
  margin-right: 0;
}
.ny8-section6 .btn-group .more-btn .icon {
  background: url(../images/img062@76x76.png) no-repeat center;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.3334rem;
  background-size: 100%;
}
/* ==================== 内页8 - 板块六 End ==================== */
