/*首页产品*/
.title_h2 {
	font-size: 30px;
	text-align: center;
	color: #00aef3;
	margin: 0px;
}
.title_p {
	text-align: center;
	padding-top: 2px;
	font-size: 20px;
	color: #888;
	margin-bottom: 5px;
}
.product_box {
	padding-bottom: 30px;
}
}
.product_list {
	clear: both;
	padding: 20px 0px 30px 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.product_list2 {
	padding-top: 20px;
}
.product_img {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 270px;
}
.product_img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	max-height: 190px;
	border-radius: 10%;transition: .8s ease 0s;
	-moz-transition: .8s ease 0s;
	-webkit-transition: .8s ease 0s;
}
.product_img:hover img{transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);}
.product_list2 div.product_img {
	min-height: 220px;
}
.product_title {
	text-align: center;
	padding: 0px 15px 0px 0px;
	height: 40px;
}
.product_title a {
	color: #656464;
	transition: color 0.3s;
}
.product_title a:hover {
	text-decoration: none;
	color: #4CAF50;
}
.case_box {
	padding-top: 10px;
	background-color: #F6F6F6;
}