body{
	background-color: #f0f0f0;
	color: #666;
	font-family: "微软雅黑";
	margin: 0;
	min-width: 1280px;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#head, #foot {
	background-color: #222;
	color: #fff;
	overflow: hidden;
}

#head {
	height: 384px;
}

#head p a {
	color: #ffc400;
}

#head .logo {
	width: 1088px;
	margin: 0 auto;
	height: 192px;
	position: relative;
}

#head h1 {
	margin: 0 auto;
	width: 1088px;
	font-weight: lighter;
	color: #ffab40;
	font-size: 2.25em;
}

#head p {
	width: 672px;
	padding-right: 416px;
	margin: 0.25em auto 0 auto;
	font-size: 1.25em;
	line-height: 150%;
}

#head ul {
	position: absolute;
	right: 0px;
	top: 0;
}

#head ul a {
	color: #d0d0d0;
}

#head li {
	line-height: 128px;
	display: inline-block;
	margin: 0 0 0 1em;
}
#head li {
	*display: inline;
}

#foot {
	overflow: hidden;
}

.illustration {
	width: 100%;
	height: 238px;
	overflow: hidden;
}

#foot .copy {
	position: relative;
	width:1088px;
	margin: 0 auto;
	line-height: 3em;
}

#foot .ICP {
	color: #888;
	position: absolute;
	right: 0;
}

#projects, #about {
	margin: 96px auto;
	width: 1088px;
}

#projects h2, #about h2 {
	margin: 0px auto 1em auto;
	text-align: center;
	font-size: 2.5em;
	color: #333;
	font-weight: lighter;
	line-height: 150%;
}

#projects h3, #about h3 {
	color: #333;
	font-size: 1em;
	line-height: 150%;
	font-weight: normal;
	margin: 0;
}

#projects a {
	color: #666;
}

#projects a div {
	text-decoration: none;
}

#projects ul {
	margin: 0 auto 32px auto;
	padding: 0;
}

#projects ul li {
	display: inline-block;
	width: 340px;
	margin-right: 32px;
	line-height: 150%;
}

#projects ul li {
	*display: inline;
}

#projects ul li.last{
	margin-right: 0;
}

#projects ul img{
	margin-bottom: 1em;
}

.logo-design {
	background: url(logo-design1.png) no-repeat bottom left;
	height: 256px;
	padding: 32px 0 0 288px;
}

.logo-design p {
	margin: 0 0 0.5em 0;
}

.logo-design cite {
	color: #888;
}

.contact {
	margin: 0;
	padding: 0;
}

.contact li {
	display: inline-block;
	margin: 0 32px 0 0;
	padding-left: 56px;
	line-height: 48px;
}

.contact li {
	*display: inline;
}

.contact li.phone {
	background: url(icons/phone.png) no-repeat left;
}

.contact li.email {
	background: url(icons/email.png) no-repeat left;
}

.contact li.address {
	background: url(icons/address.png) no-repeat left;
}