/* ==================== 内页5 - 通用 Start ==================== */
.ny5-main {
  background-color: #F5F5F7;
}
.ny5-main .mxw-box {
  width: 22.4166rem;
  max-width: 90%;
}
/* ==================== 内页5 - 通用 Start ==================== */
/* ==================== 内页5 - 通用标题 Start ==================== */
.ny5-title {
  color: #1D1D1F;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  font-size: 1rem;
  margin-bottom: 0.6666rem;
}
.ny5-title span {
  color: #6E6E73;
  line-height: inherit;
  font-family: inherit;
}
/* ==================== 内页5 - 通用标题 Start ==================== */
/* ==================== 内页5 - 板块一 Start ==================== */
.ny5-section1 {
  padding-top: 2rem;
  padding-bottom: 1.4166rem;
}
.ny5-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny5-section1 .item {
  background-color: #fff;
  border-radius: 0.5002rem;
  width: 32%;
  padding: 1rem 0.6666rem;
}
.ny5-section1 .item:hover .title,
.ny5-section1 .item:hover .icon {
  transform: translateY(-0.781vw);
}
.ny5-section1 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny5-section1 .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny5-section1 .item .icon {
  width: 1.2rem;
  flex-shrink: 0;
  margin-bottom: 0.3334rem;
  display: block;
  transition: all 0.4s;
}
.ny5-section1 .item .title {
  font-size: 0.6666rem;
  color: #1D1D1F;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  transition: all 0.4s;
}
.ny5-section1 .item .desc {
  margin-top: 2rem;
  font-size: 0.4333rem;
}
.ny5-section1 .item .desc > a {
  display: table;
  color: #000;
  line-height: 1.4;
  font-family: "HYJunhei-65J";
  position: relative;
  transition: all 0.4s;
}
.ny5-section1 .item .desc > a:hover {
  transform: translateX(0.0333rem);
}
@media screen and (max-width: 749px) {
  .ny5-section1 {
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
  }
  .ny5-section1 .mxw-box {
    width: 100%;
    max-width: 100%;
  }
  .ny5-section1 .itembox {
    display: block;
  }
  .ny5-section1 .item {
    width: 100%;
    margin: 0;
    box-shadow: 0vw 0vw 0.781vw 0vw rgba(0, 0, 0, 0.08);
    border-radius: 0.781vw;
    padding: 1.563vw 1.042vw;
  }
  .ny5-section1 .item:hover .title,
  .ny5-section1 .item:hover .icon {
    transform: translateY(0);
  }
  .ny5-section1 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ny5-section1 .item:nth-child(1) ~ .item {
    margin-top: 1.042vw;
  }
  .ny5-section1 .item .icon {
    width: 1.563vw;
    margin-bottom: 1.042vw;
  }
  .ny5-section1 .item .title {
    font-size: 1.146vw;
  }
  .ny5-section1 .item .desc {
    margin-top: 2.083vw;
    font-size: 0.833vw;
  }
  .ny5-section1 .item .desc > a {
    line-height: 2;
  }
  .ny5-section1 .item .desc > a:hover {
    transform: translateX(0);
  }
}
/* ==================== 内页5 - 板块一 End ==================== */
/* ==================== 内页5 - 板块二 Start ==================== */
.ny5-section2 {
  padding-top: 1.3334rem;
  padding-bottom: 1.3334rem;
  background-color: #F5F5F7;
}
.ny5-section2 .ny5-title {
  margin-bottom: 0.5002rem;
}
.ny5-section2 .body .desc {
  margin-bottom: 1.1667rem;
  font-size: 0.4333rem;
  color: #6E6E73;
  font-family: "HYJunhei-65J";
  line-height: 1.4;
}
.ny5-section2 .body .desc strong {
  font-weight: 400;
  color: #1D1D1F;
}
.ny5-section2 .body .image {
  border-radius: 0.5002rem;
  overflow: hidden;
}
.ny5-section2 .body .text1 {
  font-size: 0.4666rem;
  color: #1E1E20;
  line-height: 1.4;
  margin-top: 0.8333rem;
  text-align: center;
}
.ny5-section2 .common-btn {
  display: block;
  margin-top: 1.1667rem;
  border-color: #F0EFF0;
}
.ny5-section2 .common-btn .btn-content {
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.6) 0%, rgba(237, 235, 235, 0.88) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.6) 0%, rgba(237, 235, 235, 0.88) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.6) 0%, rgba(237, 235, 235, 0.88) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.6) 0%, rgba(237, 235, 235, 0.88) 100%);
}
/* ==================== 内页5 - 板块二 End ==================== */
/* ==================== 内页5 - 板块三 Start ==================== */
.ny5-section3 {
  padding-top: 1.6666rem;
  padding-bottom: 2.6666rem;
  overflow: hidden;
  background-color: #F5F5F7;
}
.ny5-section3 .ny5-title {
  margin-bottom: 0.8333rem;
}
.ny5-section3 .itembox {
  display: flex;
  justify-content: space-between;
}
.ny5-section3 .item {
  width: 49%;
}
.ny5-section3 .item .image {
  position: relative;
  cursor: pointer;
  border-radius: 0.6666rem;
  overflow: hidden;
}
.ny5-section3 .item .image:after {
  content: "";
  display: block;
  width: 0.8666rem;
  height: 0.8666rem;
  background: url('../images/img116@100x100.png') no-repeat center;
  background-size: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0.6666rem;
  right: 0.6666rem;
}
.ny5-section3 .item .text {
  margin-top: 0.6666rem;
  font-size: 0.4333rem;
  color: #1D1D1F;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
/* ==================== 内页5 - 板块三 End ==================== */
