/*! neptcn.com | normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
/* ----------------------------------------------------------------------------------------------------
Formalize
----------------------------------------------------------------------------------------------------*/
.input_tiny {
	width: 50px
}
.input_small {
	width: 100px
}
.input_medium {
	width: 150px
}
.input_large {
	width: 200px
}
.input_xlarge {
	width: 250px
}
.input_xxlarge {
	width: 300px
}
.input_full {
	width: 100%
}
.input_full_wrap {
	display: block;
	padding-right: 8px
}
input[type=search]::-webkit-search-decoration {
display:none
}
a.button:invalid, button:invalid, input:invalid, select:invalid, textarea:invalid {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none
}
a.button:focus, button:focus, input:focus, select:focus, textarea:focus {
	-webkit-box-shadow: #06f 0 0 5px 0;
	-moz-box-shadow: #06f 0 0 5px 0;
	box-shadow: #06f 0 0 5px 0;
	z-index: 1
}
input[type=file]:active, input[type=file]:focus, input[type=radio]:active, input[type=radio]:focus, input[type=checkbox]:active, input[type=checkbox]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
a.button, button, input[type=reset], input[type=submit], input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #ddd;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(#fff, #ddd);
	background-image: -moz-linear-gradient(#fff, #ddd);
	background-image: -o-linear-gradient(#fff, #ddd);
	background-image: linear-gradient(#fff, #ddd);
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	display: inline-block;
	font: 700 12px/1.3 'Microsoft Yahei', "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 3px 10px;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	vertical-align: top;
	width: auto
}
a.button:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
	background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: linear-gradient(#fff, #eee 1px, #ccc);
	text-decoration: none
}
a.button:active, button:active, input[type=reset]:active, input[type=submit]:active, input[type=button]:active {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ddd), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#ddd, #eee);
	background-image: -moz-linear-gradient(#ddd, #eee);
	background-image: -o-linear-gradient(#ddd, #eee);
	background-image: linear-gradient(#ddd, #eee);
	-webkit-box-shadow: inset rgba(0,0,0,.25) 0 1px 2px 0;
	-moz-box-shadow: inset rgba(0,0,0,.25) 0 1px 2px 0;
	box-shadow: inset rgba(0,0,0,.25) 0 1px 2px 0;
	border-color: #999 #bbb #ddd
}
a.button::-moz-focus-inner, button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
border:0;
padding:0
}
input[type=search], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	outline: 0;
	margin: 0;
	padding: 2px 3px;
	text-align: left;
	font-size: 12px;
	font-family: 'Microsoft Yahei', Arial, "Liberation Sans", FreeSans, sans-serif;
	height: 1.8em;
	vertical-align: top
}
input[type=search][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=email][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled] {
	background-color: #eee
}
a.button_disabled, button[disabled], input[disabled], select[disabled], select[disabled] optgroup, select[disabled] option, textarea[disabled] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color: #888;
	cursor: default
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#888
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#888
}
input.placeholder_text, textarea.placeholder_text {
	color: #888
}
select[multiple], select[size], textarea {
	height: auto
}
select[size="0"], select[size="1"] {
	height: 1.8em
}


textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%
}
optgroup {
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-family: 'Microsoft Yahei', Arial, "Liberation Sans", FreeSans, sans-serif
}
optgroup::-moz-focus-inner {
border:0;
padding:0
}
* html a.button, * html button, .ie6_button {
	background: #ddd;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: 700 12px/1.2 'Microsoft Yahei', Arial, sans-serif;
	padding: 2px 10px 0;
	text-decoration: none;
	overflow: visible;
	vertical-align: top;
	width: auto
}
* html a.button {
	position: relative;
	top: 3px;
	padding-bottom: 2px
}
* html button {
	padding-top: 1px;
	padding-bottom: 1px
}
* html select, * html textarea, .ie6_input {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 12px;
	font-family: 'Microsoft Yahei', Arial, sans-serif;
	vertical-align: top
}
* html select {
	margin-top: 1px
}
.ie6_button_disabled, .ie6_input_disabled, .placeholder_text {
	color: #888
}
.ie6_input_disabled {
	background: #eee
}
/* ----------------------------------------------------------------------------------------------------
Qtip
----------------------------------------------------------------------------------------------------*/
.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0
}
.qtip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word
}
.qtip-titlebar {
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: 700
}
.qtip-titlebar+.qtip-content {
	border-top-width: 0!important
}
.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	z-index: 11;
	cursor: pointer;
	outline: medium none;
	border: 1px solid transparent
}
.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px
}
* html .qtip-titlebar .qtip-close {
	top: 16px
}
.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr
}
.qtip-icon, .qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}
.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal 700 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em
}
.qtip-default {
	border: 1px solid #0098e4;
	background-color: #fff;
	color: #666464
}
.qtip-default .qtip-titlebar {
	background-color: #FFEF93
}
.qtip-default .qtip-icon {
	border-color: #CCC;
	background: #F1F1F1;
	color: #777
}
.qtip-default .qtip-titlebar .qtip-close {
	border-color: #AAA;
	color: #111
}/*! Light tooltip style */
.qtip-light {
	background-color: #fff;
	border-color: #E2E2E2;
	color: #454545
}
.qtip-light .qtip-titlebar {
	background-color: #f1f1f1
}/*! Dark tooltip style */
.qtip-dark {
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3
}
.qtip-dark .qtip-titlebar {
	background-color: #404040
}
.qtip-dark .qtip-icon {
	border-color: #444
}
.qtip-dark .qtip-titlebar .ui-state-hover {
	border-color: #303030
}/*! Cream tooltip style */
.qtip-cream {
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35
}
.qtip-cream .qtip-titlebar {
	background-color: #F0DE7D
}
.qtip-cream .qtip-close .qtip-icon {
	background-position: -82px 0
}/*! Red tooltip style */
.qtip-red {
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323
}
.qtip-red .qtip-titlebar {
	background-color: #F06D65
}
.qtip-red .qtip-close .qtip-icon {
	background-position: -102px 0
}
.qtip-red .qtip-icon {
	border-color: #D95252
}
.qtip-red .qtip-titlebar .ui-state-hover {
	border-color: #D95252
}/*! Green tooltip style */
.qtip-green {
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219
}
.qtip-green .qtip-titlebar {
	background-color: #B0DE78
}
.qtip-green .qtip-close .qtip-icon {
	background-position: -42px 0
}/*! Blue tooltip style */
.qtip-blue {
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD
}
.qtip-blue .qtip-titlebar {
	background-color: #D0E9F5
}
.qtip-blue .qtip-close .qtip-icon {
	background-position: -2px 0
}
.qtip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15)
}
.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.qtip-rounded .qtip-titlebar {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.qtip-youtube {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: #fff;
	border: 0 solid transparent;
	background: #4A4A4A;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
	background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
	background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
	background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%)
}
.qtip-youtube .qtip-titlebar {
	background-color: #4A4A4A;
	background-color: rgba(0,0,0,0)
}
.qtip-youtube .qtip-content {
	padding: .75em;
	font: 12px arial, sans-serif;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}
