.maxbox2 {
	width: 1200px;
	
	margin: 10px auto;
	overflow: hidden;
}
.maxbox {
	width: 1200px;
	
	margin: 30px auto;
	overflow: hidden;
}
.left{
	width: 307px;
	
	float: left;
	
	margin-left:30px;
}
.left .bd{
	width: 300px;
	height: 30px;
	font-size: 20px;
	background-color:#E50150;
	color:#fff;
	text-align: center;
	vertical-align:middle;
	display: block;
}

.left h1{
	font-size: 32px;
	color:#E50150;
}
.left ul{

}
.left ul li{
	width:300px;
	
	margin-top: 25px;
}
.left ul li img{
	display: block;
	cursor: pointer;
}
.left ul li h2{
	width: 300px;
	height: 35px;
	background-color: #ffffff;
	line-height: 35px;
	color: #000000;
	font-size: 18px;
}
.right{
	float: right;
	padding-top: 14px;
	padding-right:30px;
}
.left ul li.grey-1{
	position: relative;
}
.left ul li .grey{
	width:302px;
	height: 215px;
	background-color:rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 215px;
	z-index: 999;
	font-size: 26px;
}