/* nyProShow_head start */
.nyProShow_head {
  height: 820px;
  margin-top: 100px;
  padding-bottom: 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(0, 166, 98, 0) 50%, rgba(0, 166, 98, 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: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  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;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  background-color: #00a662;
  vertical-align: top;
  margin: 5px 0 0 20px;
}

.nyProShowHead_text h1 a:hover {
  background-color: #008c53;
}

.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: #ffffff;
}

.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: 2px solid rgba(255, 255, 255, .25);
  background-color: #000;
  position: relative;
  cursor: pointer;
}

.nyProShowHead_small .swiper-container .swiper-slide.on,
.nyProShowHead_small .swiper-container .swiper-slide:hover {
  border: 2px solid #00a662;
}

.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);

  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%;
  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: 1px solid #e6e6e6;
  background-color: #fff;
}

.nyProShow_menu ul li.active a,
.nyProShow_menu ul li:hover a {
  color: #fff;
  border: 1px solid #00a662;
  background-color: #00a662;
}

/* nyProShow_menu end */


.nyProShow_title {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 40px;
  background-color: #00a662;
  position: relative;
}

.nyProShow_title i {
  display: block;
  width: 4px;
  height: 30px;
  background-color: #fff;
  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 0;
}

.nyProShow_con {
  min-height: 300px;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  padding: 20px 40px;
  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 {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100%;
  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;
  text-align: justify;
}

.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 tr td p {
  text-indent: 0 !important;
}

.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: #00a662;
  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%);
}

.nyProShow_part2 .nyProShow_title i {
  background-color: #00a662;
}

.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: #008c53;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.nyProShow_sptd dl dd:hover {
  color: #fff;
}

.nyProShow_sptd dl dd:hover::before {
  background-color: #00a662;
}

/* nyProShow_part2 end */


/* nyProShow_part3 start */
.nyProShow_part3 {
  margin: 80px auto 0;
}

/* nyProShow_part3 end */


/* nyProShow_part4 start */
.nyProShow_part4 {
  margin: 80px auto 0;
}

.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-bottom: 3px solid #e6e6e6;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover {
  background-color: #00a662;
  border-bottom: 3px solid #008c53;
}

.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: #fff;
}

.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: #fff;
}

.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(255, 255, 255, .45);
}

.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: #fff;
}

.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: #00a662;
}

.nyProShow_jszy .swiper-container .swiper-slide:hover .nyArticleList_con .nyArticleList_more a i svg path {
  fill: #ffffff;
}

.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: #00a662;
}

/* nyProShow_part4 end */


/* nyProShow_part5 start */
.nyProShow_part5 {
  margin: 80px auto 20px;
}

.nyProShow_part5 .nyProducts_list {
  margin-top: 40px;
}

.nyProducts_list ul {
  margin: 0 -20px;
}

.nyProducts_list ul li {
  width: 33.333333%;
  margin-bottom: 60px;
  padding: 0 20px;
  float: left;
}

.nyProducts_list ul li .nyProducts_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.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(0, 166, 98, 0) 40%, rgba(0, 166, 98, 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(0, 166, 98, 0) 40%, rgba(0, 166, 98, 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 #00a662;
}

.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: #00a662;
}

.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: #00a662;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}


.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_more {
  margin-top: 40px;
  padding: 0 16px;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_more a {
  display: block;
  width: 150px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #00a662;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text .nyProducts_more a::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background-color: #fff;
  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_text .nyProducts_more a em {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin: 16.5px 16px 16.5px 0;
  float: left;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text .nyProducts_more a {
  background-color: #008c53;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text .nyProducts_more a::before {
  width: 48px;
}

/* nyProShow_part5 end */


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:375px) {}

@media (max-width:320px) {}