.div_wapper{
	border:1px solid #CCCCCC;
	margin-top:15px;
}
.div_header{
	height:30px;
	line-height:30px;
	background:#F2F2F2;
	border-bottom:1px solid #CCCCCC;
}
.div_header p{
	font-weight:bold;
	margin:0;
	font-size:14px;
	padding-left:10px;
}
.div_header p i{
	margin-right:5px;
}
.content{
	padding:10px;
	margin-top: 10px;
	overflow:auto;
}
/*常用功能*/

.fun_list{
	/**width:115px;*/
	width:30%;
	height:25px;
	line-height:25px;
	float:left;
	margin:0 15px 10px 0;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.fun_list:hover{
	cursor:pointer;
	color:#057CAF;
	text-overflow:inherit;
	overflow:visible;
}
.fun_list img{
	margin-right:5px;
}
.fun-add{
	border:1px solid #00A2E8;
	text-align:center;
	color:#00A2E8;
}

.fun-add:hover{
	cursor:pointer;
	background:#00A2E8;
	color:white;
}
/*交换信息*/
.time-choose{
	margin-right:10px;
}
.time-choose span{
	margin-left:15px;
}
.time-choose span:hover{
	cursor:pointer;
	color:#057CAF;
}
.time-choose .active{
	color:#057CAF;
}
/*数据标准集*/
.data-list{
	float:left;
	width:33.333%;
	height:100%;
	display: table;
}

.data-inner{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.data-inner>div:hover{
	border:1px solid #057CAF;
	cursor:pointer;
}
.data-num{
	font-size:28px;
	color:#057CAF;
	font-weight:bold;
	margin-bottom:10px;
}
.data-title{
	font-size:15px;
	color:#022B3C;
}
/*交换信息*/
.chart_wapper{
	height:100%;
	width:100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 100%;
}

ul>li {
	min-height: 21px;
	margin-bottom: 5px;
    list-style: none;
    cursor: pointer;
}
ul>li:hover{
	color: #468DBB;
}

.arow {
    margin-right: 15px;
}

.top {
    color: red;
    margin-right: 5px;
}

.float-right {
    float: right;
}

#feedback{
	display: none;
}

.fa {
	margin-left: 10px;
	margin-right: 10px;
}

.prodline {
   margin-top: 10px;	
}
.prodlinesub{
	margin-top: 5px;
}
.prodconfigsub{
	margin-left: 60px;
}