@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%; }

body {
  margin: 0; }

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;
    word-break: break-all; }

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: #f6f9fa;
  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; 
  padding-left: 4.5rem;
}
  margin-left: 1rem;
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: #1779ba;
  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; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

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; } }

.f3 {
  background: #fff; }

.page_width {
  width: 1250px;
  margin: auto; }

.temp_page .move_nav {
  display: none; }

.temp_page .page_top .top_info {
  font-size: 0.875rem;
  background-color: #2a2a2b; }
  .temp_page .page_top .top_info .move_nav_title {
    display: none; }
  .temp_page .page_top .top_info a {
    padding: 0.5rem 1rem;
    display: inline-block;
    color: #fff; }

.temp_page .page_top .header {
  position: relative;
  background: #0072bb;
  background-size: cover;
  padding: 1.625rem 0 2.375rem; }
  .temp_page .page_top .header .logo a.logo_link {
    display: block; }
  .temp_page .page_top .header .logo .web_name {
    font-family: "GBJenLei-Medium";
    font-size: 2.5rem;
    position: relative;
    color: #fff;
    padding-left: 2rem;
    margin-left: 1.25rem; }
    .temp_page .page_top .header .logo .web_name:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 0.6875rem;
      height: 0.6875rem;
      background-color: #ffffff;
      border-radius: 50%; }
  .temp_page .page_top .header .search {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    width: 16.875rem;
    height: 2.375rem; }
    .temp_page .page_top .header .search input {
      height: 100%;
      margin: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 0.875rem;
      width: 13.875rem;
      float: left;
      }
    .temp_page .page_top .header .search .search_btn {
      width: 3rem;
      height: 100%;
      background: url("../images/sercher_btn.png") center no-repeat;
      outline: none;
      cursor: pointer;
      }

.temp_page .main_index {
  margin: 1.875rem auto; }
  .temp_page .main_index .left_column {
    width: 16.25rem;
    margin-right: 2.1875rem; }
    .temp_page .main_index .left_column .nav {
      -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.17);
              box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.17);
      margin-bottom: 0.375rem; }
      .temp_page .main_index .left_column .nav .yiji_nav {
        position: relative; }
        .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a {
          position: relative; }
          .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a a {
            color: #3d3d3d;
            display: block;
            margin: auto;
            padding: 1.125rem 2rem; }
          .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a i.xial {
            position: absolute;
            top: 1.5rem;
            display: inline-block;
            width: 1rem;
            height: 1rem;
            right: 1rem;
            cursor: pointer;
            }
            .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a i.xial:before {
              position: absolute;
              content: "";
              width: 0.5rem;
              height: 1px;
              background: #3d3d3d;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              right: 0.35rem;
              top: 0;
              bottom: 0;
              margin: auto 0;
              }
            .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a i.xial:after {
              position: absolute;
              content: "";
              width: 0.5rem;
              height: 1px;
              background: #3d3d3d;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              left: 0.5rem;
              top: 0;
              bottom: 0;
              margin: auto 0;
              }
            .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a i.xial.z_open:before {
              right: 1px;
              }
            .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a i.xial.z_open:after {
              left: 0.1rem;
              }
          .temp_page .main_index .left_column .nav .yiji_nav .yiji_nav_a:after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: 0;
            background: #e5e5e5;
            height: 1px; }
        .temp_page .main_index .left_column .nav .yiji_nav .erji_nav {
          padding: 1.125rem 2rem;
          font-size: 0.875rem;
          display: none; }
          .temp_page .main_index .left_column .nav .yiji_nav .erji_nav a {
            display: block;
            color: #3d3d3d;
            position: relative;
            padding-left: 1.25rem;
            padding-top: 0.625rem;
            padding-bottom: 0.625rem; }
            .temp_page .main_index .left_column .nav .yiji_nav .erji_nav a i {
              width: 0.625rem;
              height: 0.625rem;
              background: url(../images/icon.png) 0 -6.875rem no-repeat;
              display: inline-block;
              margin-right: 0.75rem;
              position: absolute;
              top: 0.95rem;
              left: 0; }
            .temp_page .main_index .left_column .nav .yiji_nav .erji_nav a.erji_curr {
              color: #0072bb; }
        .temp_page .main_index .left_column .nav .yiji_nav.curr .yiji_nav_a {
          background-image: -webkit-gradient(linear, right top, left top, from(rgba(78, 75, 74, 0.63)), color-stop(25%, rgba(167, 165, 165, 0.49)), color-stop(50%, rgba(254, 254, 254, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(78, 75, 74, 0.63))), -webkit-gradient(linear, left top, left bottom, from(#0072bb), to(#0072bb));
          background-image: linear-gradient(-90deg, rgba(78, 75, 74, 0.63) 0%, rgba(167, 165, 165, 0.49) 25%, rgba(254, 254, 254, 0.35) 50%, rgba(255, 255, 255, 0.35) 50%, rgba(78, 75, 74, 0.63) 100%), linear-gradient(#0072bb, #0072bb);
          background-blend-mode: overlay,normal;
          position: relative; }
          .temp_page .main_index .left_column .nav .yiji_nav.curr .yiji_nav_a a {
            color: #fff; }
        .temp_page .main_index .left_column .nav .yiji_nav:after {
          position: absolute;
          content: "";
          left: 0;
          right: 0;
          bottom: 0;
          background: #e5e5e5;
          height: 1px; }
        .temp_page .main_index .left_column .nav .yiji_nav:first-child:before {
          position: absolute;
          content: "";
          background-color: #0072bb;
          height: 0.1875rem;
          top: 0;
          left: 0;
          right: 0; }
    .temp_page .main_index .left_column .er_code {
      height: 170px;
      width: 100%;
      position: relative;
      margin-top: 1.25rem; }
      .temp_page .main_index .left_column .er_code .er_code_one {
        padding: 1.6875rem 0.75rem; }
      .temp_page .main_index .left_column .er_code:before {
        background-image: url("../images/er_code_b.png");
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        background-color: #535353;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1; }
      .temp_page .main_index .left_column .er_code .er_code_img {
        background: url("../images/er_code_k.png") no-repeat;
        width: 4.875rem;
        height: 7.3125rem; }
      .temp_page .main_index .left_column .er_code .er_code_text {
        width: calc(100% - 4.875rem);
        color: #fff;
        padding-left: 0.75rem; }
        .temp_page .main_index .left_column .er_code .er_code_text span {
          display: block;
          line-height: 2rem; }
    .temp_page .main_index .left_column .te_pic {
      margin-bottom: 1.25rem;
      padding: 2.2rem 0.5rem 1.8rem;
      -webkit-box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.26);
              box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.26); }
      .temp_page .main_index .left_column .te_pic .te_pic_one {
        width: 5.3125rem;
        line-height: 5rem;
        height: 5.3125rem;
        margin: auto;
        background-color: #f8fafb;
        border-radius: 50%;
        border: solid 2px #ffffff;
        overflow: hidden;
        text-align: center; }
      .temp_page .main_index .left_column .te_pic .te_pic_name {
        font-size: 1.25rem;
        color: #010101;
        font-weight: bold;
        text-align: center;
        padding: 0.5rem 0; }
      .temp_page .main_index .left_column .te_pic .te_pic_hit {
        text-align: center;
        font-size: 0.875rem; }
        .temp_page .main_index .left_column .te_pic .te_pic_hit span {
          background-color: #ffeded;
          display: inline-block;
          padding: 0.5rem 1rem;
          color: #5a5a5a; }
          .temp_page .main_index .left_column .te_pic .te_pic_hit span i {
            display: inline-block;
            width: 1.125rem;
            height: 1.125rem;
            background: url(../images/icon.png) -4.25rem -0.1875rem no-repeat;
            vertical-align: sub;
            margin-right: 0.375rem; }
  .temp_page .main_index .right_column {
    width: calc(100% - (295rem/16)); }
    .temp_page .main_index .right_column .te_pic {
      display: none; }
    .temp_page .main_index .right_column .model_cont {
      border: solid 1px #e7eaed; }
      .temp_page .main_index .right_column .model_cont .model_title {
        position: relative;
        padding: 1rem; }
        .temp_page .main_index .right_column .model_cont .model_title .model_title_a {
          /* height: 2.5rem; */
          line-height: 2.5rem;
          font-size: 1.25rem;
          color: #1d1b1b;
          font-weight: bold;
          }
          .temp_page .main_index .right_column .model_cont .model_title .model_title_a i {
            display: inline-block;
            position: relative;
            margin-right: 1rem;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(78, 75, 74, 0.63)), to(rgba(255, 255, 255, 0.63))), -webkit-gradient(linear, left top, left bottom, from(#0072bb), to(#0072bb));
            background-image: linear-gradient(0deg, rgba(78, 75, 74, 0.63) 0%, rgba(255, 255, 255, 0.63) 100%), linear-gradient(#0072bb, #0072bb);
            background-blend-mode: overlay,
 normal;
            vertical-align: middle; }
            .temp_page .main_index .right_column .model_cont .model_title .model_title_a i:before {
              position: absolute;
              content: "";
              width: 1.4375rem;
              height: 1.3125rem;
              background-image: url(../images/icon.png);
              background-repeat: no-repeat;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              background-position: 0px -4.6875rem; }
          .temp_page .main_index .right_column .model_cont .model_title .model_title_a a.a_more {
            font-weight: normal; }
        .temp_page .main_index .right_column .model_cont .model_title.m_line:after {
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          background: #e5e5e5; }

.temp_page .footer {
  background: #0072bb url("../images/footer_bg.png") no-repeat;
  color: #fff;
  padding: 2.5rem 0 2.8125rem;
  background-size: cover; }
  .temp_page .footer .fwl {
    text-align: center;
    margin-bottom: 1.25rem; }
    .temp_page .footer .fwl span {
      border: 1px solid #fff;
      display: inline-block;
      padding: 0.625rem 3.125rem; }
  .temp_page .footer .dz {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .temp_page .footer .dz span {
      display: inline-block; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .temp_page .main_index .left_column .nav .yiji_nav.curr .yiji_nav_a {
    background: #0072bb; }
  .temp_page .main_index .right_column .model_cont .model_title .model_title_a i {
    background: #0072bb; } }




/*分页*/
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}
.pages table{
    width: 50% !important;
    margin: 0 auto;}
.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #e5e5e5 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #535353 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    background: #a20505 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #e5e5e5 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#004D7A, EndColorStr=#004D7A)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#004D7A), to(#004D7A))!important;
    background: -moz-linear-gradient( top,#004D7A,#004D7A)!important;
    background: -ms-linear-gradient(top,#004D7A 0%,#004D7A 100%)!important;
}