.ny7-title {
  font-size: 70px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  text-align: left;
}
@media screen and (max-width: 749px) {
  .ny7-title {
    font-size: 9.33vw;
  }
}
/* ==================== 内页7 - 板块0 Start ==================== */
.ny7-section0 .ny6-title {
  padding-bottom: 50px;
  margin-top: -120px;
  background-image: url(/static/mobile/images/ny7/img011@720x120.png);
  background-position: center bottom;
  background-size: 720px 120px;
}
@media screen and (max-width: 749px) {
  .ny7-section0 .ny6-title {
    padding-bottom: 6.667vw;
    margin-top: -16vw;
    background-size: 96vw 16vw;
  }
}
/* ==================== 内页7 - 板块0 End ==================== */
/* ==================== 内页7 - 板块一 Start ==================== */
.ny7-section1 {
  padding-top: 75px;
  padding-left: 30px;
  padding-right: 30px;
}
.ny7-section1 .ny7-title {
  margin-bottom: 39.975px;
  margin-top: 99.975px;
}
.ny7-section1 .tabs {
  padding: 5px;
  background-color: #E9E9E9;
  border-radius: 100px;
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  justify-content: space-between;
}
.ny7-section1 .tabs .tab-item {
  font-size: 24px;
  color: #86868B;
  border-radius: 100px;
  padding: 10px;
  margin-right: 10px;
  min-width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 0;
  flex-grow: 1;
}
.ny7-section1 .tabs .tab-item:last-child {
  margin-right: 0;
}
.ny7-section1 .tabs .tab-item.active {
  color: #fff;
  background-color: #1D1D1F;
}
.ny7-section1 .ny7-section1-swiper .image {
  border-radius: 20px;
  overflow: hidden;
}
.ny7-section1 .ny7-section1-swiper > .swiper-wrapper {
  display: block;
}
.ny7-section1 .ny7-section1-swiper > .swiper-wrapper > .swiper-slide {
  display: none;
}
.ny7-section1 .ny7-section1-swiper > .swiper-wrapper > .swiper-slide.active {
  display: block;
}
.ny7-section1 .swiper-slide1 .item {
  display: block;
  margin-bottom: 100px;
}
.ny7-section1 .swiper-slide1 .item:last-child {
  margin-bottom: 0;
}
.ny7-section1 .swiper-slide1 .item .title {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: table;
  padding-left: 76px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}
