/* nyAboutUs start */
.nyAboutUs {
  padding: 100px 0 0;
}

.nyAboutUs .nyAboutUs_main {
  margin: 0 auto;
}

.nyAboutUs_main .nyAboutUs_con {
  line-height: 40px;
  color: #666;
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
  text-align: center;
  margin: 40px auto;
}

.nyAboutUs_con div,
.nyAboutUs_con p {
  line-height: 40px;
  color: #666;
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
  text-align: center;
}

.nyAboutUs .nyAboutUs_video {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}

.nyAboutUs_video img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAboutUs_video::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nyAboutUs_video i {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: .65;
}

.nyAboutUs_video i:hover {
  opacity: 1;
}

.nyAboutUs_video i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyAboutUs_video i svg path {
  fill: #ffffff;
}

/* nyAboutUs end */


/* nyCulture start */
.nyCulture {
  padding: 100px 0;
}

.nyCulture .nyCulture_main {
  margin: 0 auto;
}

.nyCulture_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.nyCulture_list ul li {
  width: 25%;
  padding: 0 20px;
  float: left;
}

.nyCulture_list ul li .nyCulture_con {
  height: 100%;
  padding: 40px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  border-bottom: 4px solid #fff;
  border-radius: 8px;
}

.nyCulture_list ul li .nyCulture_con:hover {
  background: linear-gradient(to bottom, #2b2b2b, #5c5c5c);
  border-bottom: 4px solid #fbcc30;
}

.nyCulture_list ul li .nyCulture_con i {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.nyCulture_list ul li .nyCulture_con i img {
  display: block;
  width: 80px;
  height: 160px;
  margin: 0 auto;
}

.nyCulture_list ul li .nyCulture_con:hover i img {
  margin: -80px auto 0;
}

.nyCulture_list ul li .nyCulture_con .nyCulture_text {
  margin-top: 120px;
}

.nyCulture_list ul li .nyCulture_con .nyCulture_text p {
  line-height: 32px;
  color: #222;
  font-size: 22px;
  font-weight: bold;
}

.nyCulture_list ul li .nyCulture_con .nyCulture_text span {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  margin-top: 16px;
}

.nyCulture_list ul li .nyCulture_con:hover .nyCulture_text p {
  color: #fff;
}

.nyCulture_list ul li .nyCulture_con:hover .nyCulture_text span {
  color: rgba(255, 255, 255, .45);
}

/* nyCulture end */


/* nyHistory start */
.nyHistory {
  padding: 100px 0;
  background: url(../images/history_bg.jpg) center center no-repeat;
  background-size: cover;
}

.nyHistory .nyHistory_main {
  margin: 0 auto;
}

.nyHistory_main .nyHistory_year {
  margin-bottom: 50px;
  padding: 25px 0;
}

.nyHistory_year .swiper-slide {
  position: relative;
  cursor: pointer;
}

.nyHistory_year .swiper-slide i {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.nyHistory_year .swiper-slide:hover i,
.nyHistory_year .swiper-slide.on i {
  border: 2px solid #fff;
  background: linear-gradient(to right, #fbcc30, #2d8780);
}

.nyHistory_year .swiper-slide p {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-family: "OutfitRegular";
  font-size: 24px;
  margin-top: 20px;
}

.nyHistory_year .swiper-slide:hover p,
.nyHistory_year .swiper-slide.on p {
  color: #fff;
}

.nyHistory_year .swiper-slide::after {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 2px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 7px;
  right: 0;
}


.nyHistory_swiper {
  padding: 0 160px;
  position: relative;
}

.nyHistory_swiper .swiper-slide {
  padding-bottom: 40px;
  position: relative;
}

.nyHistory_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 88%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, #fbcc30, #2d8780);
  position: absolute;
  left: 6%;
  bottom: 0;
  opacity: .45;
}

.nyHistory_swiper .swiper-slide .nyHistory_con {
  width: 100%;
  height: auto;
  padding: 40px 160px;
  border-radius: 8px;
  background: linear-gradient(to right, #fbcc30, #2d8780);
  position: relative;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: right;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-family: "OutfitRegular";
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt i {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .1);
  margin: 20px 0;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.nyHistory_swiper .swiper-button-prev,
.nyHistory_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, .08);
  margin: -40px 0 0 !important;
  opacity: 1 !important;
}


.nyHistory_swiper .swiper-button-prev:hover,
.nyHistory_swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #fbcc30, #2d8780);
}

.nyHistory_swiper .swiper-button-prev svg,
.nyHistory_swiper .swiper-button-next svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyHistory_swiper .swiper-button-prev svg path,
.nyHistory_swiper .swiper-button-next svg path {
  fill: #999999;
}

.nyHistory_swiper .swiper-button-prev:hover svg path,
.nyHistory_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

.nyHistory_swiper .swiper-button-disabled {
  opacity: 0.3 !important;
}

/* nyHistory end */


/* nyProduction start */
.nyProduction {
  padding: 100px 0 0;
}

.nyProduction .nyProduction_main {
  margin: 0 auto;
}

.nyProduction_swiper {
  width: 100%;
}

.nyProduction_swiper .swiper-container {
  padding-bottom: 60px;
}

.nyProduction_swiper .swiper-slide {
  width: 580px;
}

.nyProduction_swiper .swiper-slide .nyProduction_con {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.nyProduction_swiper .swiper-slide .nyProduction_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProduction_swiper .swiper-slide .nyProduction_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProduction_swiper .swiper-slide:hover .nyProduction_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProduction_swiper .swiper-slide .nyProduction_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProduction_swiper .swiper-slide:hover .nyProduction_img::after {
  background: linear-gradient(to bottom, rgba(251, 204, 48, 0), rgba(251, 204, 48, 1));
}

.nyProduction_swiper .swiper-slide .nyProduction_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyProduction_swiper .swiper-slide .nyProduction_name p {
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProduction_swiper .swiper-slide .nyProduction_name p i {
  display: block;
  width: 3px;
  height: 24px;
  background-color: #fff;
  margin: 4px 12px 4px 0;
  float: left;
}


.nyProduction_swiper .swiper-pagination-progressbar {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  top: inherit !important;
  bottom: 0 !important;
}

.nyProduction_swiper .swiper-pagination-progressbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e6e6e6;
}

.nyProduction_swiper .swiper-pagination-progressbar-fill {
  background-color: #fbcc30 !important;
}

/* nyProduction end */


/* nyHonor start */
.nyHonor {
  padding: 100px 0;
}

.nyHonor .nyHonor_main {
  margin: 0 auto;
}

.nyHonor_main .nyHonor_swiper {
  position: relative;
}

.nyHonor_swiper .swiper-slide .nyHonor_con {
  width: 100%;
  height: 490px;
  overflow: hidden;
  padding: 80px;
  background: url(../images/honor_bg01.jpg) center top no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyHonor_swiper .swiper-slide:hover .nyHonor_con {
  background: url(../images/honor_bg02.jpg) center top no-repeat;
  background-size: cover;
}

.nyHonor_swiper .swiper-slide p {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin: 0 auto 40px;
  background-color: #fff;
  position: relative;
}

.nyHonor_swiper .swiper-slide p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyHonor_swiper .swiper-slide span {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyHonor_swiper .swiper-slide:hover span {
  color: #fff;
}


.nyHonor_swiper .swiper-button-prev,
.nyHonor_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, .08);
  margin: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nyHonor_swiper .swiper-button-prev {
  left: -30px;
}

.nyHonor_swiper .swiper-button-next {
  right: -30px;
}

.nyHonor_swiper .swiper-button-prev:hover,
.nyHonor_swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #fbcc30, #2d8780);
}

.nyHonor_swiper .swiper-button-prev svg,
.nyHonor_swiper .swiper-button-next svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyHonor_swiper .swiper-button-prev svg path,
.nyHonor_swiper .swiper-button-next svg path {
  fill: #999999;
}

.nyHonor_swiper .swiper-button-prev:hover svg path,
.nyHonor_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

/* nyHonor end */


/* nyAbVideo_main start */
.nyAbVideo_mask {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}

.nyAbVideo_mask.show {
  display: block;
}

.nyAbVideo_main {
  display: none;
  width: 820px;
  height: 470px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyAbVideo_main.show {
  display: block;
}

.nyAbVideo_main .nyAbVideo_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
}

.nyAbVideo_con video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAbVideo_main i.nyAbVideo_close {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: -30px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -80px;
  cursor: pointer;
}

.nyAbVideo_main i.nyAbVideo_close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyAbVideo_main i.nyAbVideo_close svg path {
  fill: #ffffff;
}

.nyAbVideo_main i.nyAbVideo_close:hover {
  border: 1px solid #fbcc30;
}

.nyAbVideo_main i.nyAbVideo_close:hover svg path {
  fill: #fbcc30;
}

/* nyAbVideo_main end */


@media (max-width:1680px) {

  .nyAboutUs,
  .nyProduction {
    padding: 80px 0 0;
  }

  .nyCulture,
  .nyHistory,
  .nyHonor {
    padding: 80px 0;
  }

  .nyAboutUs_main .nyAboutUs_con {
    line-height: 32px;
    font-size: 16px;
    margin: 40px auto;
  }

  .nyAboutUs_con div,
  .nyAboutUs_con p {
    line-height: 32px;
    font-size: 16px;
    margin-top: 10px;
  }

  .nyAboutUs .nyAboutUs_video {
    height: 480px;
    margin-top: 60px;
  }

  .nyHistory_main .nyHistory_year {
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    font-size: 16px;
  }

  .nyHistory_swiper .swiper-button-prev,
  .nyHistory_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .nyHistory_swiper .swiper-button-next {
    margin-left: 70px !important;
  }

  .nyHistory_swiper .swiper-button-prev svg,
  .nyHistory_swiper .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }


  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 440px;
    padding: 60px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 30px;
  }

  .nyHonor_swiper .swiper-button-prev,
  .nyHonor_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -25px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -25px;
  }

}

