@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  width: 100%;
  height: 100%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select[multiple] {
  height: auto;
  background-image: none; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  line-height: 0;
  color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }

  h2, .h2 {
    font-size: 2.5rem; }

  h3, .h3 {
    font-size: 1.9375rem; }

  h4, .h4 {
    font-size: 1.5625rem; }

  h5, .h5 {
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #a82923;
  text-decoration: none;
  cursor: pointer;
  
  }

a:hover, a:focus {
  color: #1468a0; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }





caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

thead tr, tfoot tr {
  background: transparent; }

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }

  table.stack tfoot {
    display: none; }

  table.stack tr, table.stack th, table.stack td {
    display: block; }

  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix:after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.hide {
  display: none; }

.invisible {
  visibility: hidden; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }
.apothem {
  width: 1400px;
  margin: auto; }

.bgf3f3f3 {
  background: #f3f3f3; }

.bgfff {
  background: #fff; }

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.relative {
  position: relative; }

.temp_page {
  font-size: 14px;
  /*min-width: 1200px; */ }

.temp_page .banner_index {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .temp_page .banner_index .banner_one {
    width: 100%;
    height: 100%; }
    .temp_page .banner_index .banner_one .bannerImg {
      width: 100%;
      height: 100%; }
      .temp_page .banner_index .banner_one .bannerImg img {
        width: 100%;
        height: 100%; }
.temp_page .main_index {
  position: relative; }
  .temp_page .main_index .current {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px; }
    .temp_page .main_index .current .location .lo-title {
      font-size: 18px;
      color: #3d3d3d;
      font-weight: bold;
      height: 40px;
      line-height: 40px; }
      .temp_page .main_index .current .location .lo-title .lo_icon {
        display: inline-block;
        width: 39px;
        height: 39px;
        background: url("../images/js_icon.png") no-repeat;
        float: left;
        margin-right: 10px; }
      .temp_page .main_index .current .location .lo-title .gyzy_icon {
        display: inline-block;
        width: 39px;
        height: 39px;
        float: left;
        margin-right: 10px;
        position: relative;
        border-radius: 50%; }
        .temp_page .main_index .current .location .lo-title .gyzy_icon:before {
          position: absolute;
          content: "";
          width: 39px;
          height: 39px;
          background-color: #a82923;
          -webkit-mask: url(../images/zsp.svg) no-repeat center;
          mask: url(../images/zsp.svg) no-repeat center;
          mask-size: 39px 39px;
          -webkit-mask-size: 39px 39px; }
    .temp_page .main_index .current .location .location-r {
      position: relative;
      /* height: 40px; */
      line-height: 20px;
      padding: 10px 0 10px 30px;
      }
      .temp_page .main_index .current .location .location-r:after {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        /* bottom: 0; */
        margin: auto;
        background: url("../images/location.png") center no-repeat;
        width: 25px;
        height: 23px;
        background-size: 100%;
        }
  .temp_page .main_index .banner {
    position: relative;
    height: 278px; }
    .temp_page .main_index .banner .banner_img {
      height: 278px; }
      .temp_page .main_index .banner .banner_img img {
        width: 100%;
        height: 100%; }
  .temp_page .main_index .web-title {
    height: 40px;
    background-color: #6f272a;
    line-height: 40px; }
    .temp_page .main_index .web-title a.jszy {
      margin-left: 15px;
      color: #fff;
      display: inline-block;
      position: relative;
      border-radius: 5px;
      padding-left: 16px; }
      .temp_page .main_index .web-title a.jszy.a_line:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 14px;
        background: #b5eef6;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .temp_page .main_index .web-title a.jszy i {
        background-image: url("../images/icon.png");
        background-repeat: no-repeat;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle; }
      .temp_page .main_index .web-title a.jszy i.jszy_icon {
        width: 12px;
        height: 11px;
        background-position: -48px -3px; }
      .temp_page .main_index .web-title a.jszy i.login_icon {
        width: 12px;
        height: 11px;
        background-position: -94px -2px; }
    .temp_page .main_index .web-title .search {
      width: 175px;
      height: 28px;
      border: 1px solid #fff;
      border-radius: 13px;
      line-height: 28px;
      padding: 0 5px; }
      .temp_page .main_index .web-title .search .search_d_i {
        display: inline-block;
        width: 148px;
        position: relative;
        height: 28px; }
        .temp_page .main_index .web-title .search .search_d_i input {
          display: inline-block;
          margin: 0;
          background: none;
          font-size: 14px;
          border-top: 0;
          border-right: 0;
          border-left: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-bottom: none;
          color: #b5eef6;
          padding: 0 10px;
          height: 28px;
          line-height: 28px;
          vertical-align: middle; }
          .temp_page .main_index .web-title .search .search_d_i input::-webkit-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .web-title .search .search_d_i input::-ms-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .web-title .search .search_d_i input::-ms-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .web-title .search .search_d_i input::placeholder {
            color: #b5eef6; }
      .temp_page .main_index .web-title .search .sear_btn {
        display: inline-block;
        vertical-align: text-top;
        cursor: pointer;
        outline: none;
        width: 15px;
        height: 15px;
        background-color: #6f272a;
        border-radius: 50%; }
        .temp_page .main_index .web-title .search .sear_btn i {
          width: 15px;
          height: 15px;
          display: inline-block;
          background-image: url(../images/icon.png);
          background-position: 0 0;
          background-repeat: no-repeat; }
  .temp_page .main_index .header .logo_main {
    position: relative;
    color: #eefafe;
    padding: 20px 0;
    background: #a82923; }
    .temp_page .main_index .header .logo_main .web-name {
      font-size: 20px;
      position: relative;
      margin-left: 20px;
      padding-left: 28px;
      height: 56px;
      line-height: 56px;
      margin-top: 6px;
      margin-bottom: 6px; }
      .temp_page .main_index .header .logo_main .web-name:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 26px;
        background-color: #eefafe;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

.temp_page .main_index .header .nav {
  background-color: #a82923;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  margin-left: 173px; }

.temp_page .main_index .header .nav ul {
  padding: 0;
  margin: 0; }
  .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li {
    display: block;
    float: left;
    position: relative;
    padding-left: 40px;
    text-align: center;
    font-size: 16px;
    height: 55px;
    line-height: 55px; }

.temp_page .main_index .header .nav ul.yiji_nav li.yiji_li a {
  color: #fff;
  display: block; }

.temp_page .main_index .header .nav ul.yiji_nav li.yiji_li.active a {
  color: #fff;
  position: relative; }
  .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li.active a:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0; }

.temp_page .main_index .about {
  line-height: 30px;
  margin: 0 10px;
  }

.temp_page .main_index .about p {
  line-height: 30px; }

.temp_page .footer {
  padding: 15px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background-size: 100% 100%;
  color: #c7c7c7;
  background: #353535; }
  .temp_page .footer.footer_index {
    background: transparent; }

.temp_page .footer .pc_select {
  display: none; }

.temp_page .footer.footer_index:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #1a1a1a;
  opacity: 0.56;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=56); }

.temp_page .footer.footer_index {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.temp_page .footer .c_ll {
  line-height: 24px;
  text-align: center; }

.temp_page .footer .c_rr {
  position: relative;
  padding: 13px 0; }

.temp_page .footer .c_rr .d_code {
  display: none;
  width: 105px;
  height: 105px;
  position: absolute;
  background: #fff;
  bottom: 45px;
  left: -20px;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.temp_page .footer .c_rr .er-code {
  margin-left: 10px;
  width: 37px;
  height: 37px;
  background: #fff;
  padding: 3px; }

.temp_page .footer .c_rr .er-tit {
  height: 37px;
  line-height: 37px; }

.temp_page .footer .c_rr:hover .d_code {
  display: block; }

.pages {
  height: 30px;
  line-height: 30px;
  text-align: center; }

.pages a {
  color: #0a0a0a;
  display: inline-block;
  padding: 0 10px; }

.pages span {
  display: inline-block;
  padding: 0 10px; }

.pages span.xz_pages {
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pages span.xz_pages i {
  width: 9px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../images/pages_xl.png") no-repeat; }

.pages input {
  width: 60px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }

.pages {
  /* height: 30px; */
  /* line-height: 30px; */
  text-align: center;
  }
  .pages a {
    color: #0a0a0a;
    display: inline-block;
    padding: 0 10px; }
  .pages span {
    display: inline-block;
    padding: 0 10px; }
    .pages span.xz_pages {
      border: 1px solid #cacaca;
      -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
              box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
      height: 30px;
      line-height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .pages span.xz_pages i {
        width: 9px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        background: url("../images/pages_xl.png") no-repeat; }

.pages input {
  width: 60px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
.move_index_nav{display: none;}




.pages{text-align:center;}      
             
    .pages a,.pages table table,.pages table{display:inline-block;}         
.pages a,.pages table table,.pages table table tr td,.pages table table tr td div,.pages table table tr td div span.PrevDisabled,.pages table table tr td div a.Next,.pages table table tr td div input.defaultButtonStyle,.pages table table tr td div input.defaultInputStyle
,.pages table table tr td div a.Prev,.pages table table tr td div span.NextDisabled{font-size:14px;font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;height: 28px;line-height: 28px;}
.pages a,.pages table table, .pages table table tr td, .pages table table tr td div,.pages table table tr td div a.Next,.pages table table tr td div input.defaultButtonStyle,.pages table table tr td div input.defaultInputStyle{

  color: #0a0a0a;
}
.pages a,.pages table table tr td div span.PrevDisabled, .pages table table tr td div a.Next,.pages table table tr td div input.defaultButtonStyle,.pages table table tr td div input.defaultInputStyle
,.pages table table tr td div a.Prev,.pages table table tr td div span.NextDisabled{border: 1px solid #a82923;padding: 0 9px;vertical-align: middle;box-sizing: border-box;}
.pages table table tr td div input.defaultButtonStyle{background:-ms-linear-gradient(top,#032f55 0%,#032f55 100%);background-color: #a82923;background: -webkit-gradient(linear, 0 0, 0 100%, from(#a82923), to(#a82923));color: #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#032f55, EndColorStr=#032f55);}

.pages table table tr td div input.defaultInputStyle{margin-right:10px!important;display:inline-block;width:auto;}
.pages table table tr td div span.PrevDisabled,.pages table table tr td div span.NextDisabled{color:#ccc;}
.pages a{background-color:#fff;}


.move_index_nav {
  display: none; }

.temp_page .main_index .header .web_search {
  display: none; }

@media only screen and (max-width: 1200px) {
  .apothem {
    width: auto; }

  .temp_page {
    font-size: 0.875rem; }

  .temp_page .main_index .web-title .search {
    display: none; }

  .temp_page .main_index .header .logo_main {
    padding: 0; }

  .temp_page .main_index .header .logo_main .logo_h {
    width: 100%;
    text-align: center;
    float: initial; }

  .temp_page .main_index .header .logo_main .logo_h .logo {
    float: initial;
    display: inline-block;
    width: 50%; }

  .temp_page .main_index .header .logo_main .logo_h .web-name {
    float: initial;
    display: inline-block;
    padding-left: 0.8rem;
    margin-left: 0.5rem;
    font-size: 1rem; }

  .temp_page .main_index .header .nav {
    display: none; }

  .move_index_nav {
    position: absolute;
    z-index: 9;
    width: 8.875rem;
    right: 0;
    top: 0; }
    .move_index_nav .nav_shade {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #000;
      opacity: 0.8; }
    .move_index_nav ul.yiji_nav {
      line-height: 2rem;
      font-size: 0.9375rem;
      margin-left: 0;
      margin-top: 1rem; }

  .move_index_nav ul.yiji_nav li.yiji_li {
    display: block;
    position: relative;
    padding: 0 0.5rem;
    text-align: center; }

  .move_index_nav ul.yiji_nav li.yiji_li a {
    color: #fff; }

  .temp_page .main_index .header .logo_main .web_search {
    height: 2.1875rem;
    background-color: #6f272a;
    padding: 0 0.75rem;
    display: block; }

  .temp_page .main_index .header .logo_main .web-title {
    margin: 0 0 0px 1rem;
    height: 2.1875rem;
    line-height: 2.1875rem; }
    .temp_page .main_index .header .logo_main .web-title a.jszy.dl {
      display: none; }
    .temp_page .main_index .header .logo_main .web-title a.jszy {
      background: none;
      padding-right: 0; }

  .temp_page .main_index .header .logo_main .search {
    width: 100%;
    height: 1.5625rem;
    padding: 0;
    margin: 0.3125rem 0;
    border: 1px solid #fff;
    border-radius: 13px; }
    .temp_page .main_index .header .logo_main .search .sear_btn {
      width: 1.25rem;
      height: 1.25rem;
      vertical-align: middle;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border-radius: 50%; }
      .temp_page .main_index .header .logo_main .search .sear_btn i {
        width: 15px;
        height: 15px;
        display: inline-block;
        background-image: url(../images/icon.png);
        background-position: 0 0;
        background-repeat: no-repeat; }
    .temp_page .main_index .header .logo_main .search .search_d_i {
      width: calc(100% - 1.4rem);
      height: 23px;
      line-height: 23px;
      padding: 0 5px;
      display: inline-block; }
      .temp_page .main_index .header .logo_main .search .search_d_i input {
        display: inline-block;
        margin: 0;
        background: none;
        font-size: 14px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none;
        color: #b5eef6;
        padding: 0 10px;
        height: 23px;
        line-height: 23px;
        vertical-align: middle; }
      .temp_page .main_index .header .logo_main .search .search_d_i i {
        width: 1.25rem;
        height: 1.25rem;
        background-position: -5.32rem 0.25rem;
        background-size: 8.125rem; }

  .temp_page .main_index .web-title {
    padding: 0 0.75rem; }
    .temp_page .main_index .web-title .move-nav-icon {
      width: 0.875rem;
      height: 0.75rem;
      float: right;
      background: url(../images/move_nav.png) no-repeat;
      background-size: 100%;
      position: absolute;
      left: 0.75rem; }

  .temp_page .main_index .header .logo_main .move-nav-icon {
    width: 0.875rem;
    height: 0.75rem;
    float: right;
    background: url(../images/move_nav.png) no-repeat;
    background-size: 100%;
    margin-top: 0.75rem;
    margin-left: 0.75rem; }

  .move_index_nav.nav_open {
    display: block; }

  .temp_page .footer.footer_index {
    padding: 1.125rem 3.75rem;
    text-align: center;
    font-size: 0.75rem;
    position: initial;
    background: #353535; }
    .temp_page .footer.footer_index:before {
      position: initial; }

  /*.temp_page .banner_index{position: initial;}*/
  /*.temp_page .banner_index .banner_one{display: none;}*/
  .temp_page .footer:before {
    background-color: initial;
    position: initial; }

  .temp_page .footer .c_rr {
    display: none; }

  .temp_page .footer .pc_select {
    width: 4.75rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
    background-color: #3c3c3c;
    border-radius: 10px;
    margin: 0 auto 0.5rem;
    display: block;
    text-align: center; }

  .temp_page .main_index .banner {
    height: 8rem; }

  .temp_page .main_index .banner .banner_img {
    height: 8rem; }

  .temp_page .main_index .current .location .location-r {
    float: initial; }

  .temp_page .main_index .current .location .lo-title {
    font-size: 1rem;
    float: initial; }

  .temp_page .main_index .current {
    padding: 1rem 0.75rem 0;
    margin: 0; }

  .temp_page .main_index .current .location .lo-title .lo_icon {
    height: 1.5rem;
    width: 1.5rem;
    background-size: 100%; }

  .temp_page .main_index .current .location .lo-title {
    height: 1.5rem;
    line-height: 1.5rem; }

  .temp_page .main_index .current .location .lo-title .lo_icon {
    height: 1.5rem;
    width: 1.5rem; }

  .temp_page .main_index .current .location .lo-title .gyzy_icon {
    height: 1.5rem;
    width: 1.5rem;
    background-size: 100%; }
    .temp_page .main_index .current .location .lo-title .gyzy_icon:before {
      position: absolute;
      content: "";
      height: 1.5rem;
      width: 1.5rem;
      background-color: #a82923;
      -webkit-mask: url(../images/zsp.svg) no-repeat center;
      mask: url(../images/zsp.svg) no-repeat center;
      mask-size: 1.5rem 1.5rem;
      -webkit-mask-size: 1.5rem 1.5rem; }

  .temp_page .main_index .current .location .location-r:after {
    background-size: 70%; }

  .temp_page .footer .c_ll {
    text-align: center;
    width: 85%;margin:auto; }

  .meun_shade {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1; }

  .overflow_hidden {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; } }

/*# sourceMappingURL=common.css.map */
