/*nyProducts start*/
.nyProducts { overflow: hidden; padding: 0 0 140px; background-color: #f2f8f7;}
.nyProducts_left { width: 400px; margin-left: -60px; float: left;}
.nyProducts_right { width: calc(100% - 340px); padding: 80px 0 0 60px; float: right;}

.nyProLt_head { padding: 80px 60px 40px; background-color: #5fb62f; position: relative;}
.nyProLt_head p { line-height: 48px; color: #fff; font-family: "RobotoBold"; font-size: 44px; position: relative; z-index: 1;}
.nyProLt_head i { display: block; width: 60px; height: 6px; background-color: #fff; margin-top: 20px; position: relative; z-index: 1;}
.nyProLt_head::before { content: ''; display: block; width: 125%; height: 100%; overflow: hidden; background: url(../images/webp/proMenuBg.webp) center center no-repeat; background-size: 100% 100%; position: absolute; top: 0; right: 0;}
.nyProLt_head::after { content: ''; display: block; width: 0; height: 0; border-top: 14px solid #5fb62f; border-left: 14px solid transparent; border-right: 14px solid transparent; position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); -webkit-transform: translateX(-50%);}

.nyProducts_menu { border: 1px solid #5fb62f; border-top: 0; margin-bottom: 40px; padding: 60px;}
.nyProducts_menu ul li { margin-bottom: 24px; position: relative;}
.nyProducts_menu ul li:last-child { margin-bottom: 0;}
.nyProducts_menu ul li a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #5fb62f; font-size: 20px; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #5fb62f; border-radius: 30px; padding: 0 40px 0 30px;}
.nyProducts_menu ul li.active a, .nyProducts_menu ul li:hover a { color: #fff; background-color: #5fb62f; box-shadow: 0 10px 16px rgba(95, 182, 47, .1);}
.nyProducts_menu ul li i { display: block; width: 40px; height: 58px; overflow: hidden; padding: 11px; border-radius: 50%; position: absolute; top: 1px; right: 0; cursor: pointer;}
.nyProducts_menu ul li.active i svg path, .nyProducts_menu ul li:hover i svg path { fill: #fff;}

.nyProRt_head { margin-bottom: 40px;}
.nyProRt_head title { display: block; line-height: 36px; color: #222; font-size: 30px; margin-bottom: 20px;}
.nyProRt_head p { line-height: 26px; color: #555; font-family: "RobotoLight"; font-size: 16px;}

.nyProducts_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -14px 12px;}
.nyProducts_list ul li { width: 33.333333%; margin-bottom: 28px; padding: 0 14px;}
.nyProducts_con { min-height: 100%; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.nyProducts_con:hover { box-shadow: 0 0 10px rgba(95, 182, 47, .1); border-radius: 20px 0;}
.nyProducts_con .nyPro_img { height: 280px; padding: 2px 2px 0; background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)); border-radius: 0;}
.nyProducts_con:hover .nyPro_img { background: linear-gradient(to right, #024f8e, #5fb62f); border-radius: 20px 0 0 0;}
.nyProducts_con .nyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; border-bottom: 1px solid #e6e6e6; padding: 0; border-radius: 0; position: relative;}
.nyProducts_con:hover .nyPro_img a { padding: 28px; border-radius: 18px 0 0; border-bottom: 1px solid #fff;}
.nyProducts_con:hover .nyPro_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.nyProducts_con .nyPro_name { background: linear-gradient(to right, #fff, #fff); border-radius: 0;}
.nyProducts_con:hover .nyPro_name { background: linear-gradient(to right, #024f8e, #5fb62f); border-radius: 0 0 20px;}
.nyProducts_con .nyPro_name a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #5fb62f; font-family: "RobotoMedium"; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px;}
.nyProducts_con:hover .nyPro_name a { color: #fff;}
/*nyProducts end*/

@media (max-width:1680px) {
  .nyProducts_left { width: 340px; margin-left: 0;}
  .nyProLt_head { padding: 60px 40px 40px;}
  .nyProducts_menu { padding: 40px;}
  .nyProducts_menu ul li { margin-bottom: 20px;}

  .nyProducts_right { padding: 60px 0 0 60px;}
}

@media (max-width:1600px) {
  .nyProLt_head p { line-height: 44px; font-size: 40px;}
  .nyProLt_head i { width: 50px; height: 5px;}
  .nyProLt_head::after { border-top: 12px solid #5fb62f; border-left: 12px solid transparent; border-right: 12px solid transparent; bottom: -12px;}
  .nyProducts_menu ul li a { height: 56px; line-height: 54px; font-size: 18px; padding: 0 40px 0 20px;}
  .nyProducts_menu ul li i { height: 54px;}

  .nyProducts_con .nyPro_img { height: 260px;}
  .nyProducts_con .nyPro_name a { height: 56px; line-height: 56px; font-size: 16px;}
}

@media (max-width:1560px) {
  .nyProducts_right { padding: 60px 0 0 50px;}
  .nyProducts_con .nyPro_img { height: 250px;}
}

@media (max-width:1440px) {
  .nyProducts { padding-bottom: 110px;}
  .nyProducts_left { width: 300px;}
  .nyProLt_head { padding: 60px 20px 30px;}
  .nyProLt_head p { line-height: 36px; font-size: 32px;}
  .nyProLt_head i { width: 40px; height: 4px;}
  .nyProLt_head::after { border-top: 10px solid #5fb62f; border-left: 10px solid transparent; border-right: 10px solid transparent; bottom: -10px;}
  .nyProducts_menu { padding: 30px 20px;}
  .nyProducts_menu ul li a { height: 50px; line-height: 48px; font-size: 16px;}
  .nyProducts_menu ul li i { height: 48px;}
  
  .nyProducts_right { width: calc(100% - 300px); padding: 60px 0 0 40px;}    
  .nyProRt_head { margin-bottom: 30px;}
  .nyProRt_head title { line-height: 32px; font-size: 28px;}
  .nyProRt_head p { line-height: 25px; font-size: 15px;}

  .nyProducts_list ul { margin: 0 -12px 16px;}
  .nyProducts_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyProducts_con .nyPro_img { height: 220px;}
  .nyProducts_con .nyPro_name a { height: 50px; line-height: 50px;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyProducts_left { width: 280px;}
  .nyProducts_right { width: calc(100% - 280px);}
  .nyProducts_list ul { margin: 0 -10px 20px;}
  .nyProducts_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyProducts_con .nyPro_img { height: 200px;}
}

@media (max-width:1200px) {
  .nyProducts_con .nyPro_img { height: 180px;}
}

@media (max-width:1080px) {
  .nyProducts { padding-bottom: 100px;}
  .nyProducts_left { width: 100%; float: none;}
  .nyProLt_head { padding: 20px 0;}
  .nyProLt_head p { line-height: 34px; font-size: 28px;}
  .nyProLt_head i { margin-top: 10px;}
  .nyProLt_head::after { border-top: 10px solid #fff; top: 50%; right: 30px; left: inherit; bottom: inherit; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
  .nyProLt_head.on::after { border-bottom: 10px solid #fff; border-top: 0 solid transparent;}
  .nyProducts_menu { display: none; margin-bottom: 0; padding: 20px;}

  .nyProducts_right { width: 100%; padding: 40px 0 0; float: none;}
  .nyProRt_head title { line-height: 30px; font-size: 24px; margin-bottom: 15px;}
  .nyProducts_con .nyPro_img { height: 220px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProducts { padding-bottom: 80px;}
  .nyProducts_con .nyPro_img { height: 200px;}
}

@media (max-width:820px) {
  .nyProducts_con .nyPro_img { height: 180px;}
}

@media (max-width:767px) {
  .nyProLt_head p { line-height: 32px; font-size: 24px;}
  .nyProLt_head i { width: 30px; height: 3px;}
  .nyProLt_head::after { right: 20px;}

  .nyProducts_list ul { margin: 0 -6px 8px;}
  .nyProducts_list ul li { width: 50%; margin-bottom: 12px; padding: 0 6px;}
  .nyProducts_con .nyPro_img { height: 150px;}
  .nyProducts_con .nyPro_name { padding: 10px 0;}
  .nyProducts_con .nyPro_name a { height: 40px; line-height: 20px; padding: 0 12px; white-space: inherit; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyProducts { padding-bottom: 60px;}
  .nyProducts_right { padding: 20px 0 0;}
  .nyProRt_head title { font-size: 22px;}
  .nyProducts_list ul { margin: 0;}
  .nyProducts_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyProducts_con .nyPro_img { height: 200px;}
  .nyProducts_con .nyPro_name a { height: auto; max-height: 44px; line-height: 22px;}
}
