﻿@charset "utf-8";
/* CSS Document */
/*--@import url("font-awesome/css/font-awesome.css")--*/

.banner{
	height:426px;
	background:url(../images/banner.jpg) center no-repeat
}
.box{
	width:384px
}
.box>.tit{
	height:39px;
	line-height:39px;
	background-color:#eee
}
.box>.tit>h3{
	float:left;
	padding:0 20px;
	padding-right:40px;
	background:#015099 url(../images/tit.png) right center no-repeat
}
ul>li{
	line-height:38px;
	height:38px;
	background:url(../images/dot01.gif) left center no-repeat;
	text-indent:10px;
	white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
ul>li span{
	color:#999;
	float:right
}
.foot{
	font-size:14px;
	line-height:30px;
	padding:30px 0;
	background-color:#005fb7;
	color:white
}
/*.foot img{
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:25%
}*/
.float{
	position:fixed;
	top:288px;
	right:5px
}
