.page{
	width:100%;
}

/* 活动中心 */
.activity-area{
	padding:50px 0 60px 0;
	width:100%;
	background:#222;
}

/* .activity-area li{
	margin-bottom:20px;
	width:100%;
}
.activity-area li .info{
	padding:65px 30px 0;
	width:473px;height:378px;
	background:url('../img/activity-info-bg.png') no-repeat;
	box-sizing:border-box;
}
.activity-area li .info .title{
	width:100%;height:64px;
	line-height:64px;
	font-size:24px;
	color:#eee;
	font-weight:700;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.activity-area li .info .details{
	width:100%;height:60px;
	line-height:30px;
	font-size:14px;
	color:#ccc;
	overflow:hidden;
}
.activity-area li .info a{
	display:block;
	margin:60px auto 0;
	width:181px;height:40px;
	background:url('../img/activity-btn.png') no-repeat;
}

.activity-area li .img-ibox{
	width:707px;height:378px;
} */

.activity-area .hd{
	margin-left:75px;
	width:310px;height:34px;
	background:url('../img/activity-hd.png') no-repeat;
}

.activity-area .strategy-area{
	margin:65px auto 0;
	width:1050px;
}
.activity-area .strategy-area a{
	float:left;
	margin:0 33px 70px 0;
	width:328px;
}
.activity-area .strategy-area a:nth-child(3n){
	margin-right:0;
}
.activity-area .strategy-area a .img-ibox{
	width:100%;height:220px;
}
.activity-area .strategy-area a .title{
	margin-top:9px;
	width:100%;height:26px;
	line-height:26px;
	font-size:14px;
	color:#eee;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.activity-area .strategy-area a .details{
	width:100%;height:22px;
	line-height:22px;
	font-size:14px;
	color:rgba(238,238,238,0.3);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
