.activityroom_container .header .swiper-container{
	height:350px;
}
.activityroom_container .header .swiper-container .swiper-wrapper .swiper-slide .banner1{
	position:relative;
	height:350px;
	overflow:hidden;
}
.activityroom_container .header .swiper-container .swiper-wrapper .swiper-slide .banner1 .bg_content{
	position:absolute;
}
.activityroom_container .content1{
	background:#fff;
}
.activityroom_container .box{
	background:url(../images/activityroom/content_bg.png) no-repeat center bottom #FFFFFF;
}
.activityroom_container .box .nr{
	padding-top:120px;
	width:1200px;
	margin:0 auto;
}
.activityroom_container .box .nr .title{
	font-size:32px;
	color:#1A1A1A;
	text-align:center;
	line-height:82px;
}
.activityroom_container .nr .title{
	background:url(../images/activityroom/title_bg.png) no-repeat center bottom;
}

.activityroom_container .box .nr .row{
	overflow:hidden;
	margin-top:120px;
	padding-bottom:120px;
}
.activityroom_container .box .nr .row .pic{
	float:left;
}
.activityroom_container .box .nr .row .text{
	float:right;
	padding-top:50px;
}
.activityroom_container .box .nr .row .text .text-pic{
	display:block;
}
.activityroom_container .box .nr .row .text .money{
	overflow:hidden;
	margin-top:32px;
}
.activityroom_container .box .nr .row .text .money div{
	font-size:48px;
	color:#CD231F;
	float:left;
}
.activityroom_container .box .nr .row .text .money div span{
	font-size:24px;
}
.activityroom_container .box .nr .row .text .money .btn{
	float:right;
	margin-top:5px;
	cursor: pointer;
}
.activityroom_container .content2{
	background:#FBFBFC;
}
.activityroom_container .content2 .nr .topic{
	color:#999999;
	font-size:20px;
	text-align:center;
	line-height:50px;
}
.activityroom_container .content2 .nr .row ul{
	overflow:hidden;
	margin:0 auto;
	width:540px;
	margin-bottom:80px;
}
.activityroom_container .content2 .nr .row ul li{
	background:#F1F1F1;
	font-size:20px;
	width:160px;
	line-height:40px;
	text-align:center;
	color:#666666;
	margin-right:30px;
	float:left;
	cursor: pointer;
}
.activityroom_container .content2 .nr .row ul li:last-child{
	margin-right:0;
}
.activityroom_container .content2 .nr .row ul li.act{
	background:#CD231F;
	color:#FFFFFF;
}
