*{
		margin: 0;
		padding: 0;
	}
	body{
		background: #f5f5f5;
		font-size: 14px;
	    font-family: "Î¢ÈíÑÅºÚ";
	}
	a{
		color: #333;
		text-decoration: none;
	    font-family: "Î¢ÈíÑÅºÚ";
	}
	a:hover{
		color: #0b51c1;
	}
	img{
		display: block;
		border: none;
	}
	.w1100-auto{
		width: 1100px;
		margin: 0 auto;
	}
	.header, .nav, .footer, .wenzhang-line{
		min-width: 1100px;	
	}
	.headerbg{
		background:url(../img/bodybg.jpg) repeat-x;
		height: 200px; 
		width: 100%;
	}
	.header{
		background: url(../img/topbg.jpg) no-repeat top center;
		height: 200px;
	}
	.header .logo{
		width: 580px;
		height: 142px;
		padding-top: 30px;
		float:left;
	}
	.header .logo img{
		height: 142px;
	}



