/*nyProduct start*/
.nyProduct { overflow: hidden; padding: 100px 0;}
.nyProduct_menu { margin-bottom: 50px; padding: 0 80px; background-color: #f8f8f8; border-radius: 40px; position: relative;}
.nyProduct_menu .swiper-slide { width: auto !important;}
.nyProduct_menu .swiper-slide a { display: block; height: 80px; overflow: hidden; line-height: 40px; color: #555; font-size: 22px; padding: 20px 0; position: relative;}
.nyProduct_menu .swiper-slide:hover a { color: #00793c;}
.nyProduct_menu .swiper-slide a::after { content: ''; display: block; width: 0; height: 3px; background-color: #00793c; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProduct_menu .swiper-slide:hover a::after { width: 100%;}

.nyProduct_menu .swiper-button-prev, .nyProduct_menu .swiper-button-next { width: 60px; height: 60px; top: 10px; margin-top: 0; padding: 18px; background: #fff; border-radius: 30px;}
.nyProduct_menu .swiper-button-prev { left: 10px;}
.nyProduct_menu .swiper-button-next { right: 10px;}
.nyProduct_menu .swiper-button-prev:hover, .nyProduct_menu .swiper-button-next:hover { background-color: #00793c;}
.nyProduct_menu .swiper-button-prev:hover svg path, .nyProduct_menu .swiper-button-next:hover svg path { fill: #ffffff;}
.nyProduct_menu .swiper-button-disabled { opacity: .5 !important;}

.nyProduct_list { min-height: 300px;}
.nyProduct_list ul { display: flex; flex-wrap: wrap; justify-items: left; margin: 0 -15px 30px;}
.nyProduct_list ul li { width: 25%; margin-bottom: 30px; padding: 0 15px;}
.nyProduct_con { width: 100%; height: 100%; overflow: hidden; box-shadow: 0 0 12px rgba(0, 48, 76,.08); border-radius: 8px; position: relative;}
.nyProduct_con .nyProduct_img { width: 100%; height: 300px; overflow: hidden; background-color: #fff; border-radius: 8px 8px 0 0;}
.nyProduct_con .nyProduct_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProduct_con:hover .nyProduct_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyProduct_con .nyProduct_text { width: 100%; overflow: hidden; padding: 30px; background-color: #fff; border-radius: 0 0 8px 8px;}
.nyProduct_con:hover .nyProduct_text { background-color: #00793c;}
.nyProduct_con .nyProduct_text a.name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.nyProduct_con:hover .nyProduct_text a.name { color: #fff;}
.nyProduct_con .nyProduct_text p.ms { height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 16px; margin: 10px 0 20px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyProduct_con:hover .nyProduct_text p.ms { color: rgba(255, 255, 255, .5);}
.nyProduct_con .nyProduct_text a.btn { display: block; width: 180px; height: 50px; overflow: hidden; line-height: 50px; color: #00793c; font-size: 18px; text-align: center; background-color: #f8f8f8; border-radius: 25px;}
.nyProduct_con .nyProduct_text a.btn i { display: inline-block; width: 22px; height: 22px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.nyProduct_con:hover .nyProduct_text a.btn { background-color: #fff;}
.nyProduct_con:hover .nyProduct_text a.btn i { margin: -2px 0 0 20px;}

.nyProlist_head { margin-bottom: 50px;}
.nyProlist_head .nyTitle { margin-bottom: 0; float: left;}
.nyProlist_head a.nyProlist_back { display: block; line-height: 56px; color: #00793c; font-size: 22px; float: right; position: relative;}
.nyProlist_head a.nyProlist_back i { display: inline-block; width: 24px; height: 24px; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProlist_head a.nyProlist_back:hover i { margin: -2px 20px 0 0;}
.nyProlist_head a.nyProlist_back::after { content: ''; display: block; width: 100%; height: 1px; background-color: #00793c; position: absolute; left: 0; bottom: 10px;}
/*nyProduct end*/

@media (max-width:1680px) {
  .nyProduct { padding: 80px 0;}
  .nyProduct_menu { margin-bottom: 40px; padding: 0 70px;}
  .nyProduct_menu .swiper-button-prev, .nyProduct_menu .swiper-button-next { width: 50px; height: 50px; top: 5px; padding: 14px;}
  .nyProduct_menu .swiper-button-prev { left: 5px;}
  .nyProduct_menu .swiper-button-next { right: 5px;}
  .nyProduct_menu .swiper-slide a { height: 60px; line-height: 40px; font-size: 18px; padding: 10px 0;}
  .nyProduct_menu .swiper-slide a::after { height: 2px;}

  .nyProduct_list ul { margin: 0 -15px 10px;}
  .nyProduct_con .nyProduct_text { padding: 20px;}
  .nyProduct_con .nyProduct_text p.ms { height: 44px; line-height: 22px; font-size: 15px;}
  .nyProduct_con .nyProduct_text a.btn { width: 160px; height: 48px; line-height: 48px; font-size: 16px;}

  .nyProlist_head a.nyProlist_back { line-height: 52px; font-size: 18px;}
  .nyProlist_head a.nyProlist_back i { width: 22px; height: 22px;}
  .nyProlist_head a.nyProlist_back::after { bottom: 8px;}
}

@media (max-width:1600px) {
  .nyProduct_menu .swiper-slide a { font-size: 16px;}

  .nyProlist_head { margin-bottom: 40px;}
  .nyProlist_head a.nyProlist_back { line-height: 48px; font-size: 16px;}
  .nyProlist_head a.nyProlist_back i { width: 20px; height: 20px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProduct { padding: 60px 0;}
  .nyProduct_con .nyProduct_img { height: 280px;}
  .nyProduct_con .nyProduct_text a.name { font-size: 18px;}
  .nyProduct_con .nyProduct_text p.ms { font-size: 14px; margin: 5px 0 15px;}
  .nyProduct_con .nyProduct_text a.btn { height: 44px; line-height: 44px; font-size: 14px;}
  .nyProduct_con .nyProduct_text a.btn i { width: 20px; height: 20px;}

  .nyProlist_head a.nyProlist_back { line-height: 44px; font-size: 15px;}
  .nyProlist_head a.nyProlist_back i { width: 18px; height: 18px;}
  .nyProlist_head a.nyProlist_back::after { bottom: 6px;}
}

@media (max-width:1366px) {
  .nyProduct_con .nyProduct_img { height: 260px;}
}

@media (max-width:1280px) {
  .nyProduct_con .nyProduct_img { height: 240px;}
  .nyProduct_con .nyProduct_text { padding: 15px;}

  .nyProlist_head a.nyProlist_back { line-height: 40px; font-size: 14px;}
  .nyProlist_head a.nyProlist_back i { width: 16px; height: 16px;}
  .nyProlist_head a.nyProlist_back::after { bottom: 5px;}
}

@media (max-width:1200px) {
  .nyProduct_con .nyProduct_img { height: 230px;}
}

@media (max-width:1080px) {
  .nyProduct_list ul li { width: 33.333333%;}
  .nyProduct_con .nyProduct_img { height: 240px;}

  .nyProlist_head { margin-bottom: 30px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProduct { padding: 40px 0;}
  .nyProduct_menu { margin-bottom: 30px;}
  .nyProduct_list ul { margin: 0 -10px;}
  .nyProduct_list ul li { margin-bottom: 20px; padding: 0 10px;}

  .nyProlist_head { margin-bottom: 20px;}
}

@media (max-width:820px) {
  .nyProduct_con .nyProduct_img { height: 200px;}
}

@media (max-width:767px) {
  .nyProduct { padding: 20px 0 40px;}
  .nyProduct_menu { margin-bottom: 20px; padding: 0 60px;}
  .nyProduct_menu .swiper-slide a { height: 54px; padding: 7px 0;}
  .nyProduct_menu .swiper-button-prev, .nyProduct_menu .swiper-button-next { width: 44px; height: 44px; padding: 12px;}

  .nyProduct_list ul { margin: 0;}
  .nyProduct_list ul li { width: 100%; padding: 0;}
  .nyProduct_con .nyProduct_img { height: 300px;}

  .nyProlist_head a.nyProlist_back { display: none;}
}

@media (max-width:390px) {
  
}

@media (max-width:320px) {
  .nyProduct_con .nyProduct_img { height: 240px;}
}


