/* nyProducts start */
.nyProducts { padding-bottom: 80px;}
.nyProducts .nyProducts_main { margin: 0 auto;}
.nyProducts_main .nyProducts_left { width: 360px; float: left;}

.nyProducts_main .nyProducts_right { width: calc(100% - 400px); float: right;}

.nyProducts_right .nyProducts_filter { display: flex; overflow: hidden; margin-bottom: 30px; padding: 30px; background-color: #fff; border-radius: 8px;} 
.nyProducts_filter p { width: 120px; line-height: 36px; color: #222; font-size: 18px; font-weight: bold;}
.nyProducts_filter dl { width: calc(100% - 120px); display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -5px -10px;}
.nyProducts_filter dl dd { width: 20%; margin-bottom: 10px; padding: 0 5px;}
.nyProducts_filter dl dd a { display: block; height: 36px; overflow: hidden; line-height: 36px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 24px; position: relative; cursor: pointer;}
.nyProducts_filter dl dd:hover a, .nyProducts_filter dl dd.active a { color: #1b355d;}
.nyProducts_filter dl dd a::before { content: ''; display: block; width: 10px; height: 10px; border: 2px solid #bbb; border-radius: 50%; position: absolute; left: 0; top: 11px;}
.nyProducts_filter dl dd:hover a::before, .nyProducts_filter dl dd.active a::before { width: 8px; height: 8px; border: 3px solid #1b355d;}

.nyProducts_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 30px;}
.nyProducts_list ul li { width: 33.333333%; margin-bottom: 30px; padding: 0 15px;}
.nyProducts_list ul li .nyProducts_con { height: 100%; overflow: hidden; padding: 30px; border-radius: 8px; background: linear-gradient(to bottom, #e1e7f1, #ffffff); position: relative;}
.nyProducts_list ul li .nyProducts_con:hover { background: linear-gradient(to bottom, #6585b6, #ffffff);}
.nyProducts_list ul li .nyProducts_con .nyProducts_text span { display: inline-block; height: 30px; line-height: 28px; color: #1b355d; font-size: 14px; border: 1px solid #1b355d; border-radius: 15px; margin-bottom: 10px; padding: 0 16px; vertical-align: top;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text span { color: #fff; border: 1px solid #fff;}
.nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text a.nyProducts_name { color: #fff;}
.nyProducts_list ul li .nyProducts_con .nyProducts_img { width: 100%; height: 234px; margin: 30px auto;}
.nyProducts_list ul li .nyProducts_con .nyProducts_img a { display: block; width: 100%; height: 100%; position: relative;}
.nyProducts_list ul li .nyProducts_con .nyProducts_img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_img a img { transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn { text-align: right;}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a { display: inline-block; height: 32px; line-height: 32px; color: #999; font-size: 16px;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a { color: #1b355d;}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i { display: block; width: 22px; height: 22px; margin: 5px 8px 5px 0; border: 2px solid #999; border-radius: 50%; float: left; position: relative;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i { border: 2px solid #1b355d;}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before, .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after { content: ''; display: block; background-color: #999; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before { width: 10px; height: 2px;}
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after { width: 2px; height: 10px;}
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i::before, .nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i::after { background-color: #1b355d;}
/* nyProducts end */


@media (max-width:1680px) {

  .nyProducts_list ul { margin: 0 -12px 16px;}
  .nyProducts_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyProducts_list ul li .nyProducts_con { padding: 24px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 226px; margin: 24px auto;}
}

@media (max-width:1600px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i { border: 1px solid #999;}
  .nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i { border: 1px solid #1b355d;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a { font-size: 15px;}
}

@media (max-width:1560px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 218px;}
}

@media (max-width:1440px) {
  .nyProducts { padding-bottom: 60px;}
  .nyProducts_main .nyProducts_left { width: 320px;}
  .nyProducts_main .nyProducts_right { width: calc(100% - 350px);}
  .nyProducts_right .nyProducts_filter { margin-bottom: 30px; padding: 20px;}
  .nyProducts_filter p { line-height: 30px; font-size: 17px;}
  .nyProducts_filter dl { margin: 0 -5px -5px;}
  .nyProducts_filter dl dd { width: 25%; margin-bottom: 5px;}
  .nyProducts_filter dl dd a { height: 30px; line-height: 30px; font-size: 15px;}
  .nyProducts_filter dl dd a::before { width: 8px; height: 8px; top: 9px;}
  .nyProducts_filter dl dd:hover a::before, .nyProducts_filter dl dd.active a::before { width: 6px; height: 6px;}
  .nyProducts_list ul { margin: 0 -10px 10px;}
  .nyProducts_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyProducts_list ul li .nyProducts_con { padding: 20px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 210px; margin: 20px auto;}
}

@media (max-width:1366px) {
  .nyProducts_main .nyProducts_left { width: 300px;}
  .nyProducts_main .nyProducts_right { width: calc(100% - 330px);}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 190px; margin: 10px auto;}
}

@media (max-width:1280px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 180px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a { font-size: 14px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i { width: 20px; height: 20px; margin: 6px 8px 6px 0;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before { width: 8px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after { height: 8px;}
}

@media (max-width:1200px) {
  .nyProducts_main .nyProducts_left { width: 270px;}
  .nyProducts_main .nyProducts_right { width: calc(100% - 300px);}
  .nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name { font-size: 16px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 166px;}
}

@media (max-width:1080px) {
  .nyProducts_main .nyProducts_left { width: 100%;}
  .nyProducts_main .nyProducts_right { width: 100%; margin-top: 30px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 214px;}
}

@media (max-width:1024px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 200px;}}

@media (max-width:920px) {
  .nyProducts { padding-bottom: 40px;}
  .nyProducts_main .nyProducts_right { margin-top: 20px;}
  .nyProducts_right .nyProducts_filter { margin-bottom: 20px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 176px;}
}

@media (max-width:820px) {
  .nyProducts_filter dl dd { width: 33.333333%;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 152px;}
}

@media (max-width:767px) {
  .nyProducts_right .nyProducts_filter { display: block;}
  .nyProducts_filter p { width: 100%; margin-bottom: 10px;}
  .nyProducts_filter dl { width: 100%;}
  .nyProducts_filter dl dd { width: 50%;}

  .nyProducts_list ul { margin: 0;}
  .nyProducts_list ul li { width: 100%; padding: 0;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name { font-size: 18px;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 240px;}
}

@media (max-width:390px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 230px;}
}

@media (max-width:320px) {
  .nyProducts { padding-bottom: 30px;}
  .nyProducts_list ul { margin: 0;}
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 190px;}
}

@media (max-width:280px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img { height: 168px;}
}