/* ==================== 内页8 - 板块一 Start ==================== */
/* ==================== 内页8 - 板块一 End ==================== */
/* ==================== 内页8 - 板块二 Start ==================== */
.ny8-section2 {
  padding-bottom: 6.94vw;
  background-color: #F6F6F6;
}
.ny8-section2 .top {
  text-align: center;
}
.ny8-section2 .top .ny2-tabs {
  margin-bottom: 0;
}
.ny8-section2 > .mxw-box {
  padding-left: 5.56vw;
  padding-right: 5.56vw;
}
.ny8-section2 .body {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 2.78vw;
}
.ny8-section2 .body1 {
  margin-bottom: 1.11vw;
}
.ny8-section2 .body1 form {
  width: 44.44vw;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section2 .body1 form .text {
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.39vw;
  margin-top: 1.67vw;
}
.ny8-section2 .body1 form .text1 {
  text-align: center;
  color: red;
}
.ny8-section2 .body1 form .text2 {
  text-align: left;
  color: #666;
}
.ny8-section2 .body1 form input {
  display: block;
  height: 100%;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  color: #000;
  width: 100%;
  height: 4.44vw;
  background-color: #F6F6F6;
  border-radius: 6.94vw;
  padding-left: 2.78vw;
  padding-right: 2.78vw;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section2 .body1 form input::-webkit-input-placeholder {
  color: #999;
}
.ny8-section2 .body1 form input::-moz-placeholder {
  color: #999;
}
.ny8-section2 .body1 form input:-moz-placeholder {
  color: #999;
}
.ny8-section2 .body1 form input:-ms-input-placeholder {
  color: #999;
}
.ny8-section2 .body1 form button {
  margin-top: 1.67vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ny8-section2 .body2 {
  padding-bottom: 5.56vw;
}
.ny8-section2 .body2 .title {
  text-align: center;
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.67vw;
  line-height: 2.22vw;
}
.ny8-section2 .body2 .itembox {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section2 .body2 .item {
  margin-top: 3.47vw;
}
.ny8-section2 .body2 .item .head {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.11vw;
  line-height: 1.67vw;
  margin-bottom: 0.83vw;
}
.ny8-section2 .body2 .item .desc {
  color: #666;
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  line-height: 1.39vw;
}
.ny8-section2 .body2 .item .desc a {
  color: #0075FF;
}
.ny8-section2 .body2 .logo-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 2.22vw;
  margin-bottom: 2.22vw;
}
.ny8-section2 .body2 .logo-group .logo-item {
  width: 22.222vw;
}
.ny8-section2 .body2 .logo-group .image {
  display: block;
}
.ny8-section2 .body2 .logo-group .image img {
  width: 100%;
}
.ny8-section2 .body2 .logo-group .info .text1 {
  color: #000;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  line-height: 1.39vw;
}
.ny8-section2 .body2 .logo-group .info .text2 {
  color: #666;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.39vw;
  margin-top: 0.83vw;
}
.ny8-section2 .body2 .video {
  width: 46.53vw;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section2 .body2 .video video {
  width: 100%;
  border-radius: 0.69vw;
  overflow: hidden;
}
.ny8-section2 .body2 .video .text1 {
  color: #666;
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  line-height: 1.39vw;
  text-align: center;
  margin-top: 0.83vw;
}
.ny8-section2 .more {
  color: #0075FF;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 0.97vw;
  line-height: 1.67vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.78vw;
}
.ny8-section2 .more .icon {
  font-size: 1.67vw;
  line-height: 1;
  margin-left: 0.35vw;
  color: #0075FF;
}
@media screen and (min-width: 1440px) {
  .ny8-section2 {
    padding-bottom: 100px;
  }
  .ny8-section2 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny8-section2 .body {
    padding: 40px;
  }
  .ny8-section2 .body1 {
    margin-bottom: 16px;
  }
  .ny8-section2 .body1 form {
    width: 640px;
  }
  .ny8-section2 .body1 form .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 24px;
  }
  .ny8-section2 .body1 form input {
    font-size: 16px;
    height: 64px;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny8-section2 .body1 form button {
    margin-top: 24px;
  }
  .ny8-section2 .body2 {
    padding-bottom: 80px;
  }
  .ny8-section2 .body2 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .ny8-section2 .body2 .itembox {
    width: 720px;
  }
  .ny8-section2 .body2 .item {
    margin-top: 50px;
  }
  .ny8-section2 .body2 .item .head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .ny8-section2 .body2 .item .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .ny8-section2 .body2 .logo-group {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ny8-section2 .body2 .logo-group .logo-item {
    width: 320px;
  }
  .ny8-section2 .body2 .logo-group .info .text1 {
    font-size: 13px;
    line-height: 20px;
  }
  .ny8-section2 .body2 .logo-group .info .text2 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 12px;
  }
  .ny8-section2 .body2 .video {
    width: 670px;
  }
  .ny8-section2 .body2 .video video {
    border-radius: 10px;
  }
  .ny8-section2 .body2 .video .text1 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 12px;
  }
  .ny8-section2 .more {
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
  }
  .ny8-section2 .more .icon {
    font-size: 24px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section2 {
    padding-bottom: 10.42vw;
  }
  .ny8-section2 > .mxw-box {
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
  .ny8-section2 .body {
    padding: 5.21vw 3.13vw;
    border-radius: 1.56vw;
  }
  .ny8-section2 .body1 {
    margin-bottom: 1.56vw;
  }
  .ny8-section2 .body1 form {
    width: 100%;
  }
  .ny8-section2 .body1 form .text {
    font-size: 1.69vw;
    line-height: 2.6vw;
    margin-top: 3.13vw;
  }
  .ny8-section2 .body1 form input {
    font-size: 2.08vw;
    height: 8.33vw;
    border-radius: 13.02vw;
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
  .ny8-section2 .body1 form button {
    margin-top: 3.13vw;
  }
  .ny8-section2 .body2 {
    padding-bottom: 10.42vw;
  }
  .ny8-section2 .body2 .title {
    font-size: 2.6vw;
    line-height: 3.91vw;
  }
  .ny8-section2 .body2 .itembox {
    width: 100%;
  }
  .ny8-section2 .body2 .item {
    margin-top: 6.51vw;
  }
  .ny8-section2 .body2 .item .head {
    font-size: 2.08vw;
    line-height: 3.13vw;
    margin-bottom: 1.56vw;
  }
  .ny8-section2 .body2 .item .desc {
    font-size: 1.69vw;
    line-height: 2.6vw;
  }
  .ny8-section2 .body2 .logo-group {
    margin-top: 4.17vw;
    margin-bottom: 4.17vw;
  }
  .ny8-section2 .body2 .logo-group .logo-item {
    width: 50%;
  }
  .ny8-section2 .body2 .logo-group .info .text1 {
    font-size: 1.69vw;
    line-height: 2.6vw;
  }
  .ny8-section2 .body2 .logo-group .info .text2 {
    font-size: 1.69vw;
    line-height: 2.6vw;
    margin-top: 1.56vw;
  }
  .ny8-section2 .body2 .video {
    width: 100%;
  }
  .ny8-section2 .body2 .video video {
    border-radius: 1.3vw;
  }
  .ny8-section2 .body2 .video .text1 {
    font-size: 1.69vw;
    line-height: 2.6vw;
    margin-top: 1.56vw;
  }
  .ny8-section2 .more {
    font-size: 1.82vw;
    line-height: 3.13vw;
    margin-top: 5.21vw;
  }
  .ny8-section2 .more .icon {
    font-size: 3.13vw;
    margin-left: 0.65vw;
  }
}
@media screen and (max-width: 500px) {
  .ny8-section2 {
    padding-bottom: 20.36vw;
  }
  .ny8-section2 > .mxw-box {
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
  .ny8-section2 .body {
    padding: 10.18vw 4.07vw;
    border-radius: 2.04vw;
  }
  .ny8-section2 .body1 {
    margin-bottom: 3.05vw;
  }
  .ny8-section2 .body1 form .text {
    font-size: 3.31vw;
    line-height: 5.09vw;
    margin-top: 6.11vw;
  }
  .ny8-section2 .body1 form input {
    font-size: 3.56vw;
    height: 16.28vw;
    border-radius: 25.45vw;
    padding-left: 6.11vw;
    padding-right: 6.11vw;
  }
  .ny8-section2 .body1 form button {
    margin-top: 6.11vw;
  }
  .ny8-section2 .body2 {
    padding-bottom: 20.36vw;
  }
  .ny8-section2 .body2 .title {
    font-size: 5.09vw;
    line-height: 7.63vw;
    text-align: center;
  }
  .ny8-section2 .body2 .itembox {
    width: 100%;
  }
  .ny8-section2 .body2 .item {
    margin-top: 12.72vw;
  }
  .ny8-section2 .body2 .item .head {
    font-size: 4.07vw;
    line-height: 6.11vw;
    margin-bottom: 3.05vw;
  }
  .ny8-section2 .body2 .item .desc {
    font-size: 3.31vw;
    line-height: 5.09vw;
  }
  .ny8-section2 .body2 .logo-group {
    margin-top: 8.14vw;
    margin-bottom: 8.14vw;
    display: block;
  }
  .ny8-section2 .body2 .logo-group .logo-item {
    width: 100%;
  }
  .ny8-section2 .body2 .logo-group .info .text1 {
    font-size: 3.31vw;
    line-height: 5.09vw;
  }
  .ny8-section2 .body2 .logo-group .info .text2 {
    font-size: 3.31vw;
    line-height: 5.09vw;
    margin-top: 3.05vw;
  }
  .ny8-section2 .body2 .video {
    width: 100%;
  }
  .ny8-section2 .body2 .video video {
    border-radius: 2.54vw;
  }
  .ny8-section2 .body2 .video .text1 {
    font-size: 3.31vw;
    line-height: 5.09vw;
    margin-top: 3.05vw;
  }
  .ny8-section2 .more {
    font-size: 3.56vw;
    line-height: 6.11vw;
    margin-top: 10.18vw;
    text-align: center;
    display: block;
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
  .ny8-section2 .more .icon {
    display: block;
    font-size: 6.11vw;
    margin-left: 0;
    margin-top: 2.04vw;
  }
}
/* ==================== 内页8 - 板块二 End ==================== */
