@charset "utf-8";
/* CSS Document */




/*
.product-scene h2{ 
    margin:auto; 
	color:#000; 
	font-size:24px; 
	text-indent:25px;
}
.product-scene ul{
	width:980px; 
	margin:40px auto 0; 
	overflow:hidden;
}
.product-scene ul li{
	float:left; 
	width:20%; 
	margin:0 2.5%; 
	text-align:center;
}
.product-scene ul li img{
	width:88%; 
	max-width:170px; 
	vertical-align:top;
}
.product-scene ul li h3{
	margin:30px 0 10px; 
	color:#2680c4; 
	font-size:18px;
}
#facts{
	background:#f6f6f6;
}

@media (max-width:991px){
	
.product-scene{padding:20px 0; }
.product-scene ul li{width:34%; height:295px;}
.product-scene ul li h3{font-size:16px;}
.product-scene ul li p{font-size:10px;}
	}
	*/