#ny_pro_list {
	display: block;
	overflow: hidden;
	padding: 50px 0;
	background-color: #f9f9f9;
}

#ny_pro_list dl {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dd {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

#ny_pro_list dl dt {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

#ny_pro_list dl dt a {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dt a span {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #32af9a;
	display: block;
}

#ny_pro_list dl dt a em {
	font-size: 16px;
	display: block;
	color: #666666;
	line-height: 2;
	display: block;
}

#ny_pro_list dl dd .box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

#ny_pro_list dl dd .box:nth-child(even) {
	padding-right: 0px;
}

#ny_pro_list dl dd .box:nth-child(odd) {
	padding-left: 0px;
}

#ny_pro_list dl dd .box a {
	display: flex;
}

#ny_pro_list dl dd .box a .box_l {
	flex: 0.55;
	position: relative;
}

#ny_pro_list dl dd .box a .box_l p {
	position: absolute;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background-color: #32af9a;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .02em;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all .3s ease-out;
	letter-spacing: 2px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_l img {
	max-width: 100%;
	display: block;
	border: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r {
	flex: 0.45;
	background: #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r .box_flex {
	display: flex;
	width: 100%;
	height: 100%;
}

.nypro-ul {
	overflow: hidden;
	margin: 0 -20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.nypro-ul li {
	margin-bottom: 35px;
	width: 33.33%;
	padding: 0 20px;
	float: left;
}

.nypro-ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}

.nypro-ul li a .nypro-img {
	padding: 20px;
	display: block;
}

.nypro-ul li a .nypro-img img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
}

.nypro-ul li a p {
	line-height: 40px;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nypro-ul li a:hover p {
	color: #32af9a;
}

#ny_pro_list .font {
	padding: 0 20px;
}

#ny_pro_list .font .tit {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	color: #454545;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ny_pro_list .font p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: block;
	margin-bottom: 30px;
}

#ny_pro_list .font .but {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 40px;
	position: relative;
}

#ny_pro_list .font .but strong {
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

#ny_pro_list .font .but i {
	display: block;
	height: 14px;
	overflow: hidden;
	position: relative;
	margin-left: 14px;
	z-index: 2;
}

#ny_pro_list .font .but i img {
	float: left;
	height: 100%;
}

#ny_pro_list .font .but i img:nth-child(2n) {
	display: none;
}

#ny_pro_list .font .but::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	z-index: 1;
	background-color: #eaeff8;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_pro_list li:hover .img img {
	transform: scale(1.04);
}

#ny_pro_list li:hover .font .tit {
	color: #32af9a;
	border-color: #32af9a;
}

#ny_pro_list li:hover .font .but strong {
	color: #fff;
}

#ny_pro_list li:hover .font .but i img:nth-child(1) {
	display: none;
}

#ny_pro_list li:hover .font .but i img:nth-child(2) {
	display: block;
}

#ny_pro_list li:hover .font .but::before {
	width: 100%;
	background-color: #32af9a;
}

#ny_pro_list .font .showproductli_info {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 24px;
	display: block;
	margin: 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#ny_pro_list .font .showproductli_info .canshu {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media(max-width:1199px) {
	.nypro-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_pro_list {
		padding: 30px 0;
	}

	#ny_pro_list dl dt a span {
		font-size: 28px;
	}
}

@media(max-width:991px) {
	.nypro-ul li {
		width: 50%;
	}
}

@media(max-width:767px) {
	#ny_pro_list dl dt a span {
		font-size: 24px;
	}

	#ny_pro_list dl dt a em {
		font-size: 14px;
	}

	#ny_pro_list .font .tit {
		font-size: 17px;
	}

	#ny_pro_list .font .showproductli_info {
		margin: 10px 0;
	}
}

@media(max-width:500px) {
	.nypro-ul li {
		width: 100%;
	}

	#ny_pro_list .font .but strong {
		font-size: 14px;
	}

	#ny_pro_list {
		padding: 20px 0;
	}
}