@charset "UTF-8";
/* 样式重置  begin*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* 样式重置 end*/
/*swiper begin*/
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -moz-transition-property: transform, left, top, -moz-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -moz-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}


/*
 * Swiper Scrollbar 2.4.1
 * Scrollbar plugin for Swiper
 *
 * http://www.idangero.us/sliders/swiper/plugins/scrollbar.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: June 27, 2014
*/
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#19000000');
}
:root .swiper-scrollbar{
  -webkit-filter: none\9;
          filter: none\9;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
  border-radius: 10px;
}

:root .swiper-scrollbar-drag{
  -webkit-filter: none\9;
          filter: none\9;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* ======================== */
.swiper-slide {
  position: relative;
}

.swiper-slide > a {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.swiper-pagination-switch {
  background: #fff;
}

.swiper-visible-switch {
  background: #fff;
}

.swiper-active-switch {
  background: #b60005;
}

.swiper-container:hover .swiper-button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.swiper-button {
  position: absolute;
  top: 45%;
  left: 15px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.swiper-button-next {
  left: auto;
  right: 15px;
}

/* swiper end */
/* lib库 begin*/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
}

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

input[type=email],
input[type=url],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=search],
input[type=text],
input[type=submit],
input[type=tel],
input[type=button],
input[type=password],
input[type=number] {
  -webkit-appearance: none;
  line-height: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  outline: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus {
  outline: 0 !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  z-index: 99;
}

:root .mask{
  -webkit-filter: none\9;
          filter: none\9;
}

.ls-n {
  list-style: none;
}

.justify_fix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cell {
  display: table-cell;
  *display: inline-block;
  **display: inline;
  **zoom: 1;
  width: 5000px;
  *width: auto;
  word-break: break-all;
}
.main-content{
  width: 745px; float: right;
}
@media (max-width: 768px){
  .main-content {
    width: 100%;
    display: block;
  }
}


.w-0p {
  width: 0;
}

.w-25p {
  width: 25%;
}

.w-33p {
  width: 33.3%;
}

.w-50p {
  width: 50%;
}

.w-66p {
  width: 66.6%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}
.wh-100p{
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0;
}

.h-100p {
  height: 100%;
}

.bg-a {
  background-color: #b60005;
}

.bg-g {
  background-color: #f5f5f5;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.f-r {
  float: right;
}

.f-l {
  float: left;
}

.t-l {
  text-align: left;
}

.t-r {
  text-align: right;
}

.t-c, .table-center-cell {
  text-align: center;
}

.t-j {
  text-align: justify;
}

.block {
  display: block !important;
}

.hide {
  display: none !important;
}

.d-t, .table-center {
  display: table;
}

.d-tc, .table-center-cell {
  display: table-cell;
}

.i-b {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.va-m, .table-center-cell {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

.op-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.op-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.fs-0 {
  font-size: 0;
}

.fw-b {
  font-weight: bold;
}

.to-e2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.to-e3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.to-e4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.to-e5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.to-e6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.to-e7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}


.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 2;
}

.fs-12 {
  font-size: 12px;
}

.lh-12 {
  line-height: 12px;
}

.fs-14 {
  font-size: 14px;
}

.lh-14 {
  line-height: 14px;
}

.fs-16 {
  font-size: 16px;
}

.lh-16 {
  line-height: 16px;
}

.fs-18 {
  font-size: 18px;
}

.lh-18 {
  line-height: 18px;
}

.fs-20 {
  font-size: 20px;
}

.lh-20 {
  line-height: 20px;
}

.fs-22 {
  font-size: 22px;
}

.lh-22 {
  line-height: 22px;
}

.fs-24 {
  font-size: 24px;
}

.lh-24 {
  line-height: 24px;
}

.fs-26 {
  font-size: 26px;
}

.lh-26 {
  line-height: 26px;
}

.fs-28 {
  font-size: 28px;
}

.lh-28 {
  line-height: 28px;
}

.fs-30 {
  font-size: 30px;
}

.lh-30 {
  line-height: 30px;
}

.fs-32 {
  font-size: 32px;
}

.lh-32 {
  line-height: 32px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.to-e {

  overflow: hidden;


}

.ov-h {
  overflow: hidden;
}

.ov-a {
  overflow: auto;
}

.scrollbar-hide::-webkit-scrollbar {
  background-color: transparent;
  height: 0;
  width: 0;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* ============================================================
flex：定义布局为盒模型
flex-v：盒模型垂直布局
flex-1：子元素占据剩余的空间
flex-align-center：子元素垂直居中
flex-pack-center：子元素水平居中
flex-pack-justify：子元素两端对齐
兼容性：ios 4+、android 2.3+、winphone8+
============================================================ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.flex-v {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
        -ms-grid-row-align: center;
       align-items: center;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.full-screem{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* height/width */
.responsive-2by3{
  position: relative;
  padding-bottom: 66.7%;
}
.responsive-1by2{
  position: relative;
  padding-bottom: 50%;
}
.responsive-1by1{
  position: relative;
  padding-bottom: 100%;
}
.responsive-3by2{
  position: relative;
  padding-bottom: 150%;
}
.responsive-4by3{
  position: relative;
  padding-bottom: 133%;
}
.responsive-3by4{
  position: relative;
  padding-bottom: 0.75%;
}
/* lib库 end*/
/* 手机 pc 公用 样式*/
/*footer begin*/
.footer-top {
  background: #454545;
  padding: 35px 0;
  color: white;
}

.footer-top .footer-top-ul {
  list-style: none;
  overflow: hidden;
}

.footer-top .footer-top-ul li {
  float: left;
  width: 50%;
  margin-bottom: 8px;
  padding-right: 10px;
}

.footer-top .footer-top-select {
  float: right;
}

.footer-top .footer-top-select .selectpicker {
  width: 345px;
}

.footer-top .contact {
  color: #666;
  margin-top: 18px;
}

.footer-top .contact span {
  margin: 0 8px;
}

.footer-friendLink {
  background-color: #efefef;
  border-bottom: 2px solid #b60005;
}

.footer-friendLink-dl {
  padding: 35px 0;
}

.footer-friendLink-dl dt {
  margin-bottom: 12px;
}

.footer-friendLink-dl dd {
  float: left;
  margin-bottom: 8px;
  width: 25%;
  padding-right: 20px;
}

.footer-copyRight {
  padding: 40px 0;
  text-align: center;
}

/* @media only screen and (max-width: 767px) {
  .footer-top .footer-top-ul {
    margin-left: 20px;
  }
  .footer-top .footer-top-ul li {
    width: 100%;
  }
  .footer-top .contact {
    text-align: center;
  }
} */

/* footer end */
/*navMenu begin*/
.menu .active, .menu ul a:hover, .menu .pagination .page-btn.btn-num:hover, .pagination .menu .page-btn.btn-num:hover {
  background-color: #b60005;
  color: white;
}

.menu ul {
  border: 1px solid #d4d4d4;
  font-size: 14px;
  list-style: none;
}

.menu ul li {
  border-bottom: 1px solid #d4d4d4;
  background: white;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu ul a {
  display: block;
  padding: 12px 25px;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  transition: background .25s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.en .en-menu-title {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #999;
  margin-bottom: 20px;
}

.en .en-menu-title .effect-title-line {
  margin-top: 15px;
}

.en .en-menu-left .active .iconBox, .en .en-menu-left .menu ul a:hover .iconBox, .menu ul .en .en-menu-left a:hover .iconBox, .en .en-menu-left .pagination .page-btn.btn-num:hover .iconBox, .pagination .en .en-menu-left .page-btn.btn-num:hover .iconBox {
  display: block;
}

.en .en-menu-left .iconBox {
  /* float: right;
  margin-right: -20px; */
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}

/* navMenu end */
/*分页pages begin*/
.pagination .active, .pagination .menu ul a:hover, .menu ul .pagination a:hover, .pagination .page-btn.btn-num:hover {
  background-color: #b60005;
  color: white;
}

.pagination .page-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 32px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 6px 5px;
  cursor: pointer;
}
.en .pagination .page-btn{
  font-size: 14px;
}

.pagination .btn-prev {
  margin-right: 15px;
}

.pagination .btn-next {
  margin-left: 15px;
}

.pagination .page-method {
  border: 1px #999 solid;
}

.pagination .disabled {
  background: rgba(211, 211, 211, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd3d3d3', endColorstr='#7fd3d3d3');
  cursor: not-allowed;
}

:root .pagination .disabled{
  -webkit-filter: none\9;
          filter: none\9;
}

.pagination .page-input-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px #d3d3d3 solid;
  width: 35px;
  padding: 6px 0;
  margin-left: 15px;
}

.pagination .page-input {
  text-align: center;
  background: none;
  border: none;
  width: 100%;
}

/* 分页pages end */
/* icon begin */
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  *text-indent: 0;
  *zoom: expression( this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
}

.icon:before {
  content: '\3000';
}

.icon {
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.icon-s {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.icon-m {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-l {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon-25 {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.icon-line {
  position: relative;
}

.icon-line:after {
  content: '';
  background-color: #b60005;
  width: 10px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -2px;
}

.icon-qrcode-weixin {
  width: 96px;
  height: 96px;
  background: url("../images/icon-qrcode-weixin.png")/*tpa=http://www.caeg.cn/caeg/images/icon-qrcode-weixin.png*/;
}

.icon-qrcode-weibo {
  width: 96px;
  height: 96px;
  background: url("../images/icon-qrcode-weibo.png")/*tpa=http://www.caeg.cn/caeg/images/icon-qrcode-weibo.png*/;
}

.icon-menu {
  background-image: url("../images/icon-menu.png")/*tpa=http://www.caeg.cn/caeg/images/icon-menu.png*/;
}

.icon-video {
  background-image: url("../images/video-btn-1.png")/*tpa=http://www.caeg.cn/caeg/images/video-btn-1.png*/;
}

.icon-close {
  background-color: #b60005;
  background-image: url("../images/icon-close.png")/*tpa=http://www.caeg.cn/caeg/images/icon-close.png*/;
  border:0;
  position:absolute;
  top:0px;
  right:-50px;
}

.icon-m-close {
  background-image: url("../images/m-icon-close.png")/*tpa=http://www.caeg.cn/caeg/images/m-icon-close.png*/;
}

.icon-play {
  background-image: url("../images/icon-play.png")/*tpa=http://www.caeg.cn/caeg/images/icon-play.png*/;
}

.icon-house {
  background-image: url("../images/icon-house.png")/*tpa=http://www.caeg.cn/caeg/images/icon-house.png*/;
}

input.icon-search {
   border:0;
  cursor: pointer;
  background: url("../images/icon-search.png")/*tpa=http://www.caeg.cn/caeg/images/icon-search.png*/;
}

.icon-arrow-right {
  background-image: url("../images/icon-arrow-right.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-right.png*/;
}

.icon-arrow-left {
  background-image: url("../images/icon-arrow-left.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-left.png*/;
}

.icon-arrow-down {
  background-image: url("../images/icon-arrow-down.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-down.png*/;
}

.icon-arrow-up {
  background-image: url("../images/icon-arrow-up.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-up.png*/;
}

.icon-arrow-right-gray {
  background-image: url("../images/icon-arrow-right-gray.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-right-gray.png*/;
}

.icon-weibo {
  background-image: url("../images/icon-weibo.png")/*tpa=http://www.caeg.cn/caeg/images/icon-weibo.png*/;
}

.icon-weixin {
  background-image: url("../images/icon-weixin.png")/*tpa=http://www.caeg.cn/caeg/images/icon-weixin.png*/;
}

.icon-header-weibo {
  background-image: url("../images/icon-header-weibo.png")/*tpa=http://www.caeg.cn/caeg/images/icon-header-weibo.png*/;
}

.icon-header-weixin {
  background-image: url("../images/icon-header-weixin.png")/*tpa=http://www.caeg.cn/caeg/images/icon-header-weixin.png*/;
}

.icon-triangle-down {
  background-image: url("../images/icon-triangle-down.png")/*tpa=http://www.caeg.cn/caeg/images/icon-triangle-down.png*/;
}

.icon-triangle-up {
  background-image: url("../images/icon-triangle-up.png")/*tpa=http://www.caeg.cn/caeg/images/icon-triangle-up.png*/;
}

.icon.icon-share-weibo {
  background-image: url("../images/icon-share-weibo.png")/*tpa=http://www.caeg.cn/caeg/images/icon-share-weibo.png*/;
}

.icon.icon-share-tqq {
  background-image: url("../images/icon-share-tqq.png")/*tpa=http://www.caeg.cn/caeg/images/icon-share-tqq.png*/;
}

.icon.icon-share-sqq {
  background-image: url("../images/icon-share-sqq.png")/*tpa=http://www.caeg.cn/caeg/images/icon-share-sqq.png*/;
}

.icon.icon-share-weixin {
  background-image: url("../images/icon-weixin.png")/*tpa=http://www.caeg.cn/caeg/images/icon-weixin.png*/;
}

.icon.icon-share-bdhome {
  background-image: url("../images/icon-share-bdhome.png")/*tpa=http://www.caeg.cn/caeg/images/icon-share-bdhome.png*/;
}

.icon-arrow-down-gray-1 {
  background-image: url("../images/icon-arrow-down-gray-1.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-down-gray-1.png*/;
  background-position: 0 1px;
}

.icon-arrow-up-gray-1 {
  background-image: url("../images/icon-arrow-up-gray-1.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-up-gray-1.png*/;
}

.icon-arrow-left-gray-1 {
  background-image: url("../images/icon-arrow-left-gray-1.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-left-gray-1.png*/;
}

.icon-arrow-right-gray-1 {
  background-image: url("../images/icon-arrow-right-gray-1.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-right-gray-1.png*/;
}

.icon-arrow-down-active {
  background-image: url("../images/icon-arrow-down-active.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-down-active.png*/;
}

.icon-arrow-left-l {
  background-image: url("../images/icon-arrow-left-l.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-left-l.png*/;
}

.icon-arrow-right-l {
  background-image: url("../images/icon-arrow-right-l.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-right-l.png*/;
}

.icon-back {
  background-image: url("../images/icon-back.png")/*tpa=http://www.caeg.cn/caeg/images/icon-back.png*/;
}

.icon-loading {
  background-image: url("../images/icon-loading.gif")/*tpa=http://www.caeg.cn/caeg/images/icon-loading.gif*/;
}

.icon.icon-jia {
  background-image: url("../images/icon-jia.png")/*tpa=http://www.caeg.cn/caeg/images/icon-jia.png*/;
}

.icon.icon-jian {
  background-image: url("../images/icon-jian.png")/*tpa=http://www.caeg.cn/caeg/images/icon-jian.png*/;
}


/* icon end */
/*效果&动画 begin*/
.effect-border {
  position: relative;
}

.effect-border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d4d4d4;
}

.effect-border-s:after {
  border-width: 2px;
}

.effect-border-active:after {
  border-color: #b60005;
}

.effect-border-active-s:after {
  border-color: #b60005;
  border-width: 2px;
}

.effect-border-bottom {
  position: relative;
}

.effect-border-bottom:after {
  width: 100%;
  content: '';
  border-bottom: 1px solid #d4d4d4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.effect-inline-border {
  border: 1px solid #d4d4d4;
}

.effect-inline-border-active {
  border: 1px solid #b60005;
}

.effect-inline-border-active-s {
  border: 2px solid #b60005;
}

.effect-inline-border-bottom {
  border-bottom: 1px solid #d4d4d4;
}

.effect-inline-border-top {
  border-top: 1px solid #d4d4d4;
}

.effect-pop-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
}

:root .effect-pop-layer{
  -webkit-filter: none\9;
          filter: none\9;
}

.effect-pop-layer-active {
  background-color: #b60005;
}

.btn {
  background: #b60005;
  padding: 8px 25px;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: white;
  text-align: center;
  vertical-align: middle;
  border: none
}

.btn-br {
  border-radius: 1.5em;
}

.en-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 152px;
  color: #999;
  border: 1px solid #d4d4d4;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
}

.en-btn-br {
  border-radius: 5px;
}

.effect-title-line {
  width: 60px;
  height: 6px;
  background-color: #b60005;
}

.ani {
  -webkit-animation: all .25s ease-in;
  -moz-animation: all .25s ease-in;
  animation: all .25s ease-in;
}

.ani-hover-scale, .ani-hover-scale-border {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.ani-hover-scale:hover, .ani-hover-scale-border:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.ani-hover-scale-border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d4d4d4;
}

.ani-hover-scale-border:hover:after {
  border-width: 2px;
  border-color: #b60005;
}

.checkbox-fadeInDown[type="checkbox"] {
  display: none;
}

.checkbox-fadeInDown[type="checkbox"] + .checkbox-content {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.checkbox-fadeInDown[type="checkbox"]:checked + .checkbox-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.checkbox-fadeIn[type="checkbox"],
.radio-fadeIn[type="radio"] {
  display: none;
}

.checkbox-fadeIn[type="checkbox"] + .checkbox-content,
.checkbox-fadeIn[type="checkbox"] + .radio-content,
.radio-fadeIn[type="radio"] + .checkbox-content,
.radio-fadeIn[type="radio"] + .radio-content {
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-fadeIn[type="checkbox"]:checked + .checkbox-content,
.checkbox-fadeIn[type="checkbox"]:checked + .radio-content,
.radio-fadeIn[type="radio"]:checked + .checkbox-content,
.radio-fadeIn[type="radio"]:checked + .radio-content {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.list-disc {
  list-style: none;
}

.list-disc li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '●';
  color: #d4d4d4;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* 不支持before的浏览器做降级处理 */
.alert-mask {
  width: 100%;
  height: 100%;
}

.alert-mask .icon {
  margin-right: 4px;
}

.alert-wrap {
  background: white;
  padding: 5px 25px;
  border-radius: 4px;
  max-width: 300px;
  word-break: break-word;
}

.alert-msg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 7px 0;
}

.fadeIn {
  -webkit-animation: fadeIn .3s ease-in;
     -moz-animation: fadeIn .3s ease-in;
          animation: fadeIn .3s ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp .3s ease-in;
     -moz-animation: fadeInUp .3s ease-in;
          animation: fadeInUp .3s ease-in;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  webkit-animation: slideInUp .3s ease-in;
     -moz-animation: slideInUp .3s ease-in;
          animation: slideInUp .3s ease-in;
}



/* 效果&动画 end */

.addFontSize *{
  font-size: 16px !important; 
}
.en .addFontSize *{
  font-size: 20px !important; 
}

a:hover .ani {
  display: block !important;
}

.a-color-active{
  color: #b60005;
}



/* 固定底部 */

html, body {
    height: 100%;
}

#wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


#footer {
    clear: both;
    position: relative;
    
}
.zh #wrapper {
  margin-bottom: -158px;
}

.zh #wrapper_footer {
  height: 158px;
}
.zh #footer{
  height: 610px;
}

.en #wrapper {
  margin-bottom: -137px;
}

.en #wrapper_footer {
  height: 137px;
}
.en #footer{
  height: 137px;
}
.clear{clear:both; font-size:0px; line-height:0px; height:0px; margin:0px; padding:0px;}

.actived1{background:#c53337}
.actived0000{ background:#c53337; font-size:bold; color:#fff;}
.contentDetailPage .article .page-list{padding-bottom: 20px;}

.logoTop{padding:4% 0;display:none;}
.appLogo{width:80%; text-align: center;margin-left: 2%;}
.appLogo img{width:100%;}
@media (max-width:768px){
  .footer-friendLink,.footer-copyRight,.footer-top .contact{ display: none;}
  .footer-top .footer-top-ul li{width:100%;}
  .footer-top{padding: 8% 0;}
  .zh #wrapper_footer,.zh #footer{display: none;}
  .zh #wrapper{margin-bottom: 0;}
  .jmjyPage .main-content-ul li .cell-right{width:25%;}
  .jmjyPage .main-content-ul li .btn{padding:8px 6px;}
  .page_num{padding-left: 0;}
  .cell{width:100%; display: block;}
  .cell h2.to-e,.cell p.to-e5{text-align: justify;}
  .contentDetailPage .article .page-list{padding-bottom: 0;}
  .contentDetailPage .article .page-list .f-l{float: none;width:100%;padding-bottom: 20px;}
  .contentDetailPage .article .page-list .f-l .article-top-pic{margin:0 auto;}
  .logoTop{display:block;}
}
