/* nyProducts start */
.nyProducts .nyPro_main {
  margin: 0 auto;
}

.nyPro_main .nyPro_head {
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}

.nyPro_head .nyProHead_title {
  line-height: 40px;
  color: #222;
  font-size: 30px;
}

.nyProHead_title span {
  color: #0098a5;
}

.nyPro_head em {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #0098a5;
  margin: 24px 0;
}

.nyPro_head .nyProHead_ms {
  line-height: 32px;
  color: #999;
  font-size: 18px;
}

.nyPro_head dl {
  margin: 40px -16px 0;
}

.nyPro_head dl dd {
  width: 25%;
  padding: 0 16px;
  float: left;
}

.nyPro_head dl dd p {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #fafafa;
  border-radius: 16px;
}

.nyPro_head dl dd:hover p {
  box-shadow: 0 -4px 0 #0098a5;
}

.nyPro_head dl dd p i {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.nyPro_head dl dd p i img {
  display: block;
  width: 100%;
  height: 100%;
}

.nyPro_head dl dd p span {
  display: block;
  line-height: 30px;
  color: #222;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}


.nyPro_main .nyPro_list {
  margin: 80px auto;
}

.nyPro_list ul {
  margin: 0 -20px -40px;
}

.nyPro_list ul li {
  width: 33.333333%;
  margin-bottom: 40px;
  padding: 0 20px;
  float: left;
}

.nyPro_list ul li .nyProList_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 0;
  background: linear-gradient(to bottom right, #fafafa 40%, #e0e0e0);
  border-radius: 16px;
}

.nyPro_list ul li .nyProList_con:hover {
  background: linear-gradient(to bottom right, #fafafa 40%, #0098a5);
}

.nyPro_list ul li .nyProList_con .nyProList_img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

.nyPro_list ul li .nyProList_con .nyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyPro_list ul li .nyProList_con .nyProList_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyPro_list ul li .nyProList_con:hover .nyProList_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyPro_list ul li .nyProList_con .nyProList_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 50px;
}

.nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 20px;
  padding-left: 32px;
  position: relative;
}

.nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/dot03.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.nyPro_list ul li .nyProList_con:hover .nyProList_text .ly_more4 a {
  background-color: #0098a5;
  border: 1px solid #0098a5;
}

.nyPro_list ul li .nyProList_con:hover .nyProList_text .ly_more4 a i {
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.nyPro_list ul li .nyProList_con:hover .nyProList_text .ly_more4 a i svg path {
  fill: #ffffff;
}

/* nyProducts end */


@media (max-width:1680px) {
  .nyPro_head .nyProHead_ms {
    line-height: 30px;
    font-size: 16px;
  }

  .nyPro_head dl dd p span {
    font-size: 18px;
  }
}

@media (max-width:1600px) {
  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 380px;
  }

  .nyPro_list ul li .nyProList_con {
    padding: 20px 0;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text {
    padding: 20px 40px;
  }
}

@media (max-width:1560px) {
  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 370px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
    font-size: 22px;
  }
}

@media (max-width:1440px) {
  .nyPro_head .nyProHead_title {
    line-height: 36px;
    font-size: 28px;
  }

  .nyPro_head em {
    width: 32px;
    height: 4px;
    margin: 20px 0;
  }

  .nyPro_head .nyProHead_ms {
    font-size: 15px;
  }

  .nyPro_head dl dd p {
    padding: 32px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 340px;
  }
}

@media (max-width:1366px) {
  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 320px;
  }
}

@media (max-width:1280px) {
  .nyPro_head dl {
    margin: 40px -12px 0;
  }

  .nyPro_head dl dd {
    padding: 0 12px;
  }

  .nyPro_head dl dd p {
    padding: 24px;
    border-radius: 12px;
  }

  .nyPro_head dl dd p span {
    font-size: 16px;
  }

  .nyPro_list ul li .nyProList_con {
    border-radius: 12px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 300px;
  }
}

@media (max-width:1200px) {
  .nyPro_main .nyPro_head {
    padding: 60px 0;
  }

  .nyPro_head .nyProHead_title {
    line-height: 34px;
    font-size: 26px;
  }

  .nyPro_head em {
    width: 32px;
    height: 3px;
    margin: 14px 0;
  }

  .nyPro_head .nyProHead_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .nyPro_head dl {
    margin: 30px -10px 0;
  }

  .nyPro_head dl dd {
    padding: 0 10px;
  }

  .nyPro_head dl dd p {
    padding: 20px;
    border-radius: 8px;
  }

  .nyPro_head dl dd:hover p {
    box-shadow: 0 -3px 0 #0098a5;
  }

  .nyPro_main .nyPro_list {
    margin: 60px auto;
  }

  .nyPro_list ul {
    margin: 0 -15px -30px;
  }

  .nyPro_list ul li {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .nyPro_list ul li .nyProList_con {
    padding: 15px 0;
    border-radius: 8px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 280px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text {
    padding: 15px 30px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
    margin: 0 auto 15px;
  }
}

@media (max-width:1080px) {
  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 255px;
  }
}

@media (max-width:1024px) {
  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 240px;
  }
}

@media (max-width:920px) {
  .nyPro_main .nyPro_head {
    padding: 40px 0;
  }

  .nyPro_head .nyProHead_title {
    line-height: 30px;
    font-size: 22px;
  }

  .nyPro_head dl {
    margin: 20px -10px 0;
  }

  .nyPro_main .nyPro_list {
    margin: 40px auto;
  }

  .nyPro_list ul {
    margin: 0 -10px -20px;
  }

  .nyPro_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyPro_list ul li .nyProList_con {
    padding: 10px 0;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 220px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text {
    padding: 10px 20px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
    font-size: 20px;
    margin: 0 auto 10px;
  }
}

@media (max-width:820px) {
  .nyPro_head dl dd p {
    padding: 20px 10px;
  }

  .nyPro_head dl dd p i {
    margin: 0 auto 12px;
  }

  .nyPro_head dl dd p span {
    font-size: 15px;
  }

  .nyPro_head dl dd:hover p {
    box-shadow: 0 -2px 0 #0098a5;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 180px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
    font-size: 18px;
    margin: 0 auto 8px;
    padding-left: 20px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name i {
    width: 12px;
    height: 12px;
    top: 14px;
  }
}

@media (max-width:767px) {
  .nyPro_head .nyProHead_title {
    line-height: 30px;
    font-size: 20px;
  }

  .nyPro_head dl dd {
    width: 50%;
    margin-top: 20px;
  }

  .nyPro_main .nyPro_list {
    margin: 40px auto 20px;
  }

  .nyPro_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_img {
    height: 240px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name {
    font-size: 20px;
    margin: 0 auto 10px;
    padding-left: 24px;
  }

  .nyPro_list ul li .nyProList_con .nyProList_text a.nyProList_name i {
    width: 14px;
    height: 14px;
    top: 13px;
  }
}

@media (max-width:390px) {
  .nyPro_head dl {
    margin: 8px -6px 0;
  }

  .nyPro_head dl dd {
    margin-top: 12px;
    padding: 0 6px;
  }

  .nyPro_head dl dd p {
    padding: 10px;
  }
}

@media (max-width:320px) {
  .nyPro_main .nyPro_head {
    padding: 20px 0;
  }

  .nyPro_head dl {
    margin: 0 -6px;
  }

  .nyPro_head dl dd {
    width: 100%;
    margin-top: 20px;
  }

  .nyPro_head dl dd p {
    padding: 20px;
  }

  .nyPro_main .nyPro_list {
    margin: 20px auto 0;
  }
}