@charset "utf-8";
/* CSS Document */

/*基础样式*/
*{
	margin:0;
	padding:0;
}
/*不要排列前面的修饰符*/
ol,ul{
	list-style:none;
}
/*input去掉边框*/
input {
	outline:none;
}
button{
	outline:none;
}
img{
	border:none;
}
/*对body的一些规范*/
body{
	margin:0 auto;
	word-break:break-all;  
	font-family:"微软雅黑";
}
select,input{
	vertical-align:middle; 
	padding:1px 0;
}
/*块元素*/
div{ 
	display:block;
}
/*居中对齐*/
.center{
	margin:0 auto;
} /*左浮动*/
.fl{
	float:left;
}

/*右浮动*/
.fr{
	float:right;
}
/*宽度980*/
.w1200{
	width:1200px;
}

/*头部*/
.top_bg {
	width:100%;
	height:auto;
	overflow:hidden;
	min-width:1200px;
	background:#222730;
}
.top {
	overflow:hidden;
}
.top img {
	float:left;
	height:70px;
	width:210px
}
.top ul {
	float:left;
	overflow:hidden;
}
.top ul li {
	float:left;
}
.top ul li a {
	color:white;
	display:block;
	text-decoration:none;
	height:70px;
	wodt:auto;
	padding:0px 50px 0px 50px;
	line-height:70px;
	overflow:hidden;
	text-align:center;
}
/*最上面的hover*/
#hm{
	color:#00A3C1;
}

/*备案号*/
.bah{
	overflow:hidden;
	margin-top:10px;
	margin-bottom:40px;
}
.bah p{
	text-align:center;
	font-size:13px;
	margin-top:10px;
}
.bah p img{
	margin-right:100px;
	width:60px;
	height:30px;
}

