@charset "utf-8";
.hui{
	background:#f6f6f6;
	}
.main{
	width:1000px;
	margin: auto ;
}
.nav1{
	width:100%;
	height:65px;
	background:#4CA0F5;
}
.nav1 > ul{
	width: 1180px;
	margin: 0 auto;
}
.nav1 > ul > li{
	width: 10%;
    float: left;
    height: 65px;
}
.nav1 > ul > li > a{
	display: block;
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    color: #fff;
}
.nav1 > ul > li > a:hover{
	background-color:#81BEF7;
}
.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:335px ; 
	padding-top:8px; 
	width:100%;
}
.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;
}
.menu1{
    font-size: 25px;
    color: white;
    background-image: url(img/an.png);
    background-repeat: no-repeat;
    height: 39px;
    padding-left: 68px;
    padding-top: 5px;
    margin-top: 10px;
    width: 185px;
    background-position: 0 -12px;
    text-align: left;
    float: left;
}
.content{
	font-size:14px ; 
	color:black ;  
	padding-top:5px; 
	width:1000px; 
	padding-bottom:10px ;
	line-height:34px;
	margin-left:0px;
}
.content p{
	text-indent : 24px ;
	text-align:left;	
}
.biaoge1{
	text-align: center;
	border-collapse: collapse;
	background-color: #fff;
	margin: 10px 0;
	border-color:#C2C2C2
    }