/* nyAbout_part1 start */
.nyAbout_part1 {
  overflow: hidden;
  padding: 100px 0;
}

.nyAbout_part1 .nyAboutPart1_main {
  margin: 0 auto;
}

.nyAboutPart1_main .nyAboutPart1_con {
  width: 46%;
  padding-right: 80px;
  float: left;
}

.nyAboutPart1_con .nyAboutPart1_title {
  margin-bottom: 40px;
}

.nyAboutPart1_title span {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 22px;
  margin-bottom: 20px;
}

.nyAboutPart1_title p {
  line-height: 50px;
  color: #3b3b3b;
  font-size: 48px;
  font-weight: bold;
}
.nyAboutPart1_con .nyAboutPart1_txt { line-height: 32px; color: #999; font-size: 17px; max-height: 390px;overflow: auto; padding-right:10px;}
.nyAboutPart1_txt p {
  line-height: 32px !important;
  color: #999 !important;
  font-size: 17px !important;
  margin-bottom: 10px;
}

.nyAboutPart1_txt br {
  display: none;
}

.nyAboutPart1_txt span,
.nyAboutPart1_txt p span,
.nyAboutPart1_txt font,
.nyAboutPart1_txt p font {
  line-height: 32px !important;
  color: #999 !important;
  font-size: 17px !important;
  font-family: \5FAE\8F6F\96C5\9ED1, Arial, Microsoft Yahei, Helvetica, sans-serif !important;
}

.nyAboutPart1_main .nyAboutPart1_img {
  width: 54%;
  height: 480px;
  overflow: hidden;
  position: relative;
  float: right;
}

.nyAboutPart1_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAboutPart1_main .nyAboutPart1_data {
  width: 940px;
  overflow: hidden;
  padding: 24px 0;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.nyAboutPart1_data ul li {
  width: 33.333333%;
  padding: 10px 40px;
  border-left: 1px solid #eee;
  float: left;
}

.nyAboutPart1_data ul li:first-child {
  border-left: 0;
}

.nyAboutPart1_data ul li .nyAboutPart1_num {
  height: 50px;
}

.nyAboutPart1_data ul li .nyAboutPart1_num p {
  float: left;
}

.nyAboutPart1_data ul li .nyAboutPart1_num span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 46px;
  font-weight: bold;
  vertical-align: bottom;
  background:#890505;
  /*设置渐变的方向从左到右 颜色从890505到575ba6*/
  background-clip: text;
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}

.nyAboutPart1_data ul li .nyAboutPart1_num sub {
  color: #333;
  font-size: 18px;
  margin-left: 5px;
}

.nyAboutPart1_data ul li i {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
}

.nyAboutPart1_data ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyAboutPart1_data ul li .nyAboutPart1_tit {
  line-height: 20px;
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}

/* nyAbout_part1 end */


/* nyAbout_part2 start */
.nyAbout_part2 {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/abPart2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.nyAbout_part2 .nyAboutPart2_main {
  margin: 0 auto;
}

.nyAboutPart2_list ul {
  margin: 0 -5px;
}

.nyAboutPart2_list ul li {
  width: 15%;
  padding: 0 5px;
  float: left;
  position: relative;
}

.nyAboutPart2_list ul li.cur {
  width: 55%;
}

.nyAboutPart2_list ul li .abPart2_img {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
}

.nyAboutPart2_list ul li .abPart2_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAboutPart2_list ul li .abPart2_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
}

.nyAboutPart2_list ul li .abPart2_con {
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
}

.nyAboutPart2_list ul li.cur .abPart2_con {
  padding: 40px;
  bottom: inherit;
  top: 0;
}

.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i {
  display: block;
  width: 80px;
  height: 64px;
  margin-bottom: 30px;
}

.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i img {
  display: block;
  width: 100%;
  height: 100%;
}

.nyAboutPart2_list ul li.cur .abPart2_con .abPart2_tit i {
  display: none;
}

.nyAboutPart2_list ul li .abPart2_con .abPart2_tit p {
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
}

.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
}

.nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
  display: none;
  width: 60%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin-top: 20px;
}

.nyAboutPart2_list ul li.cur .abPart2_con .abPart2_txt {
  display: block;
}

/* nyAbout_part2 end */


/* nyAbout_part3 start */
.nyAbout_part3 {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/abPart3_bg.jpg) center center no-repeat;
  background-size: cover;
}

