/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
table {
    border: none !important;
    border-spacing: 0;
}
TABLE TD{    border: none !important;} 
/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body, button, input, textarea {
  font-size: 16px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Microsoft Yahei", "SimHei", sans-serif; }

body {
  overflow-x: hidden; }

a {
  color: #000; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 620px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1020px; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.header {
  background-color: #9d3a44;
  border-bottom: 1px solid #661a29; }

.topbar {
  background-color: #94243a;
  color: #fff;
  height: 40px; }
  .topbar-links {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0; }
    .topbar-links li {
      display: inline-block;
      padding: 12px 0; }
      .topbar-links li a {
        line-height: 16px;
        padding: 0 18px;
        font-size: 14px;
        text-decoration: none;
        color: #fff; }
      .topbar-links li:not(:last-child) a {
        border-right: 1px solid #fff; }
  .topbar-search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    padding: 6px 33px 6px 0; }
    .topbar-search-input {
      width: 0;
      border: 0;
      padding: 0 10px;
      margin: 0;
      line-height: 28px;
      border-radius: 15px;
      transition: width .4s ease-in-out, opacity .4s ease-in-out;
      box-sizing: border-box;
      opacity: 0; }
    .topbar-search-btn {
      position: absolute;
      top: 5px;
      right: 0;
      padding: 4px; }
    .topbar-search-icon {
      display: inline-block;
      width: 22px;
      height: 22px; }
    .topbar-search.is-active .topbar-search-input {
      opacity: 1;
      width: 200px; }

.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  border: none !important;
  }
  .logo-area {
    border-bottom: 1px solid #972a3f;
    line-height: 143px;
    background: url("/static/image/header_bg.png") right bottom no-repeat; }

.nav {
  background-color: #94243a;
  border-top: 1px solid #9a3341; }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-links li.hidden-lg-up {
      width: 100%; }
    .nav-links a {
      display: block;
      line-height: 48px;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
      color: #fff !important;
      }

.footer {
  padding-top: 40px;
  background-color: #94243a;
  font-size: 14px;
  color: #fff; }
  .footer > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .footer-logo {
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 992px) {
      .footer-logo {
        margin: 0;
        width: auto; } }
    .footer-logo img {
      max-width: 80%; }
  .footer-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    .footer-links a {
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      text-decoration: none; }
  .footer-contact {
    line-height: 30px; }
  .footer-copyright {
    margin-top: 20px;
    padding: 24px 0 16px;
    line-height: 20px;
    background-color: #6f1627; }

.div-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.index-slider {
  position: relative;
  height: 204px; }
  @media (min-width: 768px) {
    .index-slider {
      height: 288px; } }
  @media (min-width: 992px) {
    .index-slider {
      height: 372px; } }
  @media (min-width: 1200px) {
    .index-slider {
      height: 450px; } }
  .index-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: #ccc;
    opacity: 0;
    transition: opacity .4s ease-in-out; }
    .index-slider-image.active {
      opacity: 1; }
  .index-slider .container {
    position: relative;
    height: 100%;
    z-index: 10; }
  .index-slider-title {
    position: absolute;
    left: 0;
    bottom: 17.77778%;
    padding: 0 35px 0 30px;
    font-size: 22px;
    line-height: 54px;
    background-color: rgba(157, 58, 68, 0.6);
    color: #fff; }

.index-title {
  margin-top: 50px;
  margin-bottom: 32px;
  padding-left: 38px; }
  .index-title-icon {
    float: left;
    margin-left: -38px; }
  .index-title h3 {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #9d3a44;
    line-height: 25px;
    font-size: 22px;
    font-weight: normal; }
  .index-title-more {
    float: right;
    padding-right: 20px;
    margin-right: 2px;
    line-height: 18px;
    font-size: 18px;
    background: url("../image/index_more.png") right center no-repeat;
    text-decoration: none; }

@media (min-width: 992px) {
  .index-two-thirds {
    float: left;
    width: 66.6666%; }
  .index-one-thirds {
    float: left;
    width: 33.3333%; } }

.index-feed {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  flex-direction: column; }
  @media (min-width: 768px) {
    .index-feed {
      flex-direction: row; } }
  .index-feed li {
    flex: 1;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .index-feed li {
        margin-bottom: 0; } }
  .index-feed-image {
    height: 240px;
    border-bottom: 4px solid #94243a;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 768px) {
      .index-feed-image {
        height: 160px; } }
    @media (min-width: 992px) {
      .index-feed-image {
        height: 211px; } }
  .index-feed a {
    text-decoration: none; }
  .index-feed-title {
    margin-top: 10px;
    padding: 0 10px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .index-feed-title {
        padding: 0 20px; } }

.index-research {
  margin: 0;
  padding: 0;
  list-style: none; }
  .index-research li {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16); }
  .index-research a {
    text-decoration: none; }
  .index-research-image {
    margin: -20px -20px 20px -20px;
    height: 200px; }
  .index-research-title {
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .index-research-summary {
    font-size: 14px;
    line-height: 20px;
    color: #555; }
  @media (min-width: 544px) {
    .index-research li {
      height: 144px;
      padding: 9px 35px 12px 260px; }
    .index-research-image {
      float: left;
      width: 232px;
      height: 144px;
      margin: 0 0 0 -253px; } }
  @media (min-width: 992px) {
    .index-research {
      padding-right: 60px; } }

.index-employee {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none; }
  .index-employee li {
    float: left;
    width: 50%;
    height: 165px;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .index-employee li {
        width: 25%; } }
    @media (min-width: 992px) {
      .index-employee li {
        width: 50%; } }
  .index-employee a {
    font-size: 16px;
    text-decoration: none; }
  .index-employee-image {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%; }
  .index-employee-name {
    margin-top: 10px;
    line-height: 20px; }
  .index-employee-title {
    line-height: 20px;
    color: #8c8c8c; }

.index-coop {
  padding: 30px 0;
  margin: 30px 0;
  box-sizing: border-box;
  background-image: url("../image/index_coop_bg.jpg");
  color: #fff;
  text-shadow: 1px 2px 0 rgba(89, 89, 89, 0.75); }
  .index-coop h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 3px; }
  .index-coop-list {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 544px) {
      .index-coop-list {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch; } }
    .index-coop-list li {
      flex: 1;
      padding: 0 10px;
      max-width: 640px; }
  .index-coop a {
    display: block;
    margin: 0 auto 22px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 0 rgba(89, 89, 89, 0.75); }
  .index-coop-image {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    border-radius: 50%; }
    @media (min-width: 544px) {
      .index-coop-image {
        height: 120px;
        width: 120px; } }
    @media (min-width: 768px) {
      .index-coop-image {
        height: 160px;
        width: 160px; } }
    @media (min-width: 992px) {
      .index-coop-image {
        height: 200px;
        width: 200px; } }
  .index-coop-title {
    font-size: 18px;
    margin-top: 15px;
    line-height: 38px; }

.index-bg {
  position: relative;
  padding: 60px 0;
  text-align: center; }
  .index-bg-img {
    position: absolute;
    bottom: -150px;
    right: 0; }

.index-video {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 640px;
  height: calc(100% / 16 * 9);
  background-color: #ccc; }

.index-qr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .index-qr {
      height: 340px;
      margin-top: 0;
      flex-direction: column;
      justify-content: space-between; } }
  .index-qr img {
    display: block;
    margin-bottom: 5px;
    width: 150px;
    height: 150px; }

.sub-wrap {
  background: url("../image/sub_bg.png") top center no-repeat; }
  .sub-wrap .container {
    padding-top: 200px;
    padding-bottom: 90px; }
  @media (min-width: 768px) {
    .sub-wrap.two-columns .container {
      padding-left: 227px; } }
  .sub-wrap.two-columns .sub-sidebar {
    margin-top: -50px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .sub-wrap.two-columns .sub-sidebar {
        float: left;
        margin-left: -227px;
        margin-right: 40px;
        margin-bottom: 0; } }

.sub-employee {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sub-employee li {
    position: relative;
    padding: 10px 0; }
    @media (min-width: 544px) {
      .sub-employee li {
        padding: 25px;
        height: 168px; } }
  .sub-employee-image {
    float: left;
    margin-right: 10px;
    width: 63px;
    height: 84px; }
    @media (min-width: 544px) {
      .sub-employee-image {
        float: none;
        margin: 0;
        width: 126px;
        height: 168px; } }
  .sub-employee-info {
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden; }
    @media (min-width: 544px) {
      .sub-employee-info {
        position: absolute;
        bottom: 25px;
        left: 183px;
        right: 25px;
        font-size: 16px; } }
  .sub-employee-info > div:not(:first-child) {
    margin-top: 10px; }
  .sub-employee-info.sub-employee-admin > div:not(:first-child) {
    margin-top: 5px; }
  .sub-employee-info.sub-employee-admin .sub-employee-name {
    margin-bottom: 10px; }
  .sub-employee-name a, .sub-employee-name em {
    color: #9d3a44;
    text-decoration: none;
    font-size: 18px; }
    @media (min-width: 544px) {
      .sub-employee-name a, .sub-employee-name em {
        font-size: 20px; } }
  .sub-employee-title {
    margin-left: 10px; }
  .sub-employee em {
    color: #9d3a44;
    font-style: normal; }
  .sub-employee-email a {
    text-decoration: none; }

.sub-sidebar {
  width: 187px;
  background-color: #f7f7f7; }
  .sub-sidebar-title {
    margin: 0;
    padding: 6px 26px 0;
    line-height: 62px;
    background-color: #9d3a44;
    color: #fff;
    font-size: 22px;
    font-weight: normal; }
  .sub-sidebar-links {
    margin: 0;
    padding: 16px 16px 16px 48px;
    list-style: square;
    color: #9d3a44; }
    .sub-sidebar-links a {
      line-height: 36px;
      color: #9d3a44 !important;
      text-decoration: none;
      }

.sub-location {
  line-height: 20px;
  color: #6b6b6b;
  font-size: 12px; }
  .sub-location a {
    text-decoration: none; }

.sub-group {
  margin: 36px 0;
  padding: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16); }
  .sub-group-title {
    float: left;
    margin: -32px 0 0;
    padding: 0 14px;
    line-height: 32px;
    background-color: #9d3a44;
    color: #fff;
    font-size: 18px;
    font-weight: normal; }
  .sub-group-links {
    margin: 0;
    padding: 0;
    color: #9d3a44;
    list-style: none; }
    .sub-group-links li {
      position: relative;
      padding-left: 26px;
      line-height: 40px; }
      .sub-group-links li:not(:last-child) {
        border-bottom: 1px solid #e6e6e6; }
      .sub-group-links li:before {
        float: left;
        margin: 16px 0 0 -16px;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #9d3a44; }
    .sub-group-links a {
      text-decoration: none; }
  .sub-group-time {
    float: right;
    margin-top: 1px;
    color: #696969;
    font-size: 14px; }
  .sub-group-pager {
    margin-top: 12px;
    height: 20px; }
    .sub-group-pager table {
      float: right; }
    .sub-group-pager td, .sub-group-pager a, .sub-group-pager span {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Microsoft Yahei", "SimHei", sans-serif !important;
      border: 0 !important;
      background: none !important; }

.sub-article h3 {
  margin: 20px 0 0;
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  text-align: center; }

.sub-article h4 {
  margin: 0 0 26px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  text-align: center; }

.sub-article-content {
  line-height: 24px; }
  .sub-article-content img {
    max-width: 100%; }