@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family:Arial, "microsoft yahei", Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background:#f5f8fc;
	overflow-x:hidden;
	word-wrap:break-word; 
	break-word:break-all;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
a, a:focus {
	outline: none;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: 700;
	vertical-align: bottom;
}
td {
	font-weight: 400;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, button {
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, select {
	vertical-align: middle
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer
}
button, input, select, textarea {
	margin: 0
}
.clear:before, .clear:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clear:after {
	clear: both;
	visibility: hidden;
}
.clear {
	zoom: 1
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
/************************************************************************************
headings
*************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	margin:0;
	font-weight:normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.orange {
	color:#ffba00;	
}