.nyAbout_part3 .nyAboutPart3_main {
  margin: 0 auto;
}

.nyAboutPart3_swiper .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}

.nyAboutPart3_swiper .gallery-top {
  width: 100%;
  margin-top: 100px;
  padding: 0 120px;
}

.nyAboutPart3_swiper .gallery-top .swiper-slide .nyAboutPart3_con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nyAboutPart3_con .nyAboutPart3_date {
  display: block;
  width: 50%;
  padding-right: 80px;
  line-height: 120px;
  font-size: 120px;
  font-weight: bold;
  text-align: right;
  background:#890505;
  /*设置渐变的方向从左到右 颜色从890505到575ba6*/
  background-clip: text;
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
  vertical-align: middle;
}

.nyAboutPart3_con .nyAboutPart3_txt {
  display: block;
  width: 50%;
  padding: 40px 0 40px 80px;
  border-left: 1px solid #d1d1d1;
  vertical-align: middle;
}

.nyAboutPart3_txt p {
  line-height: 36px;
  color: #222;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}

.nyAboutPart3_txt p::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #890505;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}

.nyAboutPart3_swiper .gallery-thumbs {
  padding: 0 0 24px;
  position: relative;
}

.nyAboutPart3_swiper .gallery-thumbs::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to right, rgba(56, 33, 98, 0), rgba(137, 5, 5, 1), rgba(56, 33, 98, 0));
  position: absolute;
  left: 0;
  bottom: 7px;
}

.nyAboutPart3_swiper .gallery-thumbs .swiper-slide {
  width: 12%;
  padding-bottom: 20px;
  position: relative;
}

.nyAboutPart3_swiper .gallery-thumbs .swiper-slide em {
  display: block;
  width: 24px;
  height: 24px;
  background: #890505;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -12px;
  padding: 4px;
}

.nyAboutPart3_swiper .gallery-thumbs .swiper-slide em::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}

.nyAboutPart3_swiper .gallery-thumbs .swiper-slide p {
  height: 50px;
  line-height: 40px;
  color: #555;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
}

