/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/1357492_131845057_2.jpg) no-repeat;
    background-size:cover;
	}
/*前置部分 end*/
.header{
	margin-top:-3px;
	position:fixed;
	width:100%;
	height:50px;
	background:url(../images/bg_main_top.png) no-repeat center center;
	background-size:100%;
	z-index:1;
	}
.header img{
	width:258px;
	height:50px;
	display:block;
	margin:0 auto;
	}	
.headera{
	position:fixed;
	width:100%;
	height:8px;
	background:url(../images/bg_main_middle.png) no-repeat;
	background-size:100%;
	margin-top:46px;
	}	

/*header end*/
.main{
	float:left;
	margin-top:50px;
	}
.main p{
	font-size:20px;
	font-family:"楷体";
	color:black;
	line-height:20px;
	margin-top:10px;
	text-indent:32px;
	}	
/*main end*/
.nainiu{
	bottom:0px;
	opacity:0.9;
	z-index:5;
	width:100%;
	height:auto;
	}
.nainiu img{
	width:120px;
	height:150px;
	float:right;
	margin-right:1%;
	margin-bottom:20px;
	}
.footer{
	bottom:0;
	position:fixed;
	width:100%;
	height:60px;
	background:black;
	opacity:0.75;
	}
.footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}	
.footer ul li{
	display:inline-block;
	float:left;
	width:25%;
	height:60px;
	}
.footer ul li img{
	display:block;
	margin-bottom:0px;
	}			
.footer ul li span{
	display:block;
	color:#FFF;
	font-size:16px;
	font-family:"微软雅黑";
	}
/*footer end*/
