﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "idangerous.swiper.css";
html {
  font-family: "微软雅黑";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  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(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .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'%23d7000f'%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'%23d7000f'%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: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -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-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 100%;
  background: none;
}
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: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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: #ffffff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -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-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -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-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* ::-webkit-scrollbar{  
  width:5px;
  height:5px;
}  
::-webkit-scrollbar-thumb{  
  background-color: #aaa;
  -webkit-border-radius:5px;
  outline-offset:-1px;
}  
  
::-webkit-scrollbar-thumb:hover{  
  background-color: #4BB0FE;
}  
 
::-webkit-scrollbar-track-piece{  
  background-color:transparent;
  -webkit-border-radius:5px;
}
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 120ms ease-in-out, background-color 120ms ease-in-out;
  -moz-transition: color 120ms ease-in-out, background-color 120ms ease-in-out;
  -ms-transition: color 120ms ease-in-out, background-color 120ms ease-in-out;
  transition: color 120ms ease-in-out, background-color 120ms ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #333;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
.relative {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #666;
}
p a:hover {
  text-decoration: underline;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul {
  list-style: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.page {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}
.page .page-wrap {
  text-align: center;
}
.page .page-wrap span {
  padding: 6px 12px;
      background: #d8d8d8;
    border: 1px solid #cccad2;
}
.page .page-wrap a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #dddad2;
  margin: 0px 10px;
  font-size: 14px;
  cursor: pointer;
}
.page .page-wrap a:hover {
  background: #e8e8e8;
}
.page .page-wrap a:active {
  background: #d8d8d8;
  border: 1px solid #cccad2;
}
.page .page-wrap a.jp-current {
  background: #d8d8d8;
  border: 1px solid #cccad2;
}
.page .page-wrap a.jp-disabled {
  cursor: not-allowed;
  color: #CCC;
  background-color: #fff !important;
}
.header-top {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 45px 0px 25px 0px;
  overflow: hidden;
  text-align: center;
}
.header-top .logo {
  display: block;
  float: left;
  vertical-align: middle;
  position: relative;
  height: 80px;
  width: 245px;
}
.header-top .logo-bg {
  position: relative;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
}
.header-top .logo-ma {
  width: 175px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.header-top .logo-fj {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.header-top .header-pic {
  float: right;
  width: 910px;
  height: 80px;
}
.header-top .header-pic img {
 float: right;
  height: 80px;
}
.header-top .link-fj {
  position: absolute;
  display: block;
}
.header-nav {
  width: 100%;
  min-width: 1200px;
  background: #2393BE;
  height: 75px;
}
.header-nav .inner {
  width: 1200px;
  margin: 0 auto;
}
.header-nav .navul {
  padding: 0;
  margin: 11px 0 0;
  width: 620px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  float: left;
}
.header-nav .navul li {
  float: left;
  padding-right: 25px;
  list-style: none;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 12px;
}
.header-nav .navul li a {
  color: #fff;
}
.header-nav .navul li a:hover {
  opacity: .9;
}
.header-nav .search {
  width: 245px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
  margin: 23px 0px 0px 0px;
}
.header-nav .search .icon-search {
  position: absolute;
  width: 33px;
  height: 30px;
  right: 0px;
  border: none;
  background: url("../images/icon_search.png") center center no-repeat;
}
.header-nav .search input {
  width: 240px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 4px;
  padding-left: 10px;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}
.header-nav .split-line {
  float: left;
  width: 1px;
  height: 45px;
  background: #fff;
  margin: 15px 25px 0;
}
.header-nav .icon-main {
  float: left;
  margin-top: 16px;
}
.header-nav .icon-main .nav-icon {
  display: inline-block;
}
.header-nav .icon-main .icon-hover {
  position: relative;
  cursor: pointer;
}
.header-nav .icon-main .icon-hover span.img {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 99;
}
.header-nav .icon-main .icon-hover span.img img {
  width: 100%;
}
.header-nav .icon-main .icon-hover:hover span.img {
  display: block;
}
.copyright {
  border-top: 5px solid #cc0f10;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto 55px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-family: "微软雅黑";
}
.friend {
  overflow: hidden;
  font-size: 12px;
  color: #999999;
  padding: 0px;
}
.friend li {
  padding-right: 20px;
  line-height: 12px;
  margin-right: 20px;
  border-right: 1px solid #999999;
  float: left;
  margin-bottom: 15px;
}
.friend li:last-child {
  border-right: none;
}
.friend li a {
  color: #999999;
}
.friend li a:hover {
  color: #333;
}
.section-footer {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.friends {
  position: relative;
  z-index: 9;
}
.friends-ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.friends-ul:before,
.friends-ul:after {
  content: " ";
  display: table;
}
.friends-ul:after {
  clear: both;
}
.friends-ul:before,
.friends-ul:after {
  content: " ";
  display: table;
}
.friends-ul:after {
  clear: both;
}
.friends-ul > li {
  float: left;
  width: 175px;
  text-align: center;
  line-height: 28px;
  height: 30px;
  border: 1px solid #ccc;
  margin-right: 90px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.friends-ul > li:hover .friends-ul-cls {
  display: block;
}
.friends-ul > li:last-child {
  margin-right: 0;
}
.friends-ul-cls {
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.friends-ul-cls > li {
  border-top: 1px solid #ccc;
}
.friends-ul-cls > li > a {
  display: block;
}
.friends-ul-cls > li > a:hover {
  background-color: #efefef;
}
.section-scroll {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #2393BE;
  height: 35px;
  min-width: 100%;
}
.section-scroll .section-scroll-inner {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  padding: 7.5px 0;
}
.section-scroll .news-l {
  float: left;
  width: 940px;
}
.section-scroll .news-l .scroll {
  margin-top: 5px;
  height: 20px;
  overflow: hidden;
}
.section-scroll .news-l .scroll .scroll-left {
  float: left;
  width: 90px;
  color: #fff;
  vertical-align: middle;
}
.section-scroll .news-l .scroll .scroll-left .icon-news {
  margin-right: 5px;
  vertical-align: middle;
}
.section-scroll .news-l .scroll .scroll-right {
  float: left;
  font-size: 13px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 840px;
}
.section-scroll .news-l .scroll .scroll-right a {
  float: left;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-scroll .news-l .scroll .scroll-right a:hover {
  text-decoration: none;
}
.section-scroll .news-l .scrolls {
  height: 20px;
  overflow: hidden;
  position: relative;
}
.section-scroll .news-l .scrolls .scroll-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  color: #fff;
  vertical-align: middle;
  z-index: 88;
  background-color: rgba(204, 15, 16, 0.65);
}
.section-scroll .news-l .scrolls .scroll-left .icon-news {
  margin-right: 5px;
  vertical-align: middle;
}
.section-scroll .news-l .scrolls .scroll-right {
  position: absolute;
  top: 0px;
  left: 90px;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 8400px;
  z-index: 8;
}
.section-scroll .news-l .scrolls .scroll-right li {
  float: left;
  margin-right:20px;
}
.section-scroll .news-l .scrolls .scroll-right a {
  display: block;
  width: 100%;
  color: #fff;
}
.section-scroll .news-l .scrolls .scroll-right a:hover {
  text-decoration: none;
}
.section-scroll .news-r {
  float: right;
  width: 215px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
}
.section-scroll .news-r img {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
}
.banner {
  width: 1200px;
  margin: 0 auto;
  color: #999999;
}
.banner .headlines {
  padding-top: 30px;
  padding-bottom: 5px;
}
.banner .headlines-l {
  float: left;
  margin: 5px 0;
}
.banner .headlines-r {
  float: right;
  position: relative;
  min-height: 80px;
}
.banner .headlines-r .headlines-ol {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 9;
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner .headlines-r .headlines-ol li {
  display: inline-block;
  padding: 0px 4px;
  background: #cccccc;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.banner .headlines-r .headlines-ol li.active {
  background: #cc0f10;
}
.banner .headlines-r .headlines-ul {
  width: 1100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 80px;
}
.banner .headlines-r .headlines-ul li {
  display: none;
  text-align: center;
}
.banner .headlines-r .headlines-ul li h2 {
  font-size: 45px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
}
.banner .headlines-r .headlines-ul li p {
  font-size: 13px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .headlines-r .headlines-ul li.active {
  display: block;
}
.four-pic {
  margin: 0px auto;
  padding: 0px;
  width: 1230px;
}
.four-pic li {
  padding: 0px 15px;
  float: left;
}
.four-pic li img {
  height: 80px;
}
.four-pic li .width-one {
  width: 310px;
}
.four-pic li .width-two {
  width: 245px;
}
.three-news .three-one {
  width: 315px;
  float: left;
}
.three-news .three-one .section-tab-head {
  padding: 0;
  margin: 0 0 20px;
}
.three-news .three-one .section-tab-head:before,
.three-news .three-one .section-tab-head:after {
  content: " ";
  display: table;
}
.three-news .three-one .section-tab-head:after {
  clear: both;
}
.three-news .three-one .section-tab-head:before,
.three-news .three-one .section-tab-head:after {
  content: " ";
  display: table;
}
.three-news .three-one .section-tab-head:after {
  clear: both;
}
.three-news .three-one .section-tab-head .news-title {
  cursor: pointer;
  font-size: 20px;
  display: block;
  float: left;
  border-right: 2px solid #d2d2d2;
  padding: 0px 14px 0px 0px;
  margin-right: 8px;
}
.three-news .three-one .section-tab-head .news-title.active {
  color: #cc0f10;
}
.three-news .three-one .section-tab-head .news-title:last-child {
  border-right: none;
}
.three-news .three-one .section-tab-head a {
  color: #888;
}
.three-news .three-one .section-tab-content {
  padding: 0px;
}
.three-news .three-one .news-list {
  padding: 0;
  margin: 0;
}
.three-news .three-one .news-list li {
  padding: 0;
  display: block;
  line-height: 36px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-family: "微软雅黑";
}
.three-news .three-one .news-list li.stress {
  font-weight: bold;
}
.three-news .three-one .news-list li.stress a {
  color: #333333 !important;
}
.three-news .three-one .news-list li.stress a:hover {
  opacity: 0.7;
}
.three-news .three-one .news-list li span.pic,
.three-news .three-one .news-list li span.video {
  color: #cc0f10;
  font-weight: bold;
}
.three-news .three-two {
  width: 520px;
  float: left;
  margin: 0px 25px;
}
.newsclass-l {
  float: left;
  width: 860px;
}
.newsclass-l .special {
  overflow: hidden;
}
.newsclass-l .special .special-l {
  float: left;
  width: 310px;
}
.newsclass-l .special .special-r {
  float: right;
}
.newsclass-l .lamp {
  position: relative;
}
.newsclass-l .lamp .lamp-silde {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.newsclass-l .lamp .lamp-silde li {
  display: none;
}
.newsclass-l .lamp .lamp-silde li.active {
  display: block;
}
.newsclass-l .lamp .lamp-silde .lamp-img {
  position: relative;
  display: block;
}
.newsclass-l .lamp .lamp-silde .lamp-img img {
  width: 310px;
  height: 175px;
}
.newsclass-l .lamp .lamp-silde .lamp-detail {
  margin-top: 20px;
}
.newsclass-l .lamp .lamp-silde .lamp-detail h2 {
  margin: 5px 0 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}
.newsclass-l .lamp .lamp-silde .lamp-detail span {
  color: #999999;
  line-height: 25px;
  overflow: hidden;
  display: block;
  height: 75px;
  text-indent: 2em;
}
.newsclass-l .lamp .lamp-ctrl {
  position: absolute;
  top: 150px;
  right: 0;
}
.newsclass-l .lamp .lamp-ctrl span {
  float: left;
  display: block;
  background: url("../images/arrows-red.png") no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0.65;
}
.newsclass-l .lamp .lamp-ctrl span:hover {
  opacity: 1;
}
.newsclass-l .lamp .lamp-ctrl .lamp-ctrl-left {
  background-position: 0 0;
}
.newsclass-l .lamp .lamp-ctrl .lamp-ctrl-right {
  background-position: -25px 0;
}
.newsclass-l .post {
  margin-bottom: 20px;
}
.newsclass-l .post h2 {
  margin: 0 0 1em;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsclass-l .post .news-detail {
  margin-top: 20px;
  overflow: hidden;
}
.newsclass-l .post .news-detail .news-detail-img {
  display: inline-block;
  margin: 0 20px 0 0;
}
.newsclass-l .post .news-detail .news-detail-img img {
  width: 160px;
  height: 100px;
}
.newsclass-l .post .news-detail .news-detail-span {
  text-indent: 2em;
  display: inline-block;
  color: #999999;
  line-height: 30px;
  width: 345px;
  font-family: "瀹嬩綋";
  max-height: 90px;
  overflow: hidden;
}
.newsclass-l .post:last-child {
  margin-bottom: 0;
}
.newsclass-r {
  float: right;
  width: 310px;
  background: #f4f4f4;
  padding: 25px 20px 15px;
}
.newsclass-r .newsclass-title {
  margin: 0;
}
.newsclass-r .newsclass-section-ul {
  padding: 0;
}
.newsclass-title {
  color: #cc0f10;
  font-size: 20px;
  position: relative;
  margin: 0 0 20px;
  line-height: 30px;
}
.newsclass-title .english {
  color: #cccccc;
  font-size: 25px;
  margin-left: 8px;
  vertical-align: text-top;
}
.newsclass-title .english .chinese {
  font-size: 20px;
}
.newsclass-title .at {
  position: absolute;
  right: 0px;
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑";
  top: 3px;
}
.newsclass-title .at span {
  margin-left: 5px;
}
.newsclass-title .at .icon-at {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../images/icon_at.png") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.newsclass-section {
  margin-bottom: 10px;
}
.newsclass-section-ul {
  padding: 10px 0px 20px;
}
.newsclass-section-ul li {
  position: relative;
  color: #333333;
  padding: 7px 0;
  font-family: "微软雅黑";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsclass-section-ul li .span-no {
  background: #cccccc;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 8px;
  vertical-align: initial;
  color: #fff;
}
.newsclass-section-ul li .top3 {
  background: #cc0f10;
}
.newsclass-section-ul li .first-a {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
  z-index: 8;
  display: block;
  background: #000;
  opacity: .7;
  padding: 10px;
  padding-left: 3px;
  color: #fff;
}
.newsclass-section-ul li .first-a .icon-video {
  background: url("../images/icon_video1.png") 0 0 no-repeat;
}
.newsclass-section-ul li .icon-video {
  margin-right: 5px;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../images/icon_video.png") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.newsclass-section-ul li .icon-li {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../images/icon_li.png") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.ad-pic {
  margin: 20px 0;
}
.ad-pic img {
  width: 270px;
  height: 70px;
  margin-bottom: 20px;
  display: block;
}
.ad-pic img:last-child {
  margin-bottom: 0px;
}
.section {
  width: 1200px;
  min-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.section-title {
  margin-bottom: 10px;
}
.section-title .span-line {
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #cc0f10;
  margin-right: 6px;
}
.section-title .span-word {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}
.section-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.section-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 245px;
}
.section-slide ul li {
  display: none;
}
.section-slide ul li .photo {
  width: 80px;
  display: inline-block;
  margin: 3px 2.5px;
}
.section-slide ul li .photo .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.section-slide ul li .photo .name {
  z-index: 2;
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
}
.section-slide ul li.active {
  display: block;
}
.section-slide ol {
  list-style: none;
  padding: 0;
  margin: 15px auto 0;
  display: table;
  text-align: center;
  z-index: 30;
}
.section-slide ol li {
  display: block;
  float: left;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0 5px;
  cursor: default;
}
.section-slide ol li.active {
  background-color: #cc0f10;
}
.level-list {
  border-top: 1px solid #e5e5e5;
  padding: 0 0 20px;
}
.level-list h2 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.level-list .list-summary {
  color: #666;
  line-height: 32px;
  font-family: "微软雅黑";
  overflow: hidden;
}
.level-list .list-summary a {
  text-decoration: underline;
}
.level-list .import {
  margin-top: 15px;
  font-family: "微软雅黑";
  position: relative;
}
.level-list .icon-clock {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../images/icon_clock.png") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: text-top;
}
.level-list .icon-share {
  position: absolute;
  right: 5px;
  bottom: 0px;
  color: #adadad;
}
.level-list .list-word {
  float: right;
  color: #999999;
  width: 500px;
}
.w1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.section-tab {
  margin: 0 auto;
  min-height: 365px;
}
.section-tab-top {
  overflow: hidden;
  background: url("../images/contact-line.png") center repeat-x;
}
.section-tab-top .in-fujian {
  font-size: 30px;
  padding-right: 15px;
  display: inline-block;
  line-height: 35px;
  background: #fff;
}
.section-tab-top .company-pic {
  display: inline-block;
  margin-left: 35px;
}
.section-tab-top .company-pic .img {
  height: 25px;
}
.section-tab-top .company-pic span {
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
  font-family: "微软雅黑";
  vertical-align: super;
}
.section-tab-top .section-tab-head {
  list-style: none;
  padding: 0;
  height: 16px;
  margin: 10px 0px;
  background-color: #fff;
  float: right;
}
.section-tab-top .section-tab-head li {
  float: left;
  color: #999999;
  display: block;
  min-width: 100px;
  padding: 0 20px;
  border-right: 1px solid #cccccc;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.section-tab-top .section-tab-head li.active {
  font-weight: bold;
  color: #000;
}
.section-tab-top .section-tab-head li:hover {
  color: #000;
}
.section-tab-top .section-tab-head li:last-child {
  border-right: none;
}
.section-tab-top .section-tab-head a {
  color: #888;
}
.section-tab-content {
  display: none;
  padding: 30px 0px 15px;
  position: relative;
  min-height: 255px;
}
.section-tab-content:before,
.section-tab-content:after {
  content: " ";
  display: table;
}
.section-tab-content:after {
  clear: both;
}
.section-tab-content:before,
.section-tab-content:after {
  content: " ";
  display: table;
}
.section-tab-content:after {
  clear: both;
}
.section-tab-content.active {
  display: block;
}
.arr-pic {
  overflow: hidden;
  margin: 0 -5px;
}
.arr-pic .arr-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.arr-pic .arr-link .img {
  display: block;
  height: 100%;
  width: 100%;
}
.arr-pic .arr-link .cover {
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  padding: 20% 5px;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.arr-pic .arr-link:hover .cover {
  top: 0;
  bottom: 0;
}
.arr-pic .arr-pic-l {
  float: left;
  margin: 0 5px;
  width: 310px;
}
.arr-pic .arr-pic-l .l-top {
  height: 280px;
  margin-bottom: 10px;
}
.arr-pic .arr-pic-l .l-bottom {
  width: 100%;
  height: 180px;
}
.arr-pic .arr-pic-m {
  float: left;
  width: 310px;
  margin: 0 5px;
}
.arr-pic .arr-pic-m .l-top {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
.arr-pic .arr-pic-m .l-bottom {
  width: 100%;
  height: 280px;
}
.arr-pic .arr-pic-r {
  float: left;
  width: 560px;
  margin: 0 5px;
}
.arr-pic .arr-pic-r .l-top {
  margin-bottom: 10px;
  overflow: hidden;
}
.arr-pic .arr-pic-r .l-top .l-top-l {
  float: left;
  width: 240px;
  height: 180px;
}
.arr-pic .arr-pic-r .l-top .l-top-r {
  float: right;
  width: 310px;
  height: 180px;
}
.arr-pic .arr-pic-r .l-bottom {
  width: 560px;
  height: 280px;
}
.list-content {
  width: 100%;
}
.list-tree {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-family: "微软雅黑";
  font-size: 12px;
}
.list-tree a {
  display: inline-block;
  padding-right: 3px;
  vertical-align: text-top;
}
.list-pic {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0px 20px;
  overflow: hidden;
}
.pic-li {
  width: 270px;
  float: left;
  margin: 0px 20px 20px 20px;
}
.pic-title {
  display: block;
  padding: 15px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic-li1 {
  width: 260px;
  float: left;
  margin: 0px 10px 10px 10px;
}
.pic-title1 {
  display: block;
  padding: 10px 0px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-swiper .device {
  width: 100%;
  min-width: 1200px;
  position: relative;
  margin: 10px auto;
  height: 480px;
}
.list-swiper .swiper-container {
  width: 100%;
  height: 480px;
  color: #fff;
  background: #222;
  text-align: center;
}
.list-swiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #cccccc;
}
.list-swiper .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list-swiper .swiper-slide-active {
  top: 0;
  opacity: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list-swiper .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.list-swiper .device .arrow-left {
  background: url("../images/arrow.png") no-repeat left top;
  position: absolute;
  left: 25%;
  top: 50%;
  margin-top: -27.5px;
  width: 50px;
  height: 55px;
}
.list-swiper .device .arrow-right {
  background: url("../images/arrow-r.png") no-repeat left bottom;
  position: absolute;
  right: 24.95%;
  top: 50%;
  margin-top: -27.5px;
  width: 50px;
  height: 55px;
}
.list-swiper .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.list-swiper .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}
.list-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.list-swiper .swiper-active-switch {
  background: #fff;
}
.list-swiper .bottom {
  display: none;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background: #000;
  opacity: .5;
}
.list-swiper .p {
  padding: 5px 15px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-swiper .swiper-slide-active .bottom {
  display: block;
}
.pagination-nums {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 9;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
.pagination-nums .on {
  color: #DB0100;
}
.pagination-nums .bg {
  color: #fff;
}
.content {
  margin-top: 20px;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content.normal .article {
  min-height: 920px;
}
.content .content-left {
  width: 840px;
  float: left;
}
.content .content-right {
  width: 320px;
  float: right;
}
.content .newsclass-section-ul {
  margin: 0;
  padding: 0;
}
.breadnav {
  padding: 0 0 20px;
  font-family: "SimSun";
  font-size: 12px;
  line-height: 14px;
}
.breadnav a {
  display: inline-block;
  padding-right: 3px;
  vertical-align: text-top;
}
.article {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.article .article-title {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}
.article .article-subtitle {
  text-align: right;
  font-size: 20px;
  padding-top: 15px;
  font-weight: normal;
  margin: 0;
  color: #888;
}
.article .article-source {
  overflow: hidden;
  padding: 30px 0px 20px;
  font-family: "SimSun";
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
}
.article .article-source .atime {
    text-align: center;
}
.article .article-source .ashare {
  float: right;
}
.article .article-source .ashare a {
  float: none;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 0 5px;
  border-radius: 26px;
  background-color: #333;
  position: relative;
  top: -3px;
  opacity: 0.75;
  padding: 0;
  line-height: 26px;
}
.article .article-source .ashare a:hover {
  opacity: 1;
}
.article .article-source .ashare a.wx {
  background: #66d354 url("../images/wx.png") 0 0 no-repeat;
}
.article .article-source .ashare a.wb {
  background: #e6484f url("../images/wb.png") 0 0 no-repeat;
}
.article .article-source .ashare a.qq {
  background: #309ffd url("../images/qq.png") 0 0 no-repeat;
}
.article .article-content {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
}
.article .article-content p img{max-width:600px;}
.article-content p{text-indent:2em;}
.article .article-author {
  text-align: right;
  font-size: 18px;
  margin-bottom: 30px;
}
.article .article-video {
  margin: 20px;
  text-align: center;
  height: auto;
}
.article .device {
  width: 900px;
  height: 600px;
  margin: 5px auto 20px;
}
.article .device .text {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.article .device .pagination {
  left: 50px;
  bottom: 70px;
}
.article .swiper-container {
  width: 100%;
  height: 600px;
}
.article .swiper-container .p {
  padding: 0 15px;
}
.article .swiper-container .content-slide {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.article .swiper-container .content-slide img {
  height: 100%;
}
.others {
  position: relative;
}
.others:before,
.others:after {
  content: " ";
  display: table;
}
.others:after {
  clear: both;
}
.others:before,
.others:after {
  content: " ";
  display: table;
}
.others:after {
  clear: both;
}
.others h3 {
  color: #db0100;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 30px;
}
.others h3 small {
  color: #aaa;
}
.others .others-half {
  width: 45%;
  margin-right: 4%;
  display: block;
  float: left;
}
.others .others-ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.others .others-ul > li {
  display: block;
}
.others .others-ul > li > a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.others .others-ul.others-ul-dot > li > a {
  padding: 8px 0 8px 18px;
  vertical-align: text-bottom;
  background: url("../images/icon_li.png") 1px 9px no-repeat;
}
.others .others-photo {
  list-style: none;
  padding: 0;
  margin: 20px -15px 0;
}
.others .others-photo > li {
  display: block;
  float: left;
  margin: 0 15px 20px;
}
.others .others-photo > li > a {
  display: block;
}
.others .others-photo .img {
  display: block;
  width: 250px;
  height: 180px;
  -webkit-transition: all 230ms ease;
  -o-transition: all 230ms ease;
  transition: all 230ms ease;
}
.others .others-photo .img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.others .others-photo .desc {
  margin-top: 10px;
  display: block;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic-r-item {
  margin: 0 0 20px;
  padding: 0 10px;
  float: left;
  display: block;
  width: 50%;
}
.device {
  margin-top: 0;
}
.swiper-container .bottom {
  height: 52px;
}
.swiper-container .p {
  padding: 0px 15px 0px 135px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.swiper-container .content-slide {
  padding: 0;
}
.bottom_tools {
  position: fixed;
  z-index: 1070;
  right: 20px;
  bottom: 40px;
}
.bottom_tools > * {
  font: 0/0 a;
  display: block;
  margin-top: 5px;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}
#scrollUp {
  width: 80px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3) url("../images/top.png") center center no-repeat;
  display: none;
}
#scrollUp:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
body {
  min-width: 1230px;
}
.newsclass-title a,
.newsclass-title a:hover {
  color: #CC0F10;
}
.three-news .three-one .section-tab-head .news-title.active a,
.three-news .three-one .section-tab-head .news-title.active a:hover {
  color: #CC0F10;
}
.footernew{ width:750px; height:52px; margin:15px auto 20px;}
.footernew ul{height:52px; margin:0 auto}
.footernew ul li{ float:left; width:122px; height:52px; margin-left:15px; overflow:hidden; display:inline;}