.nyAboutPart3_swiper .gallery-thumbs .swiper-slide-active p {
  font-size: 0;
  background: url(../images/addr_ico1.png) center center no-repeat;
  background-size: 50px 50px;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-prev,
.nyAboutPart3_swiper .gallery-top .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 50% !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  opacity: 1;
  margin: -22px 0 0 !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-prev {
  left: 40px !important;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-next {
  right: 40px !important;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-prev:hover,
.nyAboutPart3_swiper .gallery-top .swiper-button-next:hover {
  background:#890505;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-prev::after,
.nyAboutPart3_swiper .gallery-top .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-prev::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyAboutPart3_swiper .gallery-top .swiper-button-next::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

/* nyAbout_part3 end */


/* nyAbout_part4 start */
.nyAbout_part4 {
  overflow: hidden;
  padding: 100px 0;
}

.nyAbout_part4 .nyAboutPart4_main {
  margin: 0 auto;
}

.nyAboutPart4_swiper .swiper-container {
  width: calc(100% + 156px);
  padding-bottom: 94px;
  position: relative;
}

.nyAboutPart4_swiper .swiper-container .swiper-slide {
  width: 400px;
  overflow: hidden;
  padding: 60px 40px 0;
  background: url(../images/abPart4_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}

.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAboutPart4_swiper .swiper-container .swiper-slide p {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 20px 0;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-prev,
.nyAboutPart4_swiper .swiper-container .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: inherit !important;
  bottom: 0 !important;
  left: inherit !important;
  right: inherit !important;
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-prev {
  right: 224px !important;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-next {
  right: 156px !important;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-prev:hover,
.nyAboutPart4_swiper .swiper-container .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background:#890505;
  background-size: 100% 100%;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-prev::after,
.nyAboutPart4_swiper .swiper-container .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-prev::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyAboutPart4_swiper .swiper-container .swiper-button-next::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyAboutPart4_swiper .swiper-container .swiper-pagination {
  width: calc(100% - 292px);
  height: 2px;
  top: inherit !important;
  bottom: 21px !important;
}

.nyAboutPart4_swiper .swiper-container .swiper-pagination.swiper-pagination-progress {
  background: #e6e6e6;
}

.nyAboutPart4_swiper .swiper-container .swiper-pagination-progress .swiper-pagination-progressbar {
  height: 4px;
  background:#890505;
  margin-top: -1px;
}

/* nyAbout_part4 end */


@media (max-width:1680px) {

  .nyAboutPart1_main .nyAboutPart1_con {
    padding-right: 60px;
  }

  .nyAboutPart1_title span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .nyAboutPart1_title p {
    line-height: 48px;
    font-size: 44px;
  }

  .nyAboutPart1_con .nyAboutPart1_txt {
    line-height: 30px;
    font-size: 16px;
  }

  .nyAboutPart1_txt p {
    line-height: 30px !important;
    font-size: 16px !important;
  }
  .nyAboutPart2_list ul li .abPart2_img {
    height: 500px;
  }

  .nyAboutPart3_swiper .gallery-top {
    margin-top: 80px;
    padding: 0 80px;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 100px;
    font-size: 100px;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-prev {
    left: 0 !important;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-next {
    right: 0 !important;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 52px);
    padding-bottom: 84px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    width: 88%;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev {
    right: 7% !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-next {
    right: 3% !important;
  }
}

@media (max-width:1600px) {

  .nyAbout_part1,
  .nyAbout_part2,
  .nyAbout_part3,
  .nyAbout_part4 {
    padding: 80px 0;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num span {
    font-size: 44px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num sub,
  .nyAboutPart1_data ul li .nyAboutPart1_tit {
    font-size: 16px;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 420px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 480px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide p {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide-active p {
    font-size: 0;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 90px;
    font-size: 90px;
    padding-right: 60px;
  }

  .nyAboutPart3_con .nyAboutPart3_txt {
    padding: 20px 0 20px 60px;
  }

  .nyAboutPart3_txt p::before {
    width: 6px;
    height: 6px;
    top: 15px;
  }

  .nyAboutPart3_txt p {
    line-height: 30px;
    font-size: 16px;
    padding: 3px 0 3px 20px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 380px;
    padding: 60px 40px 0;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 50px);
    padding-bottom: 84px;
  }
}

@media (max-width:1560px) {
  .nyAboutPart1_main .nyAboutPart1_img {
    height: 400px;
  }

  .nyAboutPart1_main .nyAboutPart1_data {
    padding: 20px 0;
  }

  .nyAboutPart1_data ul li {
    padding: 9px 40px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num sub,
  .nyAboutPart1_data ul li .nyAboutPart1_tit {
    font-size: 15px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_tit {
    margin-top: 10px;
  }

  .nyAboutPart1_con .nyAboutPart1_txt {
    line-height: 30px;
    font-size: 15px;
  }

  .nyAboutPart1_txt p {
    line-height: 30px !important;
    font-size: 15px !important;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 460px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,
  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    font-size: 15px;
  }
}

@media (max-width:1440px) {

  .nyAbout_part1,
  .nyAbout_part2,
  .nyAbout_part3,
  .nyAbout_part4 {
    padding: 60px 0;
  }

  .nyAboutPart1_con .nyAboutPart1_title {
    margin-bottom: 30px;
  }

  .nyAboutPart1_title span {
    font-size: 18px;
  }

  .nyAboutPart1_title p {
    line-height: 44px;
    font-size: 40px;
  }

  .nyAboutPart1_main .nyAboutPart1_con {
    padding-right: 50px;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 440px;
  }

  .nyAboutPart1_data ul li {
    padding: 7px 40px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_tit {
    margin-top: 4px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 430px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,
  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    line-height: 24px;
    font-size: 14px;
  }

  .nyAboutPart3_swiper .gallery-top {
    margin-top: 60px;
    padding: 0 60px;
  }

  .nyAboutPart3_txt p {
    font-size: 15px;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 80px;
    font-size: 80px;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 40px);
    padding-bottom: 72px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 340px;
    padding: 40px 40px 0;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide p {
    line-height: 30px;
    font-size: 20px;
  }
}

@media (max-width:1366px) {
  .nyAboutPart1_main .nyAboutPart1_con {
    padding-right: 40px;
  }

  .nyAboutPart1_title span {
    line-height: 24px;
    font-size: 16px;
  }

  .nyAboutPart1_title p {
    line-height: 40px;
    font-size: 36px;
  }

  .nyAboutPart1_con .nyAboutPart1_txt {
    line-height: 28px;
    font-size: 14px;
  }

  .nyAboutPart1_txt p {
    line-height: 28px !important;
    font-size: 14px !important;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 400px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num p {
    padding: 5px 0;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num span {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num sub,
  .nyAboutPart1_data ul li .nyAboutPart1_tit {
    font-size: 14px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 400px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit i {
    width: 68px;
    height: 54px;
    margin-bottom: 20px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit p {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 4px;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 70px;
    font-size: 72px;
  }

  .nyAboutPart3_con .nyAboutPart3_txt {
    padding: 0 0 0 60px;
  }

  .nyAboutPart3_txt p {
    line-height: 28px;
    font-size: 14px;
    padding: 2px 0 2px 20px;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-next::after {
    background: url(../images/arrow_right01.png) center center no-repeat;
    background-size: auto;
    background-size: 20px 20px;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-prev::after,
  .nyAboutPart3_swiper .gallery-top .swiper-button-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 12px auto;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-prev,
  .nyAboutPart3_swiper .gallery-top .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    margin: -20px 0 0 !important;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-prev::after,
  .nyAboutPart3_swiper .gallery-top .swiper-button-next::after {
    margin: 10px auto;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 36px);
    padding-bottom: 70px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 300px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 300px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide p {
    font-size: 18px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev,
  .nyAboutPart4_swiper .swiper-container .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev::after,
  .nyAboutPart4_swiper .swiper-container .swiper-button-next::after {
    margin: 10px auto;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    bottom: 19px !important;
  }
}

@media (max-width:1280px) {

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 400px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 380px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit p {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    width: 80%;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 36px);
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 280px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 260px;
  }
}

@media (max-width:1200px) {

  .nyAboutPart1_main .nyAboutPart1_data {
    width: 72%;
  }

  .nyAboutPart1_data ul li {
    padding: 7px 30px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 360px;
  }

  .nyAboutPart2_list ul li .abPart2_con {
    padding: 20px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit i {
    width: 60px;
    height: 48px;
    margin-bottom: 20px;
  }

  .nyAboutPart2_list ul li.cur .abPart2_con {
    padding: 30px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    width: 100%;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 280px;
    padding: 30px 30px 0;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev {
    right: 8% !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    width: 86%;
  }
}

@media (max-width:1080px) {
  .nyAboutPart1_title p {
    line-height: 36px;
    font-size: 32px;
  }

  .nyAboutPart1_con .nyAboutPart1_txt {
    line-height: 26px;
    font-size: 14px;
  }

  .nyAboutPart1_txt p {
    line-height: 26px !important;
    font-size: 14px !important;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 420px;
  }

  .nyAboutPart1_data ul li {
    padding: 0 20px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 340px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,
  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    line-height: 20px;
    font-size: 14px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 320px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit span {
    line-height: 20px;
    font-size: 12px;
  }

  .nyAboutPart3_swiper .gallery-thumbs {
    padding: 0 0 20px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide-active p {
    font-size: 0;
    background: url(../images/addr_ico1.png) center center no-repeat;
    background-size: 40px 40px;
  }

  .nyAboutPart3_swiper .gallery-thumbs::before {
    height: 6px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide em {
    display: block;
    width: 20px;
    height: 20px;
    background: #890505;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    padding: 3px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide em::before {
    width: 14px;
    height: 14px;
  }

  .nyAboutPart3_swiper .gallery-top {
    margin-top: 40px;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 60px;
    font-size: 64px;
    padding-right: 40px;
  }

  .nyAboutPart3_con .nyAboutPart3_txt {
    padding: 0 0 0 40px;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 30px);
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 260px;
    padding: 30px 30px 0;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 240px;
  }
}

@media (max-width:1024px) {
  .nyAboutPart1_title p {
    line-height: 32px;
    font-size: 28px;
  }

  .nyAboutPart1_main .nyAboutPart1_con {
    padding-right: 30px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num p {
    padding: 0;
  }

  .nyAboutPart1_data ul li i {
    width: 40px;
    height: 40px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num span {
    font-size: 32px;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 410px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 300px;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    line-height: 50px;
    font-size: 52px;
  }

  .nyAbout_part4 {
    padding: 60px 0 30px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 240px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 200px;
  }
}

@media (max-width:920px) {
  .nyAboutPart1_main .nyAboutPart1_img {
    height: 440px;
  }

  .nyAboutPart2_list ul li {
    width: 18%;
  }

  .nyAboutPart2_list ul li.cur {
    width: 46%;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 280px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit i {
    width: 50px;
    height: 40px;
    margin-bottom: 10px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit p {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: calc(100% + 25px);
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    padding: 30px 25px 0;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev {
    right: 9% !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    width: 84%;
  }
}

@media (max-width:820px) {

  .nyAbout_part1,
  .nyAbout_part2,
  .nyAbout_part3,
  .nyAbout_part4 {
    padding: 40px 0;
  }

  .nyAboutPart1_main .nyAboutPart1_con {
    padding-right: 20px;
  }

  .nyAboutPart1_title p {
    line-height: 30px;
    font-size: 24px;
  }

  .nyAboutPart1_main .nyAboutPart1_img {
    height: 440px;
    margin-top: 50px;
  }

  .nyAboutPart1_main .nyAboutPart1_data {
    width: 100%;
  }

  .nyAboutPart1_data ul li {
    padding: 0 30px;
  }

  .nyAboutPart1_data ul li .nyAboutPart1_num {
    height: 40px;
  }

  .nyAboutPart2_list ul li .abPart2_con {
    padding: 15px;
  }

  .nyAboutPart2_list ul li.cur .abPart2_con {
    padding: 25px;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 240px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide {
    padding-bottom: 10px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide p {
    font-size: 18px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide-active p {
    font-size: 0;
  }

  .nyAbout_part4 {
    padding: 40px 0 20px;
  }

  .nyAboutPart4_swiper .swiper-container {
    padding-bottom: 60px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    width: 220px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 180px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide p {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (max-width:767px) {
  .nyAboutPart1_main .nyAboutPart1_con {
    width: 100%;
    padding-right: 0;
  }

  .nyAboutPart1_con .nyAboutPart1_title {
    margin-bottom: 20px;
  }

  .nyAboutPart1_title span {
    margin-bottom: 4px;
  }

  .nyAboutPart1_con .nyAboutPart1_txt {height: auto;padding: 0; max-height:inherit;}
  .nyAboutPart1_main .nyAboutPart1_img {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }

  .nyAboutPart1_main .nyAboutPart1_data {
    padding: 0 20px;
  }

  .nyAboutPart1_data ul li {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    border-left: 0;
    float: none;
  }

  .nyAboutPart1_data ul li:first-child {
    border-top: 0;
  }

  .nyAboutPart2_list ul {
    margin: 0;
  }

  .nyAboutPart2_list ul li {
    width: 100%;
    padding: 0;
    margin: 10px auto 0;
    float: none;
  }

  .nyAboutPart2_list ul li:first-child {
    margin: 0 auto;
  }

  .nyAboutPart2_list ul li.cur {
    width: 100%;
  }

  .nyAboutPart2_list ul li .abPart2_img {
    height: 140px;
  }

  .nyAboutPart2_list ul li.cur .abPart2_img {
    height: 240px;
  }

  .nyAboutPart2_list ul li .abPart2_con {
    padding: 12px;
  }

  .nyAboutPart2_list ul li.cur .abPart2_con {
    padding: 20px;
  }

  .nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,
  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt {
    line-height: 20px;
    font-size: 12px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide {
    width: 16%;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide p {
    font-size: 16px;
  }

  .nyAboutPart3_swiper .gallery-thumbs .swiper-slide-active p {
    font-size: 0;
  }

  .nyAboutPart3_swiper .gallery-top {
    margin-top: 40px;
    padding: 0;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-slide .nyAboutPart3_con {
    width: 100%;
    display: block;
    justify-content: inherit;
    align-items: inherit;
  }

  .nyAboutPart3_con .nyAboutPart3_date {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }

  .nyAboutPart3_con .nyAboutPart3_txt {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #e6e6e6;
  }

  .nyAboutPart3_swiper .gallery-top .swiper-button-prev,
  .nyAboutPart3_swiper .gallery-top .swiper-button-next {
    display: none;
  }

  .nyAboutPart4_swiper .swiper-container {
    width: 100%;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide {
    padding: 20px 10px 0;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 150px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide p {
    font-size: 14px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-prev {
    right: 50px !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-button-next {
    right: 0 !important;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    width: 72%;
  }
}

@media (max-width:390px) {
  .nyAboutPart1_main .nyAboutPart1_img {
    height: 200px;
  }
}

@media (max-width:320px) {
  .nyAboutPart1_main .nyAboutPart1_img {
    height: 170px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img {
    height: 280px;
  }

  .nyAboutPart4_swiper .swiper-container .swiper-pagination {
    width: 65%;
  }
}