@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;} }
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s !important;
-webkit-text-fill-color: #ffffff;}

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;
  color: #333;}

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;
  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;
  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-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;}

[type='submit']:focus, [type='button']:focus {
  outline: none;}

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;
  text-decoration: none;
  cursor: pointer;}

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;} }

.apothem {
  width: 1200px;
  margin: auto;}

.margin-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;}

.padding-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;}

.margin-lrn-15 {
  margin-left: -15px;
  margin-right: -15px;}

.margin-lr-15 {
  margin-left: 15px;
  margin-right: 15px;}

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;}

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;}

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;}

.margin-lr-30 {
  margin-left: 30px;
  margin-right: 30px;}

.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;}

.margin-bottom-40 {
  margin-bottom: 40px;}

.margin-bottom-30 {
  margin-bottom: 30px;}

.bge7e7e7 {
  background-color: #e7e7e7;}

.bgfff {
  background-color: #fff;}

.bgf9f9f9 {
  background-color: #f9f9f9;}

.bgf5f5f5 {
  background-color: #f5f5f5;}

.research_index {
  font-size: 14px;}
  .research_index .header .web-title {
    height: 32px;
    line-height: 32px;
    color: #333;
    text-align: right;
    background: #f2f9ff;}
    .research_index .header .web-title span.links_a {
      display: inline-block;
      color: #333;
      margin: 0 10px;}
  .research_index .header .header_top {
    background-color: #096fd4;
    background-image: url(/wucai/dfiles/26856/_ts/syszw/css/../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;}
    .research_index .header .header_top .logo_main .logo {
      margin: 28px 0;}
    .research_index .header .header_top .logo_main .web-name {
      text-align: center;
      margin: 25px 0 25px 20px;}
      .research_index .header .header_top .logo_main .web-name span {
        display: block;
        color: #fff;}
        .research_index .header .header_top .logo_main .web-name span.web_one {
          font-size: 24px;text-align:left}
        .research_index .header .header_top .logo_main .web-name span.web_two {
          font-size: 16px;}
    .research_index .header .header_top .search {
      margin: 35px 0;width:314px;}
      .research_index .header .header_top .search .search_show {
        width: 228px;
        position: relative;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 20px;
        position: relative;}
        .research_index .header .header_top .search .search_show .search_input {
          width: 205px;
          float: left;
          height:33px;
          line-height: 33px;
          margin: 0;
          padding: 0;
          background: none;
          border:none;
          border-bottom: solid 1px #ffffff;font-size:13.333px;}
        .research_index .header .header_top .search .search_show .search_but {
          width: 23px;
          height: 39px;
          float: right;
          margin: 0;
          padding: 0;}
          .research_index .header .header_top .search .search_show .search_but .search_icon {
            display: inline-block;
            background: url(/wucai/dfiles/26856/_ts/syszw/css/../images/search.jpg) 0 0 no-repeat;
            width: 23px;
            height: 23px;
            vertical-align: middle;
            cursor: pointer;}
        .research_index .header .header_top .search .search_show .search_hide {
          display:block;}
        .research_index .header .header_top .search .search_show .show_btn {
          position: absolute;
          right: 0;
          width: 23px;
          height: 23px;
          top: 0;
          bottom: 0;
          margin: auto;}
          .research_index .header .header_top .search .search_show .show_btn .search_icon {
            display: inline-block;
            background: url(/wucai/dfiles/26856/_ts/syszw/css/../images/search.jpg) 0 0 no-repeat;
            width: 23px;
            height: 23px;
            vertical-align: middle;
            cursor: pointer;}
      .research_index .header .header_top .search a.language {
        display: block;
        color: #fff;
        position: relative;
        padding-left: 20px;
        margin-left: 20px;
        height: 40px;
        line-height: 40px;width:66px ;}
        .research_index .header .header_top .search a.language:before {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          bottom: 0;
          width: 1px;
          margin: auto;
          height: 20px;
          background-color: #f8f8f8;}
  .research_index .header .nav {
    border-bottom: 3px solid #ffc600;}
    .research_index .header .nav ul {
      padding: 0;
      margin: 0;}
      .research_index .header .nav ul.yiji_nav {
        height: 45px;
        line-height: 45px;}
        .research_index .header .nav ul.yiji_nav li.yiji_li {
          display: block;
          float: left;
          position: relative;
          padding: 0 2%;
          text-align: center;
          min-width: 133px;}
        .research_index .header .nav ul.yiji_nav li.yiji_li:hover{
         background: #ffc600;}
          .research_index .header .nav ul.yiji_nav li.yiji_li.active {
            background: #ffc600;}
            .research_index .header .nav ul.yiji_nav li.yiji_li.active a {
              color: #343434;}
          .research_index .header .nav ul.yiji_nav li.yiji_li a {
            font-size: 16px;
            color: #343434;}
          .research_index .header .nav ul.yiji_nav li.yiji_li ul {
            padding: 0;}
            .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav {
              position: absolute;
              left: 0;
              top: 45px;
              width: 100%;
              background: #0e7bd9;
              display: none;
              z-index: 1;}
              .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
                display: block;}
              .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
                display: block;
                position: relative;
                border-bottom: 1px solid #0060b3;
                height: 45px;
                line-height: 45px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;}
                .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li a {
                  color: #fff;}
                .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover {
                  background: #0771cd;}
                .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
                  padding: 0;}
                  .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
                    position: absolute;
                    top: 0;
                    left: 100%;
                    width: 100%;
                    display: none;
                    background: #0e7bd9;}
                    .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
                      display: block;}
                    .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
                      display: block;
                      border-bottom: 1px #0060b3 solid;
                      height: 45px;
                      -webkit-box-sizing: border-box;
                              box-sizing: border-box;
                      line-height: 45px;}
                      .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li:hover {
                        background: #0771cd;}
                      .research_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li a {
                        color: #fff;}
        .research_index .header .nav ul.yiji_nav .nav_more {
          position: relative;
          width: 2.125rem;
          float: right;
          height: 100%;}
          .research_index .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav {
            background: #0e7bd9;
            display: block;
            position: absolute;
            z-index: 2;
            top: 100%;
            min-width: 5rem; 
            right: 0;}
            .research_index .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li {
              width: 96%;}
              .research_index .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li a {
                color: #fff;}
              .research_index .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li ul.erji_nav {
                position: absolute;
                left: 100%;
                top: 0;}
          .research_index .header .nav ul.yiji_nav .nav_more .menu {
            display: inline-block;
            width: 40px;
            height: 100%;
                font-style: normal;
             font-size: 16px;
            float: right;}
          .research_index .header .nav ul.yiji_nav .nav_more .add_nav {
            display: none;}
  .research_index .research-mian .banner {
    height: 200px;}
    .research_index .research-mian .banner img {
      width: 100%;
      height: 100%;}
  .research_index .research-mian .group_index .group_left {
    width: 240px;}
    .research_index .research-mian .group_index .group_left .page_title {
      position: relative;
      height: 49px;
      line-height: 49px;
      font-size: 16px;
      color: #fff;
      background-color: #0e7bd9;
      padding: 0 20px;
      background-image: url(/wucai/dfiles/26856/_ts/syszw/css/../images/link_bg.jpg);}
      .research_index .research-mian .group_index .group_left .page_title i.pt_icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(/wucai/dfiles/26856/_ts/syszw/css/../images/icon.jpg) 0 -126px no-repeat;
        margin-right: 10px;
        vertical-align: middle;}
      .research_index .research-mian .group_index .group_left .page_title:after {
        position: absolute;
        content: "";
        border-left: 7px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 0;
        height: 0;}
    .research_index .research-mian .group_index .group_left .page_cc {
      padding: 20px;}
      .research_index .research-mian .group_index .group_left .page_cc .cc_title {
        font-size: 16px;
        color: #3e3d3d;}
        .research_index .research-mian .group_index .group_left .page_cc .cc_title .lc_img {
          display: inline-block;
          width: 28px;
          height: 28px;
          margin-right: 18px;
          background-color: #0e7bd9;
          border-radius: 3px;
          background-image: url(/wucai/dfiles/26856/_ts/syszw/css/../images/icon.jpg);
          background-repeat: no-repeat;
          background-position: -62px -128px;
          vertical-align: middle;}
      .research_index .research-mian .group_index .group_left .page_cc .page_cc_lx {
        font-size: 14px;
        color: #535353;
        line-height: 36px;
        margin-top: 10px;}
  .research_index .research-mian .group_index .group_right {
    width: 960px;
    border-left: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 30px;
    box-sizing: border-box;
    min-height: 300px;}
    .research_index .research-mian .group_index .group_right .column {
      border-bottom: 1px dashed #c0c0c0;}
      .research_index .research-mian .group_index .group_right .column .current_location {
        color: #5d5c5c;
        line-height: 36px;}
        .research_index .research-mian .group_index .group_right .column .current_location .location_icon {
          display: inline-block;
          width: 24px;
          height: 23px;
          background: url(/wucai/dfiles/26856/_ts/syszw/css/../images/icon.jpg) 0 -177px no-repeat;
          vertical-align: middle;
          margin-right: 12px;}
  .research_index .footer {
    background-color: #096fd4;
    background-image: url(/wucai/dfiles/26856/_ts/syszw/css/../images/footer_bg.jpg);
    color: #fff;
    margin-top: 40px;
    font-size: 14px;}
    .research_index .footer .copyright {
      line-height: 30px;    text-align: center;
      padding: 20px 0 20px 0;}
    .research_index .footer .footer-right {
      height: 116px;
      line-height: 116px;
      margin: 36px 0;}
      .research_index .footer .footer-right .iphone {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;}
        .research_index .footer .footer-right .iphone .d_shade {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: #1d1d1d;
          opacity: 0.2;
          filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);}
      .research_index .footer .footer-right .iphone_span {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;}
        .research_index .footer .footer-right .iphone_span .iphone_icon {
          display: inline-block;
          width: 13px;
          height: 19px;
          margin-right: 10px;
          vertical-align: sub;
          background: url(/wucai/dfiles/26856/_ts/syszw/css/../images/icon.jpg) -67px -76px no-repeat;}
      .research_index .footer .footer-right .er_code {
        margin-left: 20px;
        width: 116px;
        height: 116px;
        background-color: #ffffff;}