.animate {
  -webkit-transition:  all;
  transition:  all;
  -webkit-transition-duration:  0.3s;
  transition-duration:  0.3s; }

body, html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100% !important; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none; }



@font-face {
  font-family: 'hmsans bold';
  src: url(../font/HMSans-Bold.eot?v=4.2.0);
  src: url(../font/HMSans-Bold.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-Bold.woff?v=4.2.0) format("woff"), url(../font/HMSans-Bold.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-Bold.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'hmsans bold';
  src: url(../font/HMSans-BoldItalic.eot?v=4.2.0);
  src: url(../font/HMSans-BoldItalic.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-BoldItalic.woff?v=4.2.0) format("woff"), url(../font/HMSans-BoldItalic.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-BoldItalic.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'hmsans semi';
  src: url(../font/HMSans-SemiBold.eot?v=4.2.0);
  src: url(../font/HMSans-SemiBold.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-SemiBold.woff?v=4.2.0) format("woff"), url(../font/HMSans-SemiBold.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-SemiBold.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'hmsans semi';
  src: url(../font/HMSans-SemiBoldItalic.eot?v=4.2.0);
  src: url(../font/HMSans-SemiBoldItalic.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-SemiBoldItalic.woff?v=4.2.0) format("woff"), url(../font/HMSans-SemiBoldItalic.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-SemiBoldItalic.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'hmsans regular';
  
  src: url(../font/HMSans-Regular.eot?#iefix&v=4.2.0) format("embedded-opentype"),  url(../font/HMSans-Regular.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'hmsans';
  src: url(../font/HMSans-Italic.eot?v=4.2.0);
  src: url(../font/HMSans-Italic.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-Italic.woff?v=4.2.0) format("woff"), url(../font/HMSans-Italic.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-Italic.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'hmsans light';
  src: url(../font/HMSans-Light.eot?v=4.2.0);
  src: url(../font/HMSans-Light.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-Light.woff?v=4.2.0) format("woff"), url(../font/HMSans-Light.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-Light.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'hmsans light';
  src: url(../font/HMSans-LightItalic.eot?v=4.2.0);
  src: url(../font/HMSans-LightItalic.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../font/HMSans-LightItalic.woff?v=4.2.0) format("woff"), url(../font/HMSans-LightItalic.ttf?v=4.2.0) format("truetype"), url(../font/HMSans-LightItalic.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 100;
  font-style: italic; }
body, html {
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  font-family: 'hmsans regular', 'SourceHanSansCN Regular',arial,"Microsoft YaHei";
  font-weight: 400; }

body, html {
  font-size: 32px; }

* {
  max-height: 999999px;
  list-style: inside none;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

svg, img {
  vertical-align: bottom; }

header {
  position: relative;
  margin: 1.5rem 1.5rem 0; }
  header .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16vw;
    margin: .5rem 1.25rem; }
    header .logo svg {
      width: 100%;
      fill: #E50012; }

.normal-page-wrap {
  min-height: 100vh;
  max-width: 750px;
  margin: 0 auto; }

.border-module {
  position: relative; }
  .border-module:before, .border-module:after {
    content: '';
    display: block;
    border: solid 1.5px #222;
    position: absolute;
    left: 0;
    right: 0;
    height: 1rem;
    transform: skewX(-15deg); }
  .border-module:before {
    bottom: 100%;
    left: 5rem;
    right: 1.5rem;
    margin-right: 3px;
    border-bottom: 0 none; }
  .border-module:after {
    top: 100%;
    right: 5rem;
    left: 1.5rem;
    margin-left: 3px;
    border-top: 0 none; }

.history-about {
  background: #f5f5f5;
  color: #222;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-size: .93rem;
  line-height: 1.6; }
  .history-about .fg-border {
    height: 1.5rem;
    transform: skew(-15deg, 0);
    transform-origin: 50% 100%;
    margin: .375rem 2rem .375rem 1.5rem;
    position: relative; }
    .history-about .fg-border:after, .history-about .fg-border:before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
    .history-about .fg-border:before {
      border-left: solid 1.5px #222; }
    .history-about .fg-border:after {
      border-right: solid 1.5px #222;
      height: 200%; }

.history-list-header {
  background: #E50012;
  padding: 2rem 1.5rem 0;
  position: relative;
  z-index: 2; }
  .history-list-header h1 {
    background: #fff;
    padding: .75rem 1rem;
    font-size: 1.6rem;
    transform: translateY(1rem); }
    .history-list-header h1 .txt {
      display: block;
      text-align: center; }
    .history-list-header h1 .maintitle {
      font-family: 'hmsans bold';
      font-weight: bold;
      letter-spacing: 3px; }
    .history-list-header h1 .subtitle {
      font-weight: 100;
      font-size: .65em;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 13em;
      margin: 0 auto;
      overflow: hidden; }
      .history-list-header h1 .subtitle i {
        font-family: msjh;
        font-style: normal;
        font-weight: 300;
        flex-shrink: 0; }
      .history-list-header h1 .subtitle:after, .history-list-header h1 .subtitle:before {
        content: '';
        display: block;
        height: 1px;
        background: #030303;
        flex: 1 1 auto;
        margin: 0 3px; }

.history-list-container {
  padding: 0 1.5rem 0;
  background: url("../images/historyPath.png") 50% 12rem/auto auto no-repeat #f5f5f5;
  overflow: hidden; }

.history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0; }
  .history-item .img {
    flex-shrink: 0; }
  .history-item .year {
    font-size: 1.1em;
    color: #E50012;
    font-style: italic;
    font-weight: bold; }
  .history-item li {
    font-size: .83em;
    position: relative;
    margin: .375em 0;
    line-height: 1.6;
    font-family: "hmsans regular"; }
    .history-item li:before {
      content: '';
      padding: 5px;
      border-radius: 500px;
      background: #E50012;
      position: absolute;
      left: -.75em;
      top: .65em; }
  .history-item .single-details li:before {
    display: none; }
  .history-item:nth-of-type(2n) {
    margin-left: .75em; }
    .history-item:nth-of-type(2n) .img {
      order: 2;
      margin-left: 1.5em;
      margin-right: -.5em; }
    .history-item:nth-of-type(2n) .year {
      text-align: right; }
  .history-item:nth-of-type(2n+1) .img {
    margin-right: 1.5em;
    margin-left: -.5rem; }
  .history-item.history-2020 {
    margin-top: 2rem; }
  .history-item.history-2018 {
    margin-top: -.5rem; }
  .history-item.history-2014 {
    margin-right: -3rem; }
  .history-item.history-2008 {
    margin-left: -.5rem;
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .history-item.history-2000 {
    margin-top: 4rem;
    margin-bottom: 4rem; }

.history-footer {
  background: url("../images/logoShadow.png") 50% 50% no-repeat;
  padding: 3rem 1.5rem; }
  .history-footer .description {
    font-size: .93rem;
    line-height: 1.4;
    padding: 1px 0; }
    .history-footer .description p {
      margin: .75rem 0; }
    .history-footer .description:after, .history-footer .description:before {
      border-width: 2px;
      transform: skewX(-30deg); }
    .history-footer .description:before {
      left: 4rem;
      right: 1rem;
      top: 0; }
    .history-footer .description:after {
      right: 4rem;
      bottom: 0;
      top: initial; }

.brands-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .brands-list li {
    padding: .15em .1em;
    flex: 1 0 25%; }

@-webkit-keyframes elastic {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1); } }
@-moz-keyframes elastic {
  0% {
    -moz-transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    -moz-transform: scale3d(1.1, 1.1, 1.1); } }
.discover-page header {
  margin-bottom: .5rem; }
  .discover-page header .logo {
    top: 50%;
    left: 50%;
    right: initial;
    bottom: initial;
    margin: 0;
    transform: translate(-50%, -50%);
    width: auto; }

.description-module {
  background: #f5f5f5; }
  .description-module .module-header {
    background: #fff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 2rem 1.5rem 0;
    overflow: hidden; }
    .description-module .module-header:before, .description-module .module-header:after {
      content: '';
      display: block;
      border-top: solid 2px #000;
      flex: 1 1 auto;
      margin-top: .8em; }
    .description-module .module-header:before {
      border-left: solid 2px #000; }
    .description-module .module-header:after {
      border-right: solid 2px #000; }
    .description-module .module-header .txt {
      margin: 0 .375em;
      text-align: center;
      padding-bottom: .75em; }
    .description-module .module-header .txt > span {
      display: block; }
    .description-module .module-header .txt .cn {
      position: relative;
      display: inline-block;
      font-size: 1.1em; }
      .description-module .module-header .txt .cn i {
        font-weight: bold;
        position: relative;
        z-index: 2;
        font-style: normal; }
      .description-module .module-header .txt .cn .shadow {
        display: none;
        position: absolute;
        z-index: 1;
        color: #fff;
        text-shadow: 0 0 2px black;
        margin: 3px  0 0 3px;
        left: 0;
        top: 0;
        white-space: nowrap; }
    .description-module .module-header .txt .en {
      font-weight: 300;
      font-size: .83em;
      letter-spacing: 1px;
      margin: 0 -10rem; }
  .description-module .module-container {
    padding: .25rem 1rem;
    line-height: 1.8;
    font-size: .93em; }
    .description-module .module-container .brands-list,
    .description-module .module-container .video-box,
    .description-module .module-container .txt-box {
      margin: 1rem .5rem; }
    .description-module .module-container .sign {
      text-align: right; }

.swiper-container img {
  width: 100%; }
.swiper-container .slider-img {
  position: relative;
  border: solid 8px #fff; }
.swiper-button {
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  top: 0;
  height: 450px;
  margin-top: 0; }
  .swiper-button .icons {
    font-size: 1.5em;
    color: #fff;
    opacity: .8; }
  .swiper-button .i-arrow-left {
    animation: moveLeftArrows 1.25s  ease-in-out infinite both; }
  .swiper-button .i-arrow-right {
    animation: moveRightArrows 1.25s  ease-in-out infinite both; }
.swiper-theme {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75em 1.25em .75em;
  color: #fff;
  background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, black), color-stop(0.8, rgba(0, 0, 0, 0)));
  z-index: 3;
  font-style: italic;
  line-height: 1.4;
  font-weight: bold;
  font-size: .9em; }

@keyframes moveLeftArrows {
  0% {
    transform: translateX(9px) scale(0.9);
    opacity: 0; }
  20% {
    transform: translateX(9px) scale(1);
    opacity: 1; }
  80% {
    transform: translateX(-9px) scale(0.9);
    opacity: .7; }
  100% {
    transform: translateX(-9px) scale(0.9);
    opacity: 0; } }
@keyframes moveRightArrows {
  0% {
    transform: translateX(-9px) scale(0.9);
    opacity: 0; }
  20% {
    transform: translateX(-9px) scale(1);
    opacity: 1; }
  80% {
    transform: translateX(9px) scale(0.9);
    opacity: .7; }
  100% {
    transform: translateX(9px) scale(0.9);
    opacity: 0; } }
.appreciate-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: .5rem 0; }
  .appreciate-page .video-box {
    margin: .575rem auto;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    width: 90vw;
    height: 46vh;
    position: relative; }
    .appreciate-page .video-box:after {
      content: '';
      display: block;
      position: absolute;
      background: #000;
      opacity: .4;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      margin: 5px; }
    .appreciate-page .video-box .player {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      position: absolute;
      z-index: 2;
      text-align: center; }
      .appreciate-page .video-box .player .title {
        display: block;
        letter-spacing: 2px;
        text-indent: 2px;
        margin-bottom: 1rem;
        font-size: 1.25rem; }
      .appreciate-page .video-box .player .icons {
        display: inline-block;
        background: rgba(255, 255, 255, 0.5);
        color: #000;
        font-size: 1rem;
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        padding: .5em;
        text-indent: -.075em;
        border-radius: 500px;
        box-sizing: content-box;
        text-align: center;
        box-sizing: content-box;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0); }
        .appreciate-page .video-box .player .icons:before {
          margin-left: 7px; }
  .appreciate-page .video {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 0;
    flex: 1 0 auto; }
    .appreciate-page .video img {
      max-width: initial;
      min-height: 100%; }

.video-box .tenvideo_player,
.video-box .tvp_container,
.video-box .tvp_poster_img {
  background-size: cover;
  background-color: transparent; }

.alert-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column; }
  .alert-wrap,
  .alert-wrap > div,
  .alert-wrap .loading {
    transition: all .3s ease-in-out; }
  .alert-wrap .loading {
    position: fixed;
    left: 0;
    top: 0;
    height: 10px;
    background: #2d0;
    box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.4) inset;
    width: 0; }
  .alert-wrap.hide {
    background: none; }
    .alert-wrap.hide > div:not(.loading) {
      opacity: 0; }
  .alert-wrap.show {
    background: rgba(0, 0, 0, 0.5); }
    .alert-wrap.show > div {
      opacity: 1; }
    .alert-wrap.show .loading {
      width: 100% !important; }
.alert-header {
  text-align: center; }
  .alert-header img {
    margin: 0 auto; }
.alert-box {
  background: #f5f5f5;
  padding: 10px;
  margin: 0 1.5rem 1.5rem;
  border-radius: 5px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .alert-box .container {
    font-size: .93rem;
    margin: 0.375em 0; }
.alert-close {
  float: right;
  margin: 0 1.5rem .37rem; }
  .alert-close .icons {
    width: 2em;
    height: 2em;
    line-height: 2em;
    background: #000;
    color: #fff;
    border-radius: 500px;
    font-size: .75em;
    display: block;
    text-align: center; }

.swiper-name {
  text-align: center;
  margin: 1rem 0; }
  .swiper-name .inner {
    display: inline-block;
    font-size: .83em;
    line-height: 1.4;
    padding: .375em 1.25em;
    position: relative; }
  .swiper-name .inner .txt {
    position: relative;
    z-index: 2; }
  .swiper-name .inner:after, .swiper-name .inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #000;
    background: #f5f5f5;
    transform: skewX(-15deg); }
  .swiper-name .inner:before {
    margin: 7px 0 0 5px;
    border-color: #d0d0d0; }

.video {
  border: solid 5px #fff; }

.video-box {
  background: #fff; }
  .video-box .video-name {
    padding: .375em 1.25em;
    line-height: 1.4; }

.honor-page .header-desc {
  margin: -1rem -1.5rem 0;
  background: #f5f5f5;
  padding: 2rem 1.5rem 1rem;
  font-size: .93em;
  line-height: 1.8; }
.honor-page .honor-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: .55em;
  text-align: center;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 1rem -.5em;
  white-space: nowrap; }
  .honor-page .honor-list dl {
    flex: 1 1 25%;
    padding: .375em .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .honor-page .honor-list dl dd {
      background: #dcdcdc;
      padding: .375em 0;
      flex: 1 1 auto;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center; }

/*# sourceMappingURL=evp.css.map */
