/* nyProducts start */
.nyProducts .nyPro_head { overflow: hidden; padding: 80px 0; background-color: #fff;}
.nyPro_head .nyProHead_title { line-height: 40px; color: #222; font-size: 30px;}
.nyProHead_title span { color: #2d367e;}
.nyPro_head em { display: block; width: 35px; height: 5px; background-color: #2d367e; margin: 24px 0;}
.nyPro_head .nyProHead_ms { line-height: 32px; color: #999; font-size: 18px;}
.nyPro_head dl { margin: 40px -16px 0;}
.nyPro_head dl dd { width: 25%; padding: 0 16px; float: left;}
.nyPro_head dl dd p { width: 100%; height: auto; padding: 40px; background-color: #f5f5f5; border-radius: 16px;}
.nyPro_head dl dd:hover p { box-shadow: 0 -4px 0 #2d367e;}
.nyPro_head dl dd p i { display: block; width: 52px; height: 52px; overflow: hidden; margin: 0 auto 20px;}
.nyPro_head dl dd p i img { display: block; width: 100%; height: 100%;}
.nyPro_head dl dd p span { display: block; line-height: 30px; color: #222; font-size: 20px; text-align: center; margin: 0 auto;}


.nyPro_list { overflow: hidden; padding: 80px 0;}
.nyPro_list ul { min-height: 320px; margin-bottom: 10px;}
.nyPro_list ul li { width: 32%; height: auto; margin: 0 2% 60px 0; background-color:#fff; border-radius: 16px; box-shadow: 0 0 0 0 rgba(0,0,0,0.1); float: left;}
.nyPro_list ul li:nth-child(3n+3) { margin: 0 0 60px;}
.nyPro_list ul li:hover { box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);}
.nyPro_list ul li .nyPro_img { width: 100%; height: 300px; overflow: hidden; border-radius: 16px 16px 0 0;}
.nyPro_list ul li .nyPro_img a { display:block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyPro_list ul li:hover .nyPro_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.nyPro_list ul li .nyPro_con { border-radius: 0 0 16px 16px; position: relative;}
.nyPro_list ul li .nyPro_con .nyPro_text { width: 80%; padding: 30px 60px 30px 30px; float: left;}
.nyPro_list ul li .nyPro_con .nyPro_text a.NyCases_Name { display: block; height: 56px; overflow: hidden; line-height: 28px; color: #333; font-size: 18px; font-weight: bold; text-align:justify; margin:0 auto 20px; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nyPro_list ul li:hover .nyPro_con .nyPro_text a.NyCases_Name { color:#2d367e;}
.nyPro_list ul li .nyPro_con .nyPro_text p { height: 50px; overflow: hidden; line-height: 25px; color: #777; font-size: 15px; text-align: justify; display: -webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.nyPro_list ul li .nyPro_con .nyPro_time { width: 20%; height: 186px; padding: 60px 0; border-left: 1px solid #e6e6e6; float: right;}
.nyPro_list ul li .nyPro_con .nyPro_time em { display: block; width: 100%; height:auto; line-height:30px; color:#878787; font-size:16px; font-style:normal; text-align:center; margin:0 auto; padding:0;}
.nyPro_list ul li .nyPro_con .nyPro_time span { display: block; width: 100%; height:auto; line-height:30px; color:#878787; font-size:24px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}

.nyPro_list ul li .nyPro_con .nyPro_btn { width: 60px; height: 60px; overflow: hidden; margin: 0 -30px 0 0; border-radius: 8px; position:absolute; right:20%; bottom:-30px;}
.nyPro_list ul li .nyPro_con .nyPro_btn a { display: block; width: 100%; height: 100%; overflow: hidden; padding: 15px; background-color:#2d367e;}
.nyPro_list ul li:hover .nyPro_con .nyPro_btn a { background-color: #26ad49;}

/* nyProducts end */


@media (max-width:1680px) {
  .nyPro_head .nyProHead_ms {
    line-height: 30px;
    font-size: 16px;
  }

  .nyPro_head dl dd p span {
    font-size: 18px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyPro_head .nyProHead_title {
    line-height: 36px;
    font-size: 28px;
  }

  .nyPro_head em {
    width: 32px;
    height: 4px;
    margin: 20px 0;
  }

  .nyPro_head .nyProHead_ms {
    font-size: 15px;
  }

  .nyPro_head dl dd p {
    padding: 32px;
  }

	.nyPro_list { padding: 60px 0;}
  .nyPro_list ul { margin-bottom: 0;}
  .nyPro_list ul li .nyPro_img { height: 280px;}
  .nyPro_list ul li .nyPro_con .nyPro_text { padding: 24px 48px 24px 24px;}
  .nyPro_list ul li .nyPro_con .nyPro_text a.NyCases_Name { margin-bottom: 16px;}
  .nyPro_list ul li .nyPro_con .nyPro_time { height: 170px; padding: 55px 0;}
}

@media (max-width:1366px) {
	.nyPro_list ul li .nyPro_img { height:260px;}
}

@media (max-width:1280px) {
  .nyPro_head dl {
    margin: 40px -12px 0;
  }

  .nyPro_head dl dd {
    padding: 0 12px;
  }

  .nyPro_head dl dd p {
    padding: 24px;
    border-radius: 12px;
  }

  .nyPro_head dl dd p span {
    font-size: 16px;
  }

	.nyPro_list ul li .nyPro_img { height:240px;}
	.nyPro_list ul li .nyPro_con .nyPro_btn { width:50px; height:50px; margin:0 -25px 0 0; bottom:-25px;}
}

@media (max-width:1200px) {	
  .nyProducts .nyPro_head {
    padding: 60px 0;
  }

  .nyPro_head .nyProHead_title {
    line-height: 34px;
    font-size: 26px;
  }

  .nyPro_head em {
    width: 32px;
    height: 3px;
    margin: 14px 0;
  }

  .nyPro_head .nyProHead_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .nyPro_head dl {
    margin: 30px -10px 0;
  }

  .nyPro_head dl dd {
    padding: 0 10px;
  }

  .nyPro_head dl dd p {
    padding: 20px;
    border-radius: 8px;
  }

  .nyPro_head dl dd:hover p {
    box-shadow: 0 -3px 0 #2d367e;
  }

	.nyPro_list ul li { margin:0 2% 50px 0;}
	.nyPro_list ul li:nth-child(3n+3) { margin:0 0 50px;}
	.nyPro_list ul li .nyPro_img { height:220px;}
	.nyPro_list ul li .nyPro_con .nyPro_text { padding:20px 40px 20px 20px;}
	.nyPro_list ul li .nyPro_con .nyPro_time { height:155px; padding:47px 0;}
	.nyPro_list ul li .nyPro_con .nyPro_text a.NyCases_Name { height:52px; line-height:26px; margin:0 auto 13px;}
	.nyPro_list ul li .nyPro_con .nyPro_btn { width:50px; height:50px; margin:0 -25px 0 0; bottom:-25px;}
	.lyIdxCases_More a { font-size:15px;}
	.lyIdxCases_More a i { width:36px; height:36px; margin:2px 0 2px 10px;}
}

@media (max-width:1080px) {
  .nyPro_list { padding: 40px 0;}
	.nyPro_list ul li .nyPro_img { height:200px;}
	.nyPro_list ul li .nyPro_con .nyPro_text p { height:48px; line-height:24px; font-size:14px;}
	.nyPro_list ul li .nyPro_con .nyPro_time em { line-height:20px; font-size:14px;}
	.nyPro_list ul li .nyPro_con .nyPro_time span { line-height:30px; font-size:20px;}
}

@media (max-width:1024px) {

}

@media (max-width:920px) {
  .nyProducts .nyPro_head {
    padding: 40px 0;
  }

  .nyPro_head .nyProHead_title {
    line-height: 30px;
    font-size: 22px;
  }

  .nyPro_head dl {
    margin: 20px -10px 0;
  }

	.nyPro_list ul li { width:48.5%; height:auto; margin:0 3% 45px 0;}
	.nyPro_list ul li:nth-child(3) { margin:0 3% 45px 0;}
	.nyPro_list ul li:nth-child(2n+2) { margin:0 0 45px;}
	.nyPro_list ul li .nyPro_img { height:220px;}
}

@media (max-width:820px) {
  .nyPro_head dl dd p {
    padding: 20px 10px;
  }

  .nyPro_head dl dd p i {
    margin: 0 auto 12px;
  }

  .nyPro_head dl dd p span {
    font-size: 15px;
  }

  .nyPro_head dl dd:hover p {
    box-shadow: 0 -2px 0 #2d367e;
  }
}

@media (max-width:767px) {
   .nyPro_head .nyProHead_title {
    line-height: 30px;
    font-size: 20px;
  }

  .nyPro_head dl dd {
    width: 50%;
    margin-top: 20px;
  }

  .nyPro_list { padding: 30px 0;}
	.nyPro_list ul { min-height:inherit;}
	.nyPro_list ul li { width:100%; height:auto; margin:0 auto 45px; float:inherit;}
	.nyPro_list ul li:nth-child(2n+2), .nyPro_list ul li:nth-child(3) { margin:0 auto 45px;}
	.nyPro_list ul li .nyPro_img { height:230px;}
}

@media (max-width:390px) {
  .nyPro_head dl {
    margin: 8px -6px 0;
  }

  .nyPro_head dl dd {
    margin-top: 12px;
    padding: 0 6px;
  }

  .nyPro_head dl dd p {
    padding: 10px;
  }

	.nyPro_list ul li .nyPro_img { height:210px;}
}

@media (max-width:320px) {
  .nyProducts .nyPro_head {
    padding: 20px 0;
  }

  .nyPro_head dl {
    margin: 0 -6px;
  }

  .nyPro_head dl dd {
    width: 100%;
    margin-top: 20px;
  }

  .nyPro_head dl dd p {
    padding: 20px;
  }

	.nyPro_list ul li .nyPro_img { height:175px;}
}

/* nyProducts end */
