	.prod-box::after{
		width: 100%;
	}

.sub_box{
	background: #fff;
}
/*新增二级分类*/
.y-pro-class2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.y-pro-class2 a{
	font-size: 16px;
	color: #666666;
	padding:1.5rem 2rem;
	line-height: 1.5;
	background: #fff;
	margin-right: 1.0rem;
	margin-bottom: 1.2rem;
}
.y-pro-class2 a.active,
.y-pro-class2 a:hover{
	background: #065092;
	color: #fff;
}
.prod-bk .ul-pro{
	padding-top: 5rem;
}
@media only screen and (max-width:768px) {
	.y-pro-class2{
		display: none;
	}
}
.y-pro-item{
	margin-bottom: 3rem;
}
.y-pro-item .pic-wrap{
	width: 100%;
	background: #fff;
	padding: 5rem 0 4rem 0;
	position: relative;
}
.y-pro-item .pic-wrap .box{
	width: 78%;
	margin: 0 auto;
	position: relative;
}
.y-pro-item .pic-wrap .span-more{
	color: #316ea5;
	border-radius:40px;
	display: block;
	width: 140px;
	height: 40px;
	margin: 5rem auto 0 auto;
	line-height: 40px;
	text-align: center;
	border: #065092 solid 1px;
}
.y-pro-item .pic-wrap .box .ypic{
	overflow: hidden;
    height: 0;
    padding-bottom: 76.92%; 
    transition: ease 1s;
}
.y-pro-item  .tit{
	width: 100%;
	line-height: 1.5;
	margin: 2rem 0;
	text-align: center;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.y-pro-item a:hover .span-more{
	background:#065092;
	color: #fff;
}
/*产品详情*/
.prod-box-de::after,
	body.prod2body{
		background: #f9f9f9;
	}
.prod-box-de::after{
	/*background: #fff;*/
}
.prod-box-de .prod-bk2 .ul-pro{
	padding-right: 0;
}
.prod-box-de .span-5{
	width: 44.375%;
}
.prod-box-de .media-box{
	border: #ebebeb solid 1px;
	padding: 5.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.prod-box-de .span-7{
	width: 50.68%;
	float: right;
}
.prod-box-de .prod-bk2 .ul-pro .ptit span{
	font-size: 3.4rem;
	line-height: 1.3;
	margin-bottom: 10px;
	width: 70%;
}
.prod-box-de .prod-bk2 .ul-pro .ptit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.prod-box-de .prod-bk2 .ul-pro .ptit a{
	font-size: 16px;
	border: #e87725 solid 2px;
	border-radius: 2.2rem;
	color:#e87725;
	padding: 0.8rem 3.3rem 0.8rem 8.4rem;
	background: url(../img/fh.png) no-repeat 3.3rem center ;
}
.prod-box-de .prod-bk2 .ul-pro .ptit a:hover{
	color:#fff;
	background:#e87725 url(../img/fhon.png) no-repeat 3.3rem center ;
}
@media only screen and (max-width: 1025px) {
	.prod-box-de .prod-bk2 .ul-pro .ptit a{
		min-width: 70px;
	}
}
.ptitm{
	display: none;
}
.prod2backlist{ 
	display: none;
}
.full-row{
	margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
	
	.prod-box-de::after,
	body.prod2body{
		background: #f9f9f9;
	}
	.prod-box-de .media-box{
		border-bottom: none;
	}
	.prod-bk2   .ptitm{
		display:block;
		font-size: 3rem;
		line-height: 1.2;
		color: #065092;
		font-weight: bold;
		padding: 1rem 0 4rem 0;
	}
	.prod-bk2 .full-row:first-child .ptitm{
		margin-top: 50px;
	}
	body.prod2body .nbanner{
		display: none;
	}
	body.prod2body .sub_box{
		display: none;
	}
	.prod-box-de .span-5,
	.prod-box-de .span-7{
		width: 100%;
		background: #fff;
	}
	.prod-box-de .span-7{
		border:#ebebeb solid 1px;
		border-top: none;
		padding-bottom:4rem;
		position: relative;
	}
	.prod-box-de .prod-bk2 .ul-pro .ptit {
		display: none;
	}
	.prod-box-de .prod-bk2 .ul-pro .ptit span{width: 100%;}
	.prod-box-de .prod-bk2 .ul-pro .ptit a{display: none;}
	.prod-box-de .prod-bk2 .ul-pro .ptit,
	.prod-bk2 .ul-pro .pinfo{
		padding: 0 4rem;
	}
	
	.prod2backlist{ 
		position: absolute; 
		width: 70px; 
		height: 70px;  
		box-sizing: border-box; 
		padding: 10px; 
		border-radius: 60px; 
		background-color: rgba(49,49,49,0.12);
		right: 20px; 
		bottom: 10%; 
		z-index: 10; 
		cursor: pointer; 
		margin-top: -35px;
		top: 50%;
		right: -2rem!important;
		display: block;
		}
	.prod2backlist i{ 
		background: #e4711d url(../img/fhm2.png) no-repeat center center; 
		background-size: 80% auto; display: block; 
		border-radius: 50px; 
		height: 50px;  color: #fff; 
		font-size:12px; 
		text-align: center;
	}
	.nbannercp2{
		display: none;
	}
	.m-pro1-class-wrap-cp2{
		margin-top: 7rem;
	}
	
	.y-pro-item {
		width: 100%;
		margin-bottom: 1rem;
		margin-right: 0;
	}
	/*.y-pro-item a{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-bottom: #dfdfdf solid 1px;
		padding: 10px 0;
	}
	.prod-bk2 .y-pro-item:first-child a{
		border-top: #dfdfdf solid 1px;
	}
	.y-pro-item .pic-wrap{
		order: 2;
		padding: 1.5rem   0;
		width: 32%;
	}*/
	 
	.y-pro-item .pic-wrap .span-more{
		 width: 60%;
		 padding: 0;
		 margin: 2rem auto 1rem auto;
		 font-size: 14px;
		 height: 4rem;
		 line-height: 4rem;
		 border-radius: 4rem;
		 margin-bottom: 0;
		 max-width: 90px;
	}
	.y-pro-item .tit{
		/*width: 57%;*/
		display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	white-space:pre-wrap;
    	text-align: center;
	}
	.prod-box-cp2{
		position: relative;
	}
	.mprod-box{
		margin-top: 0;
	}
	.prod-bk2-m{
		padding-top: 3rem;
	}
	.prod-bk2-m .row{
		width: 100%;
	}
}
