/* nyProducts start */
.nyProducts {padding:85px 0; background:#f8f8f8; overflow:hidden;}
.nyProducts_main .nyProducts_left {width: 350px;float: left;}
.nyProducts_main .nyProducts_right{width: calc(100% - 407px); float:right;}
.nyProducts_main .nyProducts_right ul li{ width:31.4%; background:#fff; float:left; margin-right:2.9%; margin-bottom:33px; position:relative;}
.nyProducts_main .nyProducts_right ul li:after{ content:''; display:block; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; transform:scale(.9);visibility:hidden;transition: all .5s;-webkit-transition: all .5s;}
.nyProducts_main .nyProducts_right ul li:nth-child(3n){ margin-right:0;}
.nyProducts_main .nyProducts_right ul li .pic{ display:block;width:100%; height:324px; position:relative; overflow:hidden;}
.nyProducts_main .nyProducts_right ul li .pic img{ max-width:90%; max-height:90%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.nyProducts_main .nyProducts_right ul li .text{ width:100%; padding:30px; border-top:1px solid #e6e6e6; text-align:center;}
.nyProducts_main .nyProducts_right ul li .text p{font-size:24px; font-weight:bold; margin-bottom:5px;height: 36px;line-height: 36px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nyProducts_main .nyProducts_right ul li .text .name{ font-size:16px; color:#555;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.nyProducts_main .nyProducts_right ul li .ly_more{ width:180px;border:2px solid #fff; color:#fff; position:absolute; top:60%; left:50%; transform:translate(-50%,-50%); z-index:2; opacity:0;}
.nyProducts_main .nyProducts_right ul li .ly_more i{background: url(../images/jtIco1.png) center center no-repeat;}

.nyProducts_main .nyProducts_right ul li:hover:after{transform:scale(1);visibility:inherit;}
.nyProducts_main .nyProducts_right ul li:hover .pic{transform: scale(1.1);}
.nyProducts_main .nyProducts_right ul li:hover .ly_more{ top:50%; opacity:1;}
@media (max-width:1680px) {
	.nyProducts_main .nyProducts_right ul li .ly_more{ width:160px;}
}
@media (max-width:1440px) {
    .nyProducts_main .nyProducts_left{ width: 320px;}
	.nyProducts_main .nyProducts_right{width: calc(100% - 360px);}
	.nyProducts_main .nyProducts_right ul li{ width:32%;margin-right:2%; margin-bottom:20px;}
	.nyProducts_main .nyProducts_right ul li .pic{height:280px;}
	.nyProducts_main .nyProducts_right ul li .text{ padding:20px;}
	.nyProducts_main .nyProducts_right ul li .text p{ font-size:20px;height: 28px;line-height: 28px;}
}
@media (max-width:1366px) {
	.nyProducts {padding:60px 0;}
    .nyProducts_main .nyProducts_left{ width: 300px;}
	.nyProducts_main .nyProducts_right{width: calc(100% - 330px);}
	.nyProducts_main .nyProducts_right ul li .ly_more{ width:140px; border:1px solid #fff;}
}
@media (max-width:1200px) {
	.nyProducts_main .nyProducts_right ul li .pic{height:240px;}
	.nyProducts_main .nyProducts_right ul li .text p{ font-size:18px; margin-bottom:0;}
}
@media (max-width:1080px) {
    .nyProducts_main .nyProducts_left{ width:100%;}
	.nyProducts_main .nyProducts_right{width:100%; margin-top:20px;}
	.nyProducts_main .nyProducts_right ul li .pic{height:260px;}
}
@media (max-width:820px) {
	.nyProducts {padding:40px 0;}
	.nyProducts_main .nyProducts_right ul li .ly_more{ width:128px;}
}
@media (max-width:767px) {
	.nyProducts_main .nyProducts_right{margin-top:15px;}
	.nyProducts_main .nyProducts_right ul li{ width:48.5%;margin-right:3%; margin-bottom:15px;}
	.nyProducts_main .nyProducts_right ul li:nth-child(3n){ margin-right:3%;}
	.nyProducts_main .nyProducts_right ul li:nth-child(2n){ margin-right:0;}
	.nyProducts_main .nyProducts_right ul li .text p{ font-size:16px;}
	.nyProducts_main .nyProducts_right ul li .ly_more{ width:118px;}
}
@media (max-width:550px) {
	.nyProducts_main .nyProducts_right ul li{ margin-bottom:10px;}
	.nyProducts_main .nyProducts_right ul li .pic{height:200px;}
	.nyProducts_main .nyProducts_right ul li .text{ padding:15px 10px;}
	.nyProducts_main .nyProducts_right ul li .text .name{ font-size:14px;}
}

