/* ==================== 内页12 - 板块一 Start ==================== */
/* ==================== 内页12 - 板块一 End ==================== */
/* ==================== 内页12 - 板块二 Start ==================== */
.ny12-section2 {
  padding-top: 4.17vw;
}
.ny12-section2 .ny4-title {
  margin-bottom: 2.08vw;
}
/* 2025-1-14 修改 */
.ny12-section2 .text1 {
  font-size: 1.04vw;
  /* color: #3bb7e9; */
  color:  #045bb6;
  line-height: 1.6;
  margin-bottom: 1.04vw;
}
.ny12-section2 .text2 {
  font-size: 0.94vw;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}
.ny12-section2 .image {
  margin-top: 2.08vw;
  box-shadow: 0vw 0vw 0.63vw 0vw rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.ny12-section2 .image img {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .ny12-section2 {
    padding-top: 80px;
  }
  .ny12-section2 .ny4-title {
    margin-bottom: 40px;
  }
  .ny12-section2 .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ny12-section2 .text2 {
    font-size: 18px;
  }
  .ny12-section2 .image {
    margin-top: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .ny12-section2 {
    padding-top: 60px;
  }
  .ny12-section2 .ny4-title {
    margin-bottom: 40px;
  }
  .ny12-section2 .text1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ny12-section2 .text2 {
    font-size: 14px;
  }
  .ny12-section2 .image {
    margin-top: 40px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
}
/* ==================== 内页12 - 板块二 End ==================== */
/* ==================== 内页12 - 板块三 Start ==================== */
.ny12-section3 {
  padding-top: 4.17vw;
}
.ny12-section3 .desc {
  line-height: 1.8;
  font-size: 0.94vw;
  color: #666666;
  margin-top: 2.08vw;
}
.ny12-section3 .itembox {
  margin-top: 2.08vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny12-section3 .item {
  width: 32%;
}
.ny12-section3 .item:nth-child(3) ~ .item {
  margin-top: 4%;
}
.ny12-section3 .item:hover .btn-group {
  opacity: 1;
  visibility: visible;
}
.ny12-section3 .item .image {
  position: relative;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.ny12-section3 .item .image img {
  width: 100%;
}
.ny12-section3 .item .btn-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}
.ny12-section3 .item .btn-group .btn {
  width: 4.17vw;
  height: 4.17vw;
  border-radius: 100%;
  background-color: #045bb6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.04vw;
  cursor: pointer;
}
.ny12-section3 .item .btn-group .btn:last-child {
  margin-bottom: 0;
}
.ny12-section3 .item .btn-group .btn img {
  width: 1.25vw;
}
.ny12-section3 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny12-section3 .item .title {
  color: #333333;
  line-height: 1.1;
  font-size: 1.04vw;
  margin-top: 1.56vw;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .ny12-section3 {
    padding-top: 80px;
  }
  .ny12-section3 .desc {
    font-size: 18px;
    margin-top: 40px;
  }
  .ny12-section3 .itembox {
    margin-top: 40px;
  }
  .ny12-section3 .item .btn-group .btn {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .ny12-section3 .item .btn-group .btn img {
    width: 24px;
  }
  .ny12-section3 .item .title {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny12-section3 {
    padding-top: 6px;
  }
  .ny12-section3 .desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .ny12-section3 .itembox {
    margin-top: 40px;
  }
  .ny12-section3 .item {
    width: 49%;
    margin: 0 !important;
  }
  .ny12-section3 .item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .ny12-section3 .item:nth-child(2) ~ .item {
    margin-top: 30px !important;
  }
  .ny12-section3 .item .btn-group .btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .ny12-section3 .item .btn-group .btn img {
    width: 14px;
  }
  .ny12-section3 .item .title {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* ==================== 内页12 - 板块三 End ==================== */
/* ==================== 内页12 - 板块四 Start ==================== */
.ny12-section4 {
  padding-top: 4.17vw;
}
.ny12-section4 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny12-section4 .desc {
  font-size: 0.94vw;
  margin-top: 2.08vw;
  margin-bottom: 1.56vw;
  line-height: 1.8;
}
.ny12-section4 .item {
  width: 32%;
}
.ny12-section4 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny12-section4 .item:nth-child(3n) ~ .item {
  margin-top: 2%;
}
@media screen and (min-width: 1920px) {
  .ny12-section4 {
    padding-top: 80px;
  }
  .ny12-section4 .desc {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny12-section4 {
    padding-top: 60px;
  }
  .ny12-section4 .desc {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ny12-section4 .item {
    width: 48%;
    margin: 0 !important;
  }
  .ny12-section4 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny12-section4 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
}
/* ==================== 内页12 - 板块四 End ==================== */
/* ==================== 内页12 - 板块五 Start ==================== */
.ny12-section5 {
  padding-top: 4.17vw;
}
.ny12-section5 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny12-section5 .desc {
  font-size: 0.94vw;
  margin-top: 2.08vw;
  margin-bottom: 1.56vw;
  line-height: 1.8;
}
.ny12-section5 .item {
  width: 49%;
}
.ny12-section5 .item:nth-child(2n-1) {
  margin-right: 2%;
}
.ny12-section5 .item:nth-child(2n) ~ .item {
  margin-top: 2%;
}
.ny12-section5 .item .image {
  display: block;
  box-shadow: 0vw 0vw 0.63vw 0vw rgba(0, 0, 0, 0.1);
}
.ny12-section5 .item .image img {
  width: 100%;
}
.ny12-section5 .item .text {
  color: #333333;
  text-align: center;
  line-height: 1.1;
  margin-top: 1.56vw;
  font-size: 1.04vw;
}
@media screen and (min-width: 1920px) {
  .ny12-section5 {
    padding-top: 80px;
  }
  .ny12-section5 .desc {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ny12-section5 .item .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny12-section5 .item .text {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ny12-section5 {
    padding-top: 60px;
  }
  .ny12-section5 .desc {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ny12-section5 .item {
    width: 100%;
    margin: 0 !important;
  }
  .ny12-section5 .item:nth-child(1) ~ .item {
    margin-top: 30px !important;
  }
  .ny12-section5 .item .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny12-section5 .item .text {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ==================== 内页12 - 板块五 End ==================== */
/* ==================== 内页12 - 板块六 Start ==================== */
.ny12-section6 {
  padding-top: 4.17vw;
}
.ny12-section6 .itembox {
  margin-top: 2.083vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny12-section6 .itembox .item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f8f8f8;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  padding: 2.083vw;
}
.ny12-section6 .itembox .item:nth-child(2) ~ .item {
  margin-top: 2.08vw;
}
.ny12-section6 .itembox .number {
  flex-shrink: 0;
  width: 2.813vw;
  height: 2.813vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #045bb6;
  color: #fff;
  font-style: italic;
  font-size: 0.938vw;
  color: #fafafa;
  line-height: 1.1;
  margin-right: 1.771vw;
}
.ny12-section6 .itembox .info {
  min-width: 0;
  flex-grow: 1;
}
.ny12-section6 .itembox .info .text1 {
  font-size: 1.25vw;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.042vw;
}
.ny12-section6 .itembox .info .text2 {
  font-size: 0.938vw;
  color: #666;
  line-height: 1.8;
}
.ny12-section6 .desc {
  font-size: 0.94vw;
  margin-top: 2.08vw;
  margin-bottom: 1.56vw;
  line-height: 1.8;
  color: #666;
}
@media screen and (min-width: 1920px) {
  .ny12-section6 {
    padding-top: 80px;
  }
  .ny12-section6 .desc {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ny12-section6 .itembox {
    margin-top: 40px;
  }
  .ny12-section6 .itembox .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }
  .ny12-section6 .itembox .item:nth-child(2) ~ .item {
    margin-top: 40px;
  }
  .ny12-section6 .itembox .number {
    width: 54px;
    height: 54px;
    font-size: 18px;
    margin-right: 34px;
  }
  .ny12-section6 .itembox .info .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ny12-section6 .itembox .info .text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ny12-section6 {
    padding-top: 60px;
  }
  .ny12-section6 .desc {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ny12-section6 .itembox {
    margin-top: 20px;
    display: block;
  }
  .ny12-section6 .itembox .item {
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  .ny12-section6 .itembox .item:last-child {
    margin-bottom: 0;
  }
  .ny12-section6 .itembox .number {
    width: 27px;
    height: 27px;
    font-size: 9px;
    margin-right: 17px;
  }
  .ny12-section6 .itembox .info .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ny12-section6 .itembox .info .text2 {
    font-size: 14px;
  }
}
/* ==================== 内页12 - 板块六 End ==================== */
/* ==================== 内页12 - 板块七 Start ==================== */
.ny12-section7 {
  padding-top: 4.17vw;
  padding-bottom: 5.21vw;
}
.ny12-section7 .desc {
  font-size: 0.94vw;
  margin-top: 2.08vw;
  margin-bottom: 1.56vw;
  line-height: 1.8;
}
.ny12-section7 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.ny12-section7 .item {
  width: 32%;
}
.ny12-section7 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny12-section7 .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
@media screen and (min-width: 1920px) {
  .ny12-section7 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny12-section7 .desc {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny12-section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny12-section7 .desc {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ny12-section7 .item {
    width: 48%;
    margin: 0 !important;
  }
  .ny12-section7 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny12-section7 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
}
/* ==================== 内页12 - 板块七 End ==================== */
