@charset "utf-8";
.main{
	width:1000px;
	margin: auto ;
}
.gotop{
	width:100px ; 
	background:#FF8080; 
	height:20px; 
	float:right ; 
	margin-top:24px; 
	text-align:center;
}
.gotop a{
	color:white;
}
.banner{
	font-size:26px ; 
	background-image:url(img/banner.png) ; 
	background-repeat:no-repeat; 
	background-position:center;
	height:342px ; 
	padding-top:8px; 
	width:100%;
	margin-bottom:4px;
}
.menu{
	font-size: 26px;
    color: white;
    background-image: url(img/an.png);
    background-repeat: no-repeat;
    height: 39px;
    padding-left: 91px;
    padding-top: 5px;
	margin-top: 10px;
    width: 168px;
    background-position: 0 -12px;
    text-align: left;
    float: left;
}
.content{
	font-size:14px ; 
	color:black ;  
	padding-top:5px; 
	width:1000px; 
	padding-bottom:30px ;
	line-height:34px;
	margin-left:0px;
}
.content p{
	text-indent : 24px ;
	text-align:left;	
}

.footer{
	background:#FFF;
	color:#333333;
	text-align:center;
	margin:0 auto;
	height:40px;
	width:100%;
	margin-top:-17px;
	font-size:14px;
	clear:both;
	line-height:30px;
	padding-top:8px;
	margin-bottom:17px;
	}
	