@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Objects and abstractions
 */
/*------------------------------------*    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0; }

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0; }

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top; }

/*------------------------------------*    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * GRID SETUP...........Build the grid structure.
 */
/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }

.grid--full > .grid__item {
  padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }

.grid--right > .grid__item {
  text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }

.grid--center > .grid__item {
  text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px; }

.grid--narrow > .grid__item {
  padding-left: 12px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px; }

.grid--wide > .grid__item {
  padding-left: 48px; }

/*------------------------------------*    $COLUMNS
\*------------------------------------*/
/**
 * Here we can set elements in columns of text using CSS3, e.g.:
 *
   <p class=text-cols--2>
 *
 * Demo: jsfiddle.net/inuitcss/E26Yd
 *
 */
.text-cols--2, .text-cols--3, .text-cols--4, .text-cols--5 {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px; }

.text-cols--2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

.text-cols--3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

.text-cols--4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

.text-cols--5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
  column-count: 5; }

/*------------------------------------*    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }

.nav--stacked > li > a {
  display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }

.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal; }

.nav--block > li > a {
  padding: 12px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }

.nav--fit > li {
  display: table-cell; }

.nav--fit > li > a {
  display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*    $HELPER
\*------------------------------------*/
.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }

/**
 * Text alignment
 */
.text-left {
  text-align: left  !important; }

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

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

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%; }

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
* Eighths
*/
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
* Tenths
*/
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.grid.gutter0 {
  margin-left: 0; }

.grid.gutter0 .grid__item {
  padding-left: 0; }

@media (min-width: 640px) {
  .grid.gutter0 {
    margin-left: 0; }
  .grid.gutter0 .grid__item {
    padding-left: 0; } }

.grid.gutter10 {
  margin-left: -4px; }

.grid.gutter10 .grid__item {
  padding-left: 4px; }

@media (min-width: 640px) {
  .grid.gutter10 {
    margin-left: -10px; }
  .grid.gutter10 .grid__item {
    padding-left: 10px; } }

.grid.gutter20 {
  margin-left: -20px; }

.grid.gutter20 .grid__item {
  padding-left: 20px; }

.flex {
  display: flex; }

.flex-item {
  flex: 1; }

.flex-item-center {
  align-self: center; }

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

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div {
  border: medium none;
  border: 0px;
  margin: 0;
  padding: 0; }

