@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
	font-size:16px;
	font-family:黑体;
          
}
.clearfix{ clear:both;}
a{
	color:#333;
	}
a:hover{
	color:#3c4e96;
	cursor:pointer;
	}
li:hover{
	text-decoration:none;
	
}
img{
	border:none;
}
/*头部*/
.topbj{
	width:100%;
	height:160px;
	background:url(../images/topbg.png) no-repeat #4864b7;
	overflow:hidden;
	min-width:1200px;
}

.top{
	width:1200px;
	margin:35px auto 20px;
	overflow:hidden;
}
.top .logo{
	float:left;
}
.top .xxun{
	float:left;
	margin-left:200px;
	margin-top:20px;
}
.top .ssk{
	float:right;
	margin-top:30px;
	width:245px;
	height:40px;
	overflow:hidden;
}
.top .ssk .ss{
	width:245px;
	height:40px;
	padding-left:10px;
	float:left;
	border:none;
        outline:none;
	background:url(../images/search.png) no-repeat left center;
        color:#ffffff;
}
.ssicon{
float:left;
margin-left:-50px;
margin-top:8px;
}

/*导航*/
.nav{
	width:100%;
	height:35px;
	background:#355caf;
	position:relative;
	/*z-index:99;*/
}
#headm{ width:1200px; margin:0 auto; height:35px; background:#355caf;}
#headm li{text-align: center; float:left;display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .topa{z-index:5; position: relative; padding:0 29px; line-height:34px; display: block; height:auto; color: #fff; overflow: hidden;  float:left; font-size:16px;}
#headm .topa:hover{ background:#fafafa; height:35px; color:#355caf; }
#headm li ul{z-index: 1;  position: absolute;  padding-bottom: 10px; padding-left: 0px; width: 210px; padding-right: 0px; display: none; background: #fafafa;  top:35px;  padding-top:2px; left: 0px}
#headm li ul li{ line-height: 35px; width: 100px; float: left;  font-weight: 400; padding-top: 5px;font-size:14px}
#headm li ul li  a  {line-height: 35px; border:none; background: none; height:35px;   float:left; font-size:14px}

#headm li.show ul{display: block}

#headm li.show .topa{ display: block;background:#fafafa; height:35px; color: #355caf;  text-decoration: none}
/*导航*/
/*版权*/
.bqbj{
	width:100%;
	min-width:1200px;
	height:140px;
	margin-top:30px;
	background:#3c4e96;
}
.bqbj .bq{
	width:1200px;
	margin:0 auto;
}
.bq img{
	float:left;
	margin:25px 25px;
}
.bq p{
	float:left;
	color:#fff;
	margin-left:20px;
	line-height:140px;
}