* {
	list-style-type: none
}

 a:hover{text-decoration:none !important;}
.productList ul , .rongyuList ul{
	display: flex;
	flex-wrap: wrap;
}

.productList ul li ,.rongyuList ul li{
	width: 32%;
	margin-right: 2%;
	position: relative;
	cursor: pointer;
margin-bottom: 2%;}
.productList ul li:nth-child(3n),.rongyuList ul li:nth-child(4n){
	margin-right:0;
}

.productList ul li div {
	overflow: hidden;
	width: 100%;
	height: 15vw;
}

.productList ul li img ,.rongyuList ul li img{
	width: 100%;
	object-fit: cover;
	 height: 15vw; 
	transition: all 500ms linear;
}

.productList ul li span {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 40px;
	line-height: 40px;
	color: white;
	padding-left: 5px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    -o-text-overflow: clip;
	    overflow: hidden;
		text-align: center;
}

.productList ul li img:hover {
	transform: scale(1.2);
}

.productList ul li span:hover {
	background: #c30d23;
}
.rongyuList ul li{
	width: calc(25% - 3%);
	margin-right:1% ;
}
.rongyuList ul li div{border: 1px solid #b5a9a9;width: 100%;
height: 20vw;	line-height: 20vw;}
.rongyuList ul li div img{
	height: 10vw;
}
.rongyuList ul li p{
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
@media (max-width: 767px) {
	.w-container{padding: 0 5px;}
	.productList ul li,.rongyuList ul li{width: 49%;margin-right: 2%;}
	.productList ul li:nth-child(2n),.rongyuList ul li:nth-child(2n){
		margin-right: 0;
	}.productList ul li:nth-child(3n){
		margin-right:1%;
	}
	.productList ul li div,.productList ul li div img{
		height: 28vw;
	}
	.rongyuList ul li div,.rongyuList ul li div img{
		height:30vw;
		line-height: 30vw;
	}
	
	.div-table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.footsubnav{display: none}
}
 .menuactive {
		background: #c30d23;
		color: #999;
	}  

	.menuactive a {
		color: #fff !important;
	}