.productContent{
	margin: 0rem;
	padding: 0rem;
}
/*背景图*/
.prdBox{
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
}
.prdBac{
	width: 100%;
	height: 580px;
	background-image: url(./../img/prd/prdBac.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*内容*/
.prdCont{
	width: 100%;
	height: auto;
	min-height: 60vh;
	background-image: url(./../img/prd/prdcont.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	border-top: 1px solid #ded7cb;
	padding: 100px 0px;
}
.prdDiv{
	width: 1200px;
	margin: auto;
	height: auto;
	min-height: 60vh;
}
.prdTitle{
	color: #333333;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: 600;
}
.prdTitleE{
	color: #e7d0a5;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}
.prdUl{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	background-image: linear-gradient(to right, #dfd5c0 0%, #dfd5c0 50%, transparent 50%);
	background-size: 8px 1px;
	background-repeat: repeat-x;
}
.prdLi{
	height: 325px;
	width: 370px;
	margin: 40px 0px 0px 40px;
	cursor: pointer;
}
.prdLi:hover .prdLiImgs{
	transform: scale(1.1);
}
.prdLi:nth-child(3n+1){
	margin-left: 0px;
}
.prdLiImg{
	width: 370px;
	height: 247px;
	overflow: hidden;
	position: relative;
}
.prdLiImgs{
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.prdLiText{
	position: relative;
	width: 90%;
	height: 78px;
	text-indent: 18px;
	/*line-height: 78px;*/
	background-color: #dfd5c0;
	padding: 0px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}
.prdLiText:after,.prdLiText:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #dfd5c0;
    z-index:-2;
    border-radius: 4px;
}
.prdLi:hover .prdLitextA{
	color: #FFFFFF;
    z-index:1;
    background:rgba(0,0,0,0);
}
.prdLi:hover .prdLiText{
	color: #FFFFFF;
    z-index:1;
    background: #dfd5c0;
}
.prdLi:hover .backImg{
	opacity: 1;
	transition: 1s;
}
.prdLiText:before {
    transition: all 1s;
    background: #b01518;
    z-index:-1;
}          
.prdLi:hover .prdLiText:after,.prdLi:hover .prdLiText:before {
    width: 100%;
}
.prdLitextA{
	color: #333333;
	font-size: 18px;
	width: 75%;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.backImg{
	width: 12px;
	opacity: 0;
}

/*大屏*/
@media only screen and (max-width: 1536px ) and (min-width: 1350px) {
	
	.prdBac{
		height: 470px;
	}
	
}
/*小屏*/
@media only screen and (max-width: 1349px) and (min-width:1025px){
	
	.prdBac{
		height: 400px;
	}
	.prdDiv{
		width: 1000px;
	}
	.prdLi{
		height: 265px;
		width: 306px;
	}
	.prdLiImg{
		width: 306px;
		height: 204px;
	}
	.prdLiText{
		height: 60px;
	}
	
}
/*ipadPro*/
@media  (min-width: 1024px) and (max-width:1366px)  and (min-height: 1024px) and (max-height:1366px) {
	
	.prdBac{
		height: 400px;
	}
	.prdCont{
		padding: 70px 0px;
	}
	.prdDiv{
		width: 900px;
	}
	.prdLi{
		height: 248px;
		width: 280px;
		margin: 30px 0px 0px 30px;
	}
	.prdLiImg{
		width: 280px;
		height: 186px;
	}
	.prdLiText{
		height: 60px;
	}
	
}
@media only screen and (max-width:1366px) and (max-height:1024px) {
	
	.prdBac{
		height: 400px;
	}
	
}
/*ipad*/ 
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) and (max-height:1024px) {
	
	.prdBac{
		height: 400px;
	}
	.prdCont{
		padding: 60px 0px;
	}
	.prdDiv{
		width: 90%;
	}
	.prdUl{
		margin-top: 30px;
	}
	.prdLi{
		margin: 30px 0px 0px 30px;
		height: 280px;
		width: 330px;
	}
	.prdLiImg{
		width: 330px;
		height: 220px;
	}
	.prdLiText{
		height: 60px;
	}
	.prdLi:nth-child(3n+1){
		margin-left: 30px;
	}
	.prdLi:nth-child(2n+1){
		margin-left: 0px;
	}
	
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {

	.prdBac{
		height: 400px;
	}
	.prdLi{
		width: 285px;
		height: 248px;
	}
	.prdLiImg{
		width: 285px;
		height: 190px;
	}
	.prdLiText{
		height: 55px;
	}
	.prdLi:nth-child(2n+1){
		margin-left: 30px;
	}
	.prdLi:nth-child(3n+1){
		margin-left: 0px;
	}
	
}


/*移动*/
@media  (max-width: 767px) {
	
	.prdBac{
		height: 7.368421rem;
		background-image: url(./../img/prd/prdBacM.jpg);
	}
	.prdCont{
		padding: 0.789473rem 0px;
		padding-bottom: 2.236842rem;
	}
	.prdDiv{
		width: 96%;
	}
	.prdTitle{
		font-size: 0.473684rem;
	}
	.prdTitleE{
		font-size: 0.421052rem;
	}
	.prdLi{
		width: 4.473684rem;
		height: max-content;
		margin: 0.526315rem 0rem 0rem 0.394736rem;
	}
	.prdLiImg{
		width: 100%;
		height: max-content;
	}
	.prdLi:nth-child(3n+1){
		margin-left: 0.394736rem;
	}
	.prdLi:nth-child(2n+1){
		margin-left: 0rem;
	}
	.prdLiText{
		height: 0.921052rem;
	}
	.prdLitextA{
		font-size: 0.368421rem;
	}
	
}