.ny7-section1 .swiper-slide1 .item .title span {
  font-size: 46px;
  color: #4160AC;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  z-index: 3;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny7-section1 .swiper-slide1 .item .title .bg {
  left: 50%;
  width: 200px;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.ny7-section1 .swiper-slide1 .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
.ny7-section1 .swiper-slide1 .list:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #4160AC;
  position: absolute;
  top: 0;
  left: 50%;
}
.ny7-section1 .swiper-slide1 .list-item {
  width: 45%;
  position: relative;
  text-align: right;
}
.ny7-section1 .swiper-slide1 .list-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #4160AC;
  border-radius: 100%;
  position: absolute;
}
.ny7-section1 .swiper-slide1 .list-item:nth-child(2n-1)::before {
  top: 40px;
  right: -40px;
}
.ny7-section1 .swiper-slide1 .list-item:nth-child(2n) {
  margin-top: 120px;
  text-align: left;
}
.ny7-section1 .swiper-slide1 .list-item:nth-child(2n) .icon {
  margin-left: 0;
  margin-right: auto;
}
.ny7-section1 .swiper-slide1 .list-item:nth-child(2n)::before {
  top: 99px;
  left: -39px;
}
.ny7-section1 .swiper-slide1 .list-item .icon {
  width: 68px;
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: auto;
}
.ny7-section1 .swiper-slide1 .list-item .icon img {
  width: 100%;
}
.ny7-section1 .swiper-slide1 .list-item .text1 {
  font-size: 28px;
  color: rgba(102, 102, 102, 0.5);
  line-height: 1.1;
  margin-bottom: 8px;
}
.ny7-section1 .swiper-slide1 .list-item .text2 {
  font-size: 32px;
  color: #4160AC;
  line-height: 1.2;
}
.ny7-section1 .swiper-slide2 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ny7-section1 .swiper-slide2 .item {
  width: 50%;
}
.ny7-section1 .swiper-slide2 .item:nth-child(2) ~ .item {
  margin-top: 50px;
}
.ny7-section1 .swiper-slide2 .item:last-child {
  margin-right: 0;
}
.ny7-section1 .swiper-slide2 .item:last-child .icon:after {
  display: none;
}
.ny7-section1 .swiper-slide2 .item .icon {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ny7-section1 .swiper-slide2 .item .num {
  font-size: 24px;
  color: rgba(102, 102, 102, 0.5);
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
}
.ny7-section1 .swiper-slide2 .item .text {
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.4;
  color: #666666;
}
.ny7-section1 .swiper-slide3 .itembox {
  background-color: #F5F5F7;
  border-radius: 28px;
  overflow: hidden;
  padding: 34px 40px;
}
.ny7-section1 .swiper-slide3 .item.active .head {
  border-bottom: 0;
}
.ny7-section1 .swiper-slide3 .item.active .head .icon {
  display: none;
}
.ny7-section1 .swiper-slide3 .item:last-child .head {
  border-bottom: 0;
}
.ny7-section1 .swiper-slide3 .item .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  border-bottom: 1px solid #E3E3E5;
}
.ny7-section1 .swiper-slide3 .item .head .text {
  font-size: 34px;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny7-section1 .swiper-slide3 .item .head .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.ny7-section1 .swiper-slide3 .item .head .icon:before,
.ny7-section1 .swiper-slide3 .item .head .icon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #6E6E73;
}
.ny7-section1 .swiper-slide3 .item .head .icon:before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.ny7-section1 .swiper-slide3 .item .head .icon:after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.ny7-section1 .swiper-slide3 .item .list {
  display: none;
}
.ny7-section1 .swiper-slide3 .item .list-item {
  padding-top: 20px;
  font-size: 30px;
  padding-bottom: 60px;
}
.ny7-section1 .swiper-slide3 .item .list-item .text1 {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.ny7-section1 .swiper-slide3 .item .list-item .text1:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q：";
}
.ny7-section1 .swiper-slide3 .item .list-item .text2 {
  padding-left: 50px;
  position: relative;
  color: #86868B;
}
.ny7-section1 .swiper-slide3 .item .list-item .text2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "A：";
}
.ny7-section1 .swiper-slide4 .ny7-section1-swiper2 {
  margin-top: 30px;
}
.ny7-section1 .swiper-slide4 .ny7-section1-swiper2 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.ny7-section1 .swiper-slide4 .item .icon {
  width: 80px;
  display: block;
  margin-bottom: 10px;
}
.ny7-section1 .swiper-slide4 .item .text1 {
  font-size: 35px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny7-section1 .swiper-slide4 .item .text2 {
  margin-top: 10px;
  font-size: 30px;
  color: #666666;
  line-height: 1.4;
}
.ny7-section1 .swiper-slide4 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev,
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-next {
  width: 60px;
  height: 60px;
  position: static;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  transform: translate(0, 0);
}
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev.swiper-button-disabled,
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-next.swiper-button-disabled {
  display: none;
}
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev .iconfont,
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-next .iconfont {
  color: inherit;
  font-size: inherit;
}
.ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev {
  margin-right: 24px;
  transform: rotateY(180deg);
}
.ny7-section1 .swiper-slide5 .table {
  overflow: auto;
  margin-top: 40px;
}
.ny7-section1 .swiper-slide5 table,
.ny7-section1 .swiper-slide5 td,
.ny7-section1 .swiper-slide5 th {
  border-collapse: collapse;
}
.ny7-section1 .swiper-slide5 table {
  width: 100%;
}
.ny7-section1 .swiper-slide5 tr {
  transition: background-color 0.4s;
}
.ny7-section1 .swiper-slide5 td {
  color: #666666;
  font-size: 24px;
  padding: 30px;
  border: 1px solid #e2e2e2;
  background-color: #F5F7F9;
  vertical-align: text-top;
  line-height: 1.6;
  color: #1E1E20;
}
.ny7-section1 .swiper-slide5 td:first-child {
  color: #fff;
  background-color: #101010;
  white-space: nowrap;
}
.ny7-section1 .swiper-slide5 td:nth-child(2n) {
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .ny7-section1 {
    padding-top: 10vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ny7-section1 .ny7-title {
    margin-bottom: 5.33vw;
    margin-top: 13.33vw;
  }
  .ny7-section1 .tabs {
    padding: 0.667vw;
    border-radius: 13.333vw;
    margin-bottom: 8vw;
  }
  .ny7-section1 .tabs .tab-item {
    font-size: 3.2vw;
    border-radius: 13.333vw;
    padding: 1.333vw;
    margin-right: 1.333vw;
    min-width: 13.333vw;
    height: 6.667vw;
  }
  .ny7-section1 .ny7-section1-swiper .image {
    border-radius: 2.667vw;
  }
  .ny7-section1 .swiper-slide1 .item {
    margin-bottom: 13.33vw;
  }
  .ny7-section1 .swiper-slide1 .item .title {
    padding-left: 10.13vw;
    height: 26.67vw;
  }
  .ny7-section1 .swiper-slide1 .item .title span {
    font-size: 6.13vw;
  }
  .ny7-section1 .swiper-slide1 .item .title .bg {
    width: 26.67vw;
    height: 26.67vw;
  }
  .ny7-section1 .swiper-slide1 .list {
    padding-top: 8vw;
    padding-bottom: 13.33vw;
  }
  .ny7-section1 .swiper-slide1 .list-item::before {
    width: 1.33vw;
    height: 1.33vw;
  }
  .ny7-section1 .swiper-slide1 .list-item:nth-child(2n-1)::before {
    top: 5.33vw;
    right: -5.53vw;
  }
  .ny7-section1 .swiper-slide1 .list-item:nth-child(2n) {
    margin-top: 16vw;
  }
  .ny7-section1 .swiper-slide1 .list-item:nth-child(2n)::before {
    top: 13.2vw;
    left: -5.13vw;
  }
  .ny7-section1 .swiper-slide1 .list-item .icon {
    width: 9.07vw;
    margin-bottom: 2.667vw;
  }
  .ny7-section1 .swiper-slide1 .list-item .text1 {
    font-size: 3.73vw;
    margin-bottom: 1.07vw;
  }
  .ny7-section1 .swiper-slide1 .list-item .text2 {
    font-size: 4.27vw;
  }
  .ny7-section1 .swiper-slide2 .item:nth-child(2) ~ .item {
    margin-top: 6.67vw;
  }
  .ny7-section1 .swiper-slide2 .item .icon {
    width: 13.33vw;
  }
  .ny7-section1 .swiper-slide2 .item .num {
    font-size: 3.2vw;
    margin-top: 2.67vw;
  }
  .ny7-section1 .swiper-slide2 .item .text {
    margin-top: 1.33vw;
    font-size: 3.73vw;
  }
  .ny7-section1 .swiper-slide3 .itembox {
    border-radius: 3.73vw;
    padding: 4.53vw 5.33vw;
  }
  .ny7-section1 .swiper-slide3 .item .head {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .ny7-section1 .swiper-slide3 .item .head .text {
    font-size: 4.53vw;
  }
  .ny7-section1 .swiper-slide3 .item .head .icon {
    width: 3.2vw;
    height: 3.2vw;
  }
  .ny7-section1 .swiper-slide3 .item .list-item {
    padding-top: 2.67vw;
    font-size: 4vw;
    padding-bottom: 8vw;
  }
  .ny7-section1 .swiper-slide3 .item .list-item .text1 {
    padding-left: 6.67vw;
    margin-bottom: 2.67vw;
  }
  .ny7-section1 .swiper-slide3 .item .list-item .text2 {
    padding-left: 6.67vw;
  }
  .ny7-section1 .swiper-slide4 .ny7-section1-swiper2 {
    margin-top: 4vw;
  }
  .ny7-section1 .swiper-slide4 .item .icon {
    width: 10.667vw;
    margin-bottom: 1.333vw;
  }
  .ny7-section1 .swiper-slide4 .item .text1 {
    font-size: 4.667vw;
  }
  .ny7-section1 .swiper-slide4 .item .text2 {
    margin-top: 1.333vw;
    font-size: 4vw;
  }
  .ny7-section1 .swiper-slide4 .btn-group {
    margin-top: 8vw;
  }
  .ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev,
  .ny7-section1 .swiper-slide4 .btn-group .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 2.667vw;
  }
  .ny7-section1 .swiper-slide4 .btn-group .swiper-button-prev {
    margin-right: 3.2vw;
  }
  .ny7-section1 .swiper-slide5 .table {
    margin-top: 5.33vw;
  }
  .ny7-section1 .swiper-slide5 td {
    font-size: 3.2vw;
    padding: 4vw;
  }
}
/* ==================== 内页7 - 板块一 End ==================== */
/* ==================== 内页7 - 板块二 Start ==================== */
.ny7-section2 {
  padding-bottom: 170px;
}
.ny7-section2 .item .text3 {
  color: #87878C;
}
.ny7-section2 .item .text3 strong {
  color: #1D1D1F;
}
@media screen and (max-width: 749px) {
  .ny7-section2 {
    padding-bottom: 22.667vw;
  }
}
/* ==================== 内页7 - 板块二 End ==================== */
<!--耗时1752971564.9762秒-->