/*公共样式*/
*{padding:0px;margin:0px;}
body{font-size:12px;font-family: "微软雅黑";}
input{font-family:"微软雅黑";}
img{border:none;}
a{color:#000;text-decoration:none;}
ul{list-style:none;}
i{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input,select,button{font-size:12px;vertical-align:middle;}

.main{
	width: 100%;
	height: 100vh;
	background: url(images/index_bg.png) no-repeat top;
}
.main .top{
	width:100%;
	overflow: hidden;
	margin-top:110px;
	float:left;
}
.main .top ul li{
	float:left;
	width:13%;
	margin-left:5%;
}
.main .top ul li i{
	float:left;
	width:40px;
	height:40px;
	background:url(images/icon01.png) no-repeat center;
	margin-right:10px;
}
.main .top ul li h2{
	color:#00ffe3;
	font-size:26px;
}
.main .top ul li p{
	color:#fff;
	font-size:15px;
}
.main .top ul li .second{
	background:url(images/icon02.png) no-repeat center;
}
.main .top ul li .third{
	background:url(images/icon03.png) no-repeat center;
}
.main .top ul li .fourth{
	background:url(images/icon04.png) no-repeat center;
}
.main .top ul li .fifth{
	background:url(images/icon05.png) no-repeat center;
}
.main .top ul li:nth-child(3){
	border:2px solid #192f57;
	margin-right:5%;
	height:66px;
	line-height:66px;
	width:17%;
}
.main .top ul li:nth-child(3) h2,.main .top ul li:nth-child(3) p{
	float:left;
	margin-right:8px;
}
.main .top ul li:nth-child(3) i{
	margin-top:12px;
	padding-left:20px;
}
.content{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	float:left;
	padding:0 2%;
}
.content .left{
	width:30%;
	float:left;
}
.content .left .chartDiv{
	width:100%;
	height:270px;
	background:url(images/item_bg.png) no-repeat center;
	margin-bottom:15px;
}
.content .left .chartDiv h3{
	border:2px solid #192f57;
	height:36px;
	line-height:36px;
	font-size:15px;
	color:#fff;
	width:40%;
	text-align:center;
	margin:0 auto;
	margin-top:2px;
	border-top:none;
}
.content .left .chartDiv .demo{
	margin-left:10%;
	width:80%;
	height:220px;
}
.content .right{
	float:right;
}









