body{
	background-color: #f6f6f6;
}
.fr{
	float: right;
}
.banner-images img{
	max-width: 100%;
	height: auto;
}
.main-text h4{
	height: 40px;
	line-height: 40px;
	display: block;
}
.news-item{
	height: auto;
	overflow: hidden;
}
.news-item .news-list{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
.news-item .news-list label{
	float: right;
	margin-right: 10px;
}
.product-list .news-item-images{
	text-align: center;
	height: 140px;
	line-height: 140px;
}
.product-list .news-item-images img{
	max-width: 245px;
	max-height: 140px;
	vertical-align: middle;
}
.product-list .news-item-setion{
	padding-left: 20px;
}

.product-list .news-item-setion .setion-area{
	height: 85px;
	width: 100%;
	overflow: hidden;
}
.product-list .news-item-setion a{
	color: #333;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.product-list .news-item-setion .setion-area a{
	line-height: 22px;
	color: #747474;
	text-decoration: none;
}
@media only screen and (max-width:992px){
	.main-text h4{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.down-list{
		font-size: 12px;
	}
}
@media only screen and (max-width:768px){
	.product-cont{
		width: 100%;
		padding: 0;
	}
	.down-list{
		font-size: 10px;
		font-size-adjust: 10px;
	}
}
@media only screen and (max-width:590px){
	.main-text{
		width: 100%;
	}
	.append-cont-list{
		width: 100%;
	}
}