.qtip-youtube .qtip-icon {
	border-color: #222
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
	border-color: #303030
}
.qtip-jtools {
	background: #232323;
	background: rgba(0,0,0,.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333
}
.qtip-jtools .qtip-titlebar {
	background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}
.qtip-jtools .qtip-content {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}
.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
	background: 0 0;
	color: #fff;
	border: 0 dashed transparent
}
.qtip-jtools .qtip-icon {
	border-color: #555
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
	border-color: #333
}
.qtip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent
}
.qtip-cluetip .qtip-titlebar {
	background-color: #87876A;
	color: #fff;
	border: 0 dashed transparent
}
.qtip-cluetip .qtip-icon {
	border-color: #808064
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952
}
.qtip-tipsy {
	background: #000;
	background: rgba(0,0,0,.87);
	color: #fff;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: 700;
	line-height: 16px;
	text-shadow: 0 1px #000
}
.qtip-tipsy .qtip-titlebar {
	padding: 6px 35px 0 10px;
	background-color: transparent
}
.qtip-tipsy .qtip-content {
	padding: 6px 10px
}
.qtip-tipsy .qtip-icon {
	border-color: #222;
	text-shadow: none
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
	border-color: #303030
}
.qtip-tipped {
	border: 3px solid #959FA9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #F9F9F9;
	color: #454545;
	font-weight: 400;
	font-family: serif
}
.qtip-tipped .qtip-titlebar {
	border-bottom-width: 0;
	color: #fff;
	background: #3A79B8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
	background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
	background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
	background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
	background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}
