/*! 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;
}
ul,
ol,
dl {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.img-hover-scale .scale-img {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in, -moz-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in, -moz-transform 0.5s ease-in, -o-transform 0.5s ease-in;
}
@media screen and (min-width: 1025px) {
  .img-hover-scale:hover .scale-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.enter-img,
.leave-img {
  display: none;
}
.enter-img.show {
  display: block;
}
.leave-img.show {
  display: block;
}
.fullSrceen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preload-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
#preload .tip {
  display: inline;
  color: #fff;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.tip-bg {
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
}
.imago {
  font-family: "Imago";
}
.imago-m {
  font-family: "ImagoM";
}
.oppo-m {
  font-family: "OPPOSansM";
}
.oppo-r {
  font-family: "OPPOSansR";
}
.monts {
  font-family: "Monts";
}
.flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-banner {
  display: flex;
  justify-content: center;
  height: 28.646vw;
  position: relative;
  overflow: hidden;
}
.c-banner img {
  width: auto;
  height: 100%;
}
.c-banner .web-banner {
  display: block;
}
.c-banner .mobile-banner {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-banner {
    height: 0;
    padding-bottom: 81.33%;
  }
  .c-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .c-banner .web-banner {
    display: none;
  }
  .c-banner .mobile-banner {
    display: flex;
  }
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  position: relative;
  z-index: 5;
  width: 100%;
  cursor: pointer;
}
.swiper-slide img.slide-bg-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper-slide img.slide-bg-mobile {
    display: block;
  }
}
.swiper-slide img.slide-bg {
  display: block;
}
@media screen and (max-width: 1024px) {
  .swiper-slide img.slide-bg {
    display: none;
  }
}
.swiper-container .swiper-pagination {
  left: 25.4%;
  bottom: 0;
  height: 100%;
  width: 0.521vw;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-pagination {
    left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-pagination {
    left: 0.2rem;
    width: 0.2rem;
  }
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.469vw;
  height: 0.469vw;
  margin: 0.521vw 0;
  border-radius: 0.521vw;
  background-color: var(--swiper-pagination-color);
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.16rem 0;
  }
}
.swiper-container {
  --swiper-pagination-color: #0842ce;
  /* 两种都可以 */
}
.c-section {
  padding: 2.083vw 1.302vw;
}
.c-section.section--all {
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
  background: url(../img/background/bg.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 0.4rem 0.64rem;
  }
  .c-section.section--all {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: url(../img/background/bg-m.jpg) center center no-repeat;
    -o-background-size: cover;
    background-size: cover;
  }
}
.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.146vw;
  color: #343434;
  position: relative;
  font-weight: normal;
  line-height: 2.604vw;
  padding-bottom: 1.406vw;
  margin-bottom: 1.25vw;
  margin-top: 0;
  font-family: "Monts";
}
.section-title:after {
  content: attr(data-eng);
  position: absolute;
  font-size: 2.604vw;
  text-transform: uppercase;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(51, 51, 51, 0.09);
  line-height: 1;
  font-family: "Monts";
  letter-spacing: -0.1em;
}
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.125vw;
  height: 0.156vw;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 0.2rem;
    line-height: 0.56rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .section-title:after {
    font-size: 0.56rem;
    white-space: nowrap;
  }
  .section-title:before {
    width: 0.6rem;
  }
}
.section-content {
  max-width: 64.063vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-content {
    max-width: 100%;
  }
}
.latest-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.781vw 0;
}
@media screen and (max-width: 1024px) {
  .latest-list {
    margin: -0.78125vw 0;
  }
}
.latest-list .latest-li {
  width: 50%;
  padding: 0.781vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li {
    padding: 0.78125vw 0;
  }
}
@media screen and (max-width: 1080px) {
  .latest-list .latest-li {
    width: 100%;
  }
}
.latest-list .latest-li .latest-li-link {
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.latest-list .latest-li .latest-li-link .default-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-list .latest-li .latest-li-link .hover-img {
  display: none;
}
.latest-list .latest-li .latest-li-link .latest-poster {
  margin-left: 0.781vw;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li .latest-li-link .latest-poster {
    margin-left: 0.78125vw;
  }
}
.latest-list .latest-li .latest-li-link .latest-text {
  margin-left: 2.969vw;
  padding-right: 0;
  color: #343434;
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li .latest-li-link .latest-text {
    margin-left: 2.96875vw;
  }
}
.latest-list .latest-li .latest-li-link .latest-text h3 {
  font-size: 1.094vw;
  min-height: 2.5vw;
  color: #0842ce;
  font-family: "OPPOSansR";
  font-weight: normal;
  line-height: 1.25vw;
  margin-bottom: 1.146vw;
}
.latest-list .latest-li .latest-li-link .latest-text h3 strong {
  font-family: "ImagoM";
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li .latest-li-link .latest-text h3 {
    max-height: 3.75vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.latest-list .latest-li .latest-li-link .latest-text p {
  font-family: "OPPOSansR";
  font-size: 0.833vw;
  color: #434343;
  line-height: 1.25vw;
  margin-bottom: 1.146vw;
  text-align: justify;
}
.latest-list .latest-li .latest-li-link .latest-text p font {
  font-family: "Imago";
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li .latest-li-link .latest-text p {
    max-height: 5vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.latest-list .latest-li .latest-li-link .latest-text span {
  display: block;
  text-align: right;
  font-size: 0.938vw;
  font-family: "OPPOSansR";
  color: #0842ce;
  line-height: 1.25vw;
}
.latest-list .latest-li .latest-li-link:hover .default-img {
  display: none;
}
.latest-list .latest-li .latest-li-link:hover .hover-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-list .latest-li:nth-child(3) .latest-li-link,
.latest-list .latest-li:nth-child(4) .latest-li-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.latest-list .latest-li:nth-child(3) .latest-li-link .latest-poster,
.latest-list .latest-li:nth-child(4) .latest-li-link .latest-poster {
  margin-left: 0.781vw;
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li:nth-child(3) .latest-li-link .latest-poster,
  .latest-list .latest-li:nth-child(4) .latest-li-link .latest-poster {
    margin-left: 0.78125vw;
  }
}
.latest-list .latest-li:nth-child(3) .latest-li-link .latest-text,
.latest-list .latest-li:nth-child(4) .latest-li-link .latest-text {
  margin-left: 2.188vw;
  padding-right: 0.781vw;
  color: #343434;
}
@media screen and (max-width: 1024px) {
  .latest-list .latest-li:nth-child(3) .latest-li-link .latest-text,
  .latest-list .latest-li:nth-child(4) .latest-li-link .latest-text {
    padding-right: 0.78125vw;
    margin-left: 2.1875vw;
  }
}
@media screen and (max-width: 1080px) {
  .latest-list .latest-li:nth-child(3) .latest-li-link,
  .latest-list .latest-li:nth-child(4) .latest-li-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media screen and (max-width: 1080px) {
  .latest-list .latest-li:nth-child(2n) .latest-li-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .latest-list .latest-li:nth-child(2n) .latest-li-link .latest-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .latest-list {
    margin: -0.15rem 0;
  }
  .latest-list .latest-li {
    width: 100%;
    padding: 0.15rem 0;
  }
  .latest-list .latest-li .latest-li-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .latest-list .latest-li .latest-li-link .latest-poster {
    width: 2.85rem;
  }
  .latest-list .latest-li .latest-li-link .latest-poster img {
    width: 100%;
  }
  .latest-list .latest-li .latest-li-link .latest-text {
    margin: 0;
    padding: 0 0 0 0.58rem;
  }
  .latest-list .latest-li .latest-li-link .latest-text h3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    max-height: 0.72rem;
    min-height: 0.72rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.2rem;
  }
  .latest-list .latest-li .latest-li-link .latest-text p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    min-height: 0.9rem;
    max-height: 0.9rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0.2rem;
  }
  .latest-list .latest-li .latest-li-link .latest-text span {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .latest-list .latest-li .latest-li-link:hover .latest-poster .default-img {
    display: block;
  }
  .latest-list .latest-li .latest-li-link:hover .latest-poster .hover-img {
    display: none;
  }
  .latest-list .latest-li:nth-child(2n) .latest-li-link .latest-text {
    margin: 0;
    padding: 0 0.26rem;
  }
  .latest-list .latest-li:nth-child(3) .latest-li-link .latest-text {
    margin: 0;
  }
}
/* .all-list {
  .flex-list();
  width: 1060px;
  margin: 0 auto;
  .all-li {
    padding: 15px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    .all-a {
      display: block;
      cursor: pointer;
      font-size: 16px;
      .oppo-r();
      color: white;
      line-height: 24px;
      .all-post {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid white;
        width: 100%;
        padding-bottom: 100%;
        height: 0;
        position: relative;
        overflow: hidden;
        font-size: 0;
        margin-bottom: 10px;
        img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }
      }
      .all-text {
        h3 {
          font-weight: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2; // 设置两行文字溢出
          -webkit-box-orient: vertical;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          margin-bottom: 5px;
          line-height: 24px;
          height: 48px;
          strong {
            .imago-m();
          }
        }
        span {
          .oppo-m();
          line-height: 30px;
        }
      }
    }
  }
  @media screen and (max-width: 1110px) {
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
    .all-li {
      width: 33.3%;
    }
  }
  @media screen and (max-width: 768px) {
    .all-li {
      width: 50%;
      padding: 0.24rem;
      .all-a {
        .all-post {
          margin-bottom: 0.1rem;
        }
        .all-text {
          h3 {
            font-size: 0.2rem;
            line-height: 0.36rem;
            height: 0.72rem;
            margin-bottom: 0.1rem;
            color: @gray1;
          }
          span {
            font-size: 0.2rem;
            line-height: 0.36rem;
            color: @theme;
          }
        }
      }
    }
  }
} */
.c-footer {
  background-color: transparent;
  font-size: 0.625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer a {
  color: #b7b7b7;
  text-decoration: none;
  padding: 0.521vw;
}
.latest-poster {
  position: relative;
  width: 14.844vw;
  height: 14.063vw;
  padding-left: 1.302vw;
  padding-top: 0.521vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .latest-poster {
    height: 2.7rem;
    padding-left: 0.25rem;
    padding-top: 0.1rem;
  }
}
.latest-poster img {
  width: 100%;
  height: 100%;
}
.latest-poster .img-bg {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(35%, 0, 0);
  -moz-transform: translate3d(35%, 0, 0);
  transform: translate3d(35%, 0, 0);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
}
.latest-poster .img-date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.latest-poster .img-cover-clip {
  width: 13.542vw;
  height: 13.542vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.latest-poster .img-cover-clip .img-cover {
  width: auto;
  height: 13.542vw;
}
@media screen and (max-width: 768px) {
  .latest-poster .img-cover-clip {
    width: 2.6rem;
    height: 2.6rem;
  }
  .latest-poster .img-cover-clip .img-cover {
    width: auto !important;
    height: 2.6rem;
  }
}
.latest-poster .img-cover {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
}
.latest-poster:after {
  display: block;
  content: "";
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@media screen and (min-width: 1024px) {
  .latest-li:hover .latest-poster .img-bg {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
  }
  .latest-li:hover .latest-poster .img-cover {
    -webkit-transform: translate3d(12%, 0, 0);
    -moz-transform: translate3d(12%, 0, 0);
    transform: translate3d(12%, 0, 0);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
  }
}
.section--all2 {
  padding-top: 8.333vw;
  padding-bottom: 0;
  background: url(../img/background/bg-all.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section--all2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.section--all2 .section-content {
  position: relative;
  padding-left: 6.771vw;
  padding-right: 6.771vw;
  padding-bottom: 9.375vw;
}
.section--all2 .section-content.hasTransform {
  padding-bottom: 15.375vw;
}
.section--all2 .section-content .list-title {
  position: absolute;
  left: 45px;
  top: 0;
  cursor: pointer;
}
.section--all2 .section-content .list-title span {
  display: block;
  text-align: center;
  background: url(../img/background/bg-st.png) center top no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  font-size: 1.042vw;
  color: white;
  width: 2.083vw;
  height: 7.552vw;
  padding: 0.781vw 0.521vw 0 0.521vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section--all2 .section-content .list-title .list-drop-menu {
  position: absolute;
  top: 0;
  left: 2.604vw;
  width: 0;
  height: auto;
  max-height: 70vh;
  border-radius: 1.042vw;
  min-height: 7.552vw;
  padding-left: 0.417vw;
  width: 11.458vw;
  display: none;
}
.section--all2 .section-content .list-title .list-drop-menu .list-card-arrow {
  width: 0;
  height: 0;
  border-top: 0.417vw solid transparent;
  border-bottom: 0.417vw solid transparent;
  border-left: 0.417vw solid transparent;
  border-right: 0.417vw solid white;
  position: absolute;
  z-index: 15;
  left: -0.417vw;
  top: 1.042vw;
  display: none;
}
.section--all2 .section-content .list-title .list-drop-menu .list-drop-card {
  position: relative;
  z-index: 10;
  min-height: 7.552vw;
  max-height: 70vh;
  border-radius: 1.042vw;
  background-color: white;
  -webkit-transition: width all 0.5s ease-in;
  -o-transition: width all 0.5s ease-in;
  -moz-transition: width all 0.5s ease-in;
  transition: width all 0.5s ease-in;
  width: 0;
  display: none;
}
.section--all2 .section-content .list-title .list-drop-menu .list-drop-card .list-drop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 1.25vw 1.667vw;
}
.section--all2 .section-content .list-title .list-drop-menu .list-drop-card .list-drop-nav > a {
  display: block;
  font-size: 1.042vw;
  line-height: 1.563vw;
  text-decoration: underline;
  color: #343434;
}
.section--all2 .section-content .list-title .list-drop-menu .list-drop-card .list-drop-nav > a:hover {
  color: #0842ce;
}
.section--all2 .section-content .list-title:hover .list-drop-menu,
.section--all2 .section-content .list-title.onclick .list-drop-menu {
  display: block;
}
.section--all2 .section-content .list-title:hover .list-drop-menu .list-drop-card,
.section--all2 .section-content .list-title.onclick .list-drop-menu .list-drop-card {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
}
.section--all2 .section-content .list-title:hover .list-drop-menu .list-card-arrow,
.section--all2 .section-content .list-title.onclick .list-drop-menu .list-card-arrow {
  display: block;
}
.section--all2 .section-content .all-list-2 {
  margin: -1.146vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--all2 .section-content .all-list-2 .all-li {
  padding: 22px;
  width: 33.3%;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in, -moz-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in, -moz-transform 0.5s ease-in, -o-transform 0.5s ease-in;
  cursor: pointer;
}
.section--all2 .section-content .all-list-2 .all-li > a {
  display: block;
  background-color: white;
  box-sizing: border-box;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-post {
  width: 100%;
  position: relative;
  z-index: 5;
  font-size: 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.625vw;
  padding: 0.26vw;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-post img {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-post:before {
  content: "";
  background: url(../img/background/mask.png) center top no-repeat;
  height: 0;
  padding-bottom: 23.166%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  z-index: 10;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-post::after {
  content: "";
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-width: 0.26vw;
  border-left-width: 0.26vw;
  border-right-width: 0.26vw;
  border-bottom-width: 0 ;
  border-style: solid;
  border-color: white;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-text {
  font-size: 0.833vw;
  color: #343434;
  line-height: 1.25vw;
  padding: 0 1.823vw 1.25vw 1.823vw;
  text-align: right;
}
.section--all2 .section-content .all-list-2 .all-li > a .all-text h3 {
    height: 3.75vw;
    text-align: justify;
  font-weight: normal;
  margin-bottom: 0.208vw;
  font-size: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width:768px){
    .section--all2 .section-content .all-list-2 .all-li > a .all-text h3{
        font-size: .24rem;
        line-height: 1.3;
        height: auto;
        -webkit-line-clamp:5;
    }
}


.section--all2 .section-content .all-list-2 .all-li > a .all-text span {
  font-size: inherit;
  
}
.section--all2 .section-content .all-list-2 .all-li.transformY {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.section--all2 .section-content .all-list-2 .all-li.transformY:hover {
  -webkit-transform: scale(1.1) translateY(50%);
  -moz-transform: scale(1.1) translateY(50%);
  -ms-transform: scale(1.1) translateY(50%);
  -o-transform: scale(1.1) translateY(50%);
  transform: scale(1.1) translateY(50%);
}
.section--all2 .section-content .all-list-2 .all-li:hover,
.section--all2 .section-content .all-list-2 .all-li.active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section--all2 .section-content .all-list-2 .all-li:hover .all-post:before,
.section--all2 .section-content .all-list-2 .all-li.active .all-post:before {
  border: 0;
  outline: 0;
}
@media screen and (max-width: 1080px) {
  .section--all2 .section-content {
    padding-left: 8.3vw;
    padding-right: 0;
  }
  .section--all2 .section-content .list-title {
    left: 2.1875vw;
  }
  .section--all2 .section-content .all-list-2 {
    margin: -1.146vw 0 -1.146vw -1.146vw;
  }
}
@media screen and (max-width: 768px) {
  .section--all2 {
    padding: 0.4rem 0.64rem 0.4rem 0.64rem;
  }
  .section--all2 .section-content {
    padding: 0;
  }
  .section--all2 .section-content.hasTransform {
    padding-bottom: 3.2rem;
  }
  .section--all2 .section-content .list-title {
    left: -0.64rem;
  }
  .section--all2 .section-content .list-title span {
    font-size: 0.2rem;
    width: 0.4rem;
    height: 1.45rem;
    padding: 0.1rem;
  }
  .section--all2 .section-content .list-title .list-drop-menu {
    left: 0.5rem;
    max-height: 70vh;
    border-radius: 10px;
    min-height: 2rem;
    padding-left: 0.3rem;
    width: 4.8rem;
    display: none;
  }
  .section--all2 .section-content .list-title .list-drop-menu .list-card-arrow {
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid white;
    position: absolute;
    left: -0.05rem;
    top: 0.2rem;
    z-index: 20;
  }
  .section--all2 .section-content .list-title .list-drop-menu .list-drop-card {
    min-height: 2rem;
    border-radius: 10px;
  }
  .section--all2 .section-content .list-title .list-drop-menu .list-drop-card .list-drop-nav {
    padding: 0.24rem 0.32rem;
  }
  .section--all2 .section-content .list-title .list-drop-menu .list-drop-card .list-drop-nav > a {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .section--all2 .section-content .list-title:hover .list-drop-menu,
  .section--all2 .section-content .list-title.onclick .list-drop-menu {
    display: block;
  }
  .section--all2 .section-content .list-title:hover .list-drop-menu .list-drop-card,
  .section--all2 .section-content .list-title.onclick .list-drop-menu .list-drop-card {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 0 0.16rem 0.16rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0.16rem 0.16rem rgba(0, 0, 0, 0.05);
  }
  .section--all2 .section-content .list-title:hover .list-drop-menu .list-card-arrow,
  .section--all2 .section-content .list-title.onclick .list-drop-menu .list-card-arrow {
    display: block;
  }
  .section--all2 .section-content .all-list-2 {
    margin: -0.26rem -0.26rem -0.26rem 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section--all2 .section-content .all-list-2 .all-li {
    padding: 0.26rem;
    width: 50%;
  }
  .section--all2 .section-content .all-list-2 .all-li.transformY {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .section--all2 .section-content .all-list-2 .all-li.transformY:hover {
    -webkit-transform: scale(0) translate(0);
    -moz-transform: scale(0) translate(0);
    -ms-transform: scale(0) translate(0);
    -o-transform: scale(0) translate(0);
    transform: scale(0) translate(0);
  }
  .section--all2 .section-content .all-list-2 .all-li:hover {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .section--all2 .section-content .all-list-2 .all-li > a {
    height: auto;
  }
  .section--all2 .section-content .all-list-2 .all-li > a .all-post {
    margin-bottom: 0.24rem;
    overflow: hidden;
  }
  .section--all2 .section-content .all-list-2 .all-li > a .all-post:before {
    bottom: 0;
  }
  .section--all2 .section-content .all-list-2 .all-li > a .all-text {
    padding: 0 0.2rem 0.24rem 0.2rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  .section--all2 .section-content .all-list-2 .all-li:nth-child(2n) {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.section--previous .previous-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.781vw;
}
.section--previous .previous-list .previous-li {
  padding: 0.781vw;
  max-width: 50%;
}
.section--previous .previous-list .previous-li a {
  padding: 0.5em 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0842ce;
  text-decoration: none;
  border: 0.026vw solid #0842ce;
  font-size: 1.146vw;
  line-height: 1.2;
}
.section--previous .previous-list .previous-li a:hover {
  background-color: #0842ce;
  color: white;
}
@media screen and (max-width: 768px) {
  .section--previous .previous-list .previous-li a {
    font-size: 0.24rem;
  }
}
.c-article {
  font-size: 0;
  overflow-x: hidden;
}
.c-article img {
  width: 100%;
}
.c-article.articles--web {
  display: block;
}
.c-article.articles--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-article.articles--web {
    display: none;
  }
  .c-article.articles--mobile {
    display: block;
  }
}
.operate {
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operate a {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #343434;
  text-decoration: none;
  margin: 0 24px;
  cursor: pointer;
}
.operate a:hover {
  color: #0842ce;
}
.operate span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 0.5px solid #dadada;
  margin-bottom: 0.5em;
}
.operate span img {
  width: 24px;
  height: 24px;
}
