﻿

 .main .container .productmain .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
} 
.main .container .productmain .child:hover {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
} 
.main .container .productmain  {
	position:relative;
	width: 100%;
	height: auto;
	margin: 0PX 0;
	overflow: hidden;

}

.main .container .productmain .child {
	float:left;
	position:relative;
    width:32.15%;
	height:auto;
	border:1px solid #e9e9e9;
	background:#f7f7f7;
	margin:0.45%;
}

.main .container .productmain .child .childImg {
	width:100% ;
	height:auto;
}
.main .container .productmain .child .childImg img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
	text-align: center;
}
 .main .container .productmain .child .childImg img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.main .container .productmain .child .childImg img:hover {
	transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	-webkit-transform:scale(1.04);
} 
.main .container .productmain .child .childTitle {
	height:50px;
	line-height:50px;
	
}
.main .container .productmain .child .childTitle p {
	color:#1D68C4;
	font-size:16px;	
	text-align:center;
}
/* --------------------------- */
@media(min-width: 601px) and(max-width:1200px ) {
	.main .container .productmain .child {
		width:30%;
		height: auto;
		padding:1%;
}
.main .container .productmain .child .childTitle {
	height:30px;
	line-height:30px;	
}
.main .container .productmain .child .childTitle p {
	font-size:12px;	
}
}
@media(max-width:600px ) {
	.main .container .productmain .child {
		width:45%;
		height: auto;
		padding:1%;
}
.main .container .productmain .child .childTitle {
	height:30px;
	line-height:30px;	
}
.main .container .productmain .child .childTitle p {
	font-size:12px;	
}
}
