 .mienTop{
	width: 100%;
	background-size: 100% 100%;
	height: 124px;
	background-image: url(../image/images/6_02.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.mienTop>h3{
	margin-bottom: 0;
    margin-top: 47px;
    text-align: center;
}
.mienTop>h3>span{
	color: #ccc;
    font-size: 16px;
}
.summary{
	width: 1230px;
	margin: auto;
	overflow: hidden;

}
.summary>a{
	float: left;
}
.summary>a>div{
	width: 400px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	margin-left: 10px;
}
.summary>a>div>img{
	width: 400px;
	height: 300px;
}
.summary>a>div>div{
	position: absolute;
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    top: 251px;
    background-color: rgba(0,0,0,0.3);
}
.summary>a>div>div:hover{
	background-color: #ED4A4B;
}