/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/73m58PIC5HB_1024.jpg) no-repeat;
    background-size:cover;
	}		
h2{
    margin: 0px;
    padding: 0px; 
    font-size: 12px;
    font-weight: normal;
	}		
/*前置部分 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 h2{
	font-family:"微软雅黑";
	line-height:50px;
	color:#FFF;
	font-size:24px;
	text-align:center;
	}	
.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:55px;
	width:100%;
	}
.main a{
	text-decoration:none;
	color:black;
	}
.main a:hover{
	color:#60C;
	}
.main .heada{
	float:left;
	width:100%;
	height:75px;
	border:1px #999 solid;
	border-top:none;
	}	
.main .heada h2{
	font-size:22px;
	font-weight:bold;
	font-family:"楷体";
	}
.main .heada p{
	font-size:16px;
	font-family:"楷体";
	margin:10px;
	}
.main .contb{
	float:left;
	width:100%;
	height:auto;
	}
.main .contb h3{
	color:#F90;
	font-family:"楷体";
	font-size:18px;
	}	
.main .contb p{
	color:black;
	font-family:"楷体";
	font-size:16px;
	text-indent:32px;
	}	
.main .footc{
	float:left;
	margin:15px 5%;
	width:90%;
	height:50px;
	font-size:24px;
	line-height:50px;
	font-family:"楷体";
	text-align:center;
	border:1px #999 solid;
	border-radius:10px;
	}		
/*main end*/
.nainiu{
	opacity:0.9;
	z-index:-5;
	width:100%;
	height:auto;
	}
.nainiu img{
	margin-top:0px;
	width:120px;
	height:150px;
	float:right;
	margin-right:1%;
	}
.footer{
	z-index:1;
	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:"微软雅黑";
	}