/* ==================== 内页26 - 通用 Start ==================== */
.ny26-main {
  padding-bottom: 13.889vw;
}
.ny26-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.778vw;
}
.ny26-head .title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny26-head .title .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.222vw;
  margin-right: 1.111vw;
  line-height: 1;
}
.ny26-head .title .text2 {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.458vw;
}
.ny26-head .more-btn {
  color: #0075FF;
  font-family: "Inter-Regular";
  font-size: 0.972vw;
  line-height: 1.458vw;
  display: block;
}
@media screen and (min-width: 1440px) {
  .ny26-main {
    padding-bottom: 200px;
  }
  .ny26-head {
    margin-bottom: 40px;
  }
  .ny26-head .title .text1 {
    font-size: 32px;
    margin-right: 16px;
  }
  .ny26-head .title .text2 {
    font-size: 13px;
    line-height: 21px;
  }
  .ny26-head .more-btn {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-main {
    padding-bottom: 13.021vw;
  }
  .ny26-head {
    margin-bottom: 5.208vw;
  }
  .ny26-head .title .text1 {
    font-size: 3.125vw;
    margin-right: 1.563vw;
  }
  .ny26-head .title .text2 {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny26-head .more-btn {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-main {
    padding-bottom: 25.445vw;
  }
  .ny26-head {
    margin-bottom: 8.906vw;
  }
  .ny26-head .title .text1 {
    font-size: 6.107vw;
    margin-right: 3.053vw;
  }
  .ny26-head .title .text2 {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny26-head .more-btn {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
}
/* ==================== 内页26 - 通用 End ==================== */
/* ==================== 内页26 - 板块一 Start ==================== */
.ny26-section1 {
  border-bottom: 1px solid #D9D9D9;
}
.ny26-section1 > .mxw-box {
  padding-top: 4.444vw;
  text-align: center;
}
.ny26-section1 form {
  display: flex;
  width: 44.444vw;
  height: 3.889vw;
  padding-left: 1.667vw;
  padding-right: 1.667vw;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6.944vw;
  margin-bottom: 2.083vw;
}
.ny26-section1 form input {
  color: #000;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  text-align: left;
  height: 100%;
  min-width: 0;
  flex-grow: 1;
}
.ny26-section1 form input::-webkit-input-placeholder {
  color: #C0C5CE;
}
.ny26-section1 form input::-moz-placeholder {
  color: #C0C5CE;
}
.ny26-section1 form input:-moz-placeholder {
  color: #C0C5CE;
}
.ny26-section1 form input:-ms-input-placeholder {
  color: #C0C5CE;
}
.ny26-section1 form .icon {
  font-size: 1.667vw;
  color: #000;
  line-height: 1;
  margin-left: 2.083vw;
  flex-shrink: 0;
}
.ny26-section1 .ny26-tabs-swiper {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  max-width: 100%;
}
.ny26-section1 .ny26-tabs-swiper .swiper-slide {
  width: auto;
}
.ny26-section1 .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-right: 2.778vw;
}
.ny26-section1 .tab-item:last-child {
  margin-right: 0;
}
.ny26-section1 .tab-item.active .text {
  color: #0075FF;
}
.ny26-section1 .tab-item .text {
  font-size: 0.972vw;
  line-height: 1.458vw;
  font-family: "Inter-SemiBold";
  color: #000;
}
.ny26-section1 .tab-item .count {
  width: 1.389vw;
  height: 1.389vw;
  border-radius: 100%;
  background-color: #0075FF;
  color: #fff;
  justify-content: center;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 0.694vw;
  line-height: 1.25vw;
  margin-left: 0.278vw;
}
@media screen and (min-width: 1440px) {
  .ny26-section1 > .mxw-box {
    padding-top: 48px;
  }
  .ny26-section1 form {
    width: 640px;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    margin-bottom: 56px;
  }
  .ny26-section1 form input {
    font-size: 13px;
  }
  .ny26-section1 form .icon {
    font-size: 24px;
    margin-left: 30px;
  }
  .ny26-section1 .tab-item {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-right: 32px;
  }
  .ny26-section1 .tab-item .text {
    font-size: 14px;
    line-height: 21px;
  }
  .ny26-section1 .tab-item .count {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 18px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section1 > .mxw-box {
    padding-top: 8.333vw;
  }
  .ny26-section1 form {
    width: 83.333vw;
    height: 7.292vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    border-radius: 13.021vw;
    margin-bottom: 3.906vw;
  }
  .ny26-section1 form input {
    font-size: 1.693vw;
  }
  .ny26-section1 form .icon {
    font-size: 3.125vw;
    margin-left: 3.906vw;
  }
  .ny26-section1 .tab-item {
    padding-top: 2.344vw;
    padding-bottom: 2.344vw;
    margin-right: 5.208vw;
  }
  .ny26-section1 .tab-item .text {
    font-size: 1.823vw;
    line-height: 2.734vw;
  }
  .ny26-section1 .tab-item .count {
    width: 2.604vw;
    height: 2.604vw;
    font-size: 1.302vw;
    line-height: 2.344vw;
    margin-left: 0.521vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-section1 > .mxw-box {
    padding-top: 12.214vw;
  }
  .ny26-section1 form {
    width: 87.786vw;
    height: 14.249vw;
    padding-left: 6.107vw;
    padding-right: 6.107vw;
    border-radius: 25.445vw;
    margin-bottom: 15.267vw;
  }
  .ny26-section1 form input {
    font-size: 3.308vw;
  }
  .ny26-section1 form .icon {
    font-size: 6.107vw;
    margin-left: 7.634vw;
  }
  .ny26-section1 .tab-item {
    padding-top: 4.58vw;
    padding-bottom: 4.58vw;
    padding-left: 5.089vw;
    padding-right: 5.089vw;
    margin-right: 0;
  }
  .ny26-section1 .tab-item .text {
    font-size: 3.562vw;
    line-height: 5.344vw;
  }
  .ny26-section1 .tab-item .count {
    width: 5.089vw;
    height: 5.089vw;
    font-size: 2.545vw;
    line-height: 4.58vw;
    margin-left: 1.018vw;
  }
}
/* ==================== 内页26 - 板块一 End ==================== */
/* ==================== 内页26 - 板块二 Start ==================== */
.ny26-section2 {
  padding-top: 3.889vw;
}
.ny26-section2 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny26-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny26-section2 .item {
  width: 24%;
  background-color: #F6F6F6;
  border-radius: 16px;
  margin-right: 1.333%;
}
.ny26-section2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny26-section2 .item:nth-child(4) ~ .item {
  margin-top: 1.333%;
}
.ny26-section2 .item .image {
  text-align: center;
  display: block;
}
.ny26-section2 .item .image img {
  display: block;
  width: 100%;
}
.ny26-section2 .item .info {
  padding: 2.222vw 1.667vw;
  padding-top: 0;
}
.ny26-section2 .item .info .text1 {
  color: #000;
  text-align: center;
  font-family: "Inter-SemiBold";
  font-size: 1.667vw;
  line-height: 2.222vw;
}
.ny26-section2 .item .info .text2 {
  margin-top: 0.556vw;
  color: #999;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.458vw;
}
@media screen and (min-width: 1440px) {
  .ny26-section2 {
    padding-top: 56px;
  }
  .ny26-section2 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny26-section2 .item .info {
    padding: 32px 24px;
  }
  .ny26-section2 .item .info .text1 {
    font-size: 24px;
    line-height: 32px;
  }
  .ny26-section2 .item .info .text2 {
    margin-top: 8px;
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section2 {
    padding-top: 5.208vw;
  }
  .ny26-section2 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny26-section2 .item {
    width: 32%;
    flex-shrink: 0;
    margin: 0 !important;
    border-radius: 1.56vw;
  }
  .ny26-section2 .item:nth-child(3n-1) {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .ny26-section2 .item:nth-child(3) ~ .item {
    margin-top: 2% !important;
  }
  .ny26-section2 .item .info {
    padding: 3.906vw 1.563vw;
    padding-top: 0;
  }
  .ny26-section2 .item .info .text1 {
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
  .ny26-section2 .item .info .text2 {
    margin-top: 1.042vw;
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-section2 {
    padding-top: 10.178vw;
  }
  .ny26-section2 > .mxw-box {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny26-section2 .item {
    width: 48%;
    margin: 0 !important;
    border-radius: 2.04vw;
  }
  .ny26-section2 .item:nth-child(2n) {
    margin-left: 4% !important;
    margin-right: 0 !important;
  }
  .ny26-section2 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
  .ny26-section2 .item .info {
    padding: 6.107vw 3.053vw;
    padding-top: 0;
  }
  .ny26-section2 .item .info .text1 {
    font-size: 4.071vw;
    line-height: 6.107vw;
  }
  .ny26-section2 .item .info .text2 {
    margin-top: 3.053vw;
    font-size: 3.053vw;
    line-height: 4.58vw;
  }
}
/* ==================== 内页26 - 板块二 End ==================== */
/* ==================== 内页26 - 板块三 Start ==================== */
.ny26-section3 {
  padding-top: 5.556vw;
}
.ny26-section3 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny26-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny26-section3 .item {
  position: relative;
  display: block;
  width: 49%;
  border-radius: 16px;
  overflow: hidden;
}
.ny26-section3 .item:nth-child(2n) {
  margin-left: 2%;
}
.ny26-section3 .item:nth-child(2) ~ .item {
  margin-top: 2%;
}
.ny26-section3 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Inter-SemiBold";
  font-size: 1.667vw;
  line-height: 2.222vw;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .ny26-section3 {
    padding-top: 80px;
  }
  .ny26-section3 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny26-section3 .item .text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section3 {
    padding-top: 8.724vw;
  }
  .ny26-section3 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny26-section3 .item {
    width: 100%;
    border-radius: 1.56vw;
    margin: 0 !important;
  }
  .ny26-section3 .item .text {
    font-size: 3.125vw;
    line-height: 4.167vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-section3 {
    padding-top: 17.048vw;
  }
  .ny26-section3 > .mxw-box {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny26-section3 .item {
    border-radius: 2.04vw;
  }
  .ny26-section3 .item:first-child ~ .item {
    margin-top: 4.071vw !important;
  }
  .ny26-section3 .item .text {
    font-size: 6.107vw;
    line-height: 7.125vw;
  }
}
/* ==================== 内页26 - 板块三 End ==================== */
/* ==================== 内页26 - 板块四 Start ==================== */
.ny26-section4 {
  padding-top: 5.556vw;
}
.ny26-section4 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny26-section4 .item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 1.667vw;
}
.ny26-section4 .item:last-child {
  margin-bottom: 0;
}
.ny26-section4 .item.item-video .image {
  position: relative;
}
.ny26-section4 .item.item-video .image:after {
  content: "\e60e";
  display: block;
  font-family: "iconfont";
  font-size: 5.278vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  opacity: 0.5;
}
.ny26-section4 .item .image {
  display: block;
  width: 20.833vw;
  height: 13.889vw;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 2.778vw;
}
.ny26-section4 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.ny26-section4 .item .text1 {
  display: block;
  color: #000;
  font-family: "Inter-Regular";
  font-size: 1.389vw;
  line-height: 2.083vw;
}
.ny26-section4 .item .text2 {
  display: block;
  color: #666;
  font-family: "Inter-Regular";
  font-size: 1.111vw;
  line-height: 1.667vw;
  margin-top: 0.556vw;
}
.ny26-section4 .item .text3 {
  color: #666;
  font-family: "Inter-Regular";
  font-size: 1.111vw;
  line-height: 1.667vw;
  margin-bottom: 0.556vw;
}
@media screen and (min-width: 1440px) {
  .ny26-section4 {
    padding-top: 80px;
  }
  .ny26-section4 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny26-section4 .item {
    margin-bottom: 24px;
  }
  .ny26-section4 .item.item-video .image:after {
    font-size: 76px;
  }
  .ny26-section4 .item .image {
    width: 300px;
    height: 200px;
    margin-right: 40px;
  }
  .ny26-section4 .item .text1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ny26-section4 .item .text2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ny26-section4 .item .text3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section4 {
    padding-top: 10.417vw;
  }
  .ny26-section4 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny26-section4 .item {
    margin-bottom: 1.563vw;
  }
  .ny26-section4 .item.item-video .image:after {
    font-size: 9.896vw;
  }
  .ny26-section4 .item .image {
    width: 31.25vw;
    height: auto;
    flex-shrink: 0;
    margin-right: 3.125vw;
    border-radius: 1.56vw;
  }
  .ny26-section4 .item .text1 {
    font-size: 2.083vw;
    line-height: 3.125vw;
  }
  .ny26-section4 .item .text2 {
    font-size: 1.693vw;
    line-height: 2.604vw;
    margin-top: 1.042vw;
  }
  .ny26-section4 .item .text3 {
    font-size: 1.693vw;
    line-height: 2.604vw;
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-section4 {
    padding-top: 20.356vw;
  }
  .ny26-section4 > .mxw-box {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny26-section4 .item {
    margin-bottom: 3.053vw;
    padding-top: 4.071vw;
    padding-bottom: 6.107vw;
    border-bottom: 1px solid #F6F6F6;
  }
  .ny26-section4 .item.item-video .image:after {
    font-size: 12.723vw;
  }
  .ny26-section4 .item:first-child {
    padding-top: 0;
  }
  .ny26-section4 .item .image {
    width: 24.427vw;
    height: 24.427vw;
    border-radius: 2.04vw;
    margin-right: 0;
    margin-left: 4.071vw;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ny26-section4 .item .image img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .ny26-section4 .item .text1 {
    font-size: 3.562vw;
    line-height: 1.4;
  }
  .ny26-section4 .item .text2 {
    font-size: 3.053vw;
    line-height: 1.4;
    margin-top: 2.036vw;
  }
  .ny26-section4 .item .text3 {
    font-size: 3.308vw;
    line-height: 5.089vw;
    margin-bottom: 2.036vw;
  }
}
/* ==================== 内页26 - 板块四 End ==================== */
/* ==================== 内页26 - 板块五 Start ==================== */
.ny26-section5 {
  padding-top: 5.556vw;
}
.ny26-section5 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny26-section5 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny26-section5 .item {
  width: 32.46%;
  padding-left: 1.667vw;
  padding-right: 1.667vw;
  padding-top: 2.222vw;
  padding-bottom: 3.889vw;
  border-radius: 16px;
  display: flex;
  align-items: cenfter;
  justify-content: space-between;
  background-color: #F5FBFF;
}
.ny26-section5 .item:nth-child(3n-1) {
  margin-left: 1.3%;
  margin-right: 1.3%;
}
.ny26-section5 .item:nth-child(3) ~ .item {
  margin-top: 1.3%;
}
.ny26-section5 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.ny26-section5 .item .text1 {
  font-size: 0.903vw;
  line-height: 1.25vw;
  font-family: "Inter-Regular";
  color: #999;
}
.ny26-section5 .item .text2 {
  margin-top: 1.111vw;
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.667vw;
  line-height: 1.944vw;
}
.ny26-section5 .item .common-btn2 {
  margin-top: 1.667vw;
}
@media screen and (min-width: 1440px) {
  .ny26-section5 {
    padding-top: 80px;
  }
  .ny26-section5 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny26-section5 .item {
    width: 32.46%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .ny26-section5 .item .text1 {
    font-size: 13px;
    line-height: 18px;
  }
  .ny26-section5 .item .text2 {
    margin-top: 16px;
    font-size: 24px;
    line-height: 28px;
  }
  .ny26-section5 .item .common-btn2 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section5 {
    padding-top: 10.417vw;
  }
  .ny26-section5 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny26-section5 .item {
    padding: 3.125vw;
    padding-bottom: 4.688vw;
    height: 15.625vw;
    width: 49.25%;
    margin: 0 !important;
    border-radius: 1.56vw;
  }
  .ny26-section5 .item:nth-child(2n) {
    margin-left: 1.5% !important;
  }
  .ny26-section5 .item:nth-child(2) ~ .item {
    margin-top: 1.5% !important;
  }
  .ny26-section5 .item .text1 {
    font-size: 1.563vw;
    line-height: 2.083vw;
  }
  .ny26-section5 .item .text2 {
    margin-top: 0.781vw;
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
}
@media screen and (max-width: 500px) {
  .ny26-section5 {
    padding-top: 20.356vw;
  }
  .ny26-section5 > .mxw-box {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny26-section5 .item {
    padding: 6.107vw;
    padding-bottom: 9.16vw;
    height: 30.534vw;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 3.053vw !important;
    border-radius: 2.04vw;
  }
  .ny26-section5 .item:last-child {
    margin-bottom: 0 !important;
  }
  .ny26-section5 .item .text1 {
    font-size: 3.053vw;
    line-height: 4.071vw;
  }
  .ny26-section5 .item .text2 {
    margin-top: 1.527vw;
    font-size: 5.089vw;
    line-height: 7.634vw;
  }
}
/* ==================== 内页26 - 板块五 End ==================== */
