/* nyProShow_head start */
.nyProShow_head {
  height: 820px;
  margin-top: 100px;
  background-color: #000;
  position: relative;
}

.nyProShow_head::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(45, 135, 128, 0) 50%, rgba(45, 135, 128, 1) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.nyProShow_head .nyProShowHead_img {
  height: 100%;
  margin: 0 auto;
}

.nyProShowHead_img .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.nyProShowHead_img .swiper-container::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.nyProShowHead_img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.nyProShowHead_img .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProShow_head .nyProShowHead_text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}

.nyProShowHead_text h1 {
  line-height: 50px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.nyProShowHead_text h1 a {
  display: inline-block;
  width: 132px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  background-color: #fbcc30;
  border-radius: 4px;
  vertical-align: middle;
  margin: -4px 0 0 20px;
}

.nyProShowHead_text h1 a:hover {
  color: #fff;
  background-color: #2d8780;
}

.nyProShowHead_text h1 a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.nyProShowHead_text h1 a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyProShowHead_text h1 a i svg path {
  fill: #000000;
}

.nyProShowHead_text h1 a:hover i svg path {
  fill: #ffffff;
}

.nyProShowHead_text dl {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.nyProShowHead_text dl dd {
  display: inline-block;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  margin: 0 18px;
  vertical-align: top;
}

.nyProShowHead_text dl dd::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px 12px 12px 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .45);
  float: left;
}


.nyProShow_head .nyProShowHead_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}

.nyProShowHead_bottom .nyProShowHead_small {
  width: 384px;
  padding: 15px 0;
  float: left;
}

.nyProShowHead_small .swiper-container .swiper-slide {
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .15);
  background-color: #000;
  position: relative;
  cursor: pointer;
}

.nyProShowHead_small .swiper-container .swiper-slide.on,
.nyProShowHead_small .swiper-container .swiper-slide:hover {
  border: 1px solid rgba(255, 255, 255, .45);
}

.nyProShowHead_small .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProShowHead_small .swiper-container .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProShowHead_small .swiper-container .swiper-slide.on::after,
.nyProShowHead_small .swiper-container .swiper-slide:hover::after {
  background-color: rgba(0, 0, 0, 0);
}


.nyProShowHead_bottom .nyProShow_PrevNext {
  float: right;
  padding: 30px 0;
  text-align: right;
}

.nyProShow_PrevNext a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 16px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 4px;
  vertical-align: top;
}

.nyProShow_PrevNext a:hover {
  border: 1px solid #fff;
}

.nyProShow_PrevNext a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.nyProShow_PrevNext a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyProShow_PrevNext a i svg path {
  fill: #ffffff;
}

/* nyProShow_head end */


/* nyProShow_menu start */
.nyProShow_menu {
  margin: 80px auto 0;
  position: relative;
}

.nyProShow_menu::before {
  content: 'PRODUCT';
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 240px;
  color: #fafafa;
  font-size: 290px;
  font-family: "Impact";
  text-align: center;
}

.nyProShow_menu ul {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nyProShow_menu ul li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}

