/* nyProducts start */

.nyProducts .nyProducts_main {
  margin: 0 auto;
}

.nyProducts_main .nyProducts_list {
  margin: 80px auto 100px;
}

.nyProducts_list ul {
  display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; 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;
}

.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; padding-bottom: 60px; position: relative;
}

.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 {
  min-height: 30px;
  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 {  
  padding: 0 16px; position:absolute; left:0; bottom:0;
}

.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;
}


/* nyProducts end */