/* ==================== ny1 - 通用标题 Start ==================== */
.ny1-title {
  color: #045bb6;
  font-size: 1.563vw;
  line-height: 2.188vw;
  padding-bottom: 1.406vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.ny1-title:after {
  content: "";
  display: block;
  width: 2.708vw;
  height: 2px;
  background-color: #045bb6;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .ny1-title {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 27px;
  }
  .ny1-title:after {
    width: 52px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-title {
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 20px;
  }
  .ny1-title:after {
    width: 40px;
  }
}
/* ==================== ny1 - 通用标题 End ==================== */
/* ==================== ny1 - 板块一 Start ==================== */
.ny1-section1 {
  position: relative;
}
.ny1-section1 .image {
  width: 100%;
}
.ny1-section1 .image img {
  width: 100%;
}
.ny1-section1 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.ny1-section1 .info .mxw-box {
  color: #fff;
  text-align: left;
  line-height: 2.188vw;
  font-size: 2.292vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1920px) {
  .ny1-section1 .info .mxw-box {
    line-height: 42px;
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section1 .info .mxw-box {
    line-height: 1.2;
    font-size: 30px;
  }
}
/* ==================== ny1 - 板块一 End ==================== */
/* ==================== ny1 - 板块二 Start ==================== */
.ny1-section2 {
  padding-top: 4.167vw;
}
.ny1-section2 .desc {
  line-height: 1.4;
  color: #666666;
  font-size: 0.938vw;
  padding-top: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .ny1-section2 {
    padding-top: 80px;
  }
  .ny1-section2 .desc {
    font-size: 18px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section2 {
    padding-top: 40px;
  }
  .ny1-section2 .desc {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 40px;
  }
}
/* ==================== ny1 - 板块二 End ==================== */
/* ==================== ny1 - 板块三 Start ==================== */
.ny1-section3 {
  padding-top: 4.167vw;
}
.ny1-section3 .itembox {
  margin-top: 2.083vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny1-section3 .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;
}
.ny1-section3 .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;
}
.ny1-section3 .itembox .info {
  min-width: 0;
  flex-grow: 1;
}
.ny1-section3 .itembox .info .text1 {
  font-size: 1.25vw;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.042vw;
}
.ny1-section3 .itembox .info .text2 {
  font-size: 0.938vw;
  color: #666;
  line-height: 1.8;
}
@media screen and (min-width: 1920px) {
  .ny1-section3 {
    padding-top: 80px;
  }
  .ny1-section3 .itembox {
    margin-top: 40px;
  }
  .ny1-section3 .itembox .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }
  .ny1-section3 .itembox .number {
    width: 54px;
    height: 54px;
    font-size: 18px;
    margin-right: 34px;
  }
  .ny1-section3 .itembox .info .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .info .text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section3 {
    padding-top: 40px;
  }
  .ny1-section3 .itembox {
    margin-top: 20px;
    display: block;
  }
  .ny1-section3 .itembox .item {
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .item:last-child {
    margin-bottom: 0;
  }
  .ny1-section3 .itembox .number {
    width: 27px;
    height: 27px;
    font-size: 9px;
    margin-right: 17px;
  }
  .ny1-section3 .itembox .info .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .info .text2 {
    font-size: 14px;
  }
}
/* ==================== ny1 - 板块三 End ==================== */
/* ==================== ny1 - 板块四 Start ==================== */
.ny1-section4 {
  padding-top: 4.167vw;
}
.ny1-section4 .image {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  margin-top: 2.083vw;
  margin-bottom: 1.458vw;
}
.ny1-section4 .content {
  padding-top: 40px;
  font-size: 18px;
  color: #333;
}
.ny1-section4 .content p {
  line-height: 1.8;
  font-size: inherit;
  color: inherit;
}
.ny1-section4 .tip {
  font-size: 0.938vw;
  color: #666666;
  line-height: 1.8;
}
@media screen and (min-width: 1920px) {
  .ny1-section4 {
    padding-top: 80px;
  }
  .ny1-section4 .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .ny1-section4 .tip {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section4 {
    padding-top: 40px;
  }
  .ny1-section4 .content {
    padding-top: 40px;
    font-size: 14px !important;
    color: #333;
  }
  .ny1-section4 .content * {
    font-size: inherit !important;
  }
  .ny1-section4 .content p {
    line-height: 1.8;
    font-size: inherit;
    color: inherit;
  }
  .ny1-section4 .image {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 14px;
  }
  .ny1-section4 .tip {
    font-size: 14px;
  }
}
/* ==================== ny1 - 板块四 End ==================== */
/* ==================== ny1 - 板块五 Start ==================== */
.ny1-section5 {
  padding-top: 4.167vw;
}
.ny1-section5 .item .image {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
}
.ny1-section5 .item .image img {
  width: 100%;
}
.ny1-section5 .item .text {
  line-height: 1.1;
  text-align: center;
  font-size: 1.25vw;
  color: #333333;
  margin-top: 1.823vw;
}
.ny1-section5 .swiper {
  position: relative;
  margin-top: 1.875vw;
}
.ny1-section5 .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CAEDFA;
  border-radius: 100%;
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ny1-section5 .swiper-btn:hover {
  background-color: #045bb6;
}
.ny1-section5 .swiper-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0.313vw solid #fff;
  border-top: 0.156vw solid transparent;
  border-bottom: 0.156vw solid transparent;
}
.ny1-section5 .swiper-btn-prev {
  left: -5.208vw;
  transform: rotateY(180deg) translateY(-50%);
}
.ny1-section5 .swiper-btn-next {
  right: -5.208vw;
}
@media screen and (min-width: 1920px) {
  .ny1-section5 {
    padding-top: 80px;
  }
  .ny1-section5 .item .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny1-section5 .item .text {
    font-size: 24px;
    margin-top: 35px;
  }
  .ny1-section5 .swiper {
    margin-top: 36px;
  }
  .ny1-section5 .swiper-btn {
    width: 60px;
    height: 60px;
  }
  .ny1-section5 .swiper-btn:after {
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny1-section5 .swiper-btn-prev {
    left: -100px;
  }
  .ny1-section5 .swiper-btn-next {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section5 {
    padding-top: 40px;
  }
  .ny1-section5 .item .image {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .ny1-section5 .item .text {
    font-size: 14px;
    margin-top: 18px;
  }
  .ny1-section5 .swiper {
    margin-top: 18px;
  }
  .ny1-section5 .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .ny1-section5 .swiper-btn:after {
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny1-section5 .swiper-btn-prev {
    left: 0;
  }
  .ny1-section5 .swiper-btn-next {
    right: 0;
  }
}
/* ==================== ny1 - 板块五 End ==================== */
/* ==================== ny1 - 板块六 Start ==================== */
.ny1-section6 {
  padding-top: 4.167vw;
  padding-bottom: 5.208vw;
}
.ny1-section6 .content {
  padding-top: 40px;
}
.ny1-section6 .table {
  overflow: auto;
  margin-top: 2.083vw;
}
.ny1-section6 table,
.ny1-section6 td,
.ny1-section6 th {
  border-collapse: collapse;
  text-align: center;
}
.ny1-section6 table {
  width: 100%;
  text-align: center;
}
.ny1-section6 tr {
  transition: background-color 0.4s;
}
.ny1-section6 tr:first-child td {
  background-color: #045bb6;
  color: #fff;
  font-size: 0.938vw;
  line-height: 1.6;
}
.ny1-section6 tr:first-child ~ tr:hover {
  background-color: #EFFAFD;
}
/* 2025-2-13修改 */
.ny1-section6 td {
  color: #666666;
  font-size: 0.729vw;
  padding: 1.25vw;
  border: 1px solid #e2e2e2;
  white-space: nowrap;
}
.ny1-section6 td a:hover {
  color: #045bb6;
  text-decoration: underline;
}
.ny1-section6 td a:hover img {
  filter: inherit;
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
}
.ny1-section6 td a img {
  transition: filter 0.4s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
@media screen and (min-width: 1920px) {
  .ny1-section6 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny1-section6 .table {
    margin-top: 40px;
  }
  .ny1-section6 tr:first-child td {
    font-size: 18px;
  }
  .ny1-section6 td {
    font-size: 14px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section6 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ny1-section6 .table {
    margin-top: 40px;
  }
  .ny1-section6 table {
    display: block;
    width: 100%;
    border: 0;
    overflow: auto;
  }
  .ny1-section6 tr:first-child td {
    font-size: 14px;
  }
  .ny1-section6 td {
    font-size: 14px !important;
    padding: 10px !important;
  }
}
/* ==================== ny1 - 板块六 End ==================== */
