/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
body {
  font-family: "PingHei", STHeitiSC-Light, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
textarea,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  overflow: hidden;
}
ol,
ul {
  list-style: none;
}
.hide {
  display: none;
}
html {
/* font-family: sans-serif;  1 */
  line-height: 1.15;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 3 */
  -webkit-text-size-adjust: 100%;
/* 3 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
/* 1 */
  -webkit-text-decoration-skip: objects;
/* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
/* 1 */
  text-decoration: underline;
/* 2 */
  text-decoration: underline dotted;
/* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
/* 1 */
  font-size: 1em;
/* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
/* 1 */
  height: 0;
/* 1 */
  overflow: visible;
/* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
/* 1 */
  margin: 0;
/* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
/* 2 */
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
/* 1 */
  color: inherit;
/* 2 */
  display: table;
/* 1 */
  max-width: 100%;
/* 1 */
  padding: 0;
/* 3 */
  white-space: normal;
/* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  outline-offset: -2px;
/* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
/* 1 */
  font: inherit;
/* 2 */
}
body {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
/* font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif; */
/*font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;*/
/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
  font-weight: 200;
}
.windows body,
.windows body a {
/*font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;*/
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23008ff8'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23008ff8'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
/* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
/* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
/* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
/* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.rot,
.rot .swiper-container {
  width: 700px;
  height: 400px;
  border-radius: 4px;
}
.rot {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.06);
  position: relative;
}
.rot .swiper-container img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.rot .pagination {
  position: absolute;
  text-align: right;
  left: -8px;
  bottom: 25px;
  width: 100%;
  z-index: 5;
}
.rot .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 2.5px;
}
.rot .swiper-pagination-bullet-active {
  background: #9ae2fe;
}
.rot .swiper-slide {
  position: relative;
}
.rot .swiper-slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("http://www.xinhuanet.com/world/2016G20/img/titleBg.png");
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  z-index: 4;
  width: 100%;
  height: 62px;
}
.rot .swiper-slide .name,
.rot .swiper-slide .name a {
  display: block;
  width: 90%;
  color: #fff;
  line-height: 62px;
  font-size: 20px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 2px;
}
.rot .swiper-slide .name {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
}
a {
  color: #000;
  transition: all 1s;
  text-decoration: none;
}
.clearfix:after,
.col:after,
.interactive .right .numlist:after,
.listPic:after,
.part:after,
.titleBox:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.top {
  position: relative;
  z-index: 5;
  text-align: center;
  background-color: #000;
  height: 40px;
}
.top a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0 10px;
  font-size: 12px;
}
.footer {
  color: #000 !important;
  font-size: 14px;
  line-height: 24px;
  padding-top: 1em;
  padding-bottom: 1.2em;
  text-align: center;
  width: 100%;
}
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 881px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-swiper-layer,
.banner-video-layer {
  height: 1080px;
/* background: #000; */
/* box-shadow: 0 0 100px #000; */
}
.banner-video-layer {
  top: 0;
  position: absolute;
  z-index: 99;
}
.banner-swiper-layer {
  position: relative;
}
.banner-overflow-hidden {
  overflow: hidden;
}
.banner-shadow-bottom,
.banner-shadow {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 284px;
  z-index: 3;
  top: -32px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-position: center 0;
  background-repeat: repeat-x;
  pointer-events: none;
}
.banner-shadow {
  margin-top: -10%;
}
.banner-shadow-bottom {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  top: auto;
  bottom: 0;
}
.banner-main-title img {
  background: none;
}
.banner-nav,
.banner-main-title,
.banner-top-text {
  position: absolute;
  z-index: 14;
}
.ie9 .banner-nav,
.oldeie .banner-nav {
  display: none;
}
.banner-top-text,
.banner-nav a {
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  color: #fbf6e1;
}
.banner-top-text {
  top: 40px;
  left: 42px;
  font-size: 16px;
  line-height: 16px;
/* color: #FFF; */
  display: flex;
  align-items: center;
}
.banner-main-title {
  width: 683px;
  height: auto;
  bottom: 53px;
  left: 28px;
}
.banner-nav {
  right: 25px;
  left: auto;
  bottom: 32px;
  z-index: 14;
  font-weight: 200;
  line-height: 26px;
  font-size: 14px;
}
.banner-nav a {
  margin: 0 6px;
  font-weight: 400;
  padding-left: 26px;
  background-image: url("./banner-nav-line.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.banner-nav a:first-child,
.banner-nav a:nth-child(5),
.banner-nav .no-bg {
  background: none;
  padding-right: 0;
}
.banner-video {
  position: absolute;
  height: 100%;
/*background: url("http://www.xinhuanet.com/world/2016G20/img/poster.jpg") center -190px no-repeat;*/
/*margin-top: 30px;*/
  bottom: 0;
}
.banner-video-container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  pointer-events: none;
  width: 1920px;
  height: 1080px;
  margin-top: -540px;
  margin-left: -960px;
}
.banner-swiper,
.banner-swiper img,
.banner-swiper-box {
  height: 100%;
}
.banner-swiper {
  pointer-events: none;
  z-index: 2;
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  top: 0;
  position: absolute;
/* position: relative; */
/* left          : 50%; */
/* margin-left   : -960px; */
}
.banner-swiper-box {
  width: 100%;
  overflow: hidden;
}
.box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.col {
  position: relative;
  height: 83px;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 35px;
}
.col .ico0,
.col .ico1 {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.col .ico0 {
  background-color: #f00;
}
.col .ico0 {
  margin-left: -329px;
}
.col .ico1 {
  margin-left: 195px;
}
.col:before {
  content: '';
  height: 83px;
  width: 2690px;
/*background-image   : url("http://www.xinhuanet.com/world/2016G20/img/colBg.png");*/
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1345px;
}
.ico0Right:before {
  transform: translateX(75px);
}
.ico0Right .ico0 {
  margin-left: 64px;
}
.ico0Right .ico1 {
  margin-left: -431px;
}
.colBgLeft:before {
  transform: translateX(-95px);
}
.ico0Middle .ico0 {
  margin-left: -134.5px;
}
.col .more,
.col .more a,
.col a .more {
  font-size: 14px;
  color: #71869e;
  line-height: 38px;
}
.col .more {
  position: absolute;
  top: 0;
  width: 50px;
  right: 0;
  display: block;
  text-align: right;
}
.col .more a:hover,
.col .more:hover,
.col a:hover .more {
  color: #004ea1;
  text-decoration: underline;
}
.col .colIn {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -139px;
}
.bigTitle,
.bigTitle a {
  font-size: 21px;
  line-height: 40px;
/*display      : block;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titleBox {
  padding: 0 0 12px 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
}
.abs {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.arrow-left,
.arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 17px;
  height: 30px;
  z-index: 5;
  transition: none;
}
.arrow-left {
  left: 10px;
}
.arrow-left:active {
  transform: translateX(-3px);
}
.arrow-right:active {
  transform: translateX(3px);
}
.arrow-left:before,
.arrow-right:before {
  content: '';
  display: block;
  background-image: url("./arrows.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.arrow-left:before {
  left: 0;
  background-position: 0 top;
}
.arrow-right:before {
  right: 0;
  background-position: 0 bottom;
}
.arrow-left:after,
.arrow-right:after {
  content: '';
  display: block;
  width: 17px;
  height: 30px;
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -19.5px;
  border-radius: 4px;
  z-index: 1;
}
.arrow-left:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.arrow-right:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.arrow-left:hover:after,
.arrow-right:hover:after {
  border-color: #fff;
}
.arrow-left:active:after,
.arrow-right:active:after {
  border-width: 2px;
  border-color: #fff;
}
.arrow-left:hover:after,
.arrow-left:active:after {
  background: linear-gradient(to right, #000 0%, rgba(0,0,0,0) 100%);
}
.arrow-right:hover:after,
.arrow-right:active:after {
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 100%);
}
.list li {
  line-height: 36px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #9ae2fe;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.pic,
.pic img {
  height: 238px;
}
.pic {
  position: relative;
  margin-bottom: 12px;
}
.pic img {
  width: 100%;
}
.pic:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("http://www.xinhuanet.com/world/2016G20/img/titleBg.png");
  z-index: 4;
  width: 100%;
  height: 42px;
}
.pic:hover:after {
  background: url("http://www.xinhuanet.com/world/2016G20/img/titleBg2.png");
}
.pic .name {
  display: block;
  color: #fff;
  width: 94%;
  line-height: 42px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47%;
  z-index: 5;
}
.pic .name a {
  color: #fff;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
.part1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.part1 .col img {
  background: none;
}
.part1 .abs {
  margin-top: 10px;
  padding-bottom: 12px;
  height: auto;
}
.part1 .list {
  margin-top: 20px;
/* height: 178px; */
  overflow: hidden;
}
.part1 .bigTitle a {
  white-space: normal;
  overflow: visible;
}
.part1 .right {
  width: 450px;
  height: 400px;
  overflow: hidden;
}
.part1 .right .col {
  position: relative;
  height: 35px;
  margin-top: 0;
  margin-bottom: 10px;
}
.part1-col8-box {
  background-color: #1e87c3;
  border-radius: 18px;
  position: relative;
}
.part1-col8-box .spr-brf-logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.part1-col8-box .spr-col8 {
  position: absolute;
  left: 14%;
  top: 50%;
  margin-top: -13px;
}
.part1-col8-box .more,
.part1-col8-box .more a,
.part1-col8-box a .more {
  color: #4ff;
}
.part1-col8-box .more {
  margin-right: 10px;
  margin-top: 2px;
}
.part1 .right .col:before {
  display: none;
}
.swiper-big {
  margin-top: -90px;
  position: relative;
}
.swiper-big .swiper-container {
  width: 100%;
  height: 800px;
}
.swiper-big .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-big .swiper-container,
.swiper-big .swiper-slide {
  background-color: #000;
  background-image: url("./bg3.jpg");
  background-position: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.swiper-big .swiper-container {
  position: relative;
  z-index: 1;
}
.swiper-big .swiper-slide {
  overflow: hidden;
}
.swiper-big .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-big .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../bundle/swiper-big-after-bg.png") 0 bottom repeat-x;
  z-index: 4;
  width: 100%;
  height: 225px;
  pointer-events: none;
}
.swiper-big .swiper-slide .name,
.swiper-big .swiper-slide .name a {
  position: static;
  margin-left: 0;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  line-height: 80px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.swiper-big .swiper-slide .name a span {
  margin-right: 1em;
}
.swiper-big .swiper-slide .name {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 5;
}
.swiper-big .swiper-pagination-fraction {
  font-family: "Helvetica Neue Thin", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: lighter;
  display: block;
  text-align: left;
  width: 257px;
  left: 60px;
  bottom: 24px;
  font-style: italic;
  color: #fff;
  position: absolute;
  line-height: 50px;
  opacity: 0.7;
}
.ie .swiper-big .swiper-pagination-fraction {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.swiper-big .swiper-pagination-fraction .swiper-pagination-current {
  font-family: "Helvetica Neue Thin", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: lighter;
}
.ie .swiper-big .swiper-pagination-fraction .swiper-pagination-current {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.swiper-big .swiper-pagination-fraction .swiper-pagination-total {
  font-family: "Helvetica Neue Thin", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: lighter;
  font-weight: 600;
}
.ie .swiper-big .swiper-pagination-fraction .swiper-pagination-total {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.sidebar {
  width: 257px;
  height: 660px;
  background: #2f89e5;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmODllNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2U0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to 330px, #2f89e5 0%, #9ce4ff 100%);
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 50px;
}
.sidebar:after {
  content: '';
  width: 61px;
  height: 5px;
  background-color: #fff889;
  position: absolute;
  left: 40px;
  bottom: 330px;
}
.sidebar.leader-info-bg:after {
  content: '';
  width: 29px;
  height: 4px;
  background-color: #43b9f6;
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.sidebar .col1 {
  font-family: "Helvetica Neue Thin", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 22px;
  font-weight: lighter;
  width: 180px;
  color: #fff889;
  line-height: 39px;
  margin: 94px 0 0 40px;
  letter-spacing: 2px;
}
.ie .sidebar .col1 {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.ie .sidebar .col1 {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.sidebar .col2 {
  font-family: "PingFang SC Ultralight", "PingFang SC";
  font-weight: lighter;
  font-size: 30px;
  width: 180px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 40px;
  bottom: 360px;
}
.ie .sidebar .col2 {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.ie .sidebar .col2 {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.sidebar .col2 strong {
  font-weight: normal;
  font-family: "PingFang SC";
}
.ie .sidebar .col2 strong {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.part-list-item,
.part-list-pic,
.part-list-pic img {
  height: 310px;
}
.part-list-item {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  position: relative;
}
.ie9 .part-list-item,
.oleie .part-list-item {
  width: 893px;
  margin-left: 297px;
}
.part-list-pic,
.part-list-pic img {
  width: 488px;
}
.part-list-item-tiny .part-list-item,
.part-list-item-tiny .part-list-item .part-list-pic,
.part-list-item-tiny .part-list-item .part-list-pic img {
  height: 156px;
}
.part-list-item-tiny .part-list-item .part-list-pic,
.part-list-item-tiny .part-list-item .part-list-pic img {
  width: 250px;
}
.part-list-item-tiny .part-list-item {
  margin-bottom: 30px;
}
.part-list-pic {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #999;
  background-image: url("./main-title.png");
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  text-align: center;
  color: #fff;
  line-height: 80px;
}
.part-list-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  padding: 35px 55px;
}
.part-list-line,
.part-list-abs,
.part-list-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part-list-item-tiny .part-list-item .part-list-pic {
  left: 0;
  right: auto;
}
.part-list-item-tiny .part-list-item .part-list-text {
  padding-top: 0;
  padding-bottom: 0;
  top: 50%;
  margin-top: -54px;
  left: auto;
  right: 0;
}
.part-list-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  height: 36px;
}
.part-list-item-tiny .part-list-item .part-list-title {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  font-weight: 100;
  white-space: normal;
  text-overflow: ellipsis;
}
.part-col-box .part-list-title {
  line-height: 42px;
  height: auto;
  overflow: visible;
  white-space: normal;
}
.part-list-abs {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
  border-bottom: #e5e5e5 1px solid;
}
.part-col-box .part-list-abs {
  border-bottom: none;
  border-top: #e5e5e5 1px solid;
  height: 120px;
  white-space: normal;
  margin-top: 10px;
  padding-top: 10px;
  color: #808080;
}
.part-list-line {
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 25px;
  margin-top: 25px;
}
.part-list-title-tiny {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.part-list-abs-tiny {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  height: 32px;
  overflow: hidden;
}
.part-list-data {
  font-size: 14px;
  line-height: 36px;
  color: #b1b1b2;
}
.part-list2 {
  padding-top: 20px;
}
.part-max-swiper {
  width: 100%;
  padding-bottom: 80px;
}
.part-max-swiper-en {
  font-family: "Helvetica Neue Thin", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 22px;
  font-weight: lighter;
  line-height: 40px;
}
.ie .part-max-swiper-en {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.part-max-swiper-col {
  padding-bottom: 60px;
  text-align: center;
}
.part-max-swiper-title {
  font-family: "PingFang SC Ultralight", "PingFang SC";
  font-weight: lighter;
  font-size: 30px;
  line-height: 60px;
  position: relativel;
  margin-bottom: 30px;
}
.ie .part-max-swiper-title {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.part-max-swiper-title:after {
  display: block;
  content: '';
  width: 61px;
  height: 5px;
  background-color: #328be6;
  clear: both;
  margin: 0 auto;
}
.part-max-swiper-abs {
  font-family: "PingFang SC Ultralight", "PingFang SC";
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  width: 800px;
  margin: 0 auto;
}
.ie .part-max-swiper-abs {
  font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
}
.part-max-swiper-container {
  width: 1200px;
  margin: 0 auto;
}
.part-max-swiper-container:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  clear: both;
  height: 0;
  width: 100%;
}
.part-max-swiper-in-img-box {
  background-image: url("./no-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 382.6666666666667px;
  height: 220px;
  overflow: hidden;
  text-align: center;
}
.part-max-swiper-slide {
  float: left;
  width: 382.6666666666667px;
  height: auto;
  background-color: #fff;
  margin-right: 26px;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.06);
  position: relative;
}
.part-max-swiper-slide img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.part-max-swiper-slide:last-child {
  margin-right: 0;
}
.part-max-swiper-text {
  text-align: center;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  color: #4c4c4c;
  margin: 10px 30px;
}
.hack-tips {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  padding: 30px 0;
  background-color: #fff;
}
.hack-tips h1 {
  margin-bottom: 20px;
}
.hack-tips p {
  font-size: 16px;
}
.hack-tips span {
  color: #f00;
}
.hack-tips .t2 {
  border: 1px #ccc solid;
  margin: 20px;
  padding: 10px;
  border-radius: 12px;
}
.padding {
  padding: 80px 0 50px;
}
.part {
  position: relative;
  z-index: 2;
}
body,
.part-gray1 {
  background-color: rgba(242,242,242,0.7);
}
.part-line {
  border-bottom: #e5e5e5 1px solid;
}
.part-box .part-line {
  margin-top: 15px;
  margin-bottom: 15px;
}
.box1 {
  background-attachment: fixed;
  background-image: url("./part-bg4-light.png");
  background-position: center 330px;
  background-repeat: no-repeat;
}
.box2,
.box4,
.swiper-big {
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.08);
}
.box2 {
  background-image: url("../bg/pexels-photo-439379.jpeg");
  background-attachment: fixed;
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.box2:after {
  background: linear-gradient(135deg, #1e5799 0%, rgba(125,185,232,0) 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.box2 .part-max-swiper-col {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.box2 .part-max-swiper-title:after {
  background: #ff0;
}
.box2 .sidebar {
  background: none;
}
.box3 {
  background-image: url("./part-bg5-b.png");
  background-position: center 0;
  background-repeat: no-repeat;
}
.box4 {
  background-image: url("../bg/pexels-photo-425137.jpeg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.box4:after {
  background: #fff;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.box5 {
  background-image: url("./part-bg3.png");
  background-position: center 500px;
  background-repeat: no-repeat;
}
.box6 {
  background-attachment: fixed;
  background-image: url("./part-bg2.png");
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box-bg-size {
  background-size: 100% 300%;
}
.box7 {
  background-attachment: fixed;
  background-color: #2c76c8;
  background-image: url("../bg/mztj.png");
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.box8 {
  background-image: url("../bg/pexels-photo-442577.jpeg");
  background-attachment: fixed;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.box8:after {
  background: linear-gradient(135deg, #1e5799 0%, rgba(125,185,232,0) 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.box8-video {
  position: relative;
  background: none;
}
.ie9 .box8-video,
.oldie .box8-video {
  background-image: url("./video-bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  height: 730px;
}
.ie9 .box8-video *,
.oldie .box8-video * {
  color: #000;
}
.box8-video .part {
  position: relative;
  z-index: 3;
}
.box8-video:after {
  background: linear-gradient(to top, rgba(125,185,232,0) 0, #1e5799 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.box8-video .part-max-swiper-col {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.box8-video .part-max-swiper-container {
  margin-top: 40px;
}
.box8-video .part-max-swiper-container .part-max-swiper-slide {
  position: relative;
}
.box8-video .part-max-swiper-container .part-max-swiper-slide:before,
.box8-video .part-max-swiper-container .part-max-swiper-slide:after {
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: 2;
  border-style: solid;
}
.box8-video .part-max-swiper-container .part-max-swiper-slide:after {
  bottom: 100px;
  right: 26px;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent rgba(255,255,255,0.8);
}
.box8-video .part-max-swiper-container .part-max-swiper-slide:before {
  bottom: 93px;
  right: 14px;
  width: 40px;
  height: 30px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  background-color: rgba(255,255,255,0.2);
}
.box8-video .mod-video-box {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
}
.box9 {
  background-image: url("../bg/csc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.box10 {
  background-color: #060606;
  background-image: url("../bg/qdcx.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.box10:after {
  background: linear-gradient(135deg, #1e5799 0%, rgba(125,185,232,0) 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.box10 .part-max-swiper-col {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.box10 .part-max-swiper-title:after {
  background: #ff0;
}
.box11 {
  background-image: url("../bg/hszj.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}
.box11 .sidebar {
  background-image: url("./bg4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 140%;
}
.box11 .part-box {
  margin-bottom: 55px;
}
.ie9 .box11 .swiper-slide,
.oldie .box11 .swiper-slide {
  margin-right: 26px;
}
.box13 {
  background-attachment: fixed;
  background-image: url("../bg/pexels-photo-532561.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.box13:after {
  background: linear-gradient(135deg, #1e5799 0%, rgba(125,185,232,0) 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.ie10 .box13 {
  background-position: center 0;
}
.box13 .part {
  position: relative;
  z-index: 3;
}
.box13:after {
  background: linear-gradient(to top, rgba(125,185,232,0) 0, #1e5799 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.box13 .part-max-swiper-col,
.box13 .part-list-title,
.box13 .part-list-title a {
  color: #fff;
}
.box13 .part-max-swiper-col {
  text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.box13 .part-max-swiper-title:after {
  background: #ff0;
}
.col2-mb {
  margin-bottom: 9px;
}
.part-column .part-list-text {
  width: auto;
}
.part-column .part-list-title {
  line-height: 60px;
}
.part-column .part-list-abs {
  height: auto;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 40px;
}
.part-column.part-column-max {
  height: 240px;
}
.part-column.part-column-max .part-list-text {
  height: auto;
}
.part-column.part-column-max .part-list-title {
  text-align: center;
}
.part-column.part-column-max .part-list-abs {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 32px;
}
.part-max-swiper-col .part-list-title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.color-w,
.color-w a {
  color: #fff;
}
.box11 .swiper-container .part-max-swiper-slide {
  width: auto;
  margin-right: 0;
}
.box11 .swiper-button-prev,
.box11 .swiper-button-next {
  margin-top: -60px;
}
.box11 .swiper-button-prev {
  margin-left: -50px;
}
.box11 .swiper-button-next {
  margin-right: -50px;
}
.box11 .part-max-swiper-container-box {
  position: relative;
}
.is-red {
  height: 445px;
}
.is-red:after {
  bottom: 105px;
}
.is-red .col1 {
  margin: 74px 0 0 40px;
}
.is-red .col2 {
  bottom: 130px;
}
.is-red-part {
  margin-bottom: 0;
  height: 135px;
}
.is-red-part2 .part-list-text {
  padding-top: 0;
}
.is-red-part2 .part-list-abs-tiny {
  border-top: #e5e5e5 1px solid;
  margin-top: 0;
  padding-top: 30px;
  height: auto;
}
.is-red-part2 .part-list-abs-tiny a {
  margin-left: 0.6em;
}
.banner-arrow {
  position: absolute;
  width: 100px;
  height: 20px;
  background-image: url("./arrow.png");
  background-position: center 0;
  background-repeat: no-repeat;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  animation: arrowAni 1.6s infinite;
}
.back-top {
  width: 50px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 102;
  position: fixed;
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}
.back-top:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #ab1c20 transparent;
  background-image: none !important;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ie9 .back-top,
.oldie .back-top {
  display: none;
}
.is-mobile {
  width: 100%;
}
.is-mobile a {
  text-decoration: none !important;
}
.is-mobile .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.is-mobile .left,
.is-mobile .right {
  float: none;
  width: 100%;
  height: auto;
}
.is-mobile .rot,
.is-mobile .rot .swiper-container,
.is-mobile .rot .swiper-container img {
  width: 100%;
  height: auto;
}
.is-mobile .rot {
  width: 92%;
  margin: 0 auto;
}
.is-mobile .rot .pagination {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 100%;
  z-index: 4;
}
.is-mobile .rot .swiper-pagination-bullet {
  background-color: #999;
}
.is-mobile .rot .swiper-pagination-bullet-active {
  background-color: #9ae2fe;
}
.is-mobile .rot .swiper-slide {
  background-color: #fff;
}
.is-mobile .rot .swiper-slide:after {
  display: none;
}
.is-mobile .rot .swiper-slide .name {
  position: static;
  width: auto;
  bottom: 0;
  z-index: 5;
  text-align: center;
  color: #333;
  white-space: inherit;
  line-height: 28px;
  padding: 3px 10px 20px 10px;
  font-size: 18px;
}
.is-mobile .titleBox {
  padding-left: 0;
}
.is-mobile .bigTitle,
.is-mobile .bigTitle a {
  text-align: center;
  font-size: 28px;
  line-height: 50px;
/* display: block; */
  white-space: inherit;
}
.is-mobile .banner {
  height: auto;
}
.is-mobile .banner-arrow {
  display: none;
}
.is-mobile .part {
  width: 100%;
  height: auto;
}
.is-mobile .part1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.is-mobile .part1 .right {
  width: 92%;
  margin: 20px auto;
}
.is-mobile .padding {
  padding-top: 0;
  padding-bottom: 0;
}
.is-mobile .padding .sidebar,
.is-mobile .padding .part-max-swiper-col {
  padding-top: 25px;
}
.is-mobile .sidebar {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-bottom: 20px;
}
.is-mobile .sidebar .col1 {
  text-align: center;
  font-size: 22px;
  width: 100%;
  line-height: 36px;
  margin: 0;
  letter-spacing: 2px;
}
.is-mobile .sidebar .col2 {
  text-align: center;
  font-size: 30px;
  width: 100%;
  color: #fff;
  line-height: 30px;
  position: static;
  margin-top: 10px;
}
.is-mobile .sidebar:after {
  display: block;
  margin: 10px auto;
  content: '';
  width: 61px;
  height: 5px;
  background-color: #fff889;
  position: static;
  left: 40px;
  bottom: 330px;
}
.is-mobile .part-max-swiper-col {
  margin-bottom: 0;
  padding-bottom: 0;
}
.is-mobile .part-max-swiper-col .part-list-title {
  margin-top: 30px;
}
.is-mobile .part-list-line,
.is-mobile .part-list-abs,
.is-mobile .part-list-title {
  white-space: inherit;
}
.is-mobile .part-list-title {
  text-align: center;
  height: auto;
  line-height: 46px;
  font-size: 26px;
}
.is-mobile .part-list-abs {
  height: auto;
  margin-top: 12px;
  padding-top: 12px;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.is-mobile .part-max-swiper-abs {
  width: 90%;
  text-align: left;
}
.is-mobile .part-list-item,
.is-mobile .part-list-pic,
.is-mobile .part-list-pic img {
  width: 100%;
  height: auto;
}
.is-mobile .part-list-pic {
  width: 92%;
  position: static;
  line-height: 0;
  margin: 0 auto;
}
.is-mobile .part-list-item,
.is-mobile .part-list-text {
  display: block;
  position: static;
}
.is-mobile .part-list-item {
  margin-bottom: 0;
}
.is-mobile .part-list-text {
  background: none;
  margin: 0 auto;
  width: 90%;
  padding: 25px 0;
}
.is-mobile .part-list-title-tiny {
  font-size: 22px;
}
.is-mobile .part-list-abs-tiny {
  font-size: 18px;
  line-height: 40px;
}
.is-mobile .part-max-swiper-container {
  width: 92%;
  height: auto;
  margin-top: 30px;
  overflow: inherit;
}
.is-mobile .part-max-swiper-slide {
  margin-bottom: 0;
}
.is-mobile .part-max-swiper-in-img-box,
.is-mobile .part-max-swiper-in-img-box img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.is-mobile .part-max-swiper-slide {
  float: none;
  width: 100%;
  height: auto;
}
.is-mobile .part-max-swiper-text {
  height: auto;
  padding-bottom: 10px;
}
.is-mobile .part-list2 {
  padding-top: 0;
}
.is-mobile .box2 {
  background-attachment: scroll;
  background-position: center 0;
}
.is-mobile .box9.padding {
  padding-top: 0;
}
.is-mobile .box12 {
  padding-top: 0;
}
.is-mobile .swiper-big {
  margin-top: 0;
}
.is-mobile .swiper-big .swiper-pagination-fraction {
  background-color: #fff;
  font-size: 30px;
  font-weight: lighter;
  display: block;
  text-align: left;
  width: auto;
  left: 0;
  bottom: 0;
  font-style: italic;
  color: #333;
  position: absolute;
  line-height: 20px;
  opacity: 1;
  padding: 29px 10px;
}
.is-mobile .swiper-big .swiper-pagination-fraction .swiper-pagination-current,
.is-mobile .swiper-big .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 30px;
}
.is-mobile .swiper-big .swiper-container,
.is-mobile .swiper-big .swiper-slide,
.is-mobile .swiper-big .swiper-slide img {
  width: 100%;
  height: auto;
}
.is-mobile .swiper-big .swiper-slide {
  background: #fff;
}
.is-mobile .swiper-big .swiper-slide .name {
  padding-left: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: static;
  width: auto;
  min-height: 60px;
  white-space: inherit;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
.is-mobile .swiper-big .swiper-slide:after {
  display: none;
}
.is-mobile .box11 .part-box {
  margin-bottom: 0;
}
.is-mobile .back-top {
  width: 40px;
  height: 30px;
  right: 5px;
  bottom: 5px;
}
.is-mobile .banner-top-text {
  top: 12px;
  left: 16px;
}
.is-mobile .banner-top-text img {
  width: 120px;
}
@-moz-keyframes arrowAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes arrowAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes arrowAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrowAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
