.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.tongji_title {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.tongji_title .toggle {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.toggle_con {
	width: 1200px;
	margin: 0 auto;
}
.tongji_select {
	height: 50px;
	margin: 10px auto;
	padding: 0 15px;
	background-color: #fff;
	line-height: 50px;
}
.tongji_select span {
	font-size: 16px;
	font-weight: bold;
}
.tongji_select label{
	font-weight: normal;
	cursor: pointer;
}
.tongji_select label + label{
	margin-left: 5px;
}
.tongji_select label input{
	vertical-align: text-top;
}
.tongji_select .select-tit {
	margin-left: 10px;
}
.tongji_select select {
	height: 28px;
	margin: 0 2px;
	line-height: 28px;
}
.tongji_select .s-w60 {
	width: 60px;
}
.tongji_select .s-w80 {
	width: 80px;
}
.tongji_select .s-w100 {
	width: 100px;
}
.tongji_select .s-w130 {
	width: 130px;
}
.tongji_data {
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
}
.tongji_data_chart {
	width: 100%;
}
.tongji_data_chart h2 {
	margin: 0;
	font-size: 14px;
}
.tongji_data_chart .tdc_box {
	width: 100%;
	height: 360px;
	margin: 0 auto;
}
.tongji_data_txt {
	width: 240px;
	margin: 50px 0 0 0;
	line-height: 24px;
	text-align: justify;
}
.tongji_data_table{
	/*width: 1100px;*/
	margin: 0 auto;
}
.tongji_data_table table{
	border-collapse: collapse;
	table-layout: fixed;
}
.tongji_data_table table td{
	padding: 5px 2px;
	border: 1px solid  #ccc;
	text-align: center;
	font-size: 12px;
}
.tongji_data_table table td i.startYear{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #0075aa;
}
.tongji_data_table table td i.endYear{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #00a2e0;
}
.tongji_data_table table td i.endYear2{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #888fff;
}
/*行业筛选由多选变更单选样式调整*/
.toggle_con .tongji_select .checkInd {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	line-height: normal;
	margin-top: 9px;
}
.toggle_con .tongji_select .checkInd .filter_one_all {
	width: 60px;
	display: block;
	padding: 6px 5px;
	background: #11A0EC;
	color: #fff;
	text-align: center;
	cursor:pointer;
	font-style: normal;
}
.toggle_con .tongji_select .checkInd .filter_lists {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	width:850px;
}
.toggle_con .tongji_select .checkInd .filter_lists .list {
	padding: 6px 10px;
	color: #999999;
	text-align: center;
	cursor: pointer;
}
.toggle_con .active{
	display: block;
	padding: 5px 5px;
	background: #11A0EC;
	color: #fff!important;
	text-align: center;
}

