.product_content{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
/*产品菜单*/
.product_menu{
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #fff;
}
.product_menu h2{
	font-size: 24px;
	color: #000;
	line-height: 80px;
}
.product_nav{
	float: right;
	font-size: 12px;
	color: #8b8b8b;
}
.product_nav a{
	color: #8b8b8b;
	margin:0 5px;
}
.product_nav span{
	margin-left: 5px;
}
.product_nav img{
	margin: -2px 5px 0;
}
/*产品列表*/
.scene_list{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	margin: 20px 0 40px;
	background-color: #fff;
}
.scene_list ul{
	width: 100%;
	overflow: hidden;
}
.scene_list li{
	padding: 20px 15px 0;
	border-bottom: 1px solid #ededed;
	border-right:1px solid #ededed;
	cursor: pointer;
}
.scene_list li>div{
	width: 100%;
	overflow: hidden;
}
.scene_img{
	width: 100%;
	height: 173px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.scene_img img{
	width: 100%;
	transition: all 0.5s;
}
.scene_list li h4{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 50px;
}
.scene_list li:hover h4{
	color: #C8000F;
	font-weight: bold;
}
.scene_list li:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:767px ) {
	.scene_img{
		height: 95px;
	}
	.scene_list li h4{
		text-align: center;
		font-size: 14px;
		color: #666;
		line-height: 40px;
	}
}
@media only screen and (min-width:768px ) {
	.scene_img{
		height: 140px;
	}
}
@media only screen and (min-width:992px ) {
	.scene_img{
		height: 138px;
	}
}
@media only screen and (min-width:1200px ) {
	.scene_img{
		height: 173px;
	}
}