

/*展商中心主体*/
.service{
	font-size: 14px;
	color:#333;
}


/*标题*/
.title{
	text-align: center;
	margin-bottom: 20px;
}
.title span{
	display: inline-block;
	margin:0 auto;
    font-size: 22px;
    padding-bottom: 5px;
    color: #24a5de;
    border-bottom: 5px solid #24a5de;
}

/*展商中心头部*/
.service_hd{
	padding:40px;
}
.service_bd{
	padding-bottom: 60px;
}

/*头部标签区*/
.service_hd_tips{
	padding:20px;
	width: 800px;
	text-align: center;
	margin:0 auto;
}
.service_hd_tips a{
	margin:5px;
	border-radius: 16px;
	box-shadow: 0 0 10px #ccc;
	display: inline-block;
	padding:5px 20px;
	color:#666;
	cursor: pointer;
	border: 1px solid #ddd;
}

.service_hd_tips a:hover,
.service_hd_tips a.active{
	color:#24a5de;
	box-shadow: 0 0 12px #24a5de;
	border: 1px solid #24a5de;
}
.service_hd p{
	width: 990px;
	margin:0 auto;
	color:#666;
}


/*主体表格部分*/
.service_bd table{
	width: 100%;
	border-collapse:separate;
	border-spacing:5px;
	text-align: center;
}
.service_bd .table_hd{
	font-weight: bold;
	padding:5px 0;
	margin: 0 5px;
	background: #eee;
	font-size: 14px;
}
.service_bd .table_hd span{
	display: inline-block;
	text-align: center;
	color:#666;
	width: 235px;
}
.service_bd .table_hd span.long{
	width: 470px;
}
.service_bd table tbody td{
	height: 50px;
	margin:5px;
}
.service_bd table tbody td.table_title{
	border:1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	color:#0e8ebe;
}
.service_bd table tbody td.date{
	/*background: #eee;*/
	border:1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	color:#777;
}
.service_bd table tbody td.venue{
	border:1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	color:#777;
	padding: 8px 0;

}
.service_bd table tbody td.bg{
	font-size: 16px;
	color:#fff;
}
/*会议的背景颜色*/
.service_bd table tbody td.meeting{
	background: #eee;
	color: #0E8EBF;
	cursor: pointer;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

}
.service_bd table tbody td.meeting:hover{
	background: #D3D3D3;
}

.service_bd table tbody td.bg_blue{
	background: #27a2d8;
}
.service_bd table tbody td.bg_blue img{
	vertical-align: middle;
	margin-right: 10px;
}


.table_filtrate{
	display: none;
	position: relative;
}
.table_filtrate table{
	display: none;
}
.table_filtrate table.active{
	display: table;
}
.service_bd .table_filtrate .return{
	padding:5px 20px;
	background: #27a2d8;
	border:none;
	border-radius: 5px;
	color:#fff;
	font-size: 14px;
	position: absolute;
	top:-90px;
	right:5px;
	cursor: pointer;
}