* {
	padding: 0;
	margin: 0
}

body {
	font-size: 12px
}

.echarts-box {
	width: 1200px;
	margin: 35px auto
}

.echarts-box .clearfix:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

.echarts-box .down {
	padding: 10px 0
}

.echarts-box .down .l {
	font-size: 15px;
	float: left
}

.echarts-box .down .r {
	float: right;
	font: 12px
}

.echarts-box .down .r a {
	display: inline-block;
	border-right: 1px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	padding: 3px 15px;
	text-decoration: none;
	color: #1e211e;
	margin-left: 8px;
	vertical-align: middle;
	transition: all .3s ease
}

.echarts-box .down .r a:visited {
	color: #1e211e;
	text-decoration: none
}

.echarts-box .down .r a:hover {
	color: #1e211e;
	text-decoration: none;
	background-color: #c1c1c1
}

.echarts-box .hd ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #d9d9d9
}

.echarts-box .hd ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 15px 0;
	color: #1e211e;
	cursor: pointer;
	position: relative;
	transition: all .3s ease
}

.echarts-box .hd ul li:hover {
	background-color: #35b236;
	color: #fff
}

.echarts-box .hd ul li .title {
	margin-bottom: 5px
}

.echarts-box .hd ul li .num {
	font-size: 20px
}

.echarts-box .hd ul li:first-child {
	border-left: none
}

.echarts-box .hd ul li.on {
	color: #fff;
	background-color: #35b236
}

.echarts-box .hd ul li.on:after {
	content: '';
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #35b236;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px
}