

.pro_goods li{

	float: left;

	width: 200px;

	margin: 15px;

	height: 323px;

	overflow: hidden;

	border: 1px solid #CCCCCC;

	border-radius: 5px;

}

.pro_goods li:hover{

	cursor: pointer;

	border: 1px solid #CCCCCC;

	border-radius: 5px;

}

.pro_goods li div{

	width: 200px;

	height: 274px;

	overflow: hidden;

	border-top-right-radius: 5px;

	border-top-left-radius: 5px;

}

.pro_goods li img{

	transition: all 1s linear;

	border-top-right-radius: 5px;

	border-top-left-radius: 5px;

}

.pro_goods li img:hover{

	transform: scale(1.2);

}

.pro_goods li p{

	height: 20px;

	width: 100%;

	padding: 20px 0px;

	text-align: center;

}





/*productinfo*/

.pro_box{margin-top: 40px;}

.pro_box h3{text-align:center;margin-bottom: 40px;}

.pro_box p{text-indent: 28px;font-size: 14px; line-height: 28px;}

.pro_box p img{max-width: 100%;}

.pro_box p:nth-of-type(1){text-align: center;text-indent:0px; margin-bottom: 40px;}

.pro_box .mt40 p{text-align: left; text-indent: 0px;margin: 0; padding: 0;font-size: 14px;}



