
/*nyProducts start*/
.nyProducts { overflow: hidden; padding: 50px 0;}
.nyPro_menu { margin-bottom: 80px; box-shadow: 0 0 24px rgba(0, 0, 0, .05); position: relative;}
.nyPro_menu .nyProMenu_swiper { display: block; padding: 15px 0; background-color: #fff; position: relative;}
.nyPro_menu.open .nyProMenu_swiper { display: none;}
.nyProMenu_swiper .swiper-slide { position: relative;}
.nyProMenu_swiper .swiper-slide::before { content: ''; display: block; width: 1px; height: 60px; margin-top: -30px; background-color: #e6e6e6; position: absolute; top: 50%; right: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProMenu_swiper .swiper-slide#cur::before, .nyProMenu_swiper .swiper-slide:hover::before { height: 0; margin-top: 0;}
.nyProMenu_swiper .swiper-slide a { display: block; width: 100%; height: auto; overflow: hidden; background-color: #fff; padding: 20px;}
.nyProMenu_swiper .swiper-slide#cur a, .nyProMenu_swiper .swiper-slide:hover a { background-color: #f1f1f1;}
.nyProMenu_swiper .swiper-slide a i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto 15px; position: relative;}
.nyProMenu_swiper .swiper-slide a span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.nyProMenu_swiper .swiper-slide#cur a span, .nyProMenu_swiper .swiper-slide:hover a span { color: #ff6c02;}

.nyProMenu_swiper .swiper-button-prev, .nyProMenu_swiper .swiper-button-next { width: 40px; height: 40px; margin-top: -20px; padding: 9px; background: none; border: 0; border-radius: 0;}
.nyProMenu_swiper .swiper-button-prev { left: -60px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyProMenu_swiper .swiper-button-next { right: -60px;}
.nyProMenu_swiper .swiper-button-prev:hover svg path, .nyProMenu_swiper .swiper-button-next:hover svg path { fill: #ff6c02;}
.nyProMenu_swiper .swiper-button-disabled { opacity: .25 !important;}

.nyPro_menu .nyProMenu_list { display: none; padding: 15px 0; background-color: #fff;}
.nyPro_menu.open .nyProMenu_list { display: block;}
.nyProMenu_list dl { display: flex; flex-wrap: wrap; justify-content: left;}
.nyProMenu_list dl dd { width: 14.285714%; position: relative;}
.nyProMenu_list dl dd::before { content: ''; display: block; width: 1px; height: 60px; margin-top: -30px; background-color: #e6e6e6; position: absolute; top: 50%; right: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProMenu_list dl dd.active::before, .nyProMenu_list dl dd:hover::before { height: 0; margin-top: 0;}
.nyProMenu_list dl dd a { display: block; width: 100%; height: auto; overflow: hidden; background-color: #fff; padding: 20px;}
.nyProMenu_list dl dd.active a, .nyProMenu_list dl dd:hover a { background-color: #f1f1f1;}
.nyProMenu_list dl dd a i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto 15px; position: relative;}
.nyProMenu_list dl dd a span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.nyProMenu_list dl dd.active a span, .nyProMenu_list dl dd:hover a span { color: #ff6c02;}

.nyPro_menu .nyProMenu_more { position: absolute; left: 50%; bottom: -30px; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyProMenu_more a { display: block; height: 30px; line-height: 25px; color: #999; font-size: 15px; padding: 0 20px; background-color: #fff; position: relative;}
.nyProMenu_more a:hover { color: #ff6c02;}
.nyProMenu_more a::before, .nyProMenu_more a::after { content: ''; display: block; width: 0; height: 0; position: absolute; top: 0;}
.nyProMenu_more a::before { left: -20px; border-top: 30px solid #fff; border-left: 20px solid transparent;}
.nyProMenu_more a::after { right: -20px; border-top: 30px solid #fff; border-right: 20px solid transparent;}
.nyProMenu_more a i { display: inline-block; width: 15px; height: 15px; overflow: hidden; background-color: #bbb; border-radius: 50%; vertical-align: middle; margin: -4px 0 0 8px; position: relative;}
.nyProMenu_more a:hover i { background-color: #ff6c02;}
.nyProMenu_more a i::before, .nyProMenu_more a i::after { content: ''; display: block; background-color: #fff; position: absolute;}
.nyProMenu_more a i::before { width: 7px; height: 1px; left: 4px; top: 7px;}
.nyProMenu_more a i::after { width: 1px; height: 7px; left: 7px; top: 4px;}
.nyPro_menu.open .nyProMenu_more a i::after { display: none;}


.nyPro_list { margin-bottom: 20px;}
.nyPro_list ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyPro_list ul li { width: 50%; margin-bottom: 30px; padding: 0 15px; position: relative;}
.nyPro_list ul li .nyPro_con { display: flex; align-items: center; flex-direction: row-reverse; min-height: 100%; overflow: hidden; padding: 30px; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.nyPro_con .nyPro_text { width: 60%; padding: 0 30px;}
.nyPro_con .nyPro_text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; white-space: nowrap; text-overflow: ellipsis;}
.nyPro_con:hover .nyPro_text a.name { color: #ff6c02;}
.nyPro_con .nyPro_text i { display: block; width: 80px; height: 1px; overflow: hidden; background-color: #e6e6e6; margin: 10px 0 20px;}
.nyPro_con:hover .nyPro_text i { width: 100%; background-color: #ff6c02;}
.nyPro_con .nyPro_text p.ms { max-height: 56px; overflow: hidden; line-height: 28px; color: #666; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp : 2; -webkit-box-orient: vertical; margin-bottom: 40px;}

.nyPro_con .nyPro_img { width: 40%; height: 260px; overflow: hidden;}
.nyPro_con .nyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyPro_con:hover .nyPro_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
/*nyProducts end*/


@media (max-width:1680px) {
  .nyPro_menu { margin-bottom: 60px;}
  .nyPro_menu .nyProMenu_swiper, .nyPro_menu .nyProMenu_list { padding: 10px 0;}
  .nyProMenu_swiper .swiper-slide a i, .nyProMenu_list dl dd a i { margin: 0 auto 10px;}
  .nyProMenu_swiper .swiper-button-prev { left: -50px;}
  .nyProMenu_swiper .swiper-button-next { right: -50px;}

  .nyProMenu_list dl dd { width: 16.666666%;}
  .nyProMenu_more a { line-height: 24px; font-size: 14px;}

  .nyPro_list { margin-bottom: 10px;}
  .nyPro_con .nyPro_text { padding: 0 30px 0 10px;}
  .nyPro_con .nyPro_img { height: 240px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProMenu_swiper .swiper-slide a, .nyProMenu_list dl dd a { padding: 15px;}
  .nyProMenu_swiper .swiper-slide a span, .nyProMenu_list dl dd a span { font-size: 16px;}
  .nyProMenu_list dl dd { width: 20%;}

  .nyPro_list { margin-bottom: 30px;}
  .nyPro_list ul { margin: 0 -12px -24px;}
  .nyPro_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyPro_con .nyPro_text { padding: 0 30px 0 0;}
  .nyPro_con .nyPro_text a.name { height: 30px; line-height: 30px; font-size: 20px;}
  .nyPro_con .nyPro_text p.ms { max-height: 50px; line-height: 25px; font-size: 15px; margin-bottom: 30px;}
  .nyPro_con .nyPro_img { height: 210px;}
}

@media (max-width:1366px) {

  .nyPro_con .nyPro_img { height: 200px;}
  .nyPro_con .nyPro_text i { margin: 10px 0 15px;}
  .nyPro_con .nyPro_text p.ms { margin-bottom: 25px;}
}

@media (max-width:1280px) {
  .nyProMenu_swiper .swiper-button-prev, .nyProMenu_swiper .swiper-button-next { display: none;}
}

@media (max-width:1200px) {

  .nyPro_list ul { margin: 0 -10px -20px;}
  .nyPro_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyPro_con .nyPro_img { height: 190px;}
  .nyPro_con .nyPro_text { padding: 0 20px 0 0;}
  .nyPro_con .nyPro_text a.name { font-size: 18px;}
}

@media (max-width:1080px) {

  .nyPro_list ul li .nyPro_con { padding: 20px;}
  .nyPro_con .nyPro_img { height: 170px;}
  .nyPro_con .nyPro_text { padding: 0 10px 0 0;}
  .nyPro_con .nyPro_text i { width: 70px; margin: 6px 0 12px;}
  .nyPro_con .nyPro_text p.ms { max-height: 48px; line-height: 24px; font-size: 14px; margin-bottom: 20px;}
  .nyPro_con .nyPro_text .lyMore a span { height: 34px; line-height: 34px; font-size: 14px; padding: 0 20px;}
}

@media (max-width:1024px) {
  .nyPro_con .nyPro_img { height: 160px;}
}

@media (max-width:920px) {
  .nyProducts { padding: 40px 0;}
  .nyPro_menu { margin-bottom: 50px;}
  .nyProMenu_list dl dd { width: 25%;}
  .nyProMenu_more a { padding: 0 12px;}

  .nyPro_list { margin-bottom: 20px;}
  .nyPro_con .nyPro_text p.ms { margin-bottom: 12px;}  
  .nyPro_con .nyPro_img { height: 150px;}
}

@media (max-width:820px) {

  .nyPro_con .nyPro_img { width: 35%; height: 110px;}
  .nyPro_con .nyPro_text { width: 65%;}
  .nyPro_con .nyPro_text p.ms { margin-bottom: 0;}
  .nyPro_con .nyPro_text .lyMore { display: none;}
}

@media (max-width:767px) {
  .nyProMenu_list dl dd { width: 50%;}
  .nyProMenu_swiper .swiper-slide a, .nyProMenu_list dl dd a { padding: 10px;}
  .nyProMenu_swiper .swiper-slide a i, .nyProMenu_list dl dd a i { width: 50px; height: 50px;}
  .nyProMenu_swiper .swiper-slide a span, .nyProMenu_list dl dd a span { font-size: 15px;}

  .nyPro_list ul { margin: 0 -5px -10px;}
  .nyPro_list ul li { width: 50%; margin-bottom: 10px; padding: 0 5px;}
  .nyPro_list ul li .nyPro_con { display: block; align-items: unset; padding: 12px;}
  .nyPro_con .nyPro_img { width: 100%; height: 154px;}
  .nyPro_con .nyPro_text { width: 100%; padding: 10px 0 0;}
  .nyPro_con .nyPro_text a.name { font-size: 16px;}
  .nyPro_con .nyPro_text i { width: 60px; margin: 5px 0 10px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {

  .nyPro_list ul { margin: 0 0 -10px;}
  .nyPro_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .nyPro_list ul li .nyPro_con { padding: 20px;}
  .nyPro_con .nyPro_img { height: 200px;}
  .nyPro_con .nyPro_text a.name { font-size: 18px;}
  .nyPro_con .nyPro_text i { margin: 8px 0 16px;}
  .nyPro_con .nyPro_text p.ms { margin-bottom: 20px;}
  .nyPro_con .nyPro_text .lyMore { display: block;}
  .nyPro_con .nyPro_text .lyMore a span { height: 40px; line-height: 40px; font-size: 15px; padding: 0 30px;}
}