.glide,
.glide__track {
  position: relative;
  width: 100%;
}
.glide__track,
.glide__wrapper {
  overflow: hidden;
}
.glide--carousel .glide__slide,
.glide--slider .glide__slide {
  clear: none;
  float: left;
}
.footer-content,
.footer__contact-info,
.footer__logo,
.glide__bullets > *,
.header-logo-container {
  display: inline-block;
}
.footer__contact-info,
.footer__logo,
.glide--vertical .glide__bullets > * {
  vertical-align: middle;
}
.glide__arrow:focus,
.glide__bullets > :focus {
  outline: 0;
}
body {
  padding: 0;
  margin: 0;
  min-width: 1024px;
  font-family: PingFangSC-Light, Arial, Helvetica, 'Hiragino Sans GB', STXiHei,
    'Microsoft YaHei', sans-serif;
}
.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.header-logo-container {
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #0096ff;
}
.header__logo {
  height: 46px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.header__menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item {
  float: left;
  line-height: 100px;
  margin-right: 30px;
}
.header__menu-item.active a {
  color: #00a0e9;
}
.header__menu-item a {
  text-decoration: none;
  color: #000;
}
.header__menu-item a:hover {
  color: #00a0e9;
}
.footer {
  margin-top: 58px;
  margin-bottom: 58px;
  text-align: center;
  font-size: 0;
}
.footer__logo {
  padding-right: 20px;
  border-right: 1px solid #00a0e9;
}
.footer__logo img {
  height: 37px;
  max-width: 100%;
}
.footer__contact-info {
  padding-left: 20px;
  text-align: left;
}
.footer__contact-info__detail {
  font-size: 12px;
  color: #9b9c9c;
}
.footer__contact-info__detail p {
  margin: 0;
}
.footer__contact-method-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.footer__contact-method {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.glide,
.glide--slideshow .glide__wrapper,
.glide__track {
  height: 100%;
}
.glide__slide__img,
.view-pre,
.view-pre-one .image-one {
  background-size: cover;
}
.glide__track {
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
}
.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__arrows,
.glide__slide {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}
.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%;
}
.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}
.glide__arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, border 0.3s ease-in-out;
  transition: opacity 150ms ease, border 0.3s ease-in-out;
}
.glide__arrow.disabled {
  opacity: 0.33;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.glide--horizontal .glide__arrow.prev {
  left: 0;
}
.glide--horizontal .glide__arrow.next {
  right: 0;
}
.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.glide--vertical .glide__arrow.prev {
  top: 0;
}
.glide--vertical .glide__arrow.next {
  bottom: 0;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  list-style: none;
}
.glide--horizontal .glide__bullets {
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}
.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.glide__bullets > * {
  background-color: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}
.glide__bullets > .active {
  background-color: #fff;
}
.glide__bullets > :focus,
.glide__bullets > :hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__track {
  margin: 0;
}
.glide__slide__img {
  padding-top: 47.6%;
  background-position: center center;
}
.glide__bullet {
  background-color: #ebebeb;
}
.glide__bullet.active {
  background-color: #00a0e9;
}
.slide-ct > img {
  width: 100%;
  height: 800px;
}
.image-container {
  padding: 6px 6px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-pre-one .cover,
.view-pre-one:hover .cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.view-pre-one {
  margin-right: 6px;
  width: 33%;
  height: 280px;
  position: relative;
  cursor: pointer;
}
.view-pre-one .cover {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.view-pre-one .cover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.view-pre-one:hover .cover {
  display: flex;
}
.view-pre-one .image-one {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-container .view-pre {
  margin-right: 6px;
  width: 33%;
  height: 280px;
  background-size: cover;
}
.image-container .view-pre:last-child {
  margin-right: 0;
}
.image-container .view-image {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.image-container .view-image img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 280px;
}
.video-container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-p {
  z-index: 4;
  box-sizing: border-box;
  width: 70%;
  overflow-y: hidden;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  position: relative;
  background-color: transparent;
  margin: 0 auto;
}
.video-close {
  cursor: pointer;
  z-index: 4;
  position: absolute;
  top: 40px;
  right: 60px;
}
.video-vnp {
  width: 100%;
}
