body{padding:0;margin:0;font-size:12px;}
#header{
  width:100%;
  background:#0d4589;
  min-width:1200px;
}
#nav{
  width:100%;
  background:#2a64c2;
  min-width:1200px;
}
#content{
	padding-bottom:20px;
}
#bannar{

}
#footer{
  width:100%;
  background:#0d4589;
	min-width:1200px;  
}

.top{
	width:1200px;
	margin:auto;
	text-align:right;
	color:#FFFFFF;
	padding:10px 0;
}
.top a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 10px;
}
.top2{
	width:1200px;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.logo{
	padding-bottom:10px;
}
.logo img{
   width:590px;
}
.search_rd{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.search-wrap{
	border-radius:5px;
	border:solid #9eb4cf 1px;
	background:#3d6aa0;
	padding-left:15px;
}
.search-wrap input{ 
	line-height:26px; 
	color:#FFFFFF;
	outline:none;
	border-color: transparent;
	background-color: transparent;
} 
.search-wrap input::-webkit-input-placeholder{
	color:#F8F8F8;
}
.search-btn{
	background:#4489fa;
	color:#FFFFFF;
	line-height:30px;
	padding:0 15px;
	margin:0 10px;
	font-size:13px;
	border:none;
	outline:none;
}
.advance-search{
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
}
/* nav-bar 瀵艰埅鑿滃崟*/
.nav-ls{
   display:flex;
   width:1200px; 
   margin:auto; 
   flex-flow:row nowrap;
   justify-content:space-around;
   align-items:flex-start ;
   height:50px; 
}
.nav-item{
	width:120px;
	text-align:center; 
}
.nav-item>a{
	color:#FFFFFF;
	text-decoration:none;
	line-height:50px;
	font-size:18px;
}
.nav-item:hover{
	 background:#eef4ff;
}
 .nav-item:hover>a{
	color:#0d4589;
}
.active{
	background:#eef4ff;
}
.active a{
	color:#0d4589;
}
.sub-nav-item{
	display:none;
	z-index:100;
	background:#2a64c2;
	line-height:40px;
    position:relative;
	left:0;
}
.sub-nav-item>a {
	list-style:none; 
    text-decoration:none;	
}
.sub-nav-item>a>li{
	color:#FFFFFF;
	text-decoration:none;
	line-height:50px;
	font-size:18px;
}
.sub-nav-item>a>li:hover{
	background:#fefefe;
	text-decoration:none;
	line-height:50px;
	font-size:18px;
	color:#0d4589;
}
.nav-item:hover .sub-nav-item{
	display:block;
}
/* nav-bar 瀵艰埅鑿滃崟 end*/
.content-wrap{
	width:1200px;
	margin:auto;
}
.row-wrap{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between; 
}
.row{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:20px 0 10px 0;
	align-items:flex-start;
}

.footer-wrap{
	width:1200px;
	margin:auto;
	
	padding:15px 0;
	text-align:center;
	color:#FFFFFF;
	line-height:25px;
	font-size:13px;
}