/*nyProducts start*/
.nyProducts { overflow: hidden; padding: 100px 0; background-color: #f8f8f8;}

.nyProducts_menu { width: 340px; background-color: #fff; float: left;}
.nyProducts_menu .nyProMenu_title { width: 100%; overflow: hidden; padding: 24px 30px; background-color: #2a3f76; position: relative;}
.nyProMenu_title p { height: 52px; overflow: hidden; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold; padding-bottom: 2px; position: relative;}
.nyProMenu_title p::before { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .25); position: absolute; left: 0; bottom: 0;}
.nyProMenu_title p::after { content: ''; display: block; width: 35px; height: 3px; background-color: #fff; position: absolute; left: 0; bottom: 0;}
.nyProMenu_title i { display: none; width: 30px; height: 30px; overflow: hidden; position: absolute; top: 20px; right: 20px;}
.nyProMenu_title i::before, .nyProMenu_title i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyProMenu_title i::before { width: 16px; height: 2px;}
.nyProMenu_title i::after { width: 2px; height: 16px;}

.nyProMenu_list { overflow: hidden; padding: 20px 0;}
.nyProMenu_list ul li a { display: block; overflow: hidden; line-height: 26px; color: #555; font-size: 18px; text-transform: capitalize; padding: 12px 30px 12px 54px; position: relative;}
.nyProMenu_list ul li a:hover, .nyProMenu_list ul li a.active { color: #2a3f76; background-color: #eef0f4;}
.nyProMenu_list ul li a::after { content: ''; display: block; width: 10px; height: 10px; border: 2px solid #bbb; border-radius: 50%; position: absolute; left: 30px; top: 17px; transition: all 0.3s; -webkit-transition: all 0.3s;}
.nyProMenu_list ul li a:hover::after, .nyProMenu_list ul li a.active::after { border: 2px solid #2a3f76;}


.nyProducts_list { width: calc(100% - 340px); padding-left: 30px; float: right;}
.nyProducts_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px 20px;}
.nyProducts_list ul li { width: 33.333333%; margin-bottom: 20px; padding: 0 10px;}
.nyProducts_list ul li .nyProducts_con { min-height: 100%; overflow: hidden; padding: 20px 20px 24px; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0); position: relative;}
.nyProducts_list ul li .nyProducts_con:hover { box-shadow: 0 0 18px rgba(0, 0, 0, .06);}
.nyProducts_list ul li .nyProducts_con::after { content: ''; display: block; width: 0; height: 4px; background-color: #2a3f76; position: absolute; bottom: 0; left: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProducts_list ul li .nyProducts_con:hover::after { width: 100%;}
.nyProducts_con .nyProducts_img { width: 100%; height: 280px; overflow: hidden; margin-bottom: 20px;}
.nyProducts_con .nyProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProducts_con:hover .nyProducts_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyProducts_con .nyProducts_text { width: 100%;}
.nyProducts_con .nyProducts_text span.model { display: block; width: 100%; height: 22px; overflow: hidden; line-height: 22px; color: #999; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.nyProducts_con .nyProducts_text a.name { display: block; width: 100%; height: 52px; overflow: hidden; line-height: 26px; color: #333; font-size: 18px; font-weight: bold; text-transform: capitalize; text-align: center; margin: 8px auto 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyProducts_con:hover .nyProducts_text a.name { color: #2a3f76;}
.nyProducts_con .nyProducts_text a.btn { display: block; width: 130px; height: 36px; overflow: hidden; line-height: 34px; color: #2a3f76; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #2a3f76; margin: 0 auto;}
.nyProducts_con:hover .nyProducts_text a.btn { background-color: #2a3f76; color: #fff;}
.nyProducts_con .nyProducts_text a.btn i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: -2px 0 0 6px; vertical-align: middle;}
.nyProducts_con:hover .nyProducts_text a.btn i { margin: -2px 0 0 12px;}
.nyProducts_con:hover .nyProducts_text a.btn i svg path { fill: #fff;}
/*nyProducts end*/


@media (max-width:1680px) {
  .nyProducts { padding: 80px 0;}

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProducts { padding: 60px 0;}
  .nyProducts_menu { width: 300px;}
  .nyProducts_menu .nyProMenu_title { padding: 20px;}
  .nyProMenu_title p { height: 40px; line-height: 30px; font-size: 26px;}
  .nyProMenu_title p::after { width: 30px; height: 2px;}
  .nyProMenu_list { padding: 12px 0;}
  .nyProMenu_list ul li a { line-height: 24px; font-size: 16px; padding: 10px 20px 10px 40px;}
  .nyProMenu_list ul li a::after { width: 8px; height: 8px; left: 20px; top: 15px;}

  .nyProducts_list { width: calc(100% - 300px);}
  .nyProducts_list ul { margin: 0 -10px 10px;}
  .nyProducts_con .nyProducts_img { height: 220px;}
  .nyProducts_con .nyProducts_text a.btn { font-size: 15px;}

}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyProducts_menu { width: 270px;}
  .nyProMenu_title p { font-size: 24px;}

  .nyProducts_list { width: calc(100% - 270px);}
  .nyProducts_con .nyProducts_img { height: 200px; margin-bottom: 10px;}
}

@media (max-width:1200px) {
  .nyProducts_list { padding-left: 20px;}
}

@media (max-width:1080px) {
  .nyProducts_menu { width: 250px;}
  .nyProMenu_title p { font-size: 22px;}

  .nyProducts_list { width: calc(100% - 250px);}
  .nyProducts_con .nyProducts_img { height: 150px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProducts { padding: 40px 0;}
  .nyProducts_menu { width: 100%; margin-bottom: 20px; float: none;}
  .nyProMenu_title p { font-size: 26px;}
  .nyProMenu_title i { display: block;}
  .nyProducts_menu.open .nyProMenu_title i::after { display: none;}
  .nyProMenu_list { display: none;}
  .nyProducts_menu.open .nyProMenu_list { display: block;}

  .nyProducts_list { width: 100%; padding: 0; float: none;}
  .nyProducts_list ul { margin: 0 -10px;}
  .nyProducts_list ul li { width: 33.333333%;}
  .nyProducts_con .nyProducts_img { height: 180px;}

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .nyProMenu_title p { font-size: 24px;}

  .nyProducts_list ul { margin: 0;}
  .nyProducts_list ul li { width: 100%; padding: 0;}
  .nyProducts_con .nyProducts_img { height: 240px;}
}

@media (max-width:390px) {
  .nyProducts_con .nyProducts_img { height: 220px;}
}

@media (max-width:320px) {
  .nyProMenu_title p { font-size: 22px;}
  
  .nyProducts_con .nyProducts_img { height: 200px;}
}