meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only print, screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only print, screen and (max-width: 20em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only print, screen and (min-width:20.0625em)/";
  width: 20.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only print, screen and (min-width:20.0625em) and (max-width:25em)/";
  width: 20.0625em; }

meta.foundation-mq-large {
  font-family: "/only print, screen and (min-width:25.0625em)/";
  width: 25.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only print, screen and (min-width:25.0625em) and (max-width:40em)/";
  width: 25.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only print, screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only print, screen and (min-width:40.0625em) and (max-width:56.25em)/";
  width: 40.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only print, screen and (min-width:56.3125em)/";
  width: 56.3125em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

body {
  background: #fff;
  color: #0d0d0d;
  font: 0.75em arial,Microsoft YaHei; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial,Microsoft YaHei; }

* {
  transition: all 0.2s ease 0s; }

em,
i {
  font-style: normal; }

a {
  text-decoration: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1200px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only print, screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only print, screen and (min-width: 20.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only print, screen and (min-width: 25.0625em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only print, screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only print, screen and (min-width: 20.0625em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only print, screen and (min-width: 25.0625em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
#topbar {
  margin: 0 0 0.9375rem; }

.l-main {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .l-main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.66667%;
      float: left; } }

.l-aside {
  background: #f9f9f9;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .l-aside {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left;
      float: right;
      margin-top: 0.9375rem;
      max-width: 18.75rem; } }

.l-widget {
  background: #f0f0f0;
  width: 100%; }

.topbar {
  height: 4.0625rem;
  padding: 0.625rem 0;
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media only print, screen and (min-width: 40.0625em) {
    .topbar {
      position: relative; } }
  .topbar a {
    text-decoration: none; }
  .topbar > h1 {
    display: none;
    float: left;
    margin: 0 0/*3.75rem*/ 0 0; }
    @media only print, screen and (min-width: 40.0625em) {
      .topbar > h1 {
        display: block; } }
    .topbar > h1 img {
      max-width: 6.25rem;
      width: 100%; }
      @media only print, screen and (min-width: 40.0625em) {
        .topbar > h1 img {
          max-width: 10.75rem;
          width: 100%; } }
  .topbar > h2 {
    display: block;
    margin: 0; }
    .topbar > h2 img {
      max-width: 9.375rem; }
    @media only print, screen and (min-width: 40.0625em) {
      .topbar > h2 {
        display: none; } }

.topbar-list {
  display: none;
  float: left;
  list-style-type: none;
  margin: 0.625rem 0 0;
  padding: 0.625rem 0;
  width: 100%; }
  @media only print, screen and (min-width: 56.3125em) {
    .topbar-list {
      display: block;
      margin: 2.5rem 0 0;
      padding: 0;
      width: auto; } }
  .topbar-list > li {
    float: none;
    padding: 0.5rem 0.75rem;
    text-align: center;
    width: 100%; }
    @media only print, screen and (min-width: 56.3125em) {
      .topbar-list > li {
        float: left;
        padding: 0 1.6rem;/*1.75rem;*/
        width: auto; } }
    .topbar-list > li:last-child {
      padding: 0.5rem 0.75rem; }
      @media only print, screen and (min-width: 56.3125em) {
        .topbar-list > li:last-child {
          padding: 0 0 0 5.375rem; } }

.topbar-call {
  display: none;
  float: right; }
  @media only print, screen and (min-width: 56.3125em) {
    .topbar-call {
      display: block;
      max-width: 13.75rem;
      position: absolute;
      right: 5px;
      width: 100%; 
	  margin-top: 10px;} }

.topbar-lang {
  display: none;
  margin: 0;
  padding: 0; }

.topbar-menu {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem; }
  @media only print, screen and (min-width: 56.3125em) {
    .topbar-menu {
      display: none; } }
  .topbar-menu img {
    max-width: 1.875rem;
    width: 100%; }

.banner {
  margin: 4.0625rem 0 0;
  text-align: center; }
  @media only print, screen and (min-width: 40.0625em) {
    .banner {
      margin: 0 0 0.9375rem; } }
  .banner > h1 {
    margin: 0.9375rem 0 0.625rem; }
  .banner > p {
    margin: 0 0 0.9375rem; }

.banner-news {
  padding: 0.9375rem 0; }

.banner-job {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .banner-job {
      display: block; } }

.banner-time,
.banner-product,
.banner-news,
.banner-contact,
.banner-investor {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .banner-time,
    .banner-product,
    .banner-news,
    .banner-contact,
    .banner-investor {
      display: block; } }

.banner-job-small,
.banner-time-small,
.banner-product-small,
.banner-news-small,
.banner-contact-small,
.banner-investor-small {
  display: block; }
  @media only print, screen and (min-width: 40.0625em) {
    .banner-job-small,
    .banner-time-small,
    .banner-product-small,
    .banner-news-small,
    .banner-contact-small,
    .banner-investor-small {
      display: none; } }

.newslist {
  margin: 0.75rem 0 0; }

.newslist-cover {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 30.83333%;
  float: left;
  float: left;
  padding-left: 0;
  position: relative; 
  height: 150px;
}
  .newslist-cover > a {
    display: block;
    max-height: 9.125rem;
    overflow: hidden; }
  .newslist-cover img {
    width: 100%; 
    height: 100%;
  }

.newslist-img-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 69.16667%;
  float: left;
  padding: 0; }

.newslist-text-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0; }

.newslist-summary {
  display: none;
  height: 2.5rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis; 
  margin-top: 30px;
  }
  @media only print, screen and (min-width: 40.0625em) {
    .newslist-summary {
      display: block; } }

.newslist-meta {
  bottom: 0;
  margin: 0.3125rem 0;
  right: -16.25rem;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 16.25rem; }
  @media only print, screen and (min-width: 40.0625em) {
    .newslist-meta {
      bottom: 0.3125rem; } }

.newslist-title {
  height: 1.375rem;
  line-height: 1.375rem;
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .newslist-title a:hover {
    text-decoration: underline; }

.newslist-line {
  padding: 0 0.3125rem; }

.newslist-tags {
  padding: 0.1875rem 0.5rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem; }

.newslist-caption {
  height: 1.5625rem;
  line-height: 1.5625rem; }
  .newslist-caption > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .newslist-caption > ul > li {
      float: left;
      padding: 0 0.9375rem; }

.news-cont-list > ul {
  display: none;
  float: left;
  list-style-type: none;
  margin: 0.625rem 0;
  padding: 0;
  width: 100%; }
  @media only print, screen and (min-width: 40.0625em) {
    .news-cont-list > ul {
      margin: 1.125rem 0 0.625rem; } }
  .news-cont-list > ul:first-child {
    display: block; }
  .news-cont-list > ul li {
    float: left;
    padding: 1.25rem 0;
    width: 100%; }

.news-investor {
  padding-top: 0 !important; }
  .news-investor > li {
    padding: 0.3125rem 0 0 !important; }
    .news-investor > li a {
      line-height: 1.5rem; }

.newslist-date {
  display: none;
  float: right; }
  @media only print, screen and (min-width: 40.0625em) {
    .newslist-date {
      display: inline-block; } }

.recommend-stock,
.recommend-stock-logo {
  text-align: center;
  padding: 1.25rem 0; }
  @media only print, screen and (min-width: 40.0625em) {

    .recommend-stock,
    .recommend-stock-logo {
      padding: 0.9375rem 0; } }

.newslist-detail-caption {
  padding: 0.625rem 0 0.9375rem;
  text-align: left; }

.newslist-detail {
  padding: 0.9375rem 0; 
  line-height: 1.8;}

.newslist-detail p {
  line-height: 1.625rem; }

.newslist-images {
  text-align: center; }

.recommend {
  float: left;
  margin: 1.25rem 0 0;
  width: 100%; }
  .recommend h1 {
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0.5rem 0; }

.recommend-list {
  clear: both;
  list-style-type: none;
  padding: 0 0 1.25rem; }
  .recommend-list li {
    float: left;
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

.recommend-grid {
  width: 13.75rem !important; }

.recommend-stock-call {
  padding: 0 0 0.625rem 0; }
  .recommend-stock-call dt {
    float: left;
    margin: 0 0.625rem 0 0; }
    .recommend-stock-call dt img {
      max-width: 3.75rem; }
  .recommend-stock-call dd {
    margin: 0 0 0 5rem;
    padding: 0; }
    .recommend-stock-call dd p {
      margin: 0 0 0.3125rem; }
    .recommend-stock-call dd span {
      display: block;
      line-height: 1.375rem; }

.recommend-img {
  padding: 0.625rem 0;
  text-align: center; }

.job {
  margin: 0.9375rem 0 0; }
  .job > h1 {
    text-align: center; }

.job-table {
  margin: 0.625rem 0 1.875rem; }
  .job-table > table th,
  .job-table > table td {
    padding: 0.625rem 0.9375rem;
    text-align: left; }
    @media only print, screen and (min-width: 40.0625em) {
      .job-table > table th,
      .job-table > table td {
        padding: 0.9375rem 1.25rem; } }
  .job-table > table tr td {
    display: none; }
    .job-table > table tr td:first-child {
      display: table-cell;
      width: 65%; }
    .job-table > table tr td:last-child {
      display: table-cell;
      text-align: right;
      width: 35%; }
      @media only print, screen and (min-width: 40.0625em) {
        .job-table > table tr td:last-child {
          text-align: center; } }
    @media only print, screen and (min-width: 40.0625em) {
      .job-table > table tr td {
        display: table-cell; }
        .job-table > table tr td:first-child {
          display: table-cell;
          width: auto; }
        .job-table > table tr td:last-child {
          display: table-cell;
          width: auto; } }
  .job-table > table tr:first-child {
    display: none; }
    @media only print, screen and (min-width: 40.0625em) {
      .job-table > table tr:first-child {
        display: table-row; } }
    .job-table > table tr:first-child th:last-child {
      width: 40%; }
      @media only print, screen and (min-width: 40.0625em) {
        .job-table > table tr:first-child th:last-child {
          width: 10%; } }

.job-button {
  margin: 0 0 0 1.25rem;
  padding: 0.375rem 0.625rem; }

.job-join {
  padding: 0 0.9375rem; }
  @media only print, screen and (min-width: 40.0625em) {
    .job-join {
      padding: 0; } }

.job-join-caption {
  text-align: center; }
  .job-join-caption > h1 {
    margin: 0.625rem 0; }
  .job-join-caption > p {
    line-height: 1.375rem;
    margin: 0 auto;
    width: 95%; }
    @media only print, screen and (min-width: 40.0625em) {
      .job-join-caption > p {
        margin: 0 auto;
        width: 60%; } }

.job-pic {
  padding: 0.625rem 0 1.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-pic img {
  max-width: 100%;
  height: auto;
  display: block;
}

.job-pic-large {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .job-pic-large {
      display: block; } }

.job-pic-small {
  display: block; }
  @media only print, screen and (min-width: 40.0625em) {
    .job-pic-small {
      display: none; } }

.table-cate,
.table-number,
.table-adress {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .table-cate,
    .table-number,
    .table-adress {
      display: inline-block; } }

.job-table-th {
  visibility: hidden; }
  @media only print, screen and (min-width: 40.0625em) {
    .job-table-th {
      visibility: visible; } }
  .job-table-th > th {
    text-align: left; }

.job-detail {
  padding: 1.25rem; }
  .job-detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .job-detail > dl {
    padding: 0 1.875rem;
    line-height: 1.875rem; }
    .job-detail > dl > dd {
      margin: 0 0 0 0.9375rem; }

.job-apply {
  clear: both;
  height: 13rem;
  margin: 0.9375rem auto;
  padding: 0.9375rem; }
  .job-apply > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .job-apply li {
    color: #494949;
    font-size: 1rem;
    padding: 0.625rem 0;
    text-align: center; }
    .job-apply li label {
      padding: 0 0.9375rem; }
    .job-apply li input[type='text'] {
      background: #fff;
      border: 0.0625rem solid #ccc;
      height: 2.125rem;
      padding: 0 0.625rem;
      width: 20rem; }
    .job-apply li input[type='button'] {
      background: #e77817;
      border: 0.0625rem solid #e77817;
      border-radius: 0.1875rem;
      color: #fff;
      padding: 0.625rem;
      width: 20rem; }

.job-tips {
  color: #666;
  margin: 0.625rem 0 0;
  padding: 0;
  text-align: center; }
  @media only print, screen and (min-width: 40.0625em) {
    .job-tips {
      text-align: center; } }

.product {
  padding: 0.9375rem 0; }

.product-caption {
  text-align: center; }
  .product-caption > h1 {
    margin: 0.5rem 0; }
  .product-caption > p {
    display: none;
    line-height: 1.375rem; }
    @media only print, screen and (min-width: 40.0625em) {
      .product-caption > p {
        display: block; } }

.product-highlight {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  display: none;
  padding-bottom: 1.25rem; }
  @media only print, screen and (min-width: 40.0625em) {
    .product-highlight {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 29.16667%;
      float: left;
      display: inline-block;
      padding-left: 0;
      padding-right: 0.125rem; } }

.product-list {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .product-list {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 70.83333%;
      float: left;
      padding-right: 0; } }

.product-list > ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .product-list > ul:before, .product-list > ul:after {
    content: " ";
    display: table; }
  .product-list > ul:after {
    clear: both; }
  .product-list > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .product-list > ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .product-list > ul > li:nth-of-type(1n) {
      clear: none; }
    .product-list > ul > li:nth-of-type(2n+1) {
      clear: both; }
  @media only print, screen and (min-width: 40.0625em) {
    .product-list > ul {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .product-list > ul:before, .product-list > ul:after {
        content: " ";
        display: table; }
      .product-list > ul:after {
        clear: both; }
      .product-list > ul > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .product-list > ul > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .product-list > ul > li:nth-of-type(1n) {
          clear: none; }
        .product-list > ul > li:nth-of-type(4n+1) {
          clear: both; } }

.product-cover {
  text-align: center;
  position: relative; }

.product-title,
.product-title-large {
  bottom: 0.3125rem;
  text-align: center;
  position: absolute;
  width: 100%; }

.product-two {
  padding: 0.9375rem 0; }
  .product-two > ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .product-two > ul:before, .product-two > ul:after {
      content: " ";
      display: table; }
    .product-two > ul:after {
      clear: both; }
    .product-two > ul > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .product-two > ul > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .product-two > ul > li:nth-of-type(1n) {
        clear: none; }
      .product-two > ul > li:nth-of-type(2n+1) {
        clear: both; }

.product-cate {
  padding: 0.9375rem 0; }

.product-one {
  padding: 0.9375rem 0; }
  .product-one > ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .product-one > ul:before, .product-one > ul:after {
      content: " ";
      display: table; }
    .product-one > ul:after {
      clear: both; }
    .product-one > ul > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .product-one > ul > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .product-one > ul > li:nth-of-type(1n) {
        clear: none; }
      .product-one > ul > li:nth-of-type(1n+1) {
        clear: both; }

.product-play {
  float: left;
  margin: 0.625rem 0 1.875rem; }

.product-play-cover {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .product-play-cover {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 62.5%;
      float: left;
      padding: 0; } }

.product-play-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .product-play-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 37.5%;
      float: left;
      padding-left: 1.875rem; } }
  .product-play-content > h2 {
    margin: 0;
    padding: 1.25rem 0 0; }
    .product-play-content > h2 > a {
      padding: 0 0 0.625rem; }
  .product-play-content > p > font {
    line-height: 1.5rem; }

.product-info {
  line-height: 1.375rem;
  text-align: center; }

.product-grid {
  margin-top: 0.9375rem; }

.product-link {
  padding: 0;
  text-align: center; }

.contact {
  float: left;
  padding: 0.9375rem 0;
  width: 100%; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact {
      padding: 5rem 0; } }

.contact-box {
  float: left;
  margin: 0.625rem 0 1.875rem;
  width: 100%; }

.contact-meta {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact-meta {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 51.66667%;
      float: left;
      float: right !important;
      padding-left: 3.75rem;
      padding-top: 1.875rem; } }
  .contact-meta > h2 {
    margin: 1.25rem 0;
    font-weight: normal;
    line-height: 1.4;
  }
  .contact-meta > p {
    margin: 0.5rem 0; }

.company-name {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.company-english-name {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

.company-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 1rem 0;
}

.company-phone {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
}

.contact-map {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact-map {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 48.33333%;
      float: left;
      padding: 0; } }

.contact-call > ul,
.contact-call-small > ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  margin: 0; }
  .contact-call > ul:before, .contact-call > ul:after,
  .contact-call-small > ul:before,
  .contact-call-small > ul:after {
    content: " ";
    display: table; }
  .contact-call > ul:after,
  .contact-call-small > ul:after {
    clear: both; }
  .contact-call > ul > li,
  .contact-call-small > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .contact-call > ul > li,
  .contact-call-small > ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .contact-call > ul > li:nth-of-type(1n),
    .contact-call-small > ul > li:nth-of-type(1n) {
      clear: none; }
    .contact-call > ul > li:nth-of-type(2n+1),
    .contact-call-small > ul > li:nth-of-type(2n+1) {
      clear: both; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact-call > ul,
    .contact-call-small > ul {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .contact-call > ul:before, .contact-call > ul:after,
      .contact-call-small > ul:before,
      .contact-call-small > ul:after {
        content: " ";
        display: table; }
      .contact-call > ul:after,
      .contact-call-small > ul:after {
        clear: both; }
      .contact-call > ul > li,
      .contact-call-small > ul > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .contact-call > ul > li,
      .contact-call-small > ul > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .contact-call > ul > li:nth-of-type(1n),
        .contact-call-small > ul > li:nth-of-type(1n) {
          clear: none; }
        .contact-call > ul > li:nth-of-type(4n+1),
        .contact-call-small > ul > li:nth-of-type(4n+1) {
          clear: both; } }

.contact-call-meta > dt {
  line-height: 1.625rem; }
.contact-call-meta > dd {
  line-height: 1.375rem;
  margin: 0; }

.contact-call {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact-call {
      display: none; } }

.contact-call-small {
  display: block; }
  @media only print, screen and (min-width: 40.0625em) {
    .contact-call-small {
      display: none; } }

.about-history {
  border: 0.0625rem solid #0093dd;
  border-radius: 0.1875rem;
  color: #0093dd;
  padding: 0.3125rem 0.625rem; }
  .about-history:hover {
    background: #0093dd;
    color: #fff !important; }

.about-history-title {
  font-size: 1rem;
  padding: 0 0 0.3125rem; }

.about-history-summary {
  color: #666;
  font-size: 0.75rem;
  line-height: 1.375rem; }

.about-history-cover {
  margin: 0.625rem 0; }

.listpage {
  display: table;
  text-align: center;
  width: 100%; }

.pagination {
  display: inline-block;
  margin: 3.4375rem 0; }

.pagination-page,
.pagination-count {
  float: left;
  line-height: 1.75rem; }

.pagination-page a {
  height: 1.75rem;
  line-height: 1.75rem;
  position: relative;
  width: 1.75rem; }

.page-prev {
  display: block;
  margin: 0 0.3125rem 0 0;
  padding: 0 0.1875rem 0 0;
  height: 1.625rem;
  width: 4.1875rem; }
  .page-prev span {
    float: left;
    margin: 0.875rem 0 0 0.4375rem; }

.page-next {
  display: block;
  margin: 0 0.3125rem 0 0;
  padding: 0 0 0 0.625rem;
  height: 1.5rem;
  line-height: 1.25rem;
  text-decoration: none;
  width: 4.1875rem !important; }
  .page-next span {
    float: right;
    margin: 0.875rem 0.4375rem 0 0; }

.page-wrap {
  float: left;
  margin: 0 0.625rem 0 0;
  text-align: center;
  position: relative;
  z-index: 1; }

.page-cur,
.page-hover {
  display: block;
  font-size: 0.75rem;
  height: 1.625rem;
  line-height: 1.625rem;
  overflow: hidden;
  position: relative;
  width: 1.625rem; }

.page {
  clear: both;
  display: block;
  padding: 0; }

.page-bg {
  bottom: 0.125rem;
  height: 1.625rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 1.6875rem; }

.page-wrap:hover {
  z-index: 2; }

.page-split {
  float: left;
  padding: 0 0.8125rem; }

.pagination-count {
  margin: 0.125rem 0 0; }

.footer-website {
  display: none; }
  @media only print, screen and (min-width: 56.3125em) {
    .footer-website {
      display: block;
      padding: 1.25rem 0; } }
  .footer-website dl {
    float: left; }
    .footer-website dl > dt {
      line-height: 1.6875rem; }
    .footer-website dl > dd {
      margin: 0; }
      .footer-website dl > dd a {
        display: block;
        line-height: 1.6875rem; }
      .footer-website dl > dd > p {
        line-height: 1.6875rem;
        margin: 0; }

.footer-website-about {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-website-about {
      display: block;
      width: 9.375rem; } }

.footer-website-product {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-website-product {
      display: block;
      width: 8.875rem; } }

.footer-website-invest {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-website-invest {
      display: block;
      width: 8.125rem; } }

.footer-website-contact {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-website-contact {
      width: 18.75rem; } }

.footer-website-follow {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-website-follow {
      width: 17.5rem; } }

.footer-website-adress {
  line-height: 1.3125rem;
  padding: 0.1875rem 0 0;
  position: absolute;
  width: 13.75rem; }

.footer-website-follow-code {
  width: 17.5rem; }
  .footer-website-follow-code > p {
    float: left;
    margin: 0.3125rem 1.25rem 0 0;
    line-height: 1.75rem;
    text-align: center;
    width: 8.125rem; }
    .footer-website-follow-code > p:last-child {
      margin-right: 0; }

.footer-share > a {
  float: left;
  margin: 0.625rem 0.875rem 0 0; }

.footer-copyright {
  line-height: 2.375rem;
  text-align: center; }

.footer-mobile {
  display: none; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-mobile {
      display: none; } }
  .footer-mobile > ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0; }
    .footer-mobile > ul:before, .footer-mobile > ul:after {
      content: " ";
      display: table; }
    .footer-mobile > ul:after {
      clear: both; }
    .footer-mobile > ul > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .footer-mobile > ul > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .footer-mobile > ul > li:nth-of-type(1n) {
        clear: none; }
      .footer-mobile > ul > li:nth-of-type(4n+1) {
        clear: both; }
    .footer-mobile > ul > li {
      text-align: center;
      padding-bottom: 0.625rem; }
      .footer-mobile > ul > li a {
        color: #333; }
        .footer-mobile > ul > li a:hover {
          color: #0093dd; }

.footer-moblie-adress {
  line-height: 1.375rem;
  margin-top: 0.625rem;
  padding: 0 0.9375rem; }

.footer-code-mobile {
  display: block;
  padding: 0.625rem 0;
  text-align: center; }
  @media only print, screen and (min-width: 40.0625em) {
    .footer-code-mobile {
      display: none; } }
  .footer-code-mobile > h1 {
    margin: 0; }
  .footer-code-mobile > ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0;
    padding: 0.9375rem 15% 0.625rem;
    width: 100%; }
    .footer-code-mobile > ul:before, .footer-code-mobile > ul:after {
      content: " ";
      display: table; }
    .footer-code-mobile > ul:after {
      clear: both; }
    .footer-code-mobile > ul > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .footer-code-mobile > ul > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .footer-code-mobile > ul > li:nth-of-type(1n) {
        clear: none; }
      .footer-code-mobile > ul > li:nth-of-type(2n+1) {
        clear: both; }
    .footer-code-mobile > ul li {
      text-align: center;
      padding-bottom: 0; }
    .footer-code-mobile > ul p {
      line-height: 1.75rem;
      margin: 0 auto;
      text-align: center;
      width: 6.375rem; }
  .footer-code-mobile > p {
    margin: 0;
    padding: 0.125rem 0; }

.topbar {
  background: #fff;
  border-bottom: 0.0625rem solid #ccc; }
  @media only print, screen and (min-width: 56.3125em) {
    .topbar {
      border: none; } }

.topbar-list {
  background: #f6f6f6;
  font-size: 1rem; }
  @media only print, screen and (min-width: 56.3125em) {
    .topbar-list {
      background: none;
      font-size: 1rem; } }
  .topbar-list a {
    color: #333; }

.topbar-current {
  color: #0093dd !important; }

.banner {
  color: #fff; }
  .banner > h1 {
    font-size: 2rem;
    font-weight: normal; }
  .banner > p {
    font-size: 1rem; }

.banner-job {
  background: url(https://www.daxingdao.com/themes/simpleboot3/public/static/images/banner-job.jpg) no-repeat; }

.banner-product {
  background: url(https://www.daxingdao.com/themes/simpleboot3/public/static/images/banner-product.jpg) no-repeat; }

.news-cont-list > ul {
  border-top: 0.0625rem solid #e9e9e9; }
  .news-cont-list > ul li {
    border-bottom: 0.0625rem solid #f0f0f0; }
    .news-cont-list > ul li:last-child {
      border-bottom: none; }

.newslist-title {
  font-size: 0.875rem; }
  @media only print, screen and (min-width: 40.0625em) {
    .newslist-title {
      font-size: 1.125rem; } }
  .newslist-title a {
    color: #333; }
    .newslist-title a:hover {
      color: #0093dd; }

.newslist-summary {
  color: #666;
  font-size: 0.8125rem; }

.newslist-meta {
  color: #999;
  font-size: 0.75rem; }
  @media only print, screen and (min-width: 40.0625em) {
    .newslist-meta {
      font-size: 0.875rem; } }
  .newslist-meta a {
    color: #999; }

.newslist-cover > a {
  border: 0.0625rem solid #eee; 
  height: 100%;
}
  .newslist-cover > a:hover > img {
    transform: scale(1.1, 1.1); }

.newslist-tags {
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.875rem; }

.newslist-org {
  background: #e77817; }

.newslist-green {
  background: #08d262; }

.newslist-blue {
  background: #0093dd; }

.newslist-caption {
  border-left: 0.25rem solid #0093dd; }
  .newslist-caption > ul > li {
    font-size: 0.875rem; }
    @media only print, screen and (min-width: 40.0625em) {
      .newslist-caption > ul > li {
        font-size: 1.25rem; } }
    .newslist-caption > ul > li a {
      color: #333; }

.newslist-caption-current {
  color: #0093dd !important; }

.news-investor > li a {
  font-size: 0.9375rem !important; }

.newslist-date {
  color: #999;
  font-size: 0.875rem; }

.newslist-detail-caption {
  border-bottom: 0.125rem solid #e9e9e9;
  font-size: 1.25rem;
  font-weight: bold; }

.newslist-detail p {
  color: #666;
  font-size: 0.9375rem; }

.recommend h1 {
  border-bottom: 0.0625rem solid #e9e9e9;
  color: #333;
  font-size: 1.25rem;
  font-weight: normal; }

.recommend-list li {
  background: url(https://www.daxingdao.com/themes/simpleboot3/public/static/images/icon-dot.png) no-repeat left center;
  border-bottom: 0.0625rem dashed #c8c8c8;
  font-size: 1rem; }
  .recommend-list li:hover {
    background: url(https://www.daxingdao.com/themes/simpleboot3/public/static/images/icon-dot-on.png) no-repeat left center; }
  .recommend-list li > a {
    color: #333; }
    .recommend-list li > a:hover {
      color: #0093dd !important; }
  .recommend-list li:last-child {
    border: none; }

.recommend-highlight {
  color: #e4393c;
  font-size: 0.875rem; }

.recommend-stock-call {
  color: #666; }
  .recommend-stock-call dd p {
    font-size: 1.125rem; }
  .recommend-stock-call dd span {
    font-size: 0.8125rem; }

.job-table > table {
  border: 0.0625rem solid #f0f0f0; }
  .job-table > table tr {
    border-bottom: 0.0625rem solid #f0f0f0; }
    .job-table > table tr:first-child {
      background: #0093dd; }
  .job-table > table th {
    background: #0093dd;
    color: #fff;
    font-size: 1rem;
    font-weight: normal; }
  .job-table > table td {
    color: #333;
    font-size: 0.875rem; }
    .job-table > table td > a {
      color: #0093dd; }

.job-button {
  background: #e77817;
  border-radius: 0.1875rem;
  color: #fff !important; }

.job-join-caption {
  text-align: center; }
  .job-join-caption > p {
    color: #999;
    font-size: 0.875rem; }

.job-detail > h1 {
  color: #0093dd;
  font-size: 1.375rem;
  font-weight: normal; }
.job-detail > dl {
  font-size: 1rem; }
  .job-detail > dl > dt {
    font-weight: bold; }

.job-table-th {
  background: #0093dd; }

.job-tips {
  color: #999;
  font-size: 0.875rem; }

.product-caption {
  text-align: center; }
  .product-caption > p {
    color: #999;
    font-size: 0.875rem; }

.product-title > a {
  color: #fff;
  font-size: 0.875rem; }

.product-title-large > a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold; }

.product-play {
  background: #f0f0f0; }

.product-play-content > h2 a {
  border-bottom: 0.125rem solid #3989c1;
  color: #333;
  font-size: 1.625rem;
  font-weight: normal; }
.product-play-content > p {
  color: #808080;
  font-size: 1.125rem; }
  .product-play-content > p > font {
    font-size: 0.875rem; }

.product-info {
  color: #999;
  font-size: 0.875rem; }

.product-link a {
  color: #e4393c;
  font-size: 0.875rem; }

.contact-box {
  background: #fbfbfd; }

.contact-meta > p {
  color: #333;
  font-size: 1rem; }

.contact-call-meta > dt {
  color: #333;
  font-weight: bold;
  font-size: 1rem; }
.contact-call-meta > dd {
  color: #333;
  font-size: 0.875rem; }

.pagination-page,
.pagination-count {
  color: #666; }

.pagination-page a {
  color: #333;
  font-family: Arial,SimSun;
  font-size: 0.75rem; }

.page-prev {
  border: 0.0625rem solid #e6e6e6; }
  .page-prev:hover {
    border: 0.0625rem solid #0093dd; }

.page-next {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.0625rem;
  text-decoration: none; }
  .page-next:hover {
    border: 0.0625rem solid #0093dd; }

.icon-disable {
  color: #ccc; }

.page-cur,
.page-hover {
  background: #fff;
  border: 0.0625rem solid #0093dd;
  border-radius: 0.0625rem;
  color: #0093dd;
  font-size: 0.75rem; }

.page-bg {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.0625rem; }

.page-wrap:hover .page-bg {
  border: 0.0625rem solid #0093dd; }

.page-wrap-hover a {
  color: #0093dd; }
.page-wrap-hover .page-bg {
  border: 0.0625rem solid #0093dd; }

.page-split {
  font-family: Verdana, Geneva, sans-serif; }

.footer-website {
  background: #eaeaea; }
  .footer-website dl > dt a {
    color: #000;
    font-size: 1.0625rem; }
  .footer-website dl > dd a {
    color: #666;
    font-size: 0.75rem; }
    .footer-website dl > dd a:hover {
      color: #0093dd; }
  .footer-website dl > dd > p {
    color: #666; }

.footer-copyright {
  background: #161616;
  color: #aaa;
  font-size: 0.875rem; }
  @media only print, screen and (min-width: 56.3125em) {
    .footer-copyright {
      font-size: 1rem; } }

.footer-website-follow-code > p {
  color: #666; }

.footer-mobile {
  background: #eee;
  border-top: 0.0625rem solid #ccc;
  padding: 0.9375rem 0; }
  .footer-mobile > ul {
    border-bottom: 0.0625rem solid #ccc; }

.footer-code-mobile {
  background: #f5f5f5; }

/*# sourceMappingURL=yorkg.css.map */