/* ==================== 内页9 - 通用 Start ==================== */
.ny9-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.083vw;
}
.ny9-tabs .tab-item {
  font-size: 1.979vw;
  color: #999999;
  line-height: 1.1;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  cursor: pointer;
}
.ny9-tabs .tab-item.active {
  color: #000;
}
@media screen and (min-width: 1920px) {
  .ny9-tabs {
    margin-bottom: 40px;
  }
  .ny9-tabs .tab-item {
    font-size: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny9-tabs {
    margin-bottom: 20px;
  }
  .ny9-tabs .tab-item {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* ==================== 内页9 - 通用 End ==================== */
/* ==================== 内页9 - 板块一 Start ==================== */
/* ==================== 内页9 - 板块一 End ==================== */
/* ==================== 内页9 - 板块二 Start ==================== */
.ny9-section2 {
  padding-top: 4.167vw;
  padding-bottom: 19.792vw;
}
.ny9-section2 .ny1-title {
  margin-bottom: 2.083vw;
}
.ny9-section2 .item {
  margin-bottom: 1.25vw;
}
.ny9-section2 .item.active .content {
  display: block;
}
.ny9-section2 .item:last-child {
  margin-bottom: 0;
}
.ny9-section2 .item .head {
  padding: 1.563vw;
  background-color: #045bb6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.ny9-section2 .item .head .number {
  width: 1.979vw;
  height: 1.979vw;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 1.042vw;
  font-size: 0.938vw;
  color: #3bb7e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  flex-shrink: 0;
}
.ny9-section2 .item .head .title {
  line-height: 1.1;
  font-size: 1.25vw;
  color: #ffffff;
}
.ny9-section2 .item .content {
  padding: 2.083vw;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  display: none;
}
.ny9-section2 .item .content:after {
  content: '';
  display: table;
  clear: both;
}
.ny9-section2 .item .content img {
  float: left;
  width: 40%;
}
.ny9-section2 .item .content .right {
  width: 55%;
  float: right;
}
.ny9-section2 .item .content table {
  width: 100%;
  margin-bottom: 40px;
}
.ny9-section2 .item .content li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
  line-height: 1.1;
}
.ny9-section2 .item .content li::before {
  content: "";
  display: block;
  background-color: #045bb6;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}
.ny9-section2 .item .content img {
  margin-right: 20px;
  max-width: 40%;
}
.ny9-section2 .item .desc {
  margin-top: 3.125vw;
}
.ny9-section2 .item .desc li {
  color: #666;
  line-height: 1.1;
  font-size: 0.938vw;
  margin-bottom: 0.521vw;
  position: relative;
}
.ny9-section2 .item .desc li:before {
  content: "";
  display: inline-block;
  width: 0.313vw;
  height: 0.313vw;
  background-color: #045bb6;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 0.521vw;
}
.ny9-section2 .item .desc li strong {
  font-weight: 400;
  font-size: 1.042vw;
  color: #045bb6;
}
.ny9-section2 .item .desc li:last-child {
  margin-bottom: 0;
}
.ny9-section2 .tip {
  color: #045bb6;
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .ny9-section2 {
    padding-top: 80px;
    padding-bottom: 380px;
  }
  .ny9-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny9-section2 .item {
    margin-bottom: 24px;
  }
  .ny9-section2 .item .head {
    padding: 30px;
  }
  .ny9-section2 .item .head .number {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    font-size: 18px;
  }
  .ny9-section2 .item .head .title {
    font-size: 24px;
  }
  .ny9-section2 .item .content {
    padding: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny9-section2 .item .image {
    width: 480px;
    margin-right: 100px;
    padding: 30px 20px;
  }
  .ny9-section2 .item .desc {
    margin-top: 60px;
  }
  .ny9-section2 .item .desc li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ny9-section2 .item .desc li:before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .ny9-section2 .item .desc li strong {
    font-size: 20px;
  }
  .ny9-section2 .tip {
    font-size: 24px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .ny9-section2 .item .content img {
    display: block;
    width: 100% !important;
    float: none !important;
  }
  .ny9-section2 .item .content table {
    width: 100% !important;
    float: none !important;
  }
  .ny9-section2 .item .content ul {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ny9-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny9-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny9-section2 .item {
    margin-bottom: 15px;
  }
  .ny9-section2 .item.active .content {
    display: block;
  }
  .ny9-section2 .item .head {
    padding: 10px;
    align-items: flex-start;
  }
  .ny9-section2 .item .head .number {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 14px;
  }
  .ny9-section2 .item .head .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .ny9-section2 .item .content {
    padding: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny9-section2 .item .content * {
    font-size: 14px !important;
  }
  .ny9-section2 .item .content img {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .ny9-section2 .item .content table {
    margin-bottom: 15px;
  }
  .ny9-section2 .item .content table td {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .ny9-section2 .item .content li {
    line-height: 1.6;
  }
  .ny9-section2 .item .image {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px;
  }
  .ny9-section2 .item .desc {
    width: 100%;
    margin-top: 40px;
  }
  .ny9-section2 .item .desc li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .ny9-section2 .item .desc li:before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .ny9-section2 .item .desc li strong {
    font-size: 16px;
  }
  .ny9-section2 .tip {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* ==================== 内页9 - 板块二 End ==================== */
/* ==================== 内页9 - 板块三 Start ==================== */
/* ==================== 内页9 - 板块三 End ==================== */
/* ==================== 内页9 - 板块四 Start ==================== */
/* ==================== 内页9 - 板块四 End ==================== */
/* ==================== 内页9 - 板块五 Start ==================== */
/* ==================== 内页9 - 板块五 End ==================== */
/* ==================== 内页9 - 板块六 Start ==================== */
/* ==================== 内页9 - 板块六 End ==================== */
/* ==================== 内页9 - 板块七 Start ==================== */
/* ==================== 内页9 - 板块七 End ==================== */
/* ==================== 内页9 - 板块八 Start ==================== */
/* ==================== 内页9 - 板块八 End ==================== */
