/* ==================== 内页1 - 板块一 Start ==================== */
.ny1-section1 {
  background-color: #F8F9FC;
}
.ny1-section1 .body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ny1-section1 .left {
  flex-shrink: 0;
  width: 18.75vw;
  background-color: #fff;
  border-radius: 0.625vw;
  padding: 1.875vw;
  padding-bottom: 5.625vw;
  position: sticky;
  top: 0;
  left: 0;
}
.ny1-section1 .left .list-item.active > a .icon {
  background-image: url(../images/header/img016@100x100.png);
}
.ny1-section1 .left .list-item.active > .list {
  display: block;
}
.ny1-section1 .left .list-item > a {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  display: block;
  position: relative;
  padding-right: 0.938vw;
  font-size: 1vw;
  color: #000000;
  font-weight: bold;
}
.ny1-section1 .left .list-item > a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
  background: url(../images/header/img015@100x100.png) no-repeat center;
  width: 1vw;
  height: 1vw;
  background-size: 100%;
}
.ny1-section1 .left .list1 > .list-item > a {
  font-size: 1.125vw;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
}
.ny1-section1 .left .list1 >.active >a {
  color:#4cb848;
}
.ny1-section1 .left .list2 {
  display: none;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
.ny1-section1 .left .list2 > .list-item.active > a {
  color: #4cb848;
}
.ny1-section1 .left .list2 > .list-item > a {
  font-size: 1vw;
  color: #888;
  border-bottom: 1px solid #f0f0f0;
}
.ny1-section1 .left .list2 > .list-item > a .icon {
  width: 0.75vw;
  height: 0.75vw;
  right: -0.313vw;
}
.ny1-section1 .left .list3 {
  display: none;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
.ny1-section1 .left .list3 > .list-item.active > a {
  background: -webkit-linear-gradient(to right, #5dd14b 0%, #4cb23b 100%);
  background: -o-linear-gradient(to right, #5dd14b 0%, #4cb23b 100%);
  background: -moz-linear-gradient(to right, #5dd14b 0%, #4cb23b 100%);
  background: linear-gradient(to right, #5dd14b 0%, #4cb23b 100%);
  color: #fff;
}
.ny1-section1 .left .list3 > .list-item > a {
  font-size: 0.875vw;
  line-height: 1.1;
  padding: 0.875vw 2.875vw;
  font-weight: 400;
  color: #666666;
  border-radius: 6.25vw;
}
.ny1-section1 .left .type-list .head {
  margin-top: 3.75vw;
  font-size: 1.125vw;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 1.25vw;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  color: #4cb848;
}
.ny1-section1 .left .type-list .list-item {
  margin-top: 1.25vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.ny1-section1 .left .type-list .list-item .icon {
  flex-shrink: 0;
  width: 1.125vw;
  height: 1.125vw;
  border-radius: 0.188vw;
  border: 1px solid #c4c4c4;
  margin-right: 1vw;
}
.ny1-section1 .left .type-list .list-item .text {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.875vw;
  color: #000000;
}
.ny1-section1 .left .type-list .list-item.active .icon {
  border-color: #4cb848;
  background-color: #4cb848;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny1-section1 .left .type-list .list-item.active .icon:after {
  content: "";
  display: block;
  width: 0.25vw;
  height: 0.625vw;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.ny1-section1 .right {
  min-width: 0;
  flex-grow: 1;
  margin-left: 3.125vw;
  padding-bottom: 5.625vw;
}
.ny1-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.ny1-section1 .itembox.active {
  display: flex;
}
.ny1-section1 .itembox .ny1-item {
  width: 32%;
}
.ny1-section1 .itembox .ny1-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny1-section1 .itembox .ny1-item:nth-child(3) ~ .ny1-item {
  margin-top: 2%;
}
.ny1-section1 .tip {
  text-align: center;
  font-size: 1vw;
  color: #666;
  width: 100%;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 1600px) {
  .ny1-section1 .left {
    width: 300px;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 90px;
  }
  .ny1-section1 .left .list-item > a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    font-size: 16px;
  }
  .ny1-section1 .left .list-item > a .icon {
    width: 16px;
    height: 16px;
  }
  .ny1-section1 .left .list1 > .list-item > a {
    font-size: 18px;
  }
  .ny1-section1 .left .list2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ny1-section1 .left .list2 > .list-item > a {
    font-size: 16px;
  }
  .ny1-section1 .left .list2 > .list-item > a .icon {
    width: 12px;
    height: 12px;
    right: -5px;
  }
  .ny1-section1 .left .list3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ny1-section1 .left .list3 > .list-item > a {
    font-size: 14px;
    padding: 14px 46px;
    border-radius: 100px;
  }
  .ny1-section1 .left .type-list .head {
    margin-top: 60px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .ny1-section1 .left .type-list .list-item {
    margin-top: 20px;
  }
  .ny1-section1 .left .type-list .list-item .icon {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 16px;
  }
  .ny1-section1 .left .type-list .list-item .text {
    font-size: 14px;
  }
  .ny1-section1 .left .type-list .list-item.active .icon:after {
    width: 4px;
    height: 10px;
  }
  .ny1-section1 .right {
    margin-left: 50px;
    padding-bottom: 90px;
  }
  .ny1-section1 .tip {
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section1 .navbar-bg {
    z-index: 3;
  }
  .ny1-section1 .ny1-mobile-menu {
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 4;
    width: 50px;
    height: 50px;
    background-color: #4cb848;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 0 #4cb848;
    cursor: pointer;
  }
  .ny1-section1 .ny1-mobile-menu img {
    width: 50%;
  }
  .ny1-section1 .left {
    border-radius: 10px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 80%;
    overflow: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  .ny1-section1 .left.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .ny1-section1 .left .close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 4;
    background-color: #eee;
    cursor: pointer;
  }
  .ny1-section1 .left .close img {
    width: 50%;
  }
  .ny1-section1 .left .list-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    font-size: 8px;
  }
  .ny1-section1 .left .list-item > a .icon {
    width: 12px;
    height: 12px;
  }
  .ny1-section1 .left .list1 > .list-item > a {
    font-size: 16px;
  }
  .ny1-section1 .left .list2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ny1-section1 .left .list2 > .list-item.active .list {
    display: flex;
  }
  .ny1-section1 .left .list2 > .list-item > a {
    font-size: 14px;
  }
  .ny1-section1 .left .list2 > .list-item > a .icon {
    width: 8px;
    height: 8px;
    right: -5px;
  }
  .ny1-section1 .left .list3 {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .ny1-section1 .left .list3 > .list-item {
    width: 49%;
    margin-right: 0;
    text-align: center;
  }
  .ny1-section1 .left .list3 > .list-item > a {
    font-size: 12px;
    padding: 12px 23px;
    border-radius: 50px;
  }
  .ny1-section1 .left .type-list .head {
    margin-top: 30px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .ny1-section1 .left .type-list .list-item {
    margin-top: 14px;
  }
  .ny1-section1 .left .type-list .list-item .icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 3px;
  }
  .ny1-section1 .left .type-list .list-item .text {
    font-size: 14px;
  }
  .ny1-section1 .left .type-list .list-item.active .icon:after {
    width: 2px;
    height: 8px;
  }
  .ny1-section1 .right {
    margin-left: 0;
    padding-bottom: 90px;
  }
  .ny1-section1 .itembox .ny1-item {
    width: 48%;
    border-radius: 10px;
    margin: 0 !important;
  }
  .ny1-section1 .itembox .ny1-item:nth-child(2n-1) {
    margin-right: 4% !important;
  }
  .ny1-section1 .itembox .ny1-item:nth-child(2) ~ .ny1-item {
    margin-top: 20px !important;
  }
  .ny1-section1 .tip {
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .ny1-section1 .itembox .ny1-item {
    width: 100%;
    border-radius: 10px;
    margin: 0 !important;
  }
  .ny1-section1 .itembox .ny1-item:nth-child(1) ~ .ny1-item {
    margin-top: 20px !important;
  }
}
/* ==================== 内页1 - 板块一 End ==================== */
/* ==================== 内页1 - 板块二 Start ==================== */
/* ==================== 内页1 - 板块二 End ==================== */
/* ==================== 内页1 - 板块三 Start ==================== */
/* ==================== 内页1 - 板块三 End ==================== */
/* ==================== 内页1 - 板块四 Start ==================== */
/* ==================== 内页1 - 板块四 End ==================== */
/* ==================== 内页1 - 板块五 Start ==================== */
/* ==================== 内页1 - 板块五 End ==================== */
/* ==================== 内页1 - 板块六 Start ==================== */
/* ==================== 内页1 - 板块六 End ==================== */
/* ==================== 内页1 - 板块七 Start ==================== */
/* ==================== 内页1 - 板块七 End ==================== */
/* ==================== 内页1 - 板块八 Start ==================== */
/* ==================== 内页1 - 板块八 End ==================== */
