/*top*/
.top{
	width: 1000px;
	margin: auto;
}
.logo{
	height:60px;
	width: 520px;
	float: left;
	margin: 10px 0 10px 0;
}
.logo a img{
	height: 60px;
	width: auto;
}
.collect{
	width: 400px;
	float: right;
	margin-top: 10px;
	text-align:right;
}
.collect a:hover{
	
}
.nav{
	width: 100%;
	height: 32px;
	background: rgb(92,109,141);
}
.nav1{
	width: 1000px;
	margin: auto;
}

.nav1 ul{

}
.nav1>ul>li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height: 32px;
	width: 120px;
	line-height:32px;
	text-align: center;
	position:relative;
	margin: 0 5px 0  5px;
}
.nav1>ul>li:hover{background: rgb(173,181,198)}
.nav1>ul>li>a{
	color:#fff;
	font-style: 16px;
}
.submenu{display: none;
	position: absolute;
	width: 200px;
	top:31px;
	left: 0;
	background: rgb(173,181,198);
	z-index:99;
}
.submenu li{width: 100%;height: 28px;line-height: 28px;border-bottom: solid 1px #ccc;}
.submenu li a{color:#fff;font-style: 14px;}
.submenu li:hover{background: rgb(107,121,153);}
.nav1>ul>li:hover>.submenu{
	display:block;
}

.mainbody{
	width:1000px;
	margin: auto;
	background:rgb(32,99,137);
	overflow:hidden;
	margin-top:10px;
}

.title{
	width:940px;
	margin:auto;
	margin-top:20px;
	font-family:"Arial";
	font-size:24px;
	color:#fff;
	}
	 
.neirong{
	width:940px;
	margin:auto;
	margin-top:20px;
	font-family:"Arial";
	font-size:18px;
	lihe-height:28px;
	color:#fff;	
	}


.bottom{
	height:240px;
	background:rgb(38,100,138);
	margin-top:10px;
}
.bottom1{
	width: 1400px;
	margin:auto;
	height:240px;
	background:url(../images/bottom.jpg) center center no-repeat;
	overflow: hidden;
}
	.bottom2{
		width:960px;
		margin:auto;
		margin-top:30px;
	text-align: left;
	color:#fff;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height:30px;		
	}