.nyProShow_menu ul li a {
  display: block;
  height: 50px;
  line-height: 48px;
  color: #222;
  font-size: 18px;
  padding: 0 30px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.nyProShow_menu ul li.active a,
.nyProShow_menu ul li:hover a {
  border: 1px solid #fbcc30;
  background-color: #fbcc30;
}

/* nyProShow_menu end */


.nyProShow_title {
  line-height: 40px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 40px;
  background-color: #f5f5f5;
  border-radius: 8px;
  position: relative;
}

.nyProShow_part3 .nyProShow_title {
  border-radius: 8px 8px 0 0;
}

.nyProShow_title i {
  display: block;
  width: 4px;
  height: 30px;
  background-color: #fbcc30;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* nyProShow_part1 start */
.nyProShow_part1 {
  margin: 80px auto;
}

.nyProShow_part1 .nyProShow_title {
  background-color: #fbcc30;
  border-radius: 8px 8px 0 0;
}

.nyProShow_part1 .nyProShow_title i {
  background-color: #2d8780;
}

.nyProShow_con {
  min-height: 300px;
  line-height: 32px;
  overflow: hidden;
  color: #777;
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.nyProShow_con div,
.nyProShow_con p {
  margin: 20px auto;
}

.nyProShow_con br {
  display: none;
}

.nyProShow_con img,
.nyProShow_con table,
.nyProShow_con tr,
.nyProShow_con td,
.nyProShow_con p,
.nyProShow_con span,
.nyProShow_con div,
.nyProShow_con video,
.nyProShow_con embed {
  max-width: 100% !important;
  height: auto !important;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
}

.nyProShow_con table {
  width: 100% !important;
}

.nyProShow_con p span,
.nyProShow_con span,
.nyProShow_con p em,
.nyProShow_con em {
  color: #777 !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
  font-size: 16px !important;
}

.nyProShow_con table {
  border-left: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}

.nyProShow_con table tr {
  border-bottom: 1px solid #e6e6e6 !important;
}

.nyProShow_con table tr td {
  padding: 0 !important;
  border-right: 1px solid #e6e6e6 !important;
}

.nyProShow_con table tr td p {
  text-indent: 0 !important;
  padding: 0 10px !important;
}

.nyProShow_con table .nyProShow_con img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-indent: 0 !important;
}

/* nyProShow_part1 end */


/* nyProShow_part2 start */
.nyProShow_part2 {
  overflow: hidden;
  margin: 80px auto 0;
  padding: 80px 0;
  background-color: #101010;
  position: relative;
}

.nyProShow_part2 .nyProShowPart2_img {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.nyProShowPart2_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProShowPart2_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #101010, rgba(16, 16, 16, .1));
  position: absolute;
  left: 0;
  top: 0;
}

.nyProShow_part2 .nyProShowPart2_main {
  margin: 0 auto;
}

.nyProShow_part2 .nyProShow_title {
  color: #fbcc30;
  background-color: inherit;
  background: linear-gradient(to right, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.nyProShowPart2_main .nyProShow_sptd {
  width: 50%;
  margin-top: 60px;
  padding-left: 40px;
}

.nyProShow_sptd dl dd {
  line-height: 30px;
  color: rgba(255, 255, 255, .35);
  font-size: 22px;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.nyProShow_sptd dl dd::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #2d8780;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.nyProShow_sptd dl dd:hover {
  color: #fff;
}

.nyProShow_sptd dl dd:hover::before {
  background-color: #fbcc30;
}

/* nyProShow_part2 end */


/* nyProShow_part3 start */
.nyProShow_part3 {
  margin: 80px auto;
}

/* nyProShow_part3 end */


/* nyProShow_part4 start */
.nyProShow_part4 {
  margin: 80px auto;
}

.nyProShow_part4 .nyProShow_jszy {
  margin-top: 40px;
}

.nyProShow_jszy .swiper-container {
  padding: 0 0 50px;
}

.nyProShow_jszy .swiper-container .swiper-slide {
  padding: 30px 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  border-bottom: 3px solid #e6e6e6;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover {
  background-color: #fbcc30;
  border-bottom: 3px solid #2d8780;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con {
  position: relative;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
  width: 160px;
  height: 130px;
  overflow: hidden;
  padding: 20px 40px;
  border-right: 1px solid #e6e6e6;
  float: left;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_time {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time em {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 18px;
  font-family: "OutfitRegular";
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time span {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 68px;
  font-family: "OutfitRegular";
  text-align: center;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_time em,
.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_time span {
  color: #222;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  padding: 0 60px;
  float: right;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con a.nyArticleList_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con a.nyArticleList_name {
  color: #222;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con p {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin: 12px auto 24px;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con p {
  color: rgba(0, 0, 0, .65);
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_more a {
  color: #2d8780;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con:hover .nyArticleList_more a i {
  margin: -2px 0 0 24px;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a i svg path {
  fill: #fbcc30;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_more a i svg path {
  fill: #2d8780;
}

.nyProShow_jszy .swiper-container .swiper-pagination {
  height: 10px;
  bottom: 0;
}

.nyProShow_jszy .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  vertical-align: top;
}

.nyProShow_jszy .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fbcc30;
}

/* nyProShow_part4 end */


/* nyProShow_part5 start */
.nyProShow_part5 {
  margin: 80px auto 20px;
}

.nyProShow_part5 .nyProducts_list {
  margin-top: 40px;
}

.nyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -20px;
}

.nyProducts_list ul li {
  width: 33.333333%;
  margin-bottom: 60px;
  padding: 0 20px;
}

.nyProducts_list ul li .nyProducts_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img {
  width: 100%;
  height: 308px;
  overflow: hidden;
  border-radius: 16px;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(-160deg, rgba(251, 204, 48, 0) 40%, rgba(251, 204, 48, 0));
  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;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_img a::after {
  background: linear-gradient(-160deg, rgba(251, 204, 48, 0) 40%, rgba(251, 204, 48, 1));
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text {
  margin-top: 20px;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_name {
  margin-bottom: 20px;
  padding: 0 16px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text .nyProducts_name {
  border-bottom: 1px solid #fbcc30;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_name a {
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text .nyProducts_name a {
  color: #fbcc30;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs {
  margin: 0 auto;
  padding: 0 16px;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs p {
  line-height: 30px;
  color: #777;
  font-size: 16px;
  padding: 1px 0 1px 16px;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fbcc30;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}


.nyProducts_list ul li .nyProducts_con .nyProducts_more {
  padding: 0 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_more a {
  display: block;
  width: 150px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #222;
  border-radius: 20px;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_more a::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background-color: #fbcc30;
  margin: 19.5px 0;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_more a em {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fbcc30;
  border-radius: 50%;
  margin: 16.5px 16px 16.5px 0;
  float: left;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_more a {
  color: #000;
  background-color: #fbcc30;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_more a::before,
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_more a em {
  background-color: #2d8780;
}

/* nyProShow_part5 end */


@media (max-width:1680px) {
  .nyProShow_head {
    margin-top: 90px;
  }

  .nyProShow_sptd dl dd {
    font-size: 20px;
  }

  .nyProShow_head .nyProShowHead_text {
    top: 90px;
  }

  .nyProShowHead_text h1 {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .nyProShowHead_bottom .nyProShowHead_small {
    padding: 10px 0;
  }

  .nyProShowHead_bottom .nyProShow_PrevNext {
    padding: 25px 0;
  }

  .nyProShow_head::before {
    height: 90px;
  }
}

@media (max-width:1600px) {
  .nyProShow_head {
    height: 740px;
    margin-top: 80px;
  }

  .nyProShow_head .nyProShowHead_text {
    top: 60px;
  }

  .nyProShowHead_text h1 {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 20px;
  }

  .nyProShowHead_text dl dd {
    margin: 0 14px;
  }

  .nyProShowHead_bottom .nyProShowHead_small {
    width: 354px;
    padding: 10px 0;
  }

  .nyProShowHead_small .swiper-container .swiper-slide {
    height: 60px;
  }

  .nyProShowHead_bottom .nyProShow_PrevNext {
    padding: 20px 0;
  }

  .nyProShow_head::before {
    height: 80px;
  }
}

@media (max-width:1560px) {
  .nyProShow_head {
    height: 700px;
  }

  .nyProShowHead_text h1 {
    font-size: 32px;
  }

  .nyProShowHead_text dl dd {
    font-size: 15px;
  }

  .nyProShow_PrevNext a {
    font-size: 15px;
  }

}

@media (max-width:1440px) {
  .nyProShow_head {
    height: 640px;
  }

  .nyProShowHead_text h1 {
    font-size: 30px;
  }

  .nyProShowHead_text h1 a {
    width: 124px;
  }

  .nyProShow_menu,
  .nyProShow_part1,
  .nyProShow_part3,
  .nyProShow_part4 {
    margin: 60px auto;
  }

  .nyProShow_menu::before {
    line-height: 176px;
    font-size: 210px;
  }


  .nyProShow_menu ul li a {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }

  .nyProShow_title {
    font-size: 24px;
    padding: 10px 30px;
  }

  .nyProShow_title i {
    height: 24px;
  }

  .nyProShow_con {
    line-height: 30px;
    font-size: 15px;
    padding: 10px 30px;
  }

  .nyProShow_con img,
  .nyProShow_con table,
  .nyProShow_con tr,
  .nyProShow_con td,
  .nyProShow_con p,
  .nyProShow_con span,
  .nyProShow_con div,
  .nyProShow_con video,
  .nyProShow_con embed {
    line-height: 30px;
    font-size: 15px;
  }

  .nyProShow_con p span,
  .nyProShow_con span,
  .nyProShow_con p em,
  .nyProShow_con em {
    font-size: 15px !important;
  }

  .nyProShow_part2 {
    margin: 60px auto 0;
    padding: 60px 0;
  }

  .nyProShowPart2_main .nyProShow_sptd {
    margin-top: 30px;
    padding-left: 30px;
  }

  .nyProShow_sptd dl dd {
    font-size: 18px;
    padding-left: 20px;
  }


  .nyProShow_part4 .nyProShow_jszy {
    margin-top: 30px;
  }

  .nyProShow_jszy .swiper-container {
    padding: 0 0 40px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
    width: 160px;
    height: 120px;
    padding: 20px 30px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 160px);
    height: auto;
    overflow: hidden;
    padding: 0 60px;
    float: right;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con a.nyArticleList_name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con p {
    font-size: 15px;
    margin: 10px auto 20px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }



  .nyProShow_part5 {
    margin: 60px auto 20px;
  }

  .nyProducts_list ul li {
    margin-bottom: 40px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 278px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs p {
    font-size: 15px;
    padding: 0 0 0 16px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs p::before {
    top: 12px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more {
    margin-top: 30px;
    padding: 0 16px;
  }
}

@media (max-width:1366px) {
  .nyProShow_head {
    height: 600px;
  }

  .nyProShow_head .nyProShowHead_text {
    top: 40px;
  }

  .nyProShow_sptd dl dd {
    font-size: 16px;
    margin-top: 15px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 260px;
    border-radius: 8px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_name a {
    font-size: 18px;
  }
}

@media (max-width:1280px) {
  .nyProShow_head {
    height: 560px;
  }

  .nyProShowHead_text h1 {
    font-size: 28px;
  }

  .nyProShowHead_text h1 a {
    width: 112px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }


  .nyProShow_menu::before {
    line-height: 160px;
    font-size: 190px;
  }

  .nyProShow_menu ul li a {
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide {
    padding: 20px 0;
    border-bottom: 2px solid #dfdfdf;
  }

  .nyProShow_jszy .swiper-container .swiper-slide:hover {
    border-bottom: 2px solid #2d8780;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
    width: 140px;
    height: auto;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time em {
    font-size: 14px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time span {
    height: 44px;
    line-height: 44px;
    font-size: 52px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 140px);
    padding: 0 40px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con p {
    line-height: 24px;
    font-size: 14px;
  }


  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 244px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_name {
    margin: 0 auto 16px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs p {
    line-height: 24px;
    font-size: 14px;
    padding: 3px 0 3px 16px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more {
    margin-top: 20px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more a {
    width: 140px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more a::before {
    width: 30px;
    margin: 20px 0;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more a em {
    width: 5px;
    height: 5px;
    margin: 18px 16px 18px 0;
  }
}

@media (max-width:1200px) {
  .nyProShow_head {
    height: 600px;
    padding-top: 40px;
  }

  .nyProShow_part5 .nyProducts_list {
    margin-top: 32px;
  }

  .nyProducts_list ul {
    margin: 0 -16px;
  }

  .nyProducts_list ul li {
    padding: 0 16px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 230px;
  }
}

@media (max-width:1080px) {
  .nyProShow_head {
    height: 580px;
    margin-top: 64px;
  }

  .nyProShowHead_text h1 {
    font-size: 26px;
  }

  .nyProShowHead_text dl dd {
    line-height: 24px;
    font-size: 14px;
    margin: 0 10px;
  }

  .nyProShowHead_text dl dd::before {
    width: 6px;
    height: 6px;
    margin: 9px 10px 9px 0;
  }


  .nyProShow_menu::before {
    line-height: 142px;
    font-size: 170px;
  }

  .nyProShow_title {
    line-height: 32px;
    font-size: 22px;
    padding: 10px 30px;
  }

  .nyProShow_part5 .nyProducts_list {
    margin-top: 30px;
  }

  .nyProducts_list ul {
    margin: 0 -12px;
  }

  .nyProducts_list ul li {
    padding: 0 12px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 210px;
  }
}

@media (max-width:1024px) {
  .nyProShow_head {
    height: 560px;
  }

  .nyProShow_head::before {
    height: 64px;
  }

  .nyProShowHead_bottom .nyProShowHead_small {
    width: 304px;
    padding: 8px 0;
  }

  .nyProShowHead_small .swiper-container .swiper-slide {
    height: 48px;
  }

  .nyProShowHead_bottom .nyProShow_PrevNext {
    padding: 12px 0;
  }

  .nyProShow_menu::before {
    line-height: 124px;
    font-size: 150px;
  }
}

@media (max-width:920px) {
  .nyProShow_head {
    height: 510px;
  }

  .nyProShow_PrevNext a {
    font-size: 14px;
    margin: 0 0 0 12px;
    padding: 0 16px;
  }


  .nyProShow_menu,
  .nyProShow_part1,
  .nyProShow_part3,
  .nyProShow_part4 {
    margin: 40px auto;
  }

  .nyProShow_title {
    line-height: 32px;
    font-size: 20px;
    padding: 10px 20px;
  }

  .nyProShow_title i {
    height: 20px;
  }

  .nyProShow_con {
    padding: 1px 20px;
  }

  .nyProShow_part2 {
    margin: 40px auto 0;
    padding: 40px 0;
  }

  .nyProShowPart2_main .nyProShow_sptd {
    margin-top: 20px;
    padding-left: 20px;
  }

  .nyProShow_sptd dl dd {
    font-size: 15px;
    margin-top: 10px;
  }

  .nyProShow_part4 .nyProShow_jszy {
    margin-top: 20px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
    width: 120px;
    height: auto;
    padding: 10px 20px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 120px);
    padding: 0 30px;
  }


  .nyProShow_part5 {
    margin: 40px auto 0;
  }

  .nyProShow_part5 .nyProducts_list {
    margin-top: 20px;
  }

  .nyProducts_list ul {
    margin: 0 -10px;
  }

  .nyProducts_list ul li {
    padding: 0 10px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 180px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_name {
    margin-bottom: 10px;
    padding: 0 10px 5px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_cs {
    padding: 0 10px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_more {
    margin-top: 15px;
  }
}

@media (max-width:820px) {
  .nyProShow_head {
    height: 460px;
  }

  .nyProShowHead_text h1 {
    font-size: 24px;
  }

  .nyProShow_menu::before {
    line-height: 110px;
    font-size: 132px;
  }

  .nyProShow_menu ul li a {
    padding: 0 20px;
  }

  .nyProShow_sptd dl dd {
    line-height: 24px;
    font-size: 14px;
  }

  .nyProShow_sptd dl dd::before {
    top: 9px;
  }


  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con a.nyArticleList_name {
    font-size: 16px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con p {
    margin: 5px auto 15px;
  }


  .nyProducts_list ul {
    margin: 0 -12px;
  }

  .nyProducts_list ul li {
    width: 50%;
    padding: 0 12px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 240px;
  }
}

@media (max-width:767px) {
  .nyProShow_head {
    height: auto;
    padding: 40px 0 64px;
  }

  .nyProShow_head .nyProShowHead_text {
    top: 20px;
  }

  .nyProShowHead_text h1 {
    font-size: 22px;
  }

  .nyProShowHead_text h1 a {
    display: block;
    margin: 10px auto 0;
  }

  .nyProShowHead_text dl {
    display: none;
  }

  .nyProShow_head .nyProShowHead_img {
    height: 220px;
    margin: 40px auto;
  }

  .nyProShowHead_bottom .nyProShowHead_small {
    width: 304px;
    padding: 8px 0;
    margin: 0 auto;
    float: none;
  }

  .nyProShowHead_bottom .nyProShow_PrevNext {
    text-align: center;
    float: none;
    display: none;
  }

  .nyProShow_PrevNext a {
    margin: 0 4px;
  }


  .nyProShow_menu,
  .nyProShow_part1,
  .nyProShow_part3,
  .nyProShow_part4 {
    margin: 40px auto;
  }

  .nyProShow_menu::before {
    line-height: 84px;
    font-size: 100px;
  }

  .nyProShow_menu ul li {
    margin: 0 2px;
  }

  .nyProShow_menu ul li a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 6px;
  }

  .nyProShow_title {
    line-height: 30px;
  }

  .nyProShow_part2 {
    margin: 40px auto 0;
    padding: 0;
  }

  .nyProShow_part2 .nyProShowPart2_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .nyProShowPart2_img::after {
    background: linear-gradient(to top, #101010, rgba(16, 16, 16, .1));
  }

  .nyProShow_part2 .nyProShowPart2_main {
    padding: 20px 0 40px;
  }

  .nyProShowPart2_main .nyProShow_sptd {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
  }


  .nyProShow_con {
    padding: 1px 12px;
  }

  .nyProShow_con table {
    display: block;
    overflow-x: scroll;
  }

  .nyProShow_con table tr td p {
    line-height: 24px;
    padding: 0 5px !important;
  }

  .nyProShow_con table tr td p span,
  .nyProShow_con table tr td p em,
  .nyProShow_con table tr td span,
  .nyProShow_con table tr td em {
    line-height: 24px;
    font-size: 14px !important;
  }


  .nyProShow_jszy .swiper-container {
    padding: 0 0 30px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
    width: 100px;
    height: auto;
    padding: 0 20px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 100px);
    padding: 0 20px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con p {
    overflow: hidden;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_more a {
    font-size: 14px;
  }


  .nyProducts_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .nyProducts_list ul li {
    width: 100%;
    padding: 0;
  }

  .nyProducts_list ul li .nyProducts_con {
    padding-bottom: 60px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 254px;
  }
}

@media (max-width:390px) {
  .nyProShow_head .nyProShowHead_img {
    margin: 40px auto 0;
  }

  .nyProShowHead_text h1 {
    font-size: 20px;
  }

  .nyProShow_menu ul li {
    margin: 0 4px 8px;
  }

  .nyProShow_menu ul li a {
    padding: 0 19px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 238px;
  }
}

@media (max-width:320px) {
  .nyProShowHead_bottom .nyProShowHead_small {
    width: 300px;
  }

  .nyProShow_menu::before {
    line-height: 70px;
    font-size: 70px;
  }

  .nyProShow_menu ul li a {
    padding: 0 14px;
  }

  .nyProShow_part2 .nyProShowPart2_img {
    height: 200px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time {
    width: auto;
    height: auto;
    padding: 0 20px;
    border-right: 0 !important;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time em,
  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time span {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin-right: -2px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time em {
    margin-bottom: 0;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_time em::after {
    content: '-';
    display: inline-block;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 0;
    vertical-align: top;
  }

  .nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_time em,
  .nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_time span {
    color: #222;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyArticleList_con .nyArticleList_text {
    width: 100%;
    margin-top: 10px;
  }

  .nyProShow_jszy .swiper-container .swiper-slide .nyProducts_con .nyProducts_img {
    height: 196px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 200px;
  }


}

@media (max-width:280px) {
  .nyProShow_head .nyProShowHead_img {
    height: 200px;
  }

  .nyProShowHead_bottom .nyProShowHead_small {
    width: 260px;
  }

  .nyProShow_menu ul li {
    margin: 0 2px 8px;
  }

  .nyProShow_menu ul li a {
    padding: 0 10px;
  }

  .nyProShow_part2 .nyProShowPart2_img {
    height: 180px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 170px;
    border-radius: 4px;
  }
}