em, cite, i {
  font-style: normal; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #000; }

*:focus {
  outline: none;
  outline: 0; }

input::-ms-clear {
  display: none; }

img {
  vertical-align: top; }

body {
  background: #000;
  color: #fff; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  *zoom: 1; }

li, ul, ol, dl, dt, dd {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    color: #d82228 !important; }
  a:active {
    text-decoration: underline; }
  a.active {
    color: #d82228; }
  a.hb-title:hover {
    color: #fff !important; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.txt-reverse {
  color: #fff; }

.txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis; }

.mrt5 {
  margin-top: 5px; }

.mrt15 {
  margin-top: 15px; }

.mrt20 {
  margin-top: 20px; }

.mrt30 {
  margin-top: 30px; }

.mrt40 {
  margin-top: 40px; }

.mrt50 {
  margin-top: 50px; }

.mrt60 {
  margin-top: 60px; }

.mrt70 {
  margin-top: 70px; }

.pdt120 {
  padding-top: 120px; }

.fs-primary {
  font-size: 14px; }

.fs-small {
  font-size: 12px; }

.fs-base {
  font-size: 16px; }

.hb-wrapper {
  min-width: 1200px; }

.hb-container {
  padding: 0 3.645%; }

.hb-header-bar {
  position: relative; }
  .hb-header-bar .logo {
    position: absolute;
    left: 70px;
    top: 18px;
    width: 150px; }

.hb-navbar {
  height: 120px; }

.hb-nav {
  padding: 20px 0;
  height: 80px; }
  .hb-nav .nav-item {
    padding: 10px 30px;
    font-size: 18px; }

.hb-header-top {
  padding: 10px 30px 0 0; }
  .hb-header-top .nav-link {
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff; }
  .hb-header-top .language::after {
    content: '|';
    color: #a51a1f; }

.hb-slide .hb-slide-item {
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat; }

.hb-title {
  display: inline-block;
  padding: 5px;
  font-size: 18px; }

.hb-banner {
  position: relative; }

.hb-grid {
  padding-bottom: 50px;
  font-size: 0; }
  .hb-grid .grid__item {
    font-size: 14px; }
  .hb-grid a:hover {
    color: #fff !important; }

.hb-scroll-block {
  position: relative;
  height: 190px; }
  .hb-scroll-block .hb-scroll-txt {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 10px 20px;
    background: #d82228; }
  .hb-scroll-block .time {
    font-size: 12px;
    line-height: 24px; }

.hb-column-block {
  position: relative; }
  .hb-column-block .hb-column-con {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 10px 20px;
    max-width: 66.27%;
    background: #d82228;
    color: #fff; }
    .hb-column-block .hb-column-con .txt.fs-small {
      padding-top: 5px; }

.hb-main-center {
  margin: 0 auto;
  width: 80%; }

.hb-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.hb-img {
  width: 100%; }

.hb-index-col {
  padding-left: 70px;
  padding-right: 145px; }
  .hb-index-col .title {
    display: inline-block;
    padding: 5px;
    margin-bottom: 40px;
    font-size: 18px; }
  .hb-index-col .con {
    line-height: 28px;
    font-size: 12px; }

.hb-col-white {
  background: #fff; }
  .hb-col-white .hb-index-col {
    color: #000; }
  .hb-col-white .title {
    color: #000; }
  .hb-col-white .hb-list-text a {
    color: #000; }
    .hb-col-white .hb-list-text a:hover {
      font-weight: bold; }

.hb-bg-white {
  background: #fff; }

.hb-bg-black {
  background: #000; }

.hb-col-black {
  background: #262626; }
  .hb-col-black .hb-index-col {
    color: #fff; }
  .hb-col-black .title {
    color: #fff; }

.hb-flex-box {
  display: flex;
  justify-content: space-between; }
  .hb-flex-box .hb-flex-item {
    width: 475px;
    color: #fff; }
  .hb-flex-box .hb-flex-title {
    font-size: 15px; }
  .hb-flex-box .hb-flex-time {
    padding: 25px 0 15px;
    font-size: 12px; }
  .hb-flex-box .hb-flex-content {
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
    height: 175px; }

.hb-footer {
  height: 223px;
  border-top: 10px solid #d82228;
  background: #000;
  color: #fff;
  font-size: 12px; }
  .hb-footer .hb-container {
    position: relative; }
  .hb-footer .hb-footer-title {
    padding: 20px 0 20px;
    font-size: 14px; }
  .hb-footer .logo {
    width: 60px;
    vertical-align: bottom; }
  .hb-footer .hb-footer-info {
    line-height: 26px; }
  .hb-footer .hb-footer-qrcode {
    position: absolute;
    top: 20px;
    width: 90px;
    height: 90px; }
    .hb-footer .hb-footer-qrcode.qr-code-wx {
      right: 180px; }
    .hb-footer .hb-footer-qrcode.qr-code-sina {
      right: 70px; }
    .hb-footer .hb-footer-qrcode img {
      width: 90px;
      height: 90px; }

.hb-hd-list {
  padding: 20px 0 0; }
  .hb-hd-list > li {
    padding: 30px 3.6% 30px 2.6%; }
    .hb-hd-list > li.hb-bg-white .txt {
      color: #000; }
    .hb-hd-list > li .img {
      width: 30.729%;
      min-height: 245px; }
    .hb-hd-list > li .txt {
      position: relative;
      padding-left: 1.562%; }
      .hb-hd-list > li .txt .fs-primary {
        line-height: 26px; }
      .hb-hd-list > li .txt h3 {
        padding-bottom: 25px; }
        .hb-hd-list > li .txt h3 a {
          color: #d82228; }
          .hb-hd-list > li .txt h3 a:hover {
            text-decoration: underline; }
      .hb-hd-list > li .txt .hb-title {
        position: absolute;
        bottom: 0;
        background: #d82228; }

.pages-layout {
  padding: 35px 0 35px; }

.pages {
  overflow: hidden; }
  .pages.pages-center {
    margin: 0 auto;
    width: 445px; }
  .pages.pages-right {
    margin-bottom: 20px;
    padding-left: 535px; }
  .pages .pages-input {
    font-size: 12px; }
    .pages .pages-input .page-input-item {
      margin: 0 5px;
      padding: 0 3px;
      width: 25px;
      height: 18px;
      text-align: center;
      font-size: 12px;
      border: 1px solid #ececec; }
  .pages .pages-button {
    width: 360px;
    font-size: 0; }
    .pages .pages-button .pages-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px;
      width: 20px;
      height: 18px;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      border: 1px solid #ececec; }
      .pages .pages-button .pages-item:hover {
        border: 1px solid #000; }
      .pages .pages-button .pages-item:active {
        text-decoration: none; }
      .pages .pages-button .pages-item.any {
        width: 12px;
        cursor: default;
        border: none; }
      .pages .pages-button .pages-item.disable {
        cursor: default;
        border: none; }
        .pages .pages-button .pages-item.disable:hover {
          color: #000 !important; }
      .pages .pages-button .pages-item.pages-next, .pages .pages-button .pages-item.pages-prev {
        width: 56px; }
        .pages .pages-button .pages-item.pages-next.disable, .pages .pages-button .pages-item.pages-prev.disable {
          color: #999; }
  .pages.pages-reverse .pages-item {
    background: #fff;
    color: #000; }
    .pages.pages-reverse .pages-item:hover:not(.disable) {
      border: 1px solid #fff; }
    .pages.pages-reverse .pages-item.pages-next.disable:hover, .pages.pages-reverse .pages-item.pages-prev.disable:hover {
      color: #999 !important; }
  .pages.pages-reverse .any {
    background: none;
    color: #fff; }
    .pages.pages-reverse .any:hover {
      border: none !important;
      color: #fff !important; }

.hb-sidebar {
  padding-left: 3.6%;
  width: 18.229%;
  background: #262626; }
  .hb-sidebar .hb-title {
    color: #fff; }
  .hb-sidebar .nav--stacked {
    padding-top: 53px;
    font-size: 12px; }
    .hb-sidebar .nav--stacked > li a {
      line-height: 30px; }
    .hb-sidebar .nav--stacked > li.active a {
      color: #d82228; }
    .hb-sidebar .nav--stacked > li .nav--stacked {
      padding-top: 0;
      padding-left: 20px; }

.hb-hyzx-layout {
  padding: 120px 0 100px 5%; }
  .hb-hyzx-layout .hb-hyzx-con {
    padding: 0 5% 0 3%;
    color: #000; }
    .hb-hyzx-layout .hb-hyzx-con h3 {
      font-size: 16px; }
    .hb-hyzx-layout .hb-hyzx-con p {
      line-height: 28px;
      font-size: 12px; }

.hb-hd-title-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #d82228;
  line-height: 22px; }
  .hb-hd-title-bar .hd-btn {
    margin-top: 5px;
    padding: 5px 15px;
    background: #c40a12; }
    .hb-hd-title-bar .hd-btn:hover {
      color: #fff !important; }
    .hb-hd-title-bar .hd-btn:active {
      text-decoration: none; }

.hb-detail-a {
  margin: 0 auto;
  width: 62%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .hb-detail-a img {
    width: 100%; }
  .hb-detail-a p {
    //  padding: 50px 0;
    font-size: 12px;
    color: #000;
    line-height: 24px; }

.hb-user-list {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 0; }
  .hb-user-list li {
    color: #000; }
    .hb-user-list li img {
      width: 100%; }
    .hb-user-list li .txt {
      font-size: 12px;
      padding-top: 10px;
      line-height: 30px; }

.hb-user-detail {
  padding-top: 105px;
  padding-bottom: 50px;
  color: #000; }
  .hb-user-detail .hb-user-detail-header .img {
    width: 18.666%; }
    .hb-user-detail .hb-user-detail-header .img img {
      width: 100%; }
  .hb-user-detail .hb-user-detail-header h3 {
    padding-left: 50px; }
  .hb-user-detail .hb-user-detail-inner {
    width: 64.27%; }
  .hb-user-detail p {
    line-height: 22px;
    font-size: 14px; }

.hb-list-text li {
  font-size: 12px;
  line-height: 30px; }

.hb-contact-layout {
  background: #262626;
  padding-bottom: 50px; }
  .hb-contact-layout .img {
    width: 44.791%; }
  .hb-contact-layout .txt {
    font-size: 14px;
    padding: 0 60px;
    line-height: 30px;
    width: 80%; }

.hb-fzyxj .hb-hd-list > li {
  padding-left: 3.645%; }

.hb-fzyxj-header {
  padding: 50px 0;
  background: #262626; }
  .hb-fzyxj-header .txt {
    padding-left: 50px;
    font-size: 14px;
    line-height: 28px; }

.hb-slide-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #d82228; }
  .hb-slide-bar .txt {
    margin-top: 30px; }
    .hb-slide-bar .txt .title {
      padding-right: 10px;
      line-height: 26px;
      font-size: 18px; }
    .hb-slide-bar .txt .video-btn {
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      cursor: pointer;
      background: url(../images/bg_video.png) right center no-repeat; }
    .hb-slide-bar .txt .time {
      margin-top: 5px;
      font-size: 12px; }
  .hb-slide-bar .btn {
    margin-top: 33px;
    width: 100px;
    height: 40px;
    background: #c40a12;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px; }
    .hb-slide-bar .btn:hover {
      color: #fff !important; }

.hb-lm-header {
  padding: 50px 0;
  background: #262626; }

.hb-lm-title .text {
  display: inline-block;
  width: 88px;
  height: 25px;
  line-height: 25px;
  background: #d82228;
  font-size: 16px;
  text-align: center;
  font-weight: normal; }

.hb-lm-title .sub-text {
  position: relative;
  color: #c20a12;
  font-size: 12px; }
  .hb-lm-title .sub-text::before {
    padding: 0 10px;
    content: '|'; }

.hb-lm-layout {
  padding-top: 50px; }
  .hb-lm-layout .hb-lm-content {
    padding-right: 30px;
    color: #000; }

.hb-lm-side {
  color: #000; }
  .hb-lm-side .price {
    color: #d82228; }
  .hb-lm-side .lm-side-item {
    line-height: 24px; }

.hb-lm-block {
  position: relative;
  height: 190px;
  margin-bottom: 50px; }
  .hb-lm-block .hb-lm-txt {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 10px 20px;
    background: #d82228; }
  .hb-lm-block .time {
    font-size: 12px;
    line-height: 24px; }

.hb-lm-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  font-size: 14px; }
  .hb-lm-banner a {
    color: #000; }
  .hb-lm-banner h3 {
    line-height: 30px; }
  .hb-lm-banner .img {
    width: 55%; }
  .hb-lm-banner > .flex-item {
    position: relative;
    padding-left: 30px; }
  .hb-lm-banner .btn {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    background: #d82228;
    color: #fff; }
    .hb-lm-banner .btn:hover {
      color: #fff !important; }

.video-box-layout {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .video-box-layout .video-box {
    position: relative;
    margin: 0 auto;
    width: 810px;
    height: 498px; }
  .video-box-layout .close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/bg_close.png) center center no-repeat; }

/* pages */
.digg {
  padding: 10px 3px 3px 3px;
  margin: 3px;
  text-align: center;
  font-size: 12px;
  font-family: 宋体,"SimSun";
  COLOR: #a0a0a0; }

.digg A {
  padding: 5px 9px;
  text-decoration: none;
  color: #a0a0a0;
  border: #d2d2d2 1px solid; }

.digg A:hover {
  border: #bf0308 1px solid;
  COLOR: #bf0308; }

.digg A:active {
  border: #bf0308 1px solid;
  COLOR: #000; }

.digg a.current {
  padding: 5px 9px;
  margin: 2px;
  border: #bf0308 1px solid;
  font-weight: bold;
  COLOR: #fff;
  BACKGROUND-COLOR: #bf0308; }

.digg SPAN.disabled {
  padding: 5px 9px;
  border: #eee 1px solid;
  margin: 2px;
  COLOR: #ddd; }

.pages-reverse .digg a {
  background: #fff; }
  .pages-reverse .digg a.current {
    color: #000; }

/* 报名弹框 */
.signup-layout {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#signup {
  background: url(../images/tmbg.png);
  margin: 0 auto;
  width: 394px;
  height: 385px;
  padding: 11px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 67px; }

#signup .signup-content {
  background: #f9fbfa;
  border: 1px solid #8c8b89;
  height: 360px;
  width: 100%; }

#signup .signuptop {
  height: 36px;
  background: #bf0308; }

#signup .signuptop .right {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding-left: 21px;
  font-weight: bold;
  font-family: 微软雅黑,"Microsoft YaHei"; }

#signup .signuptop .left {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px; }

#signup .signupform {
  height: 324px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 74px;
  padding-left: 75px; }

.inputtext {
  margin-bottom: 5px;
  color: #616161;
  font-size: 14px;
  font-weight: bold;
  font-family: 微软雅黑,"Microsoft YaHei"; }

input.textinput {
  margin-bottom: 11px;
  width: 240px;
  color: #616161;
  font-size: 14px;
  font-family: 微软雅黑,"Microsoft YaHei";
  border: 1px solid #ccc;
  height: 24px; }

input.textnoinput {
  margin-bottom: 11px;
  width: 240px;
  color: #616161;
  font-size: 14px;
  font-family: 微软雅黑,"Microsoft YaHei";
  border-color: red; }

.button {
  width: 245px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: 微软雅黑,"Microsoft YaHei";
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  border-radius: 5px;
  margin-top: 23px;
  position: relative;
  overflow: hidden; }

.button:nth-child(6n) {
  margin-right: 0; }

.button.red {
  border: 1px solid #b42323;
  box-shadow: 0 1px 2px #e99494 inset,0 -1px 0 #954b4b inset,0 -2px 3px #e99494 inset;
  background: -webkit-linear-gradient(top, #d53939, #b92929);
  background: -moz-linear-gradient(top, #d53939, #b92929);
  background: linear-gradient(top, #d53939, #b92929); }

.red:hover {
  background: -webkit-linear-gradient(top, #eb6f6f, #c83c3c);
  background: -moz-linear-gradient(top, #eb6f6f, #c83c3c);
  background: linear-gradient(top, #eb6f6f, #c83c3c); }

.red:active {
  top: 1px;
  box-shadow: 0 1px 3px #5b0505 inset,0 3px 0 #fff;
  background: -webkit-linear-gradient(top, #b11a1a, #bf2626);
  background: -moz-linear-gradient(top, #b11a1a, #bf2626);
  background: linear-gradient(top, #b11a1a, #bf2626); }

/*********弹出框 css定义**********/
#signup #error {
  display: none;
  table-layout: fixed;
  padding: 4px;
  border: 1px solid #fe8081;
  background: #fef2f2;
  color: #404040;
  font-size: 14px;
  font-family: 微软雅黑,"Microsoft YaHei"; }
