/* ==================== 内页26 - 通用 Start ==================== */
.ny26-main .mxw-box {
  width: 24rem;
}
/* ==================== 内页26 - 通用 End ==================== */
/* ==================== 内页26 - 板块一 Start ==================== */
.ny26-section1 {
  position: relative;
}
.ny26-section1 .image {
  width: 100%;
  display: block;
}
.ny26-section1 .image img {
  display: block;
  width: 100%;
}
/* ==================== 内页26 - 板块一 End ==================== */
/* ==================== 内页26 - 板块二 Start ==================== */
.ny26-section2 {
  padding-top: 3.3334rem;
  padding-bottom: 4.1667rem;
}
.ny26-section2 .body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny26-section2 .body .left-body {
  background-color: #E4ECF4;
  width: 10rem;
  flex-shrink: 0;
  margin-right: 0.3334rem;
  padding: 2.1667rem 1.3334rem;
  padding-right: 0.3334rem;
}
.ny26-section2 .body .left-body .ny26-title {
  margin-bottom: 0.8333rem;
}
.ny26-section2 .body .left-body .text2 {
  font-size: 0.4333rem;
  color: rgba(54, 43, 43, 0.6);
  line-height: 2em;
}
.ny26-section2 .body .right-body {
  background-color: #E4ECF4;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny26-section2 .body .right-body img {
  width: 10.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny26-section2 .body2 {
  margin-top: 3.6666rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ny26-section2 .body2 .left-body {
  margin-right: 2.6666rem;
}
.ny26-section2 .body2 .center-body {
  width: 9rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
.ny26-section2 .body2 .center-body img {
  width: 100%;
}
.ny26-section2 .body2 .right-body {
  padding-top: 0.4166rem;
  min-width: 0;
  flex-grow: 1;
  line-height: 2em;
  color: #362b2b;
  font-size: 0.3334rem;
}
/* ==================== 内页26 - 板块二 End ==================== */
/* ==================== 内页26 - 板块三 Start ==================== */
.ny26-section3 .body1 {
  background-color: #141312;
  padding-top: 3.5002rem;
}
.ny26-section3 .body1 .body1-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny26-section3 .body1 .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.6666rem;
}
.ny26-section3 .body1 .info .title {
  position: relative;
  margin-bottom: 1.1667rem;
}
.ny26-section3 .body1 .info .title .number {
  position: absolute;
  top: -0.6666rem;
  left: -1rem;
  width: 2.5002rem;
  height: 2.5002rem;
}
.ny26-section3 .body1 .info .title .number img {
  width: 100%;
}
.ny26-section3 .body1 .info .title .text {
  position: relative;
  z-index: 2;
  font-family: "HYJunhei-85J";
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.ny26-section3 .body1 .info .desc {
  font-size: 0.4333rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2em;
}
.ny26-section3 .body1 .image {
  width: 10.5002rem;
  display: block;
  flex-shrink: 0;
  margin-bottom: -3.1667rem;
}
.ny26-section3 .body1 .image img {
  width: 100%;
}
.ny26-section3 .body2 {
  padding-top: 5.1667rem;
}
.ny26-section3 .body2 .body2-box {
  display: flex;
  align-items: flex-start;
}
.ny26-section3 .body2 .ny26-section3-swiper {
  flex-shrink: 0;
  display: block;
  margin-right: 3.1168rem;
  width: 10.3334rem;
}
.ny26-section3 .body2 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.ny26-section3 .body2 .tabs {
  display: inline-flex;
  align-items: stretch;
  position: relative;
  margin-bottom: 1.6666rem;
}
.ny26-section3 .body2 .tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E7E7E7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny26-section3 .body2 .tabs .tab-item {
  padding-bottom: 0.5002rem;
  color: #cccccc;
  font-size: 0.4333rem;
  line-height: 1.1;
  margin-right: 1.1667rem;
  position: relative;
  cursor: pointer;
}
.ny26-section3 .body2 .tabs .tab-item:last-child {
  margin-right: 0;
}
.ny26-section3 .body2 .tabs .tab-item:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 3;
  transition: all 0.4s;
}
.ny26-section3 .body2 .tabs .tab-item.active {
  color: #000;
}
.ny26-section3 .body2 .tabs .tab-item.active:after {
  width: 100%;
}
.ny26-section3 .body2 .content {
  position: relative;
}
.ny26-section3 .body2 .content-item {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.ny26-section3 .body2 .content-item.active {
  opacity: 1;
  visibility: visible;
}
.ny26-section3 .body2 .content-item:first-child ~ .content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ny26-section3 .body2 .content-item img {
  width: 100%;
}
.ny26-section3 .body3 {
  padding-top: 3.5834rem;
  padding-bottom: 3.3334rem;
}
/* ==================== 内页26 - 板块三 End ==================== */
/* ==================== 内页26 - 板块四 Start ==================== */
.ny26-section4 {
  overflow: hidden;
}
.ny26-section4 .body1 {
  background-color: #141312;
  padding-top: 2.9168rem;
  padding-bottom: 3rem;
}
.ny26-section4 .body1 .title {
  position: relative;
  margin-bottom: 1.1667rem;
}
.ny26-section4 .body1 .title .number {
  position: absolute;
  top: -0.6666rem;
  left: -1rem;
  width: 3.1667rem;
}
.ny26-section4 .body1 .title .number img {
  width: 100%;
}
.ny26-section4 .body1 .title .text {
  position: relative;
  z-index: 2;
  font-family: "HYJunhei-85J";
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.ny26-section4 .body1 .body {
  display: flex;
  align-items: flex-start;
}
.ny26-section4 .body1 .body .desc {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.4333rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2em;
  margin-right: 0.6666rem;
}
.ny26-section4 .body1 .body .swiper {
  width: 19.1667rem;
  flex-shrink: 0;
  margin-right: -4rem;
  overflow: hidden;
}
.ny26-section4 .body1 .body .ny26-section4-swiper {
  width: 15rem;
  overflow: visible;
}
.ny26-section4 .body2 {
  background-color: #fff;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
}
.ny26-section4 .body2 .ny26-section4-swiper2 img {
  width: 100%;
}
.ny26-section4 .body2 .bottom {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.6666rem;
}
.ny26-section4 .body2 .bottom .line {
  background-color: #E7E7E7;
  border-radius: 1.6666rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0.0666rem;
  margin-bottom: 0.3334rem;
}
.ny26-section4 .body2 .bottom .line .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  width: 50%;
  background-color: #141312;
  border-radius: 1.6666rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ny26-section4 .body2 .bottom .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny26-section4 .body2 .bottom .tab-item {
  padding-left: 0.6666rem;
  padding-right: 0.6666rem;
  color: #000;
  opacity: 0.4;
  cursor: pointer;
  font-size: 0.4333rem;
  transition: all 0.4s;
}
.ny26-section4 .body2 .bottom .tab-item.active {
  opacity: 1;
}
.ny26-section4 .body3 {
  padding-bottom: 3.3334rem;
}
/* ==================== 内页26 - 板块四 End ==================== */
/* ==================== 内页26 - 板块五 Start ==================== */
.ny26-section5 .body1 {
  background-color: #141312;
  padding-top: 2.5002rem;
}
.ny26-section5 .body1 .title {
  position: relative;
  margin-bottom: 1.1667rem;
}
.ny26-section5 .body1 .title .number {
  position: absolute;
  top: -0.6666rem;
  left: -1rem;
  width: 2.5002rem;
  height: 2.5002rem;
}
.ny26-section5 .body1 .title .number img {
  width: 100%;
}
.ny26-section5 .body1 .title .text {
  position: relative;
  z-index: 2;
  font-family: "HYJunhei-85J";
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.ny26-section5 .body1 .desc {
  font-size: 0.4333rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2em;
}
.ny26-section5 .body1 .image {
  width: 100%;
  margin-top: 2.5002rem;
}
.ny26-section5 .body1 .image img {
  width: 100%;
}
.ny26-section5 .body2 {
  padding-top: 2.7501rem;
  background-color: #fff;
}
.ny26-section5 .body2 .body2-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny26-section5 .body2 .tabs {
  width: 8rem;
  flex-shrink: 0;
  position: relative;
}
.ny26-section5 .body2 .tabs .tab-item {
  position: relative;
  padding-left: 0.6666rem;
  border-left: 0.0333rem solid #E3E3E5;
  padding: 0.8333rem 0.6666rem;
  color: #000;
  font-size: 0.4333rem;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.4s;
}
.ny26-section5 .body2 .tabs .tab-item.active {
  opacity: 1;
  border-left-color: #000;
}
.ny26-section5 .body2 .body2-left {
  padding-left: 1.1667rem;
  padding-top: 2.9168rem;
  background-color: #FAFBFD;
}
.ny26-section5 .body2 .swiper {
  min-width: 0;
  flex-grow: 1;
}
.ny26-section5 .body2 .swiper img {
  width: 100%;
}
.ny26-section5 .body3 {
  padding-top: 2.5002rem;
  padding-bottom: 2.5002rem;
}
/* ==================== 内页26 - 板块五 End ==================== */
