/*海报*/
.header-bj{
	display: block;
	width: 100%;
}
.header-bj img{
	display: block;
	width: 100%
}
/*案例*/
.cgal-wai{
	width: 100%;
}
.cgal-top{
	width: 90%;
	margin: 0 auto;
}
.cgal-top p:first-child{
	color: #F9BE00;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
}
.cgal-top p:nth-child(2){
	color: #666;
	text-align: center;
	font-size: 14px;
	margin: 5px 0px;
}
/*文娱活动*/
.recreational{
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 30px;
}
.recreational .recreational_img{
	width: 40%;
	margin-left: 15%;
	padding-top: 30px;
}
.recreational .recreational_img img{
	display: block;
	width: 40%;
}
.recreational .recreational_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #9C9C9B;
	padding-top: 20px;
}
.recreational .recreational_title span:nth-child(1){
	color: #f9bf06;
}
.recreational .recreational_title span:nth-child(2){
	color: #adce3a;
}
.recreational .recreational_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 20px;
}
.options{
	text-align: center;
}
.options li{
	width: 25%;
	background-color: #a8cc2b;
	display: inline-block;
	height: 35px;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.options .active_li{
	background-color: #f9be00;
}
.options_content{
	
}
.options_content>div>ul{
	width: 96%;
	text-align: center;
	
	margin: 20px auto 0px;
} 
.options_content>div>ul li{
	display:block;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	background-color: #fff;
	margin-bottom: 15px;
}
.options_content>div>ul li:last-child{
}
.options_content>div>ul li:last-child p span:nth-child(2){
	border: none;
	
}
.options_content>div>ul li:first-child{
	width: 100%;
}
.options_content>div>ul li img{
	display: block;
	width: 100%;
}
.options_content>div>ul li p span{
	display: block;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	margin: 7px 0px 4px;
}
.options_content>div>ul li p span:first-child{
	font-size: 16px;
}
.options_content>div>ul li p span:nth-child(2){
	color: #666;
	padding-right: 15px;
	/*border-bottom: 5px solid #f4f4f4;*/
	font-size: 12px;
	letter-spacing: 1.5px;
	max-height: 34px;
	overflow: hidden;
	
}
.options_content>div>ul>li p span:nth-child(3) a{
	display: block;
	width: 105px;
	height: 35px;
	color: #a8cc2b;
	background-color:#fff ;
	text-align: center;
	line-height: 35px;
	border-radius:5px ;
	border: 1px solid #9C9C9B;
	font-size: 14px;
	margin-top:10px;
}
.options_content>div{
	display: none;
}
.options_content .active_div{
	display: block;
}



/*--------------------page------------------*/
.page {
	margin: 10px 0px;
	clear: both;
	overflow: hidden;
}

.page .first {
	background: url(../images/page.png) 7px -82px no-repeat;
}

.page .last {
	background: url(../images/page.png) 7px -140px no-repeat;
}

.page .next {
	background: url(../images/page.png) 7px 10px no-repeat;
}

.page .prev {
	background: url(../images/page.png) 7px -36px no-repeat;
}

.page span.page_list {
	overflow: hidden;
	float: right;
	margin-right: 5px;
}

.page span.page_list a {
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.page span.page_rows {
	display: block;
	clear: both;
	float: right;
	border: 1px solid #eaeaea;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
}

.page span.page_list a.selected {
	background: #f2f2f2;
	color: #222222;
}
