@charset "UTF-8";
/*! 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; }

/**
 * 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 {
  font-family: 'MicrosoftYaHei', 微软雅黑,serif;
  font-size: 16px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit; }

.clear {
  clear: both; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

section.s-news ul.photo-news > li a, ul.flexible-gallery {
  clear: both; }
  section.s-news ul.photo-news > li a:after, ul.flexible-gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  section.s-news ul.photo-news > li a::after, ul.flexible-gallery::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

section.top .swiper-slide .title .text, section.s-news ul.photo-news > li .title .text, ul.flexible-gallery > li .title.in .text, section.top article {
  text-align: justify;
  text-justify: distribute;
  text-justify: inter-ideograph;
  text-justify: inter-character; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 321px) {
  html {
    font-size: 42.667px; } }
@media screen and (min-width: 321px) and (max-width: 361px) {
  html {
    font-size: 48px; } }
@media screen and (min-width: 361px) and (max-width: 376px) {
  html {
    font-size: 50px; } }
@media screen and (min-width: 376px) and (max-width: 394px) {
  html {
    font-size: 52.4px; } }
@media screen and (min-width: 394px) and (max-width: 413px) {
  html {
    font-size: 54.93px; } }
@media screen and (min-width: 413px) and (max-width: 415px) {
  html {
    font-size: 55.2px; } }
@media screen and (min-width: 415px) and (max-width: 481px) {
  html {
    font-size: 64px; } }
@media screen and (min-width: 481px) and (max-width: 541px) {
  html {
    font-size: 72px; } }
@media screen and (min-width: 541px) and (max-width: 641px) {
  html {
    font-size: 85.33px; } }
@media screen and (min-width: 641px) and (max-width: 721px) {
  html {
    font-size: 96px; } }
@media screen and (min-width: 721px) and (max-width: 769px) {
  html {
    font-size: 102.4px; } }
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px; } }
@media screen and (max-width: 1050px) {
  html {
    font-size: -webkit-calc(13.33333333vw);
    font-size: -moz-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
section.s-news ul.gallery > li .img-inner .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

body {
  font-size: 16px; }

a:hover {
  color: #bb0008; }

img {
  display: block; }

.header {
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: -1; }

.header {
  height: 769px; }

.header-inner {
  position: absolute;
  left: 50%; }
  .header-inner img.pc {
    position: relative;
    left: -50%; }
  .header-inner img.mobile {
    display: none; }

.header-placeholder {
  height: 492px;
  width: 100%; }

@media screen and (max-width: 1050px) {
  .header-inner {
    left: 0;
    width: 100%; }
    .header-inner img.pc {
      display: none; }
    .header-inner img.mobile {
      display: block;
      width: 100%; }

  .header-placeholder {
    height: 3.69rem; } }
body > .content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

body > footer {
  background-color: #bb0008;
  color: white;
  font-size: 12px;
  line-height: 4.6666666667em;
  text-align: center; }

.img-inner {
  height: 0;
  position: relative; }
  .img-inner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

section.top .swiper-slide .title, section.s-news ul.photo-news > li .title, ul.flexible-gallery > li .title.in {
  white-space: nowrap;
  overflow: hidden; }
  section.top .swiper-slide .title .text, section.s-news ul.photo-news > li .title .text, ul.flexible-gallery > li .title.in .text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  section.top .swiper-slide .title:before, section.s-news ul.photo-news > li .title:before, ul.flexible-gallery > li .title.in:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }

section.top .swiper-slide .title, section.s-news ul.photo-news > li .title {
  height: 100%; }
  section.top .swiper-slide .title .text, section.s-news ul.photo-news > li .title .text {
    color: #3d3d3d;
    line-height: 1.5em;
    padding-left: 1em;
    padding-right: 0.5em; }

section.top h1 {
  color: white;
  font-size: 2em;
  text-align: center;
  margin: 0.65em 0;
  line-height: 1.5em; }
  section.top h1 a:hover {
    color: white; }
section.top article {
  font-size: 0.875em;
  color: white;
  line-height: 1.75em;
  margin: 1.5em 0; }
@media screen and (max-width: 1050px) {
  section.top h1 {
    color: black; }
    section.top h1 a:hover {
      color: black; }
  section.top article {
    color: black; } }
section.top .active-image {
  width: 61%;
  float: left; }
  section.top .active-image .img-inner {
    padding-top: 60.6557377049%; }
  section.top .active-image img {
    transition: opacity 0.7s ease;
    opacity: 0; }
    section.top .active-image img.active {
      opacity: 1; }
section.top .img-slider-outer1 {
  overflow: hidden; }
section.top .img-slider-outer2 {
  height: 0;
  position: relative;
  padding-top: 94.8717948718%; }
section.top .image-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 7.1794871795% 0; }
section.top .swiper-container {
  height: 100%; }
section.top .swiper-slide {
  padding: 3.3333333333%;
  box-sizing: border-box; }
  section.top .swiper-slide .img-outer {
    width: 31.5934065934%;
    float: left; }
  section.top .swiper-slide .img-inner {
    padding-top: 69.5652173913%; }
  section.top .swiper-slide.active {
    background-color: #bb0008; }
    section.top .swiper-slide.active .title .text {
      color: white; }
section.top .swiper-button-prev, section.top .swiper-button-next {
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 14px;
  background-size: 100% 100%; }
section.top .swiper-button-prev {
  background-image: url(../images/up.png);
  top: 0; }
section.top .swiper-button-next {
  background-image: url(../images/down.png);
  top: auto;
  bottom: 0; }

section.regular > header {
  margin-top: 2.5em; }
  section.regular > header img {
    margin: 1em auto; }

section.s-direction section.i1 {
  float: left; }
section.s-direction section.i2 {
  float: right; }

section.news {
  width: 48%; }
  section.news .img-outer {
    display: block;
    margin-bottom: 1em; }
  section.news .img-inner {
    padding-top: 47.5%; }
  section.news ul > li {
    background: url(../images/bullet.png) left center no-repeat;
    padding-left: 1em;
    line-height: 2.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

section.s-news ul.photo-news {
  float: left;
  width: 48%; }
  section.s-news ul.photo-news > li {
    margin: 1em 0; }
    section.s-news ul.photo-news > li:first-child {
      margin-top: 0.25em; }
    section.s-news ul.photo-news > li a {
      display: block; }
      section.s-news ul.photo-news > li a:hover .title .text {
        color: #bb0008; }
    section.s-news ul.photo-news > li .img-outer {
      display: block;
      width: 130px;
      float: left; }
    section.s-news ul.photo-news > li .img-inner {
      padding-top: 69.2307692308%; }
section.s-news ul.gallery {
  float: right;
  width: 50%; }
  section.s-news ul.gallery > li {
    float: left;
    width: 49%;
    margin-bottom: 0.75em; }
    section.s-news ul.gallery > li:nth-child(2n+1) {
      margin-right: 2%; }
    section.s-news ul.gallery > li .img-inner {
      position: relative;
      padding-top: 61.2244897959%; }
      section.s-news ul.gallery > li .img-inner .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: opacity 0.2s ease;
        opacity: 1; }
      section.s-news ul.gallery > li .img-inner:hover .mask {
        opacity: 0; }
      section.s-news ul.gallery > li .img-inner .title {
        background-color: #808080;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 0.5em 1em;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        bottom: 0; }

ul.flexible-gallery > li {
  float: left;
  width: 18%;
  margin-left: 1.3%;
  transition: width 1.2s ease; }
  ul.flexible-gallery > li:first-child {
    margin-left: 0; }
  ul.flexible-gallery > li .img-inner {
    height: 360px; }
    ul.flexible-gallery > li .img-inner .img {
      height: 50%; }
  ul.flexible-gallery > li .title {
    background-color: #bb0008;
    color: white;
    padding: 0.5em 1em;
    line-height: 1.5em; }
    ul.flexible-gallery > li .title.in {
      transition: opacity 0.8s ease;
      height: 50%;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      box-sizing: border-box; }
    ul.flexible-gallery > li .title.out {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      display: none; }
  ul.flexible-gallery > li.active {
    width: 42%; }
    ul.flexible-gallery > li.active .img-inner .img {
      height: 100%; }
    ul.flexible-gallery > li.active .title.in {
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden;
      opacity: 0; }
    ul.flexible-gallery > li.active:hover .title.in {
      opacity: 1;
      height: auto;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }

section.s-home .img-inner {
  padding-top: 68%; }
section.s-home .title {
  background-color: #808080;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5em 1.75em;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0; }
section.s-home a:hover .title {
  color: #bb0008; }
section.s-home .swiper-container {
  margin: 2em 0 4em; }
section.s-home .swiper-slide {
  width: 60%;
  max-width: 700px; }
section.s-home .swiper-button-prev, section.s-home .swiper-button-next {
  width: 26px;
  height: 53px;
  background-size: 100% 100%; }
section.s-home .swiper-button-prev {
  background-image: url(../images/left.png);
  left: 8%; }
section.s-home .swiper-button-next {
  background-image: url(../images/right.png);
  right: 8%; }

@media screen and (max-width: 1050px) {
  body > .content {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 700px) {
  section.top .active-image, section.s-direction section.i1, section.s-direction section.i2, section.s-news ul.photo-news, section.s-news ul.gallery {
    float: none;
    clear: both;
    width: 100%; }

  section.top h1 {
    font-size: 1.625em;
    color: black; }
    section.top h1 a:hover {
      color: black; }
  section.top .img-slider-outer1 {
    margin: 1em 0; }
  section.top article {
    color: black; }

  section.s-direction section.i2 {
    margin-top: 1em; }

  ul.flexible-gallery > li {
    margin-left: 2.4%;
    margin-bottom: 1em; }
    ul.flexible-gallery > li, ul.flexible-gallery > li.active {
      width: 48.5%; }
      ul.flexible-gallery > li .title.in, ul.flexible-gallery > li.active .title.in {
        display: none; }
      ul.flexible-gallery > li .title.out, ul.flexible-gallery > li.active .title.out {
        display: block; }
    ul.flexible-gallery > li:nth-child(2n+1) {
      margin-left: 0; }
    ul.flexible-gallery > li .img-inner {
      height: 0;
      padding-top: 57.1428571429%; }
      ul.flexible-gallery > li .img-inner .img {
        height: 100%; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 14px; }

  section.regular > header {
    margin-top: 1.5em; }
    section.regular > header img {
      height: 36px; }

  section.s-home .swiper-button-prev, section.s-home .swiper-button-next {
    width: 13px;
    height: 26px; }
  section.s-home .swiper-button-prev {
    left: 4%; }
  section.s-home .swiper-button-next {
    right: 4%; }
  section.s-home .swiper-slide {
    width: 80%; }
  section.s-home .swiper-container {
    margin-top: 1em;
    margin-bottom: 3em; } }
@media screen and (max-width: 480px) {
  ul.flexible-gallery > li .title, section.s-home .title {
    font-size: 12px; } }

/*# sourceMappingURL=index.css.map */
