.header{
	height: 40px;
	background-color: #e9e9e9;
	line-height: 40px;
	color: #666;
	font-size: 12px;
	font-family: "΢���ź�";
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.header span{
	background: url("../img/ico1.png") 0 7px no-repeat;
	height: 35px;
	display: inline-block;
	color: #009bec;
	padding-left: 30px;
}
.header b{
	height: 35px;
	color: #009bec;
	font-weight: normal;
}
.header p.fr>a{
	border-right: #cecece solid 1px;
	padding: 0 20px;
	font-family:"΢���ź�";
}
.header a:hover{
	color: #009bec;
}
/*搜索*/
.search{
	width:1250px;
	margin:40px auto;
}
.search>a.fl img{
	width:116px;
	height: 55px;
	margin-top: 24px;
}
.search>div{
margin-left:60px;
margin-top: 10px;
}
.search>div>p{
	margin-left: 23px;
}
.search>div>p>span{
	color: #009bec;
	font-size: 14px;
	display: inline-block;
	height: 24px;
	width:60px;
	line-height: 24px; 
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
}
.search>div>p>span.active{
	background-color:#009bec;
	color: #fff;
	border-radius: 5px 5px 0 0 ;
}
.search>div>p>span:hover{
	background-color:#009bec;
	color: #fff;
	border-radius: 5px 5px 0 0 ;

}
.search>div>span>input[type="text"]{
	width:400px;
	height: 36px;
	border: #009bec solid 2px;
	border-radius: 20px 0 0 20px;
	color: #666;
	font-size: 12px;
	background: url("../img/ico1.png") 20px -233px no-repeat;
	text-indent: 4em;
	line-height: 36px;
}
.search>div>span>input[type="submit"],.search>div>span>input[type="button"]{
	width: 100px;
	height: 39px;
	background: url("../img/ico1.png") 0 -276px no-repeat;
	color: #fff;
	font-size: 18px;
	border: none;
	margin-left: -6px;
	vertical-align: middle;
	cursor: pointer;
	font-family: "微软雅黑";

}
.nav{
	background: #009bec;
	height:40px;
	width: 100%;
}
.nav li{
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nav li>a{
	color: #fff;
	font-size: 16px;
	display: block;
}
.nav li.hover,.nav li:hover{
	background-color: #0286cb;
}
.fotter{
	height: 150px;
	background-color: #323333;
	font-size: 12px;
	font-family: "宋体"; 
	text-align: center;
	line-height: 24px;
	overflow: hidden;
}

.fotter2 {
    height: 40px;
    background: #343434;
    width: 100%;
    padding:30px 0px;
    bottom: 0;

}

.fotter>p{
	margin-top: 40px;
	color: #fff;
}
.fotter2 p {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.fotter2 a {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}
.tab1{
	width: 700px;
	min-height: 160px;
	border: #009bec solid 1px;
	border-top: none;
}
.tab1>div{
	/*width: 660px;*/
	height: 40px;
	background-color: #009bec;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
.tab1 .inform{
	padding: 20px 10px 10px 20px;
}
.tab1 .inform>li{
	float: left;
	width: 136px;
	height: 80px;
	margin-right: 10px;
	background-color:#f1f1f1; 
	display: block;
	margin-bottom: 10px;
}
.tab1 .inform>li>a{
	display: block;
}
