/*--------首页报价表样式-----------------*/
@charset "utf-8";
.zhanting{width:1198px; height:320px; margin:10px auto; background:#fff; border:1px solid #eee;overflow: hidden;}
.zhanting-left{
	height:268px;
	width:100%;
	float:left;
	border-right:1px solid #eee;
}
.zhanting_market{
	height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
}
.zhanting-left table{
	border-collapse :collapse ;
	border:1px solid #eee;
	width:100%;
	height:100%;
	border-top:2px solid #1269d3;
}
.zhanting-left table th{
	background:#cce3ff;
	border:1px solid #eee;
}
.zhanting-left table tr:hover{
	background:#cce3ff;
}
.zhanting-left table td{
	text-align:center;
	border:1px solid #eee;
}
.zhanting-left table td .trend{
	display:block;
	width:20px;
	height:20px;
	margin:0 auto;
	background:url(img/icon-table.png)no-repeat center center;
}
.zhanting-left table tr:hover .trend{
	background:url(img/icon-table-hover.png)no-repeat center center;
}
.source{
    margin-right: 10px;
    height: 25px;
    float: right;
    line-height: 25px;
    margin-top: 30px;
    color: #ccc;
}