.qtip-tipped .qtip-icon {
	border: 2px solid #285589;
	background: #285589
}
.qtip-tipped .qtip-icon .ui-icon {
	background-color: #FBFBFB;
	color: #555
}
.qtip-bootstrap {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.qtip-bootstrap .qtip-titlebar {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
	right: 11px;
	top: 45%;
	border-style: none
}
.qtip-bootstrap .qtip-content {
	padding: 9px 14px
}
.qtip-bootstrap .qtip-icon {
	background: 0 0
}
.qtip-bootstrap .qtip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40)
}
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
	filter: none;
	-ms-filter: none
}
.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10
}
.qtip .qtip-tip, x:-o-prefocus {
visibility:hidden
}
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
	position: absolute;
	color: #123456;
	background: 0 0;
	border: 0 dashed transparent
}
.qtip .qtip-tip canvas {
	top: 0;
	left: 0
}
.qtip .qtip-tip .qtip-vml {
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible
}
#qtip-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
#qtip-overlay.blurs {
	cursor: pointer
}
#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.qtipmodal-ie6fix {
	position: absolute!important
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, input, button, select, textarea {
	font-family: "Microsoft YaHei", Helvetica, Arial;
	font-size: 12px;
	line-height: 1.42857143;
	color: #666;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.1;
	margin: 15px 0 10px;
	color: inherit;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4, h5, h6 {
	font-size: 14px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin-left: 0px;
}
p, dl, hr, h1, h2, h3, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom: 15px;
}
p {
	margin-top: 0px;
}
ul p, ol p {
	margin-bottom: 2px;
}
h4, h5, h6 {
	margin-bottom: 15px;
}
/*
  Style Start
----------------------------------------------------------------------------------------------------*/

#body-wrapper {
	width: 1150px;
	margin: 0 auto;
	background: #fff;
}
#header-wrapper, .content, #footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.container {
	text-align: left;
}
a, a:visited {
	text-decoration: none;
	color: #555;
}

a img {
	border: none
}
img {
	vertical-align: middle;
}
.img-rsp {
	display: block;
	max-width: 100%;
	height: auto;
}
a.btn {
	display: inline-block;
	padding: 4px 6px 3px;
	background: #5c85ad;
	border-bottom: 2px solid #369;
	color: #fff;
}
a.btn:hover {
	text-decoration: none;
	background: #369;
}
a.btn.gray {
	background: #888;
	border-bottom: 2px solid #666;
}
a.btn.gray:hover {
	background: #666;
}
a.btn.orange {
	width: 240px;
	background: #0098e4;
	border: 1px solid #0098e4
}
a.btn.orange:hover {
	border: 1px solid #898989
}
.last {
	margin-right: 0;
	margin-bottom: 0;
}
.font0 {
	line-height: 0;
	font-size: 0;
}
.mb10 {
	margin-bottom: 10px
}
.mb15 {
	margin-bottom: 15px
}
.mb20 {
	margin-bottom: 20px
}
.box {
}
.box ul {
	margin-bottom: 0;
}
.box.homeAbout {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #eee;
	padding: 15px 15px;
}
.box.homeWhy {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #eee;
	padding: 15px 15px 5px;
}
.box.homeWhy img {
	margin-left: auto;
	margin-right: auto;
}
.box.homeMust ul li a {
	display: block;
	padding: 2px 3px 3px 8px;
	background-color: #ddd;
	margin-bottom: 5px;
	border-left: 3px solid #369;
}
.box.homeMust ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #fff;
}
.box.homeDestination a {
	display: block;
	margin-bottom: 12px;
	text-align: center
}
.box.homeDestination a:hover {
	text-decoration: none;
}
.box.homeOrigin a {
	display: block;
	padding: 3px 0px;
	background: #ddd;
	margin-bottom: 4px;
	text-align: center;
}
.box.homeOrigin a:hover {
	background: #369;
	text-decoration: none;
	color: #fff;
}
.box.homeCase {
	padding: 0px;
	display: block;
	margin-bottom: -15px;
}


#breadcrumb {
	width: 100%;
	margin: 30px 0 10px;
}
#breadcrumb span {
	background: url(/images/Personal/black.6.png);
	padding: 4px 10px 3px;
	border-radius: 6px;
}
#breadcrumb span, #breadcrumb span a {
	color: #fff;
}
#breadcrumb span a:hover {
	color: #aaa;
	color: rgba(255,255,255,0.5)
}
/* Content */
.content {
}
.content.home {
}
.content.home.alt {
}
/* Content - Post/Page*/
.page, .post, .list {

}
.post {
	line-height: 1.8
}
.list .case {
	font-size: 12px;
	line-height: 1.6
}
.page p, .post p {
	margin-bottom: 15px;
}
.page, .list {
	overflow: hidden;
}
.page a, .post a {
	color: #369;
	text-decoration: underline;
}
.page a:hover, .post a:hover {
	color: #369;
	text-decoration: none;
}
.page img, .post img {
	display: block;
	max-width: 100%;
	height: auto;
}
.page h6 a, .post h6 a {
	color: #fff;
	text-decoration: none;
}
.page h6 a:hover, .post h6 a:hover {
	color: #fff;
	text-decoration: none;
}
.page-title, .list-title {
	margin-top: 20px;
	margin-bottom: 20px
}
.page-content {
	color: #555;
	margin-bottom: 20px
}
.withBorder td {
	border: 1px solid #bbb;
	padding: 0 10px
}
.withBorder td p {
	margin-top: 5px;
	margin-bottom: 5px
}
.estimate {
	position: relative;
}
.estimate ul {
	display: block;
	font-size: 12px;
}
.estimate ul li {
	float: left;
	position: relative;
	width: 96px;
	line-height: 1.5;
	height: 135px;
	border: 1px solid #ddd;
	margin-right: -1px;
	margin-top: -1px;
	padding: 5px 5px 0px;
	text-align: center;
}
.estimate ul li img {
	width: 70px;
	display: inline-block;
}
.estimate ul li div {
	text-align: center;
	height: 40px;
	margin: 10px -4px 0 -4px;
	line-height: 20px;
	background: #eee;
}
.estimate ul li div i {
	display: block;
	color: #aaa
}
.estimate ul li:hover div {
	background: #ddd;
}
.estimate a.info {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(/images/Personal/icon-info.png);
	cursor: pointer;
}
.estimate a.qty {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	right: 8px;
	top: 8px;
	border: 2px solid #fe8332;
	background: #fe9c5b;
	color: #fff;
	text-decoration: none;
	border-radius: 17px;
	display: none;
}
.estimate a.plus, .estimate a.minus {
	display: block;
	position: absolute;
	bottom: 40px;
	width: 30px;
	height: 30px;
	background: #ccc;
	cursor: pointer;
	border-radius: 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.estimate a.plus:hover, .estimate a.minus:hover {
	background: #bbb;
	text-decoration: none;
}
.estimate a.plus {
	right: 10px;
}
.estimate a.minus {
	left: 10px;
}
.estimate .summary {    box-shadow: 0 0 8px #b6b7b7;
	z-index: 99999;
	width: 336px;
	height: 138px;
	padding: 24px;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #0098e4;
	margin-bottom: 15px
}
.estimate .summary span {
	color: #0098e4;
	font-size: 16px;
	font-weight: bold;
}
.estimate .summary a {
	color: #fff;
	text-decoration: none;
}
.estimate .summary.fixed {
	position: fixed;
	top: 5px;
}
ul.archive {
	list-style: square
}
ul.archive li {
	border-bottom: dotted 1px #aaa;
	margin-bottom: 10px;
}
ul.archive li .right {
	float: right
}
.achiveDestnation a {
	display: block;
	padding: 12px 12px 6px;
	margin-bottom: 20px;
	background: #ddd;
	border-bottom: 2px solid #bbb;
	height: 62px;
	max-height: 80px;
	overflow: hidden;
}
.achiveDestnation a:hover {
	background: #369;
	border-bottom: 2px solid #369;
	color: #fff;
	text-decoration: none;
}
.achiveDestnation a span {
}
.achiveDestnation a img {
	width: 39px;
	height: 39px;
	margin-right: 15px;
	float: left;
}
.achiveOrigin a {
	display: block;
	text-align: center;
	padding: 8px 12px 6px;
	margin-bottom: 18px;
	background: #ddd;
	border-bottom: 2px solid #bbb;
}
.achiveOrigin a:hover {
	background: #369;
	border-bottom: 2px solid #369;
	color: #fff;
	text-decoration: none;
}
a.case {
	display: block;
	padding: 8px;
	margin-bottom: 15px;
	background: #ddd;
	border-bottom: 2px solid #bbb;
}
a.case:hover {
	border-color: #369;
	background: #e6e6e6;
	color: #555;
	text-decoration: none;
}
a.case img {
	margin-bottom: 5px;
}
a.case .meta {
	position: absolute;
	right: 20px;
	top: 16px;
	border-radius: 10px;
	padding: 1px 6px;
	background: url(/images/Personal/black.3.png);
	color: #fff;
}
a.case strong {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden
}
.page-content #quote span {
	color: red
}
.page-content #quote label {
	display: inline-block;
	font-weight: bold;
}
.page-content #quote input, .page-content #quote select, .page-content #quote textarea {
	width: 100%;
	margin-bottom: 5px;
}
.page-content #quote .error {
	border: 1px dotted #f00
}
/* ----------------------------------------------------------------------------------------------------
 Grid
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
}
.row {

}
.col {
	position: relative;
	min-height: 1px;
	float: left
}
.s-0 {
	display: none
}
.s-1 {
	width: 8.33333333%;
}
.s-2 {
	width: 16.66666667%;
}
.s-3 {
	width: 25%;
}
.s-4 {
	width: 33.33333333%;
}
.s-5 {
	width: 41.66666667%;
}
.s-6 {
	width: 50%;
}
.s-7 {
	width: 58.33333333%;
}
.s-8 {
	width: 66.66666667%;
}
.s-9 {
	width: 75%;
}
.s-10 {
	width: 83.33333333%;
}
.s-11 {
	width: 91.66666667%;
}
.s-12 {
	width: 100%;
}
.l-4{ width: 810px;}
.l-8{ width: 340px;}
#homeOffice {
	display: none;
}
#header-wrapper {
	background: url(/images/Personal/banner_policy.png) 50% 0%;
	border-bottom: 3px solid #ccc;
}
#header-wrapper.home {
	background: url(/images/Personal/banner1_s.jpg) 50% 0%;
	padding-bottom: 20px;
	border-bottom: 5px solid #ccc;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after, .container:after {
	clear: both;
}
.clearfix, .container {
	zoom: 1;
}
