body{
	background:#eaeaea;
}
a:hover{
	text-decoration: underline;
}
.center{
	width:1120px;
	margin:0 auto;
}
#top{
	width:100%;
	height:100px;
	background:#eaeaea;
}
#top>.center{
	height:100px;
	/*background:pink;*/
}
#top>.center>a>img.img_logo{
	width:138px;
	height:40px;
	float:left;
	margin-top:40px;
	margin-left:58px;
}
#top>.center>div.border{
	width:1px;
	height:30px;
	background:#1e3988;
	float:left;
	margin-left:10px;
	margin-top:42px;
}
#top>.center>div.name_site{
	width:150px;
	height:30px;
	float:left;
	/*border-left:1px solid #1e3988;*/
	margin-top:40px;
}
#top>.center>div.name_site>h2{
	font-size:14px;
	color:#000;
	margin-left:10px;
}
#top>.center>div.name_site>h4{
	font-size:12px;
	color:#000;
	margin-left:10px;
}
#top>.center>ul{
	float:right;
	margin-right:60px;
	margin-top:40px;
}
#top>.center>ul>li{
	width:48px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-right:1px solid #000;
}
#top>.center>ul>li>a{
	display:block;
	width:48px;
	height:15px;
	line-height:15px;
	text-align:center;
	color:#000;
	font-size:12px;
}
#top>.center>ul>li>a:hov er{
	color:#1e3988;
}

#content{
	width:1120px;
	margin:0 auto;
	/*display:flex;
	flex-direction:column;*/
	box-shadow: 0 0 30px #ccc;
	overflow:hidden;
	margin-top:50px;
	background:#fff;
	min-height: 700px;
}
#content>h2{
	font-size:18px;
	font-weight:100;
	color:#1e3988;
	text-align:center;
	margin-top:30px;
}
#content p{
	line-height:30px;
	font-size:16px;
	color:#333;
	margin:0 60px;
}
#content>p.indent{
	text-indent:2em;
}
#footer{
	width:100%;
	height:100px;
	margin-top:30px;
}
#footer>.pduan{
	font-size:12px;
	color:#b1b1b1;
	text-align:center;
	margin-top:5px;
}










