.main{
	width:100%;
	height:auto;
	background:#EEEEEE;
}
.main .inner{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.main .inner .top{
	width:100%;
	height:165px;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:35px;
}
.main .inner .top .top_one{
	line-height:30px;
	font-size:12px;
}
.main .inner .top .top_one a{
	color:#000;
}
.main .inner .top .title{
  width:100%;
  height:41px;
  border-bottom:1px solid #000;
  
}
.main .inner .top .title h1{
	font-size:30px;
	float:left;
}
.main .inner .top .title h1 span{
	color:#4E4E4E;
	font-size:24px;
}
.main .inner .top .title .search{
	width:245px;
	height:35px;
	border:1px solid #000;
	border-radius: 10px;
		float:right;
		background:#F6F6F6;
}
.main .inner .top .title .search .text{
	float:left;
	border:none;
	outline:none;
	width:200px;
	height:31px;
	line-height:31px;
	border-radius: 10px;
	padding-left:10px;
	background:#F6F6F6;
}
.main .inner .top .title .search .button{
	width:25px;
 border:none;
	outline:none;
	height:33px;
	background:url("search.png") no-repeat;
}

.nav_list{
	height:36px;
	margin:30px auto;
	text-align: center;
}
.nav_list li{
	display:inline-block;
	border:1px solid #000;
	margin-right:40px;
	box-shadow:4px 4px 3px #CCCCCC;
}
.nav_list li a{
	width:118px;
	height:35px;
	display: block;
	text-align: center;
	line-height: 36px;
	color:#000;
	font-size:14px;
}
.nav_list li a:hover{
	color:#fff;
	background:#15274d;
}
.nei{
	width:1222px;
	height:700px;
	background:#fff;
	margin-bottom:50px;
}
.nei .vi{
	width:1212px;
	height:586px;
	border:5px solid #15294A;
	margin:0 auto;
}

.nei h1{
	text-align: center;
	line-height: 100px;
}
