.pro_all_class{width:1300px !important; margin:0 auto !important; padding-top:8px; overflow:hidden; font-size:0px; line-height:0px; border-bottom:none !important;margin-bottom:40px !important;padding-left: 1%;border:none !important; width:100% !important;  text-align:left !important;}
.pro_all_class a{ display:inline-block; width:calc((100% - (5*10px))/5);height:52px; overflow:hidden; text-align:center; margin-right:10px !important; font-size:16px; color:#333; background:#eaeaea; white-space: nowrap; text-overflow: ellipsis; line-height:52px; text-decoration:blink; transition: all 0.8s linear;text-transform: uppercase; margin-bottom: 10px;}
.pro_all_class a:hover,.pro_all_class .active{transition: all 0.5s linear; background:#d50025; color:#fff;}
.pro_all_class strong{background:#d50025;color:#fff;display:block;height: 100%;width: 100%;line-height: 52px;font-size: 16px;}
.pro_all_class a:nth-child(1){display:none;}


.ny_prototal { width:100%; overflow:hidden;}
.ny_prolist { width:31.3%; margin:0 1%; float:left; margin-bottom:2%; overflow:hidden;}
.ny_propic { position:relative; overflow:hidden;}
.ny_propic a { display:block;}
.ny_propic a img { width:100%; }
.ny_propic a:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block; transition: all 0.3s;}
.ny_propic span { width:60px; height:60px; display: none; position:absolute; z-index:3; left:50%; margin-left:-30px; top:39%; border: solid 1px #fff; border-radius:60px; font-size:14px; color:#fff; line-height:60px; text-align:center; box-sizing:border-box;}
.ny_prolist:hover .ny_propic a:before { width:100%; height:100%;}
.ny_prolist:hover .ny_propic span { display:block;}

.ny_protil { width:100%; background:#f5f5f5; margin-top:0.8%; position:relative; overflow:hidden;}
.ny_protil a { height:45%; padding:3% 4% 4% 5%; font-size:16px; position:relative; z-index:2; display:block;}
.ny_protil span { display:block; width:67px; height:12px; background:url(//cdn.dg.114my.cn/img/2020/20200522095054_1768699360.png); margin-top:3%;}
.ny_prolist:hover .ny_protil span { background-position:0px -12px; transition:all 0.3s;}
.ny_prolist:hover .ny_protil a { color:#fff;}
.ny_protil:before { width:0; height:100%; content:""; display: block; position:absolute; left:0; bottom:0; background:#d50025; transition: all 0.3s;}
.ny_prolist:hover .ny_protil:before { width:100%;}


.prod_image{
	text-align: center;
}
.prod_image img{
	width: 40%;
	padding: 10px;
	border: 1px solid #eee;
}
.prod_image h1{
	font-size: 16px;
}
.psupdown{
	text-align: center;
}
.prod_title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	border-bottom: 1px solid #eee;
}
.prod_content img{
	max-width: 100%;
}

.prod_hotcp{
	margin-top: 30px;
	margin-bottom: 30px;
}
.prod_hotcp h3{
	margin-bottom: 20px;
}
.prod_hotcp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prod_hotcp li{
	width: 24%;
	padding: 1%;
	text-align: center;
	border: 1px solid #eee;
}
.prod_hotcp li:hover{
	border-color: #d50025;
}
.prod_hotcp li img{
	width: 100%;
}