	*{
		box-sizing: border-box;
	}
	html, body,ul,li, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	body{font:12px"微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1;
		background:#fafafa;
		font-size:14px;
		}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-family: 'Bitter', serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 20px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 20px; }
	h3 { font-size: 25px; line-height: 34px; margin-bottom: 20px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 10px; }
	h5 { font-size: 17px; line-height: 24px; margin-bottom: 10px; }
	h6 { font-size: 14px; line-height: 21px; margin-bottom: 10px; }
	.subheader { color: #777; }
	p img { margin: 0; }
	img.left { float: left; margin-bottom: 20px; margin-right: 20px;}
	img.right { float: right; margin-bottom: 20px; margin-left: 20px;}
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: none; outline: 0; }
	a:hover, a:focus { /*color: #000;text-decoration: underline;*/ }
	p a, p a:visited { line-height: inherit; }
	a.link { font-size: 12px; font-weight: bold; text-decoration: none; color: #333; border-bottom: 1px dotted #999; }
	a.linkbg { font-size: 12px; text-decoration: none; color: #fff; background-color: #ff004e; padding: 1px; padding-left: 3px; padding-right: 3px;}
	a.titlelink { font-size: 11px; font-weight: normal; text-decoration: none; color: #b3b3b3; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 2px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #222; 
	  border: 0;
	  padding: 2px 10px;
	  color: #fff;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  /*margin-bottom: 20px;*/
	  line-height: 21px;
	  font-family: Helvetica, Arial, sans-serif; }
 
	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  color: #fff;
	  /*background: #ff004e;*/ }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	  color: #fff;
	  background: #ff004e; 
	  /*-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	  -box-shadow: inset 0px 0px 0px 1px #fff;*/}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	/* Header Responsive Menu Form Style */
	
	.header form {
		margin-bottom: 21px; }
		
	.header	select { 
		-webkit-appearance: none;
		border: 1px solid #ddd;
		padding: 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #555;
		margin: 0;
		width: 100%; 
		max-width: 100%;
		display: block;
		background: #fff url('../images/tiles/navselect.gif') no-repeat right center;
	}
	
	.header	option { 
		outline: none;
		border: 0;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #555;
		margin: 0;
		width: 100%; 
		max-width: 100%;
		display: block;
		padding-left: 15px;
	}
	/*footer*/
	.footer{
		text-align: center;
		background:#fafafa;;
		font-size:12px;
		background-color:#fafafa;
		padding:18px 0;
		position: relative;
	}
	.footer ul{
		overflow: hidden;
		position: absolute;
		left:50%;
		transform: translateX(-50%);
	}
	.footer ul li{
		margin:10px 10px 10px;
		float: left;
	}
	.footer ul li a{
		display: block;
		width:100%;
		height:100%;
		color:#777;
	}
	.footer p{
		padding-top:28px;
		text-align: center;
	}
.pTitle {
			color: #333;
			margin: 0;
			padding: 0;
			display: block;
	  }


