/* header css */
	#head{ width: 100%; height: 70px; background: #00a0e9;}
	#head .headcon{ height: 100%; line-height: 70px; color: #fff; max-width: 1000px; margin:0 auto;}
	#head .logo{ width: 20%; cursor: pointer; height: 100%; position: relative;}
	#head .logo a{ display: block; position: absolute; left: 0; top:50%; margin-top: -12%;}
	#head .logo img{ display: block; width: 100%; height: auto;}
	#head .nav{ width: 80%;}
	#head .nav ul li{ color: #fff; line-height: 70px; list-style-type: none; margin-left:40px; float: right; display: inline; font-size: 14px; cursor: pointer;}
	#head .nav ul li a{ color: #fff;}


/* footer css */
#footer{ line-height: 50px; text-align: center; border-top: 1px solid #d9d9d9; color: #999; width: 100%;}