
/*----------业务流程----------*/
.flow{
	height:152px;
	margin-top: 8px;
	margin-bottom:14px;
	position:relative;
}
.flow .inner{
	height: 150px;
    margin: 0 auto;
    position: relative;
    width: 958px;
	border:1px solid #cacaca;
}
.flow .inner h2{
	height:39px;
	line-height:39px;
	margin-left:25px;
	font-family: "Microsoft Yahei","宋体",Tahoma;
    font-size: 16px;
    font-weight: bold;
}
.flow .inner img{
	display: block;
}
/*----------新闻动态、常见问题----------*/
.section{
    overflow: hidden;
	position:relative;
}
.height{
	height:550px;
}
.section .inner{
	height:190px;
	min-height:190px;
    margin: 0 auto;
    position: relative;
    width: 960px;
	overflow:hidden;
	margin-bottom:14px;
}
.whiteboard{
	height:173px;
	min-height:173px;
	background-image:url(../images/whiteboard_bg.gif);
	background-repeat: repeat-x;
	background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    border: 1px solid #CCCCCC;
    padding: 6px 25px 8px;
    width: 420px;
}
.whiteboard h2{
	color: #000000;
    font-size: 16px;
    margin-top: 5px;	
}
.fl{
	float:left;	
}
.fr{
	float:right;
}
.whiteboard s{
	background: -moz-linear-gradient(left center , #FFF, #D7D7D7 9%, #D7D7D7 48%, #FFF 101%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#D7D7D7), to(white));
	background-color: #D7D7D7; 
    display: block;
    height: 1px;
	font-size:0;/*ie6*/
    margin: 10px 0 13px -8px;
    width: 150px;
	_zoom:0.08;/*ie6*/
}
.whiteboard .more{
	float:right;
	margin-top:-46px;
	color: #006aca;
	height: 24px;
    line-height: 24px;
	display: inline-block;
	padding: 0 2px;
}
.whiteboard .more:hover {
    background-color: #006aca;
    border-radius: 2px;
    color: #FFFFFF;
	text-decoration: none;
}
.whiteboard li{
	background: url("../images/icons.png") no-repeat scroll -297px -12px;
	height:24px;
	line-height:24px;
	list-style-type:none;
	padding-left: 10px;
	overflow:hidden;
	position: relative;
	zoom:1
}
.whiteboard li a{
	color:#464646;
}

.whiteboard li a:hover{color:#006aca;}
.whiteboard .time{
	color:#808080;
	display: inline-block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
/*----------收入排行----------*/
.ranklist li {
	color: #464646;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	padding-left:0;
	zoom:1
}
.ranklist li ins {
	background: url("../images/icons.png") no-repeat scroll -59px 0;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	margin: 6px 10px 0 0;
	text-align: center;
	text-decoration: none;
	width: 15px;
}
.ranklist li.top1 ins {
    background-position: 0 0;
}
.ranklist li.top2 ins {
    background-position: -20px 0;
}
.ranklist li.top3 ins {
    background-position: -39px 0;
}
.ranklist li p {
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 145px;
}

.ranklist li span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.ranklist li span font {
	color: #F23A0C;
	font-size: 12px;
}
/*----------联系方式----------*/
.contact .contact_info {
  color: #464646;
  line-height: 24px;
}
.contact img{
	vertical-align:middle;
}
