.IndexPartTitle {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}
.IndexPartsubTitle{

}
.indexPartBox{
	padding-left: 15px;
	padding-right:15px;
	text-align: center;
}
.indexPart{
   width: 14%;
   margin-left: 1.3%;
   margin-right: 1.3%;
   float: left;
   position: relative;
   cursor: pointer;
   overflow: hidden;
   margin-bottom: 20px;
    box-shadow: 2px 2px 10px #ddd;
   
}
.indexPart img{
    width: 100%;
    transition: all 0.6s;


}
.indexPart .mask{
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: 300;
	padding-top:50px;
	display: none;
}
 
@media(max-width: 768px){
	.indexPart{
   width: 31%;
   margin-left: 1.1%;
   margin-right: 1.1%;    
	}
	.IndexPartTitle{
		font-size: 20px;
	}


} 