/* ==================== 内页51 - 板块一 Start ==================== */
.ny51-section1 .image {
  width: 100%;
  display: block;
}
.ny51-section1 .image img {
  display: block;
  width: 100%;
}
/* ==================== 内页51 - 板块一 End ==================== */
/* ==================== 内页51 - 板块二 Start ==================== */
.ny51-section2 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny51-section2 .category {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.ny51-section2 .category .cate-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 30px 30px;
  font-size: 30px;
  color: #222222;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}
.ny51-section2 .category .cate-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny51-section2 .category .cate-item:nth-child(3) ~ .cate-item {
  margin-top: 2%;
}
.ny51-section2 .category .cate-item.active {
  color: #fff;
  background: -webkit-linear-gradient(to right, #0071E3, #1e77ff);
  background: -o-linear-gradient(to right, #0071E3, #1e77ff);
  background: -moz-linear-gradient(to right, #0071E3, #1e77ff);
  background: linear-gradient(to right, #0071E3, #1e77ff);
}
.ny51-section2 .title {
  font-size: 70px;
  color: #86868B;
  line-height: 1;
  font-family: "HYJunhei-85J";
  margin-bottom: 100px;
  text-align: center;
  color: #1D1D1F;
}
.ny51-section2 .title span {
  font-family: inherit;
  color: #fff;
  color: #0071E3;
}
.ny51-section2 .body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny51-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny51-section2 .item {
  width: 47.8%;
  padding-bottom: 60px;
}
.ny51-section2 .item:nth-child(2) ~ .item {
  padding-top: 60px;
  border-top: 2px solid #E7E7E8;
  padding-bottom: 60px;
}
.ny51-section2 .item .image {
  border-radius: 12px;
  height: 210px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny51-section2 .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.ny51-section2 .item .info {
  margin-top: 40px;
}
.ny51-section2 .item .text1 {
  font-size: 36px;
  color: #FF791B;
  line-height: 1.1;
}
.ny51-section2 .item .text2 {
  margin-top: 5px;
  font-size: 26px;
  color: #1D1D1F;
  line-height: 1.4;
  height: 2.8em;
  font-family: "HYJunhei-85J";
}
.ny51-section2 .item .text3 {
  margin-top: 14.995px;
  color: #1D1D1F;
  font-size: 24px;
  line-height: 1.1;
  min-height: 1.1em;
}
.ny51-section2 .item .text4 {
  margin-top: 60px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
.ny51-section2 .item .more-btn {
  margin-top: 60px;
  width: 200px;
  height: 76px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  background: #0071E3;
  display: table;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .ny51-section2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny51-section2 .category {
    position: absolute;
    top: -6.667vw;
    left: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20vw;
  }
  .ny51-section2 .category .cate-item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 4vw 4vw;
    font-size: 4vw;
    color: #222222;
    border-radius: 1.333vw;
    background-color: #fff;
    box-shadow: 0 0.4vw 1.6vw rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
  }
  .ny51-section2 .category .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny51-section2 .category .cate-item:nth-child(3) ~ .cate-item {
    margin-top: 2%;
  }
  .ny51-section2 .category .cate-item.active {
    color: #fff;
    background: -webkit-linear-gradient(to right, #0071E3, #1e77ff);
    background: -o-linear-gradient(to right, #0071E3, #1e77ff);
    background: -moz-linear-gradient(to right, #0071E3, #1e77ff);
    background: linear-gradient(to right, #0071E3, #1e77ff);
  }
  .ny51-section2 .title {
    font-size: 9.333vw;
    color: #86868B;
    line-height: 1;
    font-family: "HYJunhei-85J";
    margin-bottom: 13.333vw;
    text-align: center;
    color: #1D1D1F;
  }
  .ny51-section2 .title span {
    font-family: inherit;
    color: #fff;
    color: #0071E3;
  }
  .ny51-section2 .body {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny51-section2 .itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ny51-section2 .item {
    width: 47.8%;
    padding-bottom: 8vw;
  }
  .ny51-section2 .item:nth-child(2) ~ .item {
    padding-top: 8vw;
    border-top: 2px solid #E7E7E8;
    padding-bottom: 8vw;
  }
  .ny51-section2 .item .image {
    border-radius: 1.6vw;
    overflow: hidden;
    height: 28vw;
  }
  .ny51-section2 .item .info {
    margin-top: 5.333vw;
  }
  .ny51-section2 .item .text1 {
    font-size: 4.8vw;
    color: #FF791B;
    line-height: 1.1;
  }
  .ny51-section2 .item .text2 {
    margin-top: 0.667vw;
    font-size: 3.467vw;
    color: #1D1D1F;
    line-height: 1.4;
    font-family: "HYJunhei-85J";
  }
  .ny51-section2 .item .text3 {
    margin-top: 1.999vw;
    color: #1D1D1F;
    font-size: 3.2vw;
    line-height: 1.1;
    min-height: 1.1em;
  }
  .ny51-section2 .item .text4 {
    margin-top: 8vw;
    font-size: 4vw;
    color: #86868B;
    line-height: 1.1;
  }
  .ny51-section2 .item .more-btn {
    margin-top: 8vw;
    width: 26.667vw;
    height: 10.133vw;
    color: #fff;
    font-size: 3.467vw;
    line-height: 1.1;
    background: #0071E3;
    display: table;
    border-radius: 13.333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ==================== 内页51 - 板块二 End ==================== */
/* ==================== 内页51 - 板块三 Start ==================== */
/* ==================== 内页51 - 板块三 End ==================== */
/* ==================== 内页51 - 板块四 Start ==================== */
/* ==================== 内页51 - 板块四 End ==================== */
/* ==================== 内页51 - 板块五 Start ==================== */
/* ==================== 内页51 - 板块五 End ==================== */
/* ==================== 内页51 - 板块六 Start ==================== */
/* ==================== 内页51 - 板块六 End ==================== */
/* ==================== 内页51 - 板块七 Start ==================== */
/* ==================== 内页51 - 板块七 End ==================== */
/* ==================== 内页51 - 板块八 Start ==================== */
/* ==================== 内页51 - 板块八 End ==================== */
