/* ==================== 内页36 - 板块一 Start ==================== */
.ny36-section1 {
  position: relative;
  background-color: #F3F5F7;
}
.ny36-section1 .head {
  background-color: #F8F9FA;
  border-bottom: 1px solid #DCDDDD;
  padding: 30px;
  font-size: 30px;
  line-height: 1.1;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny36-section1 .body2 {
  position: relative;
  padding: 120px 40px;
  padding-bottom: 200px;
}
.ny36-section1 .title {
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.ny36-section1 .title .text1 {
  font-size: 70px;
  line-height: 1.1;
  color: #1D1D1F;
  margin-bottom: 20px;
  font-family: "HYJunhei-85J";
}
.ny36-section1 .title .text2 {
  font-size: 50px;
  color: #1D1D1F;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny36-section1 .ny36-section1-swiper {
  width: 100%;
  display: block;
}
.ny36-section1 .video {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 850px;
}
.ny36-section1 .video video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny36-section1 .common-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny36-section1 .head {
    padding: 4vw;
    font-size: 4vw;
  }
  .ny36-section1 .body2 {
    padding: 16vw 5.33vw;
    padding-bottom: 26.67vw;
  }
  .ny36-section1 .title {
    margin-bottom: 8vw;
  }
  .ny36-section1 .title .text1 {
    font-size: 9.33vw;
    margin-bottom: 2.67vw;
  }
  .ny36-section1 .title .text2 {
    font-size: 6.67vw;
  }
  .ny36-section1 .video {
    border-radius: 2.67vw;
    height: 113.33vw;
  }
  .ny36-section1 .common-pagination {
    margin-top: 8vw;
  }
}
/* ==================== 内页36 - 板块一 End ==================== */
/* ==================== 内页36 - 板块二 Start ==================== */
.ny36-section2 {
  padding-bottom: 200px;
  background-color: #F5F5F7;
}
.ny36-section2 .title {
  font-size: 70px;
  line-height: 1.1;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
  text-align: center;
}
.ny36-section2 .body {
  position: relative;
}
.ny36-section2 .map {
  display: block;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny36-section2 .map .amap-info {
  width: 400px;
}
.ny36-section2 .top {
  position: relative;
}
.ny36-section2 .menu-body {
  position: absolute;
  z-index: 200;
  width: 670px;
  display: block;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 40px;
  overflow: hidden;
}
.ny36-section2 .menu-body.active {
  height: 70vh;
}
.ny36-section2 .menu-body.active .head .head-btn {
  transform: rotateX(180deg);
}
.ny36-section2 .menu-body.active .swiper {
  display: block;
}
.ny36-section2 .menu-body .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.ny36-section2 .menu-body .head .tabs {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny36-section2 .menu-body .head .tabs .tab-item {
  font-size: 30px;
  color: #86868B;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  margin-right: 40px;
}
.ny36-section2 .menu-body .head .tabs .tab-item.active {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.55);
}
.ny36-section2 .menu-body .head .head-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  flex-shrink: 0;
  border-radius: 100%;
  cursor: pointer;
}
.ny36-section2 .menu-body .content-item {
  position: relative;
}
.ny36-section2 .menu-body .content-item .search {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(29, 29, 31, 0.2);
  cursor: pointer;
}
.ny36-section2 .menu-body .content-item .search .text {
  min-width: 0;
  flex-grow: 1;
  font-size: 26px;
  color: rgba(134, 134, 139, 0.5);
}
.ny36-section2 .menu-body .content-item .search .icon {
  font-size: 26px;
  color: #000;
}
.ny36-section2 .menu-body .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
  border: 1px solid rgba(29, 29, 31, 0.2);
  height: 45vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 9;
  display: none;
}
.ny36-section2 .menu-body .select-list.active {
  display: block;
}
.ny36-section2 .menu-body .select-list .select-head {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(29, 29, 31, 0.2);
  height: 70px;
  line-height: 70px;
}
.ny36-section2 .menu-body .select-list .select-head .item {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.1;
  padding: 0 20px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ny36-section2 .menu-body .select-list .select-head .item.active:after {
  width: 70%;
}
.ny36-section2 .menu-body .select-list .select-head .item:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #0071E3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s;
}
.ny36-section2 .menu-body .select-list .select-plane {
  flex-grow: 1;
  min-width: 0;
  width: 100%;
  height: calc(100% - 90px);
}
.ny36-section2 .menu-body .select-list .select-plane .plane-item {
  height: 100%;
  overflow: auto;
  display: none;
}
.ny36-section2 .menu-body .select-list .select-plane .plane-item.active {
  display: block;
}
.ny36-section2 .menu-body .select-list .select-plane .item {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.2;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
.ny36-section2 .menu-body .select-list .select-plane .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ny36-section2 .menu-body .select-list .select-plane .empty {
  padding: 20px;
  font-size: 30px;
  color: #888;
  line-height: 1.1;
}
.ny36-section2 .menu-body .el-form-item {
  margin-bottom: 0;
}
.ny36-section2 .menu-body .el-select {
  width: 100%;
  color: #1E1E20;
}
.ny36-section2 .menu-body .el-select .el-input__suffix {
  right: 15px;
}
.ny36-section2 .menu-body .el-select .el-input .el-select__caret {
  font-size: 20px;
  color: #1E1E20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny36-section2 .menu-body .el-select > .el-input {
  height: 63px;
}
.ny36-section2 .menu-body .el-select > .el-input input {
  height: 63px;
  font-size: 20px;
  border-radius: 10px;
}
.ny36-section2 .menu-body .el-select > .el-input input::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny36-section2 .menu-body .el-select > .el-input input::-moz-placeholder {
  color: #1E1E20;
}
.ny36-section2 .menu-body .el-select > .el-input input:-moz-placeholder {
  color: #1E1E20;
}
.ny36-section2 .menu-body .el-select > .el-input input:-ms-input-placeholder {
  color: #1E1E20;
}
.ny36-section2 .menu-body .form-item1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ny36-section2 .menu-body .form-item1 .el-form-item {
  width: 49%;
}
.ny36-section2 .swiper {
  display: none;
  margin-top: 40px;
}
.ny36-section2 .swiper .tip {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.1;
}
.ny36-section2 .swiper .itembox {
  height: 40vh;
  overflow: auto;
}
.ny36-section2 .swiper .item {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #1E1E20;
  border-bottom: 1px solid #E6E5E0;
  cursor: pointer;
}
.ny36-section2 .swiper .item:last-child {
  border-bottom: 0;
}
.ny36-section2 .swiper .item .text1 {
  line-height: 1.1;
  font-size: 50px;
  font-family: "HYJunhei-85J";
}
.ny36-section2 .swiper .item .text2 {
  margin-top: 20px;
  font-size: 30px;
  padding-left: 40px;
  position: relative;
}
.ny36-section2 .swiper .item .text2:before {
  content: "";
  display: block;
  background: url(../images/ny36/img003@30x30.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
}
.ny36-section2 .swiper .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.ny36-section2 .swiper .btn-group .page {
  font-size: 18.01px;
  color: #1E1E20;
}
.ny36-section2 .swiper .btn-group .page .swiper-pagination-total {
  color: #86868B;
}
.ny36-section2 .swiper .btn-group-box {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny36-section2 .swiper .btn-group-box .swiper-button {
  position: static;
  width: 32.006px;
  height: 32.006px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEDE9;
  color: #646362;
  font-size: 13.997px;
  transform: translate(0);
  margin: 0;
  margin-right: 6.01px;
}
.ny36-section2 .swiper .btn-group-box .swiper-button.swiper-button-disabled {
  opacity: 1;
  color: rgba(100, 99, 98, 0.2);
}
.ny36-section2 .bottom {
  padding-left: 270.01px;
  padding-right: 270.01px;
  padding-top: 44.006px;
  padding-bottom: 87.994px;
  visibility: hidden;
}
.ny36-section2 .bottom.show {
  visibility: visible;
}
.ny36-section2 .bottom .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.ny36-section2 .bottom .item .icon {
  width: 24px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.ny36-section2 .bottom .item .text {
  color: #1E1E20;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
  margin-top: 3.994px;
  font-family: inherit;
}
.ny36-section2 .bottom .item1 {
  font-size: 20px;
  font-family: "HYJunhei-85J";
}
.ny36-section2 .bottom .item2 {
  font-size: 15.994px;
}
@media screen and (max-width: 749px) {
  .ny36-section2 {
    padding-bottom: 26.667vw;
  }
  .ny36-section2 .title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .ny36-section2 .map .amap-info {
    width: 53.333vw;
  }
  .ny36-section2 .menu-body {
    width: 89.333vw;
    padding: 8vw 5.333vw;
    backdrop-filter: blur(2.667vw);
    -webkit-backdrop-filter: blur(2.667vw);
    border-radius: 5.333vw;
  }
  .ny36-section2 .menu-body .head {
    margin-bottom: 8vw;
  }
  .ny36-section2 .menu-body .head .tabs .tab-item {
    font-size: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-right: 5.333vw;
  }
  .ny36-section2 .menu-body .head .head-btn {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.2vw;
  }
  .ny36-section2 .menu-body .content-item .search {
    padding: 3.2vw;
    border-radius: 2.667vw;
  }
  .ny36-section2 .menu-body .content-item .search .text {
    font-size: 3.467vw;
  }
  .ny36-section2 .menu-body .content-item .search .icon {
    font-size: 3.467vw;
  }
  .ny36-section2 .menu-body .select-list {
    border-radius: 2.667vw;
    margin-top: 1.333vw;
  }
  .ny36-section2 .menu-body .select-list .select-head {
    height: 9.333vw;
    line-height: 9.333vw;
  }
  .ny36-section2 .menu-body .select-list .select-head .item {
    font-size: 4vw;
    padding: 0 2.667vw;
  }
  .ny36-section2 .menu-body .select-list .select-head .item:after {
    height: 0.533vw;
  }
  .ny36-section2 .menu-body .select-list .select-plane {
    height: calc(100% - 12vw);
  }
  .ny36-section2 .menu-body .select-list .select-plane .item {
    font-size: 4vw;
    padding: 2.667vw;
  }
  .ny36-section2 .menu-body .select-list .select-plane .empty {
    padding: 2.667vw;
    font-size: 4vw;
  }
  .ny36-section2 .menu-body .el-select .el-input__suffix {
    right: 2vw;
  }
  .ny36-section2 .menu-body .el-select .el-input .el-select__caret {
    font-size: 2.667vw;
  }
  .ny36-section2 .menu-body .el-select > .el-input {
    height: 8.4vw;
  }
  .ny36-section2 .menu-body .el-select > .el-input input {
    height: 8.4vw;
    font-size: 2.667vw;
    border-radius: 1.333vw;
  }
  .ny36-section2 .menu-body .form-item1 {
    margin-bottom: 1.333vw;
  }
  .ny36-section2 .swiper {
    margin-top: 5.333vw;
  }
  .ny36-section2 .swiper .tip {
    font-size: 4vw;
  }
  .ny36-section2 .swiper .item {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
  .ny36-section2 .swiper .item .text1 {
    font-size: 6.667vw;
  }
  .ny36-section2 .swiper .item .text2 {
    margin-top: 2.667vw;
    font-size: 4vw;
    padding-left: 5.333vw;
  }
  .ny36-section2 .swiper .item .text2:before {
    top: 0.267vw;
    width: 4vw;
    height: 4vw;
  }
  .ny36-section2 .swiper .btn-group {
    margin-top: 2.667vw;
  }
  .ny36-section2 .swiper .btn-group .page {
    font-size: 2.401vw;
  }
  .ny36-section2 .swiper .btn-group-box {
    margin-right: 1.333vw;
  }
  .ny36-section2 .swiper .btn-group-box .swiper-button {
    width: 4.267vw;
    height: 4.267vw;
    font-size: 1.866vw;
    margin-right: 0.801vw;
  }
  .ny36-section2 .bottom {
    padding-left: 36.001vw;
    padding-right: 36.001vw;
    padding-top: 5.867vw;
    padding-bottom: 11.733vw;
  }
  .ny36-section2 .bottom .item {
    margin-bottom: 1.333vw;
  }
  .ny36-section2 .bottom .item .icon {
    width: 3.2vw;
    margin-right: 1.333vw;
  }
  .ny36-section2 .bottom .item .text {
    margin-top: 0.533vw;
  }
  .ny36-section2 .bottom .item1 {
    font-size: 2.667vw;
  }
  .ny36-section2 .bottom .item2 {
    font-size: 2.133vw;
  }
}
/* ==================== 内页36 - 板块二 End ==================== */
