html, body{height: 100%;width: 100%;}
body{font-size:12px;line-height:1.334;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
ul,ol,li{list-style: none outside none;}
input, textarea, select, button {
    font-size: 14px;
    font-weight: normal;
	font-family: Microsoft YaHei,"微软雅黑",Tahoma,'simsun';
}
input[type="button"], input[type="submit"], select, button {
    cursor: pointer;
}
input:focus,select:focus,textarea:focus{outline:none;}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
fieldset, img, a img, iframe {
    border-style: none;
    border-width: 0;
}
a{cursor:pointer;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix{display:inline-block;}
.index {
	background-color:#fff;

    position: relative;

	height: auto;
    min-height: 100%;
}
/*----------头部----------*/
.index .head{
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	background-color: #CCC;
	height:56px;
	position:relative;
	z-index:5000;
}
.index .head .inner{
	height:56px;
	margin:0 auto;
	position:relative;
	width:960px;
}
/*----------头部ogo----------*/
.index .head .inner h1{
	float:left;
	height:56px;
	width:160px;
}
.index .head .inner h1 .logo{
    background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	display:inline-block;
	height:56px;
	line-height:100;
	overflow:hidden;
	width:160px;
}
/*----------头部导航----------*/
.index .head .inner .navigation{
	color:#000000;
	float:left;
	height:56px;
	line-height:56px;
	margin-left:80px;	
}
.index .head .inner .navigation li{
	display:inline-block;
	float:left;
	font-size:16px;
	list-style:none;	
}
.navigation li a{
	color:#000;
	display:block;
	font-family:"Microsoft Yahei","宋体",Tahoma;
	padding:0 10px;
	text-align: center;	
}
.navigation li a:hover {
    color: #006aca;
}
.navigation li .select {
    background-image: url(../images/index_selected.png);
    background-repeat: repeat-x;
}
/*----------头部登录----------*/
.head .login_info {
    position: absolute;
    right: 0;
    top: 15px;
}
.head .login_info .message{
	color:#666;
}
.head .login_info a {
    color:#006aca;
    display:inline-block;
    height:26px;
    line-height:26px;
    margin-left: 5px;
    padding:0 6px;
}
.head .login_info a:hover {
    background-color: #006aca;
    border-radius: 2px;
    color: #FFFFFF;
	text-decoration: none;
}
/*----------banner----------*/
.banner {
    height: 282px;
    margin: 0 auto;
    position: relative;
}
.banner .banner_set {
    height: 282px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	background-color:#001129;
}
.banner .banner_set a {
    display: inline-block;
    position: relative;
}
.banner .banner_img img {
    display: block;
    height: 282px;
    margin: 0 auto;
    width: 960px;
}


/*----------底部----------*/
.foot{
	background:#333 url(../images/cpr.gif) no-repeat scroll center 20px;
	color:white;
	line-height:24px;
	padding:80px 0 15px 0;
	text-align:center;
	bottom: 0;
	position: absolute;	
	width:100%;
}
.foot .inner{
	margin:0 auto;
	position:relative;
	width:960px;	
}