/*产品分类及产品内页*/
.classification{ position:relative; float:left; width:258px; background:url(../img/20200923172039_973077875.jpg) repeat-y;}
.classification1{ height:170px; padding-top:31px; text-align:center; font-size:23px; line-height:23px; color:#fff; background:url(../img/20200923172040_1701157878.jpg) no-repeat;}
.classification1 span{ font-family:Arial; text-transform:uppercase; font-size:12px; color:#b3c7e4;}
.classification2{ background:#FFF; width:237px; margin-left:11px; margin-top:-110px; position:relative; z-index:10; padding-bottom:33px;}
.classimgshow1{ padding-left:0 !important; width:215px !important; height:38px !important; padding-top:20px;}
.classimgshow1 a{ display:block; margin-left:10px; width:185px; padding-left:30px; line-height:38px; background:url(../img/20200923172040_343203597.jpg) no-repeat; color:#fff; font-size:15px; text-decoration:none; -moz-transition:all 1s; transition:all 1s; -webkit-transition:all 1s;}
.classimgshow1 a:hover{ background:url(../img/20200923172040_588248371.jpg) no-repeat;}
.classification3{ height:393px; background:url(../img/20200923172334_2065373796.png) no-repeat; margin-top:-115px; position:relative; z-index:5;}
.classification3 img{
	width: 200px;
	margin-top: 138px;
	margin-left: 29px;
}

.ny_prototal { width:100%; margin: 20px auto;}
.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 { display: inline-block; width:100%; max-height: 300px; height:280px;}
.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(../img/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:#065bde; transition: all 0.3s;}
.ny_prolist:hover .ny_protil:before { width:100%;}


.prod_image{
	margin-top: 30px;
	text-align: center;
}
.prod_image img{
	display: block;
	max-width: 50%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
}
.prod_image h1{
	font-size: 24px;
	line-height: 50px;
}

.psupdown{
	padding-bottom: 30px;
	text-align: center;
}

.prod_title{
	padding: 10px;
	background-color: #065bde;
	color: #fff;
	margin-bottom: 20px;
}
.prod_content img{
	max-width: 100%;
}

.prod_hotli{
	margin-top: 20px;
}
.prod_hotli h3{
	padding: 10px;
	border: 1px dashed #ccc;
}
.prod_hotli ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.prod_hotli li{
	width: 31%;
}
.prod_hotli li img{
	width: 100%;
	transition: all 0.5s linear;
}
.prod_hotli li img:hover{
	transform: scale(1.15);
	
}

.prod_hotli li p{
	padding-top: 5px;
	text-align: center;
}