section{
	width: 100%;
	margin-top: 10px;
}
.meng_box{
	display: block;
	width: 94%;
	background: #eee;
	position: relative;
	margin: 0 auto 10px;
}
.meng_box_s{
	width: 30%;
    height: 100%;
    position: absolute;
    padding-top: 3rem;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.meng_box>img{
	width: 100%;
	height: 100%;
}
.meng_box_s>p{
	color: #fff;
	font-size: .7rem;
	text-align: center;
}
.meng_box_s>p:first-child{
	line-height: 80px;
	font-size: 0.9rem;
}