@media (max-width:1600px) {
  .nyAboutUs .nyAboutUs_video {
    height: 460px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text {
    margin-top: 100px;
  }

  .nyHistory_main .nyHistory_year {
    padding: 0;
  }

  .nyHistory_year .swiper-slide p {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 48px;
    line-height: 48px;
    font-size: 44px;
  }

  .nyProduction_swiper .swiper-container {
    padding-bottom: 50px;
  }

}

@media (max-width:1560px) {
  .nyAboutUs .nyAboutUs_video {
    height: 450px;
  }

  .nyHistory_swiper .swiper-slide {
    padding-bottom: 30px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 320px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    padding: 50px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 20px;
  }

}

@media (max-width:1440px) {

  .nyAboutUs,
  .nyProduction {
    padding: 60px 0 0;
  }

  .nyCulture,
  .nyHistory,
  .nyHonor {
    padding: 60px 0;
  }

  .nyAboutUs_main .nyAboutUs_con {
    margin: 30px auto;
  }

  .nyAboutUs .nyAboutUs_video {
    height: 420px;
    margin-top: 40px;
  }

  .nyCulture_list ul {
    margin: 0 -16px;
  }

  .nyCulture_list ul li {
    padding: 0 16px;
  }

  .nyCulture_list ul li .nyCulture_con {
    padding: 32px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text {
    margin-top: 80px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text p {
    line-height: 30px;
    font-size: 20px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text span {
    line-height: 25px;
    font-size: 15px;
    margin-top: 15px;
  }

  .nyHistory_swiper {
    padding: 0 120px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 28px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    padding: 40px 80px;
  }


  .nyProduction_swiper .swiper-container {
    padding-bottom: 40px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 300px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p i {
    height: 22px;
    margin: 4px 10px 4px 0;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 400px;
    padding: 40px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 270px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

}

@media (max-width:1366px) {

  .nyAboutUs_con div,
  .nyAboutUs_con p {
    line-height: 30px;
    font-size: 15px;
  }

  .nyAboutUs .nyAboutUs_video {
    height: 400px;
  }

  .nyCulture_list ul {
    margin: 0 -12px;
  }

  .nyCulture_list ul li {
    padding: 0 12px;
  }

  .nyCulture_list ul li .nyCulture_con {
    padding: 24px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    line-height: 30px;
    font-size: 15px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 280px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 400px;
    padding: 40px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 20px;
  }
}

@media (max-width:1280px) {

  .nyAboutUs .nyAboutUs_video {
    height: 360px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text {
    margin-top: 60px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text p {
    line-height: 30px;
    font-size: 18px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text span {
    line-height: 24px;
    font-size: 14px;
    margin-top: 12px;
  }

  .nyHistory_main .nyHistory_year {
    padding: 10px 0;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 28px;
    margin-top: 12px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 420px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
    width: 140px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 260px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name {
    padding: 20px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p i {
    height: 20px;
    margin: 5px 10px 5px 0;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 360px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 240px;
  }

}

@media (max-width:1200px) {

  .nyAboutUs .nyAboutUs_video {
    height: 340px;
  }

  .nyCulture_list ul {
    padding: 0 -10px;
  }

  .nyCulture_list ul li {
    padding: 0 10px;
  }

  .nyCulture_list ul li .nyCulture_con {
    padding: 20px;
  }

  .nyHistory_main .nyHistory_year {
    margin-bottom: 30px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 24px;
    margin-top: 10px;
  }

  .nyProduction_swiper .swiper-container {
    padding-bottom: 32px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 240px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 340px;
    padding: 32px;
    border-radius: 8px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 16px;
  }


}

@media (max-width:1080px) {
  .nyAboutUs .nyAboutUs_video {
    height: 310px;
  }

  .nyHistory_swiper {
    padding: 0 80px;
  }

  .nyHistory_swiper .swiper-slide {
    padding-bottom: 20px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 26px;
    margin-top: 10px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 32px;
    line-height: 32px;
    font-size: 36px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i {
    margin: 16px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
    width: 120px;
  }

  .nyHistory_swiper .swiper-button-prev,
  .nyHistory_swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  .nyHistory_swiper .swiper-button-next {
    margin-left: 64px !important;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 220px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: auto;
    padding: 24px;
    border-radius: 12px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 230px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyHonor_swiper .swiper-button-prev,
  .nyHonor_swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -22px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -22px;
  }

  .nyHonor_swiper .swiper-button-prev svg,
  .nyHonor_swiper .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width:1024px) {

  .nyHistory_year .swiper-slide p {
    font-size: 24px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 360px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    line-height: 28px;
    font-size: 14px;
  }

}

@media (max-width:920px) {

  .nyAboutUs,
  .nyProduction {
    padding: 40px 0 0;
  }

  .nyCulture,
  .nyHistory,
  .nyHonor {
    padding: 40px 0;
  }

  .nyAboutUs_main .nyAboutUs_con {
    margin: 20px auto;
  }

  .nyAboutUs .nyAboutUs_video {
    height: 270px;
  }

  .nyAboutUs_video i {
    width: 72px;
    height: 72px;
  }

  .nyAbVideo_main {
    width: 638px;
    height: 360px;
  }

  .nyAbVideo_main i.nyAbVideo_close {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    padding: 15px;
    bottom: -60px;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text {
    margin-top: 40px;
  }


  .nyHistory_main .nyHistory_year {
    margin-bottom: 20px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    padding: 30px 60px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    font-size: 30px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i {
    margin: 12px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
    width: 110px;
  }

  .nyProduction_swiper .swiper-container {
    padding-bottom: 24px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 190px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    border-radius: 8px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 220px;
  }

}

@media (max-width:820px) {
  .nyAboutUs .nyAboutUs_video {
    height: 240px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 22px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    padding: 20px 40px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 160px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name {
    padding: 12px 20px;
  }
}

@media (max-width:767px) {

  .nyAboutUs .nyAboutUs_video {
    height: 200px;
    margin-top: 20px;
  }

  .nyAbVideo_main {
    width: 94%;
    height: 240px;
    padding: 4px;
  }

  .nyCulture {
    padding: 40px 0 20px;
  }

  .nyCulture_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .nyHistory {
    padding: 40px 0 20px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    padding: 20px;
  }

  .nyHistory_year .swiper-slide i {
    width: 14px;
    height: 14px;
  }

  .nyHistory_year .swiper-slide::after {
    width: calc(100% - 14px);
    top: 6px;
  }

  .nyHistory_year .swiper-slide p {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }

  .nyHistory_swiper {
    padding: 0 0 64px;
  }

  .nyHistory_swiper .swiper-slide {
    padding-bottom: 12px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: auto;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 100%;
    height: 160px;
    float: none;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt {
    width: 100%;
    height: auto;
    float: none;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    line-height: 24px;
    font-size: 14px;
  }

  .nyHistory_swiper .swiper-button-prev,
  .nyHistory_swiper .swiper-button-next {
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: 0;
    margin: 0 !important;

  }

  .nyHistory_swiper .swiper-button-prev {
    left: 36% !important;
  }

  .nyHistory_swiper .swiper-button-next {
    right: 36% !important;
  }


  .nyProduction_swiper .swiper-container {
    padding-bottom: 20px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 240px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name {
    padding: 20px;
  }


  .nyHonor_swiper .swiper-slide .nyHonor_con {
    padding: 20px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 180px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 25px;
    line-height: 25px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -12px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -12px;
  }
}

@media (max-width:390px) {
  .nyAboutUs .nyAboutUs_video {
    height: 180px;
  }

  .nyAboutUs_video i {
    width: 64px;
    height: 64px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    height: 140px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 160px;
  }

  .nyAbVideo_main {
    height: 220px;
  }

  .nyAbVideo_main i.nyAbVideo_close {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    padding: 12px;
    bottom: -50px;
  }
}

@media (max-width:320px) {

  .nyAboutUs {
    padding: 20px 0 0;
  }

  .nyHistory {
    padding: 20px 0;
  }

  .nyAboutUs .nyAboutUs_video {
    height: 160px;
  }

  .nyAboutUs_video i {
    width: 56px;
    height: 56px;
  }

  .nyAbVideo_main {
    height: 180px;
  }

  .nyCulture_list ul li {
    width: 100%;
  }

  .nyCulture_list ul li .nyCulture_con .nyCulture_text {
    margin-top: 20px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    height: 120px;
  }

  .nyHistory_swiper .swiper-button-prev {
    left: 32% !important;
  }

  .nyHistory_swiper .swiper-button-next {
    right: 32% !important;
  }


  .nyProduction_swiper .swiper-container {
    padding-bottom: 12px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 200px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name {
    padding: 12px 20px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p {
    font-size: 16px;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_name p i {
    height: 16px;
    margin: 7px 10px 7px 0;
  }


  .nyHonor_main .nyHonor_swiper {
    padding: 0 20px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 240px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: 0;
  }

  .nyHonor_swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width:280px) {

  .nyHistory_swiper .swiper-button-prev {
    left: 30% !important;
  }

  .nyHistory_swiper .swiper-button-next {
    right: 30% !important;
  }

  .nyProduction_swiper .swiper-slide .nyProduction_con {
    height: 160px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 220px;
  }
}