/*全局样式*/
*{ margin:0; padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,html{min-height:100%;}
input,button,select,textarea{outline:none}
li{list-style:none}
img{border:0; max-width: 100%; height: auto;}
textarea{resize:none}
body,div,span,ul,li,p,h1,h2,h3,h4,h5,h6,img,input, textare{ margin:0; padding:0; }
body{ font-size:14px;font-family:微软雅黑;}
body{ word-wrap : break-word ;word-break:break-all; min-height: 100%; }
a{ text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
a{ outline:none;}/*去除超链接虚线框*/
a:active{star:expression(this.onFocus=this.blur());}/*去除ie下超链接虚线框*/
a:focus{ outline:0;}/*去除火狐下超链接的虚线*/
a{ text-decoration:none; color:#000}
.fl{float:left}
.fr{float:right}
.clearfloat{clear:both; height:0px; font-size:1px; line-height:0px;}/*清除浮动*/
h1,h2,h3,h4,h5,h6{font-weight:normal;}

body{margin:0;padding:0;width:100%;color:#333333;font:12px/18px "tahoma","Microsoft YaHei","arial","SimHei","SimSun";}
img{border:0;}
label{margin: 0 5px 0 0}
a{color:#fff;text-decoration: none}
.main{ margin-left:auto; margin-right:auto; padding: 20px 30px; width: 1340px; overflow: hidden;}
input[type="submit"]{ font-size:15px;font-weight:600;color:#333333;border:0;font-family:"Microsoft YaHei","SimHei","SimSun";text-shadow:0 -1px 0 #535353;margin:5px 5px 0 0;padding:0 0 3px 0;display:block;width:106px;height:35px;text-align:center;line-height:33px;text-indent:20px;}
input[type="button"]{font-size:15px;font-weight:600;color:#333333;border:0;text-shadow:0 -1px 0 #535353;margin:5px 5px 0 0;padding:0 0 3px 0;display:block;width:106px;height:35px;text-align:center;line-height:33px;text-indent:20px;}
input.button_button{margin:0;width:106px;height:35px;border:0;font-size:15px;font-weight:600;color:#333333;text-shadow:0 -1px 0 #535353;padding:0 0 3px 0;text-align:center;line-height:33px;text-indent:20px;cursor:pointer;}
ol,ul{list-style:none outside none;margin:0px;padding:0;}
hr{color:#FF7700;width:200px;height:2px;float:left;}

.charts-box{
	overflow:hidden;margin-top:50px;border:1px solid #ddd;
}
.charts-box h1{
	text-align:center;background:#2385e1;color:#fff;font-weight:700;line-height:60px;
}
.charts{
	padding:30px 30px 0;overflow:hidden;width: 65%;float: left;
}
.charts-nav{
	width:160px;float:left;padding-top:100px;
}
.charts-nav span{
	padding:26px 30px;color:#333;background:#d3e7f9;margin-bottom:15px;
	display:block;font-size:18px;cursor:pointer;
}
.charts-nav span.active{
	color:#fff;background:#2385e1;font-weight:700;
}

.charts-container{
	width: 900px;height:350px;
    float: right;
    margin-top: 30px;
}
#con_one_1{
	position:relative;
}
#con_one_1 .legend{
	position:absolute;right:100px;top:8px;display:block;font-size:12px;
}
#con_one_1 .legend:before{
	content:'';
	position:absolute;
	left:-30px;top:1px;
	width:20px;height:20px;
	background:url(../images/legend.png) no-repeat;
	
}

.tab-box{
	/* padding:50px 30px 30px; */
	overflow:hidden;border:1px solid #ddd;margin-top:30px;
}
.tab-nav{
	text-align:center;
}
.tab-nav span{
	padding:0 50px;color:#333;margin-bottom:15px;margin-left:20px;
	display:inline-block;font-size:18px;cursor:pointer;font-weight:700;
}
.tab-nav span.active{
	border-bottom:3px solid #2385e1;padding-bottom:10px;
}
.tab-container{
	margin: 30px 0;
	width: 24%;
	float: left;
}
.tab-details ul{
	overflow:hidden;
}
.tab-details ul li{
	float:left;width:23.5%;margin-left:8%;margin-bottom:10px;border:1px solid #ddd;
	box-sizing:border-box;
}
/* .tab-details ul li:nth-child(4n+1){
	margin-left:0;
} */
.tab-details ul li a{
	display:block;height:60px;line-height:60px;
}
.tab-details ul li a img{
	margin-left:60px;vertical-align:middle;
}
.tab-details ul li a span{
	margin-left:20px;
	color: #000;
}
.tab-details ul li:first-child{
	background:url(../images/icon01.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li{
	background:url(../images/icon02.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li{
	background:url(../images/icon03.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li + li{
	background:url(../images/icon04.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li + li + li{
	background:url(../images/icon05.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li + li + li + li{
	background:url(../images/icon06.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li + li + li + li +li{
	background:url(../images/icon07.png) no-repeat left bottom;background-size:60px 50px;
}
.tab-details ul li:first-child + li + li + li + li + li +li +li{
	background:url(../images/icon08.png) no-repeat left bottom;background-size:60px 50px;
}