body,ul,li,a,h1{padding: 0;	margin: 0;}
li{list-style: none;}
img{border:0;}
.header{
	height: 109px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index:11;
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(#f4f4f4, #e4e4e4); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(#f4f4f4, #e4e4e4); /* Firefox 3.6 - 15 */
background: linear-gradient(#f4f4f4, #e4e4e4); /* 标准的语法（必须放在最后） */
background:#fff;
font-family: "微软雅黑";
z-index: 100;
}
.header .container{
	width: 1100px;
	height: 109px;
	margin: 0 auto;
}
.header .container>.logo{
	width: 200px;
	height: 75px;
	margin: 18px 27px 0 0;
	float: left;
}
.header .container>.logo img{
	width: 200px;
	border:0;
}
.header .container>.nav{
	width: 800px;
	float: left;
}
.header .container>.nav li{
	width: 100px;
	float: left;
}
.header .container>.nav li a{
	display: block;
	width: 90px;
	height: 30px;
	margin: 40px auto 0;
	text-align: center;
color: rgb(82, 82, 82);
line-height: 30px;
font-size: 16px;
display: block;
text-decoration:none;
}
.header .container .nav li a:hover{
	color: #fff;
	/*background: url(/images/top.jpg) no-repeat center center;*/
	background-size: 100%;
	text-decoration: none;
	background:#206ed0;
}
.h109{width: 100%;height: 109px;}

.pull-left{float:left;}
.pull-right{float:right;}
/*清除浮动的类*/
.clearfix::before,.clearfix::after{
    content:'';
    display: block;
    font-size: 0;
    width: 0;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}
