/*! 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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('library/fonts/glyphicons-halflings-regular.eot');
  src: url('library/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('library/fonts/glyphicons-halflings-regular.woff') format('woff'), url('library/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('library/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  vertical-align: text-top;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/*	璧?	*/
/*	#80000	*/
/*	#8b0000	*/
/*	#a52a2a	*/
/*	#b22222	*/
/*	#dc143c	*/
/*	#ff0000	*/
/*	绮?	*/
/*	#c71585	*/
/*	#d87093	*/
/*	#ff1493	*/
/*	#ff00ff	*/
/*	#ff00ff	*/
/*	#ff69b4	*/
/*	#ffc0cb	*/
/*	#ffb6c1	*/
/*	#ffe4e1	*/
/*	#fff0f5	*/
/*	绱?	*/
/*	#4b0082	*/
/*	#800080	*/
/*	#8b008b	*/
/*	#9932cc	*/
/*	#8a2be2	*/
/*	#9400d3	*/
/*	#6a5acd	*/
/*	#9370db	*/
/*	#7b68ee	*/
/*	#ba55d3	*/
/*	#ee82ee	*/
/*	#dda0dd	*/
/*	#d8bfd8	*/
/*	#e6e6fa	*/
/*	姗?	*/
/*	#8b4513 */
/*	#a0522d	*/
/*	#d2691e	*/
/*	#cd5c5c	*/
/*	#bc8f8f	*/
/*	#f08080	*/
/*	#fa8072	*/
/*	#ffa07a	*/
/*	#ff4500	*/
/*	#ff6347	*/
/*	#ff7f50	*/
/*	#ff8c00	*/
/*	#f4a460	*/
/*	#cd853f	*/
/*	#d2b48c	*/
/*	#deb887	*/
/*	#f5deb3	*/
/*	#ffe4b5	*/
/*	#ffdead	*/
/*	#ffdab9	*/
/*	#ffe4c4	*/
/*	#faebd7	*/
/*	#ffefd5	*/
/*	#fff8dc	*/
/*	#fdf5e6	*/
/*	#faf0e6	*/
/*	#fff5ee	*/
/*	#fffafa	*/
/*	#fffaf0	*/
/*	#fffff0	*/
/*	#f5fffa	*/
/*	閲?	*/
/*	#b8860b	*/
/*	#daa520	*/
/*	#ffd700	*/
/*	#ffff00	*/
/*	#bdb76b	*/
/*	#f0e68c	*/
/*	#eee8aa	*/
/*	#f5f5dc	*/
/*	#fffacd	*/
/*	#fafad2	*/
/*	#ffffe0	*/
/*	缁?	*/
/*	#2f4f4f	*/
/*	#556b2f	*/
/*	#808000	*/
/*	#006400	*/
/*	#228b22	*/
/*	#2e8b57	*/
/*	#008080	*/
/*	#008080	*/
/*	#20b2aa	*/
/*	#66cdaa	*/
/*	#3cb371	*/
/*	#8fbc8f	*/
/*	#9acd32	*/
/*	#32cd32	*/
/*	#00ff00	*/
/*	#7fff00	*/
/*	#7cfc00	*/
/*	#adff2f	*/
/*	#00fa9a	*/
/*	#00ff7f	*/
/*	#90ee90	*/
/*	#98f898	*/
/*	#7fffd4	*/
/*	#f0fff0	*/
/*	钃?	*/
/*	#191970	*/
/*	#000080	*/
/*	#00008b	*/
/*	#483d8b	*/
/*	#0000cd	*/
/*	#4169e1	*/
/*	#1e90ff	*/
/*	#6495ed	*/
/*	#00bfff	*/
/*	#87cefa	*/
/*	#b0c4de	*/
/*	#add8e6	*/
/*	#4682b4	*/
/*	#008b8b	*/
/*	#5f9ea0	*/
/*	#00ced1	*/
/*	#48d1cc	*/
/*	#40e0d0	*/
/*	#87cecb	*/
/*	#b0e0e6	*/
/*	#afeeee	*/
/*	#e0ffff	*/
/*	#f0ffff	*/
/*	#f0f8ff	*/
/*	#00ffff	*/
/*	#00ffff	*/
/*	榛?/鐧?/鐏?	*/
/*	#000000	*/
/*	#696969	*/
/*	#808080	*/
/*	#708090	*/
/*	#778899	*/
/*	#a9a9a9	*/
/*	#c0c0c0	*/
/*	#d3d3d3	*/
/*	#dcdcdc	*/
/*	#f5f5f5	*/
/*	#f8f8ff	*/
/*	#ffffff	*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
html {
  color: #363636;
  font-size: 87.5%;
}
body {
  line-height: 1.875rem;
  font-family: Microsoft Yahei, Arial, Tahoma, Serif;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
i,
em,
address {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
input,
button,
textarea {
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: dimgray;
  text-decoration: none;
}
a,
button,
input,
textarea {
  transition: all 0.24s;
}
button {
  vertical-align: top;
}
/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* No Select */
.no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* General CSS */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.v-base {
  vertical-align: baseline;
}
.v-text {
  vertical-align: text-top;
}
.m-center {
  margin: 0 auto;
}
.block,
.show {
  display: block;
}
.none,
.hide {
  display: none;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.table {
  display: table;
}
.hand {
  cursor: pointer;
}
.move {
  cursor: move;
}
.no-allow {
  cursor: not-allowed;
}
.over-auto {
  overflow: auto;
}
.over-show {
  overflow: visible;
}
.over-hide {
  overflow: hidden;
}
.scroll {
  overflow: auto;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.z-max {
  z-index: 2147483584;
}
.screen-max {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.list-inline > li {
  display: inline-block;
}
/* Progress */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483584;
  background: #f90;
}
.loader progress,
.loader em {
  height: 2rem;
  line-height: 2rem;
  margin-top: -1rem;
  position: fixed;
  top: 50%;
}
.loader progress {
  left: 10%;
  right: 10%;
  width: 80%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  background: transparent;
}
.loader progress::-moz-progress-bar {
  background: transparent;
}
.loader progress::-moz-progress-bar {
  background: #ff4500;
}
.loader progress::-webkit-progress-bar {
  background: transparent;
}
.loader progress::-webkit-progress-value {
  background: #ff4500;
}
.loader em {
  width: 100px;
  margin-left: -50px;
  text-align: center;
  left: 50%;
  color: #ffffff;
}
/* Popup */
.popup {
  border: 1px solid #808080;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.95);
}
.popup .popup-title,
.popup .popup-content,
.popup .popup-menu {
  padding: .5rem;
}
.popup-mask {
  background: rgba(0, 0, 0, 0.5);
}
/*
@import "animate.less";
@import "buttons.less";
*/
html {
  background-image: url('data:image/PEG;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUUzNUQwMzYxNzgxMUU0OEYzMUNCMjM0QThEMDQ1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUUzNUQwNDYxNzgxMUU0OEYzMUNCMjM0QThEMDQ1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5RTM1RDAxNjE3ODExRTQ4RjMxQ0IyMzRBOEQwNDU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5RTM1RDAyNjE3ODExRTQ4RjMxQ0IyMzRBOEQwNDU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACgAKAwERAAIRAQMRAf/EAF4AAAMBAAAAAAAAAAAAAAAAAAAEBgoBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAgMJAAAAAAAAAAAAAAIBAwQAESFBEpJTs9M0dAUGFhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3nR45+DNZctQcbcBY4jHVTNDNRdRVR0WR0aWVzve2FA59DC3UrYa59Aew9E13QcJ+gjaD//Z');
}
footer {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAAEyb82AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OTNlMDBkZi03ODNjLTUxNDctOTc3Ny1iODM1YjBiZDViNDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTc5QjMyODQ5NEI0MTFFNEFCOTU4ODgwOTk0QTkyMjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTc5QjMyODM5NEI0MTFFNEFCOTU4ODgwOTk0QTkyMjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5NEY2MUJFQjNDRTExRTNCMDk5OTNCM0E2MUM2QkY0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5NEY2MUJGQjNDRTExRTNCMDk5OTNCM0E2MUM2QkY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5LISZwAAAAZQTFRFUVFRPT09CkSeTQAAABRJREFUeNpiYAQIIAYGgABjYGAEAAAOAAMBxHi8AAAAAElFTkSuQmCC');
}
body {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAAEyb82AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQUE2M0I1RDk1NzcxMUU0QjQyREE1NDA3OTEyMEZEMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQUE2M0I1RTk1NzcxMUU0QjQyREE1NDA3OTEyMEZEMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJBQTYzQjVCOTU3NzExRTRCNDJEQTU0MDc5MTIwRkQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJBQTYzQjVDOTU3NzExRTRCNDJEQTU0MDc5MTIwRkQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BZ9mIQAAAAZQTFRF+/v78fHxx6qrbgAAABRJREFUeNpiYAAIIAZGgABjYGQAAAANAAOIDluXAAAAAElFTkSuQmCC);
}
html,
body,
footer {
  background-repeat: repeat;
}
body {
  background: #ffffff;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
header {
  position: relative;
  z-index: 1;
  box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #a9a9a9;
  background: #ffffff;
}
header h1 {
  height: 12px;
  line-height: 9px;
  left: 0 top: 0;
  position: absolute;
  font-size: 9px;
}
header h1 i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
}
header div {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
}
header .logo {
  float: left;
  width: 150px;
  height: 80px;
  background: url(./images//logo.png) center center no-repeat;
}
header nav {
  float: right;
}
header nav ul > li {
  display: inline-block;
}
header nav ul:hover .active i {
  width: 0;
  left: 50%;
}
header nav ul li {
  height: 80px;
  line-height: 80px;
  position: relative;
}
header nav ul li a {
  position: relative;
  display: block;
  z-index: 1;
  padding: 0 2rem;
  font-size: 1.5rem;
}
header nav ul li i {
  position: absolute;
  display: block;
  width: 0;
  height: 0.66666667rem;
  left: 50%;
  bottom: 0;
  background: #ff8c00;
  transition: all 0.24s;
}
header nav ul li.active i,
header nav ul li.active:hover i,
header nav ul li:hover i,
header nav ul li:active i {
  width: 100%;
  left: 0;
}
header nav ul li.active a,
header nav ul li.active:hover a,
header nav ul li:hover a,
header nav ul li:active a {
  color: #ff8c00;
}
footer {
  padding: 1.86rem;
  box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.15) inset;
  text-align: center;
}
footer ul > li {
  display: inline-block;
}
footer ul li {
  padding: 0 1rem;
}
footer address {
  margin-top: 1rem;
}
footer a,
footer p {
  color: #a9a9a9;
}
footer a {
  transition: all 0.24s;
}
footer a:hover {
  color: #ffffff;
}

.PopupBg{width:710px;height:502px;position:fixed;left:50%;top:0;
	margin-left:-355px;margin-top:110px;z-index:100;
	background: url('./images/popbg.jpg') no-repeat 0 0;
	background-size:100% 100%;background-position:0 0;
}
.PopupShadow{box-shadow: 0 0 20px #222;}
.CloseBg{width:40px;height:40px;position:absolute;left:670px;
	top:0px;z-index:102px;background: url('./images/close.png') no-repeat 0 0;
	background-size:100% 100%;background-position:0 0;
}


.floater {
  width: 150px;
  height: 150px;
  margin-top: 2rem;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2147483584;
  color: #ffffff;
  background: url(./images/qrcode.png);
  background-size: 100% 100%;
}
.floater strong {
  display: block;
  text-align: center;
  line-height: 2rem;
  margin-top: -2rem;
  font-size: 1.25rem;
}
/* .index, .trend, .about, .contact, .job, .error */
section {
  max-width: 960px;
  margin: 0 auto;
}
section.index {
  overflow: hidden;
  max-width: none;
}
section.index .jumbotron {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 640px;
  background: #ffcf01;
}
section.index .jumbotron a {
  position: relative;
  top: 250px;
  z-index: 10;
  margin: 0 4rem;
  padding: 1rem 4rem 1.2rem;
  color: #ffffff;
  border: 3px solid #ffffff;
  font-size: 2rem;
  border-radius: 0.6rem;
  background: #ffcf01;
  background: rgba(255, 207, 1, 0.9);
}
section.index .jumbotron a:hover {
  background: #ff8c00;
}
section.index .jumbotron i {
  display: block;
  position: absolute;
  transition: all 0.48s;
  left: 50%;
}
section.index .jumbotron i.slogan {
  width: 712px;
  height: 151px;
  margin-left: -356px;
  top: -151px;
  background: url(./images/slogan.png);
}
section.index .jumbotron i.hm_0 {
  width: 200px;
  height: 276px;
  z-index: 5;
  background: url(./images/hm_0.png);
}
section.index .jumbotron i.hm_1 {
  width: 331px;
  height: 494px;
  z-index: 1;
  background: url(./images/hm_1.png);
}
section.index .jumbotron i.hm_2 {
  width: 237px;
  height: 314px;
  z-index: 4;
  background: url(./images/hm_2.png);
}
section.index .jumbotron i.hm_3 {
  width: 275px;
  height: 343px;
  z-index: 3;
  background: url(./images/hm_3.png);
}
section.index .jumbotron i.hm_4 {
  width: 283px;
  height: 398px;
  z-index: 2;
  background: url(./images/hm_4.png);
}
section.index .jumbotron i.hm_0,
section.index .jumbotron i.hm_1,
section.index .jumbotron i.hm_2,
section.index .jumbotron i.hm_3,
section.index .jumbotron i.hm_4 {
  bottom: -100%;
  background-size: 100% 100%;
}
section.index .jumbotron.active i.slogan {
  top: 50px;
}
section.index .jumbotron.active i.hm_0.active,
section.index .jumbotron.active i.hm_1.active,
section.index .jumbotron.active i.hm_2.active,
section.index .jumbotron.active i.hm_3.active,
section.index .jumbotron.active i.hm_4.active {
  bottom: 0;
}
section.index .show_1,
section.index .show_2,
section.index .show_3 {
  height: 460px;
  position: relative;
}
section.index .show_1 i,
section.index .show_2 i,
section.index .show_3 i {
  display: block;
  position: absolute;
  transition: all 0.48s;
}
section.index .show_1 i.show_1_p,
section.index .show_2 i.show_1_p,
section.index .show_3 i.show_1_p,
section.index .show_1 i.show_2_p,
section.index .show_2 i.show_2_p,
section.index .show_3 i.show_2_p,
section.index .show_1 i.show_3_p,
section.index .show_2 i.show_3_p,
section.index .show_3 i.show_3_p {
  bottom: 0;
  left: -52%;
}
section.index .show_1 i.show_1_x,
section.index .show_2 i.show_1_x,
section.index .show_3 i.show_1_x,
section.index .show_1 i.show_2_x,
section.index .show_2 i.show_2_x,
section.index .show_3 i.show_2_x,
section.index .show_1 i.show_3_x,
section.index .show_2 i.show_3_x,
section.index .show_3 i.show_3_x {
  bottom: 32%;
  right: -52%;
}
section.index .show_1.active i.show_1_p,
section.index .show_2.active i.show_1_p,
section.index .show_3.active i.show_1_p,
section.index .show_1.active i.show_2_p,
section.index .show_2.active i.show_2_p,
section.index .show_3.active i.show_2_p,
section.index .show_1.active i.show_3_p,
section.index .show_2.active i.show_3_p,
section.index .show_3.active i.show_3_p {
  left: 52%;
}
section.index .show_1.active i.show_1_x,
section.index .show_2.active i.show_1_x,
section.index .show_3.active i.show_1_x,
section.index .show_1.active i.show_2_x,
section.index .show_2.active i.show_2_x,
section.index .show_3.active i.show_2_x,
section.index .show_1.active i.show_3_x,
section.index .show_2.active i.show_3_x,
section.index .show_3.active i.show_3_x {
  right: 52%;
}
section.index .show_1 {
  background: #4ed0ea;
}
section.index .show_1 .show_1_p {
  width: 442px;
  height: 396px;
  background: url(./images/show_1_p.png);
}
section.index .show_1 .show_1_x {
  width: 504px;
  height: 133px;
  background: url(./images/show_1_x.png);
}
section.index .show_2 {
  background: #c65fe2;
}
section.index .show_2 .show_2_p {
  width: 410px;
  height: 389px;
  background: url(./images/show_2_p.png);
}
section.index .show_2 .show_2_x {
  width: 495px;
  height: 133px;
  background: url(./images/show_2_x.png);
}
section.index .show_3 {
  background: #392e66;
}
section.index .show_3 .show_3_p {
  width: 360px;
  height: 392px;
  background: url(./images/show_3_p.png);
}
section.index .show_3 .show_3_x {
  width: 495px;
  height: 134px;
  background: url(./images/show_3_x.png);
}
section.trend .agreement {
  text-align: right;
  margin: 2rem 0;
  padding: 1rem 2rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.3rem;
  background: #ffffff;
}
section.trend .agreement h2 {
  text-align: center;
  padding: 1rem 0;
}
section.trend .agreement p {
  overflow: hidden;
  text-align: justify;
  text-indent: 2rem;
}
section.trend .agreement i {
  cursor: pointer;
  color: darkorange;
}
section.trend dl dt {
  position: relative;
  height: 100px;
}
section.trend dl dt i {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
section.trend dl dd small {
  display: block;
}
section.trend .version,
section.trend .activitie {
  margin-bottom: 2rem;
}
section.trend .version i {
  width: 193px;
  height: 86px;
  background: url(./images/trend_version.png);
}
section.trend .version ul {
  overflow: hidden;
}
section.trend .version ul li {
  width: 33.33%;
  float: left;
  text-align: center;
}
section.trend .version ul li h3,
section.trend .version ul li small {
  margin-top: 1rem;
}
section.trend .version ul li h3 {
  font-size: 2.4rem;
  color: #ff4500;
}
section.trend .version ul li small {
  font-size: 1.2rem;
  color: #ff8c00;
}
section.trend .activitie i {
  width: 193px;
  height: 88px;
  background: url(./images/trend_activitie.png);
}
section.trend .activitie ul {
  overflow: hidden;
}
section.trend .activitie ul li {
  width: 50%;
  padding: 0 4rem 1rem;
  float: left;
}
section.trend .activitie ul li small {
  color: #808080;
}
section.about ul {
  overflow: hidden;
  padding: 2rem 0;
}
section.about ul li {
  width: 33.33%;
  padding: 0 1rem;
  float: left;
}
section.about ul li img {
  border: 5px solid #f5f5f5;
  border-radius: 30rem;
  transition: all 0.24s;
}
section.about ul li img:hover,
section.about ul li img:active {
  border-color: #ff8c00;
}
section.about article {
  margin-bottom: 10rem;
}
section.about article h2,
section.about article h3,
section.about article p {
  text-align: center;
}
section.about article h2 {
  line-height: 4rem;
  font-size: 2rem;
}
section.about article h3 {
  line-height: 5.4rem;
  font-size: 1.8rem;
  color: #ff8c00;
}
section.about article p {
  line-height: 2.4rem;
  font-size: 1.2rem;
}
section.contact .method {
  overflow: hidden;
  padding: 4rem;
}
section.contact .method > p {
  clear: both;
}
section.contact .method .map {
  float: left;
  width: 502px;
  height: 502px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0.3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}
section.contact .method .map img {
  max-width: none;
}
section.contact .method article {
  float: right;
  width: 320px;
}
section.contact .method article dl {
  margin-bottom: 1rem;
}
section.contact .method article dl dt {
  line-height: 2.4rem;
  font-size: 1.2rem;
}
section.contact .method article dl dd {
  color: #696969;
}
section.contact .method article dl dd li {
  overflow: hidden;
}
section.contact .method article dl dd li label {
  float: left;
  text-align: right;
}
section.contact .method article dl dd li div {
  padding-left: 6rem;
}
section.contact .method article dl dd li div span {
  display: block;
}
section.contact .method article dl dd li bdo,
section.contact .method article dl dd li a:hover,
section.contact .method article dl dd li a:active {
  color: #ff8c00;
}
section.job {
  max-width: none;
}
section.job .banner {
  height: 300px;
  position: relative;
}
section.job .banner ul {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
section.job .banner ul li {
  top: 0;
  position: absolute;
}
section.job .banner ul li.market {
  width: 100%;
  height: 100%;
  left: 0;
  background: #4ed1eb;
}
section.job .banner ul li.develop {
  width: 3000px;
  height: 3000px;
  left: 50%;
  top: -723px;
  background: #c35edf;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
section.job .banner div {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  width: 960px;
  height: 100%;
}
section.job .banner .m_hm {
  width: 215px;
  height: 276px;
  left: 2%;
  background: url(./images/m_hm.png);
}
section.job .banner .d_hm {
  width: 215px;
  height: 276px;
  right: 5%;
  background: url(./images/d_hm.png);
}
section.job .banner .m_hm,
section.job .banner .d_hm {
  display: block;
  position: absolute;
  bottom: 0;
  background-size: 100% 100%;
}
section.job .banner .m_btn {
  top: 25%;
  left: 25%;
}
section.job .banner .d_btn {
  bottom: 25%;
  right: 25%;
}
section.job .banner .m_btn,
section.job .banner .d_btn {
  position: absolute;
  z-index: 1;
  padding: 1rem 3rem 1.2rem;
  color: #ffffff;
  border: 3px solid #ffffff;
  font-size: 2rem;
  border-radius: 0.6rem;
  background: transparent;
  -webkit-animation: job_effect linear 2s 1.5s infinite;
  -moz-animation: job_effect linear 2s 1.5s infinite;
  -o-animation: job_effect linear 2s 1.5s infinite;
  animation: job_effect linear 2s 1.5s infinite;
}
section.job .banner .m_btn:hover,
section.job .banner .d_btn:hover,
section.job .banner .m_btn.active,
section.job .banner .d_btn.active {
  background: #ff8c00;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes job_effect {
  0% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  50% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 20px 0 #fff;
  }
  100% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
}
@-moz-keyframes job_effect {
  0% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  50% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 20px 0 #fff;
  }
  100% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
}
@-o-keyframes job_effect {
  0% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  50% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 20px 0 #fff;
  }
  100% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
}
@keyframes job_effect {
  0% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  50% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 20px 0 #fff;
  }
  100% {
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
}
section.job .description {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 1rem;
}
section.job .description dl {
  margin-top: 3rem;
}
section.job .description h2 {
  line-height: 6rem;
}
section.job .description h3 {
  line-height: 2rem;
}
section.job .description ol {
  margin: 1rem 0 2rem;
}
section.job .description li {
  color: #696969;
}
section.job p {
  max-width: 960px;
  margin: 0 auto;
  line-height: 6rem;
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
section.job a:hover,
section.job a:active {
  color: darkorange;
}
section.error {
  padding: 4rem 0 8rem;
}
section.error h1,
section.error h3 {
  text-align: center;
}
section.error h1 {
  padding: 2rem 1rem;
}
section.error h3 a {
  padding: 0 0.5rem;
}
section.error h3 bdo {
  margin-right: 0.5rem;
}
@media (max-width: 640px) {
  html {
    font-size: 0.5rem;
  }
  header .logo {
    width: 75px;
    height: 40px;
    background-size: 100% auto;
  }
  nav,
  .floater {
    display: none;
  }
  footer ul,
  footer div {
    display: none;
  }
  footer address {
    margin-top: 0;
  }
  section.index .jumbotron {
    height: 360px;
  }
  section.index .jumbotron a {
    top: 150px;
    margin: 0 1rem;
    padding: 1rem 2rem 1.2rem;
  }
  section.index .jumbotron i.slogan {
    width: 237.33333333px;
    height: 50.33333333px;
    margin-left: -118.66666667px;
    top: -50.33333333px;
    background-size: 100% 100%;
  }
  section.index .jumbotron i.hm_0 {
    width: 66.66666667px;
    height: 92px;
  }
  section.index .jumbotron i.hm_1 {
    width: 110.33333333px;
    height: 164.66666667px;
  }
  section.index .jumbotron i.hm_2 {
    width: 79px;
    height: 104.66666667px;
  }
  section.index .jumbotron i.hm_3 {
    width: 91.66666667px;
    height: 114.33333333px;
  }
  section.index .jumbotron i.hm_4 {
    width: 94.33333333px;
    height: 132.66666667px;
  }
  section.index .show_1,
  section.index .show_2,
  section.index .show_3 {
    height: 200px;
  }
  section.index .show_1 i.show_1_p,
  section.index .show_2 i.show_1_p,
  section.index .show_3 i.show_1_p,
  section.index .show_1 i.show_1_x,
  section.index .show_2 i.show_1_x,
  section.index .show_3 i.show_1_x,
  section.index .show_1 i.show_2_p,
  section.index .show_2 i.show_2_p,
  section.index .show_3 i.show_2_p,
  section.index .show_1 i.show_2_x,
  section.index .show_2 i.show_2_x,
  section.index .show_3 i.show_2_x,
  section.index .show_1 i.show_3_p,
  section.index .show_2 i.show_3_p,
  section.index .show_3 i.show_3_p,
  section.index .show_1 i.show_3_x,
  section.index .show_2 i.show_3_x,
  section.index .show_3 i.show_3_x {
    background-size: 100% 100%;
  }
  section.index .show_1 .show_1_p {
    width: 147.33333333px;
    height: 132px;
  }
  section.index .show_1 .show_1_x {
    width: 140px;
    height: 36.94444444px;
  }
  section.index .show_2 .show_2_p {
    width: 136.66666667px;
    height: 129.66666667px;
  }
  section.index .show_2 .show_2_x {
    width: 137.5px;
    height: 36.94444444px;
  }
  section.index .show_3 .show_3_p {
    width: 120px;
    height: 130.66666667px;
  }
  section.index .show_3 .show_3_x {
    width: 137.5px;
    height: 37.22222222px;
  }
}