/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content-s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.position-absolute {
  position: absolute;
}
.position-absolute.bottom {
  bottom: 0;
}
.position-absolute.top {
  top: 0;
}
.position-absolute.left {
  left: 0;
}
.position-absolute.right {
  right: 0;
}
.position-relative {
  position: relative;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.margin-top {
  margin-top: 0.15rem;
}
.margin-top-m {
  margin-top: 0.3rem;
}
.margin-top-big {
  margin-top: 0.5rem;
}
.margin-bottom {
  margin-bottom: 0.15rem;
}
.margin-bottom-m {
  margin-bottom: 0.3rem;
}
.margin-bottom-big {
  margin-bottom: 0.5rem;
}
.margin-left {
  margin-left: 0.15rem;
}
.margin-left-m {
  margin-left: 0.3rem;
}
.margin-left-big {
  margin-left: 0.5rem;
}
.margin-right {
  margin-right: 0.15rem;
}
.margin-right-m {
  margin-right: 0.3rem;
}
.margin-right-big {
  margin-right: 0.5rem;
}
.margin-column {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
}
.margin-column-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.margin-column-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.margin-row {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-row-m {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-row-big {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.no-margin {
  margin: 0 !important;
}
.row-center {
  margin-left: auto;
  margin-right: auto;
}
.padding-top {
  padding-top: 0.15rem;
}
.padding-top-m {
  padding-top: 0.3rem;
}
.padding-top-big {
  padding-top: 0.5rem;
}
.padding-bottom {
  padding-bottom: 0.15rem;
}
.padding-bottom-m {
  padding-bottom: 0.3rem;
}
.padding-bottom-big {
  padding-bottom: 0.5rem;
}
.padding-left {
  padding-left: 0.15rem;
}
.padding-left-m {
  padding-left: 0.3rem;
}
.padding-left-big {
  padding-left: 0.5rem;
}
.padding-right {
  padding-right: 0.15rem;
}
.padding-right-m {
  padding-right: 0.3rem;
}
.padding-right-big {
  padding-right: 0.5rem;
}
.padding-column {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
}
.padding-column-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.padding-column-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.padding-row {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-row-m {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-row-big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.no-padding {
  padding: 0 !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-gray {
  background-color: #f5f5f5;
}
.bg-color-opacity-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-color-opacity-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.ellipis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.border-box {
  box-sizing: border-box;
}
.overflow-hidden {
  overflow: hidden;
}
.full-y {
  height: 100%;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100px;
  }
}
.font-size-xxl {
  font-size: 0.3rem;
}
.font-size-xl {
  font-size: 0.2rem;
}
.font-size-l {
  font-size: 0.18rem;
}
.font-size-m {
  font-size: 0.16rem;
}
.font-size-s {
  font-size: 0.14rem;
}
.font-size-mini {
  font-size: 0.12rem;
}
.text-color-black {
  color: #333 !important;
}
.text-color-gray {
  color: #545454 !important;
}
.text-color-gray-l {
  color: #666 !important;
}
.text-color-gray-ll {
  color: #999 !important;
}
.text-color-white {
  color: #fff !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.line-height-xxl {
  line-height: 4.5;
}
.line-height-xl {
  line-height: 3;
}
.line-height-l {
  line-height: 2;
}
.line-height-m {
  line-height: 1.5;
}
.line-height-s {
  line-height: 1.3;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-box {
  font-size: 0;
  overflow: hidden;
}
.img-box .img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-box .img-full {
  width: 100%;
  height: 100%;
}
.img-box .img-full-x {
  width: 100%;
}
.img-box .img-full-y {
  height: 100%;
}
.animate-slow {
  animation-duration: 5s;
}
.animate-infinite {
  animation-iteration-count: infinite;
}
.animate-linear {
  animation-timing-function: linear;
}
.animate-top-to-bottom {
  animation-name: top-to-bottom;
}
.animate-rotate-z {
  animation-name: rotate-z;
}
@keyframes top-to-bottom {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes rotate-z {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*
主题样式
*/
.bg-color-theme {
  background: #062F5A;
}
.bg-color-theme-2 {
  background: #2b2925;
}
.text-color-theme {
  color: #062F5A;
}
.text-color-theme-s {
  color: #f39501;
}
.box-shadow {
  box-shadow: 0 0 6px #ccc;
}
.news-banner .bg {
  background-image: url('../images/bg_19.jpg');
}
.content-wrapper {
  background: url('../images/bg_17.png') repeat;
  padding: 50px 0;
}
.content-wrapper .time-line-wrapper ul {
  justify-content: flex-start;
  height: 500px;
}
.content-wrapper .time-line-wrapper ul .item {
  height: 500px;
}
.content-wrapper .time-line-wrapper ul .item .event-img {
  height: 250px;
}
.content-wrapper .time-line-wrapper ul .item .item-content {
  height: 220px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.content-wrapper .time-line-wrapper ul .item .item-content .item-text {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.content-wrapper .time-line-wrapper ul .item .main-button {
  padding: 8px 48px;
}
.content-wrapper .time-line-wrapper ul .item > div:hover .tag {
  border: 1px solid #f39501;
}
.content-wrapper .time-line-wrapper ul .item > div:hover .tag:before {
  background: #f39501;
}
.content-wrapper .time-line-wrapper ul .item > div:hover .tag:after {
  background: #f39501;
}
.content-wrapper .prev,
.content-wrapper .next {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  transition: all .3s;
  z-index: 10;
  border: 1px solid #d4d4d4;
  background: #fff;
  font-size: 25px;
  color: #898989;
}
.content-wrapper .prev:hover,
.content-wrapper .next:hover {
  background: #062F5A;
  color: #fff;
}
.content-wrapper .prev {
  left: 0;
  border-left: none;
}
.content-wrapper .next {
  right: 0;
  border-right: none;
}
@media (max-width: 768px) {
  .content-wrapper .time-line-wrapper ul {
    height: 400px;
  }
  .content-wrapper .time-line-wrapper ul .item {
    height: 400px;
  }
  .content-wrapper .time-line-wrapper ul .item .item-content {
    height: 180px;
    padding: 8px;
  }
}
