.productMain{
	width: 90%;
	height: 60%;
	/*background-color: #FFF;*/
	margin: 0 auto;
	/*margin-top: 148px !important;*/
	z-index: 300;
	/*position: absolute;*/
	left: 0;right: 0;max-width: 1300px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
	/*justify-content:space-around;*/
	padding-top:120px;
}

.productImgDiv{
	width: 40%;
    height: 80%;
    background-color: #fff;
    float: left;
    margin-top: 2%;
    width: 281px;
    height: 327px;
    position: relative;
    border:3px solid #cccccc;
    margin-top: 50px;
    margin-left: 35px;
}

.productImgDiv img{
	width: 100%;
	/*position: absolute; */
	top: 0; 
	bottom: 0; 
	/*box-shadow: 10px 10px 5px #888888;*/
}

.productSevicer{
	padding: 40px 20px 2px 20px;height: 35px;
}

.productIndexTitle{
	/*width: 254px;*/
    border-bottom: 1px solid #00aaad;
    font-weight: 600;
    padding-bottom: 16px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.productShowImg{
	/*height: 211px;*/
	overflow: hidden;
	/*width: 100%;*/
	position: relative;
	padding: 37px 20px 2px 20px;
	font-size: 14px;
	text-indent:25px;
	color:#000;
}

.productLitImg{
	height: 70px; 
	width:70px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:10px;
	overflow: hidden;
	margin-top: 10px;
	box-shadow: 4px 4px 5px #888888;
	border:1px solid #